gns3-server 3.0.3__py3-none-any.whl → 3.0.4__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 (88) hide show
  1. {gns3_server-3.0.3.dist-info → gns3_server-3.0.4.dist-info}/METADATA +13 -13
  2. {gns3_server-3.0.3.dist-info → gns3_server-3.0.4.dist-info}/RECORD +87 -37
  3. gns3server/api/routes/controller/computes.py +1 -1
  4. gns3server/appliances/cisco-asav.gns3a +2 -2
  5. gns3server/appliances/cisco-c8000v.gns3a +15 -2
  6. gns3server/appliances/cisco-cat9k.gns3a +2 -2
  7. gns3server/appliances/cisco-csr1000v.gns3a +3 -3
  8. gns3server/appliances/cisco-iosv.gns3a +22 -7
  9. gns3server/appliances/cisco-iosvl2.gns3a +2 -1
  10. gns3server/appliances/cisco-iosxrv.gns3a +2 -2
  11. gns3server/appliances/cisco-iosxrv9k.gns3a +16 -133
  12. gns3server/appliances/cisco-iou-l2.gns3a +2 -0
  13. gns3server/appliances/cisco-iou-l3.gns3a +2 -0
  14. gns3server/appliances/cisco-nxosv.gns3a +2 -1
  15. gns3server/appliances/cisco-nxosv9k.gns3a +36 -343
  16. gns3server/appliances/fortianalyzer.gns3a +42 -0
  17. gns3server/appliances/fortigate.gns3a +42 -0
  18. gns3server/appliances/fortimanager.gns3a +43 -1
  19. gns3server/appliances/infix.gns3a +75 -0
  20. gns3server/appliances/vyos.gns3a +13 -0
  21. gns3server/compute/vmware/vmware_vm.py +1 -2
  22. gns3server/controller/__init__.py +14 -0
  23. gns3server/crash_report.py +1 -1
  24. gns3server/custom_symbols/6wind.svg +1 -0
  25. gns3server/custom_symbols/alpine-virt-qemu.svg +46 -0
  26. gns3server/custom_symbols/arista_bybaro.svg +24 -0
  27. gns3server/custom_symbols/asterfusion-vAsterNOS.svg +48 -0
  28. gns3server/custom_symbols/cisco-fmcv.svg +498 -0
  29. gns3server/custom_symbols/cisco-ise.svg +244 -0
  30. gns3server/custom_symbols/csr1000v_bybaro.svg +38 -0
  31. gns3server/custom_symbols/cumulus_bybaro.svg +27 -0
  32. gns3server/custom_symbols/firefox.svg +1 -0
  33. gns3server/custom_symbols/fortigate_bybaro.svg +42 -0
  34. gns3server/custom_symbols/fortinet.svg +72 -0
  35. gns3server/custom_symbols/innovaphone-ap-icon.jpg +0 -0
  36. gns3server/custom_symbols/innovaphone-pbx-green.png +0 -0
  37. gns3server/custom_symbols/juniper-vmx.svg +284 -0
  38. gns3server/custom_symbols/juniper-vqfx.svg +324 -0
  39. gns3server/custom_symbols/junos_olive_bybaro.svg +18 -0
  40. gns3server/custom_symbols/linux_guest.svg +1917 -0
  41. gns3server/custom_symbols/loadbalancer.svg +380 -0
  42. gns3server/custom_symbols/loadbalancer_docker.svg +387 -0
  43. gns3server/custom_symbols/mgmt_station.svg +1967 -0
  44. gns3server/custom_symbols/mgmt_station_docker.svg +1996 -0
  45. gns3server/custom_symbols/microsoft.svg +85 -0
  46. gns3server/custom_symbols/multilayer_switch_docker.svg +332 -0
  47. gns3server/custom_symbols/multilayer_switch_green_docker.svg +344 -0
  48. gns3server/custom_symbols/multilayer_switch_red_docker.svg +344 -0
  49. gns3server/custom_symbols/opennac.png +0 -0
  50. gns3server/custom_symbols/opensuse.svg +126 -0
  51. gns3server/custom_symbols/openvswitch_bybaro.svg +26 -0
  52. gns3server/custom_symbols/ostinato-3d-icon.svg +95 -0
  53. gns3server/custom_symbols/packetfence2.png +0 -0
  54. gns3server/custom_symbols/pan-vm-fw.svg +364 -0
  55. gns3server/custom_symbols/parrotlogo.png +0 -0
  56. gns3server/custom_symbols/qemu_guest_win10_bybaro.svg +56 -0
  57. gns3server/custom_symbols/qemu_guest_win7_bybaro.svg +59 -0
  58. gns3server/custom_symbols/qemu_guest_win8_bybaro.svg +56 -0
  59. gns3server/custom_symbols/router_docker.svg +213 -0
  60. gns3server/custom_symbols/router_green.svg +206 -0
  61. gns3server/custom_symbols/router_green_docker.svg +665 -0
  62. gns3server/custom_symbols/router_red.svg +206 -0
  63. gns3server/custom_symbols/router_red_docker.svg +213 -0
  64. gns3server/custom_symbols/rpi.png +0 -0
  65. gns3server/custom_symbols/securityonion-logo.png +0 -0
  66. gns3server/custom_symbols/shieldedtux.png +0 -0
  67. gns3server/custom_symbols/steelhead-vcx.png +0 -0
  68. gns3server/custom_symbols/stormshield.png +0 -0
  69. gns3server/custom_symbols/ubuntu.svg +1750 -0
  70. gns3server/custom_symbols/vRIN.svg +316 -0
  71. gns3server/custom_symbols/vsrx_bybaro.svg +44 -0
  72. gns3server/custom_symbols/vyos.svg +35 -0
  73. gns3server/schemas/compute/docker_nodes.py +2 -2
  74. gns3server/schemas/compute/dynamips_nodes.py +5 -5
  75. gns3server/schemas/compute/iou_nodes.py +2 -2
  76. gns3server/schemas/controller/templates/docker_templates.py +2 -2
  77. gns3server/schemas/controller/templates/dynamips_templates.py +19 -19
  78. gns3server/schemas/controller/templates/iou_templates.py +4 -4
  79. gns3server/schemas/controller/templates/qemu_templates.py +1 -1
  80. gns3server/schemas/controller/users.py +3 -3
  81. gns3server/static/web-ui/index.html +1 -1
  82. gns3server/static/web-ui/main.87178dd64c9c79ba.js +1 -0
  83. gns3server/version.py +2 -2
  84. gns3server/static/web-ui/main.2e807eb4bc32f838.js +0 -1
  85. {gns3_server-3.0.3.dist-info → gns3_server-3.0.4.dist-info}/LICENSE +0 -0
  86. {gns3_server-3.0.3.dist-info → gns3_server-3.0.4.dist-info}/WHEEL +0 -0
  87. {gns3_server-3.0.3.dist-info → gns3_server-3.0.4.dist-info}/entry_points.txt +0 -0
  88. {gns3_server-3.0.3.dist-info → gns3_server-3.0.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1967 @@
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.91 r13725"
16
+ sodipodi:docname="mgmt_station.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></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="linearGradient8418">
77
+ <stop
78
+ id="stop8420"
79
+ offset="0.0000000"
80
+ style="stop-color:#626262;stop-opacity:1.0000000;" />
81
+ <stop
82
+ id="stop8422"
83
+ offset="1"
84
+ style="stop-color:#64c8ff;stop-opacity:1" />
85
+ </linearGradient>
86
+ <linearGradient
87
+ id="linearGradient8412">
88
+ <stop
89
+ id="stop8414"
90
+ offset="0.0000000"
91
+ style="stop-color:#626262;stop-opacity:1.0000000;" />
92
+ <stop
93
+ id="stop8416"
94
+ offset="1"
95
+ style="stop-color:#64c8ff;stop-opacity:1" />
96
+ </linearGradient>
97
+ <linearGradient
98
+ id="linearGradient4500">
99
+ <stop
100
+ style="stop-color:#626262;stop-opacity:1.0000000;"
101
+ offset="0.0000000"
102
+ id="stop4502" />
103
+ <stop
104
+ style="stop-color:#64c8ff;stop-opacity:1"
105
+ offset="1"
106
+ id="stop4504" />
107
+ </linearGradient>
108
+ <linearGradient
109
+ id="linearGradient4494">
110
+ <stop
111
+ style="stop-color:#626262;stop-opacity:1.0000000;"
112
+ offset="0.0000000"
113
+ id="stop4496" />
114
+ <stop
115
+ style="stop-color:#64c8ff;stop-opacity:1"
116
+ offset="1"
117
+ id="stop4498" />
118
+ </linearGradient>
119
+ <linearGradient
120
+ id="linearGradient4488">
121
+ <stop
122
+ style="stop-color:#ffffff;stop-opacity:0.00000000;"
123
+ offset="0.00000000"
124
+ id="stop4490" />
125
+ <stop
126
+ style="stop-color:#64c8ff;stop-opacity:1"
127
+ offset="1"
128
+ id="stop4492" />
129
+ </linearGradient>
130
+ <linearGradient
131
+ id="linearGradient4482">
132
+ <stop
133
+ style="stop-color:#626262;stop-opacity:1.0000000;"
134
+ offset="0.0000000"
135
+ id="stop4484" />
136
+ <stop
137
+ style="stop-color:#a0c8ff;stop-opacity:1"
138
+ offset="1"
139
+ id="stop4486" />
140
+ </linearGradient>
141
+ <linearGradient
142
+ id="linearGradient4476">
143
+ <stop
144
+ style="stop-color:#626262;stop-opacity:1.0000000;"
145
+ offset="0.0000000"
146
+ id="stop4478" />
147
+ <stop
148
+ style="stop-color:#64c8ff;stop-opacity:1"
149
+ offset="1"
150
+ id="stop4480" />
151
+ </linearGradient>
152
+ <linearGradient
153
+ id="linearGradient4468">
154
+ <stop
155
+ style="stop-color:#626262;stop-opacity:1.0000000;"
156
+ offset="0.0000000"
157
+ id="stop4472" />
158
+ <stop
159
+ style="stop-color:#c8c8ff;stop-opacity:1"
160
+ offset="1"
161
+ id="stop4474" />
162
+ </linearGradient>
163
+ <linearGradient
164
+ id="linearGradient1806">
165
+ <stop
166
+ id="stop1807"
167
+ offset="0.0000000"
168
+ style="stop-color:#000000;stop-opacity:0.35051546;" />
169
+ <stop
170
+ id="stop3276"
171
+ offset="0.64999998"
172
+ style="stop-color:#000000;stop-opacity:0.13402061;" />
173
+ <stop
174
+ id="stop1808"
175
+ offset="1.0000000"
176
+ style="stop-color:#000000;stop-opacity:0.0000000;" />
177
+ </linearGradient>
178
+ <radialGradient
179
+ cx="42.007256"
180
+ cy="39.007645"
181
+ fx="42.280807"
182
+ fy="39.410465"
183
+ id="radialGradient1977"
184
+ r="11.574221"
185
+ xlink:href="#linearGradient1806"
186
+ gradientUnits="userSpaceOnUse" />
187
+ <linearGradient
188
+ id="linearGradient893">
189
+ <stop
190
+ id="stop895"
191
+ offset="0"
192
+ style="stop-color:#000;stop-opacity:1;" />
193
+ <stop
194
+ id="stop896"
195
+ offset="1"
196
+ style="stop-color:#fff;stop-opacity:1;" />
197
+ </linearGradient>
198
+ <linearGradient
199
+ id="linearGradient1317">
200
+ <stop
201
+ id="stop1318"
202
+ offset="0.00000000"
203
+ style="stop-color:#000000;stop-opacity:0.52892560;" />
204
+ <stop
205
+ id="stop1320"
206
+ offset="0.50000000"
207
+ style="stop-color:#000000;stop-opacity:0.17355372;" />
208
+ <stop
209
+ id="stop1319"
210
+ offset="1.0000000"
211
+ style="stop-color:#000000;stop-opacity:0.00000000;" />
212
+ </linearGradient>
213
+ <linearGradient
214
+ id="linearGradient1133">
215
+ <stop
216
+ id="stop1134"
217
+ offset="0.00000000"
218
+ style="stop-color:#8bb7df;stop-opacity:1.0000000;" />
219
+ <stop
220
+ id="stop1136"
221
+ offset="0.76209301"
222
+ style="stop-color:#2a6092;stop-opacity:1.0000000;" />
223
+ <stop
224
+ id="stop1135"
225
+ offset="1.0000000"
226
+ style="stop-color:#375e82;stop-opacity:1.0000000;" />
227
+ </linearGradient>
228
+ <linearGradient
229
+ id="linearGradient1098">
230
+ <stop
231
+ id="stop1099"
232
+ offset="0.00000000"
233
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
234
+ <stop
235
+ id="stop1101"
236
+ offset="0.50000000"
237
+ style="stop-color:#ffffff;stop-opacity:0.22314049;" />
238
+ <stop
239
+ id="stop1102"
240
+ offset="0.59930235"
241
+ style="stop-color:#ffffff;stop-opacity:0.00000000;" />
242
+ <stop
243
+ id="stop1100"
244
+ offset="1.0000000"
245
+ style="stop-color:#ffffff;stop-opacity:0.60330576;" />
246
+ </linearGradient>
247
+ <linearGradient
248
+ id="linearGradient902">
249
+ <stop
250
+ id="stop903"
251
+ offset="0.00000000"
252
+ style="stop-color:#000000;stop-opacity:0.00000000;" />
253
+ <stop
254
+ id="stop904"
255
+ offset="1.0000000"
256
+ style="stop-color:#000000;stop-opacity:0.22000000;" />
257
+ </linearGradient>
258
+ <linearGradient
259
+ id="linearGradient892">
260
+ <stop
261
+ id="stop893"
262
+ offset="0.00000000"
263
+ style="stop-color:#ffffff;stop-opacity:0.00000000;" />
264
+ <stop
265
+ id="stop894"
266
+ offset="1"
267
+ style="stop-color:#fff;stop-opacity:1;" />
268
+ </linearGradient>
269
+ <linearGradient
270
+ id="linearGradient888">
271
+ <stop
272
+ id="stop889"
273
+ offset="0.0000000"
274
+ style="stop-color:#626262;stop-opacity:1.0000000;" />
275
+ <stop
276
+ id="stop890"
277
+ offset="1"
278
+ style="stop-color:#fff;stop-opacity:1;" />
279
+ </linearGradient>
280
+ <linearGradient
281
+ id="linearGradient891"
282
+ x1="92.437965"
283
+ x2="27.674332"
284
+ xlink:href="#linearGradient4494"
285
+ y1="-3.9104078"
286
+ y2="91.076988"
287
+ gradientTransform="matrix(0.8184166,0,0,0.530237,-9.8827678,-14.589608)"
288
+ gradientUnits="userSpaceOnUse" />
289
+ <linearGradient
290
+ id="linearGradient901"
291
+ xlink:href="#linearGradient1806"
292
+ gradientTransform="matrix(0.8517959,0,0,0.5754549,70.875335,-17.351492)"
293
+ x1="9.4921856"
294
+ y1="22.862282"
295
+ x2="41.719688"
296
+ y2="22.862282"
297
+ gradientUnits="userSpaceOnUse" />
298
+ <linearGradient
299
+ id="linearGradient905"
300
+ x1="-77.726181"
301
+ x2="95.64444"
302
+ xlink:href="#linearGradient8412"
303
+ y1="208.43991"
304
+ y2="11.699047"
305
+ gradientTransform="matrix(0.7314635,0,0,0.5932693,-9.8827694,-14.589616)"
306
+ gradientUnits="userSpaceOnUse" />
307
+ <radialGradient
308
+ cx="60.004654"
309
+ cy="56.485935"
310
+ fx="72.10788"
311
+ fy="39.288475"
312
+ id="radialGradient1132"
313
+ r="68.589226"
314
+ xlink:href="#linearGradient1133"
315
+ gradientTransform="matrix(0.8184166,0,0,0.530237,-9.8827678,-14.589608)"
316
+ gradientUnits="userSpaceOnUse" />
317
+ <linearGradient
318
+ id="linearGradient1138"
319
+ x1="-249.72067"
320
+ x2="-268.25406"
321
+ xlink:href="#linearGradient1806"
322
+ y1="375.922"
323
+ y2="75.912529"
324
+ gradientTransform="scale(1.087146,0.91984)"
325
+ gradientUnits="userSpaceOnUse" />
326
+ <linearGradient
327
+ id="linearGradient1140"
328
+ x1="45.685757"
329
+ x2="41.96706"
330
+ xlink:href="#linearGradient4476"
331
+ y1="110.4447"
332
+ y2="232.24953"
333
+ gradientTransform="matrix(1.2743811,0,0,0.3405213,-9.8827694,-14.589616)"
334
+ gradientUnits="userSpaceOnUse" />
335
+ <linearGradient
336
+ id="linearGradient1141"
337
+ x1="0"
338
+ x2="0.92957747"
339
+ xlink:href="#linearGradient888"
340
+ y1="3.3012049"
341
+ y2="-0.45783132" />
342
+ <linearGradient
343
+ id="linearGradient1144"
344
+ x1="31.449743"
345
+ x2="31.617281"
346
+ xlink:href="#linearGradient892"
347
+ y1="203.49899"
348
+ y2="251.21892"
349
+ gradientTransform="matrix(1.4044089,0,0,0.3089952,-9.8827694,-14.589616)"
350
+ gradientUnits="userSpaceOnUse" />
351
+ <linearGradient
352
+ id="linearGradient1146"
353
+ x1="39.810947"
354
+ x2="17.87653"
355
+ xlink:href="#linearGradient4488"
356
+ y1="90.197021"
357
+ y2="113.71949"
358
+ gradientTransform="matrix(0.8811179,0,0,0.4925045,-9.8827694,-14.589616)"
359
+ gradientUnits="userSpaceOnUse" />
360
+ <linearGradient
361
+ id="linearGradient1148"
362
+ x1="39.690613"
363
+ x2="70.224304"
364
+ xlink:href="#linearGradient892"
365
+ y1="49.507656"
366
+ y2="20.481863"
367
+ gradientTransform="scale(1.329144,0.752364)"
368
+ gradientUnits="userSpaceOnUse" />
369
+ <linearGradient
370
+ id="linearGradient1150"
371
+ x1="35.190361"
372
+ x2="8.3460579"
373
+ xlink:href="#linearGradient892"
374
+ y1="76.277557"
375
+ y2="105.42543"
376
+ gradientTransform="scale(1.328386,0.752793)"
377
+ gradientUnits="userSpaceOnUse" />
378
+ <linearGradient
379
+ id="linearGradient1156"
380
+ x1="25.220816"
381
+ x2="25.220816"
382
+ xlink:href="#linearGradient8418"
383
+ y1="178.48862"
384
+ y2="234.26866"
385
+ gradientTransform="matrix(1.6156202,0,0,0.2685999,-9.8827678,-14.589608)"
386
+ gradientUnits="userSpaceOnUse" />
387
+ <linearGradient
388
+ id="linearGradient1157"
389
+ x1="51.46093"
390
+ x2="-16.224497"
391
+ xlink:href="#linearGradient4482"
392
+ y1="269.85831"
393
+ y2="176.28694"
394
+ gradientTransform="matrix(1.6156202,0,0,0.2685999,-9.8827678,-14.589608)"
395
+ gradientUnits="userSpaceOnUse" />
396
+ <linearGradient
397
+ id="linearGradient1166"
398
+ x1="111.49758"
399
+ x2="107.04918"
400
+ xlink:href="#linearGradient1317"
401
+ y1="131.25249"
402
+ y2="148.78619"
403
+ gradientTransform="matrix(0.562951,0,0,0.378005,1.021178,-9.426161)"
404
+ gradientUnits="userSpaceOnUse" />
405
+ <linearGradient
406
+ id="linearGradient1167"
407
+ x1="141.60217"
408
+ x2="88.447014"
409
+ xlink:href="#linearGradient888"
410
+ y1="228.39311"
411
+ y2="133.5471"
412
+ gradientTransform="matrix(0.544555,0,0,0.390775,1.021178,-9.426161)"
413
+ gradientUnits="userSpaceOnUse" />
414
+ <linearGradient
415
+ id="linearGradient1169"
416
+ x1="146.69923"
417
+ x2="74.533691"
418
+ xlink:href="#linearGradient893"
419
+ y1="224.57898"
420
+ y2="81.4776"
421
+ gradientTransform="matrix(0.546024,0,0,0.389723,1.021178,-9.426161)"
422
+ gradientUnits="userSpaceOnUse" />
423
+ <linearGradient
424
+ gradientTransform="scale(0.998371,1.001632)"
425
+ id="linearGradient1170"
426
+ x1="0.47284532"
427
+ x2="0.48655096"
428
+ xlink:href="#linearGradient902"
429
+ y1="-0.016295359"
430
+ y2="1.8378206" />
431
+ <linearGradient
432
+ id="linearGradient1171"
433
+ x1="101.10657"
434
+ x2="95.100159"
435
+ xlink:href="#linearGradient902"
436
+ y1="177.77768"
437
+ y2="173.03152"
438
+ gradientTransform="matrix(0.62565,0,0,0.340123,1.021178,-9.426161)"
439
+ gradientUnits="userSpaceOnUse" />
440
+ <radialGradient
441
+ cx="0.47887325"
442
+ cy="0.53333336"
443
+ fx="0.47535211"
444
+ fy="0.26666668"
445
+ id="radialGradient1315"
446
+ r="0.41197181"
447
+ xlink:href="#linearGradient1317" />
448
+ <radialGradient
449
+ cx="0.5"
450
+ cy="0.50000006"
451
+ fx="0.50352114"
452
+ fy="0.18269235"
453
+ id="radialGradient1316"
454
+ r="0.34964636"
455
+ xlink:href="#linearGradient1317" />
456
+ <linearGradient
457
+ id="linearGradient1404"
458
+ x1="88.755692"
459
+ x2="88.996956"
460
+ xlink:href="#linearGradient892"
461
+ y1="169.09755"
462
+ y2="182.99155"
463
+ gradientTransform="matrix(0.629979,0,0,0.337786,1.021178,-9.426161)"
464
+ gradientUnits="userSpaceOnUse" />
465
+ <linearGradient
466
+ gradientTransform="scale(0.997825,1.00218)"
467
+ id="linearGradient1505"
468
+ x1="0.47157744"
469
+ x2="0.48548824"
470
+ xlink:href="#linearGradient902"
471
+ y1="-0.02485317"
472
+ y2="1.8570156" />
473
+ <linearGradient
474
+ gradientTransform="scale(0.995847,1.00417)"
475
+ id="linearGradient1506"
476
+ x1="0.4704251"
477
+ x2="0.48481107"
478
+ xlink:href="#linearGradient902"
479
+ y1="-0.04365262"
480
+ y2="1.9025002" />
481
+ <linearGradient
482
+ gradientTransform="scale(0.997153,1.002855)"
483
+ id="linearGradient2740"
484
+ x1="0.47041038"
485
+ x2="0.48453596"
486
+ xlink:href="#linearGradient902"
487
+ y1="-0.033741195"
488
+ y2="1.8771822" />
489
+ <linearGradient
490
+ id="linearGradient4283"
491
+ x1="-0.77314812"
492
+ x2="0.99074072"
493
+ xlink:href="#linearGradient893"
494
+ y1="2.0837989"
495
+ y2="-0.033519555" />
496
+ <linearGradient
497
+ id="linearGradient4284"
498
+ x1="-2.3960868e-17"
499
+ x2="0.92957747"
500
+ xlink:href="#linearGradient893"
501
+ y1="3.3012049"
502
+ y2="-0.45783132" />
503
+ <linearGradient
504
+ inkscape:collect="always"
505
+ xlink:href="#linearGradient1806"
506
+ id="linearGradient1948"
507
+ gradientUnits="userSpaceOnUse"
508
+ gradientTransform="scale(1.087146,0.91984)"
509
+ x1="-249.72067"
510
+ y1="375.922"
511
+ x2="-268.25406"
512
+ y2="75.912529" />
513
+ <linearGradient
514
+ inkscape:collect="always"
515
+ xlink:href="#linearGradient1806"
516
+ id="linearGradient1950"
517
+ gradientUnits="userSpaceOnUse"
518
+ gradientTransform="scale(1.087146,0.91984)"
519
+ x1="-249.72067"
520
+ y1="375.922"
521
+ x2="-268.25406"
522
+ y2="75.912529" />
523
+ <linearGradient
524
+ inkscape:collect="always"
525
+ xlink:href="#linearGradient1806"
526
+ id="linearGradient1952"
527
+ gradientUnits="userSpaceOnUse"
528
+ gradientTransform="scale(1.087146,0.91984)"
529
+ x1="-249.72067"
530
+ y1="375.922"
531
+ x2="-268.25406"
532
+ y2="75.912529" />
533
+ <linearGradient
534
+ inkscape:collect="always"
535
+ xlink:href="#linearGradient892"
536
+ id="linearGradient2625"
537
+ gradientUnits="userSpaceOnUse"
538
+ gradientTransform="scale(1.329144,0.752364)"
539
+ x1="39.690613"
540
+ y1="49.507656"
541
+ x2="70.224304"
542
+ y2="20.481863" />
543
+ <linearGradient
544
+ inkscape:collect="always"
545
+ xlink:href="#linearGradient892"
546
+ id="linearGradient2627"
547
+ gradientUnits="userSpaceOnUse"
548
+ gradientTransform="scale(1.328386,0.752793)"
549
+ x1="35.190361"
550
+ y1="76.277557"
551
+ x2="8.3460579"
552
+ y2="105.42543" />
553
+ <linearGradient
554
+ inkscape:collect="always"
555
+ xlink:href="#linearGradient888"
556
+ id="linearGradient2633"
557
+ gradientUnits="userSpaceOnUse"
558
+ gradientTransform="matrix(0.3870648,0,0,0.2694829,71.57581,-24.087318)"
559
+ x1="92.437965"
560
+ y1="-3.9104078"
561
+ x2="27.674332"
562
+ y2="91.076988" />
563
+ <linearGradient
564
+ inkscape:collect="always"
565
+ xlink:href="#linearGradient892"
566
+ id="linearGradient2635"
567
+ gradientUnits="userSpaceOnUse"
568
+ gradientTransform="matrix(0.8821916,0,0,0.491702,-8.9069314,-15.277305)"
569
+ x1="39.690613"
570
+ y1="49.507656"
571
+ x2="70.224304"
572
+ y2="20.481863" />
573
+ <linearGradient
574
+ inkscape:collect="always"
575
+ xlink:href="#linearGradient892"
576
+ id="linearGradient2637"
577
+ gradientUnits="userSpaceOnUse"
578
+ gradientTransform="matrix(0.8816883,0,0,0.4919824,-10.701684,-14.28309)"
579
+ x1="35.190361"
580
+ y1="76.277557"
581
+ x2="8.3460579"
582
+ y2="105.42543" />
583
+ <linearGradient
584
+ id="linearGradient4467-7">
585
+ <stop
586
+ id="stop4469-4"
587
+ offset="0"
588
+ style="stop-color:#000000;stop-opacity:1;" />
589
+ <stop
590
+ id="stop4471-7"
591
+ offset="1"
592
+ style="stop-color:#000000;stop-opacity:0.8974359;" />
593
+ </linearGradient>
594
+ <radialGradient
595
+ gradientUnits="userSpaceOnUse"
596
+ gradientTransform="matrix(0.97442557,1.5088911,-0.83559154,0.53961599,225.10358,63.664066)"
597
+ r="55.859375"
598
+ fy="98.282051"
599
+ fx="116.51958"
600
+ cy="98.282051"
601
+ cx="116.51958"
602
+ id="radialGradient4475-0"
603
+ xlink:href="#linearGradient4467-7"
604
+ inkscape:collect="always" />
605
+ <linearGradient
606
+ id="linearGradient4431-3">
607
+ <stop
608
+ id="stop4433-0"
609
+ offset="0"
610
+ style="stop-color:#ffffff;stop-opacity:1;" />
611
+ <stop
612
+ id="stop4435-2"
613
+ offset="1"
614
+ style="stop-color:#ffffff;stop-opacity:0;" />
615
+ </linearGradient>
616
+ <linearGradient
617
+ gradientUnits="userSpaceOnUse"
618
+ y2="878.90735"
619
+ x2="142.81854"
620
+ y1="831.52283"
621
+ x1="142.81854"
622
+ id="linearGradient4437-6"
623
+ xlink:href="#linearGradient4431-3"
624
+ inkscape:collect="always" />
625
+ <linearGradient
626
+ id="linearGradient4321-0-7">
627
+ <stop
628
+ id="stop4323-3-3"
629
+ offset="0"
630
+ style="stop-color:#ff6702;stop-opacity:1;" />
631
+ <stop
632
+ id="stop4325-1-6"
633
+ offset="1"
634
+ style="stop-color:#ff9a55;stop-opacity:1;" />
635
+ </linearGradient>
636
+ <linearGradient
637
+ id="linearGradient4466-5-9">
638
+ <stop
639
+ id="stop4468-2-7"
640
+ offset="0"
641
+ style="stop-color:#ffffff;stop-opacity:1;" />
642
+ <stop
643
+ id="stop4470-3-7"
644
+ offset="1"
645
+ style="stop-color:#ffffff;stop-opacity:0;" />
646
+ </linearGradient>
647
+ <linearGradient
648
+ id="linearGradient4321-0-0">
649
+ <stop
650
+ id="stop4323-3-9"
651
+ offset="0"
652
+ style="stop-color:#ff6702;stop-opacity:1;" />
653
+ <stop
654
+ id="stop4325-1-1"
655
+ offset="1"
656
+ style="stop-color:#ff9a55;stop-opacity:1;" />
657
+ </linearGradient>
658
+ <linearGradient
659
+ id="linearGradient4466-5-5">
660
+ <stop
661
+ id="stop4468-2-9"
662
+ offset="0"
663
+ style="stop-color:#ffffff;stop-opacity:1;" />
664
+ <stop
665
+ id="stop4470-3-4"
666
+ offset="1"
667
+ style="stop-color:#ffffff;stop-opacity:0;" />
668
+ </linearGradient>
669
+ <linearGradient
670
+ id="linearGradient4321-0">
671
+ <stop
672
+ id="stop4323-3"
673
+ offset="0"
674
+ style="stop-color:#ff6702;stop-opacity:1;" />
675
+ <stop
676
+ id="stop4325-1"
677
+ offset="1"
678
+ style="stop-color:#ff9a55;stop-opacity:1;" />
679
+ </linearGradient>
680
+ <radialGradient
681
+ gradientUnits="userSpaceOnUse"
682
+ gradientTransform="matrix(0.95670828,0.96684666,-0.72623533,0.71862001,442.64399,170.9169)"
683
+ r="49.498173"
684
+ fy="575.27838"
685
+ fx="130.8242"
686
+ cy="575.27838"
687
+ cx="130.8242"
688
+ id="radialGradient4474-6"
689
+ xlink:href="#linearGradient4321-0"
690
+ inkscape:collect="always" />
691
+ <linearGradient
692
+ id="linearGradient4466-5">
693
+ <stop
694
+ id="stop4468-2"
695
+ offset="0"
696
+ style="stop-color:#ffffff;stop-opacity:1;" />
697
+ <stop
698
+ id="stop4470-3"
699
+ offset="1"
700
+ style="stop-color:#ffffff;stop-opacity:0;" />
701
+ </linearGradient>
702
+ <linearGradient
703
+ gradientUnits="userSpaceOnUse"
704
+ y2="579.80206"
705
+ x2="161.7561"
706
+ y1="540.72662"
707
+ x1="161.7561"
708
+ id="linearGradient4472-9"
709
+ xlink:href="#linearGradient4466-5"
710
+ inkscape:collect="always" />
711
+ <radialGradient
712
+ gradientUnits="userSpaceOnUse"
713
+ gradientTransform="matrix(0.95670828,0.96684666,-0.72623533,0.71862001,423.45109,35.05138)"
714
+ r="49.498173"
715
+ fy="575.27838"
716
+ fx="130.8242"
717
+ cy="575.27838"
718
+ cx="130.8242"
719
+ id="radialGradient4474"
720
+ xlink:href="#linearGradient4321"
721
+ inkscape:collect="always" />
722
+ <linearGradient
723
+ gradientUnits="userSpaceOnUse"
724
+ y2="579.80206"
725
+ x2="161.7561"
726
+ y1="540.72662"
727
+ x1="161.7561"
728
+ id="linearGradient4472"
729
+ xlink:href="#linearGradient4466"
730
+ inkscape:collect="always" />
731
+ <linearGradient
732
+ id="linearGradient4011-5-1-1">
733
+ <stop
734
+ id="stop4013-1-9-63"
735
+ offset="0"
736
+ style="stop-color:#fde8a1;stop-opacity:1;" />
737
+ <stop
738
+ id="stop4015-3-8-8"
739
+ offset="1"
740
+ style="stop-color:#2947b9;stop-opacity:1;" />
741
+ </linearGradient>
742
+ <linearGradient
743
+ id="linearGradient3879-4-7-2-3">
744
+ <stop
745
+ id="stop3881-6-7-9-1"
746
+ offset="0"
747
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
748
+ <stop
749
+ id="stop3883-74-6-9-87"
750
+ offset="1"
751
+ style="stop-color:#ffffff;stop-opacity:0;" />
752
+ </linearGradient>
753
+ <linearGradient
754
+ id="linearGradient3999-7-1-4">
755
+ <stop
756
+ id="stop4001-9-1-4"
757
+ offset="0"
758
+ style="stop-color:#fff7f2;stop-opacity:1;" />
759
+ <stop
760
+ id="stop4003-4-4-4"
761
+ offset="1"
762
+ style="stop-color:#ffffff;stop-opacity:0;" />
763
+ </linearGradient>
764
+ <linearGradient
765
+ id="linearGradient4007-9-5-3">
766
+ <stop
767
+ id="stop4009-1-9-3"
768
+ offset="0"
769
+ style="stop-color:#ff6600;stop-opacity:1;" />
770
+ <stop
771
+ id="stop4011-9-5-9"
772
+ offset="1"
773
+ style="stop-color:#ff9148;stop-opacity:1;" />
774
+ </linearGradient>
775
+ <linearGradient
776
+ id="linearGradient3999-7-1">
777
+ <stop
778
+ id="stop4001-9-1"
779
+ offset="0"
780
+ style="stop-color:#fff7f2;stop-opacity:1;" />
781
+ <stop
782
+ id="stop4003-4-4"
783
+ offset="1"
784
+ style="stop-color:#ffffff;stop-opacity:0;" />
785
+ </linearGradient>
786
+ <linearGradient
787
+ id="linearGradient4007-9-5">
788
+ <stop
789
+ id="stop4009-1-9"
790
+ offset="0"
791
+ style="stop-color:#ff6600;stop-opacity:1;" />
792
+ <stop
793
+ id="stop4011-9-5"
794
+ offset="1"
795
+ style="stop-color:#ff9148;stop-opacity:1;" />
796
+ </linearGradient>
797
+ <linearGradient
798
+ id="linearGradient4007-9">
799
+ <stop
800
+ id="stop4009-1"
801
+ offset="0"
802
+ style="stop-color:#ff6600;stop-opacity:1;" />
803
+ <stop
804
+ id="stop4011-9"
805
+ offset="1"
806
+ style="stop-color:#ff9148;stop-opacity:1;" />
807
+ </linearGradient>
808
+ <linearGradient
809
+ id="linearGradient3999-7">
810
+ <stop
811
+ id="stop4001-9"
812
+ offset="0"
813
+ style="stop-color:#fff7f2;stop-opacity:1;" />
814
+ <stop
815
+ id="stop4003-4"
816
+ offset="1"
817
+ style="stop-color:#ffffff;stop-opacity:0;" />
818
+ </linearGradient>
819
+ <linearGradient
820
+ id="linearGradient3880-4">
821
+ <stop
822
+ id="stop3882-5"
823
+ offset="0"
824
+ style="stop-color:#eb7400;stop-opacity:1;" />
825
+ <stop
826
+ id="stop3884-1"
827
+ offset="1"
828
+ style="stop-color:#f7b06a;stop-opacity:1;" />
829
+ </linearGradient>
830
+ <linearGradient
831
+ id="linearGradient3890-9">
832
+ <stop
833
+ id="stop3892-0"
834
+ offset="0"
835
+ style="stop-color:#ffffff;stop-opacity:1;" />
836
+ <stop
837
+ id="stop3894-9"
838
+ offset="1"
839
+ style="stop-color:#ffffff;stop-opacity:0;" />
840
+ </linearGradient>
841
+ <linearGradient
842
+ id="linearGradient4011-5-1-55">
843
+ <stop
844
+ id="stop4013-1-9-8"
845
+ offset="0"
846
+ style="stop-color:#000a30;stop-opacity:1;" />
847
+ <stop
848
+ id="stop4015-3-8-3"
849
+ offset="1"
850
+ style="stop-color:#4260d5;stop-opacity:1;" />
851
+ </linearGradient>
852
+ <linearGradient
853
+ id="linearGradient3879-4-7-2-0">
854
+ <stop
855
+ id="stop3881-6-7-9-7"
856
+ offset="0"
857
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
858
+ <stop
859
+ id="stop3883-74-6-9-8"
860
+ offset="1"
861
+ style="stop-color:#ffffff;stop-opacity:0;" />
862
+ </linearGradient>
863
+ <linearGradient
864
+ id="linearGradient4011-5-1-7">
865
+ <stop
866
+ id="stop4013-1-9-1"
867
+ offset="0"
868
+ style="stop-color:#042dc8;stop-opacity:1;" />
869
+ <stop
870
+ id="stop4015-3-8-5"
871
+ offset="1"
872
+ style="stop-color:#4260d5;stop-opacity:1;" />
873
+ </linearGradient>
874
+ <radialGradient
875
+ gradientUnits="userSpaceOnUse"
876
+ gradientTransform="matrix(0.26837158,1.8482981,-1.1689154,0.16972569,466.57614,26.180822)"
877
+ r="11.515625"
878
+ fy="93.096375"
879
+ fx="66.639"
880
+ cy="93.096375"
881
+ cx="66.639"
882
+ id="radialGradient4017-7-9-7"
883
+ xlink:href="#linearGradient4011-5-1-7"
884
+ inkscape:collect="always" />
885
+ <linearGradient
886
+ id="linearGradient3879-4-7-2-4">
887
+ <stop
888
+ id="stop3881-6-7-9-9"
889
+ offset="0"
890
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
891
+ <stop
892
+ id="stop3883-74-6-9-3"
893
+ offset="1"
894
+ style="stop-color:#ffffff;stop-opacity:0;" />
895
+ </linearGradient>
896
+ <linearGradient
897
+ gradientUnits="userSpaceOnUse"
898
+ y2="143.03978"
899
+ x2="75.874107"
900
+ y1="124.8497"
901
+ x1="76.025352"
902
+ id="linearGradient3885-6-2-8-4"
903
+ xlink:href="#linearGradient3879-4-7-2-4"
904
+ inkscape:collect="always" />
905
+ <linearGradient
906
+ id="linearGradient4011-5-1-5">
907
+ <stop
908
+ id="stop4013-1-9-6"
909
+ offset="0"
910
+ style="stop-color:#042dc8;stop-opacity:1;" />
911
+ <stop
912
+ id="stop4015-3-8-9"
913
+ offset="1"
914
+ style="stop-color:#4260d5;stop-opacity:1;" />
915
+ </linearGradient>
916
+ <radialGradient
917
+ gradientUnits="userSpaceOnUse"
918
+ gradientTransform="matrix(0.55965334,3.8543806,-2.4376181,0.3539404,454.75182,-145.44353)"
919
+ r="11.515625"
920
+ fy="93.096375"
921
+ fx="66.639"
922
+ cy="93.096375"
923
+ cx="66.639"
924
+ id="radialGradient4017-7-9-5"
925
+ xlink:href="#linearGradient4011-5-1-5"
926
+ inkscape:collect="always" />
927
+ <linearGradient
928
+ id="linearGradient3879-4-7-2-7">
929
+ <stop
930
+ id="stop3881-6-7-9-3"
931
+ offset="0"
932
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
933
+ <stop
934
+ id="stop3883-74-6-9-6"
935
+ offset="1"
936
+ style="stop-color:#ffffff;stop-opacity:0;" />
937
+ </linearGradient>
938
+ <linearGradient
939
+ gradientUnits="userSpaceOnUse"
940
+ y2="143.03978"
941
+ x2="75.874107"
942
+ y1="124.8497"
943
+ x1="76.025352"
944
+ id="linearGradient3885-6-2-8-0"
945
+ xlink:href="#linearGradient3879-4-7-2-7"
946
+ inkscape:collect="always" />
947
+ <linearGradient
948
+ id="linearGradient4011-5-1">
949
+ <stop
950
+ id="stop4013-1-9"
951
+ offset="0"
952
+ style="stop-color:#042dc8;stop-opacity:1;" />
953
+ <stop
954
+ id="stop4015-3-8"
955
+ offset="1"
956
+ style="stop-color:#4260d5;stop-opacity:1;" />
957
+ </linearGradient>
958
+ <radialGradient
959
+ gradientUnits="userSpaceOnUse"
960
+ gradientTransform="matrix(0.99779178,6.8718773,-4.3459674,0.6310314,448.94742,-406.99277)"
961
+ r="11.515625"
962
+ fy="93.096375"
963
+ fx="66.639"
964
+ cy="93.096375"
965
+ cx="66.639"
966
+ id="radialGradient4017-7-9"
967
+ xlink:href="#linearGradient4011-5-1"
968
+ inkscape:collect="always" />
969
+ <linearGradient
970
+ id="linearGradient3879-4-7-2">
971
+ <stop
972
+ id="stop3881-6-7-9"
973
+ offset="0"
974
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
975
+ <stop
976
+ id="stop3883-74-6-9"
977
+ offset="1"
978
+ style="stop-color:#ffffff;stop-opacity:0;" />
979
+ </linearGradient>
980
+ <linearGradient
981
+ gradientUnits="userSpaceOnUse"
982
+ y2="143.03978"
983
+ x2="75.874107"
984
+ y1="124.8497"
985
+ x1="76.025352"
986
+ id="linearGradient3885-6-2-8"
987
+ xlink:href="#linearGradient3879-4-7-2"
988
+ inkscape:collect="always" />
989
+ <linearGradient
990
+ gradientUnits="userSpaceOnUse"
991
+ y2="173.47537"
992
+ x2="107.18476"
993
+ y1="189.72537"
994
+ x1="107.03001"
995
+ id="linearGradient4117"
996
+ xlink:href="#linearGradient4011-0"
997
+ inkscape:collect="always" />
998
+ <linearGradient
999
+ id="linearGradient4011-0">
1000
+ <stop
1001
+ id="stop4013-4"
1002
+ offset="0"
1003
+ style="stop-color:#042dc8;stop-opacity:1;" />
1004
+ <stop
1005
+ id="stop4015-0"
1006
+ offset="1"
1007
+ style="stop-color:#4260d5;stop-opacity:1;" />
1008
+ </linearGradient>
1009
+ <radialGradient
1010
+ gradientUnits="userSpaceOnUse"
1011
+ gradientTransform="matrix(0.23244854,1.600893,-1.0124495,0.14700695,146.34996,53.681728)"
1012
+ r="11.515625"
1013
+ fy="93.096375"
1014
+ fx="66.639"
1015
+ cy="93.096375"
1016
+ cx="66.639"
1017
+ id="radialGradient4017-5"
1018
+ xlink:href="#linearGradient4011-0"
1019
+ inkscape:collect="always" />
1020
+ <linearGradient
1021
+ id="linearGradient3879-4-75">
1022
+ <stop
1023
+ id="stop3881-6-1"
1024
+ offset="0"
1025
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
1026
+ <stop
1027
+ id="stop3883-74-4"
1028
+ offset="1"
1029
+ style="stop-color:#ffffff;stop-opacity:0;" />
1030
+ </linearGradient>
1031
+ <linearGradient
1032
+ gradientUnits="userSpaceOnUse"
1033
+ y2="143.03978"
1034
+ x2="75.874107"
1035
+ y1="124.8497"
1036
+ x1="76.025352"
1037
+ id="linearGradient3885-6-8"
1038
+ xlink:href="#linearGradient3879-4-75"
1039
+ inkscape:collect="always" />
1040
+ <linearGradient
1041
+ id="linearGradient4011-5">
1042
+ <stop
1043
+ id="stop4013-1"
1044
+ offset="0"
1045
+ style="stop-color:#042dc8;stop-opacity:1;" />
1046
+ <stop
1047
+ id="stop4015-3"
1048
+ offset="1"
1049
+ style="stop-color:#4260d5;stop-opacity:1;" />
1050
+ </linearGradient>
1051
+ <radialGradient
1052
+ gradientUnits="userSpaceOnUse"
1053
+ gradientTransform="matrix(0.99779178,6.8718773,-4.3459674,0.6310314,452.75975,-225.98471)"
1054
+ r="11.515625"
1055
+ fy="93.096375"
1056
+ fx="66.639"
1057
+ cy="93.096375"
1058
+ cx="66.639"
1059
+ id="radialGradient4017-7"
1060
+ xlink:href="#linearGradient4011-5"
1061
+ inkscape:collect="always" />
1062
+ <linearGradient
1063
+ id="linearGradient3879-4-7">
1064
+ <stop
1065
+ id="stop3881-6-7"
1066
+ offset="0"
1067
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
1068
+ <stop
1069
+ id="stop3883-74-6"
1070
+ offset="1"
1071
+ style="stop-color:#ffffff;stop-opacity:0;" />
1072
+ </linearGradient>
1073
+ <linearGradient
1074
+ gradientUnits="userSpaceOnUse"
1075
+ y2="143.03978"
1076
+ x2="75.874107"
1077
+ y1="124.8497"
1078
+ x1="76.025352"
1079
+ id="linearGradient3885-6-2"
1080
+ xlink:href="#linearGradient3879-4-7"
1081
+ inkscape:collect="always" />
1082
+ <radialGradient
1083
+ gradientUnits="userSpaceOnUse"
1084
+ gradientTransform="matrix(0.23244854,1.600893,-1.0124495,0.14700695,145.40424,-26.300303)"
1085
+ r="11.515625"
1086
+ fy="93.096375"
1087
+ fx="66.639"
1088
+ cy="93.096375"
1089
+ cx="66.639"
1090
+ id="radialGradient4017"
1091
+ xlink:href="#linearGradient4011"
1092
+ inkscape:collect="always" />
1093
+ <linearGradient
1094
+ id="linearGradient3869-2">
1095
+ <stop
1096
+ id="stop3871-99"
1097
+ offset="0"
1098
+ style="stop-color:#c95000;stop-opacity:1;" />
1099
+ <stop
1100
+ id="stop3873-6"
1101
+ offset="1"
1102
+ style="stop-color:#ff9e5e;stop-opacity:1;" />
1103
+ </linearGradient>
1104
+ <linearGradient
1105
+ id="linearGradient3879-4">
1106
+ <stop
1107
+ id="stop3881-6"
1108
+ offset="0"
1109
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
1110
+ <stop
1111
+ id="stop3883-74"
1112
+ offset="1"
1113
+ style="stop-color:#ffffff;stop-opacity:0;" />
1114
+ </linearGradient>
1115
+ <linearGradient
1116
+ gradientUnits="userSpaceOnUse"
1117
+ y2="143.03978"
1118
+ x2="75.874107"
1119
+ y1="124.8497"
1120
+ x1="76.025352"
1121
+ id="linearGradient3885-6"
1122
+ xlink:href="#linearGradient3879-4"
1123
+ inkscape:collect="always" />
1124
+ <linearGradient
1125
+ id="linearGradient3869-5">
1126
+ <stop
1127
+ id="stop3871-9"
1128
+ offset="0"
1129
+ style="stop-color:#c95000;stop-opacity:1;" />
1130
+ <stop
1131
+ id="stop3873-4"
1132
+ offset="1"
1133
+ style="stop-color:#ff9e5e;stop-opacity:1;" />
1134
+ </linearGradient>
1135
+ <linearGradient
1136
+ id="linearGradient3879-6">
1137
+ <stop
1138
+ id="stop3881-4"
1139
+ offset="0"
1140
+ style="stop-color:#ffffff;stop-opacity:0.90598291;" />
1141
+ <stop
1142
+ id="stop3883-7"
1143
+ offset="1"
1144
+ style="stop-color:#ffffff;stop-opacity:0;" />
1145
+ </linearGradient>
1146
+ <linearGradient
1147
+ id="linearGradient3826">
1148
+ <stop
1149
+ id="stop3828"
1150
+ offset="0"
1151
+ style="stop-color:#ff6600;stop-opacity:1;" />
1152
+ <stop
1153
+ id="stop3830"
1154
+ offset="1"
1155
+ style="stop-color:#ff893b;stop-opacity:1;" />
1156
+ </linearGradient>
1157
+ <linearGradient
1158
+ id="linearGradient3861">
1159
+ <stop
1160
+ id="stop3863"
1161
+ offset="0"
1162
+ style="stop-color:#f06000;stop-opacity:1;" />
1163
+ <stop
1164
+ id="stop3865"
1165
+ offset="1"
1166
+ style="stop-color:#ffccaa;stop-opacity:1;" />
1167
+ </linearGradient>
1168
+ <linearGradient
1169
+ id="linearGradient3869">
1170
+ <stop
1171
+ id="stop3871"
1172
+ offset="0"
1173
+ style="stop-color:#c95000;stop-opacity:1;" />
1174
+ <stop
1175
+ id="stop3873"
1176
+ offset="1"
1177
+ style="stop-color:#ff9e5e;stop-opacity:1;" />
1178
+ </linearGradient>
1179
+ <linearGradient
1180
+ id="linearGradient3879">
1181
+ <stop
1182
+ id="stop3881"
1183
+ offset="0"
1184
+ style="stop-color:#ffffff;stop-opacity:0.90598291;" />
1185
+ <stop
1186
+ id="stop3883"
1187
+ offset="1"
1188
+ style="stop-color:#ffffff;stop-opacity:0;" />
1189
+ </linearGradient>
1190
+ <linearGradient
1191
+ id="linearGradient4011">
1192
+ <stop
1193
+ id="stop4013"
1194
+ offset="0"
1195
+ style="stop-color:#042dc8;stop-opacity:1;" />
1196
+ <stop
1197
+ id="stop4015"
1198
+ offset="1"
1199
+ style="stop-color:#4260d5;stop-opacity:1;" />
1200
+ </linearGradient>
1201
+ <linearGradient
1202
+ id="linearGradient3880">
1203
+ <stop
1204
+ id="stop3882"
1205
+ offset="0"
1206
+ style="stop-color:#eb7400;stop-opacity:1;" />
1207
+ <stop
1208
+ id="stop3884"
1209
+ offset="1"
1210
+ style="stop-color:#f7b06a;stop-opacity:1;" />
1211
+ </linearGradient>
1212
+ <linearGradient
1213
+ id="linearGradient3890">
1214
+ <stop
1215
+ id="stop3892"
1216
+ offset="0"
1217
+ style="stop-color:#ffffff;stop-opacity:1;" />
1218
+ <stop
1219
+ id="stop3894"
1220
+ offset="1"
1221
+ style="stop-color:#ffffff;stop-opacity:0;" />
1222
+ </linearGradient>
1223
+ <linearGradient
1224
+ id="linearGradient3999">
1225
+ <stop
1226
+ id="stop4001"
1227
+ offset="0"
1228
+ style="stop-color:#fff7f2;stop-opacity:1;" />
1229
+ <stop
1230
+ id="stop4003"
1231
+ offset="1"
1232
+ style="stop-color:#ffffff;stop-opacity:0;" />
1233
+ </linearGradient>
1234
+ <linearGradient
1235
+ id="linearGradient4007">
1236
+ <stop
1237
+ id="stop4009"
1238
+ offset="0"
1239
+ style="stop-color:#ff6600;stop-opacity:1;" />
1240
+ <stop
1241
+ id="stop4011"
1242
+ offset="1"
1243
+ style="stop-color:#ff9148;stop-opacity:1;" />
1244
+ </linearGradient>
1245
+ <linearGradient
1246
+ id="linearGradient4251">
1247
+ <stop
1248
+ id="stop4253"
1249
+ offset="0"
1250
+ style="stop-color:#000000;stop-opacity:1;" />
1251
+ <stop
1252
+ id="stop4255"
1253
+ offset="1"
1254
+ style="stop-color:#000000;stop-opacity:0;" />
1255
+ </linearGradient>
1256
+ <linearGradient
1257
+ id="linearGradient4283-4">
1258
+ <stop
1259
+ id="stop4285"
1260
+ offset="0"
1261
+ style="stop-color:#000000;stop-opacity:1;" />
1262
+ <stop
1263
+ id="stop4287"
1264
+ offset="1"
1265
+ style="stop-color:#000000;stop-opacity:0;" />
1266
+ </linearGradient>
1267
+ <linearGradient
1268
+ id="linearGradient4321">
1269
+ <stop
1270
+ id="stop4323"
1271
+ offset="0"
1272
+ style="stop-color:#ff6702;stop-opacity:1;" />
1273
+ <stop
1274
+ id="stop4325"
1275
+ offset="1"
1276
+ style="stop-color:#ff9a55;stop-opacity:1;" />
1277
+ </linearGradient>
1278
+ <linearGradient
1279
+ id="linearGradient4466">
1280
+ <stop
1281
+ id="stop4468"
1282
+ offset="0"
1283
+ style="stop-color:#ffffff;stop-opacity:1;" />
1284
+ <stop
1285
+ id="stop4470"
1286
+ offset="1"
1287
+ style="stop-color:#ffffff;stop-opacity:0;" />
1288
+ </linearGradient>
1289
+ <linearGradient
1290
+ id="linearGradient4431">
1291
+ <stop
1292
+ id="stop4433"
1293
+ offset="0"
1294
+ style="stop-color:#ffffff;stop-opacity:1;" />
1295
+ <stop
1296
+ id="stop4435"
1297
+ offset="1"
1298
+ style="stop-color:#ffffff;stop-opacity:0;" />
1299
+ </linearGradient>
1300
+ <linearGradient
1301
+ id="linearGradient4467">
1302
+ <stop
1303
+ id="stop4469"
1304
+ offset="0"
1305
+ style="stop-color:#000000;stop-opacity:1;" />
1306
+ <stop
1307
+ id="stop4471"
1308
+ offset="1"
1309
+ style="stop-color:#000000;stop-opacity:0.8974359;" />
1310
+ </linearGradient>
1311
+ <linearGradient
1312
+ id="linearGradient4686">
1313
+ <stop
1314
+ id="stop4688"
1315
+ offset="0"
1316
+ style="stop-color:#000000;stop-opacity:1;" />
1317
+ <stop
1318
+ style="stop-color:#000000;stop-opacity:0.87843138;"
1319
+ offset="0.75"
1320
+ id="stop3956" />
1321
+ <stop
1322
+ id="stop3958"
1323
+ offset="0.75"
1324
+ style="stop-color:#ffffff;stop-opacity:0.43921569;" />
1325
+ <stop
1326
+ style="stop-color:#181818;stop-opacity:1;"
1327
+ offset="0.88"
1328
+ id="stop3960" />
1329
+ <stop
1330
+ id="stop3962"
1331
+ offset="0.88"
1332
+ style="stop-color:#242424;stop-opacity:1;" />
1333
+ <stop
1334
+ id="stop4690"
1335
+ offset="1"
1336
+ style="stop-color:#000000;stop-opacity:1;" />
1337
+ </linearGradient>
1338
+ <linearGradient
1339
+ gradientTransform="scale(1.221941,0.81837)"
1340
+ y2="482.55939"
1341
+ x2="288.37628"
1342
+ y1="398.85422"
1343
+ x1="288.82358"
1344
+ gradientUnits="userSpaceOnUse"
1345
+ id="linearGradient1439"
1346
+ xlink:href="#linearGradient167" />
1347
+ <linearGradient
1348
+ gradientTransform="scale(1.218684,0.820557)"
1349
+ y2="485.69934"
1350
+ x2="285.45923"
1351
+ y1="410.46326"
1352
+ x1="284.68652"
1353
+ gradientUnits="userSpaceOnUse"
1354
+ id="linearGradient1437"
1355
+ xlink:href="#linearGradient162" />
1356
+ <linearGradient
1357
+ gradientTransform="scale(1.065499,0.938527)"
1358
+ y2="582.63507"
1359
+ x2="371.60889"
1360
+ y1="474.01779"
1361
+ x1="316.93988"
1362
+ gradientUnits="userSpaceOnUse"
1363
+ id="linearGradient1435"
1364
+ xlink:href="#linearGradient167" />
1365
+ <linearGradient
1366
+ gradientTransform="scale(0.999504,1.000496)"
1367
+ y2="710.97723"
1368
+ x2="230.53499"
1369
+ y1="570.41809"
1370
+ x1="223.10072"
1371
+ gradientUnits="userSpaceOnUse"
1372
+ id="linearGradient1433"
1373
+ xlink:href="#linearGradient167" />
1374
+ <linearGradient
1375
+ y2="704.73077"
1376
+ x2="182.24524"
1377
+ y1="587.23602"
1378
+ x1="117.88966"
1379
+ gradientTransform="scale(1.007724,0.992335)"
1380
+ gradientUnits="userSpaceOnUse"
1381
+ id="linearGradient1431"
1382
+ xlink:href="#linearGradient167" />
1383
+ <linearGradient
1384
+ gradientTransform="scale(1.009851,0.990245)"
1385
+ y2="737.8537"
1386
+ x2="203.12654"
1387
+ y1="630.30475"
1388
+ x1="218.11714"
1389
+ gradientUnits="userSpaceOnUse"
1390
+ id="linearGradient1429"
1391
+ xlink:href="#linearGradient162" />
1392
+ <linearGradient
1393
+ gradientTransform="scale(1.065499,0.938527)"
1394
+ y2="386.66583"
1395
+ x2="279.64313"
1396
+ y1="655.73102"
1397
+ x1="381.56607"
1398
+ gradientUnits="userSpaceOnUse"
1399
+ id="linearGradient1427"
1400
+ xlink:href="#linearGradient153" />
1401
+ <linearGradient
1402
+ gradientTransform="scale(1.011514,0.988617)"
1403
+ y2="737.41229"
1404
+ x2="212.5099"
1405
+ y1="657.11133"
1406
+ x1="236.25362"
1407
+ gradientUnits="userSpaceOnUse"
1408
+ id="linearGradient1425"
1409
+ xlink:href="#linearGradient162" />
1410
+ <linearGradient
1411
+ gradientTransform="scale(0.572667,1.746214)"
1412
+ y2="314.83911"
1413
+ x2="867.33453"
1414
+ y1="234.73897"
1415
+ x1="867.34546"
1416
+ gradientUnits="userSpaceOnUse"
1417
+ id="linearGradient1423"
1418
+ xlink:href="#linearGradient167" />
1419
+ <linearGradient
1420
+ gradientTransform="scale(0.571707,1.749147)"
1421
+ y2="331.44858"
1422
+ x2="411.2215"
1423
+ y1="242.94365"
1424
+ x1="411.2215"
1425
+ gradientUnits="userSpaceOnUse"
1426
+ id="linearGradient1421"
1427
+ xlink:href="#linearGradient167" />
1428
+ <linearGradient
1429
+ gradientTransform="scale(1.077001,0.928504)"
1430
+ y2="488.48251"
1431
+ x2="323.2514"
1432
+ y1="435.26761"
1433
+ x1="322.48257"
1434
+ gradientUnits="userSpaceOnUse"
1435
+ id="linearGradient1419"
1436
+ xlink:href="#linearGradient167" />
1437
+ <linearGradient
1438
+ gradientTransform="scale(1.074798,0.930408)"
1439
+ y2="614.50439"
1440
+ x2="321.32224"
1441
+ y1="498.17776"
1442
+ x1="320.75104"
1443
+ gradientUnits="userSpaceOnUse"
1444
+ id="linearGradient1417"
1445
+ xlink:href="#linearGradient138" />
1446
+ <linearGradient
1447
+ gradientTransform="scale(0.649784,1.538974)"
1448
+ y2="324.03815"
1449
+ x2="377.48541"
1450
+ y1="419.78485"
1451
+ x1="375.17325"
1452
+ gradientUnits="userSpaceOnUse"
1453
+ id="linearGradient1415"
1454
+ xlink:href="#linearGradient153" />
1455
+ <linearGradient
1456
+ gradientTransform="scale(0.812855,1.230232)"
1457
+ y2="394.10361"
1458
+ x2="437.57941"
1459
+ y1="528.87177"
1460
+ x1="437.57941"
1461
+ spreadMethod="reflect"
1462
+ gradientUnits="userSpaceOnUse"
1463
+ id="linearGradient1413"
1464
+ xlink:href="#linearGradient153" />
1465
+ <linearGradient
1466
+ gradientTransform="scale(0.816497,1.224744)"
1467
+ y2="281.32513"
1468
+ x2="387.06866"
1469
+ y1="242.28218"
1470
+ x1="389.63535"
1471
+ gradientUnits="userSpaceOnUse"
1472
+ id="linearGradient1411"
1473
+ xlink:href="#linearGradient167" />
1474
+ <linearGradient
1475
+ y2="281.01636"
1476
+ x2="376.79556"
1477
+ y1="240.92712"
1478
+ x1="379.09573"
1479
+ gradientTransform="scale(0.816497,1.224744)"
1480
+ gradientUnits="userSpaceOnUse"
1481
+ id="linearGradient1409"
1482
+ xlink:href="#linearGradient167" />
1483
+ <linearGradient
1484
+ gradientTransform="scale(0.816497,1.224744)"
1485
+ y2="245.68338"
1486
+ x2="380.5517"
1487
+ y1="277.495"
1488
+ x1="381.38742"
1489
+ gradientUnits="userSpaceOnUse"
1490
+ id="linearGradient1407"
1491
+ xlink:href="#linearGradient153" />
1492
+ <linearGradient
1493
+ y2="243.91606"
1494
+ x2="380.27319"
1495
+ y1="278.60202"
1496
+ x1="378.93771"
1497
+ gradientTransform="scale(0.816497,1.224744)"
1498
+ gradientUnits="userSpaceOnUse"
1499
+ id="linearGradient1405"
1500
+ xlink:href="#linearGradient153" />
1501
+ <linearGradient
1502
+ gradientTransform="scale(1.116071,0.896001)"
1503
+ y2="330.09561"
1504
+ x2="297.0856"
1505
+ y1="237.93179"
1506
+ x1="303.01761"
1507
+ gradientUnits="userSpaceOnUse"
1508
+ id="linearGradient1403"
1509
+ xlink:href="#linearGradient138" />
1510
+ <linearGradient
1511
+ gradientTransform="scale(0.575262,1.738339)"
1512
+ y2="304.07886"
1513
+ x2="400.84448"
1514
+ y1="369.53015"
1515
+ x1="400.57785"
1516
+ gradientUnits="userSpaceOnUse"
1517
+ id="linearGradient1401"
1518
+ xlink:href="#linearGradient153" />
1519
+ <radialGradient
1520
+ gradientUnits="userSpaceOnUse"
1521
+ r="195.07191"
1522
+ fy="1219.4125"
1523
+ fx="446.77762"
1524
+ cy="1219.4125"
1525
+ cx="446.77762"
1526
+ gradientTransform="scale(1.045233,0.956725)"
1527
+ id="radialGradient1399"
1528
+ xlink:href="#linearGradient172" />
1529
+ <linearGradient
1530
+ gradientUnits="objectBoundingBox"
1531
+ y2="-0.675295"
1532
+ x2="0.19452"
1533
+ y1="1.2934099"
1534
+ x1="0.94027299"
1535
+ id="linearGradient178"
1536
+ xlink:href="#linearGradient153" />
1537
+ <radialGradient
1538
+ id="radialGradient176"
1539
+ xlink:href="#linearGradient172" />
1540
+ <radialGradient
1541
+ gradientUnits="objectBoundingBox"
1542
+ r="0.5"
1543
+ fy="0.5"
1544
+ fx="0.5"
1545
+ cy="0.5"
1546
+ cx="0.5"
1547
+ id="radialGradient171"
1548
+ xlink:href="#linearGradient172" />
1549
+ <linearGradient
1550
+ gradientUnits="objectBoundingBox"
1551
+ y2="0.97005898"
1552
+ x2="0.50800002"
1553
+ y1="0.191616"
1554
+ x1="0.50000501"
1555
+ id="linearGradient166"
1556
+ xlink:href="#linearGradient162" />
1557
+ <linearGradient
1558
+ gradientUnits="objectBoundingBox"
1559
+ y2="0.98367399"
1560
+ x2="0.46399999"
1561
+ y1="0.51020199"
1562
+ x1="0.60399801"
1563
+ id="linearGradient165"
1564
+ xlink:href="#linearGradient162" />
1565
+ <linearGradient
1566
+ gradientUnits="objectBoundingBox"
1567
+ y2="0.98558098"
1568
+ x2="0.41209599"
1569
+ y1="0.34872901"
1570
+ x1="0.50086302"
1571
+ id="linearGradient161"
1572
+ xlink:href="#linearGradient162" />
1573
+ <linearGradient
1574
+ gradientUnits="objectBoundingBox"
1575
+ y2="0.096282303"
1576
+ x2="0.49215299"
1577
+ y1="0.87917101"
1578
+ x1="0.46201"
1579
+ id="linearGradient159"
1580
+ xlink:href="#linearGradient153" />
1581
+ <linearGradient
1582
+ gradientUnits="objectBoundingBox"
1583
+ y2="0.136172"
1584
+ x2="0.49843901"
1585
+ y1="0.85418499"
1586
+ x1="0.51730198"
1587
+ id="linearGradient158"
1588
+ xlink:href="#linearGradient153" />
1589
+ <linearGradient
1590
+ gradientUnits="objectBoundingBox"
1591
+ y2="0.41252401"
1592
+ x2="0.49482101"
1593
+ y1="1.15284"
1594
+ x1="0.49180499"
1595
+ id="linearGradient157"
1596
+ xlink:href="#linearGradient153" />
1597
+ <linearGradient
1598
+ gradientUnits="objectBoundingBox"
1599
+ y2="0.23093501"
1600
+ x2="0.453989"
1601
+ y1="0.98882002"
1602
+ x1="0.43568701"
1603
+ id="linearGradient156"
1604
+ xlink:href="#linearGradient153" />
1605
+ <linearGradient
1606
+ spreadMethod="reflect"
1607
+ gradientUnits="objectBoundingBox"
1608
+ y2="0.40625"
1609
+ x2="0.5"
1610
+ y1="0.89842999"
1611
+ x1="0.5"
1612
+ id="linearGradient152"
1613
+ xlink:href="#linearGradient153" />
1614
+ <linearGradient
1615
+ gradientUnits="objectBoundingBox"
1616
+ y2="1.02569"
1617
+ x2="0.487055"
1618
+ y1="0.022184599"
1619
+ x1="0.433979"
1620
+ id="linearGradient151"
1621
+ xlink:href="#linearGradient167" />
1622
+ <linearGradient
1623
+ gradientTransform="matrix(-0.928523,0.283938,0.435332,0.943857,-1.91327e-7,5.49908e-8)"
1624
+ gradientUnits="objectBoundingBox"
1625
+ y2="0.94191301"
1626
+ x2="0.156323"
1627
+ y1="0.099496603"
1628
+ x1="-0.30509499"
1629
+ id="linearGradient150"
1630
+ xlink:href="#linearGradient167" />
1631
+ <linearGradient
1632
+ gradientUnits="objectBoundingBox"
1633
+ y2="0.94634098"
1634
+ x2="0.50400001"
1635
+ y1="0.131707"
1636
+ x1="0.5"
1637
+ id="linearGradient149"
1638
+ xlink:href="#linearGradient138" />
1639
+ <linearGradient
1640
+ gradientUnits="objectBoundingBox"
1641
+ y2="0.92820501"
1642
+ x2="0.51599997"
1643
+ y1="0.37435901"
1644
+ x1="0.50799799"
1645
+ id="linearGradient148"
1646
+ xlink:href="#linearGradient167" />
1647
+ <linearGradient
1648
+ gradientUnits="objectBoundingBox"
1649
+ y2="0.8125"
1650
+ x2="0.5"
1651
+ y1="0.0234362"
1652
+ x1="0.5"
1653
+ id="linearGradient147"
1654
+ xlink:href="#linearGradient167" />
1655
+ <linearGradient
1656
+ gradientUnits="objectBoundingBox"
1657
+ y2="0.71875"
1658
+ x2="0.57143003"
1659
+ y1="0.023441499"
1660
+ x1="0.57152498"
1661
+ id="linearGradient146"
1662
+ xlink:href="#linearGradient167" />
1663
+ <linearGradient
1664
+ gradientUnits="objectBoundingBox"
1665
+ y2="0.75857902"
1666
+ x2="0.86741799"
1667
+ y1="-0.036155298"
1668
+ x1="0.46741399"
1669
+ id="linearGradient145"
1670
+ xlink:href="#linearGradient167" />
1671
+ <linearGradient
1672
+ gradientUnits="objectBoundingBox"
1673
+ y2="0.94063401"
1674
+ x2="0.64553201"
1675
+ y1="0.059404202"
1676
+ x1="0.70346397"
1677
+ id="linearGradient144"
1678
+ xlink:href="#linearGradient167" />
1679
+ <linearGradient
1680
+ gradientUnits="objectBoundingBox"
1681
+ y2="0.93366498"
1682
+ x2="0.41365999"
1683
+ y1="0.028819799"
1684
+ x1="0.46557701"
1685
+ id="linearGradient143"
1686
+ xlink:href="#linearGradient167" />
1687
+ <linearGradient
1688
+ gradientUnits="objectBoundingBox"
1689
+ y2="0.94531101"
1690
+ x2="0.553922"
1691
+ y1="0.031192999"
1692
+ x1="0.55880702"
1693
+ id="linearGradient142"
1694
+ xlink:href="#linearGradient167" />
1695
+ <linearGradient
1696
+ gradientUnits="objectBoundingBox"
1697
+ y2="0.90125799"
1698
+ x2="0.417539"
1699
+ y1="0.020191999"
1700
+ x1="0.47424799"
1701
+ id="linearGradient141"
1702
+ xlink:href="#linearGradient138" />
1703
+ <linearGradient
1704
+ id="linearGradient138">
1705
+ <stop
1706
+ id="stop139"
1707
+ offset="0"
1708
+ style="stop-color:#ffffff;stop-opacity:0.8;" />
1709
+ <stop
1710
+ id="stop140"
1711
+ offset="1"
1712
+ style="stop-color:#ffffff;stop-opacity:0;" />
1713
+ </linearGradient>
1714
+ <linearGradient
1715
+ id="linearGradient153">
1716
+ <stop
1717
+ id="stop154"
1718
+ offset="0"
1719
+ style="stop-color:#ffeed7;stop-opacity:1;" />
1720
+ <stop
1721
+ id="stop155"
1722
+ offset="1"
1723
+ style="stop-color:#bdbfc2;stop-opacity:1;" />
1724
+ </linearGradient>
1725
+ <linearGradient
1726
+ id="linearGradient162">
1727
+ <stop
1728
+ id="stop163"
1729
+ offset="0"
1730
+ style="stop-color:#ffa63f;stop-opacity:1;" />
1731
+ <stop
1732
+ id="stop164"
1733
+ offset="1"
1734
+ style="stop-color:#ffff00;stop-opacity:1;" />
1735
+ </linearGradient>
1736
+ <linearGradient
1737
+ id="linearGradient167">
1738
+ <stop
1739
+ id="stop168"
1740
+ offset="0"
1741
+ style="stop-color:#ffffff;stop-opacity:0.65;" />
1742
+ <stop
1743
+ id="stop169"
1744
+ offset="1"
1745
+ style="stop-color:#ffffff;stop-opacity:0;" />
1746
+ </linearGradient>
1747
+ <linearGradient
1748
+ id="linearGradient172">
1749
+ <stop
1750
+ id="stop173"
1751
+ offset="0"
1752
+ style="stop-color:#3f2600;stop-opacity:0.6;" />
1753
+ <stop
1754
+ id="stop174"
1755
+ offset="1"
1756
+ style="stop-color:#3f2600;stop-opacity:0;" />
1757
+ </linearGradient>
1758
+ <linearGradient
1759
+ id="XMLID_2_"
1760
+ gradientUnits="userSpaceOnUse"
1761
+ x1="211.957"
1762
+ y1="220.91991"
1763
+ x2="222.25333"
1764
+ y2="197.147"
1765
+ gradientTransform="matrix(0.9999,0.012,-0.012,0.9999,2.579,-2.6)">
1766
+ <stop
1767
+ offset="0"
1768
+ style="stop-color:#0066cc;stop-opacity:1;"
1769
+ id="stop173-3" />
1770
+ <stop
1771
+ offset="1"
1772
+ style="stop-color:#82abff;stop-opacity:1;"
1773
+ id="stop174-6" />
1774
+ </linearGradient>
1775
+ <linearGradient
1776
+ id="XMLID_3_"
1777
+ gradientUnits="userSpaceOnUse"
1778
+ x1="98.557602"
1779
+ y1="135.627"
1780
+ x2="189.6787"
1781
+ y2="135.627">
1782
+ <stop
1783
+ offset="0"
1784
+ style="stop-color: rgb(255, 255, 255);"
1785
+ id="stop184" />
1786
+ <stop
1787
+ offset="1"
1788
+ style="stop-color:#b7dff2;stop-opacity:1;"
1789
+ id="stop185" />
1790
+ </linearGradient>
1791
+ <linearGradient
1792
+ gradientUnits="userSpaceOnUse"
1793
+ id="linearGradient4216"
1794
+ x1="411.95163"
1795
+ x2="293.03961"
1796
+ xlink:href="#linearGradient902"
1797
+ y1="375.76801"
1798
+ y2="296.54654" />
1799
+ <filter
1800
+ id="filter4141">
1801
+ <feGaussianBlur
1802
+ stdDeviation="1.08899"
1803
+ id="feGaussianBlur7" />
1804
+ </filter>
1805
+ <radialGradient
1806
+ cx="61.56411"
1807
+ cy="105.93911"
1808
+ fx="69.98687"
1809
+ fy="90.41909"
1810
+ gradientTransform="matrix(1.17672,-0.06570592,0.06229194,1.00815,242.27164,193.29801)"
1811
+ gradientUnits="userSpaceOnUse"
1812
+ id="radialGradient4218"
1813
+ r="27.95911">
1814
+ <stop
1815
+ offset="0"
1816
+ stop-color="#fff"
1817
+ stop-opacity=".57047"
1818
+ id="stop25" />
1819
+ <stop
1820
+ offset="1"
1821
+ stop-color="#96b0c6"
1822
+ stop-opacity=".89933"
1823
+ id="stop27" />
1824
+ </radialGradient>
1825
+ <linearGradient
1826
+ gradientTransform="matrix(1.14816,-0.03408387,0.03066403,0.93348,252.4323,191.06145)"
1827
+ gradientUnits="userSpaceOnUse"
1828
+ id="linearGradient4220"
1829
+ x1="57.667629"
1830
+ x2="60.490719"
1831
+ xlink:href="#linearGradient892"
1832
+ y1="84.017433"
1833
+ y2="111.23763" />
1834
+ <linearGradient
1835
+ gradientTransform="matrix(1.18793,-0.03526444,0.02518942,0.76682,265.95849,191.03645)"
1836
+ gradientUnits="userSpaceOnUse"
1837
+ id="linearGradient4222"
1838
+ x1="42.497841"
1839
+ x2="54.32185"
1840
+ xlink:href="#linearGradient892"
1841
+ y1="103.57257"
1842
+ y2="167.94406" />
1843
+ <linearGradient
1844
+ gradientTransform="matrix(1.01816,-0.03179448,0.0306403,0.9812,248.50031,191.28893)"
1845
+ gradientUnits="userSpaceOnUse"
1846
+ id="linearGradient4224"
1847
+ x1="110.05048"
1848
+ x2="103.6906"
1849
+ xlink:href="#linearGradient892"
1850
+ y1="138.23856"
1851
+ y2="145.33636" />
1852
+ <linearGradient
1853
+ gradientUnits="userSpaceOnUse"
1854
+ id="linearGradient4226"
1855
+ x1="350.71558"
1856
+ x2="358.85184"
1857
+ xlink:href="#linearGradient902"
1858
+ y1="336.3714"
1859
+ y2="327.80692" />
1860
+ </defs>
1861
+ <sodipodi:namedview
1862
+ bordercolor="#666666"
1863
+ borderopacity="1.0"
1864
+ id="base"
1865
+ inkscape:cx="34.162245"
1866
+ inkscape:cy="32.329371"
1867
+ inkscape:pageopacity="0.0"
1868
+ inkscape:pageshadow="2"
1869
+ inkscape:window-height="975"
1870
+ inkscape:window-width="1400"
1871
+ inkscape:window-x="460"
1872
+ inkscape:window-y="54"
1873
+ inkscape:zoom="11.313708"
1874
+ pagecolor="#ffffff"
1875
+ showborder="true"
1876
+ inkscape:current-layer="Andysvg"
1877
+ showgrid="false"
1878
+ inkscape:window-maximized="0" />
1879
+ <rect
1880
+ height="5.4088969"
1881
+ id="rect1155"
1882
+ style="fill:url(#linearGradient1156);fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:0.95344429pt"
1883
+ width="38.405891"
1884
+ x="12.350429"
1885
+ y="36.575089" />
1886
+ <path
1887
+ 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 "
1888
+ id="path1139"
1889
+ sodipodi:nodetypes="czzzzzzzz"
1890
+ style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt" />
1891
+ <rect
1892
+ height="39.110481"
1893
+ id="rect1137"
1894
+ rx="3.6272225"
1895
+ ry="3.536587"
1896
+ style="fill:url(#linearGradient905);fill-opacity:1.0;fill-rule:evenodd;stroke-width:1.62826681"
1897
+ width="48.220726"
1898
+ x="7.4732022"
1899
+ y="-0.010164791" />
1900
+ <rect
1901
+ height="24.74659"
1902
+ id="rect1131"
1903
+ style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:0.96503658pt"
1904
+ width="38.813015"
1905
+ x="12.390426"
1906
+ y="6.027596" />
1907
+ <path
1908
+ 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 "
1909
+ id="path1145"
1910
+ sodipodi:nodetypes="czzccccc"
1911
+ style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt" />
1912
+ <path
1913
+ 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 "
1914
+ id="path1143"
1915
+ sodipodi:nodetypes="czzzzzzzz"
1916
+ style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt" />
1917
+ <path
1918
+ 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 "
1919
+ id="path1147"
1920
+ sodipodi:nodetypes="czzccc"
1921
+ style="fill:url(#linearGradient2635);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt" />
1922
+ <path
1923
+ 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 "
1924
+ id="path1149"
1925
+ sodipodi:nodetypes="czzccc"
1926
+ style="fill:url(#linearGradient2637);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt" />
1927
+ <path
1928
+ style="fill:#ffffff"
1929
+ d="m 43.297002,25.493366 -1.540587,1.900659 -5.569833,-4.513813 1.540577,-2.019068 5.569843,4.632222 0,0 z"
1930
+ id="path142"
1931
+ inkscape:connector-curvature="0" />
1932
+ <path
1933
+ style="fill:none;stroke:#000000;stroke-width:0.1582426"
1934
+ d="m 43.297002,25.493366 -1.540587,1.900659 -5.569833,-4.513813 1.540577,-2.019068 5.569843,4.632222"
1935
+ id="path144"
1936
+ inkscape:connector-curvature="0" />
1937
+ <path
1938
+ style="fill:#ffffff"
1939
+ d="m 23.150755,15.516418 c -0.474034,4.632221 2.844169,8.789189 7.34748,9.264452 4.621763,0.593682 8.769532,-2.731967 9.362091,-7.364188 C 40.33431,12.78445 37.016137,8.6274918 32.394323,8.1522281 27.891084,7.5585563 23.6248,10.884187 23.150755,15.516418 l 1.185087,0.118823 c 0.474046,-3.919726 4.029226,-6.7701221 7.939977,-6.2952538 4.029276,0.3564401 6.873445,4.0385398 6.3994,7.9578708 -0.474025,3.919736 -4.029256,6.770122 -8.058481,6.414067 -3.910751,-0.475263 -6.75493,-4.157353 -6.280896,-8.076684 l -1.185087,-0.118823 0,0 z"
1940
+ id="path146"
1941
+ inkscape:connector-curvature="0" />
1942
+ <path
1943
+ style="fill:none;stroke:#000000;stroke-width:0.1582426"
1944
+ d="m 23.150755,15.516418 c -0.474034,4.632221 2.844169,8.789189 7.34748,9.264452 4.621763,0.593682 8.769532,-2.731967 9.362091,-7.364188 C 40.33431,12.78445 37.016137,8.6274918 32.394323,8.1522281 27.891084,7.5585563 23.6248,10.884187 23.150755,15.516418"
1945
+ id="path148"
1946
+ inkscape:connector-curvature="0" />
1947
+ <path
1948
+ style="fill:none;stroke:#000000;stroke-width:0.1582426"
1949
+ d="m 24.335842,15.635241 c 0.474046,-3.919726 4.029226,-6.7701221 7.939977,-6.2952538 4.029276,0.3564401 6.873445,4.0385398 6.3994,7.9578708 -0.474025,3.919736 -4.029256,6.770122 -8.058481,6.414067 -3.910751,-0.475263 -6.75493,-4.157353 -6.280896,-8.076684"
1950
+ id="path150"
1951
+ inkscape:connector-curvature="0" />
1952
+ <path
1953
+ style="fill:#ffffff"
1954
+ d="m 22.084213,15.872868 c -0.474025,4.632221 2.844179,8.789179 7.465942,9.382871 4.5033,0.475263 8.769543,-2.850386 9.243587,-7.482607 C 39.267767,13.1409 36.068068,8.9839419 31.446264,8.5086782 26.8245,7.9149969 22.676721,11.240646 22.084213,15.872868 l 1.185057,0.118418 c 0.474034,-3.919321 4.029265,-6.7701023 8.05849,-6.2948587 3.910752,0.3564497 6.75492,4.0381547 6.280895,7.9578817 -0.474004,3.919736 -4.029224,6.770111 -7.939987,6.413671 -4.029265,-0.474868 -6.873444,-4.038154 -6.399398,-8.076694 l -1.185057,-0.118418 0,0 z"
1955
+ id="path152"
1956
+ inkscape:connector-curvature="0" />
1957
+ <path
1958
+ style="fill:none;stroke:#000000;stroke-width:0.1582426"
1959
+ d="m 22.084213,15.872868 c -0.474025,4.632221 2.844179,8.789179 7.465942,9.382871 4.5033,0.475263 8.769543,-2.850386 9.243587,-7.482607 C 39.267767,13.1409 36.068068,8.9839419 31.446264,8.5086782 26.8245,7.9149969 22.676721,11.240646 22.084213,15.872868"
1960
+ id="path154"
1961
+ inkscape:connector-curvature="0" />
1962
+ <path
1963
+ style="fill:none;stroke:#000000;stroke-width:0.1582426"
1964
+ d="m 23.26927,15.991286 c 0.474034,-3.919321 4.029265,-6.7701023 8.05849,-6.2948587 3.910752,0.3564497 6.75492,4.0381547 6.280895,7.9578817 -0.474004,3.919736 -4.029224,6.770111 -7.939987,6.413671 -4.029265,-0.474868 -6.873444,-4.038154 -6.399398,-8.076694"
1965
+ id="path156"
1966
+ inkscape:connector-curvature="0" />
1967
+ </svg>