Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-01-14 16:17:56 +0000
committerTom Schindl2015-01-14 16:19:39 +0000
commit79f5e3c6c785ac67eb2cea082192e09575e3ca8e (patch)
treec569ecd68bb3d61c80848a9973a1c622a4d5a644
parent20d3349c31d851836a5c1e8f249032ee5559bc3b (diff)
downloadorg.eclipse.efxclipse-79f5e3c6c785ac67eb2cea082192e09575e3ca8e.tar.gz
org.eclipse.efxclipse-79f5e3c6c785ac67eb2cea082192e09575e3ca8e.tar.xz
org.eclipse.efxclipse-79f5e3c6c785ac67eb2cea082192e09575e3ca8e.zip
initial version with jdt server
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.controls/META-INF/MANIFEST.MF1
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/progress/ProgressViewer.java7
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/skin/TextLayouter.java36
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/styledtextarea.css5
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/tree/SimpleTreeCell.java35
-rw-r--r--demos/org.eclipse.fx.ui.controls.sample/.classpath3
-rw-r--r--demos/org.eclipse.fx.ui.controls.sample/src/org/eclipse/fx/ui/controls/sample/DirectoryViewSample.java64
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.app.feature/feature.xml77
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.app.product/org.eclipse.fx.code.compensator.app.product.product.launch2
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.app/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.app/src/org/eclipse/fx/code/compensator/app/OpenFile.java1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/src/org/eclipse/fx/code/compensator/editor/contrib/WorkbenchModelContextFunction.java5
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/META-INF/MANIFEST.MF3
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentAssist.java29
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentTypeProvider.java3
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/Input.java1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/StyledString.java52
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/DefaultDocumentFactory.java12
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInput.java40
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInputFactory.java1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/services/OutlineFactory.java1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/model/Workbench.xcore41
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/LocalProject.java157
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/Module.java76
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/ModuleContainer.java42
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/Project.java238
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/RemoteProject.java49
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/LocalProjectImpl.java378
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ModuleContainerImpl.java152
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ModuleImpl.java216
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ProjectImpl.java540
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/RemoteProjectImpl.java162
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/META-INF/MANIFEST.MF7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/OSGI-INF/services/jsqxstyleysheet.xml7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/build.properties3
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/css/dark.css35
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/JSQxStylesheet.java24
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/QxOutlineExtension.java61
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn/META-INF/MANIFEST.MF6
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn/OSGI-INF/services/jsstyleysheet.xml7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn/build.properties3
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn/css/dark.css7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineExtension.java2
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineItem.java6
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSOutlineFactory.java2
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSStylesheet.java24
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.classpath7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.project28
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.bt/META-INF/MANIFEST.MF6
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.bt/build.properties4
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.classpath7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.project39
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/META-INF/MANIFEST.MF22
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtDocumentfactory.xml7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtproject.xml8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtserverinputfactory.xml8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtstylesheet.xml7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/serverfunction.xml8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/build.properties9
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/dark.css35
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/default.css35
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/jperspective.pngbin0 -> 824 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/package_obj.pngbin0 -> 575 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/packagefolder_obj.pngbin0 -> 694 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/prj_obj.pngbin0 -> 651 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/debug.pngbin0 -> 1339 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/jperspective.pngbin0 -> 1332 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newclass_wiz.pngbin0 -> 1244 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newenum_wiz.pngbin0 -> 1143 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newint_wiz.pngbin0 -> 1132 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newjworkingSet_wiz.pngbin0 -> 1007 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newpack_wiz.pngbin0 -> 1089 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/run.pngbin0 -> 1215 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/debug.svg810
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/jperspective.svg272
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newclass_wiz.svg861
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newenum_wiz.svg566
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newint_wiz.svg508
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newjworkingSet_wiz.svg1355
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newpack_wiz.svg750
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/package_obj.svg327
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/packagefolder_obj.svg431
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/prj_obj.svg296
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/run.svg106
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/JDTProjectService.java156
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTDocumentFactory.java72
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTFileItem.java44
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTInstanceProject.java88
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTModuleItem.java128
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPackageFragmentRootItem.java47
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPackageItem.java34
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPathItem.java6
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTServerInput.java107
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTServerInputFactory.java39
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTStylesheet.java25
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/ProjectServerCF.java23
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/menu/ImportModuleElement.java41
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/menu/NewModuleElement.java22
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/DebugElement.java11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewClassElement.java11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewEnumElement.java11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewInterfaceElement.java11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewModuleElement.java11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewPackageElement.java11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/RunElement.java16
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.classpath7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.project33
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/META-INF/MANIFEST.MF11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/OSGI-INF/services/gitvcs.xml7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/build.properties5
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/src/org/eclipse/fx/code/compensator/project/vcs/git/GitVersionControlService.java45
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.classpath7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.project28
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/META-INF/MANIFEST.MF8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/build.properties4
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/src/org/eclipse/fx/code/compensator/project/vcs/VersionControlService.java14
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/.classpath7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/.project39
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/META-INF/MANIFEST.MF65
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectextractorcf.xml8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectinstancecf.xml8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectsetupcf.xml8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectstylesheet.xml7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/vcsextractorcf.xml8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/build.properties9
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/dark.css11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/default.css11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/file_obj.pngbin0 -> 636 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/filenav_nav.pngbin0 -> 618 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/fldr_obj.pngbin0 -> 606 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/main_tab.pngbin0 -> 596 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/memory_view.pngbin0 -> 524 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/module_view.pngbin0 -> 617 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/outline_co.pngbin0 -> 567 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/problems_view.pngbin0 -> 812 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/update.pngbin0 -> 790 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/vcs.pngbin0 -> 668 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/workingsets.pngbin0 -> 625 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/64/newprj_wiz.pngbin0 -> 2890 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/64/prj_obj.pngbin0 -> 2095 bytes
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/file_obj.svg294
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/filenav_nav.svg217
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/fldr_obj.svg282
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/main_tab.svg511
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/memory_view.svg255
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/module_view.svg197
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/newprj_wiz.svg513
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/outline_co.svg232
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/problems_view.svg344
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/update.svg177
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/vcs.svg68110
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/workingsets.svg432
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/fragment.e4xmi60
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/plugin.xml12
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/EditorNavigation.java33
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/InstanceProject.java10
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectFileOutline.java79
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectMainToolbar.java48
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigator.java148
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigatorContribution.java10
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigatorItem.java13
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectSecondaryToolbar.java14
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectService.java77
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectSetupService.java7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/DynamicContextMenu.java34
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/InstanceProjectCF.java22
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/MenuItemDelegate.java12
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectExtractorCF.java29
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectServiceExtractorCF.java43
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectSetupServiceCF.java12
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectSetupServiceImpl.java73
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectStylesheet.java24
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/VersionControlExtractorCF.java43
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/BugtrackerItem.java49
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/BuildServerItem.java49
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/ModuleContainerItem.java67
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/ProjectItem.java67
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/VCSContainerItem.java270
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/NewLocalProject.java239
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenProject.java29
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenProjectDialog.java56
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenResource.java39
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/SwitchPlayground.java15
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/FileItem.java42
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/FolderItem.java72
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/PathItem.java31
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.classpath7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.project33
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/META-INF/MANIFEST.MF11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/OSGI-INF/services/serverfactory.xml7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/build.properties5
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/src/org/eclipse/fx/code/server/jdt/inmemory/MemJDTServer.java93
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/src/org/eclipse/fx/code/server/jdt/inmemory/MemJDTServerFactory.java17
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.server/.classpath7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.server/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.server/.project28
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.server/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.server/META-INF/MANIFEST.MF11
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.server/build.properties4
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.server/src/org/eclipse/fx/code/server/jdt/server/JDTServerImpl.java281
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt.server/src/org/eclipse/fx/code/server/jdt/server/JDTWorkingCopyOwner.java28
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt/.classpath7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt/.gitignore1
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt/.project28
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt/META-INF/MANIFEST.MF8
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt/build.properties4
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt/src/org/eclipse/fx/code/server/jdt/JDTServer.java26
-rw-r--r--experimental/compensator/org.eclipse.fx.code.server.jdt/src/org/eclipse/fx/code/server/jdt/JDTServerFactory.java5
-rw-r--r--experimental/compensator/org.eclipse.fx.text.ui/src/org/eclipse/jface/text/source/SourceViewer.java13
222 files changed, 84306 insertions, 173 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.controls/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.ui.controls/META-INF/MANIFEST.MF
index 70eb9be09..c3fc261be 100644
--- a/bundles/runtime/org.eclipse.fx.ui.controls/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.ui.controls/META-INF/MANIFEST.MF
@@ -9,6 +9,7 @@ Require-Bundle: org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolu
org.eclipse.fx.ui.animation;bundle-version="1.2.0",
org.eclipse.fx.core
Export-Package: org.eclipse.fx.ui.controls,
+ org.eclipse.fx.ui.controls.filesystem,
org.eclipse.fx.ui.controls.image,
org.eclipse.fx.ui.controls.image.spi,
org.eclipse.fx.ui.controls.list,
diff --git a/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/progress/ProgressViewer.java b/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/progress/ProgressViewer.java
new file mode 100644
index 000000000..7e79f8553
--- /dev/null
+++ b/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/progress/ProgressViewer.java
@@ -0,0 +1,7 @@
+package org.eclipse.fx.ui.controls.progress;
+
+import javafx.scene.control.Control;
+
+public class ProgressViewer extends Control {
+
+}
diff --git a/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/skin/TextLayouter.java b/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/skin/TextLayouter.java
index f486dc3d9..0fc81c968 100644
--- a/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/skin/TextLayouter.java
+++ b/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/skin/TextLayouter.java
@@ -62,26 +62,30 @@ public class TextLayouter {
@Override
protected void layoutChildren() {
super.layoutChildren();
-
- if( ! getChildren().isEmpty() ) {
- TextFlow f = (TextFlow) getChildren().get(0);
-
- if( this.glyphList == null ) {
- TextLayoutFactory factory = Toolkit.getToolkit().getTextLayoutFactory();
- TextLayout layout = factory.createLayout();
- layout.setContent(this.text, ((Text)f.getChildren().get(0)).getFont().impl_getNativeFont());
- this.glyphList = layout.getLines()[0].getRuns()[0];
- }
-
- int start = ((Integer) f.getUserData()).intValue();
- for( Node n : getChildren() ) {
- double offset = this.glyphList.getPosX((((Integer)n.getUserData()).intValue()-start));
- TextFlow t = (TextFlow) n;
- t.relocate(offset, 0);
+ try {
+ if( ! getChildren().isEmpty() ) {
+ TextFlow f = (TextFlow) getChildren().get(0);
+
+ if( this.glyphList == null ) {
+ TextLayoutFactory factory = Toolkit.getToolkit().getTextLayoutFactory();
+ TextLayout layout = factory.createLayout();
+ layout.setContent(this.text, ((Text)f.getChildren().get(0)).getFont().impl_getNativeFont());
+ this.glyphList = layout.getLines()[0].getRuns()[0];
+ }
+
+ int start = ((Integer) f.getUserData()).intValue();
+ for( Node n : getChildren() ) {
+ double offset = this.glyphList.getPosX((((Integer)n.getUserData()).intValue()-start));
+ TextFlow t = (TextFlow) n;
+ t.relocate(offset, 0);
+ }
}
+ } catch(Throwable t) {
+ t.printStackTrace();
}
+
this.layoutRunnable.run();
}
}
diff --git a/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/styledtextarea.css b/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/styledtextarea.css
index aefa4364c..b7af4c761 100644
--- a/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/styledtextarea.css
+++ b/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/styledtextarea.css
@@ -1,6 +1,7 @@
.source-segment {
-fx-font-family: Courier;
-fx-font-size: 15;
+ /* @SuppressWarning */
-styled-text-color: black;
-fx-fill: -styled-text-color;
}
@@ -20,11 +21,11 @@
}
.list-cell:odd {
- -fx-background-color: transparent;
+ -fx-background-color: transparent;
}
.list-cell:even {
- -fx-background-color: transparent;
+ -fx-background-color: transparent;
}
.list-cell:filled:hover {
diff --git a/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/tree/SimpleTreeCell.java b/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/tree/SimpleTreeCell.java
index 19fd5e533..a9b6c4def 100644
--- a/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/tree/SimpleTreeCell.java
+++ b/bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/tree/SimpleTreeCell.java
@@ -3,6 +3,7 @@ package org.eclipse.fx.ui.controls.tree;
import java.util.List;
import java.util.function.Function;
+import javafx.scene.Node;
import javafx.scene.control.Label;
import javafx.scene.control.TreeCell;
@@ -19,7 +20,11 @@ import org.eclipse.jdt.annotation.Nullable;
* @since 1.2
*/
public class SimpleTreeCell<T> extends TreeCell<T> {
+ @NonNull
private final Function<@Nullable T, @Nullable CharSequence> labelExtractor;
+ @NonNull
+ private final Function<@Nullable T, @Nullable Node> graphicExtractor;
+ @NonNull
private final Function<@Nullable T, @NonNull List<@NonNull String>> cssClassProvider;
/**
@@ -31,9 +36,27 @@ public class SimpleTreeCell<T> extends TreeCell<T> {
* get the CSS classes for the given domain object
*/
public SimpleTreeCell(
- Function<@Nullable T, @Nullable CharSequence> labelExtractor,
- Function<@Nullable T, @NonNull List<@NonNull String>> cssClassProvider) {
+ @NonNull Function<@Nullable T, @Nullable CharSequence> labelExtractor,
+ @NonNull Function<@Nullable T, @NonNull List<@NonNull String>> cssClassProvider) {
+ this(labelExtractor, i -> null, cssClassProvider);
+ }
+
+ /**
+ * Create a new instance
+ *
+ * @param labelExtractor
+ * extract the text from the domain object
+ * @param graphicExtractor
+ * extract graphics to displayed by the label
+ * @param cssClassProvider
+ * get the CSS classes for the given domain object
+ */
+ public SimpleTreeCell(
+ @NonNull Function<@Nullable T, @Nullable CharSequence> labelExtractor,
+ @NonNull Function<@Nullable T, @Nullable Node> graphicExtractor,
+ @NonNull Function<@Nullable T, @NonNull List<@NonNull String>> cssClassProvider) {
this.labelExtractor = labelExtractor;
+ this.graphicExtractor = graphicExtractor;
this.cssClassProvider = cssClassProvider;
}
@@ -47,10 +70,18 @@ public class SimpleTreeCell<T> extends TreeCell<T> {
} else if (t instanceof StyledString) {
StyledLabel l = new StyledLabel((StyledString) t);
l.getStyleClass().addAll(this.cssClassProvider.apply(item));
+ Node g = this.graphicExtractor.apply(item);
+ if( g != null ) {
+ l.setGraphic(g);
+ }
setGraphic(l);
} else {
Label l = new Label(t.toString());
l.getStyleClass().addAll(this.cssClassProvider.apply(item));
+ Node g = this.graphicExtractor.apply(item);
+ if( g != null ) {
+ l.setGraphic(g);
+ }
setGraphic(l);
}
} else {
diff --git a/demos/org.eclipse.fx.ui.controls.sample/.classpath b/demos/org.eclipse.fx.ui.controls.sample/.classpath
index 17cd0ee70..348d252e9 100644
--- a/demos/org.eclipse.fx.ui.controls.sample/.classpath
+++ b/demos/org.eclipse.fx.ui.controls.sample/.classpath
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 8 [1.8.0]"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.fx.ui.controls"/>
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.fx.core"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/demos/org.eclipse.fx.ui.controls.sample/src/org/eclipse/fx/ui/controls/sample/DirectoryViewSample.java b/demos/org.eclipse.fx.ui.controls.sample/src/org/eclipse/fx/ui/controls/sample/DirectoryViewSample.java
new file mode 100644
index 000000000..c49dd6047
--- /dev/null
+++ b/demos/org.eclipse.fx.ui.controls.sample/src/org/eclipse/fx/ui/controls/sample/DirectoryViewSample.java
@@ -0,0 +1,64 @@
+package org.eclipse.fx.ui.controls.sample;
+
+import java.nio.file.Paths;
+
+import javafx.application.Application;
+import javafx.beans.Observable;
+import javafx.collections.FXCollections;
+import javafx.scene.Scene;
+import javafx.scene.control.SplitPane;
+import javafx.stage.Stage;
+
+import org.eclipse.fx.ui.controls.filesystem.DirectoryTreeView;
+import org.eclipse.fx.ui.controls.filesystem.DirectoryView;
+import org.eclipse.fx.ui.controls.filesystem.IconSize;
+import org.eclipse.fx.ui.controls.filesystem.ResourceItem;
+import org.eclipse.fx.ui.controls.filesystem.ResourcePreview;
+import org.eclipse.fx.ui.controls.filesystem.RootDirItem;
+
+public class DirectoryViewSample extends Application {
+
+ private static RootDirItem rootDirItem;
+
+ @Override
+ public void start(Stage primaryStage) throws Exception {
+ rootDirItem = ResourceItem.createObservedPath(Paths.get("/Users/tomschindl/Desktop"));
+
+ DirectoryTreeView tv = new DirectoryTreeView();
+ tv.setIconSize(IconSize.MEDIUM);
+ tv.setRootDirectories(FXCollections.observableArrayList(rootDirItem));
+
+
+ DirectoryView v = new DirectoryView();
+ v.setIconSize(IconSize.MEDIUM);
+ v.setOnOpenResource(e -> System.err.println(e.getResourceItems()));
+
+ tv.getSelectedItems().addListener( (Observable o) -> {
+ if( ! tv.getSelectedItems().isEmpty() ) {
+ v.setDir(tv.getSelectedItems().get(0));
+ } else {
+ v.setDir(null);
+ }
+ });
+
+ ResourcePreview prev = new ResourcePreview();
+ v.getSelectedItems().addListener((Observable o) -> {
+ if( v.getSelectedItems().size() == 1 ) {
+ prev.setItem(v.getSelectedItems().get(0));
+ } else {
+ prev.setItem(null);
+ }
+ });
+
+ SplitPane p = new SplitPane(tv,v, prev);
+ p.setDividerPositions(0.3,0.8);
+ Scene s = new Scene(p,500,500);
+ primaryStage.setScene(s);
+ primaryStage.show();
+ }
+
+ public static void main(String[] args) {
+ Application.launch(args);
+ rootDirItem.dispose();
+ }
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.app.feature/feature.xml b/experimental/compensator/org.eclipse.fx.code.compensator.app.feature/feature.xml
index 148d4e3fd..df5292992 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.app.feature/feature.xml
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.app.feature/feature.xml
@@ -557,4 +557,81 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="at.bestsolution.fx.code.compensator.dart"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.compensator.flux"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.compensator.hsl"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.compensator.project"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.compensator.project.bt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.compensator.project.jdt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.compensator.project.vcs"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.compensator.project.vcs.git"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.server.jdt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.server.jdt.inmemory"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.code.server.jdt.server"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.app.product/org.eclipse.fx.code.compensator.app.product.product.launch b/experimental/compensator/org.eclipse.fx.code.compensator.app.product/org.eclipse.fx.code.compensator.app.product.product.launch
index 6e9253da0..87c4a5544 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.app.product/org.eclipse.fx.code.compensator.app.product.product.launch
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.app.product/org.eclipse.fx.code.compensator.app.product.product.launch
@@ -18,7 +18,7 @@
<stringAttribute key="location" value="${workspace_loc}/../runtime-org.eclipse.fx.code.compensator.app.product_2"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java SE 8 u40"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-nl ${target.nl} -consoleLog -nosplash -console -consoleLog -clearPersistedState"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-nl ${target.nl} -consoleLog -nosplash -console -consoleLog -clearPersistedState_"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.framework.extensions=org.eclipse.fx.osgi -Dorg.osgi.framework.bundle.parent=ext"/>
<stringAttribute key="pde.version" value="3.3"/>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.app/.gitignore b/experimental/compensator/org.eclipse.fx.code.compensator.app/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.app/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.app/src/org/eclipse/fx/code/compensator/app/OpenFile.java b/experimental/compensator/org.eclipse.fx.code.compensator.app/src/org/eclipse/fx/code/compensator/app/OpenFile.java
index 37fdcd1ce..8d3dfd5fb 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.app/src/org/eclipse/fx/code/compensator/app/OpenFile.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.app/src/org/eclipse/fx/code/compensator/app/OpenFile.java
@@ -26,7 +26,6 @@ import org.eclipse.fx.code.compensator.model.workbench.File;
public class OpenFile {
@Execute
public void openFile(MPerspective perspective, EModelService service, File file, EPartService partService, FileIconLookup lookup) {
-
MPartStack element = (MPartStack) service.find("org.eclipse.fx.code.compensator.freeedit.partstack.1", perspective);
for( MStackElement p : element.getChildren() ) {
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/src/org/eclipse/fx/code/compensator/editor/contrib/WorkbenchModelContextFunction.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/src/org/eclipse/fx/code/compensator/editor/contrib/WorkbenchModelContextFunction.java
index d451b3bb2..6a72cb441 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/src/org/eclipse/fx/code/compensator/editor/contrib/WorkbenchModelContextFunction.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/src/org/eclipse/fx/code/compensator/editor/contrib/WorkbenchModelContextFunction.java
@@ -28,10 +28,7 @@ public class WorkbenchModelContextFunction extends ContextFunction {
context = context.get(MApplication.class).getContext();
Workbench wb = (Workbench) context.get("LocalWorkbench");
if( wb == null ) {
- File folder = new File(System.getProperty("user.home")+"/.compensator");
- if( ! folder.exists() ) {
- folder.mkdirs();
- }
+ File folder = (File) context.get("data-dir");
File f = new File(folder, "/workbench.xmi");
if( f.exists() ) {
try {
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.compensator.editor/META-INF/MANIFEST.MF
index 50d392bb9..e3ac24bcb 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/META-INF/MANIFEST.MF
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor/META-INF/MANIFEST.MF
@@ -50,7 +50,8 @@ Require-Bundle: org.eclipse.fx.ui.controls;bundle-version="1.0.0",
org.eclipse.fx.ui.services;bundle-version="1.0.0",
org.eclipse.e4.core.services;bundle-version="1.2.0",
org.eclipse.e4.ui.di,
- org.eclipse.fx.core.di;bundle-version="1.0.0"
+ org.eclipse.fx.core.di;bundle-version="1.0.0",
+ org.eclipse.fx.core
Export-Package: org.eclipse.fx.code.compensator.editor,
org.eclipse.fx.code.compensator.editor.services
Service-Component: OSGI-INF/services/fileinputprovider.xml,
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentAssist.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentAssist.java
index dc3f2d3c3..1393d8ce3 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentAssist.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentAssist.java
@@ -10,15 +10,28 @@
*******************************************************************************/
package org.eclipse.fx.code.compensator.editor;
+import java.util.List;
+import java.util.function.Consumer;
+
+
public interface ContentAssist {
public class Proposal {
-// public final String type;
-// public final String label;
-// public final String extraData;
-//
-// public Proposal(String type, Styled label) {
-// this.type = type;
-// this.label = label;
-// }
+ public final CharSequence label;
+
+ public Proposal(CharSequence label) {
+ this.label = label;
+ }
}
+
+ public class ProposalContext {
+ public Input<?> input;
+ public int location;
+
+ public ProposalContext(Input<?> input, int location) {
+ this.input = input;
+ this.location = location;
+ }
+ }
+
+ public void collectProposals(ProposalContext context, Consumer<List<Proposal>> proposals);
}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentTypeProvider.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentTypeProvider.java
index b184fcbc7..9a3fcbf02 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentTypeProvider.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/ContentTypeProvider.java
@@ -17,6 +17,7 @@ public interface ContentTypeProvider {
public static final String GROOVY = "text/groovy";
public static final String HSL = "text/hsl";
public static final String LEGO = "text/lego";
-
+ public static final String DART = "text/dart";
+
public String getContentType();
}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/Input.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/Input.java
index 69d8d3e1c..f62f944ae 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/Input.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/Input.java
@@ -13,4 +13,5 @@ package org.eclipse.fx.code.compensator.editor;
public interface Input<O> {
public O getData();
public void setData(O data);
+ public void persist();
}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/StyledString.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/StyledString.java
deleted file mode 100644
index ae520fe8f..000000000
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/StyledString.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2014 BestSolution.at and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Tom Schindl<tom.schindl@bestsolution.at> - initial API and implementation
- *******************************************************************************/
-package org.eclipse.fx.code.compensator.editor;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.List;
-
-
-public class StyledString {
- private StringBuffer value;
- private List<StyleRange> styleRange;
-
- public StyledString(String initial, StyleRange... styles) {
- this.value = new StringBuffer(initial);
- styleRange = new ArrayList<>(Arrays.asList(styles));
- }
-
- public void append(String value, StyleRange... styles) {
- this.value.append(value);
- styleRange.addAll(Arrays.asList(styles));
- }
-
- public String getString() {
- return value.toString();
- }
-
- public List<StyleRange> getStyleRanges() {
- return Collections.unmodifiableList(styleRange);
- }
-
- public static class StyleRange {
- public final int start;
- public final int end;
- public final String style;
-
- public StyleRange(int start, int end, String style) {
- this.start = start;
- this.end = end;
- this.style = style;
- }
- }
-}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/DefaultDocumentFactory.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/DefaultDocumentFactory.java
index 36a63629c..18c73fbea 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/DefaultDocumentFactory.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/DefaultDocumentFactory.java
@@ -21,7 +21,7 @@ import org.eclipse.jface.text.IDocument;
public class DefaultDocumentFactory implements DocumentFactory {
private WeakHashMap<IDocument, Input<?>> documents = new WeakHashMap<IDocument, Input<?>>();
-
+
@Override
public boolean applies(Input<?> input) {
return input instanceof FileInput;
@@ -30,14 +30,14 @@ public class DefaultDocumentFactory implements DocumentFactory {
@Override
public IDocument createDocument(Input<?> input) {
IDocument document;
-
+
Optional<Entry<IDocument, Input<?>>> first = documents.entrySet().stream().filter((e) -> e.getValue() == input).findFirst();
if( first.isPresent() ) {
document = first.get().getKey();
} else {
- document = new Document(((FileInput)input).getData());
+ document = new Document(((FileInput)input).getData());
}
-
+
documents.put(document, input);
return document;
}
@@ -46,7 +46,9 @@ public class DefaultDocumentFactory implements DocumentFactory {
public boolean persistDocument(IDocument document) {
Input<?> input = documents.get(document);
if( input != null ) {
- ((FileInput)input).setData(document.get());
+ FileInput fileInput = (FileInput)input;
+ fileInput.setData(document.get());
+ fileInput.persist();
return true;
}
return false;
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInput.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInput.java
index 7eaaa76be..40c0dbe07 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInput.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInput.java
@@ -21,31 +21,39 @@ import org.eclipse.fx.code.compensator.editor.Input;
public class FileInput implements Input<String>, ContentTypeProvider {
private Path path;
+ private String data;
public FileInput(Path path) {
this.path = path;
}
-
+
@Override
public String getData() {
- try(BufferedReader reader = Files.newBufferedReader(path)) {
- StringBuilder b = new StringBuilder();
- String line;
- while( (line = reader.readLine()) != null ) {
- //FIXME We need to replace TABs for now
- b.append(line.replaceAll("\t", " ")+"\n");
+ if( data == null ) {
+ try(BufferedReader reader = Files.newBufferedReader(path)) {
+ StringBuilder b = new StringBuilder();
+ String line;
+ while( (line = reader.readLine()) != null ) {
+ //FIXME We need to replace TABs for now
+ b.append(line.replaceAll("\t", " ")+"\n");
+ }
+ reader.close();
+ data = b.toString();
+ } catch (IOException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
}
- reader.close();
- return b.toString();
- } catch (IOException e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
}
- return "";
+ return data;
}
-
+
@Override
public void setData(String data) {
+ this.data = data;
+ }
+
+ @Override
+ public void persist() {
try(BufferedWriter writer = Files.newBufferedWriter(path)) {
writer.write(data);
writer.close();
@@ -54,7 +62,7 @@ public class FileInput implements Input<String>, ContentTypeProvider {
e.printStackTrace();
}
}
-
+
@Override
public String getContentType() {
//FIXME Need suffix => type mapping
@@ -70,6 +78,8 @@ public class FileInput implements Input<String>, ContentTypeProvider {
return ContentTypeProvider.HSL;
} else if( path.toString().endsWith(".lego") ) {
return ContentTypeProvider.LEGO;
+ } else if( path.toString().endsWith(".dart") ) {
+ return ContentTypeProvider.DART;
}
return null;
}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInputFactory.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInputFactory.java
index 674c96d57..d9bd44d6a 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInputFactory.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/internal/FileInputFactory.java
@@ -20,7 +20,6 @@ import org.eclipse.fx.code.compensator.editor.services.InputFactory;
public class FileInputFactory implements InputFactory {
@Override
public boolean applies(String url) {
- System.err.println("CHECKING: " + url);
return url.startsWith("file:");
}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/services/OutlineFactory.java b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/services/OutlineFactory.java
index 0edfff5bf..115ebe892 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/services/OutlineFactory.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor/src/org/eclipse/fx/code/compensator/editor/services/OutlineFactory.java
@@ -15,5 +15,6 @@ import org.eclipse.fx.code.compensator.editor.Outline;
public interface OutlineFactory {
public boolean applies(Input<?> input);
+ //TODO we should make this async
public Outline createOutline(Input<?> input);
}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/model/Workbench.xcore b/experimental/compensator/org.eclipse.fx.code.compensator.model/model/Workbench.xcore
index b0519bbee..6735d2082 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.model/model/Workbench.xcore
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/model/Workbench.xcore
@@ -15,15 +15,16 @@ annotation "http://www.eclipse.org/emf/2002/GenModel" as GenModel
abstract class WorkbenchElement {
contains WorkbenchElement[0..*] elements
- contains Resource[0..*] resources
+ contains Resource[0..*] resources
+ contains Project[0..*] projectList
}
class Workbench extends WorkbenchElement {
-
+
}
abstract class Resource {
-
+
}
class File extends Resource {
@@ -39,6 +40,34 @@ class ResourceGroup extends Resource {
contains Resource[0..*] resources
}
-/*class Project extends Resource {
- String url
-}*/ \ No newline at end of file
+abstract class ModuleContainer {
+ contains Module[0..*] moduleList
+}
+
+class Project extends ModuleContainer {
+ String projectId
+ String name
+ String projectType
+ String iconURI
+ String bugtrackerType
+ String bugtrackerUrl
+ String bugtrackerUsername
+ String bugtrackerPassword
+}
+
+class RemoteProject extends Project {
+ String remoteServiceType
+}
+
+class LocalProject extends Project {
+ String repoType
+ String repoURI
+ String localURI
+ String repoUsername
+ String repoPassword
+}
+
+class Module extends ModuleContainer {
+ String name
+ String rootFolderUrl
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/LocalProject.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/LocalProject.java
new file mode 100644
index 000000000..1237b5468
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/LocalProject.java
@@ -0,0 +1,157 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Local Project</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getRepoType <em>Repo Type</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getRepoURI <em>Repo URI</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getLocalURI <em>Local URI</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getRepoUsername <em>Repo Username</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getRepoPassword <em>Repo Password</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getLocalProject()
+ * @model
+ * @generated
+ */
+public interface LocalProject extends Project {
+ /**
+ * Returns the value of the '<em><b>Repo Type</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Repo Type</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Repo Type</em>' attribute.
+ * @see #setRepoType(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getLocalProject_RepoType()
+ * @model unique="false"
+ * @generated
+ */
+ String getRepoType();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getRepoType <em>Repo Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Repo Type</em>' attribute.
+ * @see #getRepoType()
+ * @generated
+ */
+ void setRepoType(String value);
+
+ /**
+ * Returns the value of the '<em><b>Repo URI</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Repo URI</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Repo URI</em>' attribute.
+ * @see #setRepoURI(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getLocalProject_RepoURI()
+ * @model unique="false"
+ * @generated
+ */
+ String getRepoURI();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getRepoURI <em>Repo URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Repo URI</em>' attribute.
+ * @see #getRepoURI()
+ * @generated
+ */
+ void setRepoURI(String value);
+
+ /**
+ * Returns the value of the '<em><b>Local URI</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Local URI</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Local URI</em>' attribute.
+ * @see #setLocalURI(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getLocalProject_LocalURI()
+ * @model unique="false"
+ * @generated
+ */
+ String getLocalURI();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getLocalURI <em>Local URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Local URI</em>' attribute.
+ * @see #getLocalURI()
+ * @generated
+ */
+ void setLocalURI(String value);
+
+ /**
+ * Returns the value of the '<em><b>Repo Username</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Repo Username</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Repo Username</em>' attribute.
+ * @see #setRepoUsername(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getLocalProject_RepoUsername()
+ * @model unique="false"
+ * @generated
+ */
+ String getRepoUsername();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getRepoUsername <em>Repo Username</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Repo Username</em>' attribute.
+ * @see #getRepoUsername()
+ * @generated
+ */
+ void setRepoUsername(String value);
+
+ /**
+ * Returns the value of the '<em><b>Repo Password</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Repo Password</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Repo Password</em>' attribute.
+ * @see #setRepoPassword(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getLocalProject_RepoPassword()
+ * @model unique="false"
+ * @generated
+ */
+ String getRepoPassword();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.LocalProject#getRepoPassword <em>Repo Password</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Repo Password</em>' attribute.
+ * @see #getRepoPassword()
+ * @generated
+ */
+ void setRepoPassword(String value);
+
+} // LocalProject
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/Module.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/Module.java
new file mode 100644
index 000000000..0b5d18755
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/Module.java
@@ -0,0 +1,76 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Module</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Module#getName <em>Name</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Module#getRootFolderUrl <em>Root Folder Url</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getModule()
+ * @model
+ * @generated
+ */
+public interface Module extends ModuleContainer {
+ /**
+ * Returns the value of the '<em><b>Name</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Name</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Name</em>' attribute.
+ * @see #setName(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getModule_Name()
+ * @model unique="false"
+ * @generated
+ */
+ String getName();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Module#getName <em>Name</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Name</em>' attribute.
+ * @see #getName()
+ * @generated
+ */
+ void setName(String value);
+
+ /**
+ * Returns the value of the '<em><b>Root Folder Url</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Root Folder Url</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Root Folder Url</em>' attribute.
+ * @see #setRootFolderUrl(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getModule_RootFolderUrl()
+ * @model unique="false"
+ * @generated
+ */
+ String getRootFolderUrl();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Module#getRootFolderUrl <em>Root Folder Url</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Root Folder Url</em>' attribute.
+ * @see #getRootFolderUrl()
+ * @generated
+ */
+ void setRootFolderUrl(String value);
+
+} // Module
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/ModuleContainer.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/ModuleContainer.java
new file mode 100644
index 000000000..c3861eaee
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/ModuleContainer.java
@@ -0,0 +1,42 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Module Container</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.ModuleContainer#getModuleList <em>Module List</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getModuleContainer()
+ * @model abstract="true"
+ * @generated
+ */
+public interface ModuleContainer extends EObject {
+ /**
+ * Returns the value of the '<em><b>Module List</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.fx.code.compensator.model.workbench.Module}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Module List</em>' containment reference list isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Module List</em>' containment reference list.
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getModuleContainer_ModuleList()
+ * @model containment="true"
+ * @generated
+ */
+ EList<Module> getModuleList();
+
+} // ModuleContainer
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/Project.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/Project.java
new file mode 100644
index 000000000..7c8add556
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/Project.java
@@ -0,0 +1,238 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Project</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Project#getProjectId <em>Project Id</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Project#getName <em>Name</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Project#getProjectType <em>Project Type</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Project#getIconURI <em>Icon URI</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Project#getBugtrackerType <em>Bugtracker Type</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Project#getBugtrackerUrl <em>Bugtracker Url</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Project#getBugtrackerUsername <em>Bugtracker Username</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.Project#getBugtrackerPassword <em>Bugtracker Password</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject()
+ * @model
+ * @generated
+ */
+public interface Project extends ModuleContainer {
+ /**
+ * Returns the value of the '<em><b>Project Id</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Project Id</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Project Id</em>' attribute.
+ * @see #setProjectId(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject_ProjectId()
+ * @model unique="false"
+ * @generated
+ */
+ String getProjectId();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Project#getProjectId <em>Project Id</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Project Id</em>' attribute.
+ * @see #getProjectId()
+ * @generated
+ */
+ void setProjectId(String value);
+
+ /**
+ * Returns the value of the '<em><b>Name</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Name</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Name</em>' attribute.
+ * @see #setName(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject_Name()
+ * @model unique="false"
+ * @generated
+ */
+ String getName();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Project#getName <em>Name</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Name</em>' attribute.
+ * @see #getName()
+ * @generated
+ */
+ void setName(String value);
+
+ /**
+ * Returns the value of the '<em><b>Project Type</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Project Type</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Project Type</em>' attribute.
+ * @see #setProjectType(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject_ProjectType()
+ * @model unique="false"
+ * @generated
+ */
+ String getProjectType();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Project#getProjectType <em>Project Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Project Type</em>' attribute.
+ * @see #getProjectType()
+ * @generated
+ */
+ void setProjectType(String value);
+
+ /**
+ * Returns the value of the '<em><b>Icon URI</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Icon URI</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Icon URI</em>' attribute.
+ * @see #setIconURI(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject_IconURI()
+ * @model unique="false"
+ * @generated
+ */
+ String getIconURI();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Project#getIconURI <em>Icon URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Icon URI</em>' attribute.
+ * @see #getIconURI()
+ * @generated
+ */
+ void setIconURI(String value);
+
+ /**
+ * Returns the value of the '<em><b>Bugtracker Type</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Bugtracker Type</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Bugtracker Type</em>' attribute.
+ * @see #setBugtrackerType(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject_BugtrackerType()
+ * @model unique="false"
+ * @generated
+ */
+ String getBugtrackerType();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Project#getBugtrackerType <em>Bugtracker Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Bugtracker Type</em>' attribute.
+ * @see #getBugtrackerType()
+ * @generated
+ */
+ void setBugtrackerType(String value);
+
+ /**
+ * Returns the value of the '<em><b>Bugtracker Url</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Bugtracker Url</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Bugtracker Url</em>' attribute.
+ * @see #setBugtrackerUrl(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject_BugtrackerUrl()
+ * @model unique="false"
+ * @generated
+ */
+ String getBugtrackerUrl();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Project#getBugtrackerUrl <em>Bugtracker Url</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Bugtracker Url</em>' attribute.
+ * @see #getBugtrackerUrl()
+ * @generated
+ */
+ void setBugtrackerUrl(String value);
+
+ /**
+ * Returns the value of the '<em><b>Bugtracker Username</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Bugtracker Username</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Bugtracker Username</em>' attribute.
+ * @see #setBugtrackerUsername(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject_BugtrackerUsername()
+ * @model unique="false"
+ * @generated
+ */
+ String getBugtrackerUsername();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Project#getBugtrackerUsername <em>Bugtracker Username</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Bugtracker Username</em>' attribute.
+ * @see #getBugtrackerUsername()
+ * @generated
+ */
+ void setBugtrackerUsername(String value);
+
+ /**
+ * Returns the value of the '<em><b>Bugtracker Password</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Bugtracker Password</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Bugtracker Password</em>' attribute.
+ * @see #setBugtrackerPassword(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getProject_BugtrackerPassword()
+ * @model unique="false"
+ * @generated
+ */
+ String getBugtrackerPassword();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.Project#getBugtrackerPassword <em>Bugtracker Password</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Bugtracker Password</em>' attribute.
+ * @see #getBugtrackerPassword()
+ * @generated
+ */
+ void setBugtrackerPassword(String value);
+
+} // Project
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/RemoteProject.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/RemoteProject.java
new file mode 100644
index 000000000..38f7e744f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/RemoteProject.java
@@ -0,0 +1,49 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Remote Project</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.RemoteProject#getRemoteServiceType <em>Remote Service Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getRemoteProject()
+ * @model
+ * @generated
+ */
+public interface RemoteProject extends Project {
+ /**
+ * Returns the value of the '<em><b>Remote Service Type</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Remote Service Type</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Remote Service Type</em>' attribute.
+ * @see #setRemoteServiceType(String)
+ * @see org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage#getRemoteProject_RemoteServiceType()
+ * @model unique="false"
+ * @generated
+ */
+ String getRemoteServiceType();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.fx.code.compensator.model.workbench.RemoteProject#getRemoteServiceType <em>Remote Service Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Remote Service Type</em>' attribute.
+ * @see #getRemoteServiceType()
+ * @generated
+ */
+ void setRemoteServiceType(String value);
+
+} // RemoteProject
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/LocalProjectImpl.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/LocalProjectImpl.java
new file mode 100644
index 000000000..f0b70e24c
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/LocalProjectImpl.java
@@ -0,0 +1,378 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.fx.code.compensator.model.workbench.LocalProject;
+import org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Local Project</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.LocalProjectImpl#getRepoType <em>Repo Type</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.LocalProjectImpl#getRepoURI <em>Repo URI</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.LocalProjectImpl#getLocalURI <em>Local URI</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.LocalProjectImpl#getRepoUsername <em>Repo Username</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.LocalProjectImpl#getRepoPassword <em>Repo Password</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class LocalProjectImpl extends ProjectImpl implements LocalProject {
+ /**
+ * The default value of the '{@link #getRepoType() <em>Repo Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRepoType()
+ * @generated
+ * @ordered
+ */
+ protected static final String REPO_TYPE_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getRepoType() <em>Repo Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRepoType()
+ * @generated
+ * @ordered
+ */
+ protected String repoType = REPO_TYPE_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getRepoURI() <em>Repo URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRepoURI()
+ * @generated
+ * @ordered
+ */
+ protected static final String REPO_URI_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getRepoURI() <em>Repo URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRepoURI()
+ * @generated
+ * @ordered
+ */
+ protected String repoURI = REPO_URI_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getLocalURI() <em>Local URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getLocalURI()
+ * @generated
+ * @ordered
+ */
+ protected static final String LOCAL_URI_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getLocalURI() <em>Local URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getLocalURI()
+ * @generated
+ * @ordered
+ */
+ protected String localURI = LOCAL_URI_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getRepoUsername() <em>Repo Username</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRepoUsername()
+ * @generated
+ * @ordered
+ */
+ protected static final String REPO_USERNAME_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getRepoUsername() <em>Repo Username</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRepoUsername()
+ * @generated
+ * @ordered
+ */
+ protected String repoUsername = REPO_USERNAME_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getRepoPassword() <em>Repo Password</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRepoPassword()
+ * @generated
+ * @ordered
+ */
+ protected static final String REPO_PASSWORD_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getRepoPassword() <em>Repo Password</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRepoPassword()
+ * @generated
+ * @ordered
+ */
+ protected String repoPassword = REPO_PASSWORD_EDEFAULT;
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ protected LocalProjectImpl() {
+ super();
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ protected EClass eStaticClass() {
+ return WorkbenchPackage.Literals.LOCAL_PROJECT;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getRepoType() {
+ return repoType;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setRepoType(String newRepoType) {
+ String oldRepoType = repoType;
+ repoType = newRepoType;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.LOCAL_PROJECT__REPO_TYPE, oldRepoType, repoType));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getRepoURI() {
+ return repoURI;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setRepoURI(String newRepoURI) {
+ String oldRepoURI = repoURI;
+ repoURI = newRepoURI;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.LOCAL_PROJECT__REPO_URI, oldRepoURI, repoURI));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getLocalURI() {
+ return localURI;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setLocalURI(String newLocalURI) {
+ String oldLocalURI = localURI;
+ localURI = newLocalURI;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.LOCAL_PROJECT__LOCAL_URI, oldLocalURI, localURI));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getRepoUsername() {
+ return repoUsername;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setRepoUsername(String newRepoUsername) {
+ String oldRepoUsername = repoUsername;
+ repoUsername = newRepoUsername;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.LOCAL_PROJECT__REPO_USERNAME, oldRepoUsername, repoUsername));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getRepoPassword() {
+ return repoPassword;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setRepoPassword(String newRepoPassword) {
+ String oldRepoPassword = repoPassword;
+ repoPassword = newRepoPassword;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.LOCAL_PROJECT__REPO_PASSWORD, oldRepoPassword, repoPassword));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public Object eGet(int featureID, boolean resolve, boolean coreType) {
+ switch (featureID) {
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_TYPE:
+ return getRepoType();
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_URI:
+ return getRepoURI();
+ case WorkbenchPackage.LOCAL_PROJECT__LOCAL_URI:
+ return getLocalURI();
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_USERNAME:
+ return getRepoUsername();
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_PASSWORD:
+ return getRepoPassword();
+ }
+ return super.eGet(featureID, resolve, coreType);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eSet(int featureID, Object newValue) {
+ switch (featureID) {
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_TYPE:
+ setRepoType((String)newValue);
+ return;
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_URI:
+ setRepoURI((String)newValue);
+ return;
+ case WorkbenchPackage.LOCAL_PROJECT__LOCAL_URI:
+ setLocalURI((String)newValue);
+ return;
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_USERNAME:
+ setRepoUsername((String)newValue);
+ return;
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_PASSWORD:
+ setRepoPassword((String)newValue);
+ return;
+ }
+ super.eSet(featureID, newValue);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eUnset(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_TYPE:
+ setRepoType(REPO_TYPE_EDEFAULT);
+ return;
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_URI:
+ setRepoURI(REPO_URI_EDEFAULT);
+ return;
+ case WorkbenchPackage.LOCAL_PROJECT__LOCAL_URI:
+ setLocalURI(LOCAL_URI_EDEFAULT);
+ return;
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_USERNAME:
+ setRepoUsername(REPO_USERNAME_EDEFAULT);
+ return;
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_PASSWORD:
+ setRepoPassword(REPO_PASSWORD_EDEFAULT);
+ return;
+ }
+ super.eUnset(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public boolean eIsSet(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_TYPE:
+ return REPO_TYPE_EDEFAULT == null ? repoType != null : !REPO_TYPE_EDEFAULT.equals(repoType);
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_URI:
+ return REPO_URI_EDEFAULT == null ? repoURI != null : !REPO_URI_EDEFAULT.equals(repoURI);
+ case WorkbenchPackage.LOCAL_PROJECT__LOCAL_URI:
+ return LOCAL_URI_EDEFAULT == null ? localURI != null : !LOCAL_URI_EDEFAULT.equals(localURI);
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_USERNAME:
+ return REPO_USERNAME_EDEFAULT == null ? repoUsername != null : !REPO_USERNAME_EDEFAULT.equals(repoUsername);
+ case WorkbenchPackage.LOCAL_PROJECT__REPO_PASSWORD:
+ return REPO_PASSWORD_EDEFAULT == null ? repoPassword != null : !REPO_PASSWORD_EDEFAULT.equals(repoPassword);
+ }
+ return super.eIsSet(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public String toString() {
+ if (eIsProxy()) return super.toString();
+
+ StringBuffer result = new StringBuffer(super.toString());
+ result.append(" (repoType: ");
+ result.append(repoType);
+ result.append(", repoURI: ");
+ result.append(repoURI);
+ result.append(", localURI: ");
+ result.append(localURI);
+ result.append(", repoUsername: ");
+ result.append(repoUsername);
+ result.append(", repoPassword: ");
+ result.append(repoPassword);
+ result.append(')');
+ return result.toString();
+ }
+
+} //LocalProjectImpl
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ModuleContainerImpl.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ModuleContainerImpl.java
new file mode 100644
index 000000000..066dc736f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ModuleContainerImpl.java
@@ -0,0 +1,152 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench.impl;
+
+import java.util.Collection;
+
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.util.InternalEList;
+
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.model.workbench.ModuleContainer;
+import org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Module Container</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ModuleContainerImpl#getModuleList <em>Module List</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public abstract class ModuleContainerImpl extends MinimalEObjectImpl.Container implements ModuleContainer {
+ /**
+ * The cached value of the '{@link #getModuleList() <em>Module List</em>}' containment reference list.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getModuleList()
+ * @generated
+ * @ordered
+ */
+ protected EList<Module> moduleList;
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ protected ModuleContainerImpl() {
+ super();
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ protected EClass eStaticClass() {
+ return WorkbenchPackage.Literals.MODULE_CONTAINER;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public EList<Module> getModuleList() {
+ if (moduleList == null) {
+ moduleList = new EObjectContainmentEList<Module>(Module.class, this, WorkbenchPackage.MODULE_CONTAINER__MODULE_LIST);
+ }
+ return moduleList;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE_CONTAINER__MODULE_LIST:
+ return ((InternalEList<?>)getModuleList()).basicRemove(otherEnd, msgs);
+ }
+ return super.eInverseRemove(otherEnd, featureID, msgs);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public Object eGet(int featureID, boolean resolve, boolean coreType) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE_CONTAINER__MODULE_LIST:
+ return getModuleList();
+ }
+ return super.eGet(featureID, resolve, coreType);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @SuppressWarnings("unchecked")
+ @Override
+ public void eSet(int featureID, Object newValue) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE_CONTAINER__MODULE_LIST:
+ getModuleList().clear();
+ getModuleList().addAll((Collection<? extends Module>)newValue);
+ return;
+ }
+ super.eSet(featureID, newValue);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eUnset(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE_CONTAINER__MODULE_LIST:
+ getModuleList().clear();
+ return;
+ }
+ super.eUnset(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public boolean eIsSet(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE_CONTAINER__MODULE_LIST:
+ return moduleList != null && !moduleList.isEmpty();
+ }
+ return super.eIsSet(featureID);
+ }
+
+} //ModuleContainerImpl
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ModuleImpl.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ModuleImpl.java
new file mode 100644
index 000000000..13f2e51a0
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ModuleImpl.java
@@ -0,0 +1,216 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Module</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ModuleImpl#getName <em>Name</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ModuleImpl#getRootFolderUrl <em>Root Folder Url</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ModuleImpl extends ModuleContainerImpl implements Module {
+ /**
+ * The default value of the '{@link #getName() <em>Name</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getName()
+ * @generated
+ * @ordered
+ */
+ protected static final String NAME_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getName()
+ * @generated
+ * @ordered
+ */
+ protected String name = NAME_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getRootFolderUrl() <em>Root Folder Url</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRootFolderUrl()
+ * @generated
+ * @ordered
+ */
+ protected static final String ROOT_FOLDER_URL_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getRootFolderUrl() <em>Root Folder Url</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRootFolderUrl()
+ * @generated
+ * @ordered
+ */
+ protected String rootFolderUrl = ROOT_FOLDER_URL_EDEFAULT;
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ protected ModuleImpl() {
+ super();
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ protected EClass eStaticClass() {
+ return WorkbenchPackage.Literals.MODULE;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setName(String newName) {
+ String oldName = name;
+ name = newName;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.MODULE__NAME, oldName, name));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getRootFolderUrl() {
+ return rootFolderUrl;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setRootFolderUrl(String newRootFolderUrl) {
+ String oldRootFolderUrl = rootFolderUrl;
+ rootFolderUrl = newRootFolderUrl;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.MODULE__ROOT_FOLDER_URL, oldRootFolderUrl, rootFolderUrl));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public Object eGet(int featureID, boolean resolve, boolean coreType) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE__NAME:
+ return getName();
+ case WorkbenchPackage.MODULE__ROOT_FOLDER_URL:
+ return getRootFolderUrl();
+ }
+ return super.eGet(featureID, resolve, coreType);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eSet(int featureID, Object newValue) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE__NAME:
+ setName((String)newValue);
+ return;
+ case WorkbenchPackage.MODULE__ROOT_FOLDER_URL:
+ setRootFolderUrl((String)newValue);
+ return;
+ }
+ super.eSet(featureID, newValue);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eUnset(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE__NAME:
+ setName(NAME_EDEFAULT);
+ return;
+ case WorkbenchPackage.MODULE__ROOT_FOLDER_URL:
+ setRootFolderUrl(ROOT_FOLDER_URL_EDEFAULT);
+ return;
+ }
+ super.eUnset(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public boolean eIsSet(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.MODULE__NAME:
+ return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+ case WorkbenchPackage.MODULE__ROOT_FOLDER_URL:
+ return ROOT_FOLDER_URL_EDEFAULT == null ? rootFolderUrl != null : !ROOT_FOLDER_URL_EDEFAULT.equals(rootFolderUrl);
+ }
+ return super.eIsSet(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public String toString() {
+ if (eIsProxy()) return super.toString();
+
+ StringBuffer result = new StringBuffer(super.toString());
+ result.append(" (name: ");
+ result.append(name);
+ result.append(", rootFolderUrl: ");
+ result.append(rootFolderUrl);
+ result.append(')');
+ return result.toString();
+ }
+
+} //ModuleImpl
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ProjectImpl.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ProjectImpl.java
new file mode 100644
index 000000000..6b5b4fa22
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/ProjectImpl.java
@@ -0,0 +1,540 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Project</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ProjectImpl#getProjectId <em>Project Id</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ProjectImpl#getName <em>Name</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ProjectImpl#getProjectType <em>Project Type</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ProjectImpl#getIconURI <em>Icon URI</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ProjectImpl#getBugtrackerType <em>Bugtracker Type</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ProjectImpl#getBugtrackerUrl <em>Bugtracker Url</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ProjectImpl#getBugtrackerUsername <em>Bugtracker Username</em>}</li>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.ProjectImpl#getBugtrackerPassword <em>Bugtracker Password</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ProjectImpl extends ModuleContainerImpl implements Project {
+ /**
+ * The default value of the '{@link #getProjectId() <em>Project Id</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getProjectId()
+ * @generated
+ * @ordered
+ */
+ protected static final String PROJECT_ID_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getProjectId() <em>Project Id</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getProjectId()
+ * @generated
+ * @ordered
+ */
+ protected String projectId = PROJECT_ID_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getName() <em>Name</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getName()
+ * @generated
+ * @ordered
+ */
+ protected static final String NAME_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getName()
+ * @generated
+ * @ordered
+ */
+ protected String name = NAME_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getProjectType() <em>Project Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getProjectType()
+ * @generated
+ * @ordered
+ */
+ protected static final String PROJECT_TYPE_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getProjectType() <em>Project Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getProjectType()
+ * @generated
+ * @ordered
+ */
+ protected String projectType = PROJECT_TYPE_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getIconURI() <em>Icon URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getIconURI()
+ * @generated
+ * @ordered
+ */
+ protected static final String ICON_URI_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getIconURI() <em>Icon URI</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getIconURI()
+ * @generated
+ * @ordered
+ */
+ protected String iconURI = ICON_URI_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getBugtrackerType() <em>Bugtracker Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getBugtrackerType()
+ * @generated
+ * @ordered
+ */
+ protected static final String BUGTRACKER_TYPE_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getBugtrackerType() <em>Bugtracker Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getBugtrackerType()
+ * @generated
+ * @ordered
+ */
+ protected String bugtrackerType = BUGTRACKER_TYPE_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getBugtrackerUrl() <em>Bugtracker Url</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getBugtrackerUrl()
+ * @generated
+ * @ordered
+ */
+ protected static final String BUGTRACKER_URL_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getBugtrackerUrl() <em>Bugtracker Url</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getBugtrackerUrl()
+ * @generated
+ * @ordered
+ */
+ protected String bugtrackerUrl = BUGTRACKER_URL_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getBugtrackerUsername() <em>Bugtracker Username</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getBugtrackerUsername()
+ * @generated
+ * @ordered
+ */
+ protected static final String BUGTRACKER_USERNAME_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getBugtrackerUsername() <em>Bugtracker Username</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getBugtrackerUsername()
+ * @generated
+ * @ordered
+ */
+ protected String bugtrackerUsername = BUGTRACKER_USERNAME_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getBugtrackerPassword() <em>Bugtracker Password</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getBugtrackerPassword()
+ * @generated
+ * @ordered
+ */
+ protected static final String BUGTRACKER_PASSWORD_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getBugtrackerPassword() <em>Bugtracker Password</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getBugtrackerPassword()
+ * @generated
+ * @ordered
+ */
+ protected String bugtrackerPassword = BUGTRACKER_PASSWORD_EDEFAULT;
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ protected ProjectImpl() {
+ super();
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ protected EClass eStaticClass() {
+ return WorkbenchPackage.Literals.PROJECT;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getProjectId() {
+ return projectId;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setProjectId(String newProjectId) {
+ String oldProjectId = projectId;
+ projectId = newProjectId;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.PROJECT__PROJECT_ID, oldProjectId, projectId));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setName(String newName) {
+ String oldName = name;
+ name = newName;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.PROJECT__NAME, oldName, name));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getProjectType() {
+ return projectType;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setProjectType(String newProjectType) {
+ String oldProjectType = projectType;
+ projectType = newProjectType;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.PROJECT__PROJECT_TYPE, oldProjectType, projectType));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getIconURI() {
+ return iconURI;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setIconURI(String newIconURI) {
+ String oldIconURI = iconURI;
+ iconURI = newIconURI;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.PROJECT__ICON_URI, oldIconURI, iconURI));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getBugtrackerType() {
+ return bugtrackerType;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setBugtrackerType(String newBugtrackerType) {
+ String oldBugtrackerType = bugtrackerType;
+ bugtrackerType = newBugtrackerType;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.PROJECT__BUGTRACKER_TYPE, oldBugtrackerType, bugtrackerType));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getBugtrackerUrl() {
+ return bugtrackerUrl;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setBugtrackerUrl(String newBugtrackerUrl) {
+ String oldBugtrackerUrl = bugtrackerUrl;
+ bugtrackerUrl = newBugtrackerUrl;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.PROJECT__BUGTRACKER_URL, oldBugtrackerUrl, bugtrackerUrl));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getBugtrackerUsername() {
+ return bugtrackerUsername;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setBugtrackerUsername(String newBugtrackerUsername) {
+ String oldBugtrackerUsername = bugtrackerUsername;
+ bugtrackerUsername = newBugtrackerUsername;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.PROJECT__BUGTRACKER_USERNAME, oldBugtrackerUsername, bugtrackerUsername));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getBugtrackerPassword() {
+ return bugtrackerPassword;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setBugtrackerPassword(String newBugtrackerPassword) {
+ String oldBugtrackerPassword = bugtrackerPassword;
+ bugtrackerPassword = newBugtrackerPassword;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.PROJECT__BUGTRACKER_PASSWORD, oldBugtrackerPassword, bugtrackerPassword));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public Object eGet(int featureID, boolean resolve, boolean coreType) {
+ switch (featureID) {
+ case WorkbenchPackage.PROJECT__PROJECT_ID:
+ return getProjectId();
+ case WorkbenchPackage.PROJECT__NAME:
+ return getName();
+ case WorkbenchPackage.PROJECT__PROJECT_TYPE:
+ return getProjectType();
+ case WorkbenchPackage.PROJECT__ICON_URI:
+ return getIconURI();
+ case WorkbenchPackage.PROJECT__BUGTRACKER_TYPE:
+ return getBugtrackerType();
+ case WorkbenchPackage.PROJECT__BUGTRACKER_URL:
+ return getBugtrackerUrl();
+ case WorkbenchPackage.PROJECT__BUGTRACKER_USERNAME:
+ return getBugtrackerUsername();
+ case WorkbenchPackage.PROJECT__BUGTRACKER_PASSWORD:
+ return getBugtrackerPassword();
+ }
+ return super.eGet(featureID, resolve, coreType);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eSet(int featureID, Object newValue) {
+ switch (featureID) {
+ case WorkbenchPackage.PROJECT__PROJECT_ID:
+ setProjectId((String)newValue);
+ return;
+ case WorkbenchPackage.PROJECT__NAME:
+ setName((String)newValue);
+ return;
+ case WorkbenchPackage.PROJECT__PROJECT_TYPE:
+ setProjectType((String)newValue);
+ return;
+ case WorkbenchPackage.PROJECT__ICON_URI:
+ setIconURI((String)newValue);
+ return;
+ case WorkbenchPackage.PROJECT__BUGTRACKER_TYPE:
+ setBugtrackerType((String)newValue);
+ return;
+ case WorkbenchPackage.PROJECT__BUGTRACKER_URL:
+ setBugtrackerUrl((String)newValue);
+ return;
+ case WorkbenchPackage.PROJECT__BUGTRACKER_USERNAME:
+ setBugtrackerUsername((String)newValue);
+ return;
+ case WorkbenchPackage.PROJECT__BUGTRACKER_PASSWORD:
+ setBugtrackerPassword((String)newValue);
+ return;
+ }
+ super.eSet(featureID, newValue);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eUnset(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.PROJECT__PROJECT_ID:
+ setProjectId(PROJECT_ID_EDEFAULT);
+ return;
+ case WorkbenchPackage.PROJECT__NAME:
+ setName(NAME_EDEFAULT);
+ return;
+ case WorkbenchPackage.PROJECT__PROJECT_TYPE:
+ setProjectType(PROJECT_TYPE_EDEFAULT);
+ return;
+ case WorkbenchPackage.PROJECT__ICON_URI:
+ setIconURI(ICON_URI_EDEFAULT);
+ return;
+ case WorkbenchPackage.PROJECT__BUGTRACKER_TYPE:
+ setBugtrackerType(BUGTRACKER_TYPE_EDEFAULT);
+ return;
+ case WorkbenchPackage.PROJECT__BUGTRACKER_URL:
+ setBugtrackerUrl(BUGTRACKER_URL_EDEFAULT);
+ return;
+ case WorkbenchPackage.PROJECT__BUGTRACKER_USERNAME:
+ setBugtrackerUsername(BUGTRACKER_USERNAME_EDEFAULT);
+ return;
+ case WorkbenchPackage.PROJECT__BUGTRACKER_PASSWORD:
+ setBugtrackerPassword(BUGTRACKER_PASSWORD_EDEFAULT);
+ return;
+ }
+ super.eUnset(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public boolean eIsSet(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.PROJECT__PROJECT_ID:
+ return PROJECT_ID_EDEFAULT == null ? projectId != null : !PROJECT_ID_EDEFAULT.equals(projectId);
+ case WorkbenchPackage.PROJECT__NAME:
+ return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+ case WorkbenchPackage.PROJECT__PROJECT_TYPE:
+ return PROJECT_TYPE_EDEFAULT == null ? projectType != null : !PROJECT_TYPE_EDEFAULT.equals(projectType);
+ case WorkbenchPackage.PROJECT__ICON_URI:
+ return ICON_URI_EDEFAULT == null ? iconURI != null : !ICON_URI_EDEFAULT.equals(iconURI);
+ case WorkbenchPackage.PROJECT__BUGTRACKER_TYPE:
+ return BUGTRACKER_TYPE_EDEFAULT == null ? bugtrackerType != null : !BUGTRACKER_TYPE_EDEFAULT.equals(bugtrackerType);
+ case WorkbenchPackage.PROJECT__BUGTRACKER_URL:
+ return BUGTRACKER_URL_EDEFAULT == null ? bugtrackerUrl != null : !BUGTRACKER_URL_EDEFAULT.equals(bugtrackerUrl);
+ case WorkbenchPackage.PROJECT__BUGTRACKER_USERNAME:
+ return BUGTRACKER_USERNAME_EDEFAULT == null ? bugtrackerUsername != null : !BUGTRACKER_USERNAME_EDEFAULT.equals(bugtrackerUsername);
+ case WorkbenchPackage.PROJECT__BUGTRACKER_PASSWORD:
+ return BUGTRACKER_PASSWORD_EDEFAULT == null ? bugtrackerPassword != null : !BUGTRACKER_PASSWORD_EDEFAULT.equals(bugtrackerPassword);
+ }
+ return super.eIsSet(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public String toString() {
+ if (eIsProxy()) return super.toString();
+
+ StringBuffer result = new StringBuffer(super.toString());
+ result.append(" (projectId: ");
+ result.append(projectId);
+ result.append(", name: ");
+ result.append(name);
+ result.append(", projectType: ");
+ result.append(projectType);
+ result.append(", iconURI: ");
+ result.append(iconURI);
+ result.append(", bugtrackerType: ");
+ result.append(bugtrackerType);
+ result.append(", bugtrackerUrl: ");
+ result.append(bugtrackerUrl);
+ result.append(", bugtrackerUsername: ");
+ result.append(bugtrackerUsername);
+ result.append(", bugtrackerPassword: ");
+ result.append(bugtrackerPassword);
+ result.append(')');
+ return result.toString();
+ }
+
+} //ProjectImpl
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/RemoteProjectImpl.java b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/RemoteProjectImpl.java
new file mode 100644
index 000000000..60b8d34dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.model/src-gen/org/eclipse/fx/code/compensator/model/workbench/impl/RemoteProjectImpl.java
@@ -0,0 +1,162 @@
+/**
+ */
+package org.eclipse.fx.code.compensator.model.workbench.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.fx.code.compensator.model.workbench.RemoteProject;
+import org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Remote Project</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ * <li>{@link org.eclipse.fx.code.compensator.model.workbench.impl.RemoteProjectImpl#getRemoteServiceType <em>Remote Service Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class RemoteProjectImpl extends ProjectImpl implements RemoteProject {
+ /**
+ * The default value of the '{@link #getRemoteServiceType() <em>Remote Service Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRemoteServiceType()
+ * @generated
+ * @ordered
+ */
+ protected static final String REMOTE_SERVICE_TYPE_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getRemoteServiceType() <em>Remote Service Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #getRemoteServiceType()
+ * @generated
+ * @ordered
+ */
+ protected String remoteServiceType = REMOTE_SERVICE_TYPE_EDEFAULT;
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ protected RemoteProjectImpl() {
+ super();
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ protected EClass eStaticClass() {
+ return WorkbenchPackage.Literals.REMOTE_PROJECT;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public String getRemoteServiceType() {
+ return remoteServiceType;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ public void setRemoteServiceType(String newRemoteServiceType) {
+ String oldRemoteServiceType = remoteServiceType;
+ remoteServiceType = newRemoteServiceType;
+ if (eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, WorkbenchPackage.REMOTE_PROJECT__REMOTE_SERVICE_TYPE, oldRemoteServiceType, remoteServiceType));
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public Object eGet(int featureID, boolean resolve, boolean coreType) {
+ switch (featureID) {
+ case WorkbenchPackage.REMOTE_PROJECT__REMOTE_SERVICE_TYPE:
+ return getRemoteServiceType();
+ }
+ return super.eGet(featureID, resolve, coreType);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eSet(int featureID, Object newValue) {
+ switch (featureID) {
+ case WorkbenchPackage.REMOTE_PROJECT__REMOTE_SERVICE_TYPE:
+ setRemoteServiceType((String)newValue);
+ return;
+ }
+ super.eSet(featureID, newValue);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public void eUnset(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.REMOTE_PROJECT__REMOTE_SERVICE_TYPE:
+ setRemoteServiceType(REMOTE_SERVICE_TYPE_EDEFAULT);
+ return;
+ }
+ super.eUnset(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public boolean eIsSet(int featureID) {
+ switch (featureID) {
+ case WorkbenchPackage.REMOTE_PROJECT__REMOTE_SERVICE_TYPE:
+ return REMOTE_SERVICE_TYPE_EDEFAULT == null ? remoteServiceType != null : !REMOTE_SERVICE_TYPE_EDEFAULT.equals(remoteServiceType);
+ }
+ return super.eIsSet(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
+ @Override
+ public String toString() {
+ if (eIsProxy()) return super.toString();
+
+ StringBuffer result = new StringBuffer(super.toString());
+ result.append(" (remoteServiceType: ");
+ result.append(remoteServiceType);
+ result.append(')');
+ return result.toString();
+ }
+
+} //RemoteProjectImpl
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/META-INF/MANIFEST.MF
index dbc15e461..ce01102b5 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/META-INF/MANIFEST.MF
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/META-INF/MANIFEST.MF
@@ -6,6 +6,9 @@ Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.fx.code.compensator.nashorn,
org.eclipse.fx.code.compensator.editor,
- org.eclipse.fx.ui.theme;bundle-version="1.2.0"
-Service-Component: OSGI-INF/services/qxnashornoutlineext.xml
+ org.eclipse.fx.ui.theme;bundle-version="1.2.0",
+ org.eclipse.fx.ui.controls;bundle-version="1.2.0",
+ org.eclipse.fx.ui.services
+Service-Component: OSGI-INF/services/qxnashornoutlineext.xml,
+ OSGI-INF/services/jsqxstyleysheet.xml
Bundle-ActivationPolicy: lazy
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/OSGI-INF/services/jsqxstyleysheet.xml b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/OSGI-INF/services/jsqxstyleysheet.xml
new file mode 100644
index 000000000..9d2c6caa3
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/OSGI-INF/services/jsqxstyleysheet.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.nashorn.qx.jsqxstyleysheet">
+ <implementation class="org.eclipse.fx.code.compensator.nashorn.qx.JSQxStylesheet"/>
+ <service>
+ <provide interface="org.eclipse.fx.ui.services.theme.Stylesheet"/>
+ </service>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/build.properties b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/build.properties
index eaeffa234..a3380b502 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/build.properties
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/build.properties
@@ -2,5 +2,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/services/qxnashornoutlineext.xml,\
- plugin.xml
+ plugin.xml,\
+ OSGI-INF/services/jsqxstyleysheet.xml
source.. = src/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/css/dark.css b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/css/dark.css
new file mode 100644
index 000000000..8db12df42
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/css/dark.css
@@ -0,0 +1,35 @@
+.qx-property-public {
+ -fx-graphic: url("icons/property-public.png");
+}
+
+.qx-property-protected {
+ -fx-graphic: url("icons/property-protected.png");
+}
+
+.qx-property-private {
+ -fx-graphic: url("icons/property-private.png");
+}
+
+.qx-method-public {
+ -fx-graphic: url("icons/method-public.png");
+}
+
+.qx-method-protected {
+ -fx-graphic: url("icons/method-protected.png");
+}
+
+.qx-method-private {
+ -fx-graphic: url("icons/method-private.png");
+}
+
+.qx-field-public {
+ -fx-graphic: url("icons/field-public.png");
+}
+
+.qx-field-protected {
+ -fx-graphic: url("icons/field-protected.png");
+}
+
+.qx-field-private {
+ -fx-graphic: url("icons/field-private.png");
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/JSQxStylesheet.java b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/JSQxStylesheet.java
new file mode 100644
index 000000000..ae840ee73
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/JSQxStylesheet.java
@@ -0,0 +1,24 @@
+package org.eclipse.fx.code.compensator.nashorn.qx;
+
+import java.net.URL;
+
+import org.eclipse.fx.ui.services.theme.Stylesheet;
+import org.eclipse.fx.ui.services.theme.Theme;
+
+public class JSQxStylesheet implements Stylesheet {
+
+ @Override
+ public boolean appliesToTheme(Theme t) {
+ return true;
+ }
+
+ @Override
+ public URL getURL(Theme t) {
+ URL url = getClass().getClassLoader().getResource("css/"+t.getId()+".css");
+ if( url == null ) {
+ url = getClass().getClassLoader().getResource("css/default.css");
+ }
+ return url;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/QxOutlineExtension.java b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/QxOutlineExtension.java
index 868a56e7e..282b98b36 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/QxOutlineExtension.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn.qx/src/org/eclipse/fx/code/compensator/nashorn/qx/QxOutlineExtension.java
@@ -1,51 +1,20 @@
package org.eclipse.fx.code.compensator.nashorn.qx;
-import java.util.ArrayList;
-import java.util.List;
-
-import jdk.nashorn.internal.ir.AccessNode;
-import jdk.nashorn.internal.ir.BinaryNode;
-import jdk.nashorn.internal.ir.Block;
-import jdk.nashorn.internal.ir.BlockStatement;
-import jdk.nashorn.internal.ir.BreakNode;
import jdk.nashorn.internal.ir.CallNode;
-import jdk.nashorn.internal.ir.CaseNode;
-import jdk.nashorn.internal.ir.CatchNode;
-import jdk.nashorn.internal.ir.ContinueNode;
-import jdk.nashorn.internal.ir.EmptyNode;
-import jdk.nashorn.internal.ir.ExpressionStatement;
-import jdk.nashorn.internal.ir.ForNode;
import jdk.nashorn.internal.ir.FunctionNode;
-import jdk.nashorn.internal.ir.GetSplitState;
-import jdk.nashorn.internal.ir.IdentNode;
-import jdk.nashorn.internal.ir.IfNode;
-import jdk.nashorn.internal.ir.IndexNode;
-import jdk.nashorn.internal.ir.JoinPredecessorExpression;
-import jdk.nashorn.internal.ir.LabelNode;
import jdk.nashorn.internal.ir.LexicalContext;
import jdk.nashorn.internal.ir.LiteralNode;
import jdk.nashorn.internal.ir.Node;
import jdk.nashorn.internal.ir.ObjectNode;
import jdk.nashorn.internal.ir.PropertyNode;
-import jdk.nashorn.internal.ir.ReturnNode;
-import jdk.nashorn.internal.ir.RuntimeNode;
-import jdk.nashorn.internal.ir.SetSplitState;
-import jdk.nashorn.internal.ir.SplitNode;
-import jdk.nashorn.internal.ir.SplitReturn;
-import jdk.nashorn.internal.ir.SwitchNode;
-import jdk.nashorn.internal.ir.TernaryNode;
-import jdk.nashorn.internal.ir.ThrowNode;
-import jdk.nashorn.internal.ir.TryNode;
-import jdk.nashorn.internal.ir.UnaryNode;
-import jdk.nashorn.internal.ir.VarNode;
-import jdk.nashorn.internal.ir.WhileNode;
-import jdk.nashorn.internal.ir.WithNode;
import jdk.nashorn.internal.ir.visitor.NodeVisitor;
import org.eclipse.fx.code.compensator.editor.Input;
import org.eclipse.fx.code.compensator.nashorn.JSOutline;
import org.eclipse.fx.code.compensator.nashorn.JSOutlineExtension;
import org.eclipse.fx.code.compensator.nashorn.JSOutlineItem;
+import org.eclipse.fx.ui.controls.styledtext.StyledString;
+import org.eclipse.fx.ui.controls.styledtext.StyledStringSegment;
public class QxOutlineExtension implements JSOutlineExtension {
@@ -55,7 +24,7 @@ public class QxOutlineExtension implements JSOutlineExtension {
}
@Override
- public JSOutline createOutline(FunctionNode node) {
+ public JSOutline createOutline(FunctionNode node, Input<?> input) {
JSOutlineItem root = new JSOutlineItem("<root>",null);
node.accept(new NodeVisitor<LexicalContext>(new LexicalContext()) {
@@ -64,7 +33,9 @@ public class QxOutlineExtension implements JSOutlineExtension {
@Override
public boolean enterCallNode(CallNode callNode) {
if( callNode.getFunction().toString().endsWith("qx.Class.define") ) {
- classDef = new JSOutlineItem(((LiteralNode<?>)callNode.getArgs().get(0)).getString(), "qx-class-def");
+ StyledString s = new StyledString();
+ s.appendSegment(((LiteralNode<?>)callNode.getArgs().get(0)).getString(),"java-element-name");
+ classDef = new JSOutlineItem(s, "qx-class-def");
root.getChildren().add(classDef);
}
return super.enterCallNode(callNode);
@@ -88,7 +59,7 @@ public class QxOutlineExtension implements JSOutlineExtension {
classDef.getChildren().add(handleProperties(propertyNode));
break;
case "members":
- classDef.getChildren().add(handleMembers(propertyNode));
+ classDef.getChildren().add(handleMembers(propertyNode,(String) input.getData()));
break;
default:
break;
@@ -106,7 +77,20 @@ public class QxOutlineExtension implements JSOutlineExtension {
@Override
public boolean enterPropertyNode(PropertyNode propertyNode) {
if( p != propertyNode ) {
- outline.getChildren().add(new JSOutlineItem(propertyNode.getKeyName(), "qx-property-"+visibility(propertyNode.getKeyName())));
+ StyledString s = new StyledString();
+ s.getSegmentList().add(new StyledStringSegment(propertyNode.getKeyName(),"java-element-name"));
+
+ propertyNode.accept(new NodeVisitor<LexicalContext>(new LexicalContext()) {
+ public boolean enterPropertyNode(PropertyNode sub) {
+ if( "check".equals(sub.getKeyName()) ) {
+ s.getSegmentList().add(new StyledStringSegment(" : " + sub.getValue(),"java-type-info"));
+ return false;
+ }
+ return true;
+ }
+ });
+
+ outline.getChildren().add(new JSOutlineItem(s, "qx-property-"+visibility(propertyNode.getKeyName())));
return false;
}
@@ -116,8 +100,9 @@ public class QxOutlineExtension implements JSOutlineExtension {
return outline;
}
- private JSOutlineItem handleMembers(PropertyNode p) {
+ private JSOutlineItem handleMembers(PropertyNode p, String content) {
JSOutlineItem outline = new JSOutlineItem("Members", "qx-members");
+
p.accept(new NodeVisitor<LexicalContext>(new LexicalContext()) {
@Override
public boolean enterPropertyNode(PropertyNode propertyNode) {
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/META-INF/MANIFEST.MF
index 97c699101..67121d037 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/META-INF/MANIFEST.MF
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/META-INF/MANIFEST.MF
@@ -5,7 +5,9 @@ Bundle-SymbolicName: org.eclipse.fx.code.compensator.nashorn;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.fx.code.compensator.editor,
- org.eclipse.fx.ui.theme;bundle-version="1.0.0"
+ org.eclipse.fx.ui.theme;bundle-version="1.0.0",
+ org.eclipse.fx.ui.services
Bundle-ActivationPolicy: lazy
-Service-Component: OSGI-INF/services/nashornoutline.xml
+Service-Component: OSGI-INF/services/nashornoutline.xml,
+ OSGI-INF/services/jsstyleysheet.xml
Export-Package: org.eclipse.fx.code.compensator.nashorn
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/OSGI-INF/services/jsstyleysheet.xml b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/OSGI-INF/services/jsstyleysheet.xml
new file mode 100644
index 000000000..11d0a0f54
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/OSGI-INF/services/jsstyleysheet.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.nashorn.jsstyleysheet">
+ <implementation class="org.eclipse.fx.code.compensator.nashorn.internal.JSStylesheet"/>
+ <service>
+ <provide interface="org.eclipse.fx.ui.services.theme.Stylesheet"/>
+ </service>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/build.properties b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/build.properties
index 5eb7f4201..49b797c93 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/build.properties
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/build.properties
@@ -2,5 +2,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
- plugin.xml
+ plugin.xml,\
+ OSGI-INF/services/jsstyleysheet.xml
source.. = src/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/css/dark.css b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/css/dark.css
new file mode 100644
index 000000000..927b62317
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/css/dark.css
@@ -0,0 +1,7 @@
+.js-method-icon {
+ -fx-graphic: url("icons/method.png");
+}
+
+.js-function-icon {
+ -fx-graphic: url("icons/function.png");
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineExtension.java b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineExtension.java
index 8e626131d..457de74dd 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineExtension.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineExtension.java
@@ -6,5 +6,5 @@ import org.eclipse.fx.code.compensator.editor.Input;
public interface JSOutlineExtension {
public boolean applies(Input<?> input);
- public JSOutline createOutline(FunctionNode node);
+ public JSOutline createOutline(FunctionNode node, Input<?> input);
}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineItem.java
index 5c5f7e72e..4ab686cbd 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineItem.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/JSOutlineItem.java
@@ -9,17 +9,17 @@ import javafx.collections.ObservableList;
import org.eclipse.fx.code.compensator.editor.Outline.OutlineItem;
public class JSOutlineItem implements OutlineItem {
- private final String name;
+ private final CharSequence name;
private final ObservableList<OutlineItem> list = FXCollections.observableArrayList();
private final String type;
- public JSOutlineItem(String name, String type) {
+ public JSOutlineItem(CharSequence name, String type) {
this.name = name;
this.type = type;
}
@Override
- public String getLabel() {
+ public CharSequence getLabel() {
return name;
}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSOutlineFactory.java b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSOutlineFactory.java
index 11cb2f770..ac4c620b3 100644
--- a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSOutlineFactory.java
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSOutlineFactory.java
@@ -61,7 +61,7 @@ public class JSOutlineFactory implements OutlineFactory {
FunctionNode node = new Parser(context.getEnv(), source, errors).parse();
Optional<JSOutlineExtension> extension = extensions.stream().filter((e) -> e.applies(input)).findFirst();
- return extension.map((e)->e.createOutline(node)).orElse(defaultOutline(node));
+ return extension.map((e)->e.createOutline(node,input)).orElse(defaultOutline(node));
}
private static JSOutline defaultOutline(FunctionNode node) {
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSStylesheet.java b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSStylesheet.java
new file mode 100644
index 000000000..b5aef975f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.nashorn/src/org/eclipse/fx/code/compensator/nashorn/internal/JSStylesheet.java
@@ -0,0 +1,24 @@
+package org.eclipse.fx.code.compensator.nashorn.internal;
+
+import java.net.URL;
+
+import org.eclipse.fx.ui.services.theme.Stylesheet;
+import org.eclipse.fx.ui.services.theme.Theme;
+
+public class JSStylesheet implements Stylesheet {
+
+ @Override
+ public boolean appliesToTheme(Theme t) {
+ return true;
+ }
+
+ @Override
+ public URL getURL(Theme t) {
+ URL url = getClass().getClassLoader().getResource("css/"+t.getId()+".css");
+ if( url == null ) {
+ url = getClass().getClassLoader().getResource("css/default.css");
+ }
+ return url;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.classpath b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.gitignore b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.project b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.project
new file mode 100644
index 000000000..0b9e3b4ae
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.code.compensator.project.bt</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.settings/org.eclipse.jdt.core.prefs b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..3f7a10d90
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/META-INF/MANIFEST.MF
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Bt
+Bundle-SymbolicName: org.eclipse.fx.code.compensator.project.bt
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/build.properties b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/build.properties
new file mode 100644
index 000000000..34d2e4d2d
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.bt/build.properties
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.classpath b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.gitignore b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.project b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.project
new file mode 100644
index 000000000..409fd6100
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.project
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.code.compensator.project.jdt</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ds.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+ </natures>
+</projectDescription>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.settings/org.eclipse.jdt.core.prefs b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..345068f45
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/META-INF/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Jdt
+Bundle-SymbolicName: org.eclipse.fx.code.compensator.project.jdt
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.fx.code.compensator.project,
+ org.eclipse.fx.code.compensator.model,
+ org.eclipse.fx.core.di,
+ org.eclipse.fx.ui.services,
+ org.eclipse.fx.core,
+ org.eclipse.e4.core.contexts,
+ org.eclipse.e4.ui.model.workbench,
+ org.eclipse.e4.core.di,
+ org.eclipse.fx.code.server.jdt;bundle-version="1.0.0",
+ org.eclipse.fx.code.compensator.editor,
+ org.eclipse.fx.text,
+ org.eclipse.e4.ui.workbench
+Service-Component: OSGI-INF/services/jdtproject.xml,OSGI-INF/services/jdtstylesheet.xml,OSGI-INF/services/serverfunction.xml,OSGI-INF/services/jdtserverinputfactory.xml,
+ OSGI-INF/services/jdtDocumentfactory.xml
+Bundle-ActivationPolicy: lazy
+Import-Package: javax.inject;version="1.0.0"
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtDocumentfactory.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtDocumentfactory.xml
new file mode 100644
index 000000000..d772a7899
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtDocumentfactory.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.jdt.jdtDocumentfactory">
+ <implementation class="org.eclipse.fx.code.compensator.project.jdt.internal.JDTDocumentFactory"/>
+ <service>
+ <provide interface="org.eclipse.fx.code.compensator.editor.services.DocumentFactory"/>
+ </service>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtproject.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtproject.xml
new file mode 100644
index 000000000..c04548fe2
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtproject.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.jdt.jdtproject">
+ <implementation class="org.eclipse.fx.code.compensator.project.jdt.JDTProjectService"/>
+ <service>
+ <provide interface="org.eclipse.fx.code.compensator.project.ProjectService"/>
+ </service>
+ <reference bind="registerContextMenuContributions" cardinality="0..n" interface="org.eclipse.fx.code.compensator.project.ProjectNavigatorContribution" name="ProjectNavigatorContribution" policy="dynamic" unbind="unregisterContextMenuContributions"/>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtserverinputfactory.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtserverinputfactory.xml
new file mode 100644
index 000000000..25596d66d
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtserverinputfactory.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.jdt.jdtserverinputfactory">
+ <implementation class="org.eclipse.fx.code.compensator.project.jdt.internal.JDTServerInputFactory"/>
+ <service>
+ <provide interface="org.eclipse.fx.code.compensator.editor.services.InputFactory"/>
+ </service>
+ <reference bind="registerJDTServerFactory" cardinality="1..1" interface="org.eclipse.fx.code.server.jdt.JDTServerFactory" name="JDTServerFactory" policy="static"/>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtstylesheet.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtstylesheet.xml
new file mode 100644
index 000000000..32ea67de0
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/jdtstylesheet.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.jdt.jdtstylesheet">
+ <implementation class="org.eclipse.fx.code.compensator.project.jdt.internal.JDTStylesheet"/>
+ <service>
+ <provide interface="org.eclipse.fx.ui.services.theme.Stylesheet"/>
+ </service>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/serverfunction.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/serverfunction.xml
new file mode 100644
index 000000000..4d33f43e5
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/OSGI-INF/services/serverfunction.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.jdt.serverfunction">
+ <implementation class="org.eclipse.fx.code.compensator.project.jdt.internal.ProjectServerCF"/>
+ <service>
+ <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
+ </service>
+ <property name="service.context.key" type="String" value="org.eclipse.fx.code.server.jdt.JDTServer"/>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/build.properties b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/build.properties
new file mode 100644
index 000000000..2eb6d8f78
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/build.properties
@@ -0,0 +1,9 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/,\
+ OSGI-INF/services/jdtstylesheet.xml,\
+ OSGI-INF/services/serverfunction.xml,\
+ OSGI-INF/services/jdtserverinputfactory.xml,\
+ OSGI-INF/services/jdtDocumentfactory.xml
+source.. = src/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/dark.css b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/dark.css
new file mode 100644
index 000000000..fb5b7cf9f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/dark.css
@@ -0,0 +1,35 @@
+.run-button {
+ -fx-graphic: url(icons/24/run.png);
+}
+
+.debug-button {
+ -fx-graphic: url(icons/24/debug.png);
+}
+
+.profile-button {
+ -fx-graphic: url(icons/24/junit.png);
+}
+
+.new-java-class {
+ -fx-graphic: url(icons/24/newclass_wiz.png);
+}
+
+.new-java-enum {
+ -fx-graphic: url(icons/24/newenum_wiz.png);
+}
+
+.new-java-interface {
+ -fx-graphic: url(icons/24/newint_wiz.png);
+}
+
+.new-java-package {
+ -fx-graphic: url(icons/24/newpack_wiz.png);
+}
+
+.new-java-module {
+ -fx-graphic: url(icons/24/newjworkingSet_wiz.png);
+}
+
+/*.list-cell >*/ .styled-label.java-project {
+ -fx-graphic: url(icons/16/jperspective.png);
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/default.css b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/default.css
new file mode 100644
index 000000000..fb5b7cf9f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/default.css
@@ -0,0 +1,35 @@
+.run-button {
+ -fx-graphic: url(icons/24/run.png);
+}
+
+.debug-button {
+ -fx-graphic: url(icons/24/debug.png);
+}
+
+.profile-button {
+ -fx-graphic: url(icons/24/junit.png);
+}
+
+.new-java-class {
+ -fx-graphic: url(icons/24/newclass_wiz.png);
+}
+
+.new-java-enum {
+ -fx-graphic: url(icons/24/newenum_wiz.png);
+}
+
+.new-java-interface {
+ -fx-graphic: url(icons/24/newint_wiz.png);
+}
+
+.new-java-package {
+ -fx-graphic: url(icons/24/newpack_wiz.png);
+}
+
+.new-java-module {
+ -fx-graphic: url(icons/24/newjworkingSet_wiz.png);
+}
+
+/*.list-cell >*/ .styled-label.java-project {
+ -fx-graphic: url(icons/16/jperspective.png);
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/jperspective.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/jperspective.png
new file mode 100644
index 000000000..9a4fcd4c9
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/jperspective.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/package_obj.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/package_obj.png
new file mode 100644
index 000000000..8d4f355bd
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/package_obj.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/packagefolder_obj.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/packagefolder_obj.png
new file mode 100644
index 000000000..ac74b3cbd
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/packagefolder_obj.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/prj_obj.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/prj_obj.png
new file mode 100644
index 000000000..b84356756
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/prj_obj.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/debug.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/debug.png
new file mode 100644
index 000000000..0133ee933
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/debug.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/jperspective.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/jperspective.png
new file mode 100644
index 000000000..a1df80039
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/jperspective.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newclass_wiz.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newclass_wiz.png
new file mode 100644
index 000000000..c42653f51
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newclass_wiz.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newenum_wiz.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newenum_wiz.png
new file mode 100644
index 000000000..8e26c585a
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newenum_wiz.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newint_wiz.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newint_wiz.png
new file mode 100644
index 000000000..b67b13173
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newint_wiz.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newjworkingSet_wiz.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newjworkingSet_wiz.png
new file mode 100644
index 000000000..80b001ba5
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newjworkingSet_wiz.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newpack_wiz.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newpack_wiz.png
new file mode 100644
index 000000000..e26063fbd
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/newpack_wiz.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/run.png b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/run.png
new file mode 100644
index 000000000..22500db02
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/24/run.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/debug.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/debug.svg
new file mode 100644
index 000000000..814994de1
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/debug.svg
@@ -0,0 +1,810 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="debug_exc2.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4515">
+ <stop
+ id="stop4517"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4519"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4490"
+ inkscape:collect="always">
+ <stop
+ id="stop4492"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop4494"
+ offset="1"
+ style="stop-color:#31564a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4484"
+ inkscape:collect="always">
+ <stop
+ id="stop4486"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop4488"
+ offset="1"
+ style="stop-color:#31564a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4478"
+ inkscape:collect="always">
+ <stop
+ id="stop4480"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop4482"
+ offset="1"
+ style="stop-color:#31564a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4472"
+ inkscape:collect="always">
+ <stop
+ id="stop4474"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop4476"
+ offset="1"
+ style="stop-color:#31564a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4258"
+ inkscape:collect="always">
+ <stop
+ id="stop4260"
+ offset="0"
+ style="stop-color:#387a31;stop-opacity:1" />
+ <stop
+ id="stop4262"
+ offset="1"
+ style="stop-color:#397b3b;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4252"
+ inkscape:collect="always">
+ <stop
+ id="stop4254"
+ offset="0"
+ style="stop-color:#0d5269;stop-opacity:1" />
+ <stop
+ id="stop4256"
+ offset="1"
+ style="stop-color:#2d707c;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4246"
+ inkscape:collect="always">
+ <stop
+ id="stop4248"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop4250"
+ offset="1"
+ style="stop-color:#2d707c;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-0-4-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-3-0-0" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-4-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-7-9"
+ id="linearGradient12876-4-0-6-3"
+ x1="674.84711"
+ y1="180.63965"
+ x2="675.20258"
+ y2="166.79221"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-9">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-8" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-7-1"
+ id="linearGradient12878-2-7-1-1"
+ x1="413.01102"
+ y1="366.6012"
+ x2="429.94864"
+ y2="364.92181"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1270932,264.63772,-229.51558)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-1">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-9" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-7-96"
+ id="linearGradient12880-3-5-6-6"
+ x1="420.52402"
+ y1="378.7988"
+ x2="432.86548"
+ y2="381.80399"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1270932,264.63772,-229.51558)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-96">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-86" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-7-7"
+ id="linearGradient12868-4-7-0-0"
+ x1="396.0101"
+ y1="359.4902"
+ x2="396.21149"
+ y2="350.94641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1270932,265.19769,-229.45247)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-7">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-1" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-12" />
+ </linearGradient>
+ <linearGradient
+ y2="381.80399"
+ x2="432.86548"
+ y1="378.7988"
+ x1="420.52402"
+ gradientTransform="matrix(0,0.27903302,0.27903303,0,-96.392939,-104.7384)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3881-0"
+ xlink:href="#linearGradient12862-1-8-7-96-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-96-9">
+ <stop
+ style="stop-color:#203932;stop-opacity:1"
+ offset="0"
+ id="stop12864-3-6-2-86-2" />
+ <stop
+ style="stop-color:#31564a;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-8-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-7-75"
+ id="linearGradient12880-3-5-6-9"
+ x1="420.52402"
+ y1="378.7988"
+ x2="432.86548"
+ y2="381.80399"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1270932,264.63772,-229.51558)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-75">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-4" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-16" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4478"
+ id="linearGradient12878-2-7-1-2"
+ x1="413.01102"
+ y1="366.6012"
+ x2="429.94864"
+ y2="364.92181"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.354723)" />
+ <linearGradient
+ y2="364.92181"
+ x2="429.94864"
+ y1="366.6012"
+ x1="413.01102"
+ gradientTransform="matrix(0,0.27903302,0.27903303,0,-96.353305,-104.6999)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3847-1"
+ xlink:href="#linearGradient12862-1-8-7-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-1-9">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-9-6" />
+ <stop
+ style="stop-color:#31564a;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-1-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0,0.27903302,0.24756874,0,-39.521247,-178.59954)"
+ y2="166.79221"
+ x2="675.20258"
+ y1="180.63965"
+ x1="674.84711"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3813-8"
+ xlink:href="#linearGradient12862-1-8-7-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-9-7">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-8-0" />
+ <stop
+ style="stop-color:#31564a;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-0-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0.27903303,0,0,0.24756874,-178.60364,-39.53384)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4484"
+ id="linearGradient12876-4-0-6-7"
+ x1="674.84711"
+ y1="180.63965"
+ x2="675.20258"
+ y2="166.79221"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4490"
+ id="linearGradient12868-4-7-0-8"
+ x1="396.0101"
+ y1="359.4902"
+ x2="396.21149"
+ y2="350.94641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.60473,-96.339099)" />
+ <linearGradient
+ y2="350.94641"
+ x2="396.21149"
+ y1="359.4902"
+ x1="396.0101"
+ gradientTransform="matrix(0,-0.27903302,0.27903303,0,-96.327735,115.6161)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3915-6"
+ xlink:href="#linearGradient12862-1-8-7-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-7-5">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-1-6" />
+ <stop
+ style="stop-color:#31564a;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-12-9" />
+ </linearGradient>
+ <linearGradient
+ y2="381.80399"
+ x2="432.86548"
+ y1="378.7988"
+ x1="420.52402"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.354723)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3993"
+ xlink:href="#linearGradient4472"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4258"
+ id="linearGradient4086"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.24756874,-178.8909,996.82836)"
+ x1="684.11578"
+ y1="204.12044"
+ x2="666.19678"
+ y2="183.92403" />
+ <linearGradient
+ y2="381.80399"
+ x2="432.86548"
+ y1="378.7988"
+ x1="420.52402"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.354723)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3993-5"
+ xlink:href="#linearGradient12862-1-8-7-75-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-75-5">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-4-2" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-16-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4252"
+ id="linearGradient4190"
+ gradientUnits="userSpaceOnUse"
+ x1="427.92853"
+ y1="447.02145"
+ x2="440.35345"
+ y2="417.26108" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4515"
+ id="radialGradient4192"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2231981,-0.08344257,0.10167677,1.4904962,-139.87254,-174.00694)"
+ cx="433.36789"
+ cy="424.34106"
+ fx="433.36789"
+ fy="424.34106"
+ r="12.027534" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-0-4-3"
+ id="radialGradient4194"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4246"
+ id="linearGradient4196"
+ gradientUnits="userSpaceOnUse"
+ x1="427.53012"
+ y1="432.76639"
+ x2="425.4519"
+ y2="415.1088" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4258-3"
+ id="linearGradient4086-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.24756874,-178.8909,996.82836)"
+ x1="684.11578"
+ y1="204.12044"
+ x2="666.19678"
+ y2="183.92403" />
+ <linearGradient
+ id="linearGradient4258-3"
+ inkscape:collect="always">
+ <stop
+ id="stop4260-4"
+ offset="0"
+ style="stop-color:#387a31;stop-opacity:1" />
+ <stop
+ id="stop4262-6"
+ offset="1"
+ style="stop-color:#397b3b;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4252-7"
+ id="linearGradient4190-8"
+ gradientUnits="userSpaceOnUse"
+ x1="427.92853"
+ y1="447.02145"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient4252-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4254-1"
+ offset="0"
+ style="stop-color:#1d6279;stop-opacity:1" />
+ <stop
+ id="stop4256-4"
+ offset="1"
+ style="stop-color:#2d707c;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="381.80399"
+ x2="432.86548"
+ y1="378.7988"
+ x1="420.52402"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.35472)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4141-2"
+ xlink:href="#linearGradient4228-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4228-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4230-4"
+ offset="0"
+ style="stop-color:#203932;stop-opacity:1" />
+ <stop
+ id="stop4232-0"
+ offset="1"
+ style="stop-color:#314e4a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4222-4"
+ id="linearGradient4094-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.35472)"
+ x1="400.52957"
+ y1="388.32217"
+ x2="396.94577"
+ y2="399.07361" />
+ <linearGradient
+ id="linearGradient4222-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4224-9"
+ offset="0"
+ style="stop-color:#203c37;stop-opacity:1" />
+ <stop
+ id="stop4226-6"
+ offset="1"
+ style="stop-color:#31564a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4216-0"
+ id="linearGradient4097-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,940.00748)"
+ x1="393.36197"
+ y1="381.15457"
+ x2="385.57773"
+ y2="388.69827" />
+ <linearGradient
+ id="linearGradient4216-0"
+ inkscape:collect="always">
+ <stop
+ id="stop4218-3"
+ offset="0"
+ style="stop-color:#233e32;stop-opacity:1" />
+ <stop
+ id="stop4220-8"
+ offset="1"
+ style="stop-color:#31564a;stop-opacity:0.8650133" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4210-9"
+ id="linearGradient4100-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.35472)"
+ x1="393.4772"
+ y1="375.17487"
+ x2="379.65567"
+ y2="371.10898" />
+ <linearGradient
+ id="linearGradient4210-9"
+ inkscape:collect="always">
+ <stop
+ id="stop4212-8"
+ offset="0"
+ style="stop-color:#284539;stop-opacity:1" />
+ <stop
+ id="stop4214-5"
+ offset="1"
+ style="stop-color:#385653;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4204-6"
+ id="linearGradient4091-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.35472)"
+ x1="390.38361"
+ y1="362.80048"
+ x2="381.86542"
+ y2="360.85596" />
+ <linearGradient
+ id="linearGradient4204-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4206-3"
+ offset="0"
+ style="stop-color:#28483d;stop-opacity:1" />
+ <stop
+ id="stop4208-8"
+ offset="1"
+ style="stop-color:#31564a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4198-8"
+ id="linearGradient12868-4-7-0-8-7-6"
+ x1="396.0101"
+ y1="359.4902"
+ x2="396.21149"
+ y2="350.94641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.60473,-96.3391)" />
+ <linearGradient
+ id="linearGradient4198-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4200-3"
+ offset="0"
+ style="stop-color:#2d483d;stop-opacity:1" />
+ <stop
+ id="stop4202-0"
+ offset="1"
+ style="stop-color:#38564e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0.27903303,0,0,0.24756874,-178.60364,-39.53384)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4240-5"
+ id="linearGradient12876-4-0-6-7-3-6"
+ x1="674.84711"
+ y1="180.63965"
+ x2="675.20258"
+ y2="166.79221"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4240-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4242-0"
+ offset="0"
+ style="stop-color:#284539;stop-opacity:1" />
+ <stop
+ id="stop4244-3"
+ offset="1"
+ style="stop-color:#385653;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4234-5"
+ id="linearGradient12878-2-7-1-2-8-9"
+ x1="413.01102"
+ y1="366.6012"
+ x2="429.94864"
+ y2="364.92181"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.35472)" />
+ <linearGradient
+ id="linearGradient4234-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4236-7"
+ offset="0"
+ style="stop-color:#203932;stop-opacity:1" />
+ <stop
+ id="stop4238-1"
+ offset="1"
+ style="stop-color:#31564a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="388.69827"
+ x2="385.57773"
+ y1="381.15457"
+ x1="393.36197"
+ gradientTransform="matrix(0.27903303,0,0,0.27903304,-104.76098,-96.35472)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4382"
+ xlink:href="#linearGradient4216-0"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="0.064493671"
+ inkscape:cy="5.5843391"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="851"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3017" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="alt#1"
+ style="display:inline">
+ <path
+ inkscape:connector-curvature="0"
+ id="path12694-8"
+ d="m 12.82579,9.4971188 1.661134,0 1.422561,1.4112212"
+ style="fill:none;stroke:url(#linearGradient3993);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path12696-5"
+ d="m 10,6.9999994 1.508233,-1.4917651 0.983535,-2.4e-6 0.977902,0.9889529 1.541382,0"
+ style="fill:none;stroke:url(#linearGradient12878-2-7-1-2);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path12698-4"
+ d="m 8.497184,5.9999999 0,-1.4696695 1.0021304,-1.0554648 0,-1.4697487"
+ style="fill:none;stroke:url(#linearGradient12876-4-0-6-7);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path12700-8"
+ d="M 5.516768,6.0186776 5.4903436,0.99696"
+ style="fill:none;stroke:url(#linearGradient12868-4-7-0-8);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path12698-4-3"
+ d="m 6.0125902,8.501281 -1.4696698,0 -1.0554648,1.0021285 -1.4697478,0"
+ style="fill:none;stroke:url(#linearGradient3813-8);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path12696-5-5"
+ d="m 7.0014107,10.06109 -1.4917664,1.508234 -2.8e-6,0.983533 0.9889544,0.977904 0,1.541381"
+ style="fill:none;stroke:url(#linearGradient3847-1);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path12694-8-2"
+ d="m 9.4588992,12.848383 0,1.661134 1.4112208,1.422562"
+ style="fill:none;stroke:url(#linearGradient3881-0);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path12700-8-0"
+ d="M 6.0300382,5.4946057 1.0083225,5.5210287"
+ style="fill:none;stroke:url(#linearGradient3915-6);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient4194);fill-opacity:1;stroke:url(#linearGradient4196);stroke-width:7.19544077;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path12648-2-2"
+ sodipodi:cx="433.45645"
+ sodipodi:cy="431.08047"
+ sodipodi:rx="11.313708"
+ sodipodi:ry="14.937631"
+ d="m 444.77016,431.08047 a 11.313708,14.937631 0 1 1 -22.62742,0 11.313708,14.937631 0 1 1 22.62742,0 z"
+ transform="matrix(0.0982715,-0.0982715,0.0982715,0.0982715,-78.62319,1042.923)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient4192);fill-opacity:1;stroke:none;display:inline"
+ id="path12648-9"
+ sodipodi:cx="433.45645"
+ sodipodi:cy="431.08047"
+ sodipodi:rx="11.313708"
+ sodipodi:ry="14.937631"
+ d="m 444.77016,431.08047 a 11.313708,14.937631 0 1 1 -22.62742,0 11.313708,14.937631 0 1 1 22.62742,0 z"
+ transform="matrix(0.19686609,-0.19686609,0.1968661,0.1968661,-161.15278,1045.6329)" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4086);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 5.88715,1042.2397 5.808198,5.8082"
+ id="path12686-5"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient4190);stroke-width:3.76581596999999979;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path12648-1-6"
+ sodipodi:cx="433.45645"
+ sodipodi:cy="431.08047"
+ sodipodi:rx="11.313708"
+ sodipodi:ry="14.937631"
+ d="m 444.77016,431.08047 a 11.313708,14.937631 0 1 1 -22.62742,0 11.313708,14.937631 0 1 1 22.62742,0 z"
+ transform="matrix(0.18984474,-0.18571766,0.18984475,0.18571767,-155.10466,1045.8163)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#2e6a22;fill-opacity:1;stroke:#2e6a22;stroke-width:3.76581597;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path12648-1-6-2"
+ sodipodi:cx="433.45645"
+ sodipodi:cy="431.08047"
+ sodipodi:rx="11.313708"
+ sodipodi:ry="14.937631"
+ d="m 431.37184,416.3986 a 11.313708,14.937631 0 0 1 4.54485,0.1017"
+ transform="matrix(0.18984474,-0.18571766,0.18984475,0.18571767,-155.10466,1045.8163)"
+ sodipodi:start="4.5270744"
+ sodipodi:end="4.931597"
+ sodipodi:open="true" />
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/jperspective.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/jperspective.svg
new file mode 100644
index 000000000..6f6da9194
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/jperspective.svg
@@ -0,0 +1,272 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="jperspective.svg">
+ <defs
+ id="defs4">
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-4"
+ id="radialGradient11268-5-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-239.76818,-165.74471)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-72" />
+ <stop
+ id="stop11152-9-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-2"
+ id="radialGradient11270-4-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-228.89318,-165.74471)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-9" />
+ <stop
+ id="stop11152-8-4-35"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-30"
+ id="radialGradient11272-3-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-239.76818,-154.86971)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5-30">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-9" />
+ <stop
+ id="stop11152-6-7-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-7"
+ id="radialGradient11274-3-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-228.89318,-154.86971)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-8" />
+ <stop
+ id="stop11152-8-8-6-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11298-3-4"
+ xlink:href="#linearGradient10856-6-3-0-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-0">
+ <stop
+ id="stop10858-0-7-6-0"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-0" />
+ <stop
+ id="stop10862-3-3-8-2"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-4" />
+ <stop
+ id="stop10806-6-8-5-3-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-0" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5160"
+ xlink:href="#linearGradient10798-1-9-3-7-7"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="6.8671666"
+ inkscape:cy="6.9202915"
+ inkscape:document-units="px"
+ inkscape:current-layer="g11331-3"
+ showgrid="true"
+ inkscape:window-width="846"
+ inkscape:window-height="777"
+ inkscape:window-x="932"
+ inkscape:window-y="668"
+ inkscape:window-maximized="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3902" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-104.52871,915.34629)"
+ style="display:inline"
+ id="g11331-3">
+ <path
+ sodipodi:nodetypes="ssscccssscccscss"
+ inkscape:connector-curvature="0"
+ id="path10927-5-7"
+ d="m 415.7658,462.33392 c -0.78811,-0.0635 -1.71385,-0.21503 -2.4572,-0.40219 -1.15352,-0.29043 -1.03859,0.0556 -1.03859,-3.1271 0,-1.66619 0.0328,-2.76503 0.0831,-2.78218 0.0456,-0.0156 0.13503,0.005 0.1987,0.0459 0.20645,0.13245 1.25464,0.59088 1.60168,0.70054 0.79425,0.25095 1.98598,0.37856 2.82546,0.30255 1.86095,-0.16848 3.12203,-1.07109 3.75632,-2.68853 0.5115,-1.30432 0.48576,-0.79854 0.53839,-10.58445 l 0.0485,-9.00201 3.53246,0 3.53248,0 0.0262,8.39212 c 0.0272,8.67486 -0.002,9.69018 -0.33092,11.27084 -0.66555,3.20509 -2.54905,5.61681 -5.34143,6.83944 -1.87712,0.82186 -4.60239,1.2263 -6.97504,1.03512 z"
+ style="fill:#366c9a;fill-opacity:1;display:inline" />
+ <g
+ transform="translate(20,0)"
+ id="g11260-4">
+ <rect
+ y="438.95068"
+ x="363.69003"
+ height="10.875"
+ width="10.875"
+ id="rect10961-8"
+ style="fill:url(#radialGradient11268-5-5);fill-opacity:1;stroke:#694337;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <rect
+ y="438.95068"
+ x="374.56503"
+ height="10.875"
+ width="10.875"
+ id="rect10961-9-0"
+ style="fill:url(#radialGradient11270-4-5);fill-opacity:1;stroke:#694337;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <rect
+ y="449.82568"
+ x="363.69003"
+ height="10.875"
+ width="10.875"
+ id="rect10961-3-9"
+ style="fill:url(#radialGradient11272-3-8);fill-opacity:1;stroke:#694337;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <rect
+ y="449.82568"
+ x="374.56503"
+ height="10.875"
+ width="10.875"
+ id="rect10961-9-6-4"
+ style="fill:url(#radialGradient11274-3-3);fill-opacity:1;stroke:#694337;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ style="fill:none;stroke:#694337;stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 359.15637,449.81582 30.58237,0"
+ id="path11108-6"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#694337;stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 374.44755,434.52463 0,30.58237"
+ id="path11108-8-0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ transform="matrix(1.0249809,0,0,1.0249809,7.3028442,-1.4899793)"
+ d="m 398.75,468.23718 a 10.625,10.625 0 1 1 -21.25,0 10.625,10.625 0 1 1 21.25,0 z"
+ sodipodi:ry="10.625"
+ sodipodi:rx="10.625"
+ sodipodi:cy="468.23718"
+ sodipodi:cx="388.125"
+ id="path10796-7-1"
+ style="fill:url(#linearGradient11298-3-4);fill-opacity:1;stroke:#4c4277;stroke-width:3.36212635;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.0113298,0,0,1.0113298,-5.5043175,-5.7660141)"
+ d="m 398.75,468.23718 a 10.625,10.625 0 1 1 -21.25,0 10.625,10.625 0 1 1 21.25,0 z"
+ sodipodi:ry="10.625"
+ sodipodi:rx="10.625"
+ sodipodi:cy="468.23718"
+ sodipodi:cx="388.125"
+ id="path10796-2"
+ style="fill:url(#linearGradient5160);fill-opacity:1;stroke:#14733c;stroke-width:3.36212635;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:type="arc" />
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newclass_wiz.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newclass_wiz.svg
new file mode 100644
index 000000000..9d02700f9
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newclass_wiz.svg
@@ -0,0 +1,861 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="newclass_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="462.11539"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3929-5"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-0-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-0-9-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-9-8-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4-3-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-2-9-2" />
+ </linearGradient>
+ <mask
+ id="mask8465"
+ maskUnits="userSpaceOnUse">
+ <path
+ inkscape:connector-curvature="0"
+ id="path8467"
+ d="m 2.005808,1041.3724 0,0.5 0,11.0313 0,0.5 0.5,0 12.9375,0 0.5,0 0,-0.5 0,-11.0313 0,-0.5 -0.5,0 -12.9375,0 -0.5,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ </mask>
+ <linearGradient
+ id="linearGradient7540-6-33-6-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3-3" />
+ <stop
+ id="stop7544-5-3-8-5"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0-9" />
+ </linearGradient>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7740-1-3-1"
+ xlink:href="#linearGradient7540-6-33-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-2-3-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7-5" />
+ <stop
+ id="stop7544-8-2-0"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7738-6-2-3"
+ xlink:href="#linearGradient7540-2-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7272-66-4-5-5-5"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0-1-7-4"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6-3-9-1"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ gradientTransform="matrix(0.95585117,0,0,0.95585117,-0.71992063,45.488394)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7736-9-7-1"
+ xlink:href="#linearGradient7272-66-4-5-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4082-3">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084-8" />
+ <stop
+ id="stop4864-7"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.0001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4063-8"
+ xlink:href="#linearGradient4082-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4994-4-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-9"
+ offset="0"
+ style="stop-color:#c5dff4;stop-opacity:1" />
+ <stop
+ id="stop4998-5-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1"
+ xlink:href="#linearGradient4994-4-5"
+ inkscape:collect="always"
+ gradientTransform="translate(18,1.999963)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-5" />
+ <stop
+ style="stop-color:#c5dff4;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-1" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-13"
+ gradientTransform="translate(18,-4.000037)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-4"
+ xlink:href="#linearGradient4910-4-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4810-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-0"
+ offset="0"
+ style="stop-color:#be9a4b;stop-opacity:1" />
+ <stop
+ id="stop4814-4"
+ offset="1"
+ style="stop-color:#7f7542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5"
+ id="linearGradient4046-24"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.000063)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient7540-2-3-8-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7-5-3" />
+ <stop
+ id="stop7544-8-2-0-5"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7-9-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3-3-3" />
+ <stop
+ id="stop7544-5-3-8-5-1"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1-2-20"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0-9-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7272-66-4-5-5-5-8"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0-1-7-4-7"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6-3-9-1-4"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-3-8-7"
+ id="linearGradient10540"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-3-7"
+ id="linearGradient10542"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-5-5-8"
+ id="linearGradient10544"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95585117,0,0,0.95585117,-0.71992063,45.488394)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <filter
+ color-interpolation-filters="sRGB"
+ height="1.4800004"
+ y="-0.24000017"
+ width="1.4799995"
+ x="-0.23999982"
+ id="filter8410-9-1"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur8412-2-6"
+ stdDeviation="1.4653611"
+ inkscape:collect="always" />
+ </filter>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask10620">
+ <path
+ sodipodi:type="arc"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.16621375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;font-family:Sans"
+ id="path10622"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 a 10.625,10.625 0 1 1 -21.25,0 10.625,10.625 0 1 1 21.25,0 z"
+ transform="matrix(0.55482947,0,0,0.55482947,-206.96039,787.08655)" />
+ </mask>
+ <filter
+ id="filter7474-3-2-7-4-5"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7476-5-5-6-7-9"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7486-6-6-5-5-6"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7488-95-0-1-4-4"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7478-9-8-2-6-2"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7480-8-8-9-2-7"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7482-8-1-5-4-2"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7484-3-5-6-9-3"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-3-8-7-8"
+ id="linearGradient10540-1"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-2-3-8-7-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7-5-3-2" />
+ <stop
+ id="stop7544-8-2-0-5-6"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7-9-5-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9-2-4-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-3-7-4"
+ id="linearGradient10542-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-7-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3-3-3-3" />
+ <stop
+ id="stop7544-5-3-8-5-1-8"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1-2-20-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0-9-1-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-5-5-8-6"
+ id="linearGradient10544-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95585117,0,0,0.95585117,-0.71992063,45.488394)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <linearGradient
+ id="linearGradient7272-66-4-5-5-5-8-6"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0-1-7-4-7-6"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6-3-9-1-4-9"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="6.9843998"
+ x2="10.007812"
+ y1="5"
+ x1="10"
+ gradientTransform="translate(-15.015625,1046.6356)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6323-7-1-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5068-6-9-4-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5070-8-0-4-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5072-3-6-1-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1045.3466"
+ x2="12"
+ y1="1043.3622"
+ x1="12"
+ id="linearGradient5084-3-3-2-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="15.007812"
+ y1="1043.3622"
+ x1="13"
+ id="linearGradient5086-8-0-8-5"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.3622"
+ x2="10.007812"
+ y1="1042.3622"
+ x1="12"
+ id="linearGradient5082-1-0-8-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1041.3466"
+ x2="8.0078125"
+ y1="1041.3622"
+ x1="10"
+ id="linearGradient5078-8-2-1-4"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1038.3466"
+ x2="10.007812"
+ y1="1040.3622"
+ x1="10"
+ id="linearGradient5076-5-2-9-8"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3500-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="12"
+ y1="1038.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="14"
+ y1="1041.3622"
+ x1="14"
+ id="linearGradient5088-1-4-8-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4528-9-5-7-9-7-3"
+ id="radialGradient3091-1-9-6-4-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8508179,-8.813921e-6,8.4531434e-6,1.7750589,644.24981,572.63612)"
+ cx="-757.20496"
+ cy="-738.83777"
+ fx="-757.20496"
+ fy="-738.83777"
+ r="3.4803574" />
+ <linearGradient
+ id="linearGradient4528-9-5-7-9-7-3">
+ <stop
+ style="stop-color:#e0c576;stop-opacity:1;"
+ offset="0"
+ id="stop4530-0-5-0-5-8-4" />
+ <stop
+ style="stop-color:#9e7916;stop-opacity:1"
+ offset="1"
+ id="stop4532-7-9-3-3-6-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6281-8-0-1-6-6-4-2-8-0"
+ id="linearGradient3093-5-2-7-0-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3199889,0,0,2.3199889,10.199693,1043.1852)"
+ x1="0.9375"
+ y1="4.8437853"
+ x2="0.9375"
+ y2="7.549418" />
+ <linearGradient
+ id="linearGradient6281-8-0-1-6-6-4-2-8-0">
+ <stop
+ id="stop6283-0-2-2-1-2-0-1-6-0"
+ offset="0"
+ style="stop-color:#f7f9fb;stop-opacity:1" />
+ <stop
+ id="stop6285-5-0-9-7-6-9-9-1-9"
+ offset="1"
+ style="stop-color:#ffd680;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3329"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,1046.6356)"
+ x1="10"
+ y1="5"
+ x2="10.007812"
+ y2="6.9843998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3331"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="12"
+ y1="1043.3622"
+ x2="12"
+ y2="1045.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="13"
+ y1="1043.3622"
+ x2="15.007812"
+ y2="1043.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3335"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="12"
+ y1="1042.3622"
+ x2="10.007812"
+ y2="1042.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="10"
+ y1="1041.3622"
+ x2="8.0078125"
+ y2="1041.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3339"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="10"
+ y1="1040.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3341"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="12"
+ y1="1038.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3343"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="14"
+ y1="1041.3622"
+ x2="14"
+ y2="1043.3466" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4528-9-5-7-9-7-3"
+ id="radialGradient3345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8508179,-8.813921e-6,8.4531434e-6,1.7750589,644.24981,572.63612)"
+ cx="-757.20496"
+ cy="-738.83777"
+ fx="-757.20496"
+ fy="-738.83777"
+ r="3.4803574" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6281-8-0-1-6-6-4-2-8-0"
+ id="linearGradient3347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3199889,0,0,2.3199889,10.199693,1043.1852)"
+ x1="0.9375"
+ y1="4.8437853"
+ x2="0.9375"
+ y2="7.549418" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="12.475473"
+ inkscape:cy="9.1136036"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6124-3"
+ showgrid="true"
+ inkscape:window-width="1419"
+ inkscape:window-height="939"
+ inkscape:window-x="1039"
+ inkscape:window-y="236"
+ inkscape:window-maximized="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid10382" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-100.53208,912.07901)"
+ style="display:inline"
+ id="g11331-3-1-1">
+ <g
+ id="g13408-8"
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1" />
+ </g>
+ <g
+ transform="matrix(-1,0,0,1,16.12959,8.0140628)"
+ style="display:inline"
+ id="g6124-3">
+ <g
+ transform="scale(-1,1)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text6430" />
+ <g
+ transform="scale(-1,1)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ id="g6438">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient3929-5);fill-opacity:1;stroke:#14733c;stroke-width:1.76780156;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path10796-2-6-2"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 c 0,5.86803 -4.75697,10.625 -10.625,10.625 -5.86803,0 -10.625,-4.75697 -10.625,-10.625 0,-5.86802 4.75697,-10.625 10.625,-10.625 5.86803,0 10.625,4.75698 10.625,10.625 z"
+ transform="matrix(0.56567435,0,0,0.56567435,-228.23145,772.02786)" />
+ <g
+ id="g8461-0"
+ mask="url(#mask10620)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ transform="translate(-16.999387,-10.043212)">
+ <g
+ id="g7590-1-0-4"
+ transform="matrix(0.51237963,0,0,0.51237963,21.788022,514.89288)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline">
+ <path
+ sodipodi:nodetypes="czczczczc"
+ inkscape:connector-curvature="0"
+ id="rect6501-1-6-8-6"
+ d="m -16.30668,1023.0143 c 0,0 0.754772,2.7548 2.663409,4.6634 1.908637,1.9086 4.663405,2.6634 4.663405,2.6634 0,0 -2.739141,0.7391 -4.663398,2.6634 -1.924257,1.9243 -2.663409,4.6634 -2.663409,4.6634 0,0 -0.676645,-2.6766 -2.66341,-4.6634 -1.986765,-1.9868 -4.663405,-2.6634 -4.663405,-2.6634 0,0 2.801649,-0.8017 4.663405,-2.6634 1.861756,-1.8618 2.663403,-4.6634 2.663403,-4.6634 z"
+ style="opacity:0.85;fill:#ffffff;stroke:#ffffff;stroke-width:5.85503387;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter8410-9-1)" />
+ </g>
+ </g>
+ <g
+ id="g10525"
+ transform="translate(0.0625,0.625)">
+ <g
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ transform="matrix(0.51237963,0,0,0.51237963,4.5386346,504.16212)"
+ id="g7590-1-9" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path6435"
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;font-family:Sans;-inkscape-font-specification:Sans Bold;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m -6.1145293,1039.9103 c -0.3436637,0.1686 -0.7019101,0.2957 -1.0747399,0.3817 -0.3728412,0.086 -0.7618868,0.1287 -1.1671384,0.1287 -1.2092879,0 -2.1673154,-0.3189 -2.8740774,-0.9568 -0.706768,-0.6409 -1.060152,-1.5086 -1.060151,-2.6033 -1e-6,-1.0979 0.353383,-1.9656 1.060151,-2.6035 0.706762,-0.6409 1.6647895,-0.9613 2.8740774,-0.9613 0.4052516,0 0.7942972,0.043 1.1671384,0.1287 0.3728298,0.086 0.7310762,0.2132 1.0747399,0.3818 l 0,1.4214 c -0.3469059,-0.2238 -0.6889419,-0.3881 -1.0261093,-0.4923 -0.3371785,-0.1042 -0.6921826,-0.1564 -1.0650136,-0.1564 -0.6678664,0 -1.1930781,0.2025 -1.5756371,0.6073 -0.3825637,0.4049 -0.5738437,0.9627 -0.5738417,1.6743 -2e-6,0.7084 0.191278,1.2648 0.5738417,1.6696 0.382559,0.4048 0.9077707,0.6072 1.5756371,0.6072 0.372831,0 0.7278351,-0.052 1.0650136,-0.1564 0.3371674,-0.1043 0.6792034,-0.2683 1.0261093,-0.4922 l 0,1.4215" />
+ </g>
+ <g
+ style="display:inline"
+ id="g6432"
+ transform="matrix(-1,0,0,1,1.137506,-18.25614)">
+ <path
+ style="fill:url(#linearGradient3329);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1053.62 2,0 1.492188,-1.4844 -2.0312504,0 z"
+ id="path5581-1-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient3331);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1055.62 4,0 0,-1 -0.476562,-0.4844 -2.03125,0 z"
+ id="path5581-1-1-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3333);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.484375,1052.1356 0,2 0.476562,0.4844 0,-2 z"
+ id="path5581-1-1-7"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3335);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1053.62 0,2 1.492188,-1.4844 0,-2 z"
+ id="path5581-1-1-6"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3337);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1048.62 0,5 1.4609376,-1.4844 0,-2 z"
+ id="path5581-1-1-1"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3339);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 -2,0 1.4609375,1.5156 2.0312505,0 z"
+ id="path5581-1-1-89"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3341);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 0,0 1.503907,1.5273 0,-1.5156 z"
+ id="path5581-1-1-2"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3343);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.011718,1052.1356 -0.472657,0 0.476563,0.4844 -0.0039,0 z"
+ id="path5581-1-1-79"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ style="display:inline"
+ id="g4514"
+ transform="translate(-5.536708,-5.6240351)">
+ <g
+ id="g4522"
+ transform="translate(-9.9375,0)">
+ <rect
+ style="fill:url(#radialGradient3345);fill-opacity:1;stroke:#a27d18;stroke-width:1.03243756;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect3910"
+ width="4.5825453"
+ height="4.454073"
+ x="-758.82336"
+ y="-740.41083"
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path5581-5-5"
+ d="m 12.471186,1054.309 1.001133,0 0,1.946 1.986639,0 0,1.0167 -1.986639,0 0,2.043 -1.001133,0 0,-2.043 -1.98664,0 0,-1.0167 1.98664,0 z"
+ style="fill:url(#linearGradient3347);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newenum_wiz.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newenum_wiz.svg
new file mode 100644
index 000000000..b3e5c331f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newenum_wiz.svg
@@ -0,0 +1,566 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="newenum_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="459.24786"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3929-5"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-0-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-0-9-1">
+ <stop
+ style="stop-color:#a17748;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-9-8-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4-3-2"
+ offset="0.5"
+ style="stop-color:#8e5c24;stop-opacity:1" />
+ <stop
+ style="stop-color:#c7af93;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-2-9-2" />
+ </linearGradient>
+ <filter
+ id="filter7474-3-2-7-4"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7476-5-5-6-7"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7486-6-6-5-5"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7488-95-0-1-4"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7478-9-8-2-6"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7480-8-8-9-2"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7482-8-1-5-4"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7484-3-5-6-9"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient7540-2-3-8-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7-5-3" />
+ <stop
+ id="stop7544-8-2-0-5"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7-9-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3-3-3" />
+ <stop
+ id="stop7544-5-3-8-5-1"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1-2-20"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0-9-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7272-66-4-5-5-5-8"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0-1-7-4-7"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6-3-9-1-4"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-3-8-7"
+ id="linearGradient10540"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-3-7"
+ id="linearGradient10542"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-5-5-8"
+ id="linearGradient10544"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95585117,0,0,0.95585117,-0.71992063,45.488394)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <filter
+ color-interpolation-filters="sRGB"
+ height="1.4800004"
+ y="-0.24000017"
+ width="1.4799995"
+ x="-0.23999982"
+ id="filter8410-9-1"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur8412-2-6"
+ stdDeviation="1.4653611"
+ inkscape:collect="always" />
+ </filter>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask10620">
+ <path
+ sodipodi:type="arc"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.16621375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;font-family:Sans"
+ id="path10622"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 a 10.625,10.625 0 1 1 -21.25,0 10.625,10.625 0 1 1 21.25,0 z"
+ transform="matrix(0.55482947,0,0,0.55482947,-206.96039,787.08655)" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter8104">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.15625"
+ id="feGaussianBlur8106" />
+ </filter>
+ <linearGradient
+ y2="6.9843998"
+ x2="10.007812"
+ y1="5"
+ x1="10"
+ gradientTransform="translate(-15.015625,1046.6356)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6323-7-1-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5068-6-9-4-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5070-8-0-4-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5072-3-6-1-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1045.3466"
+ x2="12"
+ y1="1043.3622"
+ x1="12"
+ id="linearGradient5084-3-3-2-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="15.007812"
+ y1="1043.3622"
+ x1="13"
+ id="linearGradient5086-8-0-8-5"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.3622"
+ x2="10.007812"
+ y1="1042.3622"
+ x1="12"
+ id="linearGradient5082-1-0-8-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1041.3466"
+ x2="8.0078125"
+ y1="1041.3622"
+ x1="10"
+ id="linearGradient5078-8-2-1-4"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1038.3466"
+ x2="10.007812"
+ y1="1040.3622"
+ x1="10"
+ id="linearGradient5076-5-2-9-8"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3500-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="12"
+ y1="1038.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="14"
+ y1="1041.3622"
+ x1="14"
+ id="linearGradient5088-1-4-8-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4528-9-5-7-9-7-3"
+ id="radialGradient3091-1-9-6-4-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8508179,-8.813921e-6,8.4531434e-6,1.7750589,644.24981,572.63612)"
+ cx="-757.20496"
+ cy="-738.83777"
+ fx="-757.20496"
+ fy="-738.83777"
+ r="3.4803574" />
+ <linearGradient
+ id="linearGradient4528-9-5-7-9-7-3">
+ <stop
+ style="stop-color:#e0c576;stop-opacity:1;"
+ offset="0"
+ id="stop4530-0-5-0-5-8-4" />
+ <stop
+ style="stop-color:#9e7916;stop-opacity:1"
+ offset="1"
+ id="stop4532-7-9-3-3-6-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6281-8-0-1-6-6-4-2-8-0"
+ id="linearGradient3093-5-2-7-0-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3199889,0,0,2.3199889,10.199693,1043.1852)"
+ x1="0.9375"
+ y1="4.8437853"
+ x2="0.9375"
+ y2="7.549418" />
+ <linearGradient
+ id="linearGradient6281-8-0-1-6-6-4-2-8-0">
+ <stop
+ id="stop6283-0-2-2-1-2-0-1-6-0"
+ offset="0"
+ style="stop-color:#f7f9fb;stop-opacity:1" />
+ <stop
+ id="stop6285-5-0-9-7-6-9-9-1-9"
+ offset="1"
+ style="stop-color:#ffd680;stop-opacity:1" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="15.489767"
+ inkscape:cy="9.2467778"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6438"
+ showgrid="true"
+ inkscape:window-width="925"
+ inkscape:window-height="847"
+ inkscape:window-x="1325"
+ inkscape:window-y="294"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid10382" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-100.53208,912.07901)"
+ style="display:inline"
+ id="g11331-3-1-1">
+ <g
+ id="g13408-8"
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1" />
+ </g>
+ <g
+ transform="matrix(-1,0,0,1,16.12959,8.0140628)"
+ style="display:inline"
+ id="g6124-3">
+ <g
+ transform="scale(-1,1)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text6430" />
+ <g
+ transform="scale(-1,1)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ id="g6438">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient3929-5);fill-opacity:1;stroke:#905e27;stroke-width:2.16621374999999983;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path10796-2-6-2"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 c 0,5.86803 -4.75697,10.625 -10.625,10.625 -5.86803,0 -10.625,-4.75697 -10.625,-10.625 0,-5.86802 4.75697,-10.625 10.625,-10.625 5.86803,0 10.625,4.75698 10.625,10.625 z"
+ transform="matrix(0.55482947,0,0,0.55482947,-223.95978,777.04334)" />
+ <g
+ id="g8461-0"
+ mask="url(#mask10620)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ transform="translate(-16.999387,-10.043212)">
+ <g
+ id="g7590-1-0-4"
+ transform="matrix(0.51237963,0,0,0.51237963,21.788022,514.89288)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline">
+ <path
+ sodipodi:nodetypes="czczczczc"
+ inkscape:connector-curvature="0"
+ id="rect6501-1-6-8-6"
+ d="m -16.30668,1023.0143 c 0,0 0.754772,2.7548 2.663409,4.6634 1.908637,1.9086 4.663405,2.6634 4.663405,2.6634 0,0 -2.739141,0.7391 -4.663398,2.6634 -1.924257,1.9243 -2.663409,4.6634 -2.663409,4.6634 0,0 -0.676645,-2.6766 -2.66341,-4.6634 -1.986765,-1.9868 -4.663405,-2.6634 -4.663405,-2.6634 0,0 2.801649,-0.8017 4.663405,-2.6634 1.861756,-1.8618 2.663403,-4.6634 2.663403,-4.6634 z"
+ style="opacity:0.85;fill:#ffffff;stroke:#ffffff;stroke-width:5.85503387;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter8410-9-1)" />
+ </g>
+ </g>
+ <g
+ id="g8046"
+ transform="translate(-21,1.9999927)">
+ <rect
+ y="1031.3481"
+ x="9.87041"
+ height="7"
+ width="2"
+ id="rect7222"
+ style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ <rect
+ y="1031.3481"
+ x="9.87041"
+ height="1.03125"
+ width="5.46875"
+ id="rect7222-7"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans" />
+ <rect
+ y="1037.3481"
+ x="9.87041"
+ height="1.03125"
+ width="5.46875"
+ id="rect7222-7-2"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans" />
+ <rect
+ y="1034.3481"
+ x="9.87041"
+ height="1.03125"
+ width="4.96875"
+ id="rect7222-7-2-5"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans" />
+ </g>
+ <g
+ id="g10525"
+ transform="translate(0.25,0.6875)" />
+ <g
+ style="font-size:13.58917427000000089px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter8104);font-family:Sans;opacity:0.5"
+ id="g8046-4"
+ transform="translate(-20.875,2.1249927)">
+ <rect
+ y="1031.3481"
+ x="9.87041"
+ height="7"
+ width="2"
+ id="rect7222-4"
+ style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ <rect
+ y="1031.3481"
+ x="9.87041"
+ height="1.03125"
+ width="5.46875"
+ id="rect7222-7-3"
+ style="font-size:13.58917427000000089px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans" />
+ <rect
+ y="1037.3481"
+ x="9.87041"
+ height="1.03125"
+ width="5.46875"
+ id="rect7222-7-2-3"
+ style="font-size:13.58917427000000089px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans" />
+ <rect
+ y="1034.3481"
+ x="9.87041"
+ height="1.03125"
+ width="4.96875"
+ id="rect7222-7-2-5-4"
+ style="font-size:13.58917427000000089px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans" />
+ </g>
+ <g
+ style="display:inline"
+ id="g6432"
+ transform="translate(-1.106256,-18.25614)">
+ <path
+ style="fill:url(#linearGradient6323-7-1-1);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1053.62 2,0 1.492188,-1.4844 -2.0312504,0 z"
+ id="path5581-1-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient5084-3-3-2-6);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1055.62 4,0 0,-1 -0.476562,-0.4844 -2.03125,0 z"
+ id="path5581-1-1-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5086-8-0-8-5);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.484375,1052.1356 0,2 0.476562,0.4844 0,-2 z"
+ id="path5581-1-1-7"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5082-1-0-8-1);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1053.62 0,2 1.492188,-1.4844 0,-2 z"
+ id="path5581-1-1-6"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5078-8-2-1-4);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1048.62 0,5 1.4609376,-1.4844 0,-2 z"
+ id="path5581-1-1-1"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5076-5-2-9-8);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 -2,0 1.4609375,1.5156 2.0312505,0 z"
+ id="path5581-1-1-89"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3500-5);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 0,0 1.503907,1.5273 0,-1.5156 z"
+ id="path5581-1-1-2"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5088-1-4-8-6);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.011718,1052.1356 -0.472657,0 0.476563,0.4844 -0.0039,0 z"
+ id="path5581-1-1-79"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ style="display:inline"
+ id="g4514"
+ transform="translate(-5.536708,-5.6240351)">
+ <g
+ id="g4522"
+ transform="translate(-9.9375,0)">
+ <rect
+ style="fill:url(#radialGradient3091-1-9-6-4-6);fill-opacity:1;stroke:#a27d18;stroke-width:1.03243756;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect3910"
+ width="4.5825453"
+ height="4.454073"
+ x="-758.82336"
+ y="-740.41083"
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path5581-5-5"
+ d="m 12.471186,1054.309 1.001133,0 0,1.946 1.986639,0 0,1.0167 -1.986639,0 0,2.043 -1.001133,0 0,-2.043 -1.98664,0 0,-1.0167 1.98664,0 z"
+ style="fill:url(#linearGradient3093-5-2-7-0-9);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newint_wiz.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newint_wiz.svg
new file mode 100644
index 000000000..9b24d8e77
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newint_wiz.svg
@@ -0,0 +1,508 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="newint_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="462.11539"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3929-5"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-0-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-0-9-1">
+ <stop
+ style="stop-color:#7564b1;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-9-8-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4-3-2"
+ offset="0.5"
+ style="stop-color:#5d4aa1;stop-opacity:1" />
+ <stop
+ style="stop-color:#9283c3;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-2-9-2" />
+ </linearGradient>
+ <filter
+ id="filter7474-3-2-7-4"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7476-5-5-6-7"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7486-6-6-5-5"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7488-95-0-1-4"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7478-9-8-2-6"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7480-8-8-9-2"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7482-8-1-5-4"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7484-3-5-6-9"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient7540-2-3-8-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7-5-3" />
+ <stop
+ id="stop7544-8-2-0-5"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7-9-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3-3-3" />
+ <stop
+ id="stop7544-5-3-8-5-1"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1-2-20"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0-9-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7272-66-4-5-5-5-8"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0-1-7-4-7"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6-3-9-1-4"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-3-8-7"
+ id="linearGradient10540"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-3-7"
+ id="linearGradient10542"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-5-5-8"
+ id="linearGradient10544"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95585117,0,0,0.95585117,-0.71992063,45.488394)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <filter
+ color-interpolation-filters="sRGB"
+ height="1.4800004"
+ y="-0.24000017"
+ width="1.4799995"
+ x="-0.23999982"
+ id="filter8410-9-1"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur8412-2-6"
+ stdDeviation="1.4653611"
+ inkscape:collect="always" />
+ </filter>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask10620">
+ <path
+ sodipodi:type="arc"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.16621375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;font-family:Sans"
+ id="path10622"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 a 10.625,10.625 0 1 1 -21.25,0 10.625,10.625 0 1 1 21.25,0 z"
+ transform="matrix(0.55482947,0,0,0.55482947,-206.96039,787.08655)" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter8047">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.13789128"
+ id="feGaussianBlur8049" />
+ </filter>
+ <linearGradient
+ y2="6.9843998"
+ x2="10.007812"
+ y1="5"
+ x1="10"
+ gradientTransform="translate(-15.015625,1046.6356)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6323-7-1-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5068-6-9-4-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5070-8-0-4-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5072-3-6-1-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1045.3466"
+ x2="12"
+ y1="1043.3622"
+ x1="12"
+ id="linearGradient5084-3-3-2-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="15.007812"
+ y1="1043.3622"
+ x1="13"
+ id="linearGradient5086-8-0-8-5"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.3622"
+ x2="10.007812"
+ y1="1042.3622"
+ x1="12"
+ id="linearGradient5082-1-0-8-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1041.3466"
+ x2="8.0078125"
+ y1="1041.3622"
+ x1="10"
+ id="linearGradient5078-8-2-1-4"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1038.3466"
+ x2="10.007812"
+ y1="1040.3622"
+ x1="10"
+ id="linearGradient5076-5-2-9-8"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3500-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="12"
+ y1="1038.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="14"
+ y1="1041.3622"
+ x1="14"
+ id="linearGradient5088-1-4-8-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4528-9-5-7-9-7-3"
+ id="radialGradient3091-1-9-6-4-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8508179,-8.813921e-6,8.4531434e-6,1.7750589,644.24981,572.63612)"
+ cx="-757.20496"
+ cy="-738.83777"
+ fx="-757.20496"
+ fy="-738.83777"
+ r="3.4803574" />
+ <linearGradient
+ id="linearGradient4528-9-5-7-9-7-3">
+ <stop
+ style="stop-color:#e0c576;stop-opacity:1;"
+ offset="0"
+ id="stop4530-0-5-0-5-8-4" />
+ <stop
+ style="stop-color:#9e7916;stop-opacity:1"
+ offset="1"
+ id="stop4532-7-9-3-3-6-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6281-8-0-1-6-6-4-2-8-0"
+ id="linearGradient3093-5-2-7-0-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3199889,0,0,2.3199889,10.199693,1043.1852)"
+ x1="0.9375"
+ y1="4.8437853"
+ x2="0.9375"
+ y2="7.549418" />
+ <linearGradient
+ id="linearGradient6281-8-0-1-6-6-4-2-8-0">
+ <stop
+ id="stop6283-0-2-2-1-2-0-1-6-0"
+ offset="0"
+ style="stop-color:#f7f9fb;stop-opacity:1" />
+ <stop
+ id="stop6285-5-0-9-7-6-9-9-1-9"
+ offset="1"
+ style="stop-color:#ffd680;stop-opacity:1" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="15.763713"
+ inkscape:cy="7.9239226"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="925"
+ inkscape:window-height="847"
+ inkscape:window-x="1411"
+ inkscape:window-y="372"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid10382" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-100.53208,912.07901)"
+ style="display:inline"
+ id="g11331-3-1-1">
+ <g
+ id="g13408-8"
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1" />
+ </g>
+ <g
+ transform="matrix(-1,0,0,1,16.12959,8.0140628)"
+ style="display:inline"
+ id="g6124-3">
+ <g
+ transform="scale(-1,1)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text6430" />
+ <g
+ transform="scale(-1,1)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ id="g6438">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient3929-5);fill-opacity:1;stroke:#55429f;stroke-width:2.16621374999999983;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path10796-2-6-2"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 c 0,5.86803 -4.75697,10.625 -10.625,10.625 -5.86803,0 -10.625,-4.75697 -10.625,-10.625 0,-5.86802 4.75697,-10.625 10.625,-10.625 5.86803,0 10.625,4.75698 10.625,10.625 z"
+ transform="matrix(0.55482947,0,0,0.55482947,-223.95978,777.04334)" />
+ <g
+ id="g8461-0"
+ mask="url(#mask10620)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ transform="translate(-16.999387,-10.043212)">
+ <g
+ id="g7590-1-0-4"
+ transform="matrix(0.51237963,0,0,0.51237963,21.788022,514.89288)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline">
+ <path
+ sodipodi:nodetypes="czczczczc"
+ inkscape:connector-curvature="0"
+ id="rect6501-1-6-8-6"
+ d="m -16.30668,1023.0143 c 0,0 0.754772,2.7548 2.663409,4.6634 1.908637,1.9086 4.663405,2.6634 4.663405,2.6634 0,0 -2.739141,0.7391 -4.663398,2.6634 -1.924257,1.9243 -2.663409,4.6634 -2.663409,4.6634 0,0 -0.676645,-2.6766 -2.66341,-4.6634 -1.986765,-1.9868 -4.663405,-2.6634 -4.663405,-2.6634 0,0 2.801649,-0.8017 4.663405,-2.6634 1.861756,-1.8618 2.663403,-4.6634 2.663403,-4.6634 z"
+ style="opacity:0.85;fill:#ffffff;stroke:#ffffff;stroke-width:5.85503387;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter8410-9-1)" />
+ </g>
+ </g>
+ <path
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m -10.616593,1033.3481 0,1.0313 1.0000019,0 0,4.9687 -1.0000019,0 0,1.0313 4.0000022,0 0,-1.0313 -1,0 0,-4.9687 1,0 0,-1.0313 -4.0000022,0 z"
+ id="rect7222"
+ inkscape:connector-curvature="0" />
+ <path
+ style="font-size:13.58917427000000089px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter8047);font-family:Sans;opacity:0.5"
+ d="m -10.429093,1033.5356 0,1.0313 1.000002,0 0,4.9687 -1.000002,0 0,1.0313 4.000002,0 0,-1.0313 -1,0 0,-4.9687 1,0 0,-1.0313 -4.000002,0 z"
+ id="rect7222-9"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ id="g6432"
+ transform="translate(15.023334,-10.242077)">
+ <path
+ style="fill:url(#linearGradient6323-7-1-1);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1053.62 2,0 1.492188,-1.4844 -2.0312504,0 z"
+ id="path5581-1-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient5084-3-3-2-6);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1055.62 4,0 0,-1 -0.476562,-0.4844 -2.03125,0 z"
+ id="path5581-1-1-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5086-8-0-8-5);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.484375,1052.1356 0,2 0.476562,0.4844 0,-2 z"
+ id="path5581-1-1-7"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5082-1-0-8-1);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1053.62 0,2 1.492188,-1.4844 0,-2 z"
+ id="path5581-1-1-6"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5078-8-2-1-4);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1048.62 0,5 1.4609376,-1.4844 0,-2 z"
+ id="path5581-1-1-1"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5076-5-2-9-8);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 -2,0 1.4609375,1.5156 2.0312505,0 z"
+ id="path5581-1-1-89"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3500-5);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 0,0 1.503907,1.5273 0,-1.5156 z"
+ id="path5581-1-1-2"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5088-1-4-8-6);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.011718,1052.1356 -0.472657,0 0.476563,0.4844 -0.0039,0 z"
+ id="path5581-1-1-79"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ style="display:inline"
+ id="g4514"
+ transform="translate(-5.536708,-5.6240351)">
+ <g
+ id="g4522"
+ transform="translate(-9.9375,0)">
+ <rect
+ style="fill:url(#radialGradient3091-1-9-6-4-6);fill-opacity:1;stroke:#a27d18;stroke-width:1.03243756;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect3910"
+ width="4.5825453"
+ height="4.454073"
+ x="-758.82336"
+ y="-740.41083"
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path5581-5-5"
+ d="m 12.471186,1054.309 1.001133,0 0,1.946 1.986639,0 0,1.0167 -1.986639,0 0,2.043 -1.001133,0 0,-2.043 -1.98664,0 0,-1.0167 1.98664,0 z"
+ style="fill:url(#linearGradient3093-5-2-7-0-9);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newjworkingSet_wiz.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newjworkingSet_wiz.svg
new file mode 100644
index 000000000..e73d658d9
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newjworkingSet_wiz.svg
@@ -0,0 +1,1355 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="newjworkingSet_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-1"
+ id="linearGradient18688-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.33025864,-167.84185,920.63587)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3967-1">
+ <stop
+ style="stop-color:#c48a4e;stop-opacity:1;"
+ offset="0"
+ id="stop3969-3" />
+ <stop
+ style="stop-color:#ad6c24;stop-opacity:1"
+ offset="1"
+ id="stop3971-09" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-5"
+ id="linearGradient18680-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.31447743,0,0,0.31447743,-159.09527,926.2002)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3973-5">
+ <stop
+ style="stop-color:#f8d078;stop-opacity:1"
+ offset="0"
+ id="stop3975-85" />
+ <stop
+ style="stop-color:#f8f0c8;stop-opacity:1"
+ offset="1"
+ id="stop3977-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949-1"
+ id="linearGradient18682-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.31447743,0,0,0.31447743,-159.09527,926.2002)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ id="linearGradient3949-1"
+ inkscape:collect="always">
+ <stop
+ id="stop3951-7"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop3953-5"
+ offset="1"
+ style="stop-color:#c38536;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955-64">
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="0"
+ id="stop3957-6" />
+ <stop
+ id="stop3959-77"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop3961-0"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop3963-6" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop3965-9" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask27861">
+ <g
+ id="g27863"
+ transform="matrix(0.80564634,0,0,0.80564634,3.087934,201.24626)"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.24123943;stroke-miterlimit:4;stroke-dasharray:none;display:inline">
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path27865"
+ d="m 7.384675,1041.8573 2.282522,0 c 0.480278,0 0.866929,0.3866 0.866929,0.8669 l 0,3.7566 c 0,0.4802 -0.386651,0.8669 -0.866929,0.8669 l -2.282522,0 c -0.480279,0 -0.866929,-0.3867 -0.866929,-0.8669 l 0,-3.7566 c 0,-0.4803 0.38665,-0.8669 0.866929,-0.8669 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="path27867"
+ d="m 8.2786681,1043.8847 6.3593049,0 c 0.457329,0 0.825504,0.3683 0.825504,0.8256 l 0,5.3284 c 0,0.4574 -0.368172,0.826 -0.825504,0.8255 l -8.2637361,-0.01 c -0.457332,-6e-4 -0.8255033,-0.3681 -0.8255033,-0.8255 l 0,-5.3221 c 0,-0.4572 0.3541007,-0.8264 0.8255033,-0.8255 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path27869"
+ d="m 5.997164,1043.8894 5.698634,0"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </mask>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter27875"
+ x="-0.17175916"
+ width="1.3435183"
+ y="-0.18907148"
+ height="1.378143">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.70956165"
+ id="feGaussianBlur27877" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient18688"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.33025864,-167.84185,920.63587)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3967">
+ <stop
+ style="stop-color:#c48a4e;stop-opacity:1;"
+ offset="0"
+ id="stop3969" />
+ <stop
+ style="stop-color:#ad6c24;stop-opacity:1"
+ offset="1"
+ id="stop3971" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient18680"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.31447743,0,0,0.31447743,-159.09527,926.2002)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3973">
+ <stop
+ style="stop-color:#f8d078;stop-opacity:1"
+ offset="0"
+ id="stop3975" />
+ <stop
+ style="stop-color:#f8f0c8;stop-opacity:1"
+ offset="1"
+ id="stop3977" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient18682"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.31447743,0,0,0.31447743,-159.09527,926.2002)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ id="linearGradient3949"
+ inkscape:collect="always">
+ <stop
+ id="stop3951"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop3953"
+ offset="1"
+ style="stop-color:#c38536;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient18677"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.33025864,-167.60626,920.62713)"
+ x1="525.6676"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="0"
+ id="stop3957" />
+ <stop
+ id="stop3959"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop3961"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop3963" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop3965" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask27659">
+ <g
+ id="g27661"
+ style="fill:#ffffff;stroke:#ffffff">
+ <g
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.24123943;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
+ transform="matrix(0.80564634,0,0,0.80564634,3.087934,201.24626)"
+ id="g27663">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 7.384675,1041.8573 2.282522,0 c 0.480278,0 0.866929,0.3866 0.866929,0.8669 l 0,3.7566 c 0,0.4802 -0.386651,0.8669 -0.866929,0.8669 l -2.282522,0 c -0.480279,0 -0.866929,-0.3867 -0.866929,-0.8669 l 0,-3.7566 c 0,-0.4803 0.38665,-0.8669 0.866929,-0.8669 z"
+ id="path27665"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 8.2786681,1043.8847 6.3593049,0 c 0.457329,0 0.825504,0.3683 0.825504,0.8256 l 0,5.3284 c 0,0.4574 -0.368172,0.826 -0.825504,0.8255 l -8.2637361,-0.01 c -0.457332,-6e-4 -0.8255033,-0.3681 -0.8255033,-0.8255 l 0,-5.3221 c 0,-0.4572 0.3541007,-0.8264 0.8255033,-0.8255 z"
+ id="path27667"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssssssssc" />
+ <path
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 5.997164,1043.8894 5.698634,0"
+ id="path27669"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.24123943;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
+ transform="matrix(0.80564634,0,0,0.80564634,0.02727398,204.27398)"
+ id="g27671">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 7.384675,1041.8573 2.282522,0 c 0.480278,0 0.866929,0.3866 0.866929,0.8669 l 0,3.7566 c 0,0.4802 -0.386651,0.8669 -0.866929,0.8669 l -2.282522,0 c -0.480279,0 -0.866929,-0.3867 -0.866929,-0.8669 l 0,-3.7566 c 0,-0.4803 0.38665,-0.8669 0.866929,-0.8669 z"
+ id="path27673"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 8.2786681,1043.8847 6.3593049,0 c 0.457329,0 0.825504,0.3683 0.825504,0.8256 l 0,5.3284 c 0,0.4574 -0.368172,0.826 -0.825504,0.8255 l -8.2637361,-0.01 c -0.457332,-6e-4 -0.8255033,-0.3681 -0.8255033,-0.8255 l 0,-5.3221 c 0,-0.4572 0.3541007,-0.8264 0.8255033,-0.8255 z"
+ id="path27675"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssssssssc" />
+ <path
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.24123943;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 5.997164,1043.8894 5.698634,0"
+ id="path27677"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </mask>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter27488">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.28131546"
+ id="feGaussianBlur27490" />
+ </filter>
+ <mask
+ id="mask17098-7"
+ maskUnits="userSpaceOnUse">
+ <g
+ transform="translate(-0.696415,-25.515546)"
+ style="fill:#ffffff"
+ id="g17100-9">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-148.50157,940.95641)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g17102-9">
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ transform="matrix(1.1835826,0,0,1.1835826,-7.5789257,-74.544918)"
+ id="g17104-0">
+ <g
+ transform="matrix(3.0279299,0,0,3.0279299,456.02712,-2782.985)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g17106-8"
+ inkscape:label="Layer 1">
+ <g
+ id="g17108-0"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)">
+ <rect
+ y="363.23068"
+ x="464.14426"
+ height="7.1676102"
+ width="54.014832"
+ id="rect17110-3"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ id="g17112-0"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-74.709882)">
+ <rect
+ ry="2.625"
+ rx="2.625"
+ y="365.46738"
+ x="463.93262"
+ height="16.625"
+ width="15"
+ id="rect17114-1"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path17116-2"
+ d="m 463.24874,371.54269 31.10344,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,14.39926 c 0,1.45425 -1.21199,2.28111 -2.625,2.625 l -31.10344,7.56983 c -1.413,0.34389 -2.625,-1.17075 -2.625,-2.625 l 0,-21.96909 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path17118-5"
+ d="m 463.24874,371.6096 31.10344,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,14.33235 c 0,1.45425 -1.21199,2.28111 -2.625,2.625 l -31.10344,7.56983 c -1.413,0.34389 -2.625,-1.17075 -2.625,-2.625 l 0,-21.90218 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path17120-1"
+ d="m 462.26171,371.52622 20.09375,0"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ mask="url(#mask4917-4-0-3)"
+ id="g17122-7">
+ <rect
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929-9-0)"
+ id="rect17124-4"
+ width="30.899641"
+ height="22.649353"
+ x="860.68469"
+ y="542.8974"
+ rx="2.625"
+ ry="3.7184925"
+ transform="matrix(1,0,-0.70828043,0.70593118,0,0)" />
+ </g>
+ <rect
+ transform="matrix(1,0,-0.70828042,0.70593119,0,0)"
+ ry="3.7184927"
+ rx="2.625"
+ y="543.43286"
+ x="860.68469"
+ height="21.542582"
+ width="30.23728"
+ id="rect17126-8"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.60383272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path17128-8"
+ d="m 492.81474,377.56576 -14.33522,0 0,3.5838 2.02645,0 0,-1.47461 11.8608,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <path
+ sodipodi:nodetypes="ssscccssscccscss"
+ inkscape:connector-curvature="0"
+ id="path17130-2"
+ d="m 5.7026894,1044.9373 c -0.185041,-0.018 -0.402396,-0.059 -0.576929,-0.1108 -0.270837,-0.079 -0.243851,0.015 -0.243851,-0.8593 0,-0.4579 0.0077,-0.7598 0.01951,-0.7646 0.01072,0 0.0317,0 0.04665,0.013 0.04847,0.037 0.294579,0.1623 0.376062,0.1926 0.186482,0.069 0.46629,0.1032 0.663393,0.083 0.436936,-0.047 0.733026,-0.2945 0.881951,-0.7389 0.120095,-0.3583 0.114052,-0.2194 0.12641,-2.9086 l 0.01137,-2.4738 0.829393,0 0.829395,0 0.0062,2.3061 c 0.0064,2.384 -5.49e-4,2.6629 -0.0777,3.0973 -0.156267,0.8809 -0.598495,1.5436 -1.254122,1.8796 -0.440731,0.2258 -1.0806,0.337 -1.637678,0.2843 z"
+ style="fill:#ffffff;fill-opacity:1;display:inline" />
+ </g>
+ </mask>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917-4-0-3">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919-6-6-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter4929-9-0"
+ x="-0.13757156"
+ width="1.2751431"
+ y="-0.37744918"
+ height="1.7548983"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.5620748"
+ id="feGaussianBlur4931-98-0" />
+ </filter>
+ <mask
+ id="mask17064-0"
+ maskUnits="userSpaceOnUse">
+ <g
+ transform="matrix(2.4682548,0,0,2.4682548,-151.3224,-1556.3662)"
+ style="fill:#ffffff"
+ id="g17066-8">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-148.50157,940.95641)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g17068-7">
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ transform="matrix(1.1835826,0,0,1.1835826,-7.5789257,-74.544918)"
+ id="g17070-2">
+ <g
+ transform="matrix(3.0279299,0,0,3.0279299,456.02712,-2782.985)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g17072-4"
+ inkscape:label="Layer 1">
+ <g
+ id="g17074-8"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)">
+ <rect
+ y="363.23068"
+ x="464.14426"
+ height="7.1676102"
+ width="54.014832"
+ id="rect17076-4"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ id="g17078-8"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-74.709882)">
+ <rect
+ ry="2.625"
+ rx="2.625"
+ y="365.46738"
+ x="463.93262"
+ height="16.625"
+ width="15"
+ id="rect17080-6"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path17082-7"
+ d="m 463.24874,371.54269 31.10344,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,14.39926 c 0,1.45425 -1.21199,2.28111 -2.625,2.625 l -31.10344,7.56983 c -1.413,0.34389 -2.625,-1.17075 -2.625,-2.625 l 0,-21.96909 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path17084-7"
+ d="m 463.24874,371.6096 31.10344,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,14.33235 c 0,1.45425 -1.21199,2.28111 -2.625,2.625 l -31.10344,7.56983 c -1.413,0.34389 -2.625,-1.17075 -2.625,-2.625 l 0,-21.90218 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path17086-6"
+ d="m 462.26171,371.52622 20.09375,0"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ mask="url(#mask4917-4-0-3)"
+ id="g17088-6">
+ <rect
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929-9-0)"
+ id="rect17090-8"
+ width="30.899641"
+ height="22.649353"
+ x="860.68469"
+ y="542.8974"
+ rx="2.625"
+ ry="3.7184925"
+ transform="matrix(1,0,-0.70828043,0.70593118,0,0)" />
+ </g>
+ <rect
+ transform="matrix(1,0,-0.70828042,0.70593119,0,0)"
+ ry="3.7184927"
+ rx="2.625"
+ y="543.43286"
+ x="860.68469"
+ height="21.542582"
+ width="30.23728"
+ id="rect17092-4"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.60383272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path17094-6"
+ d="m 492.81474,377.56576 -14.33522,0 0,3.5838 2.02645,0 0,-1.47461 11.8608,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <path
+ sodipodi:nodetypes="ssscccssscccscss"
+ inkscape:connector-curvature="0"
+ id="path17096-1"
+ d="m 5.7026894,1044.9373 c -0.185041,-0.018 -0.402396,-0.059 -0.576929,-0.1108 -0.270837,-0.079 -0.243851,0.015 -0.243851,-0.8593 0,-0.4579 0.0077,-0.7598 0.01951,-0.7646 0.01072,0 0.0317,0 0.04665,0.013 0.04847,0.037 0.294579,0.1623 0.376062,0.1926 0.186482,0.069 0.46629,0.1032 0.663393,0.083 0.436936,-0.047 0.733026,-0.2945 0.881951,-0.7389 0.120095,-0.3583 0.114052,-0.2194 0.12641,-2.9086 l 0.01137,-2.4738 0.829393,0 0.829395,0 0.0062,2.3061 c 0.0064,2.384 -5.49e-4,2.6629 -0.0777,3.0973 -0.156267,0.8809 -0.598495,1.5436 -1.254122,1.8796 -0.440731,0.2258 -1.0806,0.337 -1.637678,0.2843 z"
+ style="fill:#ffffff;fill-opacity:1;display:inline" />
+ </g>
+ </mask>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7474-3-2-7-6">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.11526932"
+ id="feGaussianBlur7476-5-5-6-7" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7486-6-6-5-5">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.11526932"
+ id="feGaussianBlur7488-95-0-1-3" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7478-9-8-2-9">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.11526932"
+ id="feGaussianBlur7480-8-8-9-3" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7482-8-1-5-8">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.11526932"
+ id="feGaussianBlur7484-3-5-6-9" />
+ </filter>
+ <mask
+ id="mask17098"
+ maskUnits="userSpaceOnUse">
+ <g
+ transform="translate(-0.696415,-25.515546)"
+ style="fill:#ffffff"
+ id="g17100">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-148.50157,940.95641)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g17102">
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ transform="matrix(1.1835826,0,0,1.1835826,-7.5789257,-74.544918)"
+ id="g17104">
+ <g
+ transform="matrix(3.0279299,0,0,3.0279299,456.02712,-2782.985)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g17106"
+ inkscape:label="Layer 1">
+ <g
+ id="g17108"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)">
+ <rect
+ y="363.23068"
+ x="464.14426"
+ height="7.1676102"
+ width="54.014832"
+ id="rect17110"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ id="g17112"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-74.709882)">
+ <rect
+ ry="2.625"
+ rx="2.625"
+ y="365.46738"
+ x="463.93262"
+ height="16.625"
+ width="15"
+ id="rect17114"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path17116"
+ d="m 463.24874,371.54269 31.10344,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,14.39926 c 0,1.45425 -1.21199,2.28111 -2.625,2.625 l -31.10344,7.56983 c -1.413,0.34389 -2.625,-1.17075 -2.625,-2.625 l 0,-21.96909 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path17118"
+ d="m 463.24874,371.6096 31.10344,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,14.33235 c 0,1.45425 -1.21199,2.28111 -2.625,2.625 l -31.10344,7.56983 c -1.413,0.34389 -2.625,-1.17075 -2.625,-2.625 l 0,-21.90218 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path17120"
+ d="m 462.26171,371.52622 20.09375,0"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ mask="url(#mask4917-4-0)"
+ id="g17122">
+ <rect
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929-9)"
+ id="rect17124"
+ width="30.899641"
+ height="22.649353"
+ x="860.68469"
+ y="542.8974"
+ rx="2.625"
+ ry="3.7184925"
+ transform="matrix(1,0,-0.70828043,0.70593118,0,0)" />
+ </g>
+ <rect
+ transform="matrix(1,0,-0.70828042,0.70593119,0,0)"
+ ry="3.7184927"
+ rx="2.625"
+ y="543.43286"
+ x="860.68469"
+ height="21.542582"
+ width="30.23728"
+ id="rect17126"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.60383272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path17128"
+ d="m 492.81474,377.56576 -14.33522,0 0,3.5838 2.02645,0 0,-1.47461 11.8608,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <path
+ sodipodi:nodetypes="ssscccssscccscss"
+ inkscape:connector-curvature="0"
+ id="path17130"
+ d="m 5.7026894,1044.9373 c -0.185041,-0.018 -0.402396,-0.059 -0.576929,-0.1108 -0.270837,-0.079 -0.243851,0.015 -0.243851,-0.8593 0,-0.4579 0.0077,-0.7598 0.01951,-0.7646 0.01072,0 0.0317,0 0.04665,0.013 0.04847,0.037 0.294579,0.1623 0.376062,0.1926 0.186482,0.069 0.46629,0.1032 0.663393,0.083 0.436936,-0.047 0.733026,-0.2945 0.881951,-0.7389 0.120095,-0.3583 0.114052,-0.2194 0.12641,-2.9086 l 0.01137,-2.4738 0.829393,0 0.829395,0 0.0062,2.3061 c 0.0064,2.384 -5.49e-4,2.6629 -0.0777,3.0973 -0.156267,0.8809 -0.598495,1.5436 -1.254122,1.8796 -0.440731,0.2258 -1.0806,0.337 -1.637678,0.2843 z"
+ style="fill:#ffffff;fill-opacity:1;display:inline" />
+ </g>
+ </mask>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917-4-0">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919-6-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter4929-9"
+ x="-0.13757156"
+ width="1.2751431"
+ y="-0.37744918"
+ height="1.7548983"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.5620748"
+ id="feGaussianBlur4931-98" />
+ </filter>
+ <mask
+ id="mask17064"
+ maskUnits="userSpaceOnUse">
+ <g
+ transform="matrix(2.4682548,0,0,2.4682548,-151.3224,-1556.3662)"
+ style="fill:#ffffff"
+ id="g17066">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-148.50157,940.95641)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g17068">
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ transform="matrix(1.1835826,0,0,1.1835826,-7.5789257,-74.544918)"
+ id="g17070">
+ <g
+ transform="matrix(3.0279299,0,0,3.0279299,456.02712,-2782.985)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g17072"
+ inkscape:label="Layer 1">
+ <g
+ id="g17074"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)">
+ <rect
+ y="363.23068"
+ x="464.14426"
+ height="7.1676102"
+ width="54.014832"
+ id="rect17076"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ id="g17078"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-74.709882)">
+ <rect
+ ry="2.625"
+ rx="2.625"
+ y="365.46738"
+ x="463.93262"
+ height="16.625"
+ width="15"
+ id="rect17080"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path17082"
+ d="m 463.24874,371.54269 31.10344,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,14.39926 c 0,1.45425 -1.21199,2.28111 -2.625,2.625 l -31.10344,7.56983 c -1.413,0.34389 -2.625,-1.17075 -2.625,-2.625 l 0,-21.96909 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path17084"
+ d="m 463.24874,371.6096 31.10344,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,14.33235 c 0,1.45425 -1.21199,2.28111 -2.625,2.625 l -31.10344,7.56983 c -1.413,0.34389 -2.625,-1.17075 -2.625,-2.625 l 0,-21.90218 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path17086"
+ d="m 462.26171,371.52622 20.09375,0"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff"
+ mask="url(#mask4917-4-0)"
+ id="g17088">
+ <rect
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929-9)"
+ id="rect17090"
+ width="30.899641"
+ height="22.649353"
+ x="860.68469"
+ y="542.8974"
+ rx="2.625"
+ ry="3.7184925"
+ transform="matrix(1,0,-0.70828043,0.70593118,0,0)" />
+ </g>
+ <rect
+ transform="matrix(1,0,-0.70828042,0.70593119,0,0)"
+ ry="3.7184927"
+ rx="2.625"
+ y="543.43286"
+ x="860.68469"
+ height="21.542582"
+ width="30.23728"
+ id="rect17092"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.60383272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path17094"
+ d="m 492.81474,377.56576 -14.33522,0 0,3.5838 2.02645,0 0,-1.47461 11.8608,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <path
+ sodipodi:nodetypes="ssscccssscccscss"
+ inkscape:connector-curvature="0"
+ id="path17096"
+ d="m 5.7026894,1044.9373 c -0.185041,-0.018 -0.402396,-0.059 -0.576929,-0.1108 -0.270837,-0.079 -0.243851,0.015 -0.243851,-0.8593 0,-0.4579 0.0077,-0.7598 0.01951,-0.7646 0.01072,0 0.0317,0 0.04665,0.013 0.04847,0.037 0.294579,0.1623 0.376062,0.1926 0.186482,0.069 0.46629,0.1032 0.663393,0.083 0.436936,-0.047 0.733026,-0.2945 0.881951,-0.7389 0.120095,-0.3583 0.114052,-0.2194 0.12641,-2.9086 l 0.01137,-2.4738 0.829393,0 0.829395,0 0.0062,2.3061 c 0.0064,2.384 -5.49e-4,2.6629 -0.0777,3.0973 -0.156267,0.8809 -0.598495,1.5436 -1.254122,1.8796 -0.440731,0.2258 -1.0806,0.337 -1.637678,0.2843 z"
+ style="fill:#ffffff;fill-opacity:1;display:inline" />
+ </g>
+ </mask>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7474-3-2-7">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.11526932"
+ id="feGaussianBlur7476-5-5-6" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7486-6-6-5">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.11526932"
+ id="feGaussianBlur7488-95-0-1" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7478-9-8-2">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.11526932"
+ id="feGaussianBlur7480-8-8-9" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7482-8-1-5">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.11526932"
+ id="feGaussianBlur7484-3-5-6" />
+ </filter>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient17009"
+ xlink:href="#linearGradient7540-2-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-2-3-8">
+ <stop
+ id="stop7542-8-7-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-2-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-7-9" />
+ <stop
+ id="stop7548-98-9-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient17011"
+ xlink:href="#linearGradient7540-6-33-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-6-33-6-3">
+ <stop
+ id="stop7542-4-4-3-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-8-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-1-2" />
+ <stop
+ id="stop7548-9-2-0-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ gradientTransform="matrix(0.95585117,0,0,0.95585117,-0.71992063,45.488394)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient17013"
+ xlink:href="#linearGradient7272-66-4-5-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-4-5-5-5">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-0-1-7-4" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-6-3-9-1" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="525.6676"
+ gradientTransform="matrix(0.33025864,0,0,0.33025864,-167.60626,920.62713)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient19045"
+ xlink:href="#linearGradient3955-64"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="6.9843998"
+ x2="10.007812"
+ y1="5"
+ x1="10"
+ gradientTransform="translate(-15.015625,1046.6356)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6323-7-1-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5068-6-9-4-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5070-8-0-4-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5072-3-6-1-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1045.3466"
+ x2="12"
+ y1="1043.3622"
+ x1="12"
+ id="linearGradient5084-3-3-2-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="15.007812"
+ y1="1043.3622"
+ x1="13"
+ id="linearGradient5086-8-0-8-5"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.3622"
+ x2="10.007812"
+ y1="1042.3622"
+ x1="12"
+ id="linearGradient5082-1-0-8-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1041.3466"
+ x2="8.0078125"
+ y1="1041.3622"
+ x1="10"
+ id="linearGradient5078-8-2-1-4"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1038.3466"
+ x2="10.007812"
+ y1="1040.3622"
+ x1="10"
+ id="linearGradient5076-5-2-9-8"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3500-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="12"
+ y1="1038.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="14"
+ y1="1041.3622"
+ x1="14"
+ id="linearGradient5088-1-4-8-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4528-9-5-7-9-7-3"
+ id="radialGradient3091-1-9-6-4-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8508179,-8.813921e-6,8.4531434e-6,1.7750589,644.24981,572.63612)"
+ cx="-757.20496"
+ cy="-738.83777"
+ fx="-757.20496"
+ fy="-738.83777"
+ r="3.4803574" />
+ <linearGradient
+ id="linearGradient4528-9-5-7-9-7-3">
+ <stop
+ style="stop-color:#e0c576;stop-opacity:1;"
+ offset="0"
+ id="stop4530-0-5-0-5-8-4" />
+ <stop
+ style="stop-color:#9e7916;stop-opacity:1"
+ offset="1"
+ id="stop4532-7-9-3-3-6-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6281-8-0-1-6-6-4-2-8-0"
+ id="linearGradient3093-5-2-7-0-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3199889,0,0,2.3199889,10.199693,1043.1852)"
+ x1="0.9375"
+ y1="4.8437853"
+ x2="0.9375"
+ y2="7.549418" />
+ <linearGradient
+ id="linearGradient6281-8-0-1-6-6-4-2-8-0">
+ <stop
+ id="stop6283-0-2-2-1-2-0-1-6-0"
+ offset="0"
+ style="stop-color:#f7f9fb;stop-opacity:1" />
+ <stop
+ id="stop6285-5-0-9-7-6-9-9-1-9"
+ offset="1"
+ style="stop-color:#ffd680;stop-opacity:1" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.839192"
+ inkscape:cx="13.176437"
+ inkscape:cy="9.8289947"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="706"
+ inkscape:window-height="455"
+ inkscape:window-x="1663"
+ inkscape:window-y="526"
+ inkscape:window-maximized="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g18690-0"
+ transform="matrix(0.80564634,0,0,0.80564634,3.087934,201.24625)"
+ style="stroke-width:1.24123943;stroke-miterlimit:4;stroke-dasharray:none;display:inline">
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="rect13693-3-4"
+ d="m 7.384675,1041.8573 2.282522,0 c 0.480278,0 0.866929,0.3866 0.866929,0.8669 l 0,3.7566 c 0,0.4802 -0.386651,0.8669 -0.866929,0.8669 l -2.282522,0 c -0.480279,0 -0.866929,-0.3867 -0.866929,-0.8669 l 0,-3.7566 c 0,-0.4803 0.38665,-0.8669 0.866929,-0.8669 z"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient18688-8);stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="rect13693-6"
+ d="m 8.2786681,1043.8847 6.3593049,0 c 0.457329,0 0.825504,0.3683 0.825504,0.8256 l 0,5.3284 c 0,0.4574 -0.368172,0.826 -0.825504,0.8255 l -8.2637361,-0.01 c -0.457332,-6e-4 -0.8255033,-0.3681 -0.8255033,-0.8255 l 0,-5.3221 c 0,-0.4572 0.3541007,-0.8264 0.8255033,-0.8255 z"
+ style="fill:url(#linearGradient18680-6);fill-opacity:1;stroke:url(#linearGradient18682-6);stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path13797-0"
+ d="m 5.997164,1043.8894 5.698634,0"
+ style="fill:none;stroke:url(#linearGradient19045);stroke-width:1.24123943;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ style="display:inline"
+ id="g27855"
+ mask="url(#mask27861)">
+ <g
+ style="opacity:0.75;fill:#ffffff;stroke:#ffffff;stroke-width:2.48247886;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter27875)"
+ transform="matrix(0.80564634,0,0,0.80564634,0.02727398,204.27398)"
+ id="g18690-04">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.48247886;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 7.384675,1041.8573 2.282522,0 c 0.480278,0 0.866929,0.3866 0.866929,0.8669 l 0,3.7566 c 0,0.4802 -0.386651,0.8669 -0.866929,0.8669 l -2.282522,0 c -0.480279,0 -0.866929,-0.3867 -0.866929,-0.8669 l 0,-3.7566 c 0,-0.4803 0.38665,-0.8669 0.866929,-0.8669 z"
+ id="rect13693-3-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.48247886;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 8.2786681,1043.8847 6.3593049,0 c 0.457329,0 0.825504,0.3683 0.825504,0.8256 l 0,5.3284 c 0,0.4574 -0.368172,0.826 -0.825504,0.8255 l -8.2637361,-0.01 c -0.457332,-6e-4 -0.8255033,-0.3681 -0.8255033,-0.8255 l 0,-5.3221 c 0,-0.4572 0.3541007,-0.8264 0.8255033,-0.8255 z"
+ id="rect13693-67"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssssssssc" />
+ <path
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:2.48247886;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 5.997164,1043.8894 5.698634,0"
+ id="path13797-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ <g
+ id="g18690"
+ transform="matrix(0.80564634,0,0,0.80564634,0.027274,204.27397)"
+ style="stroke-width:1.24123943;stroke-miterlimit:4;stroke-dasharray:none;display:inline">
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="rect13693-3"
+ d="m 7.384675,1041.8573 2.282522,0 c 0.480278,0 0.866929,0.3866 0.866929,0.8669 l 0,3.7566 c 0,0.4802 -0.386651,0.8669 -0.866929,0.8669 l -2.282522,0 c -0.480279,0 -0.866929,-0.3867 -0.866929,-0.8669 l 0,-3.7566 c 0,-0.4803 0.38665,-0.8669 0.866929,-0.8669 z"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient18688);stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="rect13693"
+ d="m 8.2786681,1043.8847 6.3593049,0 c 0.457329,0 0.825504,0.3683 0.825504,0.8256 l 0,5.3284 c 0,0.4574 -0.368172,0.826 -0.825504,0.8255 l -8.2637361,-0.01 c -0.457332,-6e-4 -0.8255033,-0.3681 -0.8255033,-0.8255 l 0,-5.3221 c 0,-0.4572 0.3541007,-0.8264 0.8255033,-0.8255 z"
+ style="fill:url(#linearGradient18680);fill-opacity:1;stroke:url(#linearGradient18682);stroke-width:1.24123943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path13797"
+ d="m 5.997164,1043.8894 5.698634,0"
+ style="fill:none;stroke:url(#linearGradient18677);stroke-width:1.24123943;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g27468"
+ style="opacity:0.75;fill:#ffffff;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter27488)"
+ mask="url(#mask27659)">
+ <g
+ transform="translate(6.1660514,12.623271)"
+ inkscape:label="Layer 1"
+ id="layer1-3-6"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;display:inline">
+ <g
+ transform="translate(0.696415,25.515546)"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
+ id="g7590-7-4"
+ mask="url(#mask17098-7)" />
+ <g
+ transform="matrix(0.40514455,0,0,0.40514455,61.307445,630.5533)"
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:2.4682548;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
+ id="g7827-7-4"
+ mask="url(#mask17064-0)" />
+ <g
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.95167792;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
+ transform="matrix(0.51237963,0,0,0.51237963,14.729972,499.35611)"
+ id="g7590-1-2">
+ <path
+ style="opacity:0.85;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.95167792;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
+ d="m -16.30668,1023.0143 c 0,0 0.754772,2.7548 2.663409,4.6634 1.908637,1.9086 4.663405,2.6634 4.663405,2.6634 0,0 -2.739141,0.7391 -4.663398,2.6634 -1.924257,1.9243 -2.663409,4.6634 -2.663409,4.6634 0,0 -0.676645,-2.6766 -2.66341,-4.6634 -1.986765,-1.9868 -4.663405,-2.6634 -4.663405,-2.6634 0,0 2.801649,-0.8017 4.663405,-2.6634 1.861756,-1.8618 2.663403,-4.6634 2.663403,-4.6634 z"
+ id="rect6501-7-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czczczczc" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.95167792;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter7474-3-2-7-6)"
+ d="m -16.369192,1024.5153 c 0,0 -0.626195,2.2024 -2.093572,3.6698 -1.467379,1.4674 -3.66991,2.0937 -3.66991,2.0937 l 5.763482,0 0,-5.7635 z"
+ id="rect7280-61-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.95167792;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter7486-6-6-5-5)"
+ d="m -16.244192,1024.5153 0,5.7635 5.763482,0 c 0,0 -2.165582,-0.5894 -3.66991,-2.0937 -1.504327,-1.5043 -2.093572,-3.6698 -2.093572,-3.6698 z"
+ id="rect7280-8-7-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.95167792;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter7478-9-8-2-9)"
+ d="m -22.132674,1030.4036 c 0,0 2.104004,0.5276 3.66991,2.0936 1.565905,1.5659 2.093572,3.6698 2.093572,3.6698 l 0,-5.7634 -5.763482,0 z"
+ id="rect7280-5-3-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.95167792;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter7482-8-1-5-8)"
+ d="m -16.244192,1030.4036 0,5.7634 c 0,0 0.576934,-2.1532 2.093572,-3.6698 1.516639,-1.5167 3.66991,-2.0936 3.66991,-2.0936 l -5.763482,0 z"
+ id="rect7280-6-0-3"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.95167792;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -22.353552,1030.3411 12.09375,0"
+ id="path7490-0-1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.95167792;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m -16.306677,1024.2942 0,12.0938"
+ id="path7490-1-2-3"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.85;fill:#ffffff;stroke:#ffffff;stroke-width:1.95167792;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m -16.30668,1023.3378 c 0,0 0.72145,2.6331 2.545823,4.4575 1.824373,1.8243 4.4575209,2.5458 4.4575209,2.5458 0,0 -2.6182109,0.7065 -4.4575149,2.5458 -1.839303,1.8394 -2.545822,4.4575 -2.545822,4.4575 0,0 -0.646772,-2.5584 -2.545824,-4.4575 -1.899051,-1.8991 -4.457521,-2.5458 -4.457521,-2.5458 0,0 2.67796,-0.7663 4.457521,-2.5458 1.779562,-1.7796 2.545817,-4.4575 2.545817,-4.4575 z"
+ id="rect6501-1-6-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czczczczc" />
+ </g>
+ <path
+ style="opacity:0.85;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
+ d="m 6.3747628,1026.1624 c 0,0 0.115337,0.421 0.406999,0.7127 0.291661,0.2916 0.71262,0.4069 0.71262,0.4069 0,0 -0.418571,0.113 -0.712619,0.407 -0.294048,0.2941 -0.406999,0.7126 -0.406999,0.7126 0,0 -0.103399,-0.4089 -0.406999,-0.7126 -0.3036,-0.3036 -0.712621,-0.407 -0.712621,-0.407 0,0 0.428123,-0.1225 0.712621,-0.4069 0.284497,-0.2846 0.406998,-0.7127 0.406998,-0.7127 z"
+ id="rect6501-1-6-1-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czczczczc" />
+ </g>
+ <path
+ sodipodi:nodetypes="ssscccssscccscss"
+ inkscape:connector-curvature="0"
+ id="path10927-5-7-9-2"
+ d="m 2.7391088,1044.328 c -0.1713098,-0.017 -0.3725357,-0.055 -0.5341173,-0.1026 -0.2507392,-0.073 -0.2257557,0.014 -0.2257557,-0.7956 0,-0.4239 0.00713,-0.7034 0.018062,-0.7078 0.00992,0 0.029348,0 0.043188,0.012 0.044873,0.034 0.2727194,0.1503 0.3481559,0.1783 0.1726438,0.064 0.4316883,0.096 0.614165,0.077 0.4045126,-0.044 0.6786309,-0.2727 0.8165047,-0.6841 0.1111832,-0.3317 0.1055887,-0.2031 0.1170296,-2.6928 l 0.010526,-2.2902 0.7678468,0 0.7678487,0 0.00574,2.135 c 0.00593,2.2071 -5.082e-4,2.4653 -0.071934,2.8674 -0.144671,0.8156 -0.5540829,1.4291 -1.1610583,1.7402 -0.408026,0.209 -1.0004127,0.3119 -1.516152,0.2632 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
+ </g>
+ <path
+ style="fill:#366c9a;fill-opacity:1;display:inline"
+ d="m 2.7391088,1044.328 c -0.1713098,-0.017 -0.3725357,-0.055 -0.5341173,-0.1026 -0.2507392,-0.073 -0.2257557,0.014 -0.2257557,-0.7956 0,-0.4239 0.00713,-0.7034 0.018062,-0.7078 0.00992,0 0.029348,0 0.043188,0.012 0.044873,0.034 0.2727194,0.1503 0.3481559,0.1783 0.1726438,0.064 0.4316883,0.096 0.614165,0.077 0.4045126,-0.044 0.6786309,-0.2727 0.8165047,-0.6841 0.1111832,-0.3317 0.1055887,-0.2031 0.1170296,-2.6928 l 0.010526,-2.2902 0.7678468,0 0.7678487,0 0.00574,2.135 c 0.00593,2.2071 -5.082e-4,2.4653 -0.071934,2.8674 -0.144671,0.8156 -0.5540829,1.4291 -1.1610583,1.7402 -0.408026,0.209 -1.0004127,0.3119 -1.516152,0.2632 z"
+ id="path10927-5-7-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ssscccssscccscss" />
+ <g
+ style="display:inline"
+ id="g6432"
+ transform="translate(15.023334,-10.242077)">
+ <path
+ style="fill:url(#linearGradient6323-7-1-1);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1053.62 2,0 1.492188,-1.4844 -2.0312504,0 z"
+ id="path5581-1-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient5084-3-3-2-6);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1055.62 4,0 0,-1 -0.476562,-0.4844 -2.03125,0 z"
+ id="path5581-1-1-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5086-8-0-8-5);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.484375,1052.1356 0,2 0.476562,0.4844 0,-2 z"
+ id="path5581-1-1-7"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5082-1-0-8-1);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1053.62 0,2 1.492188,-1.4844 0,-2 z"
+ id="path5581-1-1-6"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5078-8-2-1-4);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1048.62 0,5 1.4609376,-1.4844 0,-2 z"
+ id="path5581-1-1-1"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5076-5-2-9-8);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 -2,0 1.4609375,1.5156 2.0312505,0 z"
+ id="path5581-1-1-89"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3500-5);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 0,0 1.503907,1.5273 0,-1.5156 z"
+ id="path5581-1-1-2"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5088-1-4-8-6);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.011718,1052.1356 -0.472657,0 0.476563,0.4844 -0.0039,0 z"
+ id="path5581-1-1-79"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ style="display:inline"
+ id="g4514"
+ transform="translate(-5.536708,-5.6240351)">
+ <g
+ id="g4522"
+ transform="translate(-9.9375,0)">
+ <rect
+ style="fill:url(#radialGradient3091-1-9-6-4-6);fill-opacity:1;stroke:#a27d18;stroke-width:1.03243756;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect3910"
+ width="4.5825453"
+ height="4.454073"
+ x="-758.82336"
+ y="-740.41083"
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path5581-5-5"
+ d="m 12.471186,1054.309 1.001133,0 0,1.946 1.986639,0 0,1.0167 -1.986639,0 0,2.043 -1.001133,0 0,-2.043 -1.98664,0 0,-1.0167 1.98664,0 z"
+ style="fill:url(#linearGradient3093-5-2-7-0-9);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newpack_wiz.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newpack_wiz.svg
new file mode 100644
index 000000000..f22774cc2
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/newpack_wiz.svg
@@ -0,0 +1,750 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="newpack_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10573">
+ <stop
+ style="stop-color:#c18965;stop-opacity:1;"
+ offset="0"
+ id="stop10575" />
+ <stop
+ style="stop-color:#975c45;stop-opacity:1"
+ offset="1"
+ id="stop10577" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10507">
+ <stop
+ style="stop-color:#5f392d;stop-opacity:1"
+ offset="0"
+ id="stop10509" />
+ <stop
+ id="stop10511"
+ offset="0.18181793"
+ style="stop-color:#9e7058;stop-opacity:1" />
+ <stop
+ id="stop10513"
+ offset="0.36363617"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ id="stop10515"
+ offset="0.49999985"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ id="stop10517"
+ offset="0.63636351"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e7058;stop-opacity:1"
+ offset="0.81818175"
+ id="stop10519" />
+ <stop
+ style="stop-color:#5f392d;stop-opacity:1"
+ offset="1"
+ id="stop10522" />
+ </linearGradient>
+ <filter
+ id="filter7474-3-2-7-2"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7476-5-5-6-7"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7486-6-6-5-4"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7488-95-0-1-6"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7478-9-8-2-2"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7480-8-8-9-5"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter7482-8-1-5-3"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur7484-3-5-6-6"
+ stdDeviation="0.11526932"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient7540-2-3-8-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7-5-3" />
+ <stop
+ id="stop7544-8-2-0-4"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7-9-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9-2-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3-3-3" />
+ <stop
+ id="stop7544-5-3-8-5-2"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1-2-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0-9-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7272-66-4-5-5-5-3"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0-1-7-4-3"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6-3-9-1-4"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-3-8-8"
+ id="linearGradient13972"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-3-9"
+ id="linearGradient13974"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-5-5-3"
+ id="linearGradient13976"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95585117,0,0,0.95585117,-0.71992063,45.488394)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <filter
+ color-interpolation-filters="sRGB"
+ height="1.4800004"
+ y="-0.24000017"
+ width="1.4799995"
+ x="-0.23999982"
+ id="filter8410-6-5"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur8412-5-3"
+ stdDeviation="1.4653611"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient11146-4-4-4-6-2">
+ <stop
+ id="stop11150-4-72-3-9-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-0-7-3-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2-6-1-7">
+ <stop
+ id="stop11150-7-5-9-3-8-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-35-5-4-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30-1-1-4">
+ <stop
+ id="stop11150-9-6-9-5-6-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-6-3-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-5-6-8">
+ <stop
+ id="stop11150-7-8-3-8-7-0-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-3-2-5-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10507"
+ id="linearGradient4895"
+ gradientUnits="userSpaceOnUse"
+ x1="355.2973"
+ y1="449.88141"
+ x2="394.71915"
+ y2="449.88141"
+ gradientTransform="matrix(0,1,-1,0,824.88775,74.875059)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-30-1-1-4"
+ id="radialGradient10499"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5866405,-4.9074941e-6,4.3066195e-6,2.2699317,-639.81718,-549.01598)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-7-5-6-8"
+ id="radialGradient10501"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5866405,-4.9074941e-6,4.3066195e-6,2.2699317,-621.85195,-549.01598)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-2-6-1-7"
+ id="radialGradient10503"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5866405,-4.9074941e-6,4.3066195e-6,2.2699317,-621.85195,-566.97066)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-4-4-6-2"
+ id="radialGradient10505"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5866405,-4.9074941e-6,4.3066195e-6,2.2699317,-639.81718,-566.97066)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient10507-2">
+ <stop
+ style="stop-color:#5f392d;stop-opacity:1"
+ offset="0"
+ id="stop10509-4" />
+ <stop
+ id="stop10511-2"
+ offset="0.18181793"
+ style="stop-color:#9e7058;stop-opacity:1" />
+ <stop
+ id="stop10513-9"
+ offset="0.36363617"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ id="stop10515-0"
+ offset="0.49999985"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ id="stop10517-9"
+ offset="0.63636351"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e7058;stop-opacity:1"
+ offset="0.81818175"
+ id="stop10519-2" />
+ <stop
+ style="stop-color:#5f392d;stop-opacity:1"
+ offset="1"
+ id="stop10522-7" />
+ </linearGradient>
+ <linearGradient
+ y2="449.88141"
+ x2="394.71915"
+ y1="449.88141"
+ x1="355.2973"
+ gradientTransform="matrix(-1,0,0,-1,750.01459,899.76468)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10544"
+ xlink:href="#linearGradient10507-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10573"
+ id="linearGradient10579"
+ x1="366.04819"
+ y1="430.17236"
+ x2="366.04819"
+ y2="466.01041"
+ gradientUnits="userSpaceOnUse" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask10847">
+ <g
+ transform="matrix(3.5838051,0,0,3.5838051,507.72454,-3419.8264)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;display:inline;font-family:Sans"
+ id="g10849"
+ inkscape:label="Layer 1">
+ <g
+ id="g10851"
+ transform="matrix(0.27903303,0,0,0.27903303,-109.29986,933.62804)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10853"
+ width="17.965227"
+ height="17.965227"
+ x="357.0806"
+ y="431.97098" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10855"
+ width="17.965227"
+ height="17.965227"
+ x="375.04584"
+ y="431.97098" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path10857"
+ d="m 357.08057,449.75837 17.96523,0 0,18.13262 -17.96523,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path10859"
+ d="m 375.0458,449.75837 17.96522,0 0,18.13262 -17.96522,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;stroke:#ffffff;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;font-family:Sans"
+ d="m 357.27589,432.15148 0,17.71804 0,17.85756 17.71805,0 17.85755,0 0,-17.85756 0,-0.13951 0,-17.57853 -17.85755,0 -17.71805,0 z"
+ id="path10861"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path10863"
+ d="m 375.00635,426.58855 0,46.58947"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path10865"
+ d="m 398.30108,449.88328 -46.58947,0"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;font-family:Sans" />
+ </g>
+ <g
+ id="g10867"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-64.52871,915.34629)" />
+ </g>
+ </mask>
+ <linearGradient
+ y2="6.9843998"
+ x2="10.007812"
+ y1="5"
+ x1="10"
+ gradientTransform="translate(-15.015625,1046.6356)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6323-7-1-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5068-6-9-4-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5070-8-0-4-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5072-3-6-1-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1045.3466"
+ x2="12"
+ y1="1043.3622"
+ x1="12"
+ id="linearGradient5084-3-3-2-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="15.007812"
+ y1="1043.3622"
+ x1="13"
+ id="linearGradient5086-8-0-8-5"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.3622"
+ x2="10.007812"
+ y1="1042.3622"
+ x1="12"
+ id="linearGradient5082-1-0-8-1"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1041.3466"
+ x2="8.0078125"
+ y1="1041.3622"
+ x1="10"
+ id="linearGradient5078-8-2-1-4"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1038.3466"
+ x2="10.007812"
+ y1="1040.3622"
+ x1="10"
+ id="linearGradient5076-5-2-9-8"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ id="linearGradient3500-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-15.015625,10.2734)"
+ x1="12"
+ y1="1038.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ gradientTransform="translate(-15.015625,10.2734)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3466"
+ x2="14"
+ y1="1041.3622"
+ x1="14"
+ id="linearGradient5088-1-4-8-6"
+ xlink:href="#linearGradient5068-6-9-4-9"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4528-9-5-7-9-7-3"
+ id="radialGradient3091-1-9-6-4-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8508179,-8.813921e-6,8.4531434e-6,1.7750589,644.24981,572.63612)"
+ cx="-757.20496"
+ cy="-738.83777"
+ fx="-757.20496"
+ fy="-738.83777"
+ r="3.4803574" />
+ <linearGradient
+ id="linearGradient4528-9-5-7-9-7-3">
+ <stop
+ style="stop-color:#e0c576;stop-opacity:1;"
+ offset="0"
+ id="stop4530-0-5-0-5-8-4" />
+ <stop
+ style="stop-color:#9e7916;stop-opacity:1"
+ offset="1"
+ id="stop4532-7-9-3-3-6-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6281-8-0-1-6-6-4-2-8-0"
+ id="linearGradient3093-5-2-7-0-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3199889,0,0,2.3199889,10.199693,1043.1852)"
+ x1="0.9375"
+ y1="4.8437853"
+ x2="0.9375"
+ y2="7.549418" />
+ <linearGradient
+ id="linearGradient6281-8-0-1-6-6-4-2-8-0">
+ <stop
+ id="stop6283-0-2-2-1-2-0-1-6-0"
+ offset="0"
+ style="stop-color:#f7f9fb;stop-opacity:1" />
+ <stop
+ id="stop6285-5-0-9-7-6-9-9-1-9"
+ offset="1"
+ style="stop-color:#ffd680;stop-opacity:1" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.700835"
+ inkscape:cx="-2.6239162"
+ inkscape:cy="8.0012071"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="482"
+ inkscape:window-height="415"
+ inkscape:window-x="1564"
+ inkscape:window-y="454"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ transform="matrix(3.5838051,0,0,3.5838051,507.72454,-3419.8264)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ id="layer1-9"
+ inkscape:label="Layer 1">
+ <g
+ id="g11260-4-2"
+ transform="matrix(0.27903303,0,0,0.27903303,-109.29986,933.62804)"
+ style="display:inline">
+ <rect
+ style="fill:url(#radialGradient10505);fill-opacity:1;stroke:#c37e3b;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10961-8-3"
+ width="17.965227"
+ height="17.965227"
+ x="357.0806"
+ y="431.97098" />
+ <rect
+ style="fill:url(#radialGradient10503);fill-opacity:1;stroke:#c37e3b;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10961-9-0-4"
+ width="17.965227"
+ height="17.965227"
+ x="375.04584"
+ y="431.97098" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect10961-3-9-1"
+ d="m 357.08057,449.75837 17.96523,0 0,18.13262 -17.96523,0 z"
+ style="fill:url(#radialGradient10499);fill-opacity:1;stroke:#a45d2b;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect10961-9-6-4-1"
+ d="m 375.0458,449.75837 17.96522,0 0,18.13262 -17.96522,0 z"
+ style="fill:url(#radialGradient10501);fill-opacity:1;stroke:#a45d2b;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:none;stroke:url(#linearGradient10579);stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;font-family:Sans"
+ d="m 357.27589,432.15148 0,17.71804 0,17.85756 17.71805,0 17.85755,0 0,-17.85756 0,-0.13951 0,-17.57853 -17.85755,0 -17.71805,0 z"
+ id="rect10961-8-3-6"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path11108-6-7-5"
+ d="m 375.00635,426.58855 0,46.58947"
+ style="fill:#915323;fill-opacity:1;stroke:url(#linearGradient4895);stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path11108-6-7-5-6"
+ d="m 398.30108,449.88328 -46.58947,0"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#915323;fill-opacity:1;stroke:url(#linearGradient10544);stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;font-family:Sans" />
+ </g>
+ <g
+ id="g11331-3"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-64.52871,915.34629)" />
+ </g>
+ <g
+ id="g14097"
+ mask="url(#mask10847)"
+ style="opacity:0.75">
+ <g
+ transform="matrix(3.5838051,0,0,3.5838051,461.05274,-3375.5799)"
+ style="display:inline"
+ mask="none"
+ id="g8461">
+ <g
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ transform="matrix(0.51237963,0,0,0.51237963,21.788022,514.89288)"
+ id="g7590-1-0">
+ <path
+ style="opacity:1;fill:#ffffff;stroke:#ffffff;stroke-width:5.85503386999999975;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter8410-6-5)"
+ d="m -16.30668,1023.0143 c 0,0 0.754772,2.7548 2.663409,4.6634 1.908637,1.9086 4.663405,2.6634 4.663405,2.6634 0,0 -2.739141,0.7391 -4.663398,2.6634 -1.924257,1.9243 -2.663409,4.6634 -2.663409,4.6634 0,0 -0.676645,-2.6766 -2.66341,-4.6634 -1.986765,-1.9868 -4.663405,-2.6634 -4.663405,-2.6634 0,0 2.801649,-0.8017 4.663405,-2.6634 1.861756,-1.8618 2.663403,-4.6634 2.663403,-4.6634 z"
+ id="rect6501-1-6-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czczczczc" />
+ </g>
+ </g>
+ </g>
+ <g
+ id="g14104"
+ transform="matrix(1.1835826,0,0,1.1835826,-72.087418,-81.712528)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline" />
+ <g
+ transform="matrix(1.1835826,0,0,1.1835826,-72.087418,-81.712526)"
+ style="display:inline"
+ id="g6258"
+ mask="none" />
+ <g
+ style="display:inline"
+ id="g6432"
+ transform="matrix(3.5838051,0,0,3.5838051,517.985,-3405.2903)">
+ <path
+ style="fill:url(#linearGradient6323-7-1-1);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1053.62 2,0 1.492188,-1.4844 -2.0312504,0 z"
+ id="path5581-1-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient5084-3-3-2-6);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1055.62 4,0 0,-1 -0.476562,-0.4844 -2.03125,0 z"
+ id="path5581-1-1-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5086-8-0-8-5);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.484375,1052.1356 0,2 0.476562,0.4844 0,-2 z"
+ id="path5581-1-1-7"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5082-1-0-8-1);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1053.62 0,2 1.492188,-1.4844 0,-2 z"
+ id="path5581-1-1-6"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5078-8-2-1-4);fill-opacity:1;stroke:none;display:inline"
+ d="m -7.007813,1048.62 0,5 1.4609376,-1.4844 0,-2 z"
+ id="path5581-1-1-1"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5076-5-2-9-8);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 -2,0 1.4609375,1.5156 2.0312505,0 z"
+ id="path5581-1-1-89"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3500-5);fill-opacity:1;stroke:none;display:inline"
+ d="m -5.007813,1048.62 0,0 1.503907,1.5273 0,-1.5156 z"
+ id="path5581-1-1-2"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient5088-1-4-8-6);fill-opacity:1;stroke:none;display:inline"
+ d="m -1.011718,1052.1356 -0.472657,0 0.476563,0.4844 -0.0039,0 z"
+ id="path5581-1-1-79"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ style="display:inline"
+ id="g4514"
+ transform="translate(-5.536708,-5.6240351)">
+ <g
+ id="g4522"
+ transform="translate(-9.9375,0)">
+ <rect
+ style="fill:url(#radialGradient3091-1-9-6-4-6);fill-opacity:1;stroke:#a27d18;stroke-width:1.03243756;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect3910"
+ width="4.5825453"
+ height="4.454073"
+ x="-758.82336"
+ y="-740.41083"
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path5581-5-5"
+ d="m 12.471186,1054.309 1.001133,0 0,1.946 1.986639,0 0,1.0167 -1.986639,0 0,2.043 -1.001133,0 0,-2.043 -1.98664,0 0,-1.0167 1.98664,0 z"
+ style="fill:url(#linearGradient3093-5-2-7-0-9);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/package_obj.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/package_obj.svg
new file mode 100644
index 000000000..b70d20b45
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/package_obj.svg
@@ -0,0 +1,327 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="package_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10573">
+ <stop
+ style="stop-color:#c18965;stop-opacity:1;"
+ offset="0"
+ id="stop10575" />
+ <stop
+ style="stop-color:#975c45;stop-opacity:1"
+ offset="1"
+ id="stop10577" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10507">
+ <stop
+ style="stop-color:#5f392d;stop-opacity:1"
+ offset="0"
+ id="stop10509" />
+ <stop
+ id="stop10511"
+ offset="0.18181793"
+ style="stop-color:#9e7058;stop-opacity:1" />
+ <stop
+ id="stop10513"
+ offset="0.36363617"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ id="stop10515"
+ offset="0.49999985"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ id="stop10517"
+ offset="0.63636351"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e7058;stop-opacity:1"
+ offset="0.81818175"
+ id="stop10519" />
+ <stop
+ style="stop-color:#5f392d;stop-opacity:1"
+ offset="1"
+ id="stop10522" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-4-4-6-2">
+ <stop
+ id="stop11150-4-72-3-9-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-0-7-3-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2-6-1-7">
+ <stop
+ id="stop11150-7-5-9-3-8-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-35-5-4-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30-1-1-4">
+ <stop
+ id="stop11150-9-6-9-5-6-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-6-3-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-5-6-8">
+ <stop
+ id="stop11150-7-8-3-8-7-0-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-3-2-5-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10507"
+ id="linearGradient4895"
+ gradientUnits="userSpaceOnUse"
+ x1="355.2973"
+ y1="449.88141"
+ x2="394.71915"
+ y2="449.88141"
+ gradientTransform="matrix(0,1,-1,0,824.88775,74.875059)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-30-1-1-4"
+ id="radialGradient10499"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5866405,-4.9074941e-6,4.3066195e-6,2.2699317,-639.81718,-549.01598)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-7-5-6-8"
+ id="radialGradient10501"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5866405,-4.9074941e-6,4.3066195e-6,2.2699317,-621.85195,-549.01598)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-2-6-1-7"
+ id="radialGradient10503"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5866405,-4.9074941e-6,4.3066195e-6,2.2699317,-621.85195,-566.97066)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-4-4-6-2"
+ id="radialGradient10505"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5866405,-4.9074941e-6,4.3066195e-6,2.2699317,-639.81718,-566.97066)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient10507-2">
+ <stop
+ style="stop-color:#5f392d;stop-opacity:1"
+ offset="0"
+ id="stop10509-4" />
+ <stop
+ id="stop10511-2"
+ offset="0.18181793"
+ style="stop-color:#9e7058;stop-opacity:1" />
+ <stop
+ id="stop10513-9"
+ offset="0.36363617"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ id="stop10515-0"
+ offset="0.49999985"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ id="stop10517-9"
+ offset="0.63636351"
+ style="stop-color:#794f40;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e7058;stop-opacity:1"
+ offset="0.81818175"
+ id="stop10519-2" />
+ <stop
+ style="stop-color:#5f392d;stop-opacity:1"
+ offset="1"
+ id="stop10522-7" />
+ </linearGradient>
+ <linearGradient
+ y2="449.88141"
+ x2="394.71915"
+ y1="449.88141"
+ x1="355.2973"
+ gradientTransform="matrix(-1,0,0,-1,750.01459,899.76468)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10544"
+ xlink:href="#linearGradient10507-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10573"
+ id="linearGradient10579"
+ x1="366.04819"
+ y1="430.17236"
+ x2="366.04819"
+ y2="466.01041"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="30.80334"
+ inkscape:cx="1.2064551"
+ inkscape:cy="10.646745"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1138"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ transform="matrix(3.5838051,0,0,3.5838051,511.21484,-3419.8264)"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ id="layer1-9"
+ inkscape:label="Layer 1">
+ <g
+ id="g11260-4-2"
+ transform="matrix(0.27903303,0,0,0.27903303,-109.29986,933.62804)"
+ style="display:inline">
+ <rect
+ style="fill:url(#radialGradient10505);fill-opacity:1;stroke:#c37e3b;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10961-8-3"
+ width="17.965227"
+ height="17.965227"
+ x="357.0806"
+ y="431.97098" />
+ <rect
+ style="fill:url(#radialGradient10503);fill-opacity:1;stroke:#c37e3b;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10961-9-0-4"
+ width="17.965227"
+ height="17.965227"
+ x="375.04584"
+ y="431.97098" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect10961-3-9-1"
+ d="m 357.08057,449.75837 17.96523,0 0,18.13262 -17.96523,0 z"
+ style="fill:url(#radialGradient10499);fill-opacity:1;stroke:#a45d2b;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect10961-9-6-4-1"
+ d="m 375.0458,449.75837 17.96522,0 0,18.13262 -17.96522,0 z"
+ style="fill:url(#radialGradient10501);fill-opacity:1;stroke:#a45d2b;stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:none;stroke:url(#linearGradient10579);stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;font-family:Sans"
+ d="m 357.27589,432.15148 0,17.71804 0,17.85756 17.71805,0 17.85755,0 0,-17.85756 0,-0.13951 0,-17.57853 -17.85755,0 -17.71805,0 z"
+ id="rect10961-8-3-6"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path11108-6-7-5"
+ d="m 375.00635,426.58855 0,46.58947"
+ style="fill:#915323;fill-opacity:1;stroke:url(#linearGradient4895);stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path11108-6-7-5-6"
+ d="m 398.30108,449.88328 -46.58947,0"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#915323;fill-opacity:1;stroke:url(#linearGradient10544);stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;font-family:Sans" />
+ </g>
+ <g
+ id="g11331-3"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-64.52871,915.34629)" />
+ </g>
+ <g
+ id="g14104"
+ transform="matrix(1.1835826,0,0,1.1835826,-68.597078,-81.712528)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline" />
+ <g
+ transform="matrix(1.1835826,0,0,1.1835826,-68.597078,-81.712526)"
+ style="display:inline"
+ id="g6258"
+ mask="none" />
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/packagefolder_obj.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/packagefolder_obj.svg
new file mode 100644
index 000000000..45148ffeb
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/packagefolder_obj.svg
@@ -0,0 +1,431 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="packagefolder_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-61.366562,1.4453859)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#ad6c24;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient4933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ id="linearGradient3973"
+ inkscape:collect="always">
+ <stop
+ id="stop3975"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient4935-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3949">
+ <stop
+ style="stop-color:#9e6627;stop-opacity:1"
+ offset="0"
+ id="stop3951" />
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="1"
+ id="stop3953" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask5153">
+ <g
+ id="g5155"
+ style="display:inline"
+ transform="matrix(0.84489245,0,0,0.84489245,66.961974,62.982434)">
+ <path
+ transform="matrix(1.1835826,0,0,1.1835826,-79.255026,-74.544902)"
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="path5157"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ </g>
+ </mask>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4929-6"
+ x="-0.13757156"
+ width="1.2751431"
+ y="-0.37744918"
+ height="1.7548983">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.5620748"
+ id="feGaussianBlur4931-9" />
+ </filter>
+ <linearGradient
+ y2="381.57214"
+ x2="538.83301"
+ y1="397.56107"
+ x1="537.94318"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,884.33713,1300.6675)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6107"
+ xlink:href="#linearGradient3973-7-8-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3973-7-8-2"
+ inkscape:collect="always">
+ <stop
+ id="stop3975-4-9-2"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977-0-4-1"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="381.19754"
+ x2="548.01556"
+ y1="398.98798"
+ x1="548.45923"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,884.33713,1300.6675)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6109"
+ xlink:href="#linearGradient4807-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4807-2-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4809-7-5"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop4811-50-7"
+ offset="1"
+ style="stop-color:#bc8532;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientTransform="translate(-60.558598,1.4188)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5342"
+ xlink:href="#linearGradient3955"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-4-3-4"
+ id="radialGradient5103-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4-4-3-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-72-2-0" />
+ <stop
+ id="stop11152-9-0-2-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-2-5-8"
+ id="radialGradient5105-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3-2-5-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-9-0-8" />
+ <stop
+ id="stop11152-8-4-35-4-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-30-9-5"
+ id="radialGradient5107-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5-30-9-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-9-9-5" />
+ <stop
+ id="stop11152-6-7-6-1-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-7-9-1"
+ id="radialGradient5109-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-9-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-8-47-1" />
+ <stop
+ id="stop11152-8-8-6-3-4-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16.000001"
+ inkscape:cx="7.6141273"
+ inkscape:cy="8.997511"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="250"
+ inkscape:window-y="250"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4044" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ transform="matrix(0.33025864,0,0,0.33025864,-150.61632,918.18176)"
+ id="g13813">
+ <rect
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3939);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3"
+ width="15"
+ height="16.625"
+ x="463.74335"
+ y="368.49503"
+ rx="2.625"
+ ry="2.625" />
+ <path
+ style="fill:url(#linearGradient4933);fill-opacity:1;stroke:url(#linearGradient4935-1);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 463.24874,374.64819 28.07551,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,11.29376 c 0,1.45425 -1.22088,2.24642 -2.625,2.625 l -28.07551,7.56983 c -1.40411,0.37858 -2.625,-1.17075 -2.625,-2.625 l 0,-18.86359 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="rect13693"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient5342);stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 462.26171,374.64819 20.09375,0"
+ id="path13797"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g11260-4-3"
+ transform="matrix(0.27903303,0,0,0.27903303,-93.454142,917.99265)"
+ style="display:inline">
+ <rect
+ style="fill:url(#radialGradient5103-7);fill-opacity:1;stroke:#694337;stroke-width:2.86704397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10961-8-9"
+ width="10.875"
+ height="10.875"
+ x="384.25"
+ y="439.17468"
+ transform="translate(-20.000002,2.6171874e-6)" />
+ <rect
+ style="fill:url(#radialGradient5105-4);fill-opacity:1;stroke:#694337;stroke-width:2.86704397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10961-9-0-0"
+ width="10.875"
+ height="10.875"
+ x="395.125"
+ y="439.17468"
+ transform="translate(-20.000002,2.6171874e-6)" />
+ <rect
+ style="fill:url(#radialGradient5107-4);fill-opacity:1;stroke:#694337;stroke-width:2.86704397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10961-3-9-3"
+ width="10.875"
+ height="10.875"
+ x="384.25"
+ y="450.04968"
+ transform="translate(-20.000002,2.6171874e-6)" />
+ <rect
+ style="fill:url(#radialGradient5109-7);fill-opacity:1;stroke:#694337;stroke-width:2.86704397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect10961-9-6-4-0"
+ width="10.875"
+ height="10.875"
+ x="395.125"
+ y="450.04968"
+ transform="translate(-20.000002,2.6171874e-6)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path11108-6-0"
+ d="m 359.71634,450.03981 30.58237,0"
+ style="fill:none;stroke:#694337;stroke-width:2.86704397;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path11108-8-0-8"
+ d="m 375.00752,434.74862 0,30.58237"
+ style="fill:none;stroke:#694337;stroke-width:2.86704397;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ <g
+ transform="matrix(0.33025864,0,0,0.33025864,-151.62636,919.14589)"
+ style="display:inline"
+ id="g6258"
+ mask="none">
+ <g
+ mask="url(#mask5153)"
+ id="g4914"
+ transform="translate(3.058339,-2.9193236)">
+ <rect
+ style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929-6)"
+ id="rect13693-2-2"
+ width="29.135895"
+ height="22.649353"
+ x="860.68469"
+ y="542.8974"
+ rx="2.625"
+ ry="3.7184925"
+ transform="matrix(1,0,-0.70828043,0.70593118,4.9445873e-7,-4.9445987e-8)" />
+ </g>
+ </g>
+ <rect
+ transform="matrix(1,0,-0.70828042,0.7059312,0,0)"
+ ry="1.2280643"
+ rx="0.86692894"
+ y="1480.1853"
+ x="1054.8699"
+ height="7.0601854"
+ width="10.064708"
+ id="rect13693-2"
+ style="fill:url(#linearGradient6107);fill-opacity:1;stroke:url(#linearGradient6109);stroke-width:1.19019687;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <g
+ id="g5082"
+ transform="translate(18.738328,2)" />
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/prj_obj.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/prj_obj.svg
new file mode 100644
index 000000000..f53b2cb77
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/prj_obj.svg
@@ -0,0 +1,296 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="prj_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4830">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832" />
+ <stop
+ id="stop4836"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#ffd175;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#fff1c2;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4756">
+ <stop
+ style="stop-color:#92b5eb;stop-opacity:1"
+ offset="0"
+ id="stop4758" />
+ <stop
+ style="stop-color:#b1e1fd;stop-opacity:1"
+ offset="1"
+ id="stop4760" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4807"
+ inkscape:collect="always">
+ <stop
+ id="stop4809"
+ offset="0"
+ style="stop-color:#2846b3;stop-opacity:1" />
+ <stop
+ id="stop4811"
+ offset="1"
+ style="stop-color:#60649d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-58.381352,-1.4843182)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3945"
+ gradientUnits="userSpaceOnUse"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294"
+ gradientTransform="translate(-60.558602,0)" />
+ <linearGradient
+ y2="385.15216"
+ x2="537.90186"
+ y1="397.56107"
+ x1="537.94318"
+ gradientTransform="matrix(0.95640793,0,1.3306873e-8,1.3548175,367.50712,24.15968)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4776"
+ xlink:href="#linearGradient4756"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="382.12424"
+ x2="546.58252"
+ y1="397.26389"
+ x1="546.63287"
+ gradientTransform="matrix(0.95640793,0,1.3306873e-8,1.3548175,367.50712,24.15968)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4778"
+ xlink:href="#linearGradient4807"
+ inkscape:collect="always" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter4929"
+ x="-0.13757156"
+ width="1.2751431"
+ y="-0.37744917"
+ height="1.7548983">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.5620748"
+ id="feGaussianBlur4931" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558602,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ y2="373.77069"
+ x2="548.45923"
+ y1="398.98798"
+ x1="548.45923"
+ gradientTransform="translate(-60.558592,7.1608197e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4795"
+ xlink:href="#linearGradient4830"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="9.8933183"
+ inkscape:cy="7.1013738"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="513"
+ inkscape:window-height="455"
+ inkscape:window-x="1392"
+ inkscape:window-y="777"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)"
+ id="g13813">
+ <rect
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3939);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3"
+ width="15"
+ height="16.625"
+ x="466.72839"
+ y="365.56506"
+ rx="2.625"
+ ry="2.625" />
+ <path
+ style="fill:url(#linearGradient4933);fill-opacity:1;stroke:#757c8a;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 463.3109,371.48923 28.04582,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,20.50858 c 0,1.45425 -1.17306,2.54291 -2.625,2.625 l -28.04582,1.58563 c -1.45194,0.0821 -2.625,-1.17075 -2.625,-2.625 l 0,-22.09421 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="rect13693"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3945);stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 462.79697,371.48977 19.55849,0"
+ id="path13797"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ id="g4914"
+ mask="url(#mask4917)">
+ <rect
+ transform="matrix(1,0,-0.70828043,0.70593118,0,0)"
+ ry="3.7184925"
+ rx="2.625"
+ y="542.8974"
+ x="860.68469"
+ height="22.649353"
+ width="30.899641"
+ id="rect13693-2-2"
+ style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929)" />
+ </g>
+ <path
+ style="fill:none;stroke:url(#linearGradient4795);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 463.3109,371.48923 28.04582,0 c 1.45426,0 2.625,1.17075 2.625,2.625 l 0,20.10713 c 0,1.45425 -1.17437,2.52222 -2.625,2.625 l -28.04582,1.98708 c -1.45062,0.10278 -2.625,-1.17075 -2.625,-2.625 l 0,-22.09421 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="rect13693-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <rect
+ style="fill:url(#linearGradient4776);fill-opacity:1;stroke:url(#linearGradient4778);stroke-width:3.60383272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-2"
+ width="29.552662"
+ height="21.662022"
+ x="861.35822"
+ y="543.39105"
+ rx="2.5105708"
+ ry="3.5563958"
+ transform="matrix(1,0,-0.70828042,0.70593119,0,0)" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/run.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/run.svg
new file mode 100644
index 000000000..ae659ea9b
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/css/icons/svg/run.svg
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="run_exc.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-15-1-7-6-1"
+ id="linearGradient8163-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-7-6-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1-7-3-7" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0-5-4-8"
+ offset="0.5"
+ style="stop-color:#3c8d49;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4e173;stop-opacity:1;"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9-8-4-3" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="8.0813766"
+ inkscape:cy="16.20081"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8159"
+ showgrid="false"
+ inkscape:window-width="1171"
+ inkscape:window-height="959"
+ inkscape:window-x="1357"
+ inkscape:window-y="309"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="g8159"
+ transform="translate(-8.2201163,-12.904699)">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient8163-2);fill-opacity:1;stroke:#14733c;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path10796-2-6-0"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 c 0,5.86803 -4.75697,10.625 -10.625,10.625 -5.86803,0 -10.625,-4.75697 -10.625,-10.625 0,-5.86802 4.75697,-10.625 10.625,-10.625 5.86803,0 10.625,4.75698 10.625,10.625 z"
+ transform="matrix(0.62300696,0,0,0.62300696,-225.45273,765.59692)" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path8117"
+ d="m 14.039346,1052.2494 6.0625,5.1875 -6,5.0625 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/JDTProjectService.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/JDTProjectService.java
new file mode 100644
index 000000000..30ebf9c0c
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/JDTProjectService.java
@@ -0,0 +1,156 @@
+package org.eclipse.fx.code.compensator.project.jdt;
+
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+
+import org.eclipse.e4.core.contexts.ContextInjectionFactory;
+import org.eclipse.e4.core.contexts.IEclipseContext;
+import org.eclipse.fx.code.compensator.model.workbench.LocalProject;
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.project.InstanceProject;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorContribution;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.ProjectService;
+import org.eclipse.fx.code.compensator.project.internal.adapter.ModuleContainerItem;
+import org.eclipse.fx.code.compensator.project.internal.adapter.VCSContainerItem.VCSDirectory;
+import org.eclipse.fx.code.compensator.project.jdt.internal.JDTInstanceProject;
+import org.eclipse.fx.code.compensator.project.jdt.internal.JDTModuleItem;
+import org.eclipse.fx.code.compensator.project.jdt.menu.ImportModuleElement;
+import org.eclipse.fx.code.compensator.project.jdt.tb.DebugElement;
+import org.eclipse.fx.code.compensator.project.jdt.tb.NewClassElement;
+import org.eclipse.fx.code.compensator.project.jdt.tb.NewEnumElement;
+import org.eclipse.fx.code.compensator.project.jdt.tb.NewInterfaceElement;
+import org.eclipse.fx.code.compensator.project.jdt.tb.NewModuleElement;
+import org.eclipse.fx.code.compensator.project.jdt.tb.NewPackageElement;
+import org.eclipse.fx.code.compensator.project.jdt.tb.RunElement;
+import org.eclipse.fx.core.SimpleURI;
+import org.eclipse.fx.core.URI;
+
+public class JDTProjectService implements ProjectService {
+ private List<ToolbarGroup> primaryGroups;
+ private List<ToolbarGroup> secondaryGroup;
+ private List<ContextMenuGroup> menuGroups;
+ private List<ProjectNavigatorContribution> contextMenuContributions = new ArrayList<>();
+
+ public void registerContextMenuContributions(ProjectNavigatorContribution contribution) {
+ if( contribution.applies(this) ) {
+ contextMenuContributions.add(contribution);
+ }
+ }
+
+ public void unregisterContextMenuContributions(ProjectNavigatorContribution contribution) {
+ if( contribution.applies(this) ) {
+ contextMenuContributions.remove(contribution);
+ }
+ }
+
+ @Override
+ public ProjectNavigatorItem mapModuleItem(Module m, InstanceProject instanceProject) {
+ return new JDTModuleItem(m, (JDTInstanceProject) instanceProject);
+ }
+
+ @Override
+ public InstanceProject createProjectInstance(IEclipseContext context) {
+ return ContextInjectionFactory.make(JDTInstanceProject.class, context);
+ }
+
+ @Override
+ public boolean applies(Project p) {
+ if( p instanceof LocalProject ) {
+ return getId().equals(p.getProjectType());
+ }
+ return false;
+ }
+
+ @Override
+ public URI getIconUri() {
+ return new SimpleURI(getClass().getClassLoader().getResource("css/icons/16/jperspective.png").toExternalForm());
+ }
+
+ @Override
+ public String getProjectType() {
+ return "java-project";
+ }
+
+ @Override
+ public String getProjectPerspectiveTemplate(Project p) {
+ return "org.eclipse.fx.code.compensator.project.perspective.default";
+ }
+
+ @Override
+ public String getLabel() {
+ return "Java Project";
+ }
+
+ @Override
+ public boolean applies(Class<?> type) {
+ return type == LocalProject.class;
+ }
+
+ @Override
+ public String getId() {
+ return "org.eclipse.fx.code.compensator.project.jdt";
+ }
+
+ @Override
+ public List<ToolbarGroup> getPrimaryToolbarGroups() {
+ if( primaryGroups == null ) {
+ primaryGroups = new ArrayList<>();
+ primaryGroups.add(new ToolbarGroup("launcher", Arrays.asList(new RunElement(), new DebugElement())));
+ primaryGroups.add(new ToolbarGroup("new-files", Arrays.asList(new NewModuleElement(), new NewPackageElement(), new NewClassElement(), new NewInterfaceElement(), new NewEnumElement())));
+
+ }
+ return primaryGroups;
+ }
+
+ @Override
+ public List<ToolbarGroup> getSecondaryToolbarGroups() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public List<ContextMenuGroup> getProjectNavigatorContextMenuGroups() {
+ if( menuGroups == null ) {
+ menuGroups = new ArrayList<>();
+ menuGroups.add(new ModuleContainerContextGroup());
+ menuGroups.add(new VCSDirectoryContextGroup());
+ }
+ return menuGroups;
+ }
+
+
+ static class ModuleContainerContextGroup extends ContextMenuGroup {
+
+ public ModuleContainerContextGroup() {
+ super("module-container", createElements());
+ }
+
+ private static List<MenuElement> createElements() {
+ return Arrays.asList(new org.eclipse.fx.code.compensator.project.jdt.menu.NewModuleElement());
+ }
+
+ @Override
+ public boolean applies(ProjectNavigatorItem item) {
+ return item instanceof ModuleContainerItem || item instanceof JDTModuleItem;
+ }
+ }
+
+ static class VCSDirectoryContextGroup extends ContextMenuGroup {
+
+ public VCSDirectoryContextGroup() {
+ super("vcs-dir", createElements());
+ }
+
+ private static List<MenuElement> createElements() {
+ return Arrays.asList(new ImportModuleElement());
+ }
+
+ @Override
+ public boolean applies(ProjectNavigatorItem item) {
+ return item instanceof VCSDirectory;
+ }
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTDocumentFactory.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTDocumentFactory.java
new file mode 100644
index 000000000..e50d2edd6
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTDocumentFactory.java
@@ -0,0 +1,72 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import java.util.Map.Entry;
+import java.util.Optional;
+import java.util.WeakHashMap;
+
+import org.eclipse.fx.code.compensator.editor.Input;
+import org.eclipse.fx.code.compensator.editor.services.DocumentFactory;
+import org.eclipse.jface.text.Document;
+import org.eclipse.jface.text.DocumentEvent;
+import org.eclipse.jface.text.IDocument;
+import org.eclipse.jface.text.IDocumentListener;
+
+
+public class JDTDocumentFactory implements DocumentFactory {
+ private WeakHashMap<IDocument, JDTServerInput> documents = new WeakHashMap<IDocument, JDTServerInput>();
+
+ @Override
+ public boolean applies(Input<?> input) {
+ return input instanceof JDTServerInput;
+ }
+
+ @Override
+ public IDocument createDocument(Input<?> input) {
+ IDocument document;
+
+ Optional<Entry<IDocument, JDTServerInput>> first = documents.entrySet().stream().filter((e) -> e.getValue() == input).findFirst();
+ if( first.isPresent() ) {
+ document = first.get().getKey();
+ } else {
+ document = new Document(((JDTServerInput)input).getData());
+ document.addDocumentListener(new IDocumentListener() {
+
+ @Override
+ public void documentChanged(DocumentEvent event) {
+ if( event.fLength == 0 ) {
+ JDTServerInput input = documents.get(document);
+ if( input != null ) {
+ input.insertData(event.fOffset, event.fText);
+ }
+ } else {
+ JDTServerInput input = documents.get(document);
+ if( input != null ) {
+ input.replaceData(event.fOffset, event.fLength, event.fText);
+ }
+ }
+ }
+
+ @Override
+ public void documentAboutToBeChanged(DocumentEvent event) {
+
+ }
+ });
+ }
+
+ documents.put(document, (JDTServerInput) input);
+ return document;
+ }
+
+ @Override
+ public boolean persistDocument(IDocument document) {
+ Input<?> input = documents.get(document);
+ if( input != null ) {
+ JDTServerInput serverInput = (JDTServerInput)input;
+ serverInput.setData(document.get());
+ serverInput.persist();
+ return true;
+ }
+ return false;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTFileItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTFileItem.java
new file mode 100644
index 000000000..86210e603
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTFileItem.java
@@ -0,0 +1,44 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import java.nio.file.Path;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.navigator.PathItem;
+
+public class JDTFileItem extends PathItem implements JDTPathItem {
+
+ public JDTFileItem(ProjectNavigatorItem parent, Path p) {
+ super(parent,p);
+ }
+
+ @Override
+ public JDTModuleItem getModuleItem() {
+ return ((JDTPathItem)parent).getModuleItem();
+ }
+
+ @Override
+ public String getIcon() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ return FXCollections.emptyObservableList();
+ }
+
+ @Override
+ public boolean isLeaf() {
+ return true;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTInstanceProject.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTInstanceProject.java
new file mode 100644
index 000000000..68b8d9f85
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTInstanceProject.java
@@ -0,0 +1,88 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import java.nio.file.Path;
+
+import javax.inject.Inject;
+
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.e4.ui.model.application.ui.basic.MPart;
+import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
+import org.eclipse.e4.ui.model.application.ui.basic.MStackElement;
+import org.eclipse.e4.ui.workbench.modeling.EModelService;
+import org.eclipse.e4.ui.workbench.modeling.EPartService;
+import org.eclipse.e4.ui.workbench.modeling.EPartService.PartState;
+import org.eclipse.emf.common.util.URI;
+import org.eclipse.fx.code.compensator.editor.TextEditor;
+import org.eclipse.fx.code.compensator.editor.services.FileIconLookup;
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.project.InstanceProject;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.server.jdt.JDTServer;
+
+public class JDTInstanceProject implements InstanceProject {
+ private final Project project;
+ private final JDTServer projectServer;
+ private final EPartService partService;
+ private final EModelService modelService;
+ private final MPerspective perspective;
+ private final FileIconLookup fileLookup;
+
+ @Inject
+ public JDTInstanceProject(
+ JDTServer projectServer, Project project, EPartService partService, EModelService modelService, MPerspective perspective,
+ FileIconLookup fileLookup) {
+ this.project = project;
+ this.projectServer = projectServer;
+ this.partService = partService;
+ this.modelService = modelService;
+ this.perspective = perspective;
+ this.fileLookup = fileLookup;
+ System.err.println("A NEW INSTANCE");
+ }
+
+ @Override
+ public Project getProject() {
+ return project;
+ }
+
+ public JDTServer getProjectServer() {
+ return projectServer;
+ }
+
+ @Override
+ public ProjectNavigatorItem mapModule(Module module) {
+ return new JDTModuleItem(module, this);
+ }
+
+ @Override
+ public boolean openItem(ProjectNavigatorItem item) {
+ if( item instanceof JDTFileItem ) {
+ JDTFileItem jdtItem = (JDTFileItem) item;
+ MPartStack element = (MPartStack) modelService.find("org.eclipse.fx.code.compensator.project.partstack.1", perspective);
+
+ JDTModuleItem moduleItem = jdtItem.getModuleItem();
+ Path path = moduleItem.getModuleRelativePath(jdtItem.getDomainObject());
+ String url = "jdt:/"+project.getName()+"/"+moduleItem.getDomainObject().getName()+"/"+path.toString();
+
+ for( MStackElement p : element.getChildren() ) {
+ if( url.equals(p.getPersistedState().get(TextEditor.DOCUMENT_URL)) ) {
+ partService.showPart((MPart)p, PartState.ACTIVATE);
+ return true;
+ }
+ }
+
+ MPart p = modelService.createModelElement(MPart.class);
+ p.setContributionURI("bundleclass://org.eclipse.fx.code.compensator.editor/org.eclipse.fx.code.compensator.editor.TextEditor");
+ p.getPersistedState().put(TextEditor.DOCUMENT_URL, url);
+ p.setLabel(URI.createURI(url).lastSegment());
+ p.setIconURI(fileLookup.getFileIcon(url));
+ p.setCloseable(true);
+ p.getTags().add(EPartService.REMOVE_ON_HIDE_TAG);
+ element.getChildren().add(p);
+ partService.showPart(p, PartState.ACTIVATE);
+ return true;
+ }
+ return false;
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTModuleItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTModuleItem.java
new file mode 100644
index 000000000..1567da33f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTModuleItem.java
@@ -0,0 +1,128 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import java.net.URI;
+import java.net.URISyntaxException;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.util.List;
+import java.util.Optional;
+import java.util.concurrent.Future;
+import java.util.stream.Collectors;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.navigator.FileItem;
+import org.eclipse.fx.code.compensator.project.navigator.FolderItem;
+import org.eclipse.fx.code.compensator.project.navigator.PathItem;
+import org.eclipse.fx.core.function.ExExecutor;
+import org.eclipse.fx.core.log.Logger;
+import org.eclipse.fx.core.log.LoggerCreator;
+
+public class JDTModuleItem implements ProjectNavigatorItem, JDTPathItem {
+ private final Module module;
+ private final JDTInstanceProject instanceProject;
+ private ObservableList<ProjectNavigatorItem> children;
+ private Path path;
+ private static Logger LOGGER;
+
+ public JDTModuleItem(Module module, JDTInstanceProject instanceProject) {
+ this.module = module;
+ this.instanceProject = instanceProject;
+
+ Path path = null;
+ try {
+ path = Paths.get(new URI(module.getRootFolderUrl()));
+ } catch (URISyntaxException e) {
+ getLogger().errorf("Unable to create path for #1", e, module.getRootFolderUrl());
+ }
+ this.path = path;
+ }
+
+ @Override
+ public JDTModuleItem getModuleItem() {
+ return this;
+ }
+
+ public Path getModuleRelativePath(Path path) {
+ return getPath().relativize(path);
+ }
+
+ private static Logger getLogger() {
+ if( LOGGER == null ) {
+ LOGGER = LoggerCreator.createLogger(JDTModuleItem.class);
+ }
+ return LOGGER;
+ }
+
+ public Path getPath() {
+ return path;
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return module.getName();
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/prj_obj.png";
+ }
+
+ @Override
+ public Module getDomainObject() {
+ return module;
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public boolean isDeletable() {
+ return true;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ if( children == null ) {
+ children = FXCollections.observableArrayList();
+ children.addAll(module.getModuleList().stream().map( m -> new JDTModuleItem(m, instanceProject) ).collect(Collectors.toList()));
+ Future<List<String>> folders = instanceProject.getProjectServer().getSourceFolders(module.getName());
+
+ Optional<List<JDTPackageFragmentRootItem>> items = ExExecutor.executeSupplier(folders::get, "Unable to retrieve").map(srcfList -> {
+ return srcfList.stream().map(srcf -> new JDTPackageFragmentRootItem(this, this.path.resolve(srcf))).collect(Collectors.toList());
+ });
+ if( items.isPresent() ) {
+ children.addAll(items.get());
+ }
+
+ Optional<List<PathItem>> paths = ExExecutor.executeSupplier(() -> Files.walk(path, 1), "Unable to fetch inspect '"+path+"'")
+ .map((s) -> s.filter(p -> ! p.equals(path)).map((p) -> {
+ if( Files.isDirectory(p) ) {
+ return new FolderItem(this,p);
+ } else {
+ return new FileItem(this,p);
+ }
+ }).collect(Collectors.toList()));
+ if( paths.isPresent() ) {
+ children.addAll(paths.get());
+ }
+ }
+ return children;
+ }
+
+ @Override
+ public boolean isLeaf() {
+ return false;
+ }
+
+// public static void main(String[] args) {
+// Path p = Paths.get(uri);
+// }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPackageFragmentRootItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPackageFragmentRootItem.java
new file mode 100644
index 000000000..2bb0b7e1c
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPackageFragmentRootItem.java
@@ -0,0 +1,47 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.util.function.BiFunction;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.navigator.FolderItem;
+import org.eclipse.fx.code.compensator.project.navigator.PathItem;
+
+public class JDTPackageFragmentRootItem extends FolderItem implements ProjectNavigatorItem, JDTPathItem {
+ private JDTModuleItem moduleItem;
+
+ static final BiFunction<Path, FolderItem, PathItem> FACTORY = (p,i) -> {
+ if( Files.isDirectory(p) ) {
+ return new JDTPackageItem(i,p);
+ } else {
+ return new JDTFileItem(i,p);
+ }
+ };
+
+ public JDTPackageFragmentRootItem(JDTModuleItem moduleItem, Path path) {
+ super(moduleItem,path,FACTORY);
+ this.moduleItem = moduleItem;
+ }
+
+ @Override
+ public JDTModuleItem getModuleItem() {
+ return moduleItem;
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return moduleItem.getPath().relativize(path).toString();
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/packagefolder_obj.png";
+ }
+
+ @Override
+ public boolean isLeaf() {
+ return false;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPackageItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPackageItem.java
new file mode 100644
index 000000000..6dd5ebbea
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPackageItem.java
@@ -0,0 +1,34 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.util.function.BiFunction;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.navigator.FileItem;
+import org.eclipse.fx.code.compensator.project.navigator.FolderItem;
+import org.eclipse.fx.code.compensator.project.navigator.PathItem;
+
+
+public class JDTPackageItem extends FolderItem implements ProjectNavigatorItem, JDTPathItem {
+ private static BiFunction<Path, FolderItem, PathItem> FACTORY = (p,i) -> {
+ //FIXME We need to as the backend if this is a managed file
+ if( ! Files.isDirectory(p) && p.getFileName().toString().endsWith(".java") ) {
+ return new JDTFileItem(i,p);
+ }
+ return new FileItem(i,p);
+ };
+
+ public JDTPackageItem(FolderItem parent, Path p) {
+ super(parent,p,FACTORY);
+ }
+
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project.jdt/css/icons/16/package_obj.png";
+ }
+
+ @Override
+ public JDTModuleItem getModuleItem() {
+ return ((JDTPathItem)parent).getModuleItem();
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPathItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPathItem.java
new file mode 100644
index 000000000..93218a6c1
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTPathItem.java
@@ -0,0 +1,6 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+
+public interface JDTPathItem {
+ public JDTModuleItem getModuleItem();
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTServerInput.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTServerInput.java
new file mode 100644
index 000000000..bce4ace70
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTServerInput.java
@@ -0,0 +1,107 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import java.io.BufferedReader;
+import java.io.IOException;
+import java.io.StringReader;
+import java.nio.ByteBuffer;
+import java.util.concurrent.ExecutionException;
+import java.util.concurrent.Future;
+
+import org.eclipse.fx.code.compensator.editor.ContentTypeProvider;
+import org.eclipse.fx.code.compensator.editor.Input;
+import org.eclipse.fx.code.server.jdt.JDTServer;
+
+public class JDTServerInput implements Input<String>, ContentTypeProvider {
+ private JDTServer server;
+ private Future<String> openFile;
+
+ public JDTServerInput(JDTServer server, String module, String path) {
+ this.server = server;
+ this.openFile = this.server.openFile(module, path);
+ }
+
+ @Override
+ public String getData() {
+ try {
+ String resourceId = this.openFile.get();
+ Future<ByteBuffer> data = this.server.getFileContent(resourceId);
+
+ // Freaking hack because JavaFX can not deal with TABs
+ String s = new String(data.get().array());
+ BufferedReader reader = new BufferedReader(new StringReader(s));
+ StringBuilder b = new StringBuilder();
+ String line;
+ while( (line = reader.readLine()) != null ) {
+ //FIXME We need to replace TABs for now
+ b.append(line.replaceAll("\t", " ")+"\n");
+ }
+ reader.close();
+
+ if( ! s.equals(b.toString()) ) {
+ this.server.setFileContent(resourceId, ByteBuffer.wrap(b.toString().getBytes())).get();
+ this.server.persistContent(resourceId);
+ }
+ return b.toString();
+ } catch (InterruptedException | ExecutionException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (IOException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ return null;
+ }
+
+ @Override
+ public void setData(String data) {
+ try {
+ String resourceId = this.openFile.get();
+ Future<Boolean> content = this.server.setFileContent(resourceId, ByteBuffer.wrap(data.getBytes()));
+ content.get();
+ } catch (InterruptedException | ExecutionException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ }
+
+ @Override
+ public void persist() {
+ try {
+ String resourceId = this.openFile.get();
+ Future<Boolean> content = this.server.persistContent(resourceId);
+ content.get();
+ } catch (InterruptedException | ExecutionException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ }
+
+ public void insertData(int offset, String data) {
+ try {
+ String resourceId = this.openFile.get();
+ Future<Boolean> rv = this.server.insertContent(resourceId, offset, ByteBuffer.wrap(data.getBytes()));
+ rv.get();
+ } catch (InterruptedException | ExecutionException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ }
+
+ public void replaceData(int offset, int length, String data) {
+ try {
+ String resourceId = this.openFile.get();
+ Future<Boolean> rv = this.server.replaceContent(resourceId, offset, length, ByteBuffer.wrap(data.getBytes()));
+ rv.get();
+ } catch (InterruptedException | ExecutionException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ }
+
+ @Override
+ public String getContentType() {
+ return ContentTypeProvider.JAVA;
+ }
+
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTServerInputFactory.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTServerInputFactory.java
new file mode 100644
index 000000000..db4bb010f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTServerInputFactory.java
@@ -0,0 +1,39 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+
+import org.eclipse.emf.common.util.URI;
+import org.eclipse.fx.code.compensator.editor.ContentTypeProvider;
+import org.eclipse.fx.code.compensator.editor.Input;
+import org.eclipse.fx.code.compensator.editor.services.InputFactory;
+import org.eclipse.fx.code.server.jdt.JDTServer;
+import org.eclipse.fx.code.server.jdt.JDTServerFactory;
+
+public class JDTServerInputFactory implements InputFactory {
+ private JDTServerFactory factory;
+
+ public void registerJDTServerFactory(JDTServerFactory factory) {
+ this.factory = factory;
+ }
+
+ @Override
+ public boolean applies(String url) {
+ return url.startsWith("jdt:");
+ }
+
+ @Override
+ public <O> Input<O> createInput(String url) {
+ URI uri = URI.createURI(url);
+ JDTServer server = factory.getOrCreateServer(uri.segment(0));
+ String module = uri.segment(1);
+ StringBuilder b = new StringBuilder();
+
+ for( int i = 2; i < uri.segmentCount(); i++ ) {
+ if( b.length() > 0 ) {
+ b.append('/');
+ }
+ b.append(uri.segment(i));
+ }
+ return (Input<O>) new JDTServerInput(server,module,b.toString());
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTStylesheet.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTStylesheet.java
new file mode 100644
index 000000000..45e6f8c30
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/JDTStylesheet.java
@@ -0,0 +1,25 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import java.net.URL;
+
+import org.eclipse.fx.ui.services.theme.Stylesheet;
+import org.eclipse.fx.ui.services.theme.Theme;
+
+
+public class JDTStylesheet implements Stylesheet {
+
+ @Override
+ public boolean appliesToTheme(Theme t) {
+ return true;
+ }
+
+ @Override
+ public URL getURL(Theme t) {
+ URL url = getClass().getClassLoader().getResource("css/"+t.getId()+".css");
+ if( url == null ) {
+ url = getClass().getClassLoader().getResource("css/default.css");
+ }
+ return url;
+ }
+
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/ProjectServerCF.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/ProjectServerCF.java
new file mode 100644
index 000000000..74bb5af85
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/internal/ProjectServerCF.java
@@ -0,0 +1,23 @@
+package org.eclipse.fx.code.compensator.project.jdt.internal;
+
+import org.eclipse.e4.core.contexts.ContextFunction;
+import org.eclipse.e4.core.contexts.IEclipseContext;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.server.jdt.JDTServer;
+import org.eclipse.fx.code.server.jdt.JDTServerFactory;
+
+public class ProjectServerCF extends ContextFunction {
+ @Override
+ public Object compute(IEclipseContext context, String contextKey) {
+ IEclipseContext pContext = context.get(MPerspective.class).getContext();
+ JDTServer s = (JDTServer) pContext.get("_cached_project_server");
+ if( s == null ) {
+ Project p = context.get(Project.class);
+ s = context.get(JDTServerFactory.class).getOrCreateServer(p.getName());
+ pContext.set("_cached_project_server",s);
+ }
+
+ return s;
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/menu/ImportModuleElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/menu/ImportModuleElement.java
new file mode 100644
index 000000000..43ca75ee6
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/menu/ImportModuleElement.java
@@ -0,0 +1,41 @@
+package org.eclipse.fx.code.compensator.project.jdt.menu;
+
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.util.concurrent.Future;
+
+import javax.inject.Named;
+
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.model.workbench.WorkbenchFactory;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.ProjectService.MenuElement;
+import org.eclipse.fx.code.compensator.project.internal.adapter.VCSContainerItem.VCSDirectory;
+import org.eclipse.fx.code.server.jdt.JDTServer;
+import org.eclipse.fx.core.di.Invoke;
+import org.eclipse.fx.core.function.ExExecutor;
+
+public class ImportModuleElement extends MenuElement {
+
+ public ImportModuleElement() {
+ super("import-java-module", "Import Module");
+ }
+
+ @Override
+ public boolean applies(ProjectNavigatorItem item) {
+ return item instanceof VCSDirectory && Files.exists(((Path)item.getDomainObject()).resolve(".project"));
+ }
+
+ @Invoke
+ public void run(JDTServer server, @Named("navigatorSelection") ProjectNavigatorItem item, Project project) {
+ Path domainObject = (Path)item.getDomainObject();
+ Future<String> future = server.registerModule(domainObject.toUri());
+ ExExecutor.executeSupplier(future::get, "Failed to retrieve value").ifPresent( name -> {
+ Module m = WorkbenchFactory.eINSTANCE.createModule();
+ m.setName(name);
+ m.setRootFolderUrl(domainObject.toUri().toString());
+ project.getModuleList().add(m);
+ });
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/menu/NewModuleElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/menu/NewModuleElement.java
new file mode 100644
index 000000000..3d2d681a1
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/menu/NewModuleElement.java
@@ -0,0 +1,22 @@
+package org.eclipse.fx.code.compensator.project.jdt.menu;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.ProjectService.MenuElement;
+import org.eclipse.fx.core.di.Invoke;
+
+public class NewModuleElement extends MenuElement {
+
+ public NewModuleElement() {
+ super("new-java-module", "New Module");
+ }
+
+ @Override
+ public boolean applies(ProjectNavigatorItem item) {
+ return true;
+ }
+
+ @Invoke
+ public void run() {
+ System.err.println("NEW MODULE");
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/DebugElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/DebugElement.java
new file mode 100644
index 000000000..caf677b86
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/DebugElement.java
@@ -0,0 +1,11 @@
+package org.eclipse.fx.code.compensator.project.jdt.tb;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarElement;
+
+public class DebugElement extends ToolbarElement {
+
+ public DebugElement() {
+ super("debug-button", "Run Executable in Debugger");
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewClassElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewClassElement.java
new file mode 100644
index 000000000..fcf38d778
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewClassElement.java
@@ -0,0 +1,11 @@
+package org.eclipse.fx.code.compensator.project.jdt.tb;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarElement;
+
+public class NewClassElement extends ToolbarElement {
+
+ public NewClassElement() {
+ super("new-java-class", "Create a new java class");
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewEnumElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewEnumElement.java
new file mode 100644
index 000000000..4bbbe3321
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewEnumElement.java
@@ -0,0 +1,11 @@
+package org.eclipse.fx.code.compensator.project.jdt.tb;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarElement;
+
+public class NewEnumElement extends ToolbarElement {
+
+ public NewEnumElement() {
+ super("new-java-enum", "Create a new enum");
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewInterfaceElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewInterfaceElement.java
new file mode 100644
index 000000000..43fcc5a4d
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewInterfaceElement.java
@@ -0,0 +1,11 @@
+package org.eclipse.fx.code.compensator.project.jdt.tb;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarElement;
+
+public class NewInterfaceElement extends ToolbarElement {
+
+ public NewInterfaceElement() {
+ super("new-java-interface", "Create a new interface");
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewModuleElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewModuleElement.java
new file mode 100644
index 000000000..f3933313a
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewModuleElement.java
@@ -0,0 +1,11 @@
+package org.eclipse.fx.code.compensator.project.jdt.tb;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarElement;
+
+public class NewModuleElement extends ToolbarElement {
+
+ public NewModuleElement() {
+ super("new-java-module", "Create a new module");
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewPackageElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewPackageElement.java
new file mode 100644
index 000000000..221000bbc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/NewPackageElement.java
@@ -0,0 +1,11 @@
+package org.eclipse.fx.code.compensator.project.jdt.tb;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarElement;
+
+public class NewPackageElement extends ToolbarElement {
+
+ public NewPackageElement() {
+ super("new-java-package", "Create a new package");
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/RunElement.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/RunElement.java
new file mode 100644
index 000000000..8cc4aef13
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.jdt/src/org/eclipse/fx/code/compensator/project/jdt/tb/RunElement.java
@@ -0,0 +1,16 @@
+package org.eclipse.fx.code.compensator.project.jdt.tb;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarElement;
+import org.eclipse.fx.core.di.Invoke;
+
+public class RunElement extends ToolbarElement {
+
+ public RunElement() {
+ super("run-button", "Run Executable");
+ }
+
+ @Invoke
+ public void runExecutable() {
+
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.classpath b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.gitignore b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.project b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.project
new file mode 100644
index 000000000..d4ac39707
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.code.compensator.project.vcs.git</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ds.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.settings/org.eclipse.jdt.core.prefs b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..41ad040d5
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Git
+Bundle-SymbolicName: org.eclipse.fx.code.compensator.project.vcs.git
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.fx.code.compensator.project.vcs,
+ org.eclipse.fx.core,
+ org.eclipse.jgit;bundle-version="3.5.2"
+Service-Component: OSGI-INF/services/gitvcs.xml
+Bundle-ActivationPolicy: lazy
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/OSGI-INF/services/gitvcs.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/OSGI-INF/services/gitvcs.xml
new file mode 100644
index 000000000..f6d59fd50
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/OSGI-INF/services/gitvcs.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.vcs.git.gitvcs">
+ <implementation class="org.eclipse.fx.code.compensator.project.vcs.git.GitVersionControlService"/>
+ <service>
+ <provide interface="org.eclipse.fx.code.compensator.project.vcs.VersionControlService"/>
+ </service>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/build.properties b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/build.properties
new file mode 100644
index 000000000..9126135bc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/build.properties
@@ -0,0 +1,5 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/services/gitvcs.xml
+source.. = src/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/src/org/eclipse/fx/code/compensator/project/vcs/git/GitVersionControlService.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/src/org/eclipse/fx/code/compensator/project/vcs/git/GitVersionControlService.java
new file mode 100644
index 000000000..e562efe4f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs.git/src/org/eclipse/fx/code/compensator/project/vcs/git/GitVersionControlService.java
@@ -0,0 +1,45 @@
+package org.eclipse.fx.code.compensator.project.vcs.git;
+
+import java.io.File;
+import java.net.URI;
+
+import org.eclipse.fx.code.compensator.project.vcs.VersionControlService;
+import org.eclipse.fx.core.ProgressReporter;
+import org.eclipse.fx.core.ReturnValue;
+import org.eclipse.jgit.api.Git;
+import org.eclipse.jgit.api.errors.GitAPIException;
+
+public class GitVersionControlService implements VersionControlService {
+
+ @Override
+ public String getId() {
+ return "git";
+ }
+
+ @Override
+ public String getLabel() {
+ return "Git";
+ }
+
+ @Override
+ public String getIconURI() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public ReturnValue<URI> cloneRepository(File localDirectory, String url, String username,
+ String password, ProgressReporter reporter) {
+ Git result = null;
+ try {
+ result = Git.cloneRepository().setURI(url).setDirectory(localDirectory).call();
+ return ReturnValue.ok(localDirectory.toURI());
+ } catch (GitAPIException e) {
+ return ReturnValue.error("Unable to clone repository", e);
+ } finally {
+ if( result != null ) {
+ result.close();
+ }
+ }
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.classpath b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.gitignore b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.project b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.project
new file mode 100644
index 000000000..de7acb7e6
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.code.compensator.project.vcs</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.settings/org.eclipse.jdt.core.prefs b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..9b7347aec
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vcs
+Bundle-SymbolicName: org.eclipse.fx.code.compensator.project.vcs
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.fx.core
+Export-Package: org.eclipse.fx.code.compensator.project.vcs
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/build.properties b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/build.properties
new file mode 100644
index 000000000..34d2e4d2d
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/build.properties
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/src/org/eclipse/fx/code/compensator/project/vcs/VersionControlService.java b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/src/org/eclipse/fx/code/compensator/project/vcs/VersionControlService.java
new file mode 100644
index 000000000..5d559f421
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project.vcs/src/org/eclipse/fx/code/compensator/project/vcs/VersionControlService.java
@@ -0,0 +1,14 @@
+package org.eclipse.fx.code.compensator.project.vcs;
+
+import java.io.File;
+import java.net.URI;
+
+import org.eclipse.fx.core.ProgressReporter;
+import org.eclipse.fx.core.ReturnValue;
+
+public interface VersionControlService {
+ public String getId();
+ public String getLabel();
+ public String getIconURI();
+ public ReturnValue<URI> cloneRepository(File localDirectory, String url, String username, String password, ProgressReporter reporter);
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/.classpath b/experimental/compensator/org.eclipse.fx.code.compensator.project/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/.gitignore b/experimental/compensator/org.eclipse.fx.code.compensator.project/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/.project b/experimental/compensator/org.eclipse.fx.code.compensator.project/.project
new file mode 100644
index 000000000..abdd30070
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/.project
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.code.compensator.project</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ds.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+ </natures>
+</projectDescription>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/.settings/org.eclipse.jdt.core.prefs b/experimental/compensator/org.eclipse.fx.code.compensator.project/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.compensator.project/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..e6a1eeb6a
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/META-INF/MANIFEST.MF
@@ -0,0 +1,65 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Project
+Bundle-SymbolicName: org.eclipse.fx.code.compensator.project;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Export-Package: org.eclipse.fx.code.compensator.project,
+ org.eclipse.fx.code.compensator.project.internal.adapter,
+ org.eclipse.fx.code.compensator.project.navigator
+Require-Bundle: org.eclipse.e4.ui.model.workbench;bundle-version="1.1.0.v20140512-1820",
+ org.eclipse.fx.code.compensator.model,
+ org.eclipse.fx.core.di,
+ org.eclipse.fx.core,
+ org.eclipse.e4.ui.workbench,
+ org.eclipse.e4.core.contexts,
+ org.eclipse.e4.core.di;bundle-version="1.4.0",
+ org.eclipse.fx.ui.panes;bundle-version="1.2.0",
+ org.eclipse.fx.ui.controls,
+ org.eclipse.fx.code.compensator.project.vcs,
+ org.eclipse.fx.ui.services,
+ org.eclipse.jdt.annotation;bundle-version="2.0.0";resolution:=optional,
+ org.eclipse.e4.ui.di,
+ javax.inject,
+ org.eclipse.e4.ui.services,
+ org.eclipse.fx.code.compensator.editor
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Service-Component: OSGI-INF/services/projectsetupcf.xml,OSGI-INF/services/projectextractorcf.xml,OSGI-INF/services/vcsextractorcf.xml,OSGI-INF/services/projectstylesheet.xml,
+ OSGI-INF/services/projectinstancecf.xml
+Import-Package: javafx.animation;version="2.2.0",
+ javafx.application;version="2.2.0",
+ javafx.beans;version="2.2.0",
+ javafx.beans.binding;version="2.2.0",
+ javafx.beans.property;version="2.2.0",
+ javafx.beans.property.adapter;version="2.2.0",
+ javafx.beans.value;version="2.2.0",
+ javafx.collections;version="2.2.0",
+ javafx.collections.transformation;version="8.0.0",
+ javafx.concurrent;version="2.2.0",
+ javafx.css;version="8.0.0",
+ javafx.embed.swing;version="2.2.0",
+ javafx.embed.swt;version="2.2.0",
+ javafx.event;version="2.2.0",
+ javafx.fxml;version="2.2.0",
+ javafx.geometry;version="2.2.0",
+ javafx.print;version="8.0.0",
+ javafx.scene;version="2.2.0",
+ javafx.scene.canvas;version="2.2.0",
+ javafx.scene.chart;version="2.2.0",
+ javafx.scene.control;version="2.2.0",
+ javafx.scene.control.cell;version="2.2.0",
+ javafx.scene.effect;version="2.2.0",
+ javafx.scene.image;version="2.2.0",
+ javafx.scene.input;version="2.2.0",
+ javafx.scene.layout;version="2.2.0",
+ javafx.scene.media;version="2.2.0",
+ javafx.scene.paint;version="2.2.0",
+ javafx.scene.shape;version="2.2.0",
+ javafx.scene.text;version="2.2.0",
+ javafx.scene.transform;version="2.2.0",
+ javafx.scene.web;version="2.2.0",
+ javafx.stage;version="2.2.0",
+ javafx.util;version="2.2.0",
+ javafx.util.converter;version="2.2.0",
+ javax.annotation;version="1.2.0",
+ javax.inject;version="1.0.0"
+Bundle-ActivationPolicy: lazy
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectextractorcf.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectextractorcf.xml
new file mode 100644
index 000000000..90571bbbe
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectextractorcf.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.projectextractorcf">
+ <implementation class="org.eclipse.fx.code.compensator.project.internal.ProjectExtractorCF"/>
+ <service>
+ <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
+ </service>
+ <property name="service.context.key" type="String" value="org.eclipse.fx.code.compensator.model.workbench.Project"/>
+</scr:component> \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectinstancecf.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectinstancecf.xml
new file mode 100644
index 000000000..f518133cd
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectinstancecf.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.projectinstancecf">
+ <implementation class="org.eclipse.fx.code.compensator.project.internal.InstanceProjectCF"/>
+ <service>
+ <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
+ </service>
+ <property name="service.context.key" type="String" value="org.eclipse.fx.code.compensator.project.InstanceProject"/>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectsetupcf.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectsetupcf.xml
new file mode 100644
index 000000000..afa868339
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectsetupcf.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.projectsetupcf">
+ <implementation class="org.eclipse.fx.code.compensator.project.internal.ProjectSetupServiceCF"/>
+ <service>
+ <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
+ </service>
+ <property name="service.context.key" type="String" value="org.eclipse.fx.code.compensator.project.ProjectSetupService"/>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectstylesheet.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectstylesheet.xml
new file mode 100644
index 000000000..40e3a5cb0
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/projectstylesheet.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.projectstylesheet">
+ <implementation class="org.eclipse.fx.code.compensator.project.internal.ProjectStylesheet"/>
+ <service>
+ <provide interface="org.eclipse.fx.ui.services.theme.Stylesheet"/>
+ </service>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/vcsextractorcf.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/vcsextractorcf.xml
new file mode 100644
index 000000000..d8adc2433
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/OSGI-INF/services/vcsextractorcf.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.compensator.project.vcsextractorcf">
+ <implementation class="org.eclipse.fx.code.compensator.project.internal.VersionControlExtractorCF"/>
+ <service>
+ <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
+ </service>
+ <property name="service.context.key" type="String" value="org.eclipse.fx.code.compensator.project.vcs.VersionControlService"/>
+</scr:component> \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/build.properties b/experimental/compensator/org.eclipse.fx.code.compensator.project/build.properties
new file mode 100644
index 000000000..e5be9abde
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/build.properties
@@ -0,0 +1,9 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ fragment.e4xmi,\
+ OSGI-INF/,\
+ plugin.xml,\
+ OSGI-INF/services/projectstylesheet.xml,\
+ OSGI-INF/services/projectinstancecf.xml
+source.. = src/
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/dark.css b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/dark.css
new file mode 100644
index 000000000..25d568b3a
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/dark.css
@@ -0,0 +1,11 @@
+.project-toolbar > * > .button {
+ -fx-background-color: transparent;
+}
+
+.new_project_dialog {
+ -fx-graphic: url(icons/64/newprj_wiz.png);
+}
+
+.open_project_dialog {
+ -fx-graphic: url(icons/64/prj_obj.png);
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/default.css b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/default.css
new file mode 100644
index 000000000..c4c7de458
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/default.css
@@ -0,0 +1,11 @@
+.project-toolbar > * > .button {
+ -fx-background-color: transparent;
+}
+
+.new_project_dialog {
+ -fx-graphic: url(icons/64/newprj_wiz.png);
+}
+
+.open_project_dialog {
+ -fx-graphic: url(icons/64/prj_obj.png);
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/file_obj.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/file_obj.png
new file mode 100644
index 000000000..d6c4094c1
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/file_obj.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/filenav_nav.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/filenav_nav.png
new file mode 100644
index 000000000..1006dbae3
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/filenav_nav.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/fldr_obj.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/fldr_obj.png
new file mode 100644
index 000000000..d708680b8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/fldr_obj.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/main_tab.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/main_tab.png
new file mode 100644
index 000000000..765ad56ca
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/main_tab.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/memory_view.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/memory_view.png
new file mode 100644
index 000000000..a3b161153
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/memory_view.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/module_view.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/module_view.png
new file mode 100644
index 000000000..c18c2cd40
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/module_view.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/outline_co.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/outline_co.png
new file mode 100644
index 000000000..5b5c6a0ce
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/outline_co.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/problems_view.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/problems_view.png
new file mode 100644
index 000000000..e5eb694c1
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/problems_view.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/update.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/update.png
new file mode 100644
index 000000000..50e528896
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/update.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/vcs.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/vcs.png
new file mode 100644
index 000000000..74f5868e1
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/vcs.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/workingsets.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/workingsets.png
new file mode 100644
index 000000000..f9cab8bbc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/16/workingsets.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/64/newprj_wiz.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/64/newprj_wiz.png
new file mode 100644
index 000000000..16b0ce042
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/64/newprj_wiz.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/64/prj_obj.png b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/64/prj_obj.png
new file mode 100644
index 000000000..71b2f4f40
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/64/prj_obj.png
Binary files differ
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/file_obj.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/file_obj.svg
new file mode 100644
index 000000000..fbad0ece4
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/file_obj.svg
@@ -0,0 +1,294 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="file_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient4873-1"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient4875-9"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient4871-2"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient4869-17"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient4867-7"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3"
+ id="linearGradient4908-2"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-1.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6"
+ id="linearGradient4900-1"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.022097,-1.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89" />
+ </linearGradient>
+ <linearGradient
+ y2="1051.8378"
+ x2="9.8946028"
+ y1="1039.153"
+ x1="9.8946028"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4101"
+ xlink:href="#linearGradient4994-6"
+ inkscape:collect="always"
+ gradientTransform="translate(-1.977903,-1.044194)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="39.563403"
+ inkscape:cy="1.2514114"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1440"
+ inkscape:window-height="900"
+ inkscape:window-x="81"
+ inkscape:window-y="29"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4101);fill-opacity:1;stroke:none;display:inline"
+ d="m 3.5193795,1037.8597 7.0096695,0 3.062057,3.0066 0,9.9546 -10.0717265,0 z"
+ id="rect4001-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient4900-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.998718,1037.397 0,3.9112 3.977478,0 z"
+ id="path4884"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4908-2);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 3.5193795,1037.8597 7.0096695,0 3.062057,3.0066 0,9.9546 -10.0717265,0 z"
+ id="rect4001"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <rect
+ style="fill:url(#linearGradient4867-7);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1"
+ width="3.9929504"
+ height="1.0103934"
+ x="5.0291462"
+ y="1040.3074" />
+ <rect
+ style="fill:url(#linearGradient4869-17);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7"
+ width="6.9929504"
+ height="1.0103934"
+ x="5.0291462"
+ y="1042.3074" />
+ <rect
+ style="fill:url(#linearGradient4871-2);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="6.9929504"
+ height="1.0103934"
+ x="5.0291462"
+ y="1044.3074" />
+ <rect
+ style="fill:url(#linearGradient4875-9);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0"
+ width="6.9929504"
+ height="1.0103934"
+ x="5.0291462"
+ y="1046.3074" />
+ <rect
+ style="fill:url(#linearGradient4873-1);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0-9"
+ width="5.0094166"
+ height="1.0103934"
+ x="5.0291462"
+ y="1048.3074" />
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/filenav_nav.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/filenav_nav.svg
new file mode 100644
index 000000000..553319cff
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/filenav_nav.svg
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="filenav_nav.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5991"
+ inkscape:collect="always">
+ <stop
+ id="stop5993"
+ offset="0"
+ style="stop-color:#9c6a3e;stop-opacity:1;" />
+ <stop
+ id="stop5995"
+ offset="1"
+ style="stop-color:#c48d4f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5981">
+ <stop
+ style="stop-color:#9c6a3e;stop-opacity:1;"
+ offset="0"
+ id="stop5983" />
+ <stop
+ style="stop-color:#c48d4f;stop-opacity:1"
+ offset="1"
+ id="stop5985" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5973">
+ <stop
+ id="stop5975"
+ offset="0"
+ style="stop-color:#ffffc7;stop-opacity:1" />
+ <stop
+ style="stop-color:#fff1a8;stop-opacity:1"
+ offset="0.55546904"
+ id="stop5977" />
+ <stop
+ id="stop5979"
+ offset="1"
+ style="stop-color:#ffd379;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5965">
+ <stop
+ id="stop5967"
+ offset="0"
+ style="stop-color:#ffffc7;stop-opacity:1" />
+ <stop
+ style="stop-color:#fff1a8;stop-opacity:1"
+ offset="0.55546904"
+ id="stop5969" />
+ <stop
+ id="stop5971"
+ offset="1"
+ style="stop-color:#ffd379;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5965"
+ id="linearGradient5897"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.50533162,0,0,-0.41430567,-1.672201,1485.2614)"
+ x1="-17.950155"
+ y1="1064.4285"
+ x2="-17.950155"
+ y2="1056.4362" />
+ <linearGradient
+ y2="1056.3333"
+ x2="-17.950155"
+ y1="1064.538"
+ x1="-17.950155"
+ gradientTransform="matrix(-0.50533162,0,0,-0.41430567,-6.5234067,1479.354)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5926"
+ xlink:href="#linearGradient5973"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5981"
+ id="linearGradient5987"
+ x1="27.119074"
+ y1="1043.2889"
+ x2="27.119074"
+ y2="1038.8683"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-21.856154,5.0823298)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5991"
+ id="linearGradient5989"
+ x1="22.577229"
+ y1="1041.0941"
+ x2="22.577229"
+ y2="1037.0269"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-21.723572,1.1490485)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627418"
+ inkscape:cx="-1.1641998"
+ inkscape:cy="8.5000841"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1-8-0"
+ showgrid="true"
+ inkscape:window-width="1226"
+ inkscape:window-height="814"
+ inkscape:window-x="1244"
+ inkscape:window-y="423"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5126" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g8391"
+ transform="translate(-0.13258251,0)">
+ <path
+ id="path4887-8-4-7-4"
+ style="fill:url(#linearGradient5926);fill-opacity:1;stroke:url(#linearGradient5989);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 4.6267441,1038.5846 c 0,0 0.990421,-0.074 0.990421,0.6682 l 0,2.6113 -4.9587578,-0.011 0,-1.8168 0,-1.0528 c 0,-0.6447 0.29721,-1.0949 1.101781,-1.0813 l 0.452249,0 c 1.074957,0 1.5181598,-0.1549 1.5181598,0.6733 z"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccscccc" />
+ <g
+ transform="translate(0.00695065,-0.9965488)"
+ inkscape:label="Layer 1"
+ id="layer1-8-0"
+ style="display:inline">
+ <path
+ style="fill:#325fa7;fill-opacity:1;stroke:none;display:inline"
+ d="m 2.1438445,1043.3787 1.0000146,0 0,4.039 -1.0000146,0 z"
+ id="rect4035-1-1-5-2-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#325fa7;fill-opacity:1;stroke:none;display:inline"
+ d="m 2.1438445,1046.5061 3.0000003,0 0,0.9999 -3.0000003,0 z"
+ id="rect4035-1-1-5-2-2-1-5"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <path
+ sodipodi:nodetypes="cccccscccc"
+ inkscape:connector-curvature="0"
+ d="m 9.5221437,1044.492 c 0,0 0.9904223,-0.074 0.9904223,0.6682 l 0,2.6997 -5.0029522,-0.011 0,-1.9052 0,-1.0528 c 0,-0.6447 0.297209,-1.0949 1.10178,-1.0813 l 0.45225,0 c 1.0749569,0 1.5623533,-0.1549 1.5623533,0.6733 z"
+ style="fill:url(#linearGradient5897);fill-opacity:1;stroke:url(#linearGradient5987);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path4887-8-4-7" />
+ <path
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ d="m 11.935027,1046.4264 3.08839,0 0,0.9999 -3.08839,0 z"
+ id="rect4035-1-1-5-2-2-1-5-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ d="m 6.9852807,1040.4159 6.0052033,0 0,0.9999 -6.0052033,0 z"
+ id="rect4035-1-1-5-2-2-1-5-0-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#a4e4ff;fill-opacity:1;stroke:none;display:inline"
+ d="m 6.9852807,1039.3994 6.0052033,0 0,0.9999 -6.0052033,0 z"
+ id="rect4035-1-1-5-2-2-1-5-0-6-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#a4e4ff;fill-opacity:1;stroke:none;display:inline"
+ d="m 11.935027,1045.454 3.054029,0 0,0.9999 -3.054029,0 z"
+ id="rect4035-1-1-5-2-2-1-5-0-6-9-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/fldr_obj.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/fldr_obj.svg
new file mode 100644
index 000000000..69ca231f5
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/fldr_obj.svg
@@ -0,0 +1,282 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="fldr_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4807"
+ inkscape:collect="always">
+ <stop
+ id="stop4809"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop4811"
+ offset="1"
+ style="stop-color:#bc8532;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3973"
+ inkscape:collect="always">
+ <stop
+ id="stop3975"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#ad6c24;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3949">
+ <stop
+ style="stop-color:#9e6627;stop-opacity:1"
+ offset="0"
+ id="stop3951" />
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="1"
+ id="stop3953" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-61.366562,1.4453859)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3945"
+ gradientUnits="userSpaceOnUse"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294"
+ gradientTransform="translate(-60.558598,1.4188)" />
+ <linearGradient
+ id="linearGradient3973-7"
+ inkscape:collect="always">
+ <stop
+ id="stop3975-4"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977-0"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="381.57214"
+ x2="538.83301"
+ y1="397.56107"
+ x1="537.94318"
+ gradientTransform="matrix(1,0,0,1.4165687,344.32442,-1.0061522e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4776"
+ xlink:href="#linearGradient3973-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="381.19754"
+ x2="548.01556"
+ y1="398.98798"
+ x1="548.45923"
+ gradientTransform="matrix(1,0,0,1.4165687,344.32442,-1.0061522e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4778"
+ xlink:href="#linearGradient4807"
+ inkscape:collect="always" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter4929"
+ x="-0.13757156"
+ width="1.2751431"
+ y="-0.37744917"
+ height="1.7548983">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.5620748"
+ id="feGaussianBlur4931" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient4933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient4935"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="-2.033873"
+ inkscape:cy="6.587213"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1138"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-78.069702)"
+ id="g13813">
+ <rect
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3939);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3"
+ width="15"
+ height="16.625"
+ x="463.74335"
+ y="368.49503"
+ rx="2.625"
+ ry="2.625" />
+ <path
+ style="fill:url(#linearGradient4933);fill-opacity:1;stroke:url(#linearGradient4935);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 463.24874,374.64819 28.07551,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,11.29376 c 0,1.45425 -1.22088,2.24642 -2.625,2.625 l -28.07551,7.56983 c -1.40411,0.37858 -2.625,-1.17075 -2.625,-2.625 l 0,-18.86359 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="rect13693"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3945);stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 462.26171,374.64819 20.09375,0"
+ id="path13797"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g4914"
+ mask="url(#mask4917)">
+ <rect
+ transform="matrix(1,0,-0.70828043,0.70593118,4.9445873e-7,0)"
+ ry="3.7184925"
+ rx="2.625"
+ y="542.8974"
+ x="860.68469"
+ height="22.649353"
+ width="24.877882"
+ id="rect13693-2-2"
+ style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929)" />
+ </g>
+ <rect
+ style="fill:url(#linearGradient4776);fill-opacity:1;stroke:url(#linearGradient4778);stroke-width:3.60383272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-2"
+ width="30.475229"
+ height="21.377747"
+ x="860.68469"
+ y="543.56671"
+ rx="2.625"
+ ry="3.7184927"
+ transform="matrix(1,0,-0.70828042,0.70593119,0,0)" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/main_tab.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/main_tab.svg
new file mode 100644
index 000000000..23c3d411c
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/main_tab.svg
@@ -0,0 +1,511 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="main_tab.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4927">
+ <stop
+ style="stop-color:#e8f8f8;stop-opacity:1;"
+ offset="0"
+ id="stop4931" />
+ <stop
+ style="stop-color:#f0f8f8;stop-opacity:1"
+ offset="1"
+ id="stop4933" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4940"
+ inkscape:collect="always">
+ <stop
+ id="stop4943"
+ offset="0"
+ style="stop-color:#a8b8d0;stop-opacity:1;" />
+ <stop
+ id="stop4946"
+ offset="1"
+ style="stop-color:#8898c0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4934"
+ inkscape:collect="always">
+ <stop
+ id="stop4936"
+ offset="0"
+ style="stop-color:#a8b8d0;stop-opacity:1;" />
+ <stop
+ id="stop4938"
+ offset="1"
+ style="stop-color:#8898c0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4917">
+ <stop
+ style="stop-color:#a8b8d0;stop-opacity:1;"
+ offset="0"
+ id="stop4919" />
+ <stop
+ style="stop-color:#98a8c8;stop-opacity:1"
+ offset="1"
+ id="stop4923" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5105"
+ inkscape:collect="always">
+ <stop
+ id="stop5107"
+ offset="0"
+ style="stop-color:#4068a0;stop-opacity:1" />
+ <stop
+ id="stop5109"
+ offset="1"
+ style="stop-color:#295189;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5063">
+ <stop
+ style="stop-color:#4f9cd2;stop-opacity:1;"
+ offset="0"
+ id="stop5065" />
+ <stop
+ style="stop-color:#295189;stop-opacity:1"
+ offset="1"
+ id="stop5067" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5039"
+ inkscape:collect="always">
+ <stop
+ id="stop5041"
+ offset="0"
+ style="stop-color:#4898d0;stop-opacity:1" />
+ <stop
+ id="stop5043"
+ offset="1"
+ style="stop-color:#80b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5033"
+ inkscape:collect="always">
+ <stop
+ id="stop5035"
+ offset="0"
+ style="stop-color:#d0f0f8;stop-opacity:1" />
+ <stop
+ id="stop5037"
+ offset="1"
+ style="stop-color:#d0f0f8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4925">
+ <stop
+ style="stop-color:#285088;stop-opacity:1;"
+ offset="0"
+ id="stop4927" />
+ <stop
+ style="stop-color:#4068a0;stop-opacity:1"
+ offset="1"
+ id="stop4929" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4916">
+ <stop
+ style="stop-color:#4898d0;stop-opacity:1"
+ offset="0"
+ id="stop4918" />
+ <stop
+ style="stop-color:#90c0e0;stop-opacity:1"
+ offset="1"
+ id="stop4921" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4845">
+ <stop
+ style="stop-color:#96792f;stop-opacity:1"
+ offset="0"
+ id="stop4847" />
+ <stop
+ style="stop-color:#615941;stop-opacity:1"
+ offset="1"
+ id="stop4849" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-4"
+ offset="0"
+ style="stop-color:#c2ecf6;stop-opacity:1" />
+ <stop
+ id="stop4998-5-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-8" />
+ <stop
+ style="stop-color:#c3ebf5;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-4-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-8-4" />
+ <stop
+ style="stop-color:#b1e6f3;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4-7-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-4-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-0-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4916-4">
+ <stop
+ style="stop-color:#4898d0;stop-opacity:1"
+ offset="0"
+ id="stop4918-7" />
+ <stop
+ style="stop-color:#90c0e0;stop-opacity:1"
+ offset="1"
+ id="stop4921-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5063"
+ id="linearGradient4177"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,17,1)"
+ x1="1"
+ y1="1039.0999"
+ x2="16"
+ y2="1039.0999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4845"
+ id="linearGradient4179"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1,1)"
+ x1="9"
+ y1="1037.3622"
+ x2="9"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4927"
+ id="linearGradient4181"
+ gradientUnits="userSpaceOnUse"
+ x1="12"
+ y1="1040.3622"
+ x2="12"
+ y2="1050.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-4"
+ id="linearGradient4183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17,-3)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4-7"
+ id="linearGradient4185"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17,-3)"
+ x1="-11"
+ y1="1043.3622"
+ x2="-11"
+ y2="1046.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-4-7"
+ id="linearGradient4187"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,-1,0,2093.726)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4-7-4"
+ id="linearGradient4189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,-1,0,2093.726)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1045.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5033"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,-3.068933,1037.3638)"
+ x1="-17.426371"
+ y1="1.5153586"
+ x2="-10.239074"
+ y2="1.5153586" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5039"
+ id="linearGradient4193"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,-3.068933,3)"
+ x1="-15.924768"
+ y1="1037.0402"
+ x2="-15.924768"
+ y2="1034.677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4916"
+ id="linearGradient4195"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,1037.3326)"
+ x1="-17.426371"
+ y1="1.5153586"
+ x2="-10.239074"
+ y2="1.5153586" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4925"
+ id="linearGradient4197"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,2.96875)"
+ x1="-19.039457"
+ y1="1035.8776"
+ x2="-8.0294761"
+ y2="1035.8776" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4916-4"
+ id="linearGradient4199"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,1037.367)"
+ x1="-17.426371"
+ y1="1.5153586"
+ x2="-10.239074"
+ y2="1.5153586" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5105"
+ id="linearGradient4201"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.73333333,0,0,1,12.733333,1)"
+ x1="1"
+ y1="1039.0999"
+ x2="16"
+ y2="1039.0999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4934"
+ id="linearGradient4203"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,1)"
+ x1="-16"
+ y1="1041.8622"
+ x2="-7"
+ y2="1041.8622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4917"
+ id="linearGradient4205"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,1)"
+ x1="-16"
+ y1="1045.8622"
+ x2="-11"
+ y2="1045.8622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4940"
+ id="linearGradient4207"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,1)"
+ x1="-16"
+ y1="1043.8622"
+ x2="-7"
+ y2="1043.8622" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.999999"
+ inkscape:cx="0.79311012"
+ inkscape:cy="4.9751802"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="25"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4161"
+ transform="translate(0,-1.0024)">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1-5"
+ d="m 16,1039.8911 -15,-0.052 0,0.5248 15,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4177);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1"
+ d="m 1,1040.3638 0,12 15,0 0,-12 z m 1,1 13,0 0,10 -13,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4179);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1"
+ d="m 2,1040.3638 13,0 0,11 -12.96875,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4181);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7"
+ d="m 4,1042.3638 0,9 -2,0 0,-11 z"
+ style="fill:url(#linearGradient4183);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0"
+ d="m 3,1042.3638 12,0 0,-2 -13,0 z"
+ style="fill:url(#linearGradient4185);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7-2"
+ d="m 13,1049.3638 0,-7 2,-2 0,11 z"
+ style="opacity:0.25;fill:url(#linearGradient4187);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0-4"
+ d="m 13,1049.3638 -9,0 -2,2 13,0 z"
+ style="opacity:0.25;fill:url(#linearGradient4189);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4914-9"
+ d="m 15.498145,1039.8625 -0.469563,-1.9667 -3.535107,-0.022 -2.032932,1.9888 z"
+ style="fill:url(#linearGradient4191);fill-opacity:1;stroke:url(#linearGradient4193);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4914"
+ d="m 1.4996055,1039.8534 0.9553065,-1.9888 6.98268,0.01 2.060553,1.9888 z"
+ style="fill:url(#linearGradient4195);fill-opacity:1;stroke:url(#linearGradient4197);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4914-0"
+ d="m 1.1764988,1039.367 0.4948965,-1 7.6102357,0 0.994369,1 z"
+ style="fill:url(#linearGradient4199);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1-5-6"
+ d="m 12,1039.8911 -11,-0.052 0,0.5248 11,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <rect
+ y="1042.3622"
+ x="4"
+ height="1"
+ width="9"
+ id="rect4142"
+ style="fill:url(#linearGradient4203);fill-opacity:1;stroke:none" />
+ <rect
+ y="1046.3622"
+ x="4"
+ height="1"
+ width="5"
+ id="rect4144"
+ style="fill:url(#linearGradient4205);fill-opacity:1;stroke:none" />
+ <rect
+ y="1044.3622"
+ x="4"
+ height="1"
+ width="9"
+ id="rect4146"
+ style="fill:url(#linearGradient4207);fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/memory_view.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/memory_view.svg
new file mode 100644
index 000000000..507f70016
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/memory_view.svg
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="memory_view.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ gradientTransform="matrix(0.27903303,0,0,0.27903303,-182.64712,915.83521)"
+ y2="438.44077"
+ x2="690.18579"
+ y1="484.1344"
+ x1="690.18579"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4755-8"
+ xlink:href="#linearGradient4721-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4721-1">
+ <stop
+ style="stop-color:#2b5790;stop-opacity:1;"
+ offset="0"
+ id="stop4723-2" />
+ <stop
+ style="stop-color:#296fc4;stop-opacity:1"
+ offset="1"
+ id="stop4725-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4794-9"
+ id="linearGradient4800-4"
+ x1="5.0153375"
+ y1="2.6328125"
+ x2="11.8125"
+ y2="2.6328125"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4794-9">
+ <stop
+ style="stop-color:#486eb1;stop-opacity:1"
+ offset="0"
+ id="stop4796-8" />
+ <stop
+ id="stop4802-2"
+ offset="0.38869566"
+ style="stop-color:#a9bddf;stop-opacity:1" />
+ <stop
+ style="stop-color:#355ea6;stop-opacity:1"
+ offset="1"
+ id="stop4798-4" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4924-5"
+ x="-0.082658693"
+ width="1.1653174"
+ y="-0.21887942"
+ height="1.4377588">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.98563586"
+ id="feGaussianBlur4926-2" />
+ </filter>
+ <linearGradient
+ id="linearGradient4695-9">
+ <stop
+ style="stop-color:#7e9bcb;stop-opacity:1"
+ offset="0"
+ id="stop4697-8" />
+ <stop
+ id="stop4719-3"
+ offset="0.17353664"
+ style="stop-color:#aac2e7;stop-opacity:1" />
+ <stop
+ id="stop4713-8"
+ offset="0.34707329"
+ style="stop-color:#e3eefa;stop-opacity:1" />
+ <stop
+ id="stop4711-6"
+ offset="0.5"
+ style="stop-color:#bed2ee;stop-opacity:1" />
+ <stop
+ style="stop-color:#aac2e7;stop-opacity:1"
+ offset="0.63836575"
+ id="stop4715-9" />
+ <stop
+ id="stop4717-8"
+ offset="0.81918287"
+ style="stop-color:#7f9dcb;stop-opacity:1" />
+ <stop
+ style="stop-color:#5e82c4;stop-opacity:1"
+ offset="1"
+ id="stop4699-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0.27903303,0,0,0.27903303,-182.64712,915.83521)"
+ y2="460.61569"
+ x2="696.68384"
+ y1="460.61569"
+ x1="673.60974"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4967"
+ xlink:href="#linearGradient4695-9"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="41.038242"
+ inkscape:cy="3.9176786"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1138"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3855" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(-20.000002,2.6171874e-6)"
+ style="stroke:#694337;stroke-opacity:1;display:inline"
+ id="g11029" />
+ <path
+ style="fill:url(#linearGradient4967);fill-opacity:1;stroke:none;display:inline"
+ d="m 8.5,1037.8622 c -2.204824,0 -3.968751,0.6672 -3.968751,1.5 l 0,10 c 0,0.8327 1.763927,1.5 3.968751,1.5 2.204824,0 4,-0.6673 4,-1.5 l 0,-10 c 0,-0.8328 -1.795176,-1.5 -4,-1.5 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <g
+ id="g4913"
+ style="display:inline;filter:url(#filter4924-5)"
+ transform="matrix(0.27903303,0,0,0.27903303,-182.64712,921.83521)">
+ <path
+ sodipodi:end="1.8325957"
+ sodipodi:start="1.0471976"
+ transform="matrix(3.5838051,0,0,3.5838051,655.01968,411.78602)"
+ d="M 10.378906,3.9386165 C 9.4619637,4.1385648 8.3722747,4.1927484 7.3495584,4.0892475 l 1.0332541,-1.456435 z"
+ sodipodi:ry="1.5078125"
+ sodipodi:rx="3.9921875"
+ sodipodi:cy="2.6328125"
+ sodipodi:cx="8.3828125"
+ id="path3868-6"
+ style="fill:#7b99ca;fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:end="2.3561945"
+ sodipodi:start="1.8325957"
+ transform="matrix(3.5838051,0,0,3.5838051,655.01968,411.78602)"
+ d="M 7.3495584,4.0892475 C 6.6726614,4.0207443 6.0554326,3.8861514 5.5599096,3.6989969 L 8.3828125,2.6328125 z"
+ sodipodi:ry="1.5078125"
+ sodipodi:rx="3.9921875"
+ sodipodi:cy="2.6328125"
+ sodipodi:cx="8.3828125"
+ id="path3868-6-2"
+ style="fill:#deeaf8;fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:end="7.3303829"
+ sodipodi:start="4.9741884"
+ transform="matrix(3.5838051,0,0,3.5838051,655.01968,411.78602)"
+ d="M 9.4160668,1.1763775 C 11.545763,1.391907 12.80962,2.2186963 12.238969,3.0230631 11.964933,3.4093337 11.295849,3.7386681 10.378906,3.9386165 L 8.3828125,2.6328125 z"
+ sodipodi:ry="1.5078125"
+ sodipodi:rx="3.9921875"
+ sodipodi:cy="2.6328125"
+ sodipodi:cx="8.3828125"
+ id="path3868-6-4"
+ style="fill:#a8c0e5;fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:end="4.9741884"
+ sodipodi:start="4.1887902"
+ transform="matrix(3.5838051,0,0,3.5838051,655.01968,411.78602)"
+ d="M 6.3867187,1.3270086 C 7.3036612,1.1270602 8.3933503,1.0728766 9.4160668,1.1763775 l -1.0332543,1.456435 z"
+ sodipodi:ry="1.5078125"
+ sodipodi:rx="3.9921875"
+ sodipodi:cy="2.6328125"
+ sodipodi:cx="8.3828125"
+ id="path3868-6-4-5"
+ style="fill:#84a1ce;fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:end="4.1887902"
+ sodipodi:start="2.3561945"
+ transform="matrix(3.5838051,0,0,3.5838051,655.01968,411.78602)"
+ d="M 5.5599096,3.6989969 C 4.0008634,3.1101595 4.0008635,2.1554654 5.5599097,1.566628 5.8066068,1.4734528 6.0845777,1.3928934 6.3867187,1.3270086 l 1.9960938,1.3058039 z"
+ sodipodi:ry="1.5078125"
+ sodipodi:rx="3.9921875"
+ sodipodi:cy="2.6328125"
+ sodipodi:cx="8.3828125"
+ id="path3868-6-4-5-8"
+ style="fill:#a8c0e5;fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient4800-4);stroke-opacity:1;display:inline"
+ id="path3868"
+ sodipodi:cx="8.3828125"
+ sodipodi:cy="2.6328125"
+ sodipodi:rx="3.9921875"
+ sodipodi:ry="1.5078125"
+ d="M 12.375,2.6328125 C 12.375,3.4655543 10.587637,4.140625 8.3828125,4.140625 6.1779882,4.140625 4.390625,3.4655543 4.390625,2.6328125 4.390625,1.8000707 6.1779882,1.125 8.3828125,1.125 10.587637,1.125 12.375,1.8000707 12.375,2.6328125 z"
+ transform="translate(0.125005,1036.7371)" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4755-8);stroke-width:1;stroke-opacity:1;display:inline"
+ d="m 8.5,1037.8622 c -2.204824,0 -3.968751,0.6672 -3.968751,1.5 l 0,10 c 0,0.8327 1.763927,1.5 3.968751,1.5 2.204824,0 4,-0.6673 4,-1.5 l 0,-10 c 0,-0.8328 -1.795176,-1.5 -4,-1.5 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/module_view.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/module_view.svg
new file mode 100644
index 000000000..aba937ffc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/module_view.svg
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="module_view.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4918-5"
+ id="linearGradient4975-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-4.5625)"
+ x1="6.6639614"
+ y1="1051.8521"
+ x2="6.6639614"
+ y2="1053.6217" />
+ <linearGradient
+ id="linearGradient4918-5">
+ <stop
+ style="stop-color:#d48a4b;stop-opacity:1;"
+ offset="0"
+ id="stop4920-9" />
+ <stop
+ style="stop-color:#b1623a;stop-opacity:1;"
+ offset="1"
+ id="stop4922-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4907-9"
+ id="linearGradient4977-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-4.5625)"
+ x1="6.6639614"
+ y1="1051.8521"
+ x2="6.6639614"
+ y2="1053.6217" />
+ <linearGradient
+ id="linearGradient4907-9">
+ <stop
+ style="stop-color:#b86c44;stop-opacity:1;"
+ offset="0"
+ id="stop4909-5" />
+ <stop
+ style="stop-color:#8f4017;stop-opacity:1;"
+ offset="1"
+ id="stop4911-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4928-4"
+ id="linearGradient4979-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-8.4375)"
+ x1="5.9250002"
+ y1="1051.6095"
+ x2="5.9250002"
+ y2="1054.2059" />
+ <linearGradient
+ id="linearGradient4928-4">
+ <stop
+ style="stop-color:#4dac81;stop-opacity:1;"
+ offset="0"
+ id="stop4930-9" />
+ <stop
+ style="stop-color:#058048;stop-opacity:1;"
+ offset="1"
+ id="stop4932-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4938-8"
+ id="linearGradient4981-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.37565048,3.1534114)"
+ x1="4.8973203"
+ y1="1038.0688"
+ x2="4.8973203"
+ y2="1038.833" />
+ <linearGradient
+ id="linearGradient4938-8">
+ <stop
+ style="stop-color:#8bc7d7;stop-opacity:1;"
+ offset="0"
+ id="stop4940-4" />
+ <stop
+ style="stop-color:#17477c;stop-opacity:1;"
+ offset="1"
+ id="stop4942-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-6">
+ <stop
+ style="stop-color:#df9a39;stop-opacity:1;"
+ offset="0"
+ id="stop4963-0" />
+ <stop
+ style="stop-color:#b55829;stop-opacity:1;"
+ offset="1"
+ id="stop4965-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1049.2014"
+ x2="18.744612"
+ y1="1040.0764"
+ x1="15.073242"
+ gradientTransform="translate(-4.625,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5020"
+ xlink:href="#linearGradient4961-6"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="9.568212"
+ inkscape:cy="-0.32513578"
+ inkscape:document-units="px"
+ inkscape:current-layer="g4969"
+ showgrid="false"
+ inkscape:window-width="1180"
+ inkscape:window-height="961"
+ inkscape:window-x="1323"
+ inkscape:window-y="452"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="g4969"
+ transform="translate(-0.18750003,0)">
+ <rect
+ y="1046.1646"
+ x="1.4142135"
+ height="2.8284771"
+ width="9.1923895"
+ id="rect4897"
+ style="fill:url(#linearGradient4975-9);fill-opacity:1;stroke:url(#linearGradient4977-3);stroke-width:0.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ y="1043.3751"
+ x="2.2758884"
+ height="1.8986722"
+ width="7.5107231"
+ id="rect4926"
+ style="fill:#78b87c;fill-opacity:1;stroke:url(#linearGradient4979-8);stroke-width:0.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ y="1041.4619"
+ x="1.3037281"
+ height="1.0605516"
+ width="6.6733208"
+ id="rect4936"
+ style="fill:#0595d3;fill-opacity:1;stroke:url(#linearGradient4981-3);stroke-width:0.80000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4949"
+ d="m 9.635742,1039.5901 c 0.08839,-0.044 1.569658,-0.9063 1.569658,-0.9063 l 3.976711,10.3859 -1.956435,0.5243 z"
+ style="fill:#f0c028;fill-opacity:1;stroke:url(#linearGradient5020);stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/newprj_wiz.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/newprj_wiz.svg
new file mode 100644
index 000000000..cbcb6088c
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/newprj_wiz.svg
@@ -0,0 +1,513 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="newprj_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4830">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832" />
+ <stop
+ id="stop4836"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#ffd175;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#fff1c2;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4756">
+ <stop
+ style="stop-color:#92b5eb;stop-opacity:1"
+ offset="0"
+ id="stop4758" />
+ <stop
+ style="stop-color:#b1e1fd;stop-opacity:1"
+ offset="1"
+ id="stop4760" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4807"
+ inkscape:collect="always">
+ <stop
+ id="stop4809"
+ offset="0"
+ style="stop-color:#2846b3;stop-opacity:1" />
+ <stop
+ id="stop4811"
+ offset="1"
+ style="stop-color:#60649d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-58.381352,-1.4843182)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3945"
+ gradientUnits="userSpaceOnUse"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294"
+ gradientTransform="translate(-60.558602,0)" />
+ <linearGradient
+ y2="385.15216"
+ x2="537.90186"
+ y1="397.56107"
+ x1="537.94318"
+ gradientTransform="matrix(0.95640793,0,1.3306873e-8,1.3548175,367.50712,24.15968)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4776"
+ xlink:href="#linearGradient4756"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="382.12424"
+ x2="546.58252"
+ y1="397.26389"
+ x1="546.63287"
+ gradientTransform="matrix(0.95640793,0,1.3306873e-8,1.3548175,367.50712,24.15968)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4778"
+ xlink:href="#linearGradient4807"
+ inkscape:collect="always" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter4929"
+ x="-0.13757156"
+ width="1.2751431"
+ y="-0.37744917"
+ height="1.7548983">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.5620748"
+ id="feGaussianBlur4931" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558602,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ y2="373.77069"
+ x2="548.45923"
+ y1="398.98798"
+ x1="548.45923"
+ gradientTransform="translate(-60.558592,7.1608197e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4795"
+ xlink:href="#linearGradient4830"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5068">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5070" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5072" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4823">
+ <stop
+ id="stop4825"
+ offset="0"
+ style="stop-color:#fefdef;stop-opacity:1" />
+ <stop
+ id="stop4827"
+ offset="1"
+ style="stop-color:#fbdd83;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4863">
+ <stop
+ style="stop-color:#ba9726;stop-opacity:1;"
+ offset="0"
+ id="stop4865" />
+ <stop
+ style="stop-color:#997413;stop-opacity:1"
+ offset="1"
+ id="stop4867" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4528-9"
+ id="radialGradient4534-5"
+ cx="-757.20496"
+ cy="-738.83777"
+ fx="-757.20496"
+ fy="-738.83777"
+ r="3.4803574"
+ gradientTransform="matrix(1.8508179,-8.813921e-6,8.4531434e-6,1.7750589,644.24981,572.63612)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4528-9">
+ <stop
+ style="stop-color:#e0c576;stop-opacity:1;"
+ offset="0"
+ id="stop4530-0" />
+ <stop
+ style="stop-color:#9e7916;stop-opacity:1"
+ offset="1"
+ id="stop4532-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6281-8-0-1-6"
+ id="linearGradient4526-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3199889,0,0,2.3199889,10.199693,1043.1852)"
+ x1="0.9375"
+ y1="4.8437853"
+ x2="0.9375"
+ y2="7.549418" />
+ <linearGradient
+ id="linearGradient6281-8-0-1-6">
+ <stop
+ id="stop6283-0-2-2-1"
+ offset="0"
+ style="stop-color:#f7f9fb;stop-opacity:1" />
+ <stop
+ id="stop6285-5-0-9-7"
+ offset="1"
+ style="stop-color:#ffd680;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068"
+ id="linearGradient3105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(13.866995,1038.8271)"
+ x1="10"
+ y1="5"
+ x2="10.007812"
+ y2="6.9843998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4863"
+ id="linearGradient3107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(13.874807,2.4492957)"
+ x1="12.578125"
+ y1="1037.7841"
+ x2="12.578125"
+ y2="1043.7627" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4823"
+ id="linearGradient3109"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8479968,0,0,1.8479968,24.14231,1031.8602)"
+ x1="0.9375"
+ y1="4.8437853"
+ x2="0.9375"
+ y2="7.549418" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068"
+ id="linearGradient3111"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(13.866995,2.4648957)"
+ x1="12"
+ y1="1043.3622"
+ x2="12"
+ y2="1045.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068"
+ id="linearGradient3113"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(13.866995,2.4648957)"
+ x1="13"
+ y1="1043.3622"
+ x2="15.007812"
+ y2="1043.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068"
+ id="linearGradient3115"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5333047,-0.8452528,1.5333047,0.8452528,-1566.5485,172.95576)"
+ x1="12"
+ y1="1042.3622"
+ x2="10.007812"
+ y2="1042.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068"
+ id="linearGradient3117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40.491994,1.0273958)"
+ x1="10"
+ y1="1041.3622"
+ x2="8.0078125"
+ y2="1041.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068"
+ id="linearGradient3119"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(13.866995,2.4648957)"
+ x1="10"
+ y1="1040.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068"
+ id="linearGradient3121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(13.866995,2.4648957)"
+ x1="12"
+ y1="1038.3622"
+ x2="10.007812"
+ y2="1038.3466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5068"
+ id="linearGradient3123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(13.866995,2.4648957)"
+ x1="14"
+ y1="1041.3622"
+ x2="14"
+ y2="1043.3466" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="6.5831033"
+ inkscape:cy="2.9300221"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1139"
+ inkscape:window-height="936"
+ inkscape:window-x="1059"
+ inkscape:window-y="527"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)"
+ id="g13813">
+ <rect
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3939);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3"
+ width="15"
+ height="16.625"
+ x="466.72839"
+ y="365.56506"
+ rx="2.625"
+ ry="2.625" />
+ <path
+ style="fill:url(#linearGradient4933);fill-opacity:1;stroke:#757c8a;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 463.3109,371.48923 28.04582,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,20.50858 c 0,1.45425 -1.17306,2.54291 -2.625,2.625 l -28.04582,1.58563 c -1.45194,0.0821 -2.625,-1.17075 -2.625,-2.625 l 0,-22.09421 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="rect13693"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3945);stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 462.79697,371.48977 19.55849,0"
+ id="path13797"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ id="g4914"
+ mask="url(#mask4917)">
+ <rect
+ transform="matrix(1,0,-0.70828043,0.70593118,0,0)"
+ ry="3.7184925"
+ rx="2.625"
+ y="542.8974"
+ x="860.68469"
+ height="22.649353"
+ width="30.899641"
+ id="rect13693-2-2"
+ style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929)" />
+ </g>
+ <path
+ style="fill:none;stroke:url(#linearGradient4795);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 463.3109,371.48923 28.04582,0 c 1.45426,0 2.625,1.17075 2.625,2.625 l 0,20.10713 c 0,1.45425 -1.17437,2.52222 -2.625,2.625 l -28.04582,1.98708 c -1.45062,0.10278 -2.625,-1.17075 -2.625,-2.625 l 0,-22.09421 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="rect13693-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <rect
+ style="fill:url(#linearGradient4776);fill-opacity:1;stroke:url(#linearGradient4778);stroke-width:3.60383272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-2"
+ width="29.552662"
+ height="21.662022"
+ x="861.35822"
+ y="543.39105"
+ rx="2.5105708"
+ ry="3.5563958"
+ transform="matrix(1,0,-0.70828042,0.70593119,0,0)" />
+ </g>
+ </g>
+ <g
+ id="g5996"
+ transform="translate(-40.665532,-3.4250483)">
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path5581-1-1-6"
+ d="m 48.564719,1046.3883 3.066609,1.6905 0.01192,-2.516 -3.066608,-1.6905 z"
+ style="fill:url(#linearGradient3115);fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path5581-1-1-1"
+ d="m 48.499806,1039.374 0,5 1.460938,-1.4844 0,-2 z"
+ style="fill:url(#linearGradient3117);fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="display:inline"
+ id="g4514"
+ transform="translate(8.4499345,-16.874713)">
+ <g
+ id="g4522"
+ transform="translate(-9.9375,0)">
+ <rect
+ style="fill:url(#radialGradient4534-5);fill-opacity:1;stroke:#a27d18;stroke-width:1.03243756;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect3910"
+ width="4.5825453"
+ height="4.454073"
+ x="-758.82336"
+ y="-740.41083"
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path5581-5-5"
+ d="m 12.471186,1054.309 1.001133,0 0,1.946 1.986639,0 0,1.0167 -1.986639,0 0,2.043 -1.001133,0 0,-2.043 -1.98664,0 0,-1.0167 1.98664,0 z"
+ style="fill:url(#linearGradient4526-2);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/outline_co.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/outline_co.svg
new file mode 100644
index 000000000..3f0b103d0
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/outline_co.svg
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="outline_co.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient8292">
+ <stop
+ style="stop-color:#71baff;stop-opacity:1;"
+ offset="0"
+ id="stop8294" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop8296" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4082-3">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084-8" />
+ <stop
+ id="stop4864-7"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8292"
+ id="linearGradient8298"
+ x1="4.0797281"
+ y1="1043.2366"
+ x2="4.0797281"
+ y2="1039.6121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.04419417,-1.11019)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8292-9"
+ id="linearGradient8298-2"
+ x1="4.0797281"
+ y1="1043.2366"
+ x2="4.0797281"
+ y2="1039.6121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.04419417,-19.04769)" />
+ <linearGradient
+ id="linearGradient8292-9">
+ <stop
+ style="stop-color:#71baff;stop-opacity:1;"
+ offset="0"
+ id="stop8294-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop8296-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1039.6121"
+ x2="4.0797281"
+ y1="1043.2366"
+ x1="4.0797281"
+ gradientTransform="translate(0.04419417,7.817057)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8315"
+ xlink:href="#linearGradient8292-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8292-2"
+ id="linearGradient8298-1"
+ x1="4.0797281"
+ y1="1043.2366"
+ x2="4.0797281"
+ y2="1039.6121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.04419417,-1.11019)" />
+ <linearGradient
+ id="linearGradient8292-2">
+ <stop
+ style="stop-color:#71baff;stop-opacity:1;"
+ offset="0"
+ id="stop8294-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop8296-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1039.6121"
+ x2="4.0797281"
+ y1="1043.2366"
+ x1="4.0797281"
+ gradientTransform="translate(7.1066942,4.9523344)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8415"
+ xlink:href="#linearGradient8292-2"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="9.4001157"
+ inkscape:cy="14.292562"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1208"
+ inkscape:window-height="913"
+ inkscape:window-x="980"
+ inkscape:window-y="435"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid8762" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <rect
+ style="fill:url(#linearGradient8298);fill-opacity:1;stroke:#1469ab;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect7504"
+ width="5.1707182"
+ height="4.9939418"
+ x="1.4584078"
+ y="1037.817" />
+ <rect
+ style="fill:url(#linearGradient8315);fill-opacity:1;stroke:#1469ab;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect7504-6"
+ width="5.1707182"
+ height="4.9939418"
+ x="1.4584078"
+ y="1046.7443" />
+ <g
+ id="g8372"
+ transform="translate(0,18)">
+ <path
+ sodipodi:nodetypes="cc"
+ transform="translate(0,1036.3622)"
+ inkscape:connector-curvature="0"
+ id="path8334"
+ d="m 8.0801553,-13.4375 5.9388007,0"
+ style="fill:none;stroke:#10558a;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path8334-0"
+ d="m 8.0801553,1021.9082 5.9388007,0"
+ style="fill:none;stroke:#c1e8ff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ style="display:inline"
+ id="g8372-7"
+ transform="translate(0,26.993514)">
+ <path
+ sodipodi:nodetypes="cc"
+ transform="translate(0,1036.3622)"
+ inkscape:connector-curvature="0"
+ id="path8334-4"
+ d="m 8.0801553,-13.4375 5.9388007,0"
+ style="fill:none;stroke:#10558a;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path8334-0-2"
+ d="m 8.0801553,1021.9082 5.9388007,0"
+ style="fill:none;stroke:#c1e8ff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+ </g>
+ <rect
+ style="fill:url(#linearGradient8415);fill-opacity:1;stroke:#1469ab;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect7504-2"
+ width="2.0457182"
+ height="1.9313965"
+ x="8.5209074"
+ y="1043.8795" />
+ <g
+ style="display:inline"
+ id="g8372-7-1"
+ transform="translate(4.0625,21.868514)">
+ <path
+ sodipodi:nodetypes="cc"
+ transform="translate(0,1036.3622)"
+ inkscape:connector-curvature="0"
+ id="path8334-4-7"
+ d="m 8.0801553,-13.4375 1.9482227,0"
+ style="fill:none;stroke:#10558a;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/problems_view.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/problems_view.svg
new file mode 100644
index 000000000..00c59867e
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/problems_view.svg
@@ -0,0 +1,344 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="problems_view.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3840">
+ <stop
+ style="stop-color:#5c6884;stop-opacity:1;"
+ offset="0"
+ id="stop3842" />
+ <stop
+ style="stop-color:#a09860;stop-opacity:1;"
+ offset="1"
+ id="stop3844" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5105">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop5107" />
+ <stop
+ style="stop-color:#8693ae;stop-opacity:1"
+ offset="1"
+ id="stop5109" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5255">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1"
+ offset="0"
+ id="stop5257" />
+ <stop
+ style="stop-color:#d2e9f7;stop-opacity:1;"
+ offset="1"
+ id="stop5259" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4903-7-7-52">
+ <stop
+ id="stop4905-2-3-9"
+ offset="0"
+ style="stop-color:#ffe69f;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffcb2f;stop-opacity:1"
+ offset="0.41477016"
+ id="stop4911-4-9-2" />
+ <stop
+ id="stop4907-3-6-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3852"
+ id="linearGradient3858"
+ x1="385.98376"
+ y1="462.57028"
+ x2="385.98376"
+ y2="471.69949"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3852">
+ <stop
+ style="stop-color:#ff4949;stop-opacity:1"
+ offset="0"
+ id="stop3854" />
+ <stop
+ style="stop-color:#cb3e44;stop-opacity:1"
+ offset="1"
+ id="stop3856" />
+ </linearGradient>
+ <linearGradient
+ y2="471.69949"
+ x2="385.98376"
+ y1="462.57028"
+ x1="385.98376"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3077"
+ xlink:href="#linearGradient3852"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="471.69949"
+ x2="385.98376"
+ y1="462.57028"
+ x1="385.98376"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3077-2"
+ xlink:href="#linearGradient3852-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3852-1">
+ <stop
+ style="stop-color:#ff4949;stop-opacity:1"
+ offset="0"
+ id="stop3854-7" />
+ <stop
+ style="stop-color:#cb3e44;stop-opacity:1"
+ offset="1"
+ id="stop3856-4" />
+ </linearGradient>
+ <linearGradient
+ y2="471.69949"
+ x2="385.98376"
+ y1="462.57028"
+ x1="385.98376"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3048"
+ xlink:href="#linearGradient3852-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4903-7-7-52"
+ id="linearGradient3027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72160234,0,0,0.72160234,246.54659,-1265.7937)"
+ x1="733.18365"
+ y1="727.80212"
+ x2="738.31683"
+ y2="732.9353" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5255"
+ id="linearGradient3807"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3823084,0,0,0.98071248,-6.1929306,20.044209)"
+ x1="22.878796"
+ y1="1037.2108"
+ x2="22.878796"
+ y2="1051.027" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5105"
+ id="linearGradient3809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3823084,0,0,0.98071248,20.427518,20.044209)"
+ x1="9.1708698"
+ y1="1036.9434"
+ x2="9.1708698"
+ y2="1051.6799" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3840"
+ id="linearGradient3846"
+ x1="1035.5981"
+ y1="28.695572"
+ x2="1035.5981"
+ y2="21.128925"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="12.767463"
+ inkscape:cy="-5.741011"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1054"
+ inkscape:window-height="943"
+ inkscape:window-x="1508"
+ inkscape:window-y="496"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4233" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3854">
+ <g
+ transform="matrix(0.9346781,0,0,0.9346781,-14.571811,69.044514)"
+ id="g8472"
+ style="display:inline">
+ <g
+ id="g8421"
+ transform="translate(15.600543,0)" />
+ <g
+ transform="matrix(0,1,1,0,-1019.4029,1019.4029)"
+ id="g10285">
+ <g
+ transform="matrix(0.93769259,0,0,0.87333542,0.96774196,131.10119)"
+ id="g3797">
+ <path
+ sodipodi:nodetypes="ccczcc"
+ inkscape:connector-curvature="0"
+ id="rect4172-1"
+ d="m 16.096979,1035.5285 15.961689,0 0,16.5683 c -1.062971,-0.5903 -2.773231,-4.1408 -6.924462,-2.3593 -4.15123,1.7815 -7.453027,3.3668 -9.037227,-0.9619 z"
+ style="fill:url(#linearGradient3807);fill-opacity:1;stroke:url(#linearGradient3809);stroke-width:1.18227136;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <rect
+ transform="matrix(0,1.2250586,1.1409785,0,15.516843,1034.9883)"
+ y="1.0312505"
+ x="1.0625"
+ height="13"
+ width="0.9375"
+ id="rect3852"
+ style="fill:#d0f0f8;fill-opacity:1;stroke:none" />
+ <path
+ style="fill:#adc1e1;fill-opacity:1;stroke:#a8bcde;stroke-width:1.1246587px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 24.021969,1036.2952 0,14.4407"
+ id="path18345"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:#adc1e1;fill-opacity:1;stroke:#a8bcde;stroke-width:1.123523px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 16.661877,1046.7076 15.957858,0"
+ id="path18347"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:url(#linearGradient3846);fill-opacity:1;stroke:none"
+ id="rect21127"
+ width="1.3373588"
+ height="17.151628"
+ x="1035.0265"
+ y="15.551206"
+ transform="matrix(0,1,1,0,0,0)"
+ ry="0" />
+ <rect
+ transform="scale(1,-1)"
+ style="fill:#5c6884;fill-opacity:1;stroke:none;display:inline"
+ id="rect21127-6"
+ width="1.2099167"
+ height="17.228739"
+ x="31.455427"
+ y="-1052.2151"
+ ry="0" />
+ </g>
+ <rect
+ style="fill:none;stroke:none"
+ id="rect4942"
+ width="1.4184428"
+ height="1.069887"
+ x="22.741739"
+ y="1042.6464" />
+ <rect
+ style="fill:none;stroke:none;display:inline"
+ id="rect4942-1"
+ width="1.4184427"
+ height="1.069887"
+ x="22.741737"
+ y="1044.7861" />
+ <g
+ transform="matrix(0.8824479,0,0,0.82626422,3.9709262,181.04934)"
+ id="g20348">
+ <rect
+ y="1043.4609"
+ x="25.572638"
+ height="1.0125971"
+ width="1.4224106"
+ id="rect4942-1-7"
+ style="fill:none;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="csccsssc"
+ inkscape:connector-curvature="0"
+ id="rect4880"
+ d="m 775.65555,-741.23757 2.4881,0.009 c 0.56521,0.002 2.02427,1.52746 2.02427,1.52746 l -3.81402,3.85866 c 0,0 -1.58283,-1.38008 -1.6084,-1.94336 l -0.1104,-2.43162 c -0.0256,-0.56328 0.45525,-1.02257 1.02045,-1.02045 z"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;color:#000000;fill:url(#linearGradient3027);fill-opacity:1;fill-rule:nonzero;stroke:#e28d22;stroke-width:1.2134217;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans"
+ transform="matrix(0.72724267,0.68638043,0.72724267,-0.68638043,0,0)" />
+ </g>
+ <g
+ inkscape:label="Layer 1"
+ id="layer1-8"
+ style="display:inline;fill:#d34a50;fill-opacity:1;stroke:#a81d24;stroke-opacity:1"
+ transform="matrix(0,1.0698871,1.0698871,0,-1093.1782,1054.4736)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-100.53208,912.07901)"
+ style="display:inline;fill:#d34a50;fill-opacity:1;stroke:#a81d24;stroke-opacity:1"
+ id="g11331-3-1-1">
+ <g
+ id="g13408-8"
+ style="fill:#d34a50;fill-opacity:1;stroke:#a81d24;stroke-opacity:1" />
+ </g>
+ <g
+ transform="matrix(-1,0,0,1,16.12959,8.0140628)"
+ style="display:inline;fill:#d34a50;fill-opacity:1;stroke:#a81d24;stroke-opacity:1"
+ id="g6124-3">
+ <g
+ transform="scale(-1,1)"
+ style="font-size:13.58917427000000089px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d34a50;fill-opacity:1;stroke:#a81d24;font-family:Sans;stroke-opacity:1"
+ id="text6430" />
+ <g
+ transform="scale(-1,1)"
+ style="font-size:13.58917427000000089px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d34a50;fill-opacity:1;stroke:#a81d24;display:inline;font-family:Sans;stroke-opacity:1"
+ id="g6438" />
+ </g>
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3048);fill-opacity:1;stroke:#c91d24;stroke-width:5.03605366;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;font-family:Sans"
+ id="path10796-2-6-2-1"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 c 0,5.86803 -4.75697,10.625 -10.625,10.625 -5.86803,0 -10.625,-4.75697 -10.625,-10.625 0,-5.86802 4.75697,-10.625 10.625,-10.625 5.86803,0 10.625,4.75698 10.625,10.625 z"
+ transform="matrix(0,0.21336007,0.20391989,0,-75.150605,958.20085)" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/update.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/update.svg
new file mode 100644
index 000000000..7ce1d69be
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/update.svg
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="update.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4853">
+ <stop
+ style="stop-color:#005596;stop-opacity:1"
+ offset="0"
+ id="stop4855" />
+ <stop
+ style="stop-color:#6994ad;stop-opacity:1"
+ offset="1"
+ id="stop4858" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7584-5">
+ <stop
+ style="stop-color:#f9cd5f;stop-opacity:1;"
+ offset="0"
+ id="stop7586-4" />
+ <stop
+ style="stop-color:#ffebb7;stop-opacity:1;"
+ offset="1"
+ id="stop7588-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7592-1">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="0"
+ id="stop7594-6" />
+ <stop
+ style="stop-color:#a86e11;stop-opacity:1"
+ offset="1"
+ id="stop7596-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7584-9-3"
+ id="linearGradient7608-9-7"
+ gradientUnits="userSpaceOnUse"
+ x1="22.930616"
+ y1="1039.6982"
+ x2="22.930616"
+ y2="1041.7356" />
+ <linearGradient
+ id="linearGradient7584-9-3">
+ <stop
+ style="stop-color:#739ab3;stop-opacity:1"
+ offset="0"
+ id="stop7586-6-3" />
+ <stop
+ style="stop-color:#c1ebca;stop-opacity:1"
+ offset="1"
+ id="stop7588-9-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4853"
+ id="linearGradient4860"
+ x1="21.283819"
+ y1="1038.2195"
+ x2="21.283819"
+ y2="1043.3534"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7584-5"
+ id="linearGradient4873"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,29.363291,0)"
+ x1="22.519354"
+ y1="1042.0283"
+ x2="22.519354"
+ y2="1040.7345" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7592-1"
+ id="linearGradient4875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,29.363291,0)"
+ x1="23.107393"
+ y1="1040.0905"
+ x2="23.107393"
+ y2="1044.9022" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="9.7561285"
+ inkscape:cy="15.597496"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1171"
+ inkscape:window-height="959"
+ inkscape:window-x="1384"
+ inkscape:window-y="24"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4869"
+ transform="translate(-0.4419418,-0.61871852)">
+ <path
+ sodipodi:nodetypes="ccssscscsssszcc"
+ inkscape:connector-curvature="0"
+ id="path7582"
+ d="m 5.778136,1039.3249 0,-1.591 c 0,0 0.353553,-0.8397 1.370019,-0.044 1.016466,0.7955 2.209709,2.0772 2.386486,2.4307 0.176776,0.3536 0.928077,0.9723 -0.08839,1.9446 -1.016466,0.9722 -2.121321,1.9887 -2.121321,1.9887 0,0 -1.546796,1.4584 -1.546796,0.088 0,-1.37 0,-1.812 0,-1.812 -1.366404,-0.063 -1.694788,0.3552 -2.039845,0.6884 -0.345482,0.3336 -0.8125,1.9687 -1.21875,2.0937 -0.40625,0.125 -0.625,-2.1875 -0.625,-2.625 0,-0.4375 0.174793,-1.2439 0.71875,-1.9687 0.293544,-0.3911 1.006571,-0.9555 1.53125,-1.0998 0.524679,-0.1444 1.633595,-0.094 1.633595,-0.094 z"
+ style="fill:url(#linearGradient4873);fill-opacity:1;stroke:url(#linearGradient4875);stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccssscc"
+ inkscape:connector-curvature="0"
+ id="path7602"
+ d="m 6.293932,1038.7283 0,-0.5966 c 0,0 -0.110485,-0.3757 0.220971,-0.2431 0.331456,0.1326 0.972272,0.6629 1.038563,0.7734 0.06629,0.1105 0.751301,0.5966 0.596622,0.8176 -0.15468,0.221 -1.458408,0.066 -1.458408,0.066 z"
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ style="display:inline"
+ id="g7604-6"
+ transform="matrix(1,0,0,-1,-12.948891,2088.3419)">
+ <path
+ sodipodi:nodetypes="ccssscsscsssszcc"
+ inkscape:connector-curvature="0"
+ id="path7582-7"
+ d="m 23.585155,1039.3249 0,-1.591 c 0,0 -0.353553,-0.8397 -1.370019,-0.044 -1.016466,0.7955 -2.209709,2.0772 -2.386486,2.4307 -0.176776,0.3536 -0.928077,0.9723 0.08839,1.9446 1.016466,0.9722 2.121321,1.9887 2.121321,1.9887 0,0 0.404271,0.3812 0.799458,0.5707 0.37782,0.1811 0.747338,0.1871 0.747338,-0.4827 0,-1.37 0,-1.812 0,-1.812 1.366404,-0.063 1.727345,0.3446 2.039845,0.6884 0.3125,0.3437 0.8125,1.9687 1.21875,2.0937 0.40625,0.125 0.625,-2.1875 0.625,-2.625 0,-0.4375 -0.09375,-1.3125 -0.71875,-1.9687 -0.625,-0.6563 -1.006571,-0.9555 -1.53125,-1.0998 -0.524679,-0.1444 -1.633595,-0.094 -1.633595,-0.094 z"
+ style="fill:url(#linearGradient7608-9-7);fill-opacity:1;stroke:url(#linearGradient4860);stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccssscc"
+ inkscape:connector-curvature="0"
+ id="path7602-2"
+ d="m 23.069359,1042.9731 0,0.5966 c 0,0 0.110485,0.3757 -0.220971,0.2431 -0.331456,-0.1326 -0.972272,-0.6629 -1.038563,-0.7734 -0.06629,-0.1105 -0.751301,-0.5966 -0.596622,-0.8176 0.15468,-0.221 1.458408,-0.066 1.458408,-0.066 z"
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/vcs.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/vcs.svg
new file mode 100644
index 000000000..393c30d36
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/vcs.svg
@@ -0,0 +1,68110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="ApplicationElement.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient28634"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#c1d9ee;stop-opacity:1;"
+ offset="0"
+ id="stop28636" />
+ <stop
+ id="stop28642"
+ offset="0.5"
+ style="stop-color:#6eaddd;stop-opacity:1" />
+ <stop
+ style="stop-color:#40689d;stop-opacity:1"
+ offset="1"
+ id="stop28638" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12204">
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0"
+ id="stop12206" />
+ <stop
+ id="stop12214"
+ offset="0.25"
+ style="stop-color:#f7cec5;stop-opacity:1" />
+ <stop
+ id="stop12212"
+ offset="0.5"
+ style="stop-color:#f7ccc3;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="1"
+ id="stop12208" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12144">
+ <stop
+ style="stop-color:#ca9189;stop-opacity:1"
+ offset="0"
+ id="stop12146" />
+ <stop
+ id="stop12154"
+ offset="0.25"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ id="stop12152"
+ offset="0.5"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#bd847e;stop-opacity:1"
+ offset="1"
+ id="stop12148" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4882">
+ <stop
+ style="stop-color:#e9c47e;stop-opacity:1;"
+ offset="0"
+ id="stop4884" />
+ <stop
+ style="stop-color:#f6e7cb;stop-opacity:1;"
+ offset="1"
+ id="stop4886" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5009">
+ <stop
+ style="stop-color:#ffe083;stop-opacity:1;"
+ offset="0"
+ id="stop5011" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop5013" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4929">
+ <stop
+ style="stop-color:#d5f3ff;stop-opacity:1;"
+ offset="0"
+ id="stop4931" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4934" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4900">
+ <stop
+ style="stop-color:#877e60;stop-opacity:1;"
+ offset="0"
+ id="stop4902" />
+ <stop
+ style="stop-color:#c0a753;stop-opacity:1;"
+ offset="1"
+ id="stop4904" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4881">
+ <stop
+ style="stop-color:#68b3e1;stop-opacity:1;"
+ offset="0"
+ id="stop4883" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4885" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4839">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1;"
+ offset="0"
+ id="stop4841" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4843" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4977">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4947">
+ <stop
+ style="stop-color:#e5ac30;stop-opacity:1;"
+ offset="0"
+ id="stop4949" />
+ <stop
+ style="stop-color:#f2dcae;stop-opacity:1;"
+ offset="1"
+ id="stop4951" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4931">
+ <stop
+ style="stop-color:#dce6f8;stop-opacity:1;"
+ offset="0"
+ id="stop4933" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4935" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4887">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4889" />
+ <stop
+ style="stop-color:#c3bf94;stop-opacity:1;"
+ offset="1"
+ id="stop4891" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4792">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4794" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4796" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4786" />
+ <stop
+ style="stop-color:#25497f;stop-opacity:1;"
+ offset="1"
+ id="stop4788" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4924">
+ <stop
+ style="stop-color:#97b2d9;stop-opacity:1;"
+ offset="0"
+ id="stop4926" />
+ <stop
+ style="stop-color:#b5c6df;stop-opacity:1;"
+ offset="1"
+ id="stop4928" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4914">
+ <stop
+ style="stop-color:#8a9b9c;stop-opacity:1;"
+ offset="0"
+ id="stop4916" />
+ <stop
+ style="stop-color:#a5b0b1;stop-opacity:1;"
+ offset="1"
+ id="stop4918" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4816">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4801">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4803" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4805" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4793">
+ <stop
+ style="stop-color:#5b7aab;stop-opacity:1;"
+ offset="0"
+ id="stop4795" />
+ <stop
+ style="stop-color:#7c8c99;stop-opacity:1;"
+ offset="1"
+ id="stop4797" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850">
+ <stop
+ id="stop13852"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13836" />
+ <stop
+ style="stop-color:#807e66;stop-opacity:0;"
+ offset="1"
+ id="stop13838" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801" />
+ <stop
+ id="stop13809"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090" />
+ <stop
+ id="stop12096"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001" />
+ <stop
+ id="stop12007"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971" />
+ <stop
+ id="stop11979"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689" />
+ <stop
+ id="stop11695"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150" />
+ <stop
+ id="stop11152"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128">
+ <stop
+ style="stop-color:#e4d09d;stop-opacity:1"
+ offset="0"
+ id="stop11130" />
+ <stop
+ id="stop11136"
+ offset="0.27413794"
+ style="stop-color:#f6ecb2;stop-opacity:1" />
+ <stop
+ style="stop-color:#b58a68;stop-opacity:1"
+ offset="1"
+ id="stop11132" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856">
+ <stop
+ id="stop10858"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860" />
+ <stop
+ id="stop10862"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800" />
+ <stop
+ id="stop10806"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748">
+ <stop
+ id="stop10750"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.25"
+ id="stop10752" />
+ <stop
+ style="stop-color:#f6e5a6;stop-opacity:1"
+ offset="0.5"
+ id="stop10754" />
+ <stop
+ id="stop10756"
+ offset="0.75"
+ style="stop-color:#f1cf6c;stop-opacity:1" />
+ <stop
+ id="stop10758"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450" />
+ <stop
+ id="stop10458"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442" />
+ <stop
+ id="stop10521"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432">
+ <stop
+ id="stop10434"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#4e6da1;stop-opacity:1"
+ offset="0.5"
+ id="stop10436" />
+ <stop
+ id="stop10438"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414">
+ <stop
+ style="stop-color:#5078b9;stop-opacity:1;"
+ offset="0"
+ id="stop10416" />
+ <stop
+ id="stop10422"
+ offset="0.5"
+ style="stop-color:#6d8cbd;stop-opacity:1" />
+ <stop
+ style="stop-color:#5f88c9;stop-opacity:1"
+ offset="1"
+ id="stop10418" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396">
+ <stop
+ style="stop-color:#1b3e79;stop-opacity:1;"
+ offset="0"
+ id="stop10398" />
+ <stop
+ id="stop10404"
+ offset="0.5"
+ style="stop-color:#728fbf;stop-opacity:1" />
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="1"
+ id="stop10400" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159" />
+ <stop
+ id="stop10165"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9914"
+ inkscape:collect="always">
+ <stop
+ id="stop9916"
+ offset="0"
+ style="stop-color:#4a6fa4;stop-opacity:1" />
+ <stop
+ id="stop9918"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9908"
+ inkscape:collect="always">
+ <stop
+ id="stop9910"
+ offset="0"
+ style="stop-color:#525f72;stop-opacity:1" />
+ <stop
+ id="stop9912"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9605">
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:1;"
+ offset="0"
+ id="stop9607" />
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:0;"
+ offset="1"
+ id="stop9609" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512" />
+ <stop
+ id="stop9514"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334" />
+ <stop
+ id="stop9340"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324">
+ <stop
+ id="stop9326"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328" />
+ <stop
+ id="stop9330"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314" />
+ <stop
+ id="stop9322"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661"
+ inkscape:collect="always">
+ <stop
+ id="stop8663"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9">
+ <stop
+ id="stop7561-3-3-4-48"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1" />
+ <stop
+ id="stop7565-8-8-3-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6" />
+ <stop
+ id="stop7114-9-0-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4322" />
+ <stop
+ id="stop4324"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4326" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4331" />
+ <stop
+ id="stop4333"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4335" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8">
+ <stop
+ id="stop7561-3-3-4-48-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7" />
+ <stop
+ id="stop7565-8-8-3-2-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7" />
+ <stop
+ id="stop7114-9-0-1-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3258" />
+ <stop
+ id="stop3260"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3262" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3267" />
+ <stop
+ id="stop3269"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3271" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2">
+ <stop
+ id="stop7561-3-3-4-48-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-76" />
+ <stop
+ id="stop7565-8-8-3-2-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-8" />
+ <stop
+ id="stop7114-9-0-1-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3508" />
+ <stop
+ id="stop3510"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3512" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3517" />
+ <stop
+ id="stop3519"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3521" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1">
+ <stop
+ id="stop7561-3-3-4-48-7-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9" />
+ <stop
+ id="stop7114-9-0-1-4-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4135" />
+ <stop
+ id="stop4137"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4139" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4144" />
+ <stop
+ id="stop4146"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4148" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356" />
+ <stop
+ id="stop4358"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365" />
+ <stop
+ id="stop4367"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-0" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-1" />
+ <stop
+ id="stop4358-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-6" />
+ <stop
+ id="stop4367-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-0" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692" />
+ <stop
+ id="stop5694"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701" />
+ <stop
+ id="stop5703"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-0" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-16"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-0" />
+ <stop
+ id="stop5694-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-6" />
+ <stop
+ id="stop5703-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127" />
+ <stop
+ id="stop6129"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136" />
+ <stop
+ id="stop6138"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-4" />
+ <stop
+ id="stop6129-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-6" />
+ <stop
+ id="stop6138-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-6" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-55"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6295" />
+ <stop
+ id="stop6297"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6299" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6304" />
+ <stop
+ id="stop6306"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6308" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6323" />
+ <stop
+ id="stop6325"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6327" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6332" />
+ <stop
+ id="stop6334"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6336" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6351" />
+ <stop
+ id="stop6353"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6355" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6360" />
+ <stop
+ id="stop6362"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6364" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6942" />
+ <stop
+ id="stop6944"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6946" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6951" />
+ <stop
+ id="stop6953"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6955" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7108" />
+ <stop
+ id="stop7110"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7112" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7115">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7117" />
+ <stop
+ id="stop7119"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7121" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9"
+ id="linearGradient7692-4"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,-140)"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7755-5"
+ xlink:href="#linearGradient7686-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2"
+ id="linearGradient8159-0"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9"
+ id="linearGradient8143-2"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8180-3"
+ xlink:href="#linearGradient8153-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-8">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-7" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8182"
+ xlink:href="#linearGradient8137-9-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-5">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-2" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-6"
+ id="linearGradient8291-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-6">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-6" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-93">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-9" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8498"
+ id="linearGradient8504"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8498">
+ <stop
+ style="stop-color:#d9f4ff;stop-opacity:1"
+ offset="0"
+ id="stop8500" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8502" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8659"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661"
+ id="linearGradient8681"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137"
+ id="linearGradient8683"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2"
+ id="linearGradient8685"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337"
+ id="linearGradient8687"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8689"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8691"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8693"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8695"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8697"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-93"
+ id="linearGradient8699"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4"
+ id="linearGradient8701"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1"
+ id="linearGradient8703"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291"
+ id="linearGradient9297"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299"
+ id="linearGradient9305"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-9"
+ id="linearGradient9338-8"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9332-9">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-5" />
+ <stop
+ id="stop9340-2"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9324-7"
+ id="linearGradient9318"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9324-7">
+ <stop
+ id="stop9326-0"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-1" />
+ <stop
+ id="stop9330-5"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8"
+ id="linearGradient9297-1"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-8">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-7" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1"
+ id="linearGradient9305-8"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-1">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-6" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-52" />
+ <stop
+ id="stop9340-23"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-9">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-5" />
+ <stop
+ id="stop9322-0"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9415-5"
+ xlink:href="#linearGradient9510-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9510-3">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-4" />
+ <stop
+ id="stop9514-9"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-3"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-5"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-6">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-1" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-0">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-9" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-2">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-7" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2"
+ id="linearGradient8697-5"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-2">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-9" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-0" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-3"
+ id="linearGradient8703-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-3">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-2" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9605"
+ id="linearGradient9962"
+ gradientUnits="userSpaceOnUse"
+ x1="213.82529"
+ y1="441.62799"
+ x2="227.09628"
+ y2="454.31174" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-6"
+ id="linearGradient9964"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-9"
+ id="linearGradient9966"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3"
+ id="linearGradient9968"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-5"
+ id="linearGradient9970"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-6"
+ id="linearGradient9972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-0"
+ id="linearGradient9974"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-2"
+ id="linearGradient9976"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9908"
+ id="linearGradient9978"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="306.07397"
+ x2="641.07611"
+ y2="281.43512" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2"
+ id="linearGradient9980"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-4"
+ id="linearGradient9982"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9914"
+ id="linearGradient9984"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ x1="636.09375"
+ y1="279.41037"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332"
+ id="linearGradient9997"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312"
+ id="linearGradient9999"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510"
+ id="linearGradient10001"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8"
+ id="linearGradient10003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1"
+ id="linearGradient10005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-5"
+ id="linearGradient10163-8"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-5">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-7" />
+ <stop
+ id="stop10165-2"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-3"
+ id="linearGradient10155-1"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-3">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-0" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6"
+ id="linearGradient10155-5"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-6">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-5" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2"
+ id="linearGradient10163-2"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-2">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-8" />
+ <stop
+ id="stop10165-3"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39"
+ id="linearGradient10155-7"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-39">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-3" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-72" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-6-5">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-7" />
+ <stop
+ id="stop10394"
+ offset="0.5"
+ style="stop-color:#b9c7df;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-4"
+ id="linearGradient10454-7"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-4">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-4" />
+ <stop
+ id="stop10458-7"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-9"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-1" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-2"
+ id="linearGradient10446-9"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10440-2">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-4" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9"
+ id="linearGradient10454-9"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-9">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3" />
+ <stop
+ id="stop10458-8"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1"
+ id="linearGradient10446-7"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10440-1">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43" />
+ <stop
+ id="stop10521-1"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-3"
+ xlink:href="#linearGradient10448-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-7">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5" />
+ <stop
+ id="stop10458-8-0"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-1"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-9" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-3"
+ xlink:href="#linearGradient10440-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2" />
+ <stop
+ id="stop10521-1-2"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-8"
+ xlink:href="#linearGradient10448-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-6">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-8" />
+ <stop
+ id="stop10458-8-7"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-7"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-1" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-8" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-1"
+ xlink:href="#linearGradient10440-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-3">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-0" />
+ <stop
+ id="stop10521-1-4"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6" />
+ <stop
+ id="stop10456-4-1-5"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-0-0">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-0" />
+ <stop
+ id="stop10521-1-2-5"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0"
+ id="linearGradient10770"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-0"
+ id="linearGradient10772"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="334.375"
+ y1="529.06494"
+ x2="334.375"
+ y2="518.67365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748"
+ id="linearGradient10774"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="324.1601"
+ y1="532.15552"
+ x2="324.1601"
+ y2="515.53949" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3"
+ id="linearGradient10776"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="334.375"
+ y1="532.30212"
+ x2="334.375"
+ y2="515.73615" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448"
+ id="linearGradient10778"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440"
+ id="linearGradient10780"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10414"
+ id="linearGradient10782"
+ gradientUnits="userSpaceOnUse"
+ x1="298.34253"
+ y1="528.1048"
+ x2="298.34253"
+ y2="519.08923" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10432"
+ id="linearGradient10784"
+ gradientUnits="userSpaceOnUse"
+ x1="289.8125"
+ y1="528.73804"
+ x2="289.8125"
+ y2="519.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157"
+ id="linearGradient10786"
+ gradientUnits="userSpaceOnUse"
+ x1="306.05069"
+ y1="532.08228"
+ x2="306.05069"
+ y2="514.75818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10396"
+ id="linearGradient10788"
+ gradientUnits="userSpaceOnUse"
+ x1="302.3125"
+ y1="532.98718"
+ x2="302.3125"
+ y2="514.67456" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2"
+ id="linearGradient10790"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39"
+ id="linearGradient10792"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-5"
+ id="linearGradient10794"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="511.38498" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-8"
+ id="linearGradient10804-7"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-2" />
+ <stop
+ id="stop10806-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1"
+ id="linearGradient10804-8"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5" />
+ <stop
+ id="stop10806-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2" />
+ <stop
+ id="stop10806-6-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10835-2"
+ xlink:href="#linearGradient10856-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6">
+ <stop
+ id="stop10858-0"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7" />
+ <stop
+ id="stop10862-3"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8"
+ id="radialGradient11144-4"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7" />
+ <stop
+ id="stop11152-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7"
+ id="radialGradient11144-2"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9" />
+ <stop
+ id="stop11152-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11169-6"
+ xlink:href="#linearGradient11146-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8" />
+ <stop
+ id="stop11152-8-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11063-6"
+ xlink:href="#linearGradient10856-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3">
+ <stop
+ id="stop10858-0-7"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9" />
+ <stop
+ id="stop10862-3-3"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1" />
+ <stop
+ id="stop10806-6-8-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4"
+ id="radialGradient11268-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4" />
+ <stop
+ id="stop11152-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3"
+ id="radialGradient11270-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5" />
+ <stop
+ id="stop11152-8-4"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5"
+ id="radialGradient11272-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6" />
+ <stop
+ id="stop11152-6-7"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5"
+ id="radialGradient11274-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3" />
+ <stop
+ id="stop11152-8-8-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11298-3"
+ xlink:href="#linearGradient10856-6-3-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-0">
+ <stop
+ id="stop10858-0-7-6"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1" />
+ <stop
+ id="stop10862-3-3-8"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10880-5-3-4"
+ xlink:href="#linearGradient10798-1-9-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8" />
+ <stop
+ id="stop10806-6-8-5-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390"
+ xlink:href="#linearGradient10798-1-9-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-7" />
+ <stop
+ id="stop11152-9-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-5" />
+ <stop
+ id="stop11152-8-4-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-4" />
+ <stop
+ id="stop11152-6-7-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-1" />
+ <stop
+ id="stop11152-8-8-6-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-1">
+ <stop
+ id="stop10858-0-7-6-1"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-7" />
+ <stop
+ id="stop10862-3-3-8-4"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-0"
+ xlink:href="#linearGradient10798-1-9-3-7-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2" />
+ <stop
+ id="stop10806-6-8-5-3-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-3"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-6" />
+ <stop
+ id="stop10806-6-8-5-3-2-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-8"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-2"
+ id="radialGradient11685-7"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-1"
+ id="linearGradient11693-0"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-1">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-9" />
+ <stop
+ id="stop11695-3"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-8"
+ id="linearGradient11894-2"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-8">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-4" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-4"
+ id="linearGradient11894-5"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-4">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-8" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3" />
+ <stop
+ id="stop11979-8"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1" />
+ <stop
+ id="stop12096-1"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9" />
+ <stop
+ id="stop12007-1"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-7"
+ id="radialGradient11685-5"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-94" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-9"
+ id="linearGradient11693-2"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-9">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-1" />
+ <stop
+ id="stop11695-2"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-8"
+ id="radialGradient11685-3"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-8"
+ id="linearGradient11693-26"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-8">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-6" />
+ <stop
+ id="stop11695-6"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-7" />
+ <stop
+ id="stop11979-8-6"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-6"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-8" />
+ <stop
+ id="stop12096-1-8"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-2" />
+ <stop
+ id="stop12007-1-3"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8" />
+ <stop
+ id="stop10806-6-8-5-3-2-95"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7" />
+ <stop
+ id="stop11979-0"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7" />
+ <stop
+ id="stop12096-6"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1" />
+ <stop
+ id="stop12007-4"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-3"
+ id="radialGradient11685-2"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-91" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-02" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-2"
+ id="linearGradient11693-3"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-2">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3" />
+ <stop
+ id="stop11695-9"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-9"
+ id="radialGradient12723-3"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-9">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-7" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5"
+ id="radialGradient12739-4"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1"
+ id="linearGradient12904-2"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11146-4-0">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-1" />
+ <stop
+ id="stop11152-9-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-2" />
+ <stop
+ id="stop11152-8-4-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-8" />
+ <stop
+ id="stop11152-6-7-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-19" />
+ <stop
+ id="stop11152-8-8-6-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-5">
+ <stop
+ id="stop10858-0-7-6-9"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-9" />
+ <stop
+ id="stop10862-3-3-8-6"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-9"
+ xlink:href="#linearGradient10798-1-9-3-7-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20" />
+ <stop
+ id="stop10806-6-8-5-3-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-7"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4" />
+ <stop
+ id="stop10806-6-8-5-3-9-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-4"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-3"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6" />
+ <stop
+ id="stop10806-6-8-5-3-9-24"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13468-0"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-9-6"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13333-0-1"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13551"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13826-7"
+ id="linearGradient13832-8"
+ x1="441.34924"
+ y1="387.30411"
+ x2="441.34924"
+ y2="350.53076"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13826-7">
+ <stop
+ style="stop-color:#d8e1ed;stop-opacity:1"
+ offset="0"
+ id="stop13828-0" />
+ <stop
+ style="stop-color:#f8f9fa;stop-opacity:1"
+ offset="1"
+ id="stop13830-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13850-2"
+ id="linearGradient13840-9"
+ x1="428"
+ y1="388.23123"
+ x2="452.5"
+ y2="353.95593"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ id="linearGradient13850-2">
+ <stop
+ id="stop13852-4"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-7"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13856-0"
+ id="linearGradient13848-8"
+ x1="428"
+ y1="388.23123"
+ x2="452.5"
+ y2="353.95593"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ id="linearGradient13856-0">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-8" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13717-3"
+ id="linearGradient13818-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.61871845,0.97227185)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="372.91846" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13717-3">
+ <stop
+ style="stop-color:#c48a4e;stop-opacity:1;"
+ offset="0"
+ id="stop13719-9" />
+ <stop
+ style="stop-color:#b85f1b;stop-opacity:1"
+ offset="1"
+ id="stop13721-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13739-8"
+ id="linearGradient13820-2"
+ gradientUnits="userSpaceOnUse"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13739-8">
+ <stop
+ style="stop-color:#ffca57;stop-opacity:1"
+ offset="0"
+ id="stop13741-3" />
+ <stop
+ style="stop-color:#fffec5;stop-opacity:1"
+ offset="1"
+ id="stop13743-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13733-1"
+ id="linearGradient13822-2"
+ gradientUnits="userSpaceOnUse"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.7739" />
+ <linearGradient
+ id="linearGradient13733-1"
+ inkscape:collect="always">
+ <stop
+ id="stop13735-7"
+ offset="0"
+ style="stop-color:#73451c;stop-opacity:1" />
+ <stop
+ id="stop13737-8"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13799-7"
+ id="linearGradient13824-1"
+ gradientUnits="userSpaceOnUse"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ id="linearGradient13799-7">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-4" />
+ <stop
+ id="stop13809-4"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-7"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-8" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12886-6-7"
+ x1="393.4772"
+ y1="375.17487"
+ x2="379.65567"
+ y2="371.10898"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12884-4-7"
+ x1="395.68689"
+ y1="379.50586"
+ x2="385.57773"
+ y2="388.69827"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12882-2-0"
+ x1="404.8793"
+ y1="389.22861"
+ x2="397.7753"
+ y2="400.10037"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12880-3-5"
+ x1="420.52402"
+ y1="378.7988"
+ x2="432.86548"
+ y2="381.80399"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12878-2-7"
+ x1="413.01102"
+ y1="366.6012"
+ x2="429.94864"
+ y2="364.92181"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12876-4-0"
+ x1="674.84711"
+ y1="180.63965"
+ x2="675.20258"
+ y2="166.79221"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12868-4-7"
+ x1="396.0101"
+ y1="359.4902"
+ x2="396.21149"
+ y2="350.94641"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12888-3-7"
+ x1="390.38361"
+ y1="362.80048"
+ x2="381.86542"
+ y2="360.85596"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient12821-7-6"
+ xlink:href="#linearGradient12717-5-0-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-0-4">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-3-0" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-4-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8"
+ id="linearGradient12896-6-4"
+ x1="427.53012"
+ y1="432.76639"
+ x2="425.4519"
+ y2="415.1088"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-0-4"
+ id="radialGradient12723-8-2-4"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientTransform="translate(3.9747778e-6,-9.8142582e-6)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient12725-9-4-7"
+ id="linearGradient12731-1-9-5"
+ x1="683.16229"
+ y1="205.72604"
+ x2="661.94519"
+ y2="183.18417"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12725-9-4-7">
+ <stop
+ style="stop-color:#397b3b;stop-opacity:1;"
+ offset="0"
+ id="stop12727-3-9-8" />
+ <stop
+ style="stop-color:#397b3b;stop-opacity:0;"
+ offset="1"
+ id="stop12729-4-1-8" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13011-8"
+ xlink:href="#linearGradient12862-1-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14172"
+ xlink:href="#linearGradient12862-1-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11969-9-0">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-1" />
+ <stop
+ id="stop11979-0-0"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-1"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-9" />
+ <stop
+ id="stop12096-6-2"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-9" />
+ <stop
+ id="stop12007-4-6"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-6" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-7" />
+ <stop
+ id="stop11695-9-8"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14172-6"
+ xlink:href="#linearGradient12862-1-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4793"
+ id="linearGradient4799"
+ x1="7.9212775"
+ y1="1051.1169"
+ x2="7.9212775"
+ y2="1037.0641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(16.175068,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4801"
+ id="linearGradient4807"
+ x1="11.354345"
+ y1="1051.4784"
+ x2="11.354345"
+ y2="1037.4236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(10.562408,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816"
+ id="linearGradient4822"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816-5"
+ id="linearGradient4822-4"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ id="linearGradient4816-5">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816-4"
+ id="linearGradient4822-6"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ id="linearGradient4816-4">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4914"
+ id="linearGradient4920"
+ x1="25.3125"
+ y1="12"
+ x2="25.3125"
+ y2="13.064337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.0625,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4924"
+ id="linearGradient4930"
+ x1="22.875"
+ y1="11.53125"
+ x2="22.875"
+ y2="13.291266"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.0625,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784"
+ id="linearGradient4790"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5053616,0.13258252)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4792"
+ id="linearGradient4798"
+ x1="17.360693"
+ y1="1048.6658"
+ x2="17.360693"
+ y2="1043.051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.0598057,0.13258252)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4792-0"
+ id="linearGradient4798-2"
+ x1="17.360693"
+ y1="1048.6658"
+ x2="17.360693"
+ y2="1043.051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.0598057,0.13258252)" />
+ <linearGradient
+ id="linearGradient4792-0">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4794-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4796-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784-6"
+ id="linearGradient4790-4"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5053616,0.13258252)" />
+ <linearGradient
+ id="linearGradient4784-6">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4786-1" />
+ <stop
+ style="stop-color:#25497f;stop-opacity:1;"
+ offset="1"
+ id="stop4788-7" />
+ </linearGradient>
+ <linearGradient
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ gradientTransform="translate(-3.6214785,2.1655504)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4821"
+ xlink:href="#linearGradient4784-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4887"
+ id="linearGradient4893"
+ x1="0.89346611"
+ y1="1045.9344"
+ x2="0.89346611"
+ y2="1037.4004"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4887-0"
+ id="linearGradient4893-8"
+ x1="0.89346611"
+ y1="1045.9344"
+ x2="0.89346611"
+ y2="1037.4004"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4887-0">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4889-9" />
+ <stop
+ style="stop-color:#c3bf94;stop-opacity:1;"
+ offset="1"
+ id="stop4891-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4931"
+ id="linearGradient4937"
+ x1="0.27474764"
+ y1="1044.2241"
+ x2="0.27474764"
+ y2="1038.3284"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4947"
+ id="radialGradient4955"
+ cx="2.7022624"
+ cy="1039.2938"
+ fx="2.7022624"
+ fy="1039.2938"
+ r="1.778585"
+ gradientTransform="matrix(-1.8601705,0,0,-1.8686673,9.2238796,2979.3765)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977"
+ id="linearGradient4983"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977"
+ id="linearGradient4985"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5"
+ id="linearGradient4983-4"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4977-5">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979-2" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1.6351958)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5"
+ id="linearGradient4985-8"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5002">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop5004" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop5006" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1.6351958)"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5010"
+ xlink:href="#linearGradient4977-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977"
+ id="linearGradient5055"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5"
+ id="linearGradient5057"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1.6351958)"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5"
+ id="linearGradient5059"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1.6351958)"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-4"
+ id="linearGradient5053-2"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientTransform="translate(0,0.34375)" />
+ <linearGradient
+ id="linearGradient4977-4">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979-3" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839"
+ id="linearGradient4845"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839-1"
+ id="linearGradient4845-2"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)" />
+ <linearGradient
+ id="linearGradient4839-1">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1;"
+ offset="0"
+ id="stop4841-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4843-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4881"
+ id="linearGradient4888"
+ x1="7.4688163"
+ y1="1040.5623"
+ x2="21.389982"
+ y2="1040.5623"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839"
+ id="linearGradient4894"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4881"
+ id="linearGradient4896"
+ gradientUnits="userSpaceOnUse"
+ x1="7.4688163"
+ y1="1040.5623"
+ x2="21.389982"
+ y2="1040.5623" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4900"
+ id="linearGradient4906"
+ x1="24.021645"
+ y1="1048.7585"
+ x2="24.021645"
+ y2="1039.4414"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-16.75,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4882"
+ id="linearGradient4889"
+ x1="-4.5987825"
+ y1="1057.7357"
+ x2="-4.5987825"
+ y2="1056.2156"
+ gradientUnits="userSpaceOnUse" />
+ <mask
+ id="mask8465"
+ maskUnits="userSpaceOnUse">
+ <path
+ inkscape:connector-curvature="0"
+ id="path8467"
+ d="m 2.005808,1041.3724 0,0.5 0,11.0313 0,0.5 0.5,0 12.9375,0 0.5,0 0,-0.5 0,-11.0313 0,-0.5 -0.5,0 -12.9375,0 -0.5,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ </mask>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(-0.912058,-1036.3723)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8458"
+ xlink:href="#linearGradient4810-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.000147)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8452"
+ xlink:href="#linearGradient4810-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-9"
+ id="linearGradient8429"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.000147)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4810-5-9"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-0-8"
+ offset="0"
+ style="stop-color:#be9a4b;stop-opacity:1" />
+ <stop
+ id="stop4814-4-8"
+ offset="1"
+ style="stop-color:#877e60;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-9"
+ id="linearGradient4046-24-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.000063)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3-3-8" />
+ <stop
+ id="stop7544-5-3-8-5-9"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1-2-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0-9-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7740-1-3-1-7"
+ xlink:href="#linearGradient7540-6-33-6-3-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-2-3-8-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7-5-0" />
+ <stop
+ id="stop7544-8-2-0-8"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7-9-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6-33-6-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3-3" />
+ <stop
+ id="stop7544-5-3-8-5"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-2-3-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7-5" />
+ <stop
+ id="stop7544-8-2-0"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6-33-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4-3" />
+ <stop
+ id="stop7544-5-3-8"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2-0" />
+ </linearGradient>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7740-1-3"
+ xlink:href="#linearGradient7540-6-33-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-2-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8-7" />
+ <stop
+ id="stop7544-8-2"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98-9" />
+ </linearGradient>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7738-6-2"
+ xlink:href="#linearGradient7540-2-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7272-66-4-5-5"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0-1-7"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6-3-9"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ gradientTransform="translate(0,4.7e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7736-9-7"
+ xlink:href="#linearGradient7272-66-4-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-6-33">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-4" />
+ <stop
+ id="stop7544-5-3"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7740-1"
+ xlink:href="#linearGradient7540-6-33"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-8" />
+ <stop
+ id="stop7544-8"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-98" />
+ </linearGradient>
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7738-6"
+ xlink:href="#linearGradient7540-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7272-66-4-5"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0-1"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6-3"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ gradientTransform="translate(0,4.7e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7736-9"
+ xlink:href="#linearGradient7272-66-4-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7740"
+ xlink:href="#linearGradient7540-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7738"
+ xlink:href="#linearGradient7540"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ gradientTransform="translate(0,4.7e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7736"
+ xlink:href="#linearGradient7272-66-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-6-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4-2" />
+ <stop
+ id="stop7544-5-6"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-3"
+ id="linearGradient7567-1"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)" />
+ <linearGradient
+ id="linearGradient7540-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-1" />
+ <stop
+ id="stop7544-6"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542-4" />
+ <stop
+ id="stop7544-5"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548-9" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ id="linearGradient7532-6"
+ xlink:href="#linearGradient7540-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7272-66-4"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6-0"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66-6"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4"
+ id="linearGradient7346-7-1"
+ gradientUnits="userSpaceOnUse"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientTransform="translate(0,4.7e-5)" />
+ <linearGradient
+ id="linearGradient7272-66"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-6"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-66"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ id="linearGradient7278-5"
+ xlink:href="#linearGradient7272-66"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7272-8"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-9"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-4"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ id="linearGradient7278-7"
+ xlink:href="#linearGradient7272-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7272-6"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-0"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-6"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ id="linearGradient7278-3"
+ xlink:href="#linearGradient7272-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7272-0"
+ inkscape:collect="always">
+ <stop
+ id="stop7274-8"
+ offset="0"
+ style="stop-color:#8f6c10;stop-opacity:1" />
+ <stop
+ id="stop7276-9"
+ offset="1"
+ style="stop-color:#c9a645;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ id="linearGradient7278-9"
+ xlink:href="#linearGradient7272-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient6320">
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="0"
+ id="stop6322" />
+ <stop
+ id="stop6324"
+ offset="0.39414415"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ id="stop6326"
+ offset="0.5"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="1"
+ id="stop6328" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4981-5">
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="0"
+ id="stop4983-4" />
+ <stop
+ id="stop4991-13"
+ offset="0.39414415"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ id="stop4989-7"
+ offset="0.5"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="1"
+ id="stop4985-3" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask5241-6">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2,1041.3622 0,0.5 0,9.0313 0,0.5 0.5,0 12,0 0.5,0 0,-0.5 0,-9.0313 0,-0.5 -0.5,0 -12,0 -0.5,0 z"
+ id="path5243-9"
+ inkscape:connector-curvature="0" />
+ </mask>
+ <linearGradient
+ id="linearGradient4082-3">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084-8" />
+ <stop
+ id="stop4864-7"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4981">
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="0"
+ id="stop4983" />
+ <stop
+ id="stop4991"
+ offset="0.39414415"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ id="stop4989"
+ offset="0.5"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="1"
+ id="stop4985" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4973">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4975" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4977" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4082">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084" />
+ <stop
+ id="stop4864"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-4">
+ <stop
+ style="stop-color:#b68e69;stop-opacity:1"
+ offset="0"
+ id="stop4786-0" />
+ <stop
+ id="stop4792"
+ offset="0.94238818"
+ style="stop-color:#d5ae7d;stop-opacity:1" />
+ <stop
+ style="stop-color:#c69863;stop-opacity:1"
+ offset="1"
+ id="stop4788-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4805">
+ <stop
+ style="stop-color:#4b82b6;stop-opacity:1"
+ offset="0"
+ id="stop4807" />
+ <stop
+ id="stop4815"
+ offset="0.79358917"
+ style="stop-color:#9ab7d5;stop-opacity:1" />
+ <stop
+ style="stop-color:#a2bcd8;stop-opacity:1"
+ offset="1"
+ id="stop4809" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5591">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593" />
+ <stop
+ style="stop-color:#b0b456;stop-opacity:1;"
+ offset="1"
+ id="stop5595" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5330" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5332" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5211" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5213" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961">
+ <stop
+ style="stop-color:#df9a39;stop-opacity:1;"
+ offset="0"
+ id="stop4963" />
+ <stop
+ style="stop-color:#b55829;stop-opacity:1;"
+ offset="1"
+ id="stop4965" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938">
+ <stop
+ style="stop-color:#8bc7d7;stop-opacity:1;"
+ offset="0"
+ id="stop4940" />
+ <stop
+ style="stop-color:#17477c;stop-opacity:1;"
+ offset="1"
+ id="stop4942" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928">
+ <stop
+ style="stop-color:#4dac81;stop-opacity:1;"
+ offset="0"
+ id="stop4930" />
+ <stop
+ style="stop-color:#058048;stop-opacity:1;"
+ offset="1"
+ id="stop4932" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918">
+ <stop
+ style="stop-color:#d48a4b;stop-opacity:1;"
+ offset="0"
+ id="stop4920" />
+ <stop
+ style="stop-color:#b1623a;stop-opacity:1;"
+ offset="1"
+ id="stop4922" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907">
+ <stop
+ style="stop-color:#b86c44;stop-opacity:1;"
+ offset="0"
+ id="stop4909" />
+ <stop
+ style="stop-color:#8f4017;stop-opacity:1;"
+ offset="1"
+ id="stop4911" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4789">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1;"
+ offset="0"
+ id="stop4791" />
+ <stop
+ style="stop-color:#30495a;stop-opacity:1;"
+ offset="1"
+ id="stop4793" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4781">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4783" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4785" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4773">
+ <stop
+ style="stop-color:#8e4694;stop-opacity:1;"
+ offset="0"
+ id="stop4775" />
+ <stop
+ style="stop-color:#bc7bc1;stop-opacity:1;"
+ offset="1"
+ id="stop4777" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4763">
+ <stop
+ style="stop-color:#77a29d;stop-opacity:1;"
+ offset="0"
+ id="stop4765" />
+ <stop
+ style="stop-color:#1b867b;stop-opacity:1;"
+ offset="1"
+ id="stop4767" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-4">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-88" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-4">
+ <stop
+ id="stop13852-5"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-5"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-1">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13836-7" />
+ <stop
+ style="stop-color:#807e66;stop-opacity:0;"
+ offset="1"
+ id="stop13838-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-1">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-5" />
+ <stop
+ id="stop13809-2"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-76"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-1" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-23">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-2" />
+ <stop
+ id="stop12096-2"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-16" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-8">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-5" />
+ <stop
+ id="stop12007-7"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-1">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-8" />
+ <stop
+ id="stop11979-9"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-2"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-95">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-4" />
+ <stop
+ id="stop11695-31"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-3" />
+ <stop
+ id="stop11152-4"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-1">
+ <stop
+ style="stop-color:#e4d09d;stop-opacity:1"
+ offset="0"
+ id="stop11130-1" />
+ <stop
+ id="stop11136-3"
+ offset="0.27413794"
+ style="stop-color:#f6ecb2;stop-opacity:1" />
+ <stop
+ style="stop-color:#b58a68;stop-opacity:1"
+ offset="1"
+ id="stop11132-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-7">
+ <stop
+ id="stop10858-4"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-2" />
+ <stop
+ id="stop10862-7"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-9" />
+ <stop
+ id="stop10806-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-19" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-8">
+ <stop
+ id="stop10750-6"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.25"
+ id="stop10752-5" />
+ <stop
+ style="stop-color:#f6e5a6;stop-opacity:1"
+ offset="0.5"
+ id="stop10754-0" />
+ <stop
+ id="stop10756-2"
+ offset="0.75"
+ style="stop-color:#f1cf6c;stop-opacity:1" />
+ <stop
+ id="stop10758-8"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-6">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-0" />
+ <stop
+ id="stop10458-2"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-48"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-6" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-0">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-9" />
+ <stop
+ id="stop10521-0"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-6">
+ <stop
+ id="stop10434-1"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#4e6da1;stop-opacity:1"
+ offset="0.5"
+ id="stop10436-3" />
+ <stop
+ id="stop10438-8"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-9">
+ <stop
+ style="stop-color:#5078b9;stop-opacity:1;"
+ offset="0"
+ id="stop10416-3" />
+ <stop
+ id="stop10422-4"
+ offset="0.5"
+ style="stop-color:#6d8cbd;stop-opacity:1" />
+ <stop
+ style="stop-color:#5f88c9;stop-opacity:1"
+ offset="1"
+ id="stop10418-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-6">
+ <stop
+ style="stop-color:#1b3e79;stop-opacity:1;"
+ offset="0"
+ id="stop10398-0" />
+ <stop
+ id="stop10404-6"
+ offset="0.5"
+ style="stop-color:#728fbf;stop-opacity:1" />
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="1"
+ id="stop10400-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-1">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-84" />
+ <stop
+ id="stop10165-9"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9914-3"
+ inkscape:collect="always">
+ <stop
+ id="stop9916-7"
+ offset="0"
+ style="stop-color:#4a6fa4;stop-opacity:1" />
+ <stop
+ id="stop9918-8"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9908-8"
+ inkscape:collect="always">
+ <stop
+ id="stop9910-2"
+ offset="0"
+ style="stop-color:#525f72;stop-opacity:1" />
+ <stop
+ id="stop9912-9"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9605-1">
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:1;"
+ offset="0"
+ id="stop9607-3" />
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:0;"
+ offset="1"
+ id="stop9609-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-9">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-8" />
+ <stop
+ id="stop9514-4"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-7">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-6" />
+ <stop
+ id="stop9340-3"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-1">
+ <stop
+ id="stop9326-5"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-4" />
+ <stop
+ id="stop9330-2"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-0">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-9" />
+ <stop
+ id="stop9322-7"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-7">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-2" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-0">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-1" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-57"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-5"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-4"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-1">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-2" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-0">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-1" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-60">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-7" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-17" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-7">
+ <stop
+ id="stop7561-3-3-4-48-77"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-3" />
+ <stop
+ id="stop7565-8-8-3-2-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-9" />
+ <stop
+ id="stop7114-9-0-1-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4322-8" />
+ <stop
+ id="stop4324-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4326-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4331-0" />
+ <stop
+ id="stop4333-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4335-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-0">
+ <stop
+ id="stop7561-3-3-4-48-7-1"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-94" />
+ <stop
+ id="stop7114-9-0-1-4-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3258-5" />
+ <stop
+ id="stop3260-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3262-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3267-1" />
+ <stop
+ id="stop3269-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3271-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-0">
+ <stop
+ id="stop7561-3-3-4-48-5-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-76-1" />
+ <stop
+ id="stop7565-8-8-3-2-7-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-8-8" />
+ <stop
+ id="stop7114-9-0-1-1-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3508-3" />
+ <stop
+ id="stop3510-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3512-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3517-0" />
+ <stop
+ id="stop3519-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3521-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-7">
+ <stop
+ id="stop7561-3-3-4-48-7-4-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-37">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-10" />
+ <stop
+ id="stop7114-9-0-1-4-6-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-34" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4135-6" />
+ <stop
+ id="stop4137-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4139-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4144-9" />
+ <stop
+ id="stop4146-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4148-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-8">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-34"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-8" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-4"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-99">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-25" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-3" />
+ <stop
+ id="stop4358-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-38">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-0" />
+ <stop
+ id="stop4367-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-0">
+ <stop
+ id="stop7561-3-3-4-48-7-4-5-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-0-8" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-2-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-4-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-3-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-3-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-1-2" />
+ <stop
+ id="stop4358-6-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-6-9" />
+ <stop
+ id="stop4367-1-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-3-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-8">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-8-1"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-7-5" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-7-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-0-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-1-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-5-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-5" />
+ <stop
+ id="stop5694-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-65" />
+ <stop
+ id="stop5703-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-2">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-2-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-0-6" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-5-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-2-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-16-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-6-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-0-7" />
+ <stop
+ id="stop5694-4-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-5-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-6-5" />
+ <stop
+ id="stop5703-0-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-3-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-0">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-39"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-81"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-95">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-3" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-5" />
+ <stop
+ id="stop6129-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-67" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-2" />
+ <stop
+ id="stop6138-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-4">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-1"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-9" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-4-4" />
+ <stop
+ id="stop6129-0-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-6-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-6-5" />
+ <stop
+ id="stop6138-0-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-3">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-4-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-6-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-55-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-5-7" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-6-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-2-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6295-6" />
+ <stop
+ id="stop6297-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6299-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6304-7" />
+ <stop
+ id="stop6306-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6308-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-41" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-16" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6323-3" />
+ <stop
+ id="stop6325-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6327-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6332-2" />
+ <stop
+ id="stop6334-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6336-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-3-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-2-6" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-8-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-5-6" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-5-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-1-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6351-6" />
+ <stop
+ id="stop6353-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6355-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6360-5" />
+ <stop
+ id="stop6362-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6364-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-9" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-3" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6942-5" />
+ <stop
+ id="stop6944-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6946-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6951-4" />
+ <stop
+ id="stop6953-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6955-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-8">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-5" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7108-4" />
+ <stop
+ id="stop7110-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7112-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7115-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7117-2" />
+ <stop
+ id="stop7119-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7121-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-77"
+ id="linearGradient7692-4-0"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-77">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,-140)"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7755-5-3"
+ xlink:href="#linearGradient7686-9-7-0"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-7-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-1-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-0-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-5"
+ id="linearGradient8159-0-2"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-5">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-2" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-03" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-2"
+ id="linearGradient8143-2-7"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-2">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-9" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8180-3-5"
+ xlink:href="#linearGradient8153-2-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-8-3">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-7-4" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-3-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8182-2"
+ xlink:href="#linearGradient8137-9-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-5-1">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-2-1" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-9-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-6-5"
+ id="linearGradient8291-2-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-6-5">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-6-3" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-6-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-1">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-22" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-6">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-4" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-93-7">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-9-0" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-8-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8498-0"
+ id="linearGradient8504-4"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8498-0">
+ <stop
+ style="stop-color:#d9f4ff;stop-opacity:1"
+ offset="0"
+ id="stop8500-0" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8502-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-1"
+ id="linearGradient8659-3"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-57"
+ id="linearGradient8681-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-60"
+ id="linearGradient8683-0"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-5"
+ id="linearGradient8685-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-0"
+ id="linearGradient8687-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-1"
+ id="linearGradient8689-5"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-1"
+ id="linearGradient8691-0"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-1"
+ id="linearGradient8693-0"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-1"
+ id="linearGradient8695-4"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-1"
+ id="linearGradient8697-54"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-93-7"
+ id="linearGradient8699-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-6"
+ id="linearGradient8701-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-1"
+ id="linearGradient8703-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-0"
+ id="linearGradient9297-4"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-7"
+ id="linearGradient9305-82"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-9-6"
+ id="linearGradient9338-8-1"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9332-9-6">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-5-8" />
+ <stop
+ id="stop9340-2-3"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-4-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9324-7-8"
+ id="linearGradient9318-4"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9324-7-8">
+ <stop
+ id="stop9326-0-4"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-1-9" />
+ <stop
+ id="stop9330-5-2"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-7"
+ id="linearGradient9297-1-0"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-8-7">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-7-0" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-3-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-7"
+ id="linearGradient9305-8-0"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-1-7">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-6-0" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-8-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-6">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-52-7" />
+ <stop
+ id="stop9340-23-3"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-3-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-9-4">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-5-9" />
+ <stop
+ id="stop9322-0-2"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-6-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9415-5-5"
+ xlink:href="#linearGradient9510-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9510-3-7">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-4-7" />
+ <stop
+ id="stop9514-9-4"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-6-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-5-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-3-9"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-5-8"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-6-3">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-1-0" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-6-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-0-2">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-9-3" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-5-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-2-7">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-7-1" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-8-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-4"
+ id="linearGradient8697-5-5"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-2-4">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-9-0" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-2-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-4-6">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-0-0" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-7-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-3-1"
+ id="linearGradient8703-1-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-3-1">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-2-1" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-6-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9605-1"
+ id="linearGradient9962-3"
+ gradientUnits="userSpaceOnUse"
+ x1="213.82529"
+ y1="441.62799"
+ x2="227.09628"
+ y2="454.31174" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-6-6"
+ id="linearGradient9964-0"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-9-4"
+ id="linearGradient9966-0"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-7"
+ id="linearGradient9968-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-5-7"
+ id="linearGradient9970-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-6-3"
+ id="linearGradient9972-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-0-2"
+ id="linearGradient9974-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-2-7"
+ id="linearGradient9976-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9908-8"
+ id="linearGradient9978-2"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="306.07397"
+ x2="641.07611"
+ y2="281.43512" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-4"
+ id="linearGradient9980-9"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-4-6"
+ id="linearGradient9982-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9914-3"
+ id="linearGradient9984-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ x1="636.09375"
+ y1="279.41037"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-7"
+ id="linearGradient9997-8"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-0"
+ id="linearGradient9999-8"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-9"
+ id="linearGradient10001-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-7"
+ id="linearGradient10003-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-7"
+ id="linearGradient10005-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-5-8"
+ id="linearGradient10163-8-0"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-5-8">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-7-9" />
+ <stop
+ id="stop10165-2-3"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-3-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-3-4"
+ id="linearGradient10155-1-7"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-3-4">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-0-7" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-7-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-7"
+ id="linearGradient10155-5-3"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-6-7">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-1" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-8"
+ id="linearGradient10163-2-0"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-2-8">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-8-3" />
+ <stop
+ id="stop10165-3-4"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-5-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-1"
+ id="linearGradient10155-7-0"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-39-1">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-3-4" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-72-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-6-5-6">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-7-2" />
+ <stop
+ id="stop10394-0"
+ offset="0.5"
+ style="stop-color:#b9c7df;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-1-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-4-6"
+ id="linearGradient10454-7-5"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-4-6">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-4-6" />
+ <stop
+ id="stop10458-7-6"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-9-7"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-1-6" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-2-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-2-1"
+ id="linearGradient10446-9-7"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10440-2-1">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-4-9" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-4-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-2"
+ id="linearGradient10454-9-6"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-9-2">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-7" />
+ <stop
+ id="stop10458-8-2"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-76"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-5" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-9"
+ id="linearGradient10446-7-3"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10440-1-9">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-9" />
+ <stop
+ id="stop10521-1-5"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-9" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-3-2"
+ xlink:href="#linearGradient10448-9-7-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-7-6">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-5" />
+ <stop
+ id="stop10458-8-0-3"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-1-2"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-9-4" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-3-4"
+ xlink:href="#linearGradient10440-1-0-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-2">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-7" />
+ <stop
+ id="stop10521-1-2-9"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-2" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-8-3"
+ xlink:href="#linearGradient10448-9-6-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-6-7">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-8-3" />
+ <stop
+ id="stop10458-8-7-1"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-7-5"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-1-7" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-8-8" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-1-5"
+ xlink:href="#linearGradient10440-1-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-3-8">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-0-3" />
+ <stop
+ id="stop10521-1-4-2"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-1">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-1" />
+ <stop
+ id="stop10456-4-1-5-5"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-8-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-0-0-5">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-0-1" />
+ <stop
+ id="stop10521-1-2-5-0"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-0-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-1"
+ id="linearGradient10770-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-0-5"
+ id="linearGradient10772-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="334.375"
+ y1="529.06494"
+ x2="334.375"
+ y2="518.67365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8"
+ id="linearGradient10774-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="324.1601"
+ y1="532.15552"
+ x2="324.1601"
+ y2="515.53949" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-8"
+ id="linearGradient10776-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="334.375"
+ y1="532.30212"
+ x2="334.375"
+ y2="515.73615" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-6"
+ id="linearGradient10778-8"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-0"
+ id="linearGradient10780-9"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10414-9"
+ id="linearGradient10782-1"
+ gradientUnits="userSpaceOnUse"
+ x1="298.34253"
+ y1="528.1048"
+ x2="298.34253"
+ y2="519.08923" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10432-6"
+ id="linearGradient10784-3"
+ gradientUnits="userSpaceOnUse"
+ x1="289.8125"
+ y1="528.73804"
+ x2="289.8125"
+ y2="519.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-1"
+ id="linearGradient10786-4"
+ gradientUnits="userSpaceOnUse"
+ x1="306.05069"
+ y1="532.08228"
+ x2="306.05069"
+ y2="514.75818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10396-6"
+ id="linearGradient10788-7"
+ gradientUnits="userSpaceOnUse"
+ x1="302.3125"
+ y1="532.98718"
+ x2="302.3125"
+ y2="514.67456" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-8"
+ id="linearGradient10790-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-1"
+ id="linearGradient10792-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-5-6"
+ id="linearGradient10794-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="511.38498" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-8-5"
+ id="linearGradient10804-7-6"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-8-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-2-2" />
+ <stop
+ id="stop10806-9-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-3-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-3"
+ id="linearGradient10804-8-0"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-1-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-1" />
+ <stop
+ id="stop10806-6-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-17" />
+ <stop
+ id="stop10806-6-8-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10835-2-2"
+ xlink:href="#linearGradient10856-6-36"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-36">
+ <stop
+ id="stop10858-0-3"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-0" />
+ <stop
+ id="stop10862-3-35"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-8"
+ id="radialGradient11144-4-2"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-8-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-0" />
+ <stop
+ id="stop11152-8-7"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-2"
+ id="radialGradient11144-2-2"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-7-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-5" />
+ <stop
+ id="stop11152-6-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11169-6-1"
+ xlink:href="#linearGradient11146-8-7-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-7-0">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-8" />
+ <stop
+ id="stop11152-8-8-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11063-6-0"
+ xlink:href="#linearGradient10856-6-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-7">
+ <stop
+ id="stop10858-0-7-9"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-0" />
+ <stop
+ id="stop10862-3-3-5"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-4" />
+ <stop
+ id="stop10806-6-8-5-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-04" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-59"
+ id="radialGradient11268-5-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4-59">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-2" />
+ <stop
+ id="stop11152-9-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-1"
+ id="radialGradient11270-4-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-3" />
+ <stop
+ id="stop11152-8-4-95"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-2"
+ id="radialGradient11272-3-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-7" />
+ <stop
+ id="stop11152-6-7-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-1"
+ id="radialGradient11274-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-7" />
+ <stop
+ id="stop11152-8-8-6-7"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11298-3-1"
+ xlink:href="#linearGradient10856-6-3-0-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-9">
+ <stop
+ id="stop10858-0-7-6-03"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-4" />
+ <stop
+ id="stop10862-3-3-8-1"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10880-5-3-4-7"
+ xlink:href="#linearGradient10798-1-9-3-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-3" />
+ <stop
+ id="stop10806-6-8-5-3-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-24" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-12"
+ xlink:href="#linearGradient10798-1-9-3-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-5-9">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-7-0" />
+ <stop
+ id="stop11152-9-2-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-5-4" />
+ <stop
+ id="stop11152-8-4-9-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-6">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-4-8" />
+ <stop
+ id="stop11152-6-7-2-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-1-7" />
+ <stop
+ id="stop11152-8-8-6-6-4"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-3">
+ <stop
+ id="stop10858-0-7-6-1-1"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-7-3" />
+ <stop
+ id="stop10862-3-3-8-4-6"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-0-3"
+ xlink:href="#linearGradient10798-1-9-3-7-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-1" />
+ <stop
+ id="stop10806-6-8-5-3-2-90"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-3-2"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-6-3" />
+ <stop
+ id="stop10806-6-8-5-3-2-9-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-6-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-8-8"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-20"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-20">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-2-2"
+ id="radialGradient11685-7-3"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-2-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-9-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-1-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-1-8"
+ id="linearGradient11693-0-4"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-1-8">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-9-1" />
+ <stop
+ id="stop11695-3-4"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-9-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-8-5"
+ id="linearGradient11894-2-5"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-8-5">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-4-2" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-1-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-4-9"
+ id="linearGradient11894-5-8"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-4-9">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-8-2" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-8-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-5">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-9" />
+ <stop
+ id="stop11979-8-4"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-5"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-5">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-88" />
+ <stop
+ id="stop12096-1-0"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-3">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-22" />
+ <stop
+ id="stop12007-1-2"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-7" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-7-3"
+ id="radialGradient11685-5-0"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-7-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-94-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-0-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-9-7"
+ id="linearGradient11693-2-3"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-9-7">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-1-0" />
+ <stop
+ id="stop11695-2-9"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-1-5" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-8-8"
+ id="radialGradient11685-3-5"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-8-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-3-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-6-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-8-3"
+ id="linearGradient11693-26-8"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-8-3">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-6-7" />
+ <stop
+ id="stop11695-6-9"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-9">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-7-1" />
+ <stop
+ id="stop11979-8-6-8"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-6-2"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-6-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-0">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-8-1" />
+ <stop
+ id="stop12096-1-8-8"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-4-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-8">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-2-6" />
+ <stop
+ id="stop12007-1-3-0"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-8-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-0" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-08"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-6">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-3" />
+ <stop
+ id="stop11979-0-5"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-6"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-8">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-3" />
+ <stop
+ id="stop12096-6-9"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-83">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-97" />
+ <stop
+ id="stop12007-4-64"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-61" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-5" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-3-9"
+ id="radialGradient11685-2-1"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-3-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-91-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-02-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-2-4"
+ id="linearGradient11693-3-5"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-2-4">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-2" />
+ <stop
+ id="stop11695-9-5"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-9-6"
+ id="radialGradient12723-3-2"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-9-6">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-7-8" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-6-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-6">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-6" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-6"
+ id="radialGradient12739-4-9"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-4">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-5" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-4"
+ id="linearGradient12904-2-2"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11146-4-0-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-1-3" />
+ <stop
+ id="stop11152-9-9-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-6">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-2-6" />
+ <stop
+ id="stop11152-8-4-3-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-8-4" />
+ <stop
+ id="stop11152-6-7-5-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-19-6" />
+ <stop
+ id="stop11152-8-8-6-2-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-2">
+ <stop
+ id="stop10858-0-7-6-9-5"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-9-5" />
+ <stop
+ id="stop10862-3-3-8-6-1"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-9-0"
+ xlink:href="#linearGradient10798-1-9-3-7-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-5" />
+ <stop
+ id="stop10806-6-8-5-3-9-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-7" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-7-6"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-02" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-3" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-4-3"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-23" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-4">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-3" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-36" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-4" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-73"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-9" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-3-8"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-88"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-3" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13333-0-1-1"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1-8" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-2-4">
+ <stop
+ id="stop13852-4-0"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-7-2"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-0-3">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-8-1" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-4-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-7-8">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-4-9" />
+ <stop
+ id="stop13809-4-8"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-7-9"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-8-1" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-6-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-5">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-1" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-4" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13011-8-2"
+ xlink:href="#linearGradient12862-1-8-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11969-9-0-5">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-1-3" />
+ <stop
+ id="stop11979-0-0-8"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-1-9"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-8">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-9-7" />
+ <stop
+ id="stop12096-6-2-0"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-3-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-4">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-9-8" />
+ <stop
+ id="stop12007-4-6-1"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-6-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-6-8" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-7-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-2-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-4">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-7-7" />
+ <stop
+ id="stop11695-9-8-5"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-4-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-72" />
+ <stop
+ id="stop11152-9-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-9" />
+ <stop
+ id="stop11152-8-4-35"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-9" />
+ <stop
+ id="stop11152-6-7-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-8" />
+ <stop
+ id="stop11152-8-8-6-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-0">
+ <stop
+ id="stop10858-0-7-6-0"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-0" />
+ <stop
+ id="stop10862-3-3-8-2"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-1"
+ xlink:href="#linearGradient10798-1-9-3-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-4" />
+ <stop
+ id="stop10806-6-8-5-3-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-5">
+ <stop
+ style="stop-color:#d48a4b;stop-opacity:1;"
+ offset="0"
+ id="stop4920-9" />
+ <stop
+ style="stop-color:#b1623a;stop-opacity:1;"
+ offset="1"
+ id="stop4922-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-9">
+ <stop
+ style="stop-color:#b86c44;stop-opacity:1;"
+ offset="0"
+ id="stop4909-5" />
+ <stop
+ style="stop-color:#8f4017;stop-opacity:1;"
+ offset="1"
+ id="stop4911-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-4">
+ <stop
+ style="stop-color:#4dac81;stop-opacity:1;"
+ offset="0"
+ id="stop4930-9" />
+ <stop
+ style="stop-color:#058048;stop-opacity:1;"
+ offset="1"
+ id="stop4932-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-8">
+ <stop
+ style="stop-color:#8bc7d7;stop-opacity:1;"
+ offset="0"
+ id="stop4940-4" />
+ <stop
+ style="stop-color:#17477c;stop-opacity:1;"
+ offset="1"
+ id="stop4942-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4961-6"
+ id="linearGradient4983-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.625,0)"
+ x1="15.073242"
+ y1="1040.0764"
+ x2="18.744612"
+ y2="1049.2014" />
+ <linearGradient
+ id="linearGradient4961-6">
+ <stop
+ style="stop-color:#df9a39;stop-opacity:1;"
+ offset="0"
+ id="stop4963-0" />
+ <stop
+ style="stop-color:#b55829;stop-opacity:1;"
+ offset="1"
+ id="stop4965-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5330-9" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5332-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-0">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5211-9" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5213-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5397">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5399" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5401" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5404">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5406" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5408" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5411">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5413" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5415" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5418">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5420" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5422" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583"
+ id="linearGradient5589"
+ x1="2.03125"
+ y1="9.1435204"
+ x2="2.03125"
+ y2="4.671875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5591"
+ id="linearGradient5597"
+ x1="2.03125"
+ y1="7.8880248"
+ x2="2.03125"
+ y2="9.1435204"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5591-4"
+ id="linearGradient5597-1"
+ x1="2.03125"
+ y1="7.8880248"
+ x2="2.03125"
+ y2="9.1435204"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5591-4">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0" />
+ <stop
+ style="stop-color:#b0b456;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-2"
+ id="linearGradient5589-8"
+ x1="2.03125"
+ y1="9.1435204"
+ x2="2.03125"
+ y2="4.671875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5583-2">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585-3" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4919-1"
+ id="linearGradient4925-7"
+ x1="-10"
+ y1="1045.3622"
+ x2="-10"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4919-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4921-2" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4923-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4919-9"
+ id="linearGradient4925-4"
+ x1="-10"
+ y1="1045.3622"
+ x2="-10"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4919-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4921-4" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4923-60" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-2,2.000062)"
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1036.6622"
+ x1="8.0137892"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4791"
+ xlink:href="#linearGradient4810"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4810"
+ inkscape:collect="always">
+ <stop
+ id="stop4812"
+ offset="0"
+ style="stop-color:#bfb688;stop-opacity:1;" />
+ <stop
+ id="stop4814"
+ offset="1"
+ style="stop-color:#8694ae;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962"
+ id="radialGradient4968"
+ cx="3.5134368"
+ cy="12.464466"
+ fx="3.5134368"
+ fy="12.464466"
+ r="2.1726513"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962">
+ <stop
+ style="stop-color:#7cb87d;stop-opacity:1"
+ offset="0"
+ id="stop4964" />
+ <stop
+ style="stop-color:#a8ceb7;stop-opacity:1"
+ offset="1"
+ id="stop4966" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5057-5"
+ id="linearGradient5065"
+ x1="6"
+ y1="1050.8623"
+ x2="11"
+ y2="1050.8623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,-2.000037)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5057-5">
+ <stop
+ style="stop-color:#677da9;stop-opacity:1;"
+ offset="0"
+ id="stop5059" />
+ <stop
+ style="stop-color:#b4bbd1;stop-opacity:1"
+ offset="1"
+ id="stop5061" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5067"
+ id="linearGradient5063"
+ x1="8"
+ y1="1046.8623"
+ x2="11"
+ y2="1046.8623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,-2.000037)" />
+ <linearGradient
+ id="linearGradient5067"
+ inkscape:collect="always">
+ <stop
+ id="stop5069"
+ offset="0"
+ style="stop-color:#677da9;stop-opacity:1;" />
+ <stop
+ id="stop5071"
+ offset="1"
+ style="stop-color:#8998bb;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="2.1726513"
+ fy="12.464466"
+ fx="3.5134368"
+ cy="12.464466"
+ cx="3.5134368"
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5038"
+ xlink:href="#linearGradient4962-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962-2">
+ <stop
+ style="stop-color:#7cb87d;stop-opacity:1"
+ offset="0"
+ id="stop4964-2" />
+ <stop
+ style="stop-color:#a8ceb7;stop-opacity:1"
+ offset="1"
+ id="stop4966-1" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1036.6622"
+ x1="8.0137892"
+ gradientTransform="translate(-20,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4121"
+ xlink:href="#linearGradient4810"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5057-7"
+ id="linearGradient5065-1"
+ x1="6"
+ y1="1050.8623"
+ x2="11"
+ y2="1050.8623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,-2.000037)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5057-7">
+ <stop
+ style="stop-color:#677da9;stop-opacity:1;"
+ offset="0"
+ id="stop5059-1" />
+ <stop
+ style="stop-color:#b4bbd1;stop-opacity:1"
+ offset="1"
+ id="stop5061-1" />
+ </linearGradient>
+ <radialGradient
+ r="2.1726513"
+ fy="12.464466"
+ fx="3.5134368"
+ cy="12.464466"
+ cx="3.5134368"
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5038-5"
+ xlink:href="#linearGradient4962-2-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962-2-2">
+ <stop
+ style="stop-color:#7cb87d;stop-opacity:1"
+ offset="0"
+ id="stop4964-2-7" />
+ <stop
+ style="stop-color:#a8ceb7;stop-opacity:1"
+ offset="1"
+ id="stop4966-1-6" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.8623"
+ x2="11"
+ y1="1050.8623"
+ x1="6"
+ gradientTransform="translate(2,-10.0001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4190"
+ xlink:href="#linearGradient5057-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-7"
+ id="linearGradient4046-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,2.000063)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4810-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-4"
+ offset="0"
+ style="stop-color:#bfb688;stop-opacity:1;" />
+ <stop
+ id="stop4814-0"
+ offset="1"
+ style="stop-color:#8694ae;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4973"
+ id="linearGradient4979"
+ x1="21.123072"
+ y1="1045.577"
+ x2="21.123072"
+ y2="1046.688"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4981"
+ id="linearGradient4987"
+ x1="19.624538"
+ y1="1041.6436"
+ x2="22"
+ y2="1041.6436"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4981"
+ id="linearGradient4999"
+ x1="18.909349"
+ y1="7.609231"
+ x2="22.095001"
+ y2="8.296731"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4973"
+ id="linearGradient5008"
+ gradientUnits="userSpaceOnUse"
+ x1="21.123072"
+ y1="1045.577"
+ x2="21.123072"
+ y2="1046.688" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4981"
+ id="linearGradient5010-0"
+ gradientUnits="userSpaceOnUse"
+ x1="18.909349"
+ y1="7.609231"
+ x2="22.095001"
+ y2="8.296731" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4981"
+ id="linearGradient5012"
+ gradientUnits="userSpaceOnUse"
+ x1="19.624538"
+ y1="1041.6436"
+ x2="22"
+ y2="1041.6436" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4973-9"
+ id="linearGradient5008-4"
+ gradientUnits="userSpaceOnUse"
+ x1="21.123072"
+ y1="1045.577"
+ x2="21.123072"
+ y2="1046.688" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4973-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4975-4" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4977-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4981-8">
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="0"
+ id="stop4983-8" />
+ <stop
+ id="stop4991-1"
+ offset="0.39414415"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ id="stop4989-2"
+ offset="0.5"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="1"
+ id="stop4985-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5084">
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="0"
+ id="stop5086" />
+ <stop
+ id="stop5088"
+ offset="0.39414415"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ id="stop5090"
+ offset="0.5"
+ style="stop-color:#72b649;stop-opacity:1" />
+ <stop
+ style="stop-color:#359b58;stop-opacity:1"
+ offset="1"
+ id="stop5092" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-9"
+ id="linearGradient4046-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,2.000063)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4810-9"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-9"
+ offset="0"
+ style="stop-color:#bfb688;stop-opacity:1;" />
+ <stop
+ id="stop4814-8"
+ offset="1"
+ style="stop-color:#8694ae;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.0001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4063-3"
+ xlink:href="#linearGradient4082-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4082-8">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084-6" />
+ <stop
+ id="stop4864-9"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.0001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5175"
+ xlink:href="#linearGradient4810-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-9"
+ id="linearGradient5210"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0001)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-8"
+ id="linearGradient5216"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0001)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-9"
+ id="linearGradient5226"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-1034.3621)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-9"
+ id="linearGradient5229"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-1034.3621)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask5241">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2,1041.3622 0,0.5 0,9.0313 0,0.5 0.5,0 12,0 0.5,0 0,-0.5 0,-9.0313 0,-0.5 -0.5,0 -12,0 -0.5,0 z"
+ id="path5243"
+ inkscape:connector-curvature="0" />
+ </mask>
+ <linearGradient
+ gradientTransform="translate(-16.75,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1039.4414"
+ x2="24.021645"
+ y1="1048.7585"
+ x1="24.021645"
+ id="linearGradient4906-5"
+ xlink:href="#linearGradient4900-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1040.5623"
+ x2="21.389982"
+ y1="1040.5623"
+ x1="7.4688163"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4896-1"
+ xlink:href="#linearGradient4881-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4894-8"
+ xlink:href="#linearGradient4839-11"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5623"
+ x2="21.389982"
+ y1="1040.5623"
+ x1="7.4688163"
+ id="linearGradient4888-8"
+ xlink:href="#linearGradient4881-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4839-1-3">
+ <stop
+ id="stop4841-8-4"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1;" />
+ <stop
+ id="stop4843-9-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ id="linearGradient4845-2-7"
+ xlink:href="#linearGradient4839-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ id="linearGradient4845-4"
+ xlink:href="#linearGradient4839-11"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4977-4-5">
+ <stop
+ id="stop4979-3-5"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-4-7"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,0.34375)"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5053-2-9"
+ xlink:href="#linearGradient4977-4-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientTransform="translate(0,1.6351958)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5059-1"
+ xlink:href="#linearGradient4977-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientTransform="translate(0,1.6351958)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5057-4"
+ xlink:href="#linearGradient4977-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5055-4"
+ xlink:href="#linearGradient4977-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5"
+ id="linearGradient5010-6"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientTransform="translate(0,1.6351958)" />
+ <linearGradient
+ id="linearGradient5002-7">
+ <stop
+ id="stop5004-8"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop5006-3"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4985-8-6"
+ xlink:href="#linearGradient4977-5-5"
+ inkscape:collect="always"
+ gradientTransform="translate(0,1.6351958)" />
+ <linearGradient
+ id="linearGradient4977-5-5">
+ <stop
+ id="stop4979-2-0"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-7-7"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4983-4-3"
+ xlink:href="#linearGradient4977-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4985-0"
+ xlink:href="#linearGradient4977-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4983-3"
+ xlink:href="#linearGradient4977-7"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.8601705,0,0,-1.8686673,9.2238796,2979.3765)"
+ r="1.778585"
+ fy="1039.2938"
+ fx="2.7022624"
+ cy="1039.2938"
+ cx="2.7022624"
+ id="radialGradient4955-0"
+ xlink:href="#linearGradient4947-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1038.3284"
+ x2="0.27474764"
+ y1="1044.2241"
+ x1="0.27474764"
+ id="linearGradient4937-9"
+ xlink:href="#linearGradient4931-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4887-0-1">
+ <stop
+ id="stop4889-9-4"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4891-0-9"
+ offset="1"
+ style="stop-color:#c3bf94;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4004"
+ x2="0.89346611"
+ y1="1045.9344"
+ x1="0.89346611"
+ id="linearGradient4893-8-2"
+ xlink:href="#linearGradient4887-0-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4004"
+ x2="0.89346611"
+ y1="1045.9344"
+ x1="0.89346611"
+ id="linearGradient4893-7"
+ xlink:href="#linearGradient4887-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784-6-4"
+ id="linearGradient4821-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-3.6214785,2.1655504)"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809" />
+ <linearGradient
+ id="linearGradient4784-6-4">
+ <stop
+ id="stop4786-1-0"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4788-7-5"
+ offset="1"
+ style="stop-color:#25497f;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-4.5053616,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ id="linearGradient4790-4-8"
+ xlink:href="#linearGradient4784-6-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4792-0-1">
+ <stop
+ id="stop4794-9-5"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4796-9-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-9.0598057,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.051"
+ x2="17.360693"
+ y1="1048.6658"
+ x1="17.360693"
+ id="linearGradient4798-2-5"
+ xlink:href="#linearGradient4792-0-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-9.0598057,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.051"
+ x2="17.360693"
+ y1="1048.6658"
+ x1="17.360693"
+ id="linearGradient4798-5"
+ xlink:href="#linearGradient4792-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-4.5053616,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ id="linearGradient4790-3"
+ xlink:href="#linearGradient4784-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-0.0625,1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ y2="13.291266"
+ x2="22.875"
+ y1="11.53125"
+ x1="22.875"
+ id="linearGradient4930-8"
+ xlink:href="#linearGradient4924-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-0.0625,1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ y2="13.064337"
+ x2="25.3125"
+ y1="12"
+ x1="25.3125"
+ id="linearGradient4920-9"
+ xlink:href="#linearGradient4914-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4816-4-4">
+ <stop
+ id="stop4818-0-6"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-1-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-6-6"
+ xlink:href="#linearGradient4816-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4816-5-1">
+ <stop
+ id="stop4818-7-4"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-4-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-4-2"
+ xlink:href="#linearGradient4816-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-5"
+ xlink:href="#linearGradient4816-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(10.562408,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4236"
+ x2="11.354345"
+ y1="1051.4784"
+ x1="11.354345"
+ id="linearGradient4807-5"
+ xlink:href="#linearGradient4801-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(16.175068,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0641"
+ x2="7.9212775"
+ y1="1051.1169"
+ x1="7.9212775"
+ id="linearGradient4799-2"
+ xlink:href="#linearGradient4793-3"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-7-0"
+ id="linearGradient14172-6-7"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12862-1-8-7-0"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-2-0"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-5-0"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-0">
+ <stop
+ id="stop11689-3-7-9"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-8-58" />
+ <stop
+ id="stop11691-10-4-9"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-7">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-6-87"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-7-8" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-2-16"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-5">
+ <stop
+ id="stop10800-5-2-1-8-2-8-1-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-0-7" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-9-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-2">
+ <stop
+ id="stop12001-1-9-82"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-6-0" />
+ <stop
+ id="stop12003-3-6-5"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-80">
+ <stop
+ id="stop12090-7-9-2"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-2-08" />
+ <stop
+ id="stop12092-1-3-9"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-0-7">
+ <stop
+ id="stop11971-7-1-5"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-0-7" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-1-8" />
+ <stop
+ id="stop11973-8-0-27"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9"
+ id="linearGradient14172-2"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9"
+ id="linearGradient13011-8-6"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12725-9-4-7-3"
+ inkscape:collect="always">
+ <stop
+ id="stop12727-3-9-8-8"
+ offset="0"
+ style="stop-color:#397b3b;stop-opacity:1;" />
+ <stop
+ id="stop12729-4-1-8-2"
+ offset="1"
+ style="stop-color:#397b3b;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="183.18417"
+ x2="661.94519"
+ y1="205.72604"
+ x1="683.16229"
+ id="linearGradient12731-1-9-5-2"
+ xlink:href="#linearGradient12725-9-4-7-3"
+ inkscape:collect="always"
+ gradientTransform="translate(3.9747778e-6,-9.8142582e-6)" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-8-2-4-6"
+ xlink:href="#linearGradient12717-5-0-4-6"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="415.1088"
+ x2="425.4519"
+ y1="432.76639"
+ x1="427.53012"
+ id="linearGradient12896-6-4-6"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-0-4-6"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-3-0-9"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-4-5-8"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-0-4-6"
+ id="radialGradient12821-7-6-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="360.85596"
+ x2="381.86542"
+ y1="362.80048"
+ x1="390.38361"
+ id="linearGradient12888-3-7-3"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="350.94641"
+ x2="396.21149"
+ y1="359.4902"
+ x1="396.0101"
+ id="linearGradient12868-4-7-8"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="166.79221"
+ x2="675.20258"
+ y1="180.63965"
+ x1="674.84711"
+ id="linearGradient12876-4-0-9"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="364.92181"
+ x2="429.94864"
+ y1="366.6012"
+ x1="413.01102"
+ id="linearGradient12878-2-7-9"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="381.80399"
+ x2="432.86548"
+ y1="378.7988"
+ x1="420.52402"
+ id="linearGradient12880-3-5-2"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="400.10037"
+ x2="397.7753"
+ y1="389.22861"
+ x1="404.8793"
+ id="linearGradient12882-2-0-5"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="388.69827"
+ x2="385.57773"
+ y1="379.50586"
+ x1="395.68689"
+ id="linearGradient12884-4-7-4"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-8-9"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-8"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-2"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="371.10898"
+ x2="379.65567"
+ y1="375.17487"
+ x1="393.4772"
+ id="linearGradient12886-6-7-4"
+ xlink:href="#linearGradient12862-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13799-7-4">
+ <stop
+ id="stop13801-4-5"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-4-88" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-7-1" />
+ <stop
+ id="stop13811-8-2"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-6-1"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13824-1-2"
+ xlink:href="#linearGradient13799-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13733-1-0">
+ <stop
+ style="stop-color:#73451c;stop-opacity:1"
+ offset="0"
+ id="stop13735-7-3" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13737-8-6" />
+ </linearGradient>
+ <linearGradient
+ y2="373.7739"
+ x2="548.45923"
+ y1="398.98798"
+ x1="548.45923"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13822-2-6"
+ xlink:href="#linearGradient13733-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13739-8-4"
+ inkscape:collect="always">
+ <stop
+ id="stop13741-3-9"
+ offset="0"
+ style="stop-color:#ffca57;stop-opacity:1" />
+ <stop
+ id="stop13743-3-4"
+ offset="1"
+ style="stop-color:#fffec5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="374.21222"
+ x2="538.00562"
+ y1="396.2229"
+ x1="538.00562"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13820-2-0"
+ xlink:href="#linearGradient13739-8-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13717-3-1"
+ inkscape:collect="always">
+ <stop
+ id="stop13719-9-2"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop13721-8-6"
+ offset="1"
+ style="stop-color:#b85f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="372.91846"
+ x2="531.09253"
+ y1="366.78851"
+ x1="531.09253"
+ gradientTransform="translate(-0.61871845,0.97227185)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13818-7-7"
+ xlink:href="#linearGradient13717-3-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13856-0-8">
+ <stop
+ id="stop13858-8-2"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-4-7"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="353.95593"
+ x2="452.5"
+ y1="388.23123"
+ x1="428"
+ id="linearGradient13848-8-8"
+ xlink:href="#linearGradient13856-0-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13850-2-3">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-4-1" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-7-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="353.95593"
+ x2="452.5"
+ y1="388.23123"
+ x1="428"
+ id="linearGradient13840-9-2"
+ xlink:href="#linearGradient13850-2-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13826-7-4"
+ inkscape:collect="always">
+ <stop
+ id="stop13828-0-1"
+ offset="0"
+ style="stop-color:#d8e1ed;stop-opacity:1" />
+ <stop
+ id="stop13830-2-5"
+ offset="1"
+ style="stop-color:#f8f9fa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="350.53076"
+ x2="441.34924"
+ y1="387.30411"
+ x1="441.34924"
+ id="linearGradient13832-8-3"
+ xlink:href="#linearGradient13826-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-1"
+ id="linearGradient13551-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-1">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-1-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-1-9" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-3-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-1"
+ id="linearGradient13333-0-1-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-4">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-2-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-7-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-5-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-4"
+ id="linearGradient13296-9-6-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-6">
+ <stop
+ id="stop10800-5-2-1-8-20-6-4-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-8-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-4-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-6"
+ id="linearGradient13468-0-6"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-4">
+ <stop
+ id="stop10800-5-2-1-8-20-6-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-5" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-4"
+ id="linearGradient13197-3-89"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-0">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-9" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-8">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-3" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-5">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-9" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-0"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-5"
+ id="linearGradient13296-4-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-3">
+ <stop
+ id="stop10800-5-2-1-8-20-4-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-3" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-3"
+ id="linearGradient13197-7-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-80">
+ <stop
+ id="stop10800-5-2-1-8-20-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-5" />
+ <stop
+ id="stop10802-1-5-3-0-4-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-80"
+ id="linearGradient11390-9-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-0">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-9-3" />
+ <stop
+ id="stop10860-7-9-1-9-3"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-6-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-3">
+ <stop
+ id="stop11150-7-8-3-19-8"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-2-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-2">
+ <stop
+ id="stop11150-9-6-8-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-3">
+ <stop
+ id="stop11150-7-5-2-8"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-3-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-0-9">
+ <stop
+ id="stop11150-4-1-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-9-8" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ id="linearGradient12904-2-5"
+ xlink:href="#linearGradient12862-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-0"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-51"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-1"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ id="radialGradient12739-4-4"
+ xlink:href="#linearGradient12717-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-5"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-0"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-4"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12717-9-2"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-7-82"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-6-4"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-3-9"
+ xlink:href="#linearGradient12717-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-2-7">
+ <stop
+ id="stop11689-3-5"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-55" />
+ <stop
+ id="stop11691-10-0"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-3-4"
+ xlink:href="#linearGradient11687-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-3-98"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-91-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-02-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-2-7"
+ xlink:href="#linearGradient11679-3-98"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-81">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-3" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-59"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-7">
+ <stop
+ id="stop12001-1-0"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-1" />
+ <stop
+ id="stop12003-3-4"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-5">
+ <stop
+ id="stop12090-7-38"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-92" />
+ <stop
+ id="stop12092-1-8"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-3">
+ <stop
+ id="stop11971-7-5"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-1" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-4" />
+ <stop
+ id="stop11973-8-2"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-9">
+ <stop
+ id="stop10800-5-2-1-8-2-8-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-9" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-2">
+ <stop
+ id="stop12001-9-2-3"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-3-1" />
+ <stop
+ id="stop12003-2-8-98"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-8">
+ <stop
+ id="stop12090-1-8-2"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-8-3" />
+ <stop
+ id="stop12092-2-4-40"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-3">
+ <stop
+ id="stop11971-3-7-9"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-6-2" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-6-1" />
+ <stop
+ id="stop11973-6-6-9"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-8-5">
+ <stop
+ id="stop11689-6-1"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-6-4" />
+ <stop
+ id="stop11691-5-36"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-26-80"
+ xlink:href="#linearGradient11687-8-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-8-0"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-3-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-6-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-3-8"
+ xlink:href="#linearGradient11679-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-9-4">
+ <stop
+ id="stop11689-1-7"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-2-3" />
+ <stop
+ id="stop11691-1-9"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-2-8"
+ xlink:href="#linearGradient11687-9-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-7-4"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-94-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-0-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-5-3"
+ xlink:href="#linearGradient11679-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11999-7-36">
+ <stop
+ id="stop12001-9-28"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-23" />
+ <stop
+ id="stop12003-2-4"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-6">
+ <stop
+ id="stop12090-1-0"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-02" />
+ <stop
+ id="stop12092-2-43"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-1">
+ <stop
+ id="stop11971-3-0"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-1" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-51" />
+ <stop
+ id="stop11973-6-7"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11888-4-8"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-8-25"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-8-5"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-5-6"
+ xlink:href="#linearGradient11888-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11888-8-4"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-4-6"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-1-2"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-2-4"
+ xlink:href="#linearGradient11888-8-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-1-5">
+ <stop
+ id="stop11689-9-6"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-3-6" />
+ <stop
+ id="stop11691-9-1"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-0-3"
+ xlink:href="#linearGradient11687-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-2-6"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-9-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-1-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-7-5"
+ xlink:href="#linearGradient11679-2-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-6">
+ <stop
+ id="stop10800-5-2-1-8-2-5-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-39" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-6"
+ id="linearGradient11520-8-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-3">
+ <stop
+ id="stop10800-5-2-1-8-2-6-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-9-6" />
+ <stop
+ id="stop10802-1-5-3-0-2-6-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-3"
+ id="linearGradient11520-3-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-6">
+ <stop
+ id="stop10800-5-2-1-8-2-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-5" />
+ <stop
+ id="stop10802-1-5-3-0-2-42"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-6"
+ id="linearGradient11390-0-9"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-1">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-1-5" />
+ <stop
+ id="stop10860-7-9-1-7-5"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-5">
+ <stop
+ id="stop11150-7-8-3-1-8"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-6-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-7">
+ <stop
+ id="stop11150-9-6-4-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-8">
+ <stop
+ id="stop11150-7-5-5-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-9-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-5-3">
+ <stop
+ id="stop11150-4-7-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-2-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-3"
+ id="linearGradient11390-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-3">
+ <stop
+ id="stop10800-5-2-1-8-5"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-6" />
+ <stop
+ id="stop10802-1-5-3-0-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-3"
+ id="linearGradient10880-5-3-4-6"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-3">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-00" />
+ <stop
+ id="stop10860-7-9-1-8"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-0-3"
+ id="linearGradient11298-3-9"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-4">
+ <stop
+ id="stop11150-7-8-3-86"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-0" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11274-3-8"
+ xlink:href="#linearGradient11146-8-7-5-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-7-5-8">
+ <stop
+ id="stop11150-9-6-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11272-3-82"
+ xlink:href="#linearGradient11146-7-5-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-3-9">
+ <stop
+ id="stop11150-7-5-39"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11270-4-7"
+ xlink:href="#linearGradient11146-8-3-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-7">
+ <stop
+ id="stop11150-4-8"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-3" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11268-5-83"
+ xlink:href="#linearGradient11146-4-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-70">
+ <stop
+ id="stop10800-5-2-1-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-5" />
+ <stop
+ id="stop10802-1-5-3-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-03">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-1" />
+ <stop
+ id="stop10860-7-9-3"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-03"
+ id="linearGradient11063-6-7"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-2">
+ <stop
+ id="stop11150-7-8-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-2"
+ id="radialGradient11169-6-13"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-58">
+ <stop
+ id="stop11150-9-8"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-0" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-2-0"
+ xlink:href="#linearGradient11146-7-58"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-5">
+ <stop
+ id="stop11150-7-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-45" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-4-29"
+ xlink:href="#linearGradient11146-8-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-2">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-6" />
+ <stop
+ id="stop10860-7-8"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-2"
+ id="linearGradient10835-2-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-8">
+ <stop
+ id="stop10800-5-2-14"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-3" />
+ <stop
+ id="stop10802-1-5-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-32">
+ <stop
+ id="stop10800-5-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-7" />
+ <stop
+ id="stop10802-1-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-8-9"
+ xlink:href="#linearGradient10798-1-32"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-8-2">
+ <stop
+ id="stop10800-2-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-9-5" />
+ <stop
+ id="stop10802-3-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-7-8"
+ xlink:href="#linearGradient10798-8-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.38498"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10794-4"
+ xlink:href="#linearGradient10149-6-5-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10792-1"
+ xlink:href="#linearGradient10149-39-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10790-3"
+ xlink:href="#linearGradient10157-2-82"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.67456"
+ x2="302.3125"
+ y1="532.98718"
+ x1="302.3125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10788-9"
+ xlink:href="#linearGradient10396-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.75818"
+ x2="306.05069"
+ y1="532.08228"
+ x1="306.05069"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10786-42"
+ xlink:href="#linearGradient10157-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.36218"
+ x2="289.8125"
+ y1="528.73804"
+ x1="289.8125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10784-0"
+ xlink:href="#linearGradient10432-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.08923"
+ x2="298.34253"
+ y1="528.1048"
+ x1="298.34253"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10782-9"
+ xlink:href="#linearGradient10414-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10780-1"
+ xlink:href="#linearGradient10440-16"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10778-0"
+ xlink:href="#linearGradient10448-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.73615"
+ x2="334.375"
+ y1="532.30212"
+ x1="334.375"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10776-3"
+ xlink:href="#linearGradient10440-1-3-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.53949"
+ x2="324.1601"
+ y1="532.15552"
+ x1="324.1601"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10774-36"
+ xlink:href="#linearGradient10748-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.67365"
+ x2="334.375"
+ y1="529.06494"
+ x1="334.375"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10772-1"
+ xlink:href="#linearGradient10440-1-0-0-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10770-43"
+ xlink:href="#linearGradient10448-9-7-0-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-0-6">
+ <stop
+ id="stop10442-43-2-0-8"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-5-07" />
+ <stop
+ id="stop10444-3-4-0-7"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-8">
+ <stop
+ id="stop10450-3-5-6-7"
+ offset="0"
+ style="stop-color:#cf9307;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7d87b;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-5-4" />
+ <stop
+ id="stop10452-22-7-8-5"
+ offset="1"
+ style="stop-color:#ebb313;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-3-1">
+ <stop
+ id="stop10442-43-0-2"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-4-9" />
+ <stop
+ id="stop10444-3-2-0"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-1"
+ id="linearGradient10548-1-4"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-6-1">
+ <stop
+ id="stop10450-3-8-7"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-7-5" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-7-3" />
+ <stop
+ id="stop10460-2-1-3"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-8-2"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-6-1"
+ id="linearGradient10546-8-4"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-0-1">
+ <stop
+ id="stop10442-43-2-9"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-0" />
+ <stop
+ id="stop10444-3-4-3"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-1"
+ id="linearGradient10548-3-7"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-7-2">
+ <stop
+ id="stop10450-3-5-7"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-0-9" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-6" />
+ <stop
+ id="stop10460-2-9-1"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-7-7"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-2"
+ id="linearGradient10546-3-8"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-1">
+ <stop
+ id="stop10442-43-3"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-9" />
+ <stop
+ id="stop10444-3-5"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-7-4"
+ xlink:href="#linearGradient10440-1-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-0">
+ <stop
+ id="stop10450-3-4"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-8" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-5" />
+ <stop
+ id="stop10460-2-92"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-5"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-9-1"
+ xlink:href="#linearGradient10448-9-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-2-5"
+ inkscape:collect="always">
+ <stop
+ id="stop10442-4-3"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ id="stop10444-4-4"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-9-0"
+ xlink:href="#linearGradient10440-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-4-1">
+ <stop
+ id="stop10450-4-0"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-7-8" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-9-5" />
+ <stop
+ id="stop10460-1-0"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-2-79"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-7-59"
+ xlink:href="#linearGradient10448-4-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-5-0">
+ <stop
+ id="stop10151-5-7-7"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#b9c7df;stop-opacity:1"
+ offset="0.5"
+ id="stop10394-2" />
+ <stop
+ id="stop10153-8-1-2"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-39-5"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-3-2"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-72-8"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-7-3"
+ xlink:href="#linearGradient10149-39-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-2-82">
+ <stop
+ id="stop10159-8-36"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-3-3" />
+ <stop
+ id="stop10161-5-0"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-2-4"
+ xlink:href="#linearGradient10157-2-82"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-52"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-5-2"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-8-17"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-5-5"
+ xlink:href="#linearGradient10149-6-52"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-3-0"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-0-3"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-7-1"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-1-1"
+ xlink:href="#linearGradient10149-3-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-5-6">
+ <stop
+ id="stop10159-7-5"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-2-2" />
+ <stop
+ id="stop10161-3-8"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-8-3"
+ xlink:href="#linearGradient10157-5-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10005-6"
+ xlink:href="#linearGradient9299-1-77"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10003-74"
+ xlink:href="#linearGradient9291-8-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10001-4"
+ xlink:href="#linearGradient9510-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9999-3"
+ xlink:href="#linearGradient9312-06"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9997-1"
+ xlink:href="#linearGradient9332-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="279.41037"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9984-9"
+ xlink:href="#linearGradient9914-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9982-08"
+ xlink:href="#linearGradient8153-2-4-4-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9980-3"
+ xlink:href="#linearGradient8653-2-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="281.43512"
+ x2="641.07611"
+ y1="306.07397"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9978-5"
+ xlink:href="#linearGradient9908-82"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9976-4"
+ xlink:href="#linearGradient8337-2-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9974-06"
+ xlink:href="#linearGradient8153-2-0-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(-33.506824,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9972-1"
+ xlink:href="#linearGradient8137-6-32"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9970-5"
+ xlink:href="#linearGradient8661-5-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9968-9"
+ xlink:href="#linearGradient9510-3-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9966-5"
+ xlink:href="#linearGradient9312-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9964-1"
+ xlink:href="#linearGradient9332-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="454.31174"
+ x2="227.09628"
+ y1="441.62799"
+ x1="213.82529"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9962-1"
+ xlink:href="#linearGradient9605-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-1-3-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-2-2"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-6-4"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-1-8"
+ xlink:href="#linearGradient8337-1-3-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-4-4-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-0-8"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-7-5"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-2-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-9-1"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-2-5"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-5-7"
+ xlink:href="#linearGradient8653-2-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-2-9"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-7-2"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-8-3"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-0-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-9-2"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-5-7"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-6-32"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-1-4"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-6-4"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-5-2">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-3-6" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-5-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-3-3">
+ <stop
+ id="stop9512-4-9"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-9-9" />
+ <stop
+ id="stop9516-6-59"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-3"
+ id="linearGradient9415-5-1"
+ gradientUnits="userSpaceOnUse"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient9312-9-2">
+ <stop
+ id="stop9314-5-7"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-0-6" />
+ <stop
+ id="stop9316-6-5"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-1">
+ <stop
+ id="stop9334-52-6"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-23-2" />
+ <stop
+ id="stop9336-3-7"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-1-77"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-6-1"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-8-9"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-8-6"
+ xlink:href="#linearGradient9299-1-77"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9291-8-6"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-7-6"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-3-67"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-1-5"
+ xlink:href="#linearGradient9291-8-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9324-7-6">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-0-2" />
+ <stop
+ id="stop9328-1-0"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-5-3" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ id="linearGradient9318-5"
+ xlink:href="#linearGradient9324-7-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9332-9-5">
+ <stop
+ id="stop9334-5-0"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-2-1" />
+ <stop
+ id="stop9336-4-4"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ id="linearGradient9338-8-4"
+ xlink:href="#linearGradient9332-9-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-83"
+ xlink:href="#linearGradient9299-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-0"
+ xlink:href="#linearGradient9291-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-10"
+ xlink:href="#linearGradient8337-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8701-7"
+ xlink:href="#linearGradient8153-2-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8699-3"
+ xlink:href="#linearGradient8137-93-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-8"
+ xlink:href="#linearGradient8653-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8695-7"
+ xlink:href="#linearGradient8653-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8693-4"
+ xlink:href="#linearGradient8653-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8691-7"
+ xlink:href="#linearGradient8653-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8689-0"
+ xlink:href="#linearGradient8653-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8687-3"
+ xlink:href="#linearGradient8337-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8685-9"
+ xlink:href="#linearGradient8153-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8683-8"
+ xlink:href="#linearGradient8137-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8681-0"
+ xlink:href="#linearGradient8661-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ id="linearGradient8659-7"
+ xlink:href="#linearGradient8653-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8498-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8500-8"
+ offset="0"
+ style="stop-color:#d9f4ff;stop-opacity:1" />
+ <stop
+ id="stop8502-57"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ id="linearGradient8504-3"
+ xlink:href="#linearGradient8498-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-93-2"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-9-9"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-8-0"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-4-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-3"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-01"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-1-0"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-0"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-4"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-6-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-6-7"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-6-3"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8291-2-1"
+ xlink:href="#linearGradient8153-2-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-9-5-0"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-2-6"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-9-1"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-5-0"
+ id="linearGradient8182-6"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8153-2-8-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-7-0"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-3-2"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-8-4"
+ id="linearGradient8180-3-55"
+ gradientUnits="userSpaceOnUse"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8137-9-23"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-6"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-71"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ id="linearGradient8143-2-2"
+ xlink:href="#linearGradient8137-9-23"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-98"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-30"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ id="linearGradient8159-0-5"
+ xlink:href="#linearGradient8153-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7686-9-7-7"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-1-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-0-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-7-7"
+ id="linearGradient7755-5-5"
+ gradientUnits="userSpaceOnUse"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientTransform="translate(0,-140)" />
+ <linearGradient
+ id="linearGradient7686-9-9"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ id="linearGradient7692-4-4"
+ xlink:href="#linearGradient7686-9-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7115-5">
+ <stop
+ id="stop7117-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7119-7" />
+ <stop
+ id="stop7121-38"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-6">
+ <stop
+ id="stop7108-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7110-7" />
+ <stop
+ id="stop7112-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-9">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-20"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-7" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-1">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-4" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-8"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-1">
+ <stop
+ id="stop6951-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6953-8" />
+ <stop
+ id="stop6955-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-6">
+ <stop
+ id="stop6942-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6944-8" />
+ <stop
+ id="stop6946-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-4">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-49" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-67">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-5" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-0"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-0">
+ <stop
+ id="stop6360-53"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6362-1" />
+ <stop
+ id="stop6364-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-0">
+ <stop
+ id="stop6351-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6353-4" />
+ <stop
+ id="stop6355-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-6">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-5-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-5-0" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-1-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-1">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-3-2" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-2-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-8-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-2">
+ <stop
+ id="stop6332-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6334-3" />
+ <stop
+ id="stop6336-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-32">
+ <stop
+ id="stop6323-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6325-1" />
+ <stop
+ id="stop6327-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-7">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-3" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-03" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-72"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-3">
+ <stop
+ id="stop6304-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6306-2" />
+ <stop
+ id="stop6308-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-78">
+ <stop
+ id="stop6295-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6297-3" />
+ <stop
+ id="stop6299-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-9">
+ <stop
+ id="stop7104-0-1-6-7-9-1-5-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-6-0" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-2-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-4-4" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-6-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-55-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-5">
+ <stop
+ id="stop6136-6-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-0-4" />
+ <stop
+ id="stop6140-7-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-7">
+ <stop
+ id="stop6127-4-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-0-8" />
+ <stop
+ id="stop6131-6-12"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-4">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-40">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-5" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-96"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-2">
+ <stop
+ id="stop6136-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-3" />
+ <stop
+ id="stop6140-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-3">
+ <stop
+ id="stop6127-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-4" />
+ <stop
+ id="stop6131-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-2">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-1" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-50"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-62">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-1" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-3">
+ <stop
+ id="stop5701-6-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-0-1" />
+ <stop
+ id="stop5705-3-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-3">
+ <stop
+ id="stop5692-0-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-4-8" />
+ <stop
+ id="stop5696-5-25"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-3">
+ <stop
+ id="stop7104-0-1-6-7-9-1-2-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-16-5" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-6-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-2-41" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-0-61"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-5-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-6">
+ <stop
+ id="stop5701-658"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-2" />
+ <stop
+ id="stop5705-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-6">
+ <stop
+ id="stop5692-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-3" />
+ <stop
+ id="stop5696-57"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-67">
+ <stop
+ id="stop7104-0-1-6-7-9-1-0-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-1-9" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-5-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-83">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-8-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-7-3"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-7-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-1">
+ <stop
+ id="stop4365-6-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-1-5" />
+ <stop
+ id="stop4369-3-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-5">
+ <stop
+ id="stop4356-1-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-6-4" />
+ <stop
+ id="stop4360-2-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-6">
+ <stop
+ id="stop7104-0-1-6-7-9-4-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-3-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-3-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-5-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-0-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-2-19" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-8">
+ <stop
+ id="stop4365-67"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-7" />
+ <stop
+ id="stop4369-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-2">
+ <stop
+ id="stop4356-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-2" />
+ <stop
+ id="stop4360-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-1">
+ <stop
+ id="stop7104-0-1-6-7-9-1-81"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-9" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-53"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-95">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-20" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-03"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-1">
+ <stop
+ id="stop4144-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4146-97" />
+ <stop
+ id="stop4148-62"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-4">
+ <stop
+ id="stop4135-61"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4137-8" />
+ <stop
+ id="stop4139-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-5">
+ <stop
+ id="stop7104-0-1-6-7-9-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-9" />
+ <stop
+ id="stop7106-25-7-1-2-9-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-58">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-1">
+ <stop
+ id="stop3517-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3519-4" />
+ <stop
+ id="stop3521-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-8">
+ <stop
+ id="stop3508-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3510-5" />
+ <stop
+ id="stop3512-86"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-8">
+ <stop
+ id="stop7104-0-1-6-8-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-1-0" />
+ <stop
+ id="stop7106-25-7-1-4-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-7">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-5-2" />
+ <stop
+ id="stop7563-1-3-0-1-76-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-7-82" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-8">
+ <stop
+ id="stop3267-19"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3269-8" />
+ <stop
+ id="stop3271-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-8">
+ <stop
+ id="stop3258-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3260-0" />
+ <stop
+ id="stop3262-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-4">
+ <stop
+ id="stop7104-0-1-6-7-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-8" />
+ <stop
+ id="stop7106-25-7-1-2-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-5">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-5" />
+ <stop
+ id="stop7563-1-3-0-1-7-33"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-37" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-4">
+ <stop
+ id="stop4331-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4333-9" />
+ <stop
+ id="stop4335-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-8">
+ <stop
+ id="stop4322-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4324-4" />
+ <stop
+ id="stop4326-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-51">
+ <stop
+ id="stop7104-0-1-6-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-99" />
+ <stop
+ id="stop7106-25-7-1-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-4" />
+ <stop
+ id="stop7563-1-3-0-1-9"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-10"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-7"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-3"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-83"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-7"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-7"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-8">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-8" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9291-4"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-3"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-9"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-8"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-4"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-1"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-06">
+ <stop
+ id="stop9314-1"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-8" />
+ <stop
+ id="stop9316-9"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-12">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-01" />
+ <stop
+ id="stop9328-6"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-4">
+ <stop
+ id="stop9334-7"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-8" />
+ <stop
+ id="stop9336-35"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-1">
+ <stop
+ id="stop9512-2"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-5" />
+ <stop
+ id="stop9516-09"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9605-0"
+ inkscape:collect="always">
+ <stop
+ id="stop9607-38"
+ offset="0"
+ style="stop-color:#2a5bbf;stop-opacity:1;" />
+ <stop
+ id="stop9609-0"
+ offset="1"
+ style="stop-color:#2a5bbf;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9908-82">
+ <stop
+ style="stop-color:#525f72;stop-opacity:1"
+ offset="0"
+ id="stop9910-6" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop9912-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9914-9">
+ <stop
+ style="stop-color:#4a6fa4;stop-opacity:1"
+ offset="0"
+ id="stop9916-8" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop9918-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-7">
+ <stop
+ id="stop10159-73"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-35" />
+ <stop
+ id="stop10161-9"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-7">
+ <stop
+ id="stop10398-1"
+ offset="0"
+ style="stop-color:#1b3e79;stop-opacity:1;" />
+ <stop
+ style="stop-color:#728fbf;stop-opacity:1"
+ offset="0.5"
+ id="stop10404-7" />
+ <stop
+ id="stop10400-7"
+ offset="1"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-1">
+ <stop
+ id="stop10416-4"
+ offset="0"
+ style="stop-color:#5078b9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6d8cbd;stop-opacity:1"
+ offset="0.5"
+ id="stop10422-6" />
+ <stop
+ id="stop10418-0"
+ offset="1"
+ style="stop-color:#5f88c9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-4">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10434-12" />
+ <stop
+ id="stop10436-0"
+ offset="0.5"
+ style="stop-color:#4e6da1;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10438-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-16">
+ <stop
+ id="stop10442-5"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-7" />
+ <stop
+ id="stop10444-5"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-2">
+ <stop
+ id="stop10450-09"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-73" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-7" />
+ <stop
+ id="stop10460-26"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-0"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-7">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10750-63" />
+ <stop
+ id="stop10752-6"
+ offset="0.25"
+ style="stop-color:#f1ce66;stop-opacity:1" />
+ <stop
+ id="stop10754-1"
+ offset="0.5"
+ style="stop-color:#f6e5a6;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1cf6c;stop-opacity:1"
+ offset="0.75"
+ id="stop10756-5" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10758-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-9">
+ <stop
+ id="stop10800-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-4" />
+ <stop
+ id="stop10802-0"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-9">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-1" />
+ <stop
+ id="stop10860-3"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-7">
+ <stop
+ id="stop11130-8"
+ offset="0"
+ style="stop-color:#e4d09d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6ecb2;stop-opacity:1"
+ offset="0.27413794"
+ id="stop11136-8" />
+ <stop
+ id="stop11132-2"
+ offset="1"
+ style="stop-color:#b58a68;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-49">
+ <stop
+ id="stop11150-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-6">
+ <stop
+ id="stop11689-0"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-66" />
+ <stop
+ id="stop11691-18"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-3">
+ <stop
+ id="stop11971-89"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-3" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-4" />
+ <stop
+ id="stop11973-4"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-90">
+ <stop
+ id="stop12001-0"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-6" />
+ <stop
+ id="stop12003-1"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-4">
+ <stop
+ id="stop12090-8"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-65" />
+ <stop
+ id="stop12092-0"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-5">
+ <stop
+ id="stop13801-0"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-28" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-6" />
+ <stop
+ id="stop13811-0"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-2"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-9">
+ <stop
+ id="stop13836-8"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13838-6"
+ offset="1"
+ style="stop-color:#807e66;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-9">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-3" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-42">
+ <stop
+ id="stop13858-7"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-7"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4793-3">
+ <stop
+ id="stop4795-8"
+ offset="0"
+ style="stop-color:#5b7aab;stop-opacity:1;" />
+ <stop
+ id="stop4797-7"
+ offset="1"
+ style="stop-color:#7c8c99;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4801-4">
+ <stop
+ id="stop4803-1"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4805-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4816-2">
+ <stop
+ id="stop4818-3"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4914-4">
+ <stop
+ id="stop4916-3"
+ offset="0"
+ style="stop-color:#8a9b9c;stop-opacity:1;" />
+ <stop
+ id="stop4918-1"
+ offset="1"
+ style="stop-color:#a5b0b1;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4924-7">
+ <stop
+ id="stop4926-9"
+ offset="0"
+ style="stop-color:#97b2d9;stop-opacity:1;" />
+ <stop
+ id="stop4928-5"
+ offset="1"
+ style="stop-color:#b5c6df;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-8">
+ <stop
+ id="stop4786-9"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4788-2"
+ offset="1"
+ style="stop-color:#25497f;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4792-7">
+ <stop
+ id="stop4794-6"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4796-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4887-6">
+ <stop
+ id="stop4889-8"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4891-5"
+ offset="1"
+ style="stop-color:#c3bf94;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4931-2">
+ <stop
+ id="stop4933-2"
+ offset="0"
+ style="stop-color:#dce6f8;stop-opacity:1;" />
+ <stop
+ id="stop4935-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4947-4">
+ <stop
+ id="stop4949-2"
+ offset="0"
+ style="stop-color:#e5ac30;stop-opacity:1;" />
+ <stop
+ id="stop4951-3"
+ offset="1"
+ style="stop-color:#f2dcae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4977-7">
+ <stop
+ id="stop4979-6"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-1"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4839-11">
+ <stop
+ id="stop4841-5"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1;" />
+ <stop
+ id="stop4843-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4881-5">
+ <stop
+ id="stop4883-1"
+ offset="0"
+ style="stop-color:#68b3e1;stop-opacity:1;" />
+ <stop
+ id="stop4885-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4900-2">
+ <stop
+ id="stop4902-4"
+ offset="0"
+ style="stop-color:#877e60;stop-opacity:1;" />
+ <stop
+ id="stop4904-5"
+ offset="1"
+ style="stop-color:#c0a753;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4929-4">
+ <stop
+ id="stop4931-8"
+ offset="0"
+ style="stop-color:#d5f3ff;stop-opacity:1;" />
+ <stop
+ id="stop4934-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5009-4">
+ <stop
+ id="stop5011-0"
+ offset="0"
+ style="stop-color:#ffe083;stop-opacity:1;" />
+ <stop
+ id="stop5013-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7526">
+ <stop
+ id="stop7528"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.74901961;"
+ offset="0.25"
+ id="stop7538" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7536" />
+ <stop
+ id="stop7530"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.502"
+ offset="0"
+ id="stop7542" />
+ <stop
+ id="stop7544"
+ offset="0.47623286"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop7546"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7548" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4908-52-3-2-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-7-2-7-7"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-6-2-9-4"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2-8"
+ id="linearGradient5173-3"
+ gradientUnits="userSpaceOnUse"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1050.5304"
+ x2="4.0822439"
+ y1="1049.3976"
+ x1="2.65625"
+ id="linearGradient5306"
+ xlink:href="#linearGradient5300"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-1"
+ id="linearGradient5255"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ id="linearGradient5077-5-1">
+ <stop
+ id="stop5079-7-2"
+ offset="0"
+ style="stop-color:#e4cf94;stop-opacity:1" />
+ <stop
+ style="stop-color:#ede0ba;stop-opacity:1"
+ offset="0.32186735"
+ id="stop5087-6-3" />
+ <stop
+ style="stop-color:#c1aa7e;stop-opacity:1"
+ offset="0.64764118"
+ id="stop5085-1-3" />
+ <stop
+ id="stop5081-8-4"
+ offset="1"
+ style="stop-color:#ad8865;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5196-3"
+ xlink:href="#linearGradient5077-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,-1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5196"
+ xlink:href="#linearGradient5077-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,-1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5193"
+ xlink:href="#linearGradient5077-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(20,0)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2"
+ id="linearGradient5173"
+ gradientUnits="userSpaceOnUse"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ id="linearGradient4908-52-3-2"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-7-2-7"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-6-2-9"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(20,0)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2"
+ id="linearGradient5057-9"
+ gradientUnits="userSpaceOnUse"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5"
+ id="linearGradient5134"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,0)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ id="linearGradient5077-5">
+ <stop
+ id="stop5079-7"
+ offset="0"
+ style="stop-color:#e4cf94;stop-opacity:1" />
+ <stop
+ style="stop-color:#ede0ba;stop-opacity:1"
+ offset="0.32186735"
+ id="stop5087-6" />
+ <stop
+ style="stop-color:#c1aa7e;stop-opacity:1"
+ offset="0.64764118"
+ id="stop5085-1" />
+ <stop
+ id="stop5081-8"
+ offset="1"
+ style="stop-color:#ad8865;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(4,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ id="linearGradient5083-8"
+ xlink:href="#linearGradient5077-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(4,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ id="linearGradient5083"
+ xlink:href="#linearGradient5077"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(20,0)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3"
+ id="linearGradient5057-2"
+ gradientUnits="userSpaceOnUse"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ id="linearGradient4908-52-3"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-7-2"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-6-2"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3"
+ id="linearGradient5023-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52"
+ id="linearGradient5023"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ id="linearGradient4908-52"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-7"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-6"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ id="linearGradient4914-1"
+ xlink:href="#linearGradient4908-52"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4908-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-1"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-7"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ id="linearGradient4914-5"
+ xlink:href="#linearGradient4908-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-4"
+ id="linearGradient4937-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5274-7"
+ id="linearGradient4935"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.2484703,0,0,2.2484703,-0.311612,-1306.0555)"
+ x1="11"
+ y1="1046.3622"
+ x2="12"
+ y2="1047.3622" />
+ <linearGradient
+ id="linearGradient4908-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-8"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-8"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ id="linearGradient4914-9"
+ xlink:href="#linearGradient4908-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5274-7">
+ <stop
+ id="stop5276-4"
+ offset="0"
+ style="stop-color:#ffeecd;stop-opacity:1;" />
+ <stop
+ id="stop5278-0"
+ offset="1"
+ style="stop-color:#ecb448;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(2.2484703,0,0,2.2484703,-20.311612,-1306.0555)"
+ gradientUnits="userSpaceOnUse"
+ y2="1047.3622"
+ x2="12"
+ y1="1046.3622"
+ x1="11"
+ id="linearGradient5280-1"
+ xlink:href="#linearGradient5274-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-20,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ id="linearGradient4914-0"
+ xlink:href="#linearGradient4908"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1049.3622"
+ x2="10"
+ y1="1048.3622"
+ x1="9"
+ id="linearGradient5322"
+ xlink:href="#linearGradient5316"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5274-3"
+ inkscape:collect="always">
+ <stop
+ id="stop5276-8"
+ offset="0"
+ style="stop-color:#f6e6c8;stop-opacity:1" />
+ <stop
+ id="stop5278-2"
+ offset="1"
+ style="stop-color:#e9c47e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1047.3622"
+ x2="12"
+ y1="1046.3622"
+ x1="11"
+ id="linearGradient5280-2"
+ xlink:href="#linearGradient5274-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5232-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5234-8"
+ offset="0"
+ style="stop-color:#8f6939;stop-opacity:1" />
+ <stop
+ id="stop5236-6"
+ offset="1"
+ style="stop-color:#958160;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="15"
+ y1="1050.3622"
+ x1="8"
+ id="linearGradient5238-6"
+ xlink:href="#linearGradient5232-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4846-6"
+ id="linearGradient4937-6"
+ gradientUnits="userSpaceOnUse"
+ x1="5"
+ y1="1"
+ x2="5"
+ y2="6"
+ gradientTransform="translate(6,1036.3622)" />
+ <linearGradient
+ id="linearGradient4846-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4848-8"
+ offset="0"
+ style="stop-color:#937e48;stop-opacity:1" />
+ <stop
+ id="stop4850-57"
+ offset="1"
+ style="stop-color:#7c724f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="6"
+ x2="5"
+ y1="1"
+ x1="5"
+ id="linearGradient4852-21"
+ xlink:href="#linearGradient4846-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4923-2">
+ <stop
+ id="stop4925-3"
+ offset="0"
+ style="stop-color:#ffd991;stop-opacity:1;" />
+ <stop
+ id="stop4927-2"
+ offset="1"
+ style="stop-color:#ffcd6f;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(6,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1039.8622"
+ x2="4"
+ y1="1039.8622"
+ x1="3"
+ id="linearGradient4904-4"
+ xlink:href="#linearGradient4898-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4898-7">
+ <stop
+ id="stop4900-6"
+ offset="0"
+ style="stop-color:#ffd991;stop-opacity:1;" />
+ <stop
+ id="stop4902-1"
+ offset="1"
+ style="stop-color:#ffcd6f;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(6,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1039.3622"
+ x2="4.5773602"
+ y1="1038.3622"
+ x1="4.5773602"
+ id="linearGradient4906-2"
+ xlink:href="#linearGradient4898-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4846-4"
+ id="linearGradient4937-1"
+ gradientUnits="userSpaceOnUse"
+ x1="5"
+ y1="1"
+ x2="5"
+ y2="6"
+ gradientTransform="translate(0,1042.3622)" />
+ <linearGradient
+ id="linearGradient4846-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4848-5"
+ offset="0"
+ style="stop-color:#937e48;stop-opacity:1" />
+ <stop
+ id="stop4850-5"
+ offset="1"
+ style="stop-color:#7c724f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="6"
+ x2="5"
+ y1="1"
+ x1="5"
+ id="linearGradient4852-2"
+ xlink:href="#linearGradient4846-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4923">
+ <stop
+ id="stop4925"
+ offset="0"
+ style="stop-color:#ffd991;stop-opacity:1;" />
+ <stop
+ id="stop4927"
+ offset="1"
+ style="stop-color:#ffcd6f;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,6)"
+ gradientUnits="userSpaceOnUse"
+ y2="1039.8622"
+ x2="4"
+ y1="1039.8622"
+ x1="3"
+ id="linearGradient4904-8"
+ xlink:href="#linearGradient4898-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4898-9">
+ <stop
+ id="stop4900-4"
+ offset="0"
+ style="stop-color:#ffd991;stop-opacity:1;" />
+ <stop
+ id="stop4902-8"
+ offset="1"
+ style="stop-color:#ffcd6f;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,6)"
+ gradientUnits="userSpaceOnUse"
+ y2="1039.3622"
+ x2="4.5773602"
+ y1="1038.3622"
+ x1="4.5773602"
+ id="linearGradient4906-0"
+ xlink:href="#linearGradient4898-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1039.3622"
+ x2="4.5773602"
+ y1="1038.3622"
+ x1="4.5773602"
+ id="linearGradient4906-7"
+ xlink:href="#linearGradient4898"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1039.8622"
+ x2="4"
+ y1="1039.8622"
+ x1="3"
+ id="linearGradient4904"
+ xlink:href="#linearGradient4898"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="6"
+ x2="5"
+ y1="1"
+ x1="5"
+ id="linearGradient4852"
+ xlink:href="#linearGradient4846"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4962-2-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4964-2-4"
+ offset="0"
+ style="stop-color:#f6928e;stop-opacity:1" />
+ <stop
+ id="stop4966-1-0"
+ offset="1"
+ style="stop-color:#f13f53;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="13.61885"
+ x2="3.5628386"
+ y1="11.335736"
+ x1="3.5628386"
+ id="linearGradient4838-1"
+ xlink:href="#linearGradient4962-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4818"
+ inkscape:collect="always">
+ <stop
+ id="stop4820-5"
+ offset="0"
+ style="stop-color:#eb9186;stop-opacity:1;" />
+ <stop
+ id="stop4822"
+ offset="1"
+ style="stop-color:#e06b5e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-4,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1041.3081"
+ x2="14.871766"
+ y1="1038.3472"
+ x1="12.03229"
+ id="linearGradient4824"
+ xlink:href="#linearGradient4818"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4910-4-7-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4912-8-4-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ id="stop4914-8-0-7"
+ offset="1"
+ style="stop-color:#d1eeff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-7-5"
+ id="linearGradient4063-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(16,2)"
+ x1="-13"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-5-6">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-1" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-6"
+ id="linearGradient4121-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.000063)"
+ x1="8.0137892"
+ y1="1036.6622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4910-4-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4912-8-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ id="stop4914-8-0"
+ offset="1"
+ style="stop-color:#d1eeff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-7"
+ id="linearGradient5062-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(25,-4.000037)"
+ x1="-13"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ id="linearGradient5057-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop5059-1-0"
+ offset="0"
+ style="stop-color:#677da9;stop-opacity:1;" />
+ <stop
+ id="stop5061-1-8"
+ offset="1"
+ style="stop-color:#b4bbd1;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2,-2.000037)"
+ gradientUnits="userSpaceOnUse"
+ y2="1050.8623"
+ x2="11"
+ y1="1050.8623"
+ x1="6"
+ id="linearGradient5065-1-6"
+ xlink:href="#linearGradient5057-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-73">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-6" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-73"
+ id="linearGradient4791-4"
+ gradientUnits="userSpaceOnUse"
+ x1="8.0137892"
+ y1="1036.6622"
+ x2="8.0137892"
+ y2="1050.0707"
+ gradientTransform="translate(-2,2.000062)" />
+ <linearGradient
+ id="linearGradient4919-9-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4921-4-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4923-60-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="-10"
+ y1="1045.3622"
+ x1="-10"
+ id="linearGradient4925-4-0"
+ xlink:href="#linearGradient4919-9-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4919-1-9"
+ inkscape:collect="always">
+ <stop
+ id="stop4921-2-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4923-6-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="-10"
+ y1="1045.3622"
+ x1="-10"
+ id="linearGradient4925-7-8"
+ xlink:href="#linearGradient4919-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5583-2-8">
+ <stop
+ id="stop5585-3-5"
+ offset="0"
+ style="stop-color:#426e4a;stop-opacity:1;" />
+ <stop
+ id="stop5587-3-0"
+ offset="1"
+ style="stop-color:#669f71;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ id="linearGradient5589-8-1"
+ xlink:href="#linearGradient5583-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5591-4-8">
+ <stop
+ id="stop5593-0-0"
+ offset="0"
+ style="stop-color:#e0e566;stop-opacity:1;" />
+ <stop
+ id="stop5595-5-0"
+ offset="1"
+ style="stop-color:#b0b456;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="7.8880248"
+ x1="2.03125"
+ id="linearGradient5597-1-9"
+ xlink:href="#linearGradient5591-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="7.8880248"
+ x1="2.03125"
+ id="linearGradient5597-4"
+ xlink:href="#linearGradient5591-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ id="linearGradient5589-9"
+ xlink:href="#linearGradient5583-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5418-7">
+ <stop
+ id="stop5420-1"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5422-7"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5411-1">
+ <stop
+ id="stop5413-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5415-1"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5404-3">
+ <stop
+ id="stop5406-0"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5408-8"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5397-0">
+ <stop
+ id="stop5399-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5401-7"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-0-1">
+ <stop
+ id="stop5211-9-5"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5213-4-1"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-5-9">
+ <stop
+ id="stop5330-9-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5332-8-6"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-6-6">
+ <stop
+ id="stop4963-0-3"
+ offset="0"
+ style="stop-color:#df9a39;stop-opacity:1;" />
+ <stop
+ id="stop4965-3-1"
+ offset="1"
+ style="stop-color:#b55829;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="1049.2014"
+ x2="18.744612"
+ y1="1040.0764"
+ x1="15.073242"
+ gradientTransform="translate(-4.625,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4983-5-3"
+ xlink:href="#linearGradient4961-6-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4938-8-0">
+ <stop
+ id="stop4940-4-7"
+ offset="0"
+ style="stop-color:#8bc7d7;stop-opacity:1;" />
+ <stop
+ id="stop4942-8-0"
+ offset="1"
+ style="stop-color:#17477c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-4-7">
+ <stop
+ id="stop4930-9-1"
+ offset="0"
+ style="stop-color:#4dac81;stop-opacity:1;" />
+ <stop
+ id="stop4932-8-3"
+ offset="1"
+ style="stop-color:#058048;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-9-0">
+ <stop
+ id="stop4909-5-2"
+ offset="0"
+ style="stop-color:#b86c44;stop-opacity:1;" />
+ <stop
+ id="stop4911-0-7"
+ offset="1"
+ style="stop-color:#8f4017;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-5-2">
+ <stop
+ id="stop4920-9-3"
+ offset="0"
+ style="stop-color:#d48a4b;stop-opacity:1;" />
+ <stop
+ id="stop4922-9-1"
+ offset="1"
+ style="stop-color:#b1623a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-7-3">
+ <stop
+ id="stop10800-5-2-1-8-4-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-1-4" />
+ <stop
+ id="stop10802-1-5-3-0-0-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-7-3"
+ id="linearGradient11390-1-7"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-0-9">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-0-3" />
+ <stop
+ id="stop10860-7-9-1-0-0"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-7">
+ <stop
+ id="stop11150-7-8-3-8-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30-1">
+ <stop
+ id="stop11150-9-6-9-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2-7">
+ <stop
+ id="stop11150-7-5-9-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-35-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-4-0">
+ <stop
+ id="stop11150-4-72-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-08">
+ <stop
+ id="stop11689-3-7-1"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-8-9" />
+ <stop
+ id="stop11691-10-4-2"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-92">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-6-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-7-1" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-2-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-7">
+ <stop
+ id="stop10800-5-2-1-8-2-8-1-28"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-0-79" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-9-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-1">
+ <stop
+ id="stop12001-1-9-6"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-6-8" />
+ <stop
+ id="stop12003-3-6-7"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-0">
+ <stop
+ id="stop12090-7-9-0"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-2-2" />
+ <stop
+ id="stop12092-1-3-3"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-0-9">
+ <stop
+ id="stop11971-7-1-57"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-0-3" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-1-2" />
+ <stop
+ id="stop11973-8-0-22"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-6"
+ id="linearGradient13011-8-8"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12862-1-8-6"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-80"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-58"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-7-0">
+ <stop
+ id="stop13801-4-1"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-4-2" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-7-10" />
+ <stop
+ id="stop13811-8-7"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-6-6"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-0-4">
+ <stop
+ id="stop13858-8-0"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-4-2"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-2-2">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-4-8" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-7-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-8">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-1-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-1-29" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-3-33"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-8"
+ id="linearGradient13333-0-1-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-1">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-2-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-7-1" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-5-9"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-53">
+ <stop
+ id="stop10800-5-2-1-8-20-6-4-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-8-3" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-4-0"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-90">
+ <stop
+ id="stop10800-5-2-1-8-20-6-44"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-9" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-90"
+ id="linearGradient13197-3-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-3">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-29"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-4" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-92"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-40">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-15"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-34" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-2"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-9">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-5"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-0" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-9"
+ id="linearGradient13296-4-7"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-8">
+ <stop
+ id="stop10800-5-2-1-8-20-4-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-7" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-8"
+ id="linearGradient13197-7-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-5">
+ <stop
+ id="stop10800-5-2-1-8-20-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-12" />
+ <stop
+ id="stop10802-1-5-3-0-4-49"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-5"
+ id="linearGradient11390-9-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-23">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-9-0" />
+ <stop
+ id="stop10860-7-9-1-9-2"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-6-82" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-7">
+ <stop
+ id="stop11150-7-8-3-19-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-2-89" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-8">
+ <stop
+ id="stop11150-9-6-8-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-5-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-2">
+ <stop
+ id="stop11150-7-5-2-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-3-10" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-0-0">
+ <stop
+ id="stop11150-4-1-30"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-9-3" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ id="linearGradient12904-2-3"
+ xlink:href="#linearGradient12862-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-5"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-7"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-3"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ id="radialGradient12739-4-48"
+ xlink:href="#linearGradient12717-5-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-2"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-9"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-0"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12717-9-3"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-7-3"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-6-5"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-3-21"
+ xlink:href="#linearGradient12717-9-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-2-3">
+ <stop
+ id="stop11689-3-8"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-50" />
+ <stop
+ id="stop11691-10-9"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-3-41"
+ xlink:href="#linearGradient11687-2-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-3-6"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-91-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-02-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-2-5"
+ xlink:href="#linearGradient11679-3-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-6">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-5"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-1" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-29"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-0">
+ <stop
+ id="stop12001-1-6"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-8" />
+ <stop
+ id="stop12003-3-7"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-3">
+ <stop
+ id="stop12090-7-6"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-3" />
+ <stop
+ id="stop12092-1-81"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-2">
+ <stop
+ id="stop11971-7-37"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-2" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-7" />
+ <stop
+ id="stop11973-8-9"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-15">
+ <stop
+ id="stop10800-5-2-1-8-2-8-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-5" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-79"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-6">
+ <stop
+ id="stop12001-9-2-0"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-3-8" />
+ <stop
+ id="stop12003-2-8-8"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-4">
+ <stop
+ id="stop12090-1-8-3"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-8-2" />
+ <stop
+ id="stop12092-2-4-5"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-6">
+ <stop
+ id="stop11971-3-7-0"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-6-7" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-6-20" />
+ <stop
+ id="stop11973-6-6-95"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-8-6">
+ <stop
+ id="stop11689-6-0"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-6-2" />
+ <stop
+ id="stop11691-5-5"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-26-0"
+ xlink:href="#linearGradient11687-8-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-8-1"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-3-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-6-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-3-6"
+ xlink:href="#linearGradient11679-8-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-9-2">
+ <stop
+ id="stop11689-1-72"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-2-1" />
+ <stop
+ id="stop11691-1-7"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-2-39"
+ xlink:href="#linearGradient11687-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-7-1"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-94-33"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-0-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-5-8"
+ xlink:href="#linearGradient11679-7-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11999-7-6">
+ <stop
+ id="stop12001-9-288"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-1" />
+ <stop
+ id="stop12003-2-9"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-3">
+ <stop
+ id="stop12090-1-9"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-5" />
+ <stop
+ id="stop12092-2-13"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-56">
+ <stop
+ id="stop11971-3-95"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-9" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-8" />
+ <stop
+ id="stop11973-6-8"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11888-4-3"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-8-1"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-8-3"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-5-3"
+ xlink:href="#linearGradient11888-4-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11888-8-0"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-4-9"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-1-3"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-2-7"
+ xlink:href="#linearGradient11888-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-1-9">
+ <stop
+ id="stop11689-9-0"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-3-42" />
+ <stop
+ id="stop11691-9-19"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-0-1"
+ xlink:href="#linearGradient11687-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-2-0"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-9-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-1-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-7-9"
+ xlink:href="#linearGradient11679-2-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-26">
+ <stop
+ id="stop10800-5-2-1-8-2-5-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-57" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-44"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-26"
+ id="linearGradient11520-8-3"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-6">
+ <stop
+ id="stop10800-5-2-1-8-2-6-5"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-9-0" />
+ <stop
+ id="stop10802-1-5-3-0-2-6-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-6"
+ id="linearGradient11520-3-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-7">
+ <stop
+ id="stop10800-5-2-1-8-2-89"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-7" />
+ <stop
+ id="stop10802-1-5-3-0-2-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-7"
+ id="linearGradient11390-0-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-9">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-1-3" />
+ <stop
+ id="stop10860-7-9-1-7-7"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-4-65" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-1">
+ <stop
+ id="stop11150-7-8-3-1-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-6-49" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-5">
+ <stop
+ id="stop11150-9-6-4-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-2-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-6">
+ <stop
+ id="stop11150-7-5-5-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-9-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-5-35">
+ <stop
+ id="stop11150-4-7-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-2-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-0"
+ id="linearGradient11390-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-0">
+ <stop
+ id="stop10800-5-2-1-8-48"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-7" />
+ <stop
+ id="stop10802-1-5-3-0-40"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-0"
+ id="linearGradient10880-5-3-4-79"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-6">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-09" />
+ <stop
+ id="stop10860-7-9-1-83"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-0-6"
+ id="linearGradient11298-3-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-0">
+ <stop
+ id="stop11150-7-8-3-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-75" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11274-3-4"
+ xlink:href="#linearGradient11146-8-7-5-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-7-5-0">
+ <stop
+ id="stop11150-9-6-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-3" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11272-3-1"
+ xlink:href="#linearGradient11146-7-5-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-3-3">
+ <stop
+ id="stop11150-7-5-58"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-4" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11270-4-44"
+ xlink:href="#linearGradient11146-8-3-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-8">
+ <stop
+ id="stop11150-4-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-09" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11268-5-5"
+ xlink:href="#linearGradient11146-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-2">
+ <stop
+ id="stop10800-5-2-1-84"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-2" />
+ <stop
+ id="stop10802-1-5-3-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-5">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-5" />
+ <stop
+ id="stop10860-7-9-38"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-5"
+ id="linearGradient11063-6-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-05">
+ <stop
+ id="stop11150-7-8-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-22" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-05"
+ id="radialGradient11169-6-15"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-3">
+ <stop
+ id="stop11150-9-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-5" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-2-1"
+ xlink:href="#linearGradient11146-7-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-72">
+ <stop
+ id="stop11150-7-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-3" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-4-7"
+ xlink:href="#linearGradient11146-8-72"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-1">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-30" />
+ <stop
+ id="stop10860-7-4"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-1"
+ id="linearGradient10835-2-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-88">
+ <stop
+ id="stop10800-5-2-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-2" />
+ <stop
+ id="stop10802-1-5-38"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-94">
+ <stop
+ id="stop10800-5-17"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-85" />
+ <stop
+ id="stop10802-1-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-8-7"
+ xlink:href="#linearGradient10798-1-94"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-8-0">
+ <stop
+ id="stop10800-2-25"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-9-1" />
+ <stop
+ id="stop10802-3-57"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-7-3"
+ xlink:href="#linearGradient10798-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.38498"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10794-9"
+ xlink:href="#linearGradient10149-6-5-05"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10792-5"
+ xlink:href="#linearGradient10149-39-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10790-38"
+ xlink:href="#linearGradient10157-2-80"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.67456"
+ x2="302.3125"
+ y1="532.98718"
+ x1="302.3125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10788-6"
+ xlink:href="#linearGradient10396-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.75818"
+ x2="306.05069"
+ y1="532.08228"
+ x1="306.05069"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10786-7"
+ xlink:href="#linearGradient10157-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.36218"
+ x2="289.8125"
+ y1="528.73804"
+ x1="289.8125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10784-5"
+ xlink:href="#linearGradient10432-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.08923"
+ x2="298.34253"
+ y1="528.1048"
+ x1="298.34253"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10782-2"
+ xlink:href="#linearGradient10414-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10780-6"
+ xlink:href="#linearGradient10440-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10778-89"
+ xlink:href="#linearGradient10448-63"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.73615"
+ x2="334.375"
+ y1="532.30212"
+ x1="334.375"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10776-5"
+ xlink:href="#linearGradient10440-1-3-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.53949"
+ x2="324.1601"
+ y1="532.15552"
+ x1="324.1601"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10774-39"
+ xlink:href="#linearGradient10748-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.67365"
+ x2="334.375"
+ y1="529.06494"
+ x1="334.375"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10772-0"
+ xlink:href="#linearGradient10440-1-0-0-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10770-1"
+ xlink:href="#linearGradient10448-9-7-0-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-0-8">
+ <stop
+ id="stop10442-43-2-0-0"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-5-1" />
+ <stop
+ id="stop10444-3-4-0-5"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-3">
+ <stop
+ id="stop10450-3-5-6-0"
+ offset="0"
+ style="stop-color:#cf9307;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7d87b;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-5-9" />
+ <stop
+ id="stop10452-22-7-8-0"
+ offset="1"
+ style="stop-color:#ebb313;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-3-4">
+ <stop
+ id="stop10442-43-0-7"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-4-6" />
+ <stop
+ id="stop10444-3-2-6"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-4"
+ id="linearGradient10548-1-57"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-6-4">
+ <stop
+ id="stop10450-3-8-39"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-7-2" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-7-4" />
+ <stop
+ id="stop10460-2-1-9"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-8-0"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-6-4"
+ id="linearGradient10546-8-48"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-0-9">
+ <stop
+ id="stop10442-43-2-72"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-3" />
+ <stop
+ id="stop10444-3-4-30"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-9"
+ id="linearGradient10548-3-3"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-7-9">
+ <stop
+ id="stop10450-3-5-51"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-0-1" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-1" />
+ <stop
+ id="stop10460-2-9-2"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-7-3"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-9"
+ id="linearGradient10546-3-9"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-05">
+ <stop
+ id="stop10442-43-99"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-53" />
+ <stop
+ id="stop10444-3-0"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-7-0"
+ xlink:href="#linearGradient10440-1-05"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-21">
+ <stop
+ id="stop10450-3-2"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-28" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-8" />
+ <stop
+ id="stop10460-2-8"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-74"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-9-3"
+ xlink:href="#linearGradient10448-9-21"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-2-6"
+ inkscape:collect="always">
+ <stop
+ id="stop10442-4-5"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ id="stop10444-4-2"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-9-2"
+ xlink:href="#linearGradient10440-2-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-4-18">
+ <stop
+ id="stop10450-4-1"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-7-85" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-9-6" />
+ <stop
+ id="stop10460-1-5"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-2-9"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-7-6"
+ xlink:href="#linearGradient10448-4-18"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-5-05">
+ <stop
+ id="stop10151-5-7-20"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#b9c7df;stop-opacity:1"
+ offset="0.5"
+ id="stop10394-7" />
+ <stop
+ id="stop10153-8-1-5"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-39-6"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-3-43"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-72-7"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-7-30"
+ xlink:href="#linearGradient10149-39-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-2-80">
+ <stop
+ id="stop10159-8-0"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-3-6" />
+ <stop
+ id="stop10161-5-8"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-2-2"
+ xlink:href="#linearGradient10157-2-80"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-520"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-5-6"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-8-7"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-5-52"
+ xlink:href="#linearGradient10149-6-520"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-3-2"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-0-5"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-7-0"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-1-2"
+ xlink:href="#linearGradient10149-3-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-5-1">
+ <stop
+ id="stop10159-7-8"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-2-9" />
+ <stop
+ id="stop10161-3-6"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-8-5"
+ xlink:href="#linearGradient10157-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10005-5"
+ xlink:href="#linearGradient9299-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10003-6"
+ xlink:href="#linearGradient9291-8-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10001-50"
+ xlink:href="#linearGradient9510-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9999-0"
+ xlink:href="#linearGradient9312-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9997-4"
+ xlink:href="#linearGradient9332-73"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="279.41037"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9984-5"
+ xlink:href="#linearGradient9914-33"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9982-5"
+ xlink:href="#linearGradient8153-2-4-4-63"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9980-6"
+ xlink:href="#linearGradient8653-2-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="281.43512"
+ x2="641.07611"
+ y1="306.07397"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9978-3"
+ xlink:href="#linearGradient9908-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9976-9"
+ xlink:href="#linearGradient8337-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9974-3"
+ xlink:href="#linearGradient8153-2-0-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(-33.506824,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9972-39"
+ xlink:href="#linearGradient8137-6-37"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9970-1"
+ xlink:href="#linearGradient8661-5-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9968-0"
+ xlink:href="#linearGradient9510-3-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9966-8"
+ xlink:href="#linearGradient9312-9-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9964-9"
+ xlink:href="#linearGradient9332-6-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="454.31174"
+ x2="227.09628"
+ y1="441.62799"
+ x1="213.82529"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9962-16"
+ xlink:href="#linearGradient9605-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-1-3-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-2-13"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-6-8"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-1-0"
+ xlink:href="#linearGradient8337-1-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-4-4-63"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-0-3"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-7-0"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-2-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-9-2"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-2-6"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-5-4"
+ xlink:href="#linearGradient8653-2-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-2-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-7-5"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-8-1"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-0-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-9-34"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-5-4"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-6-37"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-1-1"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-6-27"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-5-4">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-3-7" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-5-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-3-5">
+ <stop
+ id="stop9512-4-97"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-9-1" />
+ <stop
+ id="stop9516-6-3"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-5"
+ id="linearGradient9415-5-8"
+ gradientUnits="userSpaceOnUse"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient9312-9-3">
+ <stop
+ id="stop9314-5-0"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-0-27" />
+ <stop
+ id="stop9316-6-8"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-4">
+ <stop
+ id="stop9334-52-76"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-23-8" />
+ <stop
+ id="stop9336-3-2"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-1-5"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-6-7"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-8-1"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-8-3"
+ xlink:href="#linearGradient9299-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9291-8-2"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-7-1"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-3-8"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-1-1"
+ xlink:href="#linearGradient9291-8-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9324-7-7">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-0-0" />
+ <stop
+ id="stop9328-1-7"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-5-4" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ id="linearGradient9318-46"
+ xlink:href="#linearGradient9324-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9332-9-0">
+ <stop
+ id="stop9334-5-1"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-2-7" />
+ <stop
+ id="stop9336-4-7"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ id="linearGradient9338-8-8"
+ xlink:href="#linearGradient9332-9-0"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-5"
+ xlink:href="#linearGradient9299-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-5"
+ xlink:href="#linearGradient9291-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-3"
+ xlink:href="#linearGradient8337-1-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8701-1"
+ xlink:href="#linearGradient8153-2-4-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8699-0"
+ xlink:href="#linearGradient8137-93-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-0"
+ xlink:href="#linearGradient8653-83"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8695-9"
+ xlink:href="#linearGradient8653-83"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8693-6"
+ xlink:href="#linearGradient8653-83"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8691-5"
+ xlink:href="#linearGradient8653-83"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8689-09"
+ xlink:href="#linearGradient8653-83"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8687-78"
+ xlink:href="#linearGradient8337-17"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8685-8"
+ xlink:href="#linearGradient8153-2-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8683-6"
+ xlink:href="#linearGradient8137-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8681-8"
+ xlink:href="#linearGradient8661-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ id="linearGradient8659-4"
+ xlink:href="#linearGradient8653-83"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8498-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8500-5"
+ offset="0"
+ style="stop-color:#d9f4ff;stop-opacity:1" />
+ <stop
+ id="stop8502-6"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ id="linearGradient8504-8"
+ xlink:href="#linearGradient8498-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-93-9"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-9-4"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-8-9"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-4-0"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-49"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-8"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-1-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-6"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-7"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-6-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-6-6"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-6-1"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8291-2-8"
+ xlink:href="#linearGradient8153-2-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-9-5-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-2-18"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-9-36"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-5-5"
+ id="linearGradient8182-0"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8153-2-8-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-7-2"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-3-29"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-8-5"
+ id="linearGradient8180-3-1"
+ gradientUnits="userSpaceOnUse"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8137-9-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-7"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-0"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ id="linearGradient8143-2-6"
+ xlink:href="#linearGradient8137-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-9"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-1"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-2"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ id="linearGradient8159-0-52"
+ xlink:href="#linearGradient8153-2-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7686-9-7-79"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-1-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-0-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-7-79"
+ id="linearGradient7755-5-1"
+ gradientUnits="userSpaceOnUse"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientTransform="translate(0,-140)" />
+ <linearGradient
+ id="linearGradient7686-9-4"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ id="linearGradient7692-4-3"
+ xlink:href="#linearGradient7686-9-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7115-53">
+ <stop
+ id="stop7117-63"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7119-1" />
+ <stop
+ id="stop7121-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-0">
+ <stop
+ id="stop7108-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7110-1" />
+ <stop
+ id="stop7112-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-7">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-6" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-5">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-83"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-9">
+ <stop
+ id="stop6951-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6953-4" />
+ <stop
+ id="stop6955-32"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-4">
+ <stop
+ id="stop6942-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6944-5" />
+ <stop
+ id="stop6946-64"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-6">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-15" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-12">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-57" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-6"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-21" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-03">
+ <stop
+ id="stop6360-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6362-8" />
+ <stop
+ id="stop6364-31"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-6">
+ <stop
+ id="stop6351-65"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6353-8" />
+ <stop
+ id="stop6355-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-66">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-5-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-5-9" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-1-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-18">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-3-1" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-2-7"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-8-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-1">
+ <stop
+ id="stop6332-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6334-7" />
+ <stop
+ id="stop6336-59"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-7">
+ <stop
+ id="stop6323-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6325-2" />
+ <stop
+ id="stop6327-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-2">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-2" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-50">
+ <stop
+ id="stop6304-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6306-9" />
+ <stop
+ id="stop6308-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-8">
+ <stop
+ id="stop6295-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6297-1" />
+ <stop
+ id="stop6299-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-3">
+ <stop
+ id="stop7104-0-1-6-7-9-1-5-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-6-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-2-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-40">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-4-7" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-6-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-55-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-6">
+ <stop
+ id="stop6136-6-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-0-5" />
+ <stop
+ id="stop6140-7-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-0">
+ <stop
+ id="stop6127-4-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-0-6" />
+ <stop
+ id="stop6131-6-17"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-1">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-9" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-41">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-63" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-6">
+ <stop
+ id="stop6136-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-7" />
+ <stop
+ id="stop6140-96"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-28">
+ <stop
+ id="stop6127-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-6" />
+ <stop
+ id="stop6131-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-4">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-51" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-5">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-38" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-23"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-8">
+ <stop
+ id="stop5701-6-63"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-0-9" />
+ <stop
+ id="stop5705-3-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-7">
+ <stop
+ id="stop5692-0-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-4-1" />
+ <stop
+ id="stop5696-5-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-9">
+ <stop
+ id="stop7104-0-1-6-7-9-1-2-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-16-7" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-6-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-5">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-2-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-0-68"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-5-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-3">
+ <stop
+ id="stop5701-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-5" />
+ <stop
+ id="stop5705-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-0">
+ <stop
+ id="stop5692-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-2" />
+ <stop
+ id="stop5696-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-7">
+ <stop
+ id="stop7104-0-1-6-7-9-1-0-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-1-0" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-5-76"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-6">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-8-0" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-7-8"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-7-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-0">
+ <stop
+ id="stop4365-6-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-1-4" />
+ <stop
+ id="stop4369-3-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-22">
+ <stop
+ id="stop4356-1-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-6-43" />
+ <stop
+ id="stop4360-2-26"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-60">
+ <stop
+ id="stop7104-0-1-6-7-9-4-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-3-3" />
+ <stop
+ id="stop7106-25-7-1-2-9-3-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-7">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-5-64" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-0-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-2-191" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-87">
+ <stop
+ id="stop4365-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-73" />
+ <stop
+ id="stop4369-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-9">
+ <stop
+ id="stop4356-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-4" />
+ <stop
+ id="stop4360-20"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-02">
+ <stop
+ id="stop7104-0-1-6-7-9-1-89"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-30" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-76"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-9">
+ <stop
+ id="stop4144-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4146-91" />
+ <stop
+ id="stop4148-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-0">
+ <stop
+ id="stop4135-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4137-1" />
+ <stop
+ id="stop4139-20"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-0">
+ <stop
+ id="stop7104-0-1-6-7-9-40"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-75" />
+ <stop
+ id="stop7106-25-7-1-2-9-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-82" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-32"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-0">
+ <stop
+ id="stop3517-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3519-9" />
+ <stop
+ id="stop3521-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-0">
+ <stop
+ id="stop3508-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3510-1" />
+ <stop
+ id="stop3512-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-1">
+ <stop
+ id="stop7104-0-1-6-8-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-1-40" />
+ <stop
+ id="stop7106-25-7-1-4-79"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-5-1" />
+ <stop
+ id="stop7563-1-3-0-1-76-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-7-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-5">
+ <stop
+ id="stop3267-190"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3269-2" />
+ <stop
+ id="stop3271-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-84">
+ <stop
+ id="stop3258-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3260-3" />
+ <stop
+ id="stop3262-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-8">
+ <stop
+ id="stop7104-0-1-6-7-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-72" />
+ <stop
+ id="stop7106-25-7-1-2-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-0">
+ <stop
+ id="stop4331-97"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4333-2" />
+ <stop
+ id="stop4335-28"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-3">
+ <stop
+ id="stop4322-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4324-6" />
+ <stop
+ id="stop4326-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-3">
+ <stop
+ id="stop7104-0-1-6-00"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-8" />
+ <stop
+ id="stop7106-25-7-1-82"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-89">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-55" />
+ <stop
+ id="stop7563-1-3-0-1-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-66" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-13"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-67"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-17"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-0"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-48"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-83"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-75"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-8"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-2">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-84" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9291-6"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-2"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-0"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-3"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-0"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-3"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-7">
+ <stop
+ id="stop9314-0"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-81" />
+ <stop
+ id="stop9316-8"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-72">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-02" />
+ <stop
+ id="stop9328-8"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-73">
+ <stop
+ id="stop9334-9"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-5" />
+ <stop
+ id="stop9336-9"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-0">
+ <stop
+ id="stop9512-24"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-1" />
+ <stop
+ id="stop9516-03"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9605-2"
+ inkscape:collect="always">
+ <stop
+ id="stop9607-7"
+ offset="0"
+ style="stop-color:#2a5bbf;stop-opacity:1;" />
+ <stop
+ id="stop9609-7"
+ offset="1"
+ style="stop-color:#2a5bbf;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9908-2">
+ <stop
+ style="stop-color:#525f72;stop-opacity:1"
+ offset="0"
+ id="stop9910-0" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop9912-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9914-33">
+ <stop
+ style="stop-color:#4a6fa4;stop-opacity:1"
+ offset="0"
+ id="stop9916-4" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop9918-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-9">
+ <stop
+ id="stop10159-1"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-5" />
+ <stop
+ id="stop10161-7"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-1">
+ <stop
+ id="stop10398-09"
+ offset="0"
+ style="stop-color:#1b3e79;stop-opacity:1;" />
+ <stop
+ style="stop-color:#728fbf;stop-opacity:1"
+ offset="0.5"
+ id="stop10404-2" />
+ <stop
+ id="stop10400-4"
+ offset="1"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-3">
+ <stop
+ id="stop10416-1"
+ offset="0"
+ style="stop-color:#5078b9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6d8cbd;stop-opacity:1"
+ offset="0.5"
+ id="stop10422-0" />
+ <stop
+ id="stop10418-8"
+ offset="1"
+ style="stop-color:#5f88c9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-5">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10434-8" />
+ <stop
+ id="stop10436-7"
+ offset="0.5"
+ style="stop-color:#4e6da1;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10438-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-7">
+ <stop
+ id="stop10442-8"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-5" />
+ <stop
+ id="stop10444-8"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-63">
+ <stop
+ id="stop10450-8"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-76" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-1" />
+ <stop
+ id="stop10460-7"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-23"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-3">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10750-4" />
+ <stop
+ id="stop10752-7"
+ offset="0.25"
+ style="stop-color:#f1ce66;stop-opacity:1" />
+ <stop
+ id="stop10754-8"
+ offset="0.5"
+ style="stop-color:#f6e5a6;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1cf6c;stop-opacity:1"
+ offset="0.75"
+ id="stop10756-8" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10758-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-5">
+ <stop
+ id="stop10800-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-67" />
+ <stop
+ id="stop10802-9"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-60">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-12" />
+ <stop
+ id="stop10860-6"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-6">
+ <stop
+ id="stop11130-3"
+ offset="0"
+ style="stop-color:#e4d09d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6ecb2;stop-opacity:1"
+ offset="0.27413794"
+ id="stop11136-83" />
+ <stop
+ id="stop11132-28"
+ offset="1"
+ style="stop-color:#b58a68;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-1">
+ <stop
+ id="stop11150-32"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-7">
+ <stop
+ id="stop11689-2"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-64" />
+ <stop
+ id="stop11691-7"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-5">
+ <stop
+ id="stop11971-6"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-6" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-0" />
+ <stop
+ id="stop11973-72"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-94">
+ <stop
+ id="stop12001-4"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-69" />
+ <stop
+ id="stop12003-8"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-8">
+ <stop
+ id="stop12090-5"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-8" />
+ <stop
+ id="stop12092-3"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-2">
+ <stop
+ id="stop13801-9"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-8" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-2" />
+ <stop
+ id="stop13811-2"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-7"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-4">
+ <stop
+ id="stop13836-1"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13838-2"
+ offset="1"
+ style="stop-color:#807e66;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-5">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-40" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-7">
+ <stop
+ id="stop13858-9"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-5"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4763-1">
+ <stop
+ id="stop4765-2"
+ offset="0"
+ style="stop-color:#77a29d;stop-opacity:1;" />
+ <stop
+ id="stop4767-7"
+ offset="1"
+ style="stop-color:#1b867b;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4773-0">
+ <stop
+ id="stop4775-4"
+ offset="0"
+ style="stop-color:#8e4694;stop-opacity:1;" />
+ <stop
+ id="stop4777-2"
+ offset="1"
+ style="stop-color:#bc7bc1;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4781-4">
+ <stop
+ id="stop4783-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4785-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4789-5">
+ <stop
+ id="stop4791-4"
+ offset="0"
+ style="stop-color:#4e8fbd;stop-opacity:1;" />
+ <stop
+ id="stop4793-4"
+ offset="1"
+ style="stop-color:#30495a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-2">
+ <stop
+ id="stop4909-2"
+ offset="0"
+ style="stop-color:#b86c44;stop-opacity:1;" />
+ <stop
+ id="stop4911-1"
+ offset="1"
+ style="stop-color:#8f4017;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-2">
+ <stop
+ id="stop4920-4"
+ offset="0"
+ style="stop-color:#d48a4b;stop-opacity:1;" />
+ <stop
+ id="stop4922-90"
+ offset="1"
+ style="stop-color:#b1623a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-8">
+ <stop
+ id="stop4930-6"
+ offset="0"
+ style="stop-color:#4dac81;stop-opacity:1;" />
+ <stop
+ id="stop4932-0"
+ offset="1"
+ style="stop-color:#058048;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-2">
+ <stop
+ id="stop4940-8"
+ offset="0"
+ style="stop-color:#8bc7d7;stop-opacity:1;" />
+ <stop
+ id="stop4942-81"
+ offset="1"
+ style="stop-color:#17477c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-3">
+ <stop
+ id="stop4963-9"
+ offset="0"
+ style="stop-color:#df9a39;stop-opacity:1;" />
+ <stop
+ id="stop4965-1"
+ offset="1"
+ style="stop-color:#b55829;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-4">
+ <stop
+ id="stop5211-90"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5213-5"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-4">
+ <stop
+ id="stop5330-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5332-3"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-0">
+ <stop
+ id="stop5585-5"
+ offset="0"
+ style="stop-color:#426e4a;stop-opacity:1;" />
+ <stop
+ id="stop5587-9"
+ offset="1"
+ style="stop-color:#669f71;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5591-5">
+ <stop
+ id="stop5593-5"
+ offset="0"
+ style="stop-color:#e0e566;stop-opacity:1;" />
+ <stop
+ id="stop5595-56"
+ offset="1"
+ style="stop-color:#b0b456;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4805-1">
+ <stop
+ id="stop4807-1"
+ offset="0"
+ style="stop-color:#4b82b6;stop-opacity:1" />
+ <stop
+ style="stop-color:#9ab7d5;stop-opacity:1"
+ offset="0.79358917"
+ id="stop4815-9" />
+ <stop
+ id="stop4809-9"
+ offset="1"
+ style="stop-color:#a2bcd8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-62">
+ <stop
+ id="stop4786-90"
+ offset="0"
+ style="stop-color:#b68e69;stop-opacity:1" />
+ <stop
+ style="stop-color:#d5ae7d;stop-opacity:1"
+ offset="0.94238818"
+ id="stop4792-4" />
+ <stop
+ id="stop4788-93"
+ offset="1"
+ style="stop-color:#c69863;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4846"
+ inkscape:collect="always">
+ <stop
+ id="stop4848"
+ offset="0"
+ style="stop-color:#937e48;stop-opacity:1" />
+ <stop
+ id="stop4850"
+ offset="1"
+ style="stop-color:#7c724f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4898">
+ <stop
+ id="stop4900"
+ offset="0"
+ style="stop-color:#ffd991;stop-opacity:1;" />
+ <stop
+ id="stop4902-6"
+ offset="1"
+ style="stop-color:#ffcd6f;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5056">
+ <stop
+ id="stop5058"
+ offset="0"
+ style="stop-color:#97adce;stop-opacity:1" />
+ <stop
+ style="stop-color:#e0e8f0;stop-opacity:1"
+ offset="0.2858389"
+ id="stop5066" />
+ <stop
+ style="stop-color:#98aece;stop-opacity:1"
+ offset="0.60006815"
+ id="stop5064" />
+ <stop
+ id="stop5060"
+ offset="1"
+ style="stop-color:#7e9bca;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5232">
+ <stop
+ id="stop5234"
+ offset="0"
+ style="stop-color:#785830;stop-opacity:1;" />
+ <stop
+ id="stop5236"
+ offset="1"
+ style="stop-color:#958160;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5274">
+ <stop
+ id="stop5276"
+ offset="0"
+ style="stop-color:#ffeecd;stop-opacity:1;" />
+ <stop
+ id="stop5278"
+ offset="1"
+ style="stop-color:#ecb448;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5316"
+ inkscape:collect="always">
+ <stop
+ id="stop5318"
+ offset="0"
+ style="stop-color:#dbd3a1;stop-opacity:1" />
+ <stop
+ id="stop5320"
+ offset="1"
+ style="stop-color:#a29960;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4908"
+ inkscape:collect="always">
+ <stop
+ id="stop4910"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5077">
+ <stop
+ id="stop5079"
+ offset="0"
+ style="stop-color:#e4cf94;stop-opacity:1" />
+ <stop
+ style="stop-color:#ede0ba;stop-opacity:1"
+ offset="0.32186735"
+ id="stop5087" />
+ <stop
+ style="stop-color:#c1aa7e;stop-opacity:1"
+ offset="0.64764118"
+ id="stop5085" />
+ <stop
+ id="stop5081"
+ offset="1"
+ style="stop-color:#ad8865;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5300">
+ <stop
+ id="stop5302"
+ offset="0"
+ style="stop-color:#4d4d4d;stop-opacity:1;" />
+ <stop
+ style="stop-color:#727272;stop-opacity:1;"
+ offset="0.29405674"
+ id="stop5308" />
+ <stop
+ id="stop5304"
+ offset="1"
+ style="stop-color:#4d4d4d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(20,0)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2-6"
+ id="linearGradient5173-5"
+ gradientUnits="userSpaceOnUse"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ id="linearGradient4908-52-3-2-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-7-2-7-1"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-6-2-9-49"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,-1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5196-32"
+ xlink:href="#linearGradient5077-5-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5077-5-3">
+ <stop
+ id="stop5079-7-3"
+ offset="0"
+ style="stop-color:#e4cf94;stop-opacity:1" />
+ <stop
+ style="stop-color:#ede0ba;stop-opacity:1"
+ offset="0.32186735"
+ id="stop5087-6-7" />
+ <stop
+ style="stop-color:#c1aa7e;stop-opacity:1"
+ offset="0.64764118"
+ id="stop5085-1-30" />
+ <stop
+ id="stop5081-8-1"
+ offset="1"
+ style="stop-color:#ad8865;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1050.5304"
+ x2="4.0822439"
+ y1="1049.3976"
+ x1="2.65625"
+ id="linearGradient5306-4"
+ xlink:href="#linearGradient5300-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5300-8">
+ <stop
+ id="stop5302-7"
+ offset="0"
+ style="stop-color:#4d4d4d;stop-opacity:1;" />
+ <stop
+ style="stop-color:#727272;stop-opacity:1;"
+ offset="0.29405674"
+ id="stop5308-8" />
+ <stop
+ id="stop5304-9"
+ offset="1"
+ style="stop-color:#4d4d4d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.5304"
+ x2="4.0822439"
+ y1="1049.3976"
+ x1="2.65625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11276"
+ xlink:href="#linearGradient5300-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12144"
+ id="linearGradient12150"
+ x1="29.095431"
+ y1="0.03125"
+ x2="32.279569"
+ y2="0.03125"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12144-3"
+ id="linearGradient12150-9"
+ x1="29.09543"
+ y1="0.03125"
+ x2="32.279568"
+ y2="0.03125"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient12144-3">
+ <stop
+ style="stop-color:#ca9189;stop-opacity:1"
+ offset="0"
+ id="stop12146-3" />
+ <stop
+ id="stop12154-1"
+ offset="0.25"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ id="stop12152-4"
+ offset="0.5"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#bd847e;stop-opacity:1"
+ offset="1"
+ id="stop12148-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12204"
+ id="linearGradient12210"
+ x1="29.150082"
+ y1="1.046875"
+ x2="32.162418"
+ y2="1.046875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12144-6"
+ id="linearGradient12150-7"
+ x1="29.09543"
+ y1="0.03125"
+ x2="32.279568"
+ y2="0.03125"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient12144-6">
+ <stop
+ style="stop-color:#ca9189;stop-opacity:1"
+ offset="0"
+ id="stop12146-1" />
+ <stop
+ id="stop12154-6"
+ offset="0.25"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ id="stop12152-0"
+ offset="0.5"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#bd847e;stop-opacity:1"
+ offset="1"
+ id="stop12148-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2-6"
+ id="linearGradient12292"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-3"
+ id="linearGradient12294"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-8"
+ id="linearGradient12296"
+ gradientUnits="userSpaceOnUse"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12144"
+ id="linearGradient12298"
+ gradientUnits="userSpaceOnUse"
+ x1="29.095431"
+ y1="0.03125"
+ x2="32.279569"
+ y2="0.03125"
+ gradientTransform="translate(3.3308581e-7,1037.1136)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12204"
+ id="linearGradient12300"
+ gradientUnits="userSpaceOnUse"
+ x1="29.150082"
+ y1="1.046875"
+ x2="32.162418"
+ y2="1.046875" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2-6-7"
+ id="linearGradient12292-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ id="linearGradient4908-52-3-2-6-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-7-2-7-1-4"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-6-2-9-49-0"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-8"
+ id="linearGradient8887-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.91881011,1.0357451)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4810-5-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-0-82"
+ offset="0"
+ style="stop-color:#be9a4b;stop-opacity:1" />
+ <stop
+ id="stop4814-4-4"
+ offset="1"
+ style="stop-color:#877e60;stop-opacity:1" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask7584">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path7586"
+ d="m 1.5076731,1040.8978 13.0019249,0 0,10.9667 -13.0019248,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ </mask>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8287-7"
+ id="linearGradient8293-1"
+ x1="-16.963362"
+ y1="1038.8951"
+ x2="-4.9919548"
+ y2="1038.8951"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(19.991756,0.976947)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8287-7">
+ <stop
+ style="stop-color:#6eb6e2;stop-opacity:1;"
+ offset="0"
+ id="stop8289-4" />
+ <stop
+ style="stop-color:#d3e5f4;stop-opacity:1"
+ offset="1"
+ id="stop8291-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-3-4"
+ id="linearGradient8878-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.88440889,-0.991558)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ id="linearGradient4082-3-4">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084-8-8" />
+ <stop
+ id="stop4864-7-8"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086-2-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1038.8951"
+ x2="-4.9919548"
+ y1="1038.8951"
+ x1="-16.963362"
+ gradientTransform="translate(21.991756,4.9769)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7528-5"
+ xlink:href="#linearGradient8287-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8287-7-5">
+ <stop
+ style="stop-color:#6eb6e2;stop-opacity:1;"
+ offset="0"
+ id="stop8289-4-1" />
+ <stop
+ style="stop-color:#d3e5f4;stop-opacity:1"
+ offset="1"
+ id="stop8291-0-7" />
+ </linearGradient>
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(1.1155911,3.0084)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7530-1"
+ xlink:href="#linearGradient4082-3-4-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4082-3-4-1">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084-8-8-5" />
+ <stop
+ id="stop4864-7-8-2"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086-2-2-7" />
+ </linearGradient>
+ <linearGradient
+ y2="1038.8951"
+ x2="-4.9919548"
+ y1="1038.8951"
+ x1="-16.963362"
+ gradientTransform="translate(27.019488,4.9769)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7581"
+ xlink:href="#linearGradient8287-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(6.1433187,3.0084)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7583"
+ xlink:href="#linearGradient4082-3-4-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1038.8951"
+ x2="-4.9919548"
+ y1="1038.8951"
+ x1="-16.963362"
+ gradientTransform="translate(27.019488,4.9769)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7581-1"
+ xlink:href="#linearGradient8287-7-5-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8287-7-5-4">
+ <stop
+ style="stop-color:#6eb6e2;stop-opacity:1;"
+ offset="0"
+ id="stop8289-4-1-2" />
+ <stop
+ style="stop-color:#d3e5f4;stop-opacity:1"
+ offset="1"
+ id="stop8291-0-7-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(6.1433187,3.0084)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7583-2"
+ xlink:href="#linearGradient4082-3-4-1-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4082-3-4-1-2">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084-8-8-5-1" />
+ <stop
+ id="stop4864-7-8-2-6"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086-2-2-7-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1042.5212"
+ x2="-15.991756"
+ y1="1038.3853"
+ x1="-15.991756"
+ gradientTransform="translate(21.991756,4.9769)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7528-7"
+ xlink:href="#linearGradient7667-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7667-6"
+ inkscape:collect="always">
+ <stop
+ id="stop7669-1"
+ offset="0"
+ style="stop-color:#d9d9d9;stop-opacity:1" />
+ <stop
+ id="stop7671-8"
+ offset="1"
+ style="stop-color:#e9f9ff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8441-2"
+ id="linearGradient8447-9"
+ x1="8"
+ y1="1043.3622"
+ x2="8"
+ y2="1048.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8441-2">
+ <stop
+ style="stop-color:#6eaddd;stop-opacity:1;"
+ offset="0"
+ id="stop8443-7" />
+ <stop
+ style="stop-color:#2b568d;stop-opacity:1"
+ offset="1"
+ id="stop8445-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-8-2"
+ id="linearGradient4064-5"
+ gradientUnits="userSpaceOnUse"
+ x1="8.7378912"
+ y1="2.1550355"
+ x2="8.7378912"
+ y2="6.8716693" />
+ <linearGradient
+ id="linearGradient4894-8-2">
+ <stop
+ style="stop-color:#b4d1e5;stop-opacity:1"
+ offset="0"
+ id="stop4896-2" />
+ <stop
+ id="stop4898-4"
+ offset="0.5"
+ style="stop-color:#5395be;stop-opacity:1" />
+ <stop
+ style="stop-color:#91bcd7;stop-opacity:1"
+ offset="1"
+ id="stop4900-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-8-2"
+ id="linearGradient4871-8"
+ gradientUnits="userSpaceOnUse"
+ x1="8.7378912"
+ y1="2.1550355"
+ x2="8.7378912"
+ y2="6.8716693" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-7"
+ id="linearGradient4064"
+ gradientUnits="userSpaceOnUse"
+ x1="8.7378912"
+ y1="2.1550355"
+ x2="8.7378912"
+ y2="6.8716693" />
+ <linearGradient
+ id="linearGradient4894-7">
+ <stop
+ style="stop-color:#b4d1e5;stop-opacity:1"
+ offset="0"
+ id="stop4896-4" />
+ <stop
+ id="stop4898-0"
+ offset="0.5"
+ style="stop-color:#5395be;stop-opacity:1" />
+ <stop
+ style="stop-color:#91bcd7;stop-opacity:1"
+ offset="1"
+ id="stop4900-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-7"
+ id="linearGradient4871-1"
+ gradientUnits="userSpaceOnUse"
+ x1="8.7378912"
+ y1="2.1550355"
+ x2="8.7378912"
+ y2="6.8716693" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-4"
+ id="linearGradient4871"
+ gradientUnits="userSpaceOnUse"
+ x1="8.7378912"
+ y1="2.1550355"
+ x2="8.7378912"
+ y2="6.8716693" />
+ <linearGradient
+ id="linearGradient4806-7-8">
+ <stop
+ id="stop4808-4-2"
+ offset="0"
+ style="stop-color:#ffbfbf;stop-opacity:1;" />
+ <stop
+ style="stop-color:#d66262;stop-opacity:1"
+ offset="0.5"
+ id="stop4816-0-4" />
+ <stop
+ id="stop4810-9-5"
+ offset="1"
+ style="stop-color:#ffa8a8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4806-7-8"
+ id="linearGradient4834-8"
+ gradientUnits="userSpaceOnUse"
+ x1="8.7378912"
+ y1="2.1550355"
+ x2="8.7378912"
+ y2="6.8716693" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4806-7"
+ id="linearGradient4834"
+ gradientUnits="userSpaceOnUse"
+ x1="8.7378912"
+ y1="2.1550355"
+ x2="8.7378912"
+ y2="6.8716693" />
+ <linearGradient
+ id="linearGradient4806-7">
+ <stop
+ id="stop4808-4"
+ offset="0"
+ style="stop-color:#ffbfbf;stop-opacity:1;" />
+ <stop
+ style="stop-color:#d66262;stop-opacity:1"
+ offset="0.5"
+ id="stop4816-0" />
+ <stop
+ id="stop4810-9"
+ offset="1"
+ style="stop-color:#ffa8a8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="6.8716693"
+ x2="8.7378912"
+ y1="2.1550355"
+ x1="8.7378912"
+ id="linearGradient4812-1"
+ xlink:href="#linearGradient4806-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="6.8716693"
+ x2="8.7378912"
+ y1="2.1550355"
+ x1="8.7378912"
+ id="linearGradient4812"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4962-2-7-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4964-2-4-2"
+ offset="0"
+ style="stop-color:#f6928e;stop-opacity:1" />
+ <stop
+ id="stop4966-1-0-0"
+ offset="1"
+ style="stop-color:#f13f53;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="13.61885"
+ x2="3.5628386"
+ y1="11.335736"
+ x1="3.5628386"
+ id="linearGradient4838-1-9"
+ xlink:href="#linearGradient4962-2-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4818-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4820-39"
+ offset="0"
+ style="stop-color:#eb9186;stop-opacity:1;" />
+ <stop
+ id="stop4822-5"
+ offset="1"
+ style="stop-color:#e06b5e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-4,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1041.3081"
+ x2="14.871766"
+ y1="1038.3472"
+ x1="12.03229"
+ id="linearGradient4824-3"
+ xlink:href="#linearGradient4818-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4910-4-7-5-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4912-8-4-2-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ id="stop4914-8-0-7-0"
+ offset="1"
+ style="stop-color:#d1eeff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-7-5-4"
+ id="linearGradient4063-1-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(16,2)"
+ x1="-13"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-5-7">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-1-7" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-7-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-7"
+ id="linearGradient4121-5-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.000063)"
+ x1="8.0137892"
+ y1="1036.6622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4910-4-7-2"
+ inkscape:collect="always">
+ <stop
+ id="stop4912-8-4-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ id="stop4914-8-0-1"
+ offset="1"
+ style="stop-color:#d1eeff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-7-2"
+ id="linearGradient5062-1-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(25,-4.000037)"
+ x1="-13"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ id="linearGradient5057-7-3"
+ inkscape:collect="always">
+ <stop
+ id="stop5059-1-3"
+ offset="0"
+ style="stop-color:#677da9;stop-opacity:1;" />
+ <stop
+ id="stop5061-1-4"
+ offset="1"
+ style="stop-color:#b4bbd1;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2,-2.000037)"
+ gradientUnits="userSpaceOnUse"
+ y2="1050.8623"
+ x2="11"
+ y1="1050.8623"
+ x1="6"
+ id="linearGradient5065-1-7"
+ xlink:href="#linearGradient5057-7-3"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-4">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-91" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-4"
+ id="linearGradient4791-2"
+ gradientUnits="userSpaceOnUse"
+ x1="8.0137892"
+ y1="1036.6622"
+ x2="8.0137892"
+ y2="1050.0707"
+ gradientTransform="translate(-2,2.000062)" />
+ <linearGradient
+ id="linearGradient4919-9-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4921-4-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4923-60-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="-10"
+ y1="1045.3622"
+ x1="-10"
+ id="linearGradient4925-4-08"
+ xlink:href="#linearGradient4919-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4919-1-3"
+ inkscape:collect="always">
+ <stop
+ id="stop4921-2-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4923-6-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="-10"
+ y1="1045.3622"
+ x1="-10"
+ id="linearGradient4925-7-87"
+ xlink:href="#linearGradient4919-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5583-2-85">
+ <stop
+ id="stop5585-3-8"
+ offset="0"
+ style="stop-color:#426e4a;stop-opacity:1;" />
+ <stop
+ id="stop5587-3-5"
+ offset="1"
+ style="stop-color:#669f71;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ id="linearGradient5589-8-7"
+ xlink:href="#linearGradient5583-2-85"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5591-4-7">
+ <stop
+ id="stop5593-0-2"
+ offset="0"
+ style="stop-color:#e0e566;stop-opacity:1;" />
+ <stop
+ id="stop5595-5-3"
+ offset="1"
+ style="stop-color:#b0b456;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="7.8880248"
+ x1="2.03125"
+ id="linearGradient5597-1-1"
+ xlink:href="#linearGradient5591-4-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="7.8880248"
+ x1="2.03125"
+ id="linearGradient5597-6"
+ xlink:href="#linearGradient5591-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ id="linearGradient5589-87"
+ xlink:href="#linearGradient5583-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5418-8">
+ <stop
+ id="stop5420-16"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5422-3"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5411-4">
+ <stop
+ id="stop5413-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5415-8"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5404-7">
+ <stop
+ id="stop5406-9"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5408-3"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5397-5">
+ <stop
+ id="stop5399-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5401-6"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-0-12">
+ <stop
+ id="stop5211-9-6"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5213-4-0"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-5-2">
+ <stop
+ id="stop5330-9-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5332-8-60"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-6-63">
+ <stop
+ id="stop4963-0-8"
+ offset="0"
+ style="stop-color:#df9a39;stop-opacity:1;" />
+ <stop
+ id="stop4965-3-3"
+ offset="1"
+ style="stop-color:#b55829;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="1049.2014"
+ x2="18.744612"
+ y1="1040.0764"
+ x1="15.073242"
+ gradientTransform="translate(-4.625,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4983-5-1"
+ xlink:href="#linearGradient4961-6-63"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4938-8-1">
+ <stop
+ id="stop4940-4-3"
+ offset="0"
+ style="stop-color:#8bc7d7;stop-opacity:1;" />
+ <stop
+ id="stop4942-8-2"
+ offset="1"
+ style="stop-color:#17477c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-4-6">
+ <stop
+ id="stop4930-9-4"
+ offset="0"
+ style="stop-color:#4dac81;stop-opacity:1;" />
+ <stop
+ id="stop4932-8-7"
+ offset="1"
+ style="stop-color:#058048;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-9-2">
+ <stop
+ id="stop4909-5-7"
+ offset="0"
+ style="stop-color:#b86c44;stop-opacity:1;" />
+ <stop
+ id="stop4911-0-2"
+ offset="1"
+ style="stop-color:#8f4017;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-5-6">
+ <stop
+ id="stop4920-9-0"
+ offset="0"
+ style="stop-color:#d48a4b;stop-opacity:1;" />
+ <stop
+ id="stop4922-9-7"
+ offset="1"
+ style="stop-color:#b1623a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-7-9">
+ <stop
+ id="stop10800-5-2-1-8-4-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-1-5" />
+ <stop
+ id="stop10802-1-5-3-0-0-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-7-9"
+ id="linearGradient11390-1-6"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-0-3">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-0-9" />
+ <stop
+ id="stop10860-7-9-1-0-4"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-78">
+ <stop
+ id="stop11150-7-8-3-8-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-3-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30-8">
+ <stop
+ id="stop11150-9-6-9-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-6-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2-2">
+ <stop
+ id="stop11150-7-5-9-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-35-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-4-3">
+ <stop
+ id="stop11150-4-72-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-7">
+ <stop
+ id="stop11689-3-7-95"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-8-54" />
+ <stop
+ id="stop11691-10-4-0"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-4">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-6-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-7-12" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-2-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-4">
+ <stop
+ id="stop10800-5-2-1-8-2-8-1-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-0-2" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-9-50"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-22">
+ <stop
+ id="stop12001-1-9-1"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-6-5" />
+ <stop
+ id="stop12003-3-6-4"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-6">
+ <stop
+ id="stop12090-7-9-02"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-2-4" />
+ <stop
+ id="stop12092-1-3-90"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-0-1">
+ <stop
+ id="stop11971-7-1-2"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-0-88" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-1-1" />
+ <stop
+ id="stop11973-8-0-8"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-0"
+ id="linearGradient13011-8-9"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12862-1-8-0"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-5"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-3"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-7-5">
+ <stop
+ id="stop13801-4-94"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-4-6" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-7-3" />
+ <stop
+ id="stop13811-8-4"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-6-9"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-0-5">
+ <stop
+ id="stop13858-8-6"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-4-0"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-2-9">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-4-5" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-7-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-93">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-1-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-1-1" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-3-9"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-93"
+ id="linearGradient13333-0-1-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-66">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-2-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-7-2" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-5-90"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-2">
+ <stop
+ id="stop10800-5-2-1-8-20-6-4-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-8-2" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-4-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-8">
+ <stop
+ id="stop10800-5-2-1-8-20-6-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-1" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-8"
+ id="linearGradient13197-3-0"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-7">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-47"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-3" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-44">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-19"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-5" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-7">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-3" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-7"
+ id="linearGradient13296-4-76"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-30">
+ <stop
+ id="stop10800-5-2-1-8-20-4-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-5" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-0"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-30"
+ id="linearGradient13197-7-0"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-4">
+ <stop
+ id="stop10800-5-2-1-8-20-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-21" />
+ <stop
+ id="stop10802-1-5-3-0-4-499"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-4"
+ id="linearGradient11390-9-05"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-5">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-9-1" />
+ <stop
+ id="stop10860-7-9-1-9-55"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-6-84" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-8">
+ <stop
+ id="stop11150-7-8-3-19-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-2-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-6">
+ <stop
+ id="stop11150-9-6-8-46"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-5-89" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-21">
+ <stop
+ id="stop11150-7-5-2-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-3-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-0-7">
+ <stop
+ id="stop11150-4-1-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-9-55" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ id="linearGradient12904-2-0"
+ xlink:href="#linearGradient12862-1-89"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-89"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-0"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-0"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ id="radialGradient12739-4-5"
+ xlink:href="#linearGradient12717-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-1"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-60"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-9"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12717-9-8"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-7-7"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-6-8"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-3-7"
+ xlink:href="#linearGradient12717-9-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-2-5">
+ <stop
+ id="stop11689-3-52"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-7" />
+ <stop
+ id="stop11691-10-6"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-3-0"
+ xlink:href="#linearGradient11687-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-3-2"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-91-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-02-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-2-9"
+ xlink:href="#linearGradient11679-3-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-0">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-0" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-78">
+ <stop
+ id="stop12001-1-2"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-7" />
+ <stop
+ id="stop12003-3-8"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-82">
+ <stop
+ id="stop12090-7-62"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-7" />
+ <stop
+ id="stop12092-1-5"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-9">
+ <stop
+ id="stop11971-7-8"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-6" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-62" />
+ <stop
+ id="stop11973-8-3"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-99">
+ <stop
+ id="stop10800-5-2-1-8-2-8-83"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-8" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-82">
+ <stop
+ id="stop12001-9-2-4"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-3-5" />
+ <stop
+ id="stop12003-2-8-2"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-88">
+ <stop
+ id="stop12090-1-8-12"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-8-1" />
+ <stop
+ id="stop12092-2-4-49"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-0">
+ <stop
+ id="stop11971-3-7-3"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-6-6" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-6-24" />
+ <stop
+ id="stop11973-6-6-5"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-8-0">
+ <stop
+ id="stop11689-6-4"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-6-94" />
+ <stop
+ id="stop11691-5-6"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-26-6"
+ xlink:href="#linearGradient11687-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-8-7"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-3-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-6-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-3-7"
+ xlink:href="#linearGradient11679-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-9-6">
+ <stop
+ id="stop11689-1-8"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-2-8" />
+ <stop
+ id="stop11691-1-2"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-2-31"
+ xlink:href="#linearGradient11687-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-7-34"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-94-15"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-0-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-5-2"
+ xlink:href="#linearGradient11679-7-34"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11999-7-1">
+ <stop
+ id="stop12001-9-4"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-9" />
+ <stop
+ id="stop12003-2-5"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-4">
+ <stop
+ id="stop12090-1-06"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-1" />
+ <stop
+ id="stop12092-2-2"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-566">
+ <stop
+ id="stop11971-3-6"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-66" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-7" />
+ <stop
+ id="stop11973-6-1"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11888-4-89"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-8-4"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-8-1"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-5-7"
+ xlink:href="#linearGradient11888-4-89"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11888-8-3"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-4-60"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-1-69"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-2-9"
+ xlink:href="#linearGradient11888-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-1-6">
+ <stop
+ id="stop11689-9-9"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-3-0" />
+ <stop
+ id="stop11691-9-8"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-0-5"
+ xlink:href="#linearGradient11687-1-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-2-3"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-9-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-1-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-7-7"
+ xlink:href="#linearGradient11679-2-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-5">
+ <stop
+ id="stop10800-5-2-1-8-2-5-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-1" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-5"
+ id="linearGradient11520-8-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-33">
+ <stop
+ id="stop10800-5-2-1-8-2-6-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-9-4" />
+ <stop
+ id="stop10802-1-5-3-0-2-6-80"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-33"
+ id="linearGradient11520-3-0"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-69">
+ <stop
+ id="stop10800-5-2-1-8-2-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-8" />
+ <stop
+ id="stop10802-1-5-3-0-2-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-69"
+ id="linearGradient11390-0-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-0">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-1-8" />
+ <stop
+ id="stop10860-7-9-1-7-38"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-4-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-11">
+ <stop
+ id="stop11150-7-8-3-1-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-6-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-4">
+ <stop
+ id="stop11150-9-6-4-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-2-05" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-4">
+ <stop
+ id="stop11150-7-5-5-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-9-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-5-2">
+ <stop
+ id="stop11150-4-7-8"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-2-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-4"
+ id="linearGradient11390-09"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-4">
+ <stop
+ id="stop10800-5-2-1-8-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-5" />
+ <stop
+ id="stop10802-1-5-3-0-55"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-4"
+ id="linearGradient10880-5-3-4-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-35">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-97" />
+ <stop
+ id="stop10860-7-9-1-98"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-0-35"
+ id="linearGradient11298-3-19"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-01">
+ <stop
+ id="stop11150-7-8-3-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-8" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11274-3-7"
+ xlink:href="#linearGradient11146-8-7-5-01"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-7-5-38">
+ <stop
+ id="stop11150-9-6-92"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-8" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11272-3-5"
+ xlink:href="#linearGradient11146-7-5-38"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-3-51">
+ <stop
+ id="stop11150-7-5-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-2" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11270-4-3"
+ xlink:href="#linearGradient11146-8-3-51"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-89">
+ <stop
+ id="stop11150-4-89"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11268-5-9"
+ xlink:href="#linearGradient11146-4-89"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-34">
+ <stop
+ id="stop10800-5-2-1-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-23" />
+ <stop
+ id="stop10802-1-5-3-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-3">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-92" />
+ <stop
+ id="stop10860-7-9-19"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-82" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-3"
+ id="linearGradient11063-6-6"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-051">
+ <stop
+ id="stop11150-7-8-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-051"
+ id="radialGradient11169-6-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-8">
+ <stop
+ id="stop11150-9-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-08" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-2-9"
+ xlink:href="#linearGradient11146-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-6">
+ <stop
+ id="stop11150-7-84"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-73" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-4-3"
+ xlink:href="#linearGradient11146-8-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-23">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-4" />
+ <stop
+ id="stop10860-7-3"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-23"
+ id="linearGradient10835-2-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-24">
+ <stop
+ id="stop10800-5-2-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-36" />
+ <stop
+ id="stop10802-1-5-2"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-7">
+ <stop
+ id="stop10800-5-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-0" />
+ <stop
+ id="stop10802-1-0"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-8-1"
+ xlink:href="#linearGradient10798-1-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-8-55">
+ <stop
+ id="stop10800-2-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-9-0" />
+ <stop
+ id="stop10802-3-15"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-7-82"
+ xlink:href="#linearGradient10798-8-55"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.38498"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10794-6"
+ xlink:href="#linearGradient10149-6-5-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10792-62"
+ xlink:href="#linearGradient10149-39-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10790-44"
+ xlink:href="#linearGradient10157-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.67456"
+ x2="302.3125"
+ y1="532.98718"
+ x1="302.3125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10788-1"
+ xlink:href="#linearGradient10396-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.75818"
+ x2="306.05069"
+ y1="532.08228"
+ x1="306.05069"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10786-6"
+ xlink:href="#linearGradient10157-51"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.36218"
+ x2="289.8125"
+ y1="528.73804"
+ x1="289.8125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10784-56"
+ xlink:href="#linearGradient10432-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.08923"
+ x2="298.34253"
+ y1="528.1048"
+ x1="298.34253"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10782-3"
+ xlink:href="#linearGradient10414-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10780-5"
+ xlink:href="#linearGradient10440-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10778-2"
+ xlink:href="#linearGradient10448-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.73615"
+ x2="334.375"
+ y1="532.30212"
+ x1="334.375"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10776-6"
+ xlink:href="#linearGradient10440-1-3-19"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.53949"
+ x2="324.1601"
+ y1="532.15552"
+ x1="324.1601"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10774-5"
+ xlink:href="#linearGradient10748-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.67365"
+ x2="334.375"
+ y1="529.06494"
+ x1="334.375"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10772-4"
+ xlink:href="#linearGradient10440-1-0-0-68"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10770-9"
+ xlink:href="#linearGradient10448-9-7-0-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-0-68">
+ <stop
+ id="stop10442-43-2-0-2"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-5-6" />
+ <stop
+ id="stop10444-3-4-0-63"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-4">
+ <stop
+ id="stop10450-3-5-6-2"
+ offset="0"
+ style="stop-color:#cf9307;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7d87b;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-5-53" />
+ <stop
+ id="stop10452-22-7-8-2"
+ offset="1"
+ style="stop-color:#ebb313;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-3-19">
+ <stop
+ id="stop10442-43-0-6"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-4-4" />
+ <stop
+ id="stop10444-3-2-5"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-19"
+ id="linearGradient10548-1-55"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-6-9">
+ <stop
+ id="stop10450-3-8-76"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-7-4" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-7-58" />
+ <stop
+ id="stop10460-2-1-6"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-8-1"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-6-9"
+ id="linearGradient10546-8-483"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-0-6">
+ <stop
+ id="stop10442-43-2-5"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-8" />
+ <stop
+ id="stop10444-3-4-39"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-6"
+ id="linearGradient10548-3-35"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-7-93">
+ <stop
+ id="stop10450-3-5-0"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-0-0" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-8" />
+ <stop
+ id="stop10460-2-9-7"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-7-6"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-93"
+ id="linearGradient10546-3-0"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-8">
+ <stop
+ id="stop10442-43-4"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-8" />
+ <stop
+ id="stop10444-3-6"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-7-1"
+ xlink:href="#linearGradient10440-1-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-9">
+ <stop
+ id="stop10450-3-3"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-9" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-18" />
+ <stop
+ id="stop10460-2-2"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-80"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-9-37"
+ xlink:href="#linearGradient10448-9-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-2-8"
+ inkscape:collect="always">
+ <stop
+ id="stop10442-4-37"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ id="stop10444-4-8"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-9-5"
+ xlink:href="#linearGradient10440-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-4-13">
+ <stop
+ id="stop10450-4-3"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-7-7" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-9-0" />
+ <stop
+ id="stop10460-1-9"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-2-5"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-7-3"
+ xlink:href="#linearGradient10448-4-13"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-5-3">
+ <stop
+ id="stop10151-5-7-22"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#b9c7df;stop-opacity:1"
+ offset="0.5"
+ id="stop10394-27" />
+ <stop
+ id="stop10153-8-1-0"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-39-8"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-3-0"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-72-1"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-7-8"
+ xlink:href="#linearGradient10149-39-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-2-5">
+ <stop
+ id="stop10159-8-9"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-3-45" />
+ <stop
+ id="stop10161-5-05"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-2-9"
+ xlink:href="#linearGradient10157-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-8"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-5-9"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-8-2"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-5-6"
+ xlink:href="#linearGradient10149-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-3-3"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-0-55"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-7-2"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-1-4"
+ xlink:href="#linearGradient10149-3-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-5-87">
+ <stop
+ id="stop10159-7-4"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-2-8" />
+ <stop
+ id="stop10161-3-1"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-8-32"
+ xlink:href="#linearGradient10157-5-87"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10005-59"
+ xlink:href="#linearGradient9299-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10003-5"
+ xlink:href="#linearGradient9291-8-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10001-0"
+ xlink:href="#linearGradient9510-39"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9999-82"
+ xlink:href="#linearGradient9312-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9997-14"
+ xlink:href="#linearGradient9332-77"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="279.41037"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9984-93"
+ xlink:href="#linearGradient9914-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9982-2"
+ xlink:href="#linearGradient8153-2-4-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9980-4"
+ xlink:href="#linearGradient8653-2-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="281.43512"
+ x2="641.07611"
+ y1="306.07397"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9978-0"
+ xlink:href="#linearGradient9908-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9976-19"
+ xlink:href="#linearGradient8337-2-75"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9974-30"
+ xlink:href="#linearGradient8153-2-0-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(-33.506824,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9972-6"
+ xlink:href="#linearGradient8137-6-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9970-13"
+ xlink:href="#linearGradient8661-5-79"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9968-3"
+ xlink:href="#linearGradient9510-3-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9966-4"
+ xlink:href="#linearGradient9312-9-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9964-7"
+ xlink:href="#linearGradient9332-6-41"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="454.31174"
+ x2="227.09628"
+ y1="441.62799"
+ x1="213.82529"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9962-7"
+ xlink:href="#linearGradient9605-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-1-3-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-2-8"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-6-0"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-1-5"
+ xlink:href="#linearGradient8337-1-3-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-4-4-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-0-7"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-7-4"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-2-2"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-9-9"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-2-0"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-5-41"
+ xlink:href="#linearGradient8653-2-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-2-75"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-7-3"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-8-32"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-0-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-9-4"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-5-1"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-6-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-1-19"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-6-0"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-5-79">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-3-61" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-5-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-3-9">
+ <stop
+ id="stop9512-4-5"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-9-8" />
+ <stop
+ id="stop9516-6-2"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-9"
+ id="linearGradient9415-5-13"
+ gradientUnits="userSpaceOnUse"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient9312-9-9">
+ <stop
+ id="stop9314-5-2"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-0-5" />
+ <stop
+ id="stop9316-6-4"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-41">
+ <stop
+ id="stop9334-52-0"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-23-4" />
+ <stop
+ id="stop9336-3-85"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-1-9"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-6-05"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-8-3"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-8-07"
+ xlink:href="#linearGradient9299-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9291-8-1"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-7-08"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-3-5"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-1-9"
+ xlink:href="#linearGradient9291-8-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9324-7-0">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-0-7" />
+ <stop
+ id="stop9328-1-2"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-5-25" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ id="linearGradient9318-8"
+ xlink:href="#linearGradient9324-7-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9332-9-63">
+ <stop
+ id="stop9334-5-03"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-2-5" />
+ <stop
+ id="stop9336-4-2"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ id="linearGradient9338-8-3"
+ xlink:href="#linearGradient9332-9-63"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-2"
+ xlink:href="#linearGradient9299-83"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-48"
+ xlink:href="#linearGradient9291-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-17"
+ xlink:href="#linearGradient8337-1-11"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8701-2"
+ xlink:href="#linearGradient8153-2-4-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8699-2"
+ xlink:href="#linearGradient8137-93-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-55"
+ xlink:href="#linearGradient8653-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8695-1"
+ xlink:href="#linearGradient8653-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8693-03"
+ xlink:href="#linearGradient8653-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8691-1"
+ xlink:href="#linearGradient8653-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8689-8"
+ xlink:href="#linearGradient8653-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8687-2"
+ xlink:href="#linearGradient8337-80"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8685-65"
+ xlink:href="#linearGradient8153-2-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8683-3"
+ xlink:href="#linearGradient8137-68"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8681-6"
+ xlink:href="#linearGradient8661-55"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ id="linearGradient8659-74"
+ xlink:href="#linearGradient8653-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8498-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8500-3"
+ offset="0"
+ style="stop-color:#d9f4ff;stop-opacity:1" />
+ <stop
+ id="stop8502-4"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ id="linearGradient8504-89"
+ xlink:href="#linearGradient8498-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-93-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-9-5"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-8-30"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-4-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-1"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-06"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-1-11"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-5"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-9"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-6-83"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-6-2"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-6-4"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8291-2-5"
+ xlink:href="#linearGradient8153-2-6-83"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-9-5-15"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-2-7"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-9-8"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-5-15"
+ id="linearGradient8182-3"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8153-2-8-9"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-7-23"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-3-7"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-8-9"
+ id="linearGradient8180-3-7"
+ gradientUnits="userSpaceOnUse"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8137-9-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-4"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-2"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ id="linearGradient8143-2-4"
+ xlink:href="#linearGradient8137-9-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-2"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-65"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-32"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ id="linearGradient8159-0-9"
+ xlink:href="#linearGradient8153-2-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7686-9-7-9"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-1-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-0-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-7-9"
+ id="linearGradient7755-5-13"
+ gradientUnits="userSpaceOnUse"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientTransform="translate(0,-140)" />
+ <linearGradient
+ id="linearGradient7686-9-2"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-65"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ id="linearGradient7692-4-7"
+ xlink:href="#linearGradient7686-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7115-9">
+ <stop
+ id="stop7117-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7119-6" />
+ <stop
+ id="stop7121-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-67">
+ <stop
+ id="stop7108-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7110-77" />
+ <stop
+ id="stop7112-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-6">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-203"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-56" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-50">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-1" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-0">
+ <stop
+ id="stop6951-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6953-83" />
+ <stop
+ id="stop6955-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-8">
+ <stop
+ id="stop6942-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6944-7" />
+ <stop
+ id="stop6946-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-3">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-7" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-47"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-577" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-08"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-9">
+ <stop
+ id="stop6360-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6362-3" />
+ <stop
+ id="stop6364-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-8">
+ <stop
+ id="stop6351-30"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6353-1" />
+ <stop
+ id="stop6355-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-7">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-5-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-5-00" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-1-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-3-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-2-1"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-8-11" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-5">
+ <stop
+ id="stop6332-54"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6334-0" />
+ <stop
+ id="stop6336-26"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-2">
+ <stop
+ id="stop6323-36"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6325-7" />
+ <stop
+ id="stop6327-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-9">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-30" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-7">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-7" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-57" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-8">
+ <stop
+ id="stop6304-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6306-92" />
+ <stop
+ id="stop6308-65"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-70">
+ <stop
+ id="stop6295-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6297-6" />
+ <stop
+ id="stop6299-73"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-7">
+ <stop
+ id="stop7104-0-1-6-7-9-1-5-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-6-6" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-2-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-48">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-4-49" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-6-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-55-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-21">
+ <stop
+ id="stop6136-6-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-0-8" />
+ <stop
+ id="stop6140-7-31"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-9">
+ <stop
+ id="stop6127-4-56"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-0-4" />
+ <stop
+ id="stop6131-6-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-50">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-4" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-54"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-10" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-6"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-3">
+ <stop
+ id="stop6136-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-00" />
+ <stop
+ id="stop6140-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-6">
+ <stop
+ id="stop6127-40"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-7" />
+ <stop
+ id="stop6131-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-5">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-22" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-2" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-4">
+ <stop
+ id="stop5701-6-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-0-21" />
+ <stop
+ id="stop5705-3-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-2">
+ <stop
+ id="stop5692-0-97"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-4-5" />
+ <stop
+ id="stop5696-5-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-5">
+ <stop
+ id="stop7104-0-1-6-7-9-1-2-20"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-16-3" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-6-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-2-0" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-0-3"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-5-82" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-07">
+ <stop
+ id="stop5701-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-8" />
+ <stop
+ id="stop5705-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-44">
+ <stop
+ id="stop5692-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-42" />
+ <stop
+ id="stop5696-93"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-8">
+ <stop
+ id="stop7104-0-1-6-7-9-1-0-12"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-1-5" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-5-74"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-8-8" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-7-87"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-7-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-5">
+ <stop
+ id="stop4365-6-96"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-1-3" />
+ <stop
+ id="stop4369-3-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-29">
+ <stop
+ id="stop4356-1-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-6-44" />
+ <stop
+ id="stop4360-2-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-0">
+ <stop
+ id="stop7104-0-1-6-7-9-4-36"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-3-4" />
+ <stop
+ id="stop7106-25-7-1-2-9-3-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-5-62" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-0-9"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-2-15" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-36">
+ <stop
+ id="stop4365-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-86" />
+ <stop
+ id="stop4369-21"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-35">
+ <stop
+ id="stop4356-53"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-28" />
+ <stop
+ id="stop4360-25"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-25">
+ <stop
+ id="stop7104-0-1-6-7-9-1-44"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-161" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-63"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-93">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-57" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-66"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-58" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-96">
+ <stop
+ id="stop4144-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4146-99" />
+ <stop
+ id="stop4148-76"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-08">
+ <stop
+ id="stop4135-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4137-9" />
+ <stop
+ id="stop4139-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-54">
+ <stop
+ id="stop7104-0-1-6-7-9-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-1" />
+ <stop
+ id="stop7106-25-7-1-2-9-25"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-6">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-8"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-25" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-2">
+ <stop
+ id="stop3517-29"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3519-41" />
+ <stop
+ id="stop3521-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-5">
+ <stop
+ id="stop3508-86"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3510-7" />
+ <stop
+ id="stop3512-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-3">
+ <stop
+ id="stop7104-0-1-6-8-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-1-5" />
+ <stop
+ id="stop7106-25-7-1-4-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-39">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-5-18" />
+ <stop
+ id="stop7563-1-3-0-1-76-19"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-7-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-9">
+ <stop
+ id="stop3267-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3269-20" />
+ <stop
+ id="stop3271-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-1">
+ <stop
+ id="stop3258-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3260-7" />
+ <stop
+ id="stop3262-62"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-46">
+ <stop
+ id="stop7104-0-1-6-7-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-82" />
+ <stop
+ id="stop7106-25-7-1-2-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-26">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-53" />
+ <stop
+ id="stop7563-1-3-0-1-7-9"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-42">
+ <stop
+ id="stop4331-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4333-8" />
+ <stop
+ id="stop4335-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-5">
+ <stop
+ id="stop4322-86"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4324-1" />
+ <stop
+ id="stop4326-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-8">
+ <stop
+ id="stop7104-0-1-6-90"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-7" />
+ <stop
+ id="stop7106-25-7-1-81"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-72">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-2" />
+ <stop
+ id="stop7563-1-3-0-1-8"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-68"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-19"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-89"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-80"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-8"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-80"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-4"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-3"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-55">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-33" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9291-9"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-9"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-2"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-83"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-48"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-4"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-6">
+ <stop
+ id="stop9314-51"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-09" />
+ <stop
+ id="stop9316-96"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-10">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-7" />
+ <stop
+ id="stop9328-3"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-49" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-77">
+ <stop
+ id="stop9334-8"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-38" />
+ <stop
+ id="stop9336-37"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-39">
+ <stop
+ id="stop9512-88"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-0" />
+ <stop
+ id="stop9516-8"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9605-4"
+ inkscape:collect="always">
+ <stop
+ id="stop9607-1"
+ offset="0"
+ style="stop-color:#2a5bbf;stop-opacity:1;" />
+ <stop
+ id="stop9609-4"
+ offset="1"
+ style="stop-color:#2a5bbf;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9908-1">
+ <stop
+ style="stop-color:#525f72;stop-opacity:1"
+ offset="0"
+ id="stop9910-8" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop9912-98" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9914-6">
+ <stop
+ style="stop-color:#4a6fa4;stop-opacity:1"
+ offset="0"
+ id="stop9916-40" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop9918-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-51">
+ <stop
+ id="stop10159-2"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-0" />
+ <stop
+ id="stop10161-1"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-5">
+ <stop
+ id="stop10398-094"
+ offset="0"
+ style="stop-color:#1b3e79;stop-opacity:1;" />
+ <stop
+ style="stop-color:#728fbf;stop-opacity:1"
+ offset="0.5"
+ id="stop10404-78" />
+ <stop
+ id="stop10400-3"
+ offset="1"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-0">
+ <stop
+ id="stop10416-38"
+ offset="0"
+ style="stop-color:#5078b9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6d8cbd;stop-opacity:1"
+ offset="0.5"
+ id="stop10422-01" />
+ <stop
+ id="stop10418-2"
+ offset="1"
+ style="stop-color:#5f88c9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-8">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10434-2" />
+ <stop
+ id="stop10436-6"
+ offset="0.5"
+ style="stop-color:#4e6da1;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10438-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-3">
+ <stop
+ id="stop10442-59"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-9" />
+ <stop
+ id="stop10444-81"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-0">
+ <stop
+ id="stop10450-7"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-1" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-77" />
+ <stop
+ id="stop10460-77"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-3"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-5">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10750-41" />
+ <stop
+ id="stop10752-2"
+ offset="0.25"
+ style="stop-color:#f1ce66;stop-opacity:1" />
+ <stop
+ id="stop10754-00"
+ offset="0.5"
+ style="stop-color:#f6e5a6;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1cf6c;stop-opacity:1"
+ offset="0.75"
+ id="stop10756-1" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10758-46" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-0">
+ <stop
+ id="stop10800-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-65" />
+ <stop
+ id="stop10802-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-97">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-3" />
+ <stop
+ id="stop10860-72"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-15">
+ <stop
+ id="stop11130-4"
+ offset="0"
+ style="stop-color:#e4d09d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6ecb2;stop-opacity:1"
+ offset="0.27413794"
+ id="stop11136-2" />
+ <stop
+ id="stop11132-0"
+ offset="1"
+ style="stop-color:#b58a68;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-40">
+ <stop
+ id="stop11150-76"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-36" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-82">
+ <stop
+ id="stop11689-91"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-35" />
+ <stop
+ id="stop11691-98"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-18">
+ <stop
+ id="stop11971-4"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-96" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-3" />
+ <stop
+ id="stop11973-78"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-93">
+ <stop
+ id="stop12001-44"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-60" />
+ <stop
+ id="stop12003-66"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-0">
+ <stop
+ id="stop12090-6"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-13" />
+ <stop
+ id="stop12092-8"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-8">
+ <stop
+ id="stop13801-6"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-5" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-0" />
+ <stop
+ id="stop13811-9"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-0"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-6">
+ <stop
+ id="stop13836-0"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13838-24"
+ offset="1"
+ style="stop-color:#807e66;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-50">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-2" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-1">
+ <stop
+ id="stop13858-98"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-6"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4763-7">
+ <stop
+ id="stop4765-9"
+ offset="0"
+ style="stop-color:#77a29d;stop-opacity:1;" />
+ <stop
+ id="stop4767-3"
+ offset="1"
+ style="stop-color:#1b867b;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4773-7">
+ <stop
+ id="stop4775-42"
+ offset="0"
+ style="stop-color:#8e4694;stop-opacity:1;" />
+ <stop
+ id="stop4777-7"
+ offset="1"
+ style="stop-color:#bc7bc1;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4781-1">
+ <stop
+ id="stop4783-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4785-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4789-3">
+ <stop
+ id="stop4791-3"
+ offset="0"
+ style="stop-color:#4e8fbd;stop-opacity:1;" />
+ <stop
+ id="stop4793-41"
+ offset="1"
+ style="stop-color:#30495a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-3">
+ <stop
+ id="stop4909-1"
+ offset="0"
+ style="stop-color:#b86c44;stop-opacity:1;" />
+ <stop
+ id="stop4911-2"
+ offset="1"
+ style="stop-color:#8f4017;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-27">
+ <stop
+ id="stop4920-95"
+ offset="0"
+ style="stop-color:#d48a4b;stop-opacity:1;" />
+ <stop
+ id="stop4922-4"
+ offset="1"
+ style="stop-color:#b1623a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-1">
+ <stop
+ id="stop4930-8"
+ offset="0"
+ style="stop-color:#4dac81;stop-opacity:1;" />
+ <stop
+ id="stop4932-9"
+ offset="1"
+ style="stop-color:#058048;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-85">
+ <stop
+ id="stop4940-7"
+ offset="0"
+ style="stop-color:#8bc7d7;stop-opacity:1;" />
+ <stop
+ id="stop4942-6"
+ offset="1"
+ style="stop-color:#17477c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-2">
+ <stop
+ id="stop4963-1"
+ offset="0"
+ style="stop-color:#df9a39;stop-opacity:1;" />
+ <stop
+ id="stop4965-6"
+ offset="1"
+ style="stop-color:#b55829;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-2">
+ <stop
+ id="stop5211-3"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5213-2"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-6">
+ <stop
+ id="stop5330-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5332-4"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-1">
+ <stop
+ id="stop5585-52"
+ offset="0"
+ style="stop-color:#426e4a;stop-opacity:1;" />
+ <stop
+ id="stop5587-7"
+ offset="1"
+ style="stop-color:#669f71;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5591-1">
+ <stop
+ id="stop5593-7"
+ offset="0"
+ style="stop-color:#e0e566;stop-opacity:1;" />
+ <stop
+ id="stop5595-1"
+ offset="1"
+ style="stop-color:#b0b456;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4805-2">
+ <stop
+ id="stop4807-4"
+ offset="0"
+ style="stop-color:#4b82b6;stop-opacity:1" />
+ <stop
+ style="stop-color:#9ab7d5;stop-opacity:1"
+ offset="0.79358917"
+ id="stop4815-5" />
+ <stop
+ id="stop4809-5"
+ offset="1"
+ style="stop-color:#a2bcd8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-9">
+ <stop
+ id="stop4786-4"
+ offset="0"
+ style="stop-color:#b68e69;stop-opacity:1" />
+ <stop
+ style="stop-color:#d5ae7d;stop-opacity:1"
+ offset="0.94238818"
+ id="stop4792-8" />
+ <stop
+ id="stop4788-8"
+ offset="1"
+ style="stop-color:#c69863;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4806">
+ <stop
+ id="stop4808"
+ offset="0"
+ style="stop-color:#fffccb;stop-opacity:1" />
+ <stop
+ style="stop-color:#ccc776;stop-opacity:1"
+ offset="0.5"
+ id="stop4816" />
+ <stop
+ id="stop4810"
+ offset="1"
+ style="stop-color:#fffcc6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4894-4">
+ <stop
+ style="stop-color:#b4d1e5;stop-opacity:1"
+ offset="0"
+ id="stop4896" />
+ <stop
+ id="stop4898"
+ offset="0.5"
+ style="stop-color:#5395be;stop-opacity:1" />
+ <stop
+ style="stop-color:#91bcd7;stop-opacity:1"
+ offset="1"
+ id="stop4900-0" />
+ </linearGradient>
+ <mask
+ id="mask7584-0"
+ maskUnits="userSpaceOnUse">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 1.5076731,1040.8978 13.0019249,0 0,10.9667 -13.0019248,0 z"
+ id="path7586-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </mask>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-5-8-9">
+ <stop
+ style="stop-color:#be9a4b;stop-opacity:1"
+ offset="0"
+ id="stop4812-0-82-4" />
+ <stop
+ style="stop-color:#877e60;stop-opacity:1"
+ offset="1"
+ id="stop4814-4-4-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(-0.91881011,1.0357451)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8887-4-6"
+ xlink:href="#linearGradient4810-5-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-2-6-7-7">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-7-1-4-1" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-9-49-0-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12292-1-0"
+ xlink:href="#linearGradient4908-52-3-2-6-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1.046875"
+ x2="32.162418"
+ y1="1.046875"
+ x1="29.150082"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12300-0"
+ xlink:href="#linearGradient12204-0"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(3.3308581e-7,1037.1136)"
+ y2="0.03125"
+ x2="32.279569"
+ y1="0.03125"
+ x1="29.095431"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12298-7"
+ xlink:href="#linearGradient12144-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.5304"
+ x2="4.0822439"
+ y1="1049.3976"
+ x1="2.65625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12296-1"
+ xlink:href="#linearGradient5300-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,-1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12294-5"
+ xlink:href="#linearGradient5077-5-3-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12292-9"
+ xlink:href="#linearGradient4908-52-3-2-6-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12144-6-9">
+ <stop
+ id="stop12146-1-2"
+ offset="0"
+ style="stop-color:#ca9189;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.25"
+ id="stop12154-6-6" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.5"
+ id="stop12152-0-9" />
+ <stop
+ id="stop12148-3-8"
+ offset="1"
+ style="stop-color:#bd847e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="0.03125"
+ x2="32.279568"
+ y1="0.03125"
+ x1="29.09543"
+ id="linearGradient12150-7-3"
+ xlink:href="#linearGradient12144-6-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1.046875"
+ x2="32.162418"
+ y1="1.046875"
+ x1="29.150082"
+ id="linearGradient12210-6"
+ xlink:href="#linearGradient12204-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12144-3-7">
+ <stop
+ id="stop12146-3-4"
+ offset="0"
+ style="stop-color:#ca9189;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.25"
+ id="stop12154-1-7" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.5"
+ id="stop12152-4-0" />
+ <stop
+ id="stop12148-1-7"
+ offset="1"
+ style="stop-color:#bd847e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="0.03125"
+ x2="32.279568"
+ y1="0.03125"
+ x1="29.09543"
+ id="linearGradient12150-9-8"
+ xlink:href="#linearGradient12144-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="0.03125"
+ x2="32.279569"
+ y1="0.03125"
+ x1="29.095431"
+ id="linearGradient12150-3"
+ xlink:href="#linearGradient12144-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-8-9"
+ id="linearGradient11276-9"
+ gradientUnits="userSpaceOnUse"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304" />
+ <linearGradient
+ id="linearGradient5300-8-9">
+ <stop
+ style="stop-color:#4d4d4d;stop-opacity:1;"
+ offset="0"
+ id="stop5302-7-0" />
+ <stop
+ id="stop5308-8-8"
+ offset="0.29405674"
+ style="stop-color:#727272;stop-opacity:1;" />
+ <stop
+ style="stop-color:#4d4d4d;stop-opacity:1"
+ offset="1"
+ id="stop5304-9-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-8-9"
+ id="linearGradient5306-4-4"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5077-5-3-1">
+ <stop
+ style="stop-color:#e4cf94;stop-opacity:1"
+ offset="0"
+ id="stop5079-7-3-1" />
+ <stop
+ id="stop5087-6-7-5"
+ offset="0.32186735"
+ style="stop-color:#ede0ba;stop-opacity:1" />
+ <stop
+ id="stop5085-1-30-8"
+ offset="0.64764118"
+ style="stop-color:#c1aa7e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ad8865;stop-opacity:1"
+ offset="1"
+ id="stop5081-8-1-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-3-1"
+ id="linearGradient5196-32-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-2-6-0">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-7-1-5" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-9-49-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5173-5-9"
+ xlink:href="#linearGradient4908-52-3-2-6-0"
+ inkscape:collect="always"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ id="linearGradient5300-6">
+ <stop
+ style="stop-color:#4d4d4d;stop-opacity:1;"
+ offset="0"
+ id="stop5302-1" />
+ <stop
+ id="stop5308-1"
+ offset="0.29405674"
+ style="stop-color:#727272;stop-opacity:1;" />
+ <stop
+ style="stop-color:#4d4d4d;stop-opacity:1"
+ offset="1"
+ id="stop5304-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5077-6">
+ <stop
+ style="stop-color:#e4cf94;stop-opacity:1"
+ offset="0"
+ id="stop5079-4" />
+ <stop
+ id="stop5087-66"
+ offset="0.32186735"
+ style="stop-color:#ede0ba;stop-opacity:1" />
+ <stop
+ id="stop5085-3"
+ offset="0.64764118"
+ style="stop-color:#c1aa7e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ad8865;stop-opacity:1"
+ offset="1"
+ id="stop5081-80" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-3">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-84" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-74" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5316-6">
+ <stop
+ style="stop-color:#dbd3a1;stop-opacity:1"
+ offset="0"
+ id="stop5318-8" />
+ <stop
+ style="stop-color:#a29960;stop-opacity:1"
+ offset="1"
+ id="stop5320-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5274-1">
+ <stop
+ style="stop-color:#ffeecd;stop-opacity:1;"
+ offset="0"
+ id="stop5276-43" />
+ <stop
+ style="stop-color:#ecb448;stop-opacity:1;"
+ offset="1"
+ id="stop5278-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5232-2">
+ <stop
+ style="stop-color:#785830;stop-opacity:1;"
+ offset="0"
+ id="stop5234-6" />
+ <stop
+ style="stop-color:#958160;stop-opacity:1"
+ offset="1"
+ id="stop5236-69" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5056-6">
+ <stop
+ style="stop-color:#97adce;stop-opacity:1"
+ offset="0"
+ id="stop5058-2" />
+ <stop
+ id="stop5066-8"
+ offset="0.2858389"
+ style="stop-color:#e0e8f0;stop-opacity:1" />
+ <stop
+ id="stop5064-4"
+ offset="0.60006815"
+ style="stop-color:#98aece;stop-opacity:1" />
+ <stop
+ style="stop-color:#7e9bca;stop-opacity:1"
+ offset="1"
+ id="stop5060-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4898-2">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4900-55" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4902-6-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4846-2">
+ <stop
+ style="stop-color:#937e48;stop-opacity:1"
+ offset="0"
+ id="stop4848-4" />
+ <stop
+ style="stop-color:#7c724f;stop-opacity:1"
+ offset="1"
+ id="stop4850-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-62-8">
+ <stop
+ style="stop-color:#b68e69;stop-opacity:1"
+ offset="0"
+ id="stop4786-90-3" />
+ <stop
+ id="stop4792-4-9"
+ offset="0.94238818"
+ style="stop-color:#d5ae7d;stop-opacity:1" />
+ <stop
+ style="stop-color:#c69863;stop-opacity:1"
+ offset="1"
+ id="stop4788-93-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4805-1-5">
+ <stop
+ style="stop-color:#4b82b6;stop-opacity:1"
+ offset="0"
+ id="stop4807-1-2" />
+ <stop
+ id="stop4815-9-9"
+ offset="0.79358917"
+ style="stop-color:#9ab7d5;stop-opacity:1" />
+ <stop
+ style="stop-color:#a2bcd8;stop-opacity:1"
+ offset="1"
+ id="stop4809-9-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5591-5-7">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-5-5" />
+ <stop
+ style="stop-color:#b0b456;stop-opacity:1;"
+ offset="1"
+ id="stop5595-56-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-0-4">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585-5-3" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587-9-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-4-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5330-6-1" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5332-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-4-2">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5211-90-1" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5213-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-3-7">
+ <stop
+ style="stop-color:#df9a39;stop-opacity:1;"
+ offset="0"
+ id="stop4963-9-4" />
+ <stop
+ style="stop-color:#b55829;stop-opacity:1;"
+ offset="1"
+ id="stop4965-1-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-2-6">
+ <stop
+ style="stop-color:#8bc7d7;stop-opacity:1;"
+ offset="0"
+ id="stop4940-8-5" />
+ <stop
+ style="stop-color:#17477c;stop-opacity:1;"
+ offset="1"
+ id="stop4942-81-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-8-2">
+ <stop
+ style="stop-color:#4dac81;stop-opacity:1;"
+ offset="0"
+ id="stop4930-6-5" />
+ <stop
+ style="stop-color:#058048;stop-opacity:1;"
+ offset="1"
+ id="stop4932-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-2-6">
+ <stop
+ style="stop-color:#d48a4b;stop-opacity:1;"
+ offset="0"
+ id="stop4920-4-0" />
+ <stop
+ style="stop-color:#b1623a;stop-opacity:1;"
+ offset="1"
+ id="stop4922-90-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-2-0">
+ <stop
+ style="stop-color:#b86c44;stop-opacity:1;"
+ offset="0"
+ id="stop4909-2-2" />
+ <stop
+ style="stop-color:#8f4017;stop-opacity:1;"
+ offset="1"
+ id="stop4911-1-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4789-5-2">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1;"
+ offset="0"
+ id="stop4791-4-9" />
+ <stop
+ style="stop-color:#30495a;stop-opacity:1;"
+ offset="1"
+ id="stop4793-4-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4781-4-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4783-2-2" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4785-5-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4773-0-8">
+ <stop
+ style="stop-color:#8e4694;stop-opacity:1;"
+ offset="0"
+ id="stop4775-4-4" />
+ <stop
+ style="stop-color:#bc7bc1;stop-opacity:1;"
+ offset="1"
+ id="stop4777-2-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4763-1-2">
+ <stop
+ style="stop-color:#77a29d;stop-opacity:1;"
+ offset="0"
+ id="stop4765-2-5" />
+ <stop
+ style="stop-color:#1b867b;stop-opacity:1;"
+ offset="1"
+ id="stop4767-7-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-7-1">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-9-5" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-5-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-5-0">
+ <stop
+ id="stop13852-40-7"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-3-6"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-4-5">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13836-1-9" />
+ <stop
+ style="stop-color:#807e66;stop-opacity:0;"
+ offset="1"
+ id="stop13838-2-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-2-9">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-9-6" />
+ <stop
+ id="stop13809-8-6"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-2-4"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-2-2" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-7-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-8-6">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-5-0" />
+ <stop
+ id="stop12096-8-7"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-3-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-94-3">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-4-2" />
+ <stop
+ id="stop12007-69-3"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-8-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-5-0">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-6-3" />
+ <stop
+ id="stop11979-6-8"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-0-2"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-72-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-7-7">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-2-0" />
+ <stop
+ id="stop11695-64-4"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-7-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-1-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-32-8" />
+ <stop
+ id="stop11152-1-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-6-5">
+ <stop
+ style="stop-color:#e4d09d;stop-opacity:1"
+ offset="0"
+ id="stop11130-3-5" />
+ <stop
+ id="stop11136-83-2"
+ offset="0.27413794"
+ style="stop-color:#f6ecb2;stop-opacity:1" />
+ <stop
+ style="stop-color:#b58a68;stop-opacity:1"
+ offset="1"
+ id="stop11132-28-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-60-9">
+ <stop
+ id="stop10858-12-3"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-6-9" />
+ <stop
+ id="stop10862-0-7"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-5-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-4-3" />
+ <stop
+ id="stop10806-67-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-9-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-3-4">
+ <stop
+ id="stop10750-4-0"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.25"
+ id="stop10752-7-2" />
+ <stop
+ style="stop-color:#f6e5a6;stop-opacity:1"
+ offset="0.5"
+ id="stop10754-8-3" />
+ <stop
+ id="stop10756-8-3"
+ offset="0.75"
+ style="stop-color:#f1cf6c;stop-opacity:1" />
+ <stop
+ id="stop10758-1-2"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-63-4">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-8-4" />
+ <stop
+ id="stop10458-76-1"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-1-6"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-7-7" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-23-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-7-5">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-8-8" />
+ <stop
+ id="stop10521-5-9"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-5-1">
+ <stop
+ id="stop10434-8-3"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#4e6da1;stop-opacity:1"
+ offset="0.5"
+ id="stop10436-7-6" />
+ <stop
+ id="stop10438-3-4"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-3-6">
+ <stop
+ style="stop-color:#5078b9;stop-opacity:1;"
+ offset="0"
+ id="stop10416-1-6" />
+ <stop
+ id="stop10422-0-4"
+ offset="0.5"
+ style="stop-color:#6d8cbd;stop-opacity:1" />
+ <stop
+ style="stop-color:#5f88c9;stop-opacity:1"
+ offset="1"
+ id="stop10418-8-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-1-9">
+ <stop
+ style="stop-color:#1b3e79;stop-opacity:1;"
+ offset="0"
+ id="stop10398-09-4" />
+ <stop
+ id="stop10404-2-2"
+ offset="0.5"
+ style="stop-color:#728fbf;stop-opacity:1" />
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="1"
+ id="stop10400-4-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-9-0">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-1-9" />
+ <stop
+ id="stop10165-5-2"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9914-33-7"
+ inkscape:collect="always">
+ <stop
+ id="stop9916-4-2"
+ offset="0"
+ style="stop-color:#4a6fa4;stop-opacity:1" />
+ <stop
+ id="stop9918-2-8"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9908-2-3"
+ inkscape:collect="always">
+ <stop
+ id="stop9910-0-9"
+ offset="0"
+ style="stop-color:#525f72;stop-opacity:1" />
+ <stop
+ id="stop9912-1-0"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9605-2-6">
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:1;"
+ offset="0"
+ id="stop9607-7-2" />
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:0;"
+ offset="1"
+ id="stop9609-7-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-0-1">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-24-9" />
+ <stop
+ id="stop9514-1-8"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-03-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-73-3">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-9-7" />
+ <stop
+ id="stop9340-5-5"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-9-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-72-5">
+ <stop
+ id="stop9326-02-9"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-8-7" />
+ <stop
+ id="stop9330-6-9"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-7-7">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-0-3" />
+ <stop
+ id="stop9322-81-2"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-3-7">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-0-1" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-3-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-6-9">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-2-3" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-2-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-84-8"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-1-4"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-83-2">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-75-0" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-8-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-17-4">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-0-3" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-48-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-8-4">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-13-3" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-67-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-89-0">
+ <stop
+ id="stop7561-3-3-4-48-55-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-5-8" />
+ <stop
+ id="stop7565-8-8-3-2-66-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-3-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-00-5" />
+ <stop
+ id="stop7114-9-0-1-8-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-82-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-3-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4322-0-4" />
+ <stop
+ id="stop4324-6-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4326-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-0-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4331-97-3" />
+ <stop
+ id="stop4333-2-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4335-28-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-2-1">
+ <stop
+ id="stop7561-3-3-4-48-7-9-0"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-4-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-4-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-8-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-2-7" />
+ <stop
+ id="stop7114-9-0-1-4-72-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-5-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-84-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3258-7-0" />
+ <stop
+ id="stop3260-3-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3262-9-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-5-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3267-190-5" />
+ <stop
+ id="stop3269-2-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3271-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-3-8">
+ <stop
+ id="stop7561-3-3-4-48-5-1-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-76-4-8" />
+ <stop
+ id="stop7565-8-8-3-2-7-3-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-1-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-8-0-7" />
+ <stop
+ id="stop7114-9-0-1-1-40-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-4-79-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-0-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3508-8-2" />
+ <stop
+ id="stop3510-1-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3512-4-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-0-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3517-7-5" />
+ <stop
+ id="stop3519-9-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3521-5-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-3-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-82-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-32-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-1-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-0-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-40-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-75-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-9-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-0-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4135-5-7" />
+ <stop
+ id="stop4137-1-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4139-20-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-9-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4144-8-3" />
+ <stop
+ id="stop4146-91-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4148-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-3-0">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-30-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-76-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-6-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-02-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-89-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-8-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-9-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-9-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-9-2" />
+ <stop
+ id="stop4358-4-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-20-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-87-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-8-3" />
+ <stop
+ id="stop4367-73-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-7-7">
+ <stop
+ id="stop7561-3-3-4-48-7-4-5-64-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-0-2-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-2-191-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-60-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-4-3-0" />
+ <stop
+ id="stop7114-9-0-1-4-6-3-3-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-3-6-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-22-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-1-1-9" />
+ <stop
+ id="stop4358-6-43-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-2-26-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-0-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-6-5-8" />
+ <stop
+ id="stop4367-1-4-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-3-9-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-6-0">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-8-0-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-7-8-5" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-7-2-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-7-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-0-4-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-1-0-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-5-76-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-0-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-1-4" />
+ <stop
+ id="stop5694-2-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-9-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-3-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-8-0" />
+ <stop
+ id="stop5703-5-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-1-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-5-2">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-2-6-0"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-0-68-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-5-8-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-9-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-2-8-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-16-7-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-6-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-7-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-0-9-2" />
+ <stop
+ id="stop5694-4-1-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-5-5-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-8-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-6-63-2" />
+ <stop
+ id="stop5703-0-9-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-3-4-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-5-7">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-38-0"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-23-9" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-9-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-4-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-8-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-51-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-28-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-1-6" />
+ <stop
+ id="stop6129-6-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-4-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-6-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-7-5" />
+ <stop
+ id="stop6138-7-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-96-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-41-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-9-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-2-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-63-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-1-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-5-0" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-9-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-7-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-0-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-4-2-5" />
+ <stop
+ id="stop6129-0-6-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-6-17-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-6-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-6-2-9" />
+ <stop
+ id="stop6138-0-5-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-7-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-40-0">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-4-7-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-6-5-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-55-5-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-3-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-5-1-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-6-8-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-2-8-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-8-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6295-0-6" />
+ <stop
+ id="stop6297-1-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6299-7-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-50-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6304-5-6" />
+ <stop
+ id="stop6306-9-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6308-0-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-9-7">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-3-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-5-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-4-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-2-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-7-0" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-2-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-7-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6323-2-9" />
+ <stop
+ id="stop6325-2-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6327-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-1-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6332-1-1" />
+ <stop
+ id="stop6334-7-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6336-59-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-18-2">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-3-1-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-2-7-5" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-8-8-4"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-66-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-5-9-0" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-5-9-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-1-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-6-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6351-65-4" />
+ <stop
+ id="stop6353-8-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6355-4-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-03-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6360-7-3" />
+ <stop
+ id="stop6362-8-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6364-31-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-12-2">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-57-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-6-0" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-21-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-6-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-1-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-15-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-7-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-4-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6942-8-2" />
+ <stop
+ id="stop6944-5-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6946-64-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-9-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6951-8-2" />
+ <stop
+ id="stop6953-4-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6955-32-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-5-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-3-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-83-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-2-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-7-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-0-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-6-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-8-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-0-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7108-1-6" />
+ <stop
+ id="stop7110-1-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7112-9-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7115-53-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7117-63-7" />
+ <stop
+ id="stop7119-1-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7121-5-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-4-7"
+ id="linearGradient7692-4-3-2"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-4-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-0-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-3-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,-140)"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7755-5-1-7"
+ xlink:href="#linearGradient7686-9-7-79-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-7-79-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-1-0-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-0-3-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-9-6"
+ id="linearGradient8159-0-52-9"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-9-6">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-1-7" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-2-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-1-4"
+ id="linearGradient8143-2-6-9"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-1-4">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-7-2" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-0-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8180-3-1-7"
+ xlink:href="#linearGradient8153-2-8-5-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-8-5-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-7-2-9" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-3-29-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8182-0-2"
+ xlink:href="#linearGradient8137-9-5-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-5-5-9">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-2-18-4" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-9-36-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-6-8-6"
+ id="linearGradient8291-2-8-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-6-8-6">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-6-6-7" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-6-1-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-6-5">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-6-2" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-7-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-0-8">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-49-1" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-8-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-93-9-7">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-9-4-5" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-8-9-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8498-7-3"
+ id="linearGradient8504-8-9"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8498-7-3">
+ <stop
+ style="stop-color:#d9f4ff;stop-opacity:1"
+ offset="0"
+ id="stop8500-5-1" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8502-6-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-2"
+ id="linearGradient8659-4-7"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-2-4"
+ id="linearGradient8681-8-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-8-4"
+ id="linearGradient8683-6-6"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-9-6"
+ id="linearGradient8685-8-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-17-4"
+ id="linearGradient8687-78-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-2"
+ id="linearGradient8689-09-4"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-2"
+ id="linearGradient8691-5-8"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-2"
+ id="linearGradient8693-6-8"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-2"
+ id="linearGradient8695-9-9"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-2"
+ id="linearGradient8697-0-2"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-93-9-7"
+ id="linearGradient8699-0-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-0-8"
+ id="linearGradient8701-1-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-6-5"
+ id="linearGradient8703-3-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-6-9"
+ id="linearGradient9297-5-9"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-3-7"
+ id="linearGradient9305-5-6"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-9-0-2"
+ id="linearGradient9338-8-8-5"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9332-9-0-2">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-5-1-8" />
+ <stop
+ id="stop9340-2-7-6"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-4-7-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9324-7-7-9"
+ id="linearGradient9318-46-8"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9324-7-7-9">
+ <stop
+ id="stop9326-0-0-1"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-1-7-0" />
+ <stop
+ id="stop9330-5-4-3"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-2-3"
+ id="linearGradient9297-1-1-7"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-8-2-3">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-7-1-5" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-3-8-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-5-8"
+ id="linearGradient9305-8-3-7"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-1-5-8">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-6-7-3" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-8-1-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-4-9">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-52-76-6" />
+ <stop
+ id="stop9340-23-8-5"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-3-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-9-3-3">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-5-0-5" />
+ <stop
+ id="stop9322-0-27-2"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-6-8-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9415-5-8-2"
+ xlink:href="#linearGradient9510-3-5-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9510-3-5-2">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-4-97-1" />
+ <stop
+ id="stop9514-9-1-9"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-6-3-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-5-4-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-3-7-9"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-5-1-7"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-6-37-8">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-1-1-5" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-6-27-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-0-5-8">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-9-34-4" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-5-4-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-2-5-5">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-7-5-8" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-8-1-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-1-7"
+ id="linearGradient8697-5-4-2"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-2-1-7">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-9-2-1" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-2-6-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-4-63-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-0-3-6" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-7-0-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-3-8-4"
+ id="linearGradient8703-1-0-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-3-8-4">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-2-13-7" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-6-8-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9605-2-6"
+ id="linearGradient9962-16-4"
+ gradientUnits="userSpaceOnUse"
+ x1="213.82529"
+ y1="441.62799"
+ x2="227.09628"
+ y2="454.31174" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-6-4-9"
+ id="linearGradient9964-9-7"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-9-3-3"
+ id="linearGradient9966-8-0"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-5-2"
+ id="linearGradient9968-0-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-5-4-5"
+ id="linearGradient9970-1-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-6-37-8"
+ id="linearGradient9972-39-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-0-5-8"
+ id="linearGradient9974-3-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-2-5-5"
+ id="linearGradient9976-9-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9908-2-3"
+ id="linearGradient9978-3-1"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="306.07397"
+ x2="641.07611"
+ y2="281.43512" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-1-7"
+ id="linearGradient9980-6-9"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-4-63-4"
+ id="linearGradient9982-5-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9914-33-7"
+ id="linearGradient9984-5-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ x1="636.09375"
+ y1="279.41037"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-73-3"
+ id="linearGradient9997-4-5"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-7-7"
+ id="linearGradient9999-0-0"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-0-1"
+ id="linearGradient10001-50-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-2-3"
+ id="linearGradient10003-6-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-5-8"
+ id="linearGradient10005-5-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-5-1-3"
+ id="linearGradient10163-8-5-0"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-5-1-3">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-7-8-0" />
+ <stop
+ id="stop10165-2-9-8"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-3-6-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-3-2-5"
+ id="linearGradient10155-1-2-5"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-3-2-5">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-0-5-0" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-7-0-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-520-1"
+ id="linearGradient10155-5-52-4"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-6-520-1">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-6-2" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-7-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-80-5"
+ id="linearGradient10163-2-2-8"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-2-80-5">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-8-0-1" />
+ <stop
+ id="stop10165-3-6-1"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-5-8-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-6-2"
+ id="linearGradient10155-7-30-3"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-39-6-2">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-3-43-1" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-72-7-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-6-5-05-4">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-7-20-1" />
+ <stop
+ id="stop10394-7-9"
+ offset="0.5"
+ style="stop-color:#b9c7df;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-1-5-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-4-18-1"
+ id="linearGradient10454-7-6-3"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-4-18-1">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-4-1-2" />
+ <stop
+ id="stop10458-7-85-6"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-9-6-7"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-1-5-0" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-2-9-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-2-6-8"
+ id="linearGradient10446-9-2-2"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10440-2-6-8">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-4-5-4" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-4-2-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-21-1"
+ id="linearGradient10454-9-3-8"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-9-21-1">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-2-8" />
+ <stop
+ id="stop10458-8-28-1"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-8-8"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-8-3" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-74-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-05-7"
+ id="linearGradient10446-7-0-9"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10440-1-05-7">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-99-3" />
+ <stop
+ id="stop10521-1-53-1"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-0-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-3-9-3"
+ xlink:href="#linearGradient10448-9-7-9-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-7-9-0">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-51-0" />
+ <stop
+ id="stop10458-8-0-1-7"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-1-1-0"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-9-2-7" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-3-2" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-3-3-3"
+ xlink:href="#linearGradient10440-1-0-9-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-9-4">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-72-3" />
+ <stop
+ id="stop10521-1-2-3-9"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-30-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-8-48-9"
+ xlink:href="#linearGradient10448-9-6-4-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-6-4-7">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-8-39-6" />
+ <stop
+ id="stop10458-8-7-2-0"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-7-4-8"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-1-9-6" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-8-0-8" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-1-57-0"
+ xlink:href="#linearGradient10440-1-3-4-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-3-4-3">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-0-7-7" />
+ <stop
+ id="stop10521-1-4-6-5"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-2-6-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-3-0">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-0-2" />
+ <stop
+ id="stop10456-4-1-5-9-3"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-8-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-0-0-8-3">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-0-0-0" />
+ <stop
+ id="stop10521-1-2-5-1-3"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-0-5-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-3-0"
+ id="linearGradient10770-1-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-0-8-3"
+ id="linearGradient10772-0-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="334.375"
+ y1="529.06494"
+ x2="334.375"
+ y2="518.67365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-3-4"
+ id="linearGradient10774-39-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="324.1601"
+ y1="532.15552"
+ x2="324.1601"
+ y2="515.53949" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-4-3"
+ id="linearGradient10776-5-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="334.375"
+ y1="532.30212"
+ x2="334.375"
+ y2="515.73615" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-63-4"
+ id="linearGradient10778-89-3"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-7-5"
+ id="linearGradient10780-6-7"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10414-3-6"
+ id="linearGradient10782-2-3"
+ gradientUnits="userSpaceOnUse"
+ x1="298.34253"
+ y1="528.1048"
+ x2="298.34253"
+ y2="519.08923" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10432-5-1"
+ id="linearGradient10784-5-9"
+ gradientUnits="userSpaceOnUse"
+ x1="289.8125"
+ y1="528.73804"
+ x2="289.8125"
+ y2="519.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-9-0"
+ id="linearGradient10786-7-8"
+ gradientUnits="userSpaceOnUse"
+ x1="306.05069"
+ y1="532.08228"
+ x2="306.05069"
+ y2="514.75818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10396-1-9"
+ id="linearGradient10788-6-3"
+ gradientUnits="userSpaceOnUse"
+ x1="302.3125"
+ y1="532.98718"
+ x2="302.3125"
+ y2="514.67456" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-80-5"
+ id="linearGradient10790-38-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-6-2"
+ id="linearGradient10792-5-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-5-05-4"
+ id="linearGradient10794-9-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="511.38498" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-8-0-0"
+ id="linearGradient10804-7-3-2"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-8-0-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-2-25-7" />
+ <stop
+ id="stop10806-9-1-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-3-57-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-94-9"
+ id="linearGradient10804-8-7-4"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-1-94-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-17-3" />
+ <stop
+ id="stop10806-6-85-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-7-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-88-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-4-9" />
+ <stop
+ id="stop10806-6-8-2-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-38-9" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10835-2-4-6"
+ xlink:href="#linearGradient10856-6-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-1-4">
+ <stop
+ id="stop10858-0-30-8"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-4-6" />
+ <stop
+ id="stop10862-3-1-6"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-72-6"
+ id="radialGradient11144-4-7-1"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-8-72-6">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-1-4" />
+ <stop
+ id="stop11152-8-3-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-3-4"
+ id="radialGradient11144-2-1-4"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-7-3-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-1-7" />
+ <stop
+ id="stop11152-6-5-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11169-6-15-1"
+ xlink:href="#linearGradient11146-8-7-05-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-7-05-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-1-3" />
+ <stop
+ id="stop11152-8-8-22-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11063-6-1-5"
+ xlink:href="#linearGradient10856-6-3-5-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-5-8">
+ <stop
+ id="stop10858-0-7-5-8"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-38-4" />
+ <stop
+ id="stop10862-3-3-9-8"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-2-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-84-9" />
+ <stop
+ id="stop10806-6-8-5-2-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-7-7" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-8-8"
+ id="radialGradient11268-5-5-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4-8-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-4-1" />
+ <stop
+ id="stop11152-9-09-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-3-5"
+ id="radialGradient11270-4-44-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3-3-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-58-0" />
+ <stop
+ id="stop11152-8-4-4-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-0-7"
+ id="radialGradient11272-3-1-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5-0-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-3-4" />
+ <stop
+ id="stop11152-6-7-3-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-0-4"
+ id="radialGradient11274-3-4-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-0-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-6-4" />
+ <stop
+ id="stop11152-8-8-6-75-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11298-3-5-3"
+ xlink:href="#linearGradient10856-6-3-0-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-6-3">
+ <stop
+ id="stop10858-0-7-6-09-9"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-83-8" />
+ <stop
+ id="stop10862-3-3-8-5-4"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10880-5-3-4-79-1"
+ xlink:href="#linearGradient10798-1-9-3-7-0-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-0-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-48-4" />
+ <stop
+ id="stop10806-6-8-5-3-7-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-40-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-2-1"
+ xlink:href="#linearGradient10798-1-9-3-7-0-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-5-35-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-7-4-9" />
+ <stop
+ id="stop11152-9-2-1-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-6-9">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-5-6-0" />
+ <stop
+ id="stop11152-8-4-9-4-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-5-0">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-4-2-2" />
+ <stop
+ id="stop11152-6-7-2-9-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-1-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-1-2-9" />
+ <stop
+ id="stop11152-8-8-6-6-49-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-9-6">
+ <stop
+ id="stop10858-0-7-6-1-3-0"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-7-7-8" />
+ <stop
+ id="stop10862-3-3-8-4-65-5"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-0-8-5"
+ xlink:href="#linearGradient10798-1-9-3-7-1-7-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-7-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-89-3" />
+ <stop
+ id="stop10806-6-8-5-3-2-7-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-7-0" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-3-1-9"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-6-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-6-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-6-5-6" />
+ <stop
+ id="stop10806-6-8-5-3-2-9-0-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-6-1-1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-8-3-4"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-26-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-26-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-0-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-57-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-44-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-2-0-4"
+ id="radialGradient11685-7-9-5"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-2-0-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-9-6-4" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-1-1-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-1-9-7"
+ id="linearGradient11693-0-1-8"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-1-9-7">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-9-0-3" />
+ <stop
+ id="stop11695-3-42-0"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-9-19-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-8-0-1"
+ id="linearGradient11894-2-7-3"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-8-0-1">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-4-9-7" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-1-3-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-4-3-1"
+ id="linearGradient11894-5-3-5"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-4-3-1">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-8-1-5" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-8-3-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-56-2">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-95-4" />
+ <stop
+ id="stop11979-8-9-5"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-8-2"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-3-2">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-9-5" />
+ <stop
+ id="stop12096-1-5-6"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-13-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-6-6">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-288-3" />
+ <stop
+ id="stop12007-1-1-0"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-9-8" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-7-1-2"
+ id="radialGradient11685-5-8-1"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-7-1-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-94-33-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-0-4-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-9-2-2"
+ id="linearGradient11693-2-39-0"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-9-2-2">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-1-72-5" />
+ <stop
+ id="stop11695-2-1-1"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-1-7-4" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-8-1-4"
+ id="radialGradient11685-3-6-9"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-8-1-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-3-7-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-6-3-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-8-6-8"
+ id="linearGradient11693-26-0-4"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-8-6-8">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-6-0-0" />
+ <stop
+ id="stop11695-6-2-1"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-5-5-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-6-3">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-7-0-5" />
+ <stop
+ id="stop11979-8-6-7-5"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-6-20-0"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-6-95-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-4-2">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-8-3-2" />
+ <stop
+ id="stop12096-1-8-2-1"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-4-5-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-6-1">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-2-0-6" />
+ <stop
+ id="stop12007-1-3-8-1"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-8-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-15-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-7-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-5-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-79-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-2-6">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-37-9" />
+ <stop
+ id="stop11979-0-2-5"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-7-0"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-9-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-3-9">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-6-9" />
+ <stop
+ id="stop12096-6-3-2"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-81-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-0-1">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-6-7" />
+ <stop
+ id="stop12007-4-8-8"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-7-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-6-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-5-2" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-1-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-29-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-3-6-6"
+ id="radialGradient11685-2-5-8"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-3-6-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-91-1-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-02-5-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-2-3-7"
+ id="linearGradient11693-3-41-4"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-2-3-7">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-8-0" />
+ <stop
+ id="stop11695-9-50-8"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-9-0" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-9-3-8"
+ id="radialGradient12723-3-21-1"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-9-3-8">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-7-3-5" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-6-5-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-2-2">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-9-5" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-0-4" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-2-2"
+ id="radialGradient12739-4-48-6"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-5-1">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-7-0" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-3-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-5-1"
+ id="linearGradient12904-2-3-5"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11146-4-0-0-9">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-1-30-8" />
+ <stop
+ id="stop11152-9-9-3-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-2-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-2-1-6" />
+ <stop
+ id="stop11152-8-4-3-10-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-8-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-8-1-4" />
+ <stop
+ id="stop11152-6-7-5-8-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-7-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-19-2-6" />
+ <stop
+ id="stop11152-8-8-6-2-89-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-23-9">
+ <stop
+ id="stop10858-0-7-6-9-0-7"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-9-2-3" />
+ <stop
+ id="stop10862-3-3-8-6-82-0"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-9-5-0"
+ xlink:href="#linearGradient10798-1-9-3-7-6-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-5-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-8-8" />
+ <stop
+ id="stop10806-6-8-5-3-9-12-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-49-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-7-8-4"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-8-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-2-7" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-7-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-1-7" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-4-7-2"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-9-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-9-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-5-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-0-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-40-4">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-15-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-34-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-3-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-29-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-4-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-92-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-3-4-2"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-90-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-90-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-44-9" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-9-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-53-4">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-2-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-3-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-1-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-7-5" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-1-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-9-1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13333-0-1-8-9"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-8-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1-3-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1-29-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3-33-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-2-2-5">
+ <stop
+ id="stop13852-4-8-8"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-7-3-3"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-0-4-3">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-8-0-5" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-4-2-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-7-0-3">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-4-1-9" />
+ <stop
+ id="stop13809-4-2-8"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-7-10-5"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-8-7-0" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-6-6-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-6-2">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-80-8" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-58-2" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13011-8-8-3"
+ xlink:href="#linearGradient12862-1-8-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11969-9-0-9-3">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-1-57-0" />
+ <stop
+ id="stop11979-0-0-3-4"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-1-2-8"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-0-22-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-0-1">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-9-0-4" />
+ <stop
+ id="stop12096-6-2-2-1"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-3-3-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-1-9">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-9-6-4" />
+ <stop
+ id="stop12007-4-6-8-9"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-6-7-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-7-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1-28-2" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0-79-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9-5-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-92-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-6-9-1" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-7-1-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-2-3-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-08-1">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-7-1-2" />
+ <stop
+ id="stop11695-9-8-9-5"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-4-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-4-0-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-72-2-3" />
+ <stop
+ id="stop11152-9-0-4-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2-7-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-9-5-0" />
+ <stop
+ id="stop11152-8-4-35-8-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30-1-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-9-0-2" />
+ <stop
+ id="stop11152-6-7-6-0-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-7-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-8-1-6" />
+ <stop
+ id="stop11152-8-8-6-3-6-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-0-9-1">
+ <stop
+ id="stop10858-0-7-6-0-3-7"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-0-0-7" />
+ <stop
+ id="stop10862-3-3-8-2-3-0"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-1-7-6"
+ xlink:href="#linearGradient10798-1-9-3-7-7-3-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-7-3-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-4-0-6" />
+ <stop
+ id="stop10806-6-8-5-3-1-4-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-0-3-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-5-2-3">
+ <stop
+ style="stop-color:#d48a4b;stop-opacity:1;"
+ offset="0"
+ id="stop4920-9-3-1" />
+ <stop
+ style="stop-color:#b1623a;stop-opacity:1;"
+ offset="1"
+ id="stop4922-9-1-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-9-0-7">
+ <stop
+ style="stop-color:#b86c44;stop-opacity:1;"
+ offset="0"
+ id="stop4909-5-2-9" />
+ <stop
+ style="stop-color:#8f4017;stop-opacity:1;"
+ offset="1"
+ id="stop4911-0-7-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-4-7-9">
+ <stop
+ style="stop-color:#4dac81;stop-opacity:1;"
+ offset="0"
+ id="stop4930-9-1-1" />
+ <stop
+ style="stop-color:#058048;stop-opacity:1;"
+ offset="1"
+ id="stop4932-8-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-8-0-0">
+ <stop
+ style="stop-color:#8bc7d7;stop-opacity:1;"
+ offset="0"
+ id="stop4940-4-7-2" />
+ <stop
+ style="stop-color:#17477c;stop-opacity:1;"
+ offset="1"
+ id="stop4942-8-0-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4961-6-6-0"
+ id="linearGradient4983-5-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.625,0)"
+ x1="15.073242"
+ y1="1040.0764"
+ x2="18.744612"
+ y2="1049.2014" />
+ <linearGradient
+ id="linearGradient4961-6-6-0">
+ <stop
+ style="stop-color:#df9a39;stop-opacity:1;"
+ offset="0"
+ id="stop4963-0-3-8" />
+ <stop
+ style="stop-color:#b55829;stop-opacity:1;"
+ offset="1"
+ id="stop4965-3-1-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-5-9-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5330-9-5-7" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5332-8-6-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-0-1-4">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5211-9-5-0" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5213-4-1-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5397-0-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5399-9-9" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5401-7-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5404-3-9">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5406-0-5" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5408-8-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5411-1-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5413-5-1" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5415-1-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5418-7-6">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5420-1-2" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5422-7-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-0-4"
+ id="linearGradient5589-9-2"
+ x1="2.03125"
+ y1="9.1435204"
+ x2="2.03125"
+ y2="4.671875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5591-5-7"
+ id="linearGradient5597-4-0"
+ x1="2.03125"
+ y1="7.8880248"
+ x2="2.03125"
+ y2="9.1435204"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5591-4-8-5"
+ id="linearGradient5597-1-9-6"
+ x1="2.03125"
+ y1="7.8880248"
+ x2="2.03125"
+ y2="9.1435204"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5591-4-8-5">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0-0-4" />
+ <stop
+ style="stop-color:#b0b456;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5-0-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-2-8-9"
+ id="linearGradient5589-8-1-7"
+ x1="2.03125"
+ y1="9.1435204"
+ x2="2.03125"
+ y2="4.671875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5583-2-8-9">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585-3-5-5" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587-3-0-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4919-1-9-1"
+ id="linearGradient4925-7-8-9"
+ x1="-10"
+ y1="1045.3622"
+ x2="-10"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4919-1-9-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4921-2-2-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4923-6-8-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4919-9-8-4"
+ id="linearGradient4925-4-0-5"
+ x1="-10"
+ y1="1045.3622"
+ x2="-10"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4919-9-8-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4921-4-5-4" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4923-60-1-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-2,2.000062)"
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1036.6622"
+ x1="8.0137892"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4791-4-8"
+ xlink:href="#linearGradient4810-73-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4810-73-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-6-9"
+ offset="0"
+ style="stop-color:#bfb688;stop-opacity:1;" />
+ <stop
+ id="stop4814-1-1"
+ offset="1"
+ style="stop-color:#8694ae;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5057-7-8-4"
+ id="linearGradient5065-1-6-5"
+ x1="6"
+ y1="1050.8623"
+ x2="11"
+ y2="1050.8623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,-2.000037)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5057-7-8-4">
+ <stop
+ style="stop-color:#677da9;stop-opacity:1;"
+ offset="0"
+ id="stop5059-1-0-4" />
+ <stop
+ style="stop-color:#b4bbd1;stop-opacity:1"
+ offset="1"
+ id="stop5061-1-8-7" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-13"
+ gradientTransform="translate(25,-4.000037)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-1-0"
+ xlink:href="#linearGradient4910-4-7-24"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-7-24">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-4-05" />
+ <stop
+ style="stop-color:#d1eeff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-0-76" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1036.6622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4121-5-29"
+ xlink:href="#linearGradient4810-5-6-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4810-5-6-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-1-5"
+ offset="0"
+ style="stop-color:#bfb688;stop-opacity:1;" />
+ <stop
+ id="stop4814-7-4"
+ offset="1"
+ style="stop-color:#8694ae;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-13"
+ gradientTransform="translate(16,2)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4063-1-1"
+ xlink:href="#linearGradient4910-4-7-5-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-7-5-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-4-2-4" />
+ <stop
+ style="stop-color:#d1eeff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-0-7-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4818-9"
+ id="linearGradient4824-6"
+ x1="12.03229"
+ y1="1038.3472"
+ x2="14.871766"
+ y2="1041.3081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4818-9">
+ <stop
+ style="stop-color:#eb9186;stop-opacity:1;"
+ offset="0"
+ id="stop4820-5-6" />
+ <stop
+ style="stop-color:#e06b5e;stop-opacity:1"
+ offset="1"
+ id="stop4822-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962-2-7-8"
+ id="linearGradient4838-1-3"
+ x1="3.5628386"
+ y1="11.335736"
+ x2="3.5628386"
+ y2="13.61885"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962-2-7-8">
+ <stop
+ style="stop-color:#f6928e;stop-opacity:1"
+ offset="0"
+ id="stop4964-2-4-4" />
+ <stop
+ style="stop-color:#f13f53;stop-opacity:1"
+ offset="1"
+ id="stop4966-1-0-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4846-2"
+ id="linearGradient4852-5"
+ x1="5"
+ y1="1"
+ x2="5"
+ y2="6"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-2"
+ id="linearGradient4904-5"
+ x1="3"
+ y1="1039.8622"
+ x2="4"
+ y2="1039.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-2"
+ id="linearGradient4906-7-0"
+ x1="4.5773602"
+ y1="1038.3622"
+ x2="4.5773602"
+ y2="1039.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-9-0"
+ id="linearGradient4906-0-0"
+ x1="4.5773602"
+ y1="1038.3622"
+ x2="4.5773602"
+ y2="1039.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,6)" />
+ <linearGradient
+ id="linearGradient4898-9-0">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4900-4-7" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4902-8-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-9-0"
+ id="linearGradient4904-8-6"
+ x1="3"
+ y1="1039.8622"
+ x2="4"
+ y2="1039.8622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,6)" />
+ <linearGradient
+ id="linearGradient4923-9">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4925-2" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4927-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4846-4-5"
+ id="linearGradient4852-2-6"
+ x1="5"
+ y1="1"
+ x2="5"
+ y2="6"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4846-4-5">
+ <stop
+ style="stop-color:#937e48;stop-opacity:1"
+ offset="0"
+ id="stop4848-5-2" />
+ <stop
+ style="stop-color:#7c724f;stop-opacity:1"
+ offset="1"
+ id="stop4850-5-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1042.3622)"
+ y2="6"
+ x2="5"
+ y1="1"
+ x1="5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4937-1-8"
+ xlink:href="#linearGradient4846-4-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-7-6"
+ id="linearGradient4906-2-8"
+ x1="4.5773602"
+ y1="1038.3622"
+ x2="4.5773602"
+ y2="1039.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6,0)" />
+ <linearGradient
+ id="linearGradient4898-7-6">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4900-6-6" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4902-1-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-7-6"
+ id="linearGradient4904-4-6"
+ x1="3"
+ y1="1039.8622"
+ x2="4"
+ y2="1039.8622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6,0)" />
+ <linearGradient
+ id="linearGradient4923-2-6">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4925-3-8" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4927-2-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4846-6-5"
+ id="linearGradient4852-21-1"
+ x1="5"
+ y1="1"
+ x2="5"
+ y2="6"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4846-6-5">
+ <stop
+ style="stop-color:#937e48;stop-opacity:1"
+ offset="0"
+ id="stop4848-8-4" />
+ <stop
+ style="stop-color:#7c724f;stop-opacity:1"
+ offset="1"
+ id="stop4850-57-2" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(6,1036.3622)"
+ y2="6"
+ x2="5"
+ y1="1"
+ x1="5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4937-6-4"
+ xlink:href="#linearGradient4846-6-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5232-9-0"
+ id="linearGradient5238-6-0"
+ x1="8"
+ y1="1050.3622"
+ x2="15"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5232-9-0">
+ <stop
+ style="stop-color:#8f6939;stop-opacity:1"
+ offset="0"
+ id="stop5234-8-0" />
+ <stop
+ style="stop-color:#958160;stop-opacity:1"
+ offset="1"
+ id="stop5236-6-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5274-3-8"
+ id="linearGradient5280-2-0"
+ x1="11"
+ y1="1046.3622"
+ x2="12"
+ y2="1047.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5274-3-8">
+ <stop
+ style="stop-color:#f6e6c8;stop-opacity:1"
+ offset="0"
+ id="stop5276-8-0" />
+ <stop
+ style="stop-color:#e9c47e;stop-opacity:1"
+ offset="1"
+ id="stop5278-2-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5316-6"
+ id="linearGradient5322-7"
+ x1="9"
+ y1="1048.3622"
+ x2="10"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-3"
+ id="linearGradient4914-0-7"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5274-7-8"
+ id="linearGradient5280-1-1"
+ x1="11"
+ y1="1046.3622"
+ x2="12"
+ y2="1047.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.2484703,0,0,2.2484703,-20.311612,-1306.0555)" />
+ <linearGradient
+ id="linearGradient5274-7-8">
+ <stop
+ style="stop-color:#ffeecd;stop-opacity:1;"
+ offset="0"
+ id="stop5276-4-4" />
+ <stop
+ style="stop-color:#ecb448;stop-opacity:1;"
+ offset="1"
+ id="stop5278-0-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-4-5"
+ id="linearGradient4914-9-8"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-4-5">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-8-4" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-8-0" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="12"
+ y1="1046.3622"
+ x1="11"
+ gradientTransform="matrix(2.2484703,0,0,2.2484703,-0.311612,-1306.0555)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4935-6"
+ xlink:href="#linearGradient5274-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4937-2-0"
+ xlink:href="#linearGradient4908-4-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-5-5"
+ id="linearGradient4914-5-3"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-5-5">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-1-8" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-7-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-2"
+ id="linearGradient4914-1-0"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-2">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-24" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5023-7"
+ xlink:href="#linearGradient4908-52-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5023-2-3"
+ xlink:href="#linearGradient4908-52-3-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-5">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-5" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-0" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5057-2-4"
+ xlink:href="#linearGradient4908-52-3-5"
+ inkscape:collect="always"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-6"
+ id="linearGradient5083-5"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-9"
+ id="linearGradient5083-8-9"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,0)" />
+ <linearGradient
+ id="linearGradient5077-5-9">
+ <stop
+ style="stop-color:#e4cf94;stop-opacity:1"
+ offset="0"
+ id="stop5079-7-35" />
+ <stop
+ id="stop5087-6-6"
+ offset="0.32186735"
+ style="stop-color:#ede0ba;stop-opacity:1" />
+ <stop
+ id="stop5085-1-1"
+ offset="0.64764118"
+ style="stop-color:#c1aa7e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ad8865;stop-opacity:1"
+ offset="1"
+ id="stop5081-8-43" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5134-5"
+ xlink:href="#linearGradient5077-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5057-9-9"
+ xlink:href="#linearGradient4908-52-3-2-1"
+ inkscape:collect="always"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-2-1">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-7-9" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-9-9" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5173-31"
+ xlink:href="#linearGradient4908-52-3-2-1"
+ inkscape:collect="always"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-9"
+ id="linearGradient5193-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-9"
+ id="linearGradient5196-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-1-0"
+ id="linearGradient5196-3-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,0)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ id="linearGradient5077-5-1-0">
+ <stop
+ style="stop-color:#e4cf94;stop-opacity:1"
+ offset="0"
+ id="stop5079-7-2-8" />
+ <stop
+ id="stop5087-6-3-6"
+ offset="0.32186735"
+ style="stop-color:#ede0ba;stop-opacity:1" />
+ <stop
+ id="stop5085-1-3-4"
+ offset="0.64764118"
+ style="stop-color:#c1aa7e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ad8865;stop-opacity:1"
+ offset="1"
+ id="stop5081-8-4-9" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,-1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5255-7"
+ xlink:href="#linearGradient5077-5-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-6"
+ id="linearGradient5306-2"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5173-3-4"
+ xlink:href="#linearGradient4908-52-3-2-8-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-2-8-6">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-7-7-9" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-9-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-79">
+ <stop
+ id="stop7542-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-7" />
+ <stop
+ id="stop7548-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7526-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7528-1" />
+ <stop
+ id="stop7538-0"
+ offset="0.25"
+ style="stop-color:#ffffff;stop-opacity:0.74901961;" />
+ <stop
+ id="stop7536-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7530-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5009-4-5">
+ <stop
+ style="stop-color:#ffe083;stop-opacity:1;"
+ offset="0"
+ id="stop5011-0-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop5013-9-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4929-4-4">
+ <stop
+ style="stop-color:#d5f3ff;stop-opacity:1;"
+ offset="0"
+ id="stop4931-8-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4934-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4900-2-0">
+ <stop
+ style="stop-color:#877e60;stop-opacity:1;"
+ offset="0"
+ id="stop4902-4-5" />
+ <stop
+ style="stop-color:#c0a753;stop-opacity:1;"
+ offset="1"
+ id="stop4904-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4881-5-6">
+ <stop
+ style="stop-color:#68b3e1;stop-opacity:1;"
+ offset="0"
+ id="stop4883-1-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4885-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4839-11-0">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1;"
+ offset="0"
+ id="stop4841-5-2" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4843-2-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4977-7-1">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979-6-1" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981-1-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4947-4-8">
+ <stop
+ style="stop-color:#e5ac30;stop-opacity:1;"
+ offset="0"
+ id="stop4949-2-8" />
+ <stop
+ style="stop-color:#f2dcae;stop-opacity:1;"
+ offset="1"
+ id="stop4951-3-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4931-2-7">
+ <stop
+ style="stop-color:#dce6f8;stop-opacity:1;"
+ offset="0"
+ id="stop4933-2-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4935-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4887-6-9">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4889-8-9" />
+ <stop
+ style="stop-color:#c3bf94;stop-opacity:1;"
+ offset="1"
+ id="stop4891-5-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4792-7-6">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4794-6-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4796-1-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-8-3">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4786-9-8" />
+ <stop
+ style="stop-color:#25497f;stop-opacity:1;"
+ offset="1"
+ id="stop4788-2-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4924-7-0">
+ <stop
+ style="stop-color:#97b2d9;stop-opacity:1;"
+ offset="0"
+ id="stop4926-9-5" />
+ <stop
+ style="stop-color:#b5c6df;stop-opacity:1;"
+ offset="1"
+ id="stop4928-5-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4914-4-9">
+ <stop
+ style="stop-color:#8a9b9c;stop-opacity:1;"
+ offset="0"
+ id="stop4916-3-8" />
+ <stop
+ style="stop-color:#a5b0b1;stop-opacity:1;"
+ offset="1"
+ id="stop4918-1-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4816-2-8">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818-3-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4801-4-3">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4803-1-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4805-1-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4793-3-8">
+ <stop
+ style="stop-color:#5b7aab;stop-opacity:1;"
+ offset="0"
+ id="stop4795-8-6" />
+ <stop
+ style="stop-color:#7c8c99;stop-opacity:1;"
+ offset="1"
+ id="stop4797-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-42-7">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-7-3" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-9-9">
+ <stop
+ id="stop13852-3-3"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-1-8"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-9-0">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13836-8-7" />
+ <stop
+ style="stop-color:#807e66;stop-opacity:0;"
+ offset="1"
+ id="stop13838-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-5-3">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-0-9" />
+ <stop
+ id="stop13809-28-1"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-6-9"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-0-2" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-2-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-4-1">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-8-1" />
+ <stop
+ id="stop12096-65-9"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-90-3">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-0-5" />
+ <stop
+ id="stop12007-6-9"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-1-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-3-3">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-89-6" />
+ <stop
+ id="stop11979-3-3"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-4-3"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-4-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-6-7">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-0-7" />
+ <stop
+ id="stop11695-66-1"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-18-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-49-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-6-5" />
+ <stop
+ id="stop11152-3-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-7-8">
+ <stop
+ style="stop-color:#e4d09d;stop-opacity:1"
+ offset="0"
+ id="stop11130-8-0" />
+ <stop
+ id="stop11136-8-1"
+ offset="0.27413794"
+ style="stop-color:#f6ecb2;stop-opacity:1" />
+ <stop
+ style="stop-color:#b58a68;stop-opacity:1"
+ offset="1"
+ id="stop11132-2-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-9-8">
+ <stop
+ id="stop10858-1-5"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-3-5" />
+ <stop
+ id="stop10862-5-8"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-9-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-8-6" />
+ <stop
+ id="stop10806-4-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-7-0">
+ <stop
+ id="stop10750-63-1"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.25"
+ id="stop10752-6-2" />
+ <stop
+ style="stop-color:#f6e5a6;stop-opacity:1"
+ offset="0.5"
+ id="stop10754-1-0" />
+ <stop
+ id="stop10756-5-7"
+ offset="0.75"
+ style="stop-color:#f1cf6c;stop-opacity:1" />
+ <stop
+ id="stop10758-4-6"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-2-9">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-09-8" />
+ <stop
+ id="stop10458-73-3"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-7-9"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-26-5" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-0-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-16-6">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-5-2" />
+ <stop
+ id="stop10521-7-9"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-5-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-4-0">
+ <stop
+ id="stop10434-12-5"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#4e6da1;stop-opacity:1"
+ offset="0.5"
+ id="stop10436-0-8" />
+ <stop
+ id="stop10438-0-2"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-1-4">
+ <stop
+ style="stop-color:#5078b9;stop-opacity:1;"
+ offset="0"
+ id="stop10416-4-0" />
+ <stop
+ id="stop10422-6-2"
+ offset="0.5"
+ style="stop-color:#6d8cbd;stop-opacity:1" />
+ <stop
+ style="stop-color:#5f88c9;stop-opacity:1"
+ offset="1"
+ id="stop10418-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-7-9">
+ <stop
+ style="stop-color:#1b3e79;stop-opacity:1;"
+ offset="0"
+ id="stop10398-1-8" />
+ <stop
+ id="stop10404-7-7"
+ offset="0.5"
+ style="stop-color:#728fbf;stop-opacity:1" />
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="1"
+ id="stop10400-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-7-4">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-73-9" />
+ <stop
+ id="stop10165-35-6"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-9-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9914-9-7"
+ inkscape:collect="always">
+ <stop
+ id="stop9916-8-1"
+ offset="0"
+ style="stop-color:#4a6fa4;stop-opacity:1" />
+ <stop
+ id="stop9918-1-1"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9908-82-3"
+ inkscape:collect="always">
+ <stop
+ id="stop9910-6-5"
+ offset="0"
+ style="stop-color:#525f72;stop-opacity:1" />
+ <stop
+ id="stop9912-6-2"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9605-0-4">
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:1;"
+ offset="0"
+ id="stop9607-38-6" />
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:0;"
+ offset="1"
+ id="stop9609-0-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-1-2">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-2-6" />
+ <stop
+ id="stop9514-5-4"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-09-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-4-0">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-7-5" />
+ <stop
+ id="stop9340-8-3"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-35-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-12-3">
+ <stop
+ id="stop9326-01-3"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-6-7" />
+ <stop
+ id="stop9330-4-7"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-06-2">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-1-0" />
+ <stop
+ id="stop9322-8-9"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-9-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-8-4">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-4-9" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-1-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-4-7">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-3-5" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-9-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-8-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-8-9"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-0-0"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-8-4">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-7-7" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-7-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-8-1">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-3-4" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-83-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-7-1">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-10-6" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-3-9">
+ <stop
+ id="stop7561-3-3-4-48-4-0"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-9-1" />
+ <stop
+ id="stop7565-8-8-3-2-6-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-51-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-0-9" />
+ <stop
+ id="stop7114-9-0-1-99-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-8-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4322-3-5" />
+ <stop
+ id="stop4324-4-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4326-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-4-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4331-9-5" />
+ <stop
+ id="stop4333-9-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4335-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-5-5">
+ <stop
+ id="stop7561-3-3-4-48-7-5-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-33-4" />
+ <stop
+ id="stop7565-8-8-3-2-0-37-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-4-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-3-4" />
+ <stop
+ id="stop7114-9-0-1-4-8-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-0-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-8-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3258-8-1" />
+ <stop
+ id="stop3260-0-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3262-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-8-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3267-19-2" />
+ <stop
+ id="stop3269-8-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3271-9-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-7-8">
+ <stop
+ id="stop7561-3-3-4-48-5-2-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-76-2-7" />
+ <stop
+ id="stop7565-8-8-3-2-7-82-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-8-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-8-9-4" />
+ <stop
+ id="stop7114-9-0-1-1-0-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-4-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-8-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3508-1-6" />
+ <stop
+ id="stop3510-5-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3512-86-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-1-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3517-2-2" />
+ <stop
+ id="stop3519-4-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3521-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-58-7">
+ <stop
+ id="stop7561-3-3-4-48-7-4-6-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-2-6" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-6-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-5-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-3-0" />
+ <stop
+ id="stop7114-9-0-1-4-6-9-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-4-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4135-61-6" />
+ <stop
+ id="stop4137-8-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4139-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-1-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4144-1-3" />
+ <stop
+ id="stop4146-97-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4148-62-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-95-9">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-20-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-03-8" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-9-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-1-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-81-9" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-9-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-53-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-2-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-5-8" />
+ <stop
+ id="stop4358-2-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-5-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-8-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-67-2" />
+ <stop
+ id="stop4367-7-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-2-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-2-8">
+ <stop
+ id="stop7561-3-3-4-48-7-4-5-9-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-0-4-4" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-2-19-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-6-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-4-9-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-3-8-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-3-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-5-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-1-5-2" />
+ <stop
+ id="stop4358-6-4-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-2-9-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-1-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-6-2-6" />
+ <stop
+ id="stop4367-1-5-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-3-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-83-8">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-8-9-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-7-3-0" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-7-9-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-67-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-0-9-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-1-9-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-5-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-6-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-9-0" />
+ <stop
+ id="stop5694-3-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-57-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-6-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-658-8" />
+ <stop
+ id="stop5703-2-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-5-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-4-0">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-2-41-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-0-61-9" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-5-6-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-3-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-2-3-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-16-5-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-6-5-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-3-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-0-2-2" />
+ <stop
+ id="stop5694-4-8-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-5-25-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-3-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-6-6-1" />
+ <stop
+ id="stop5703-0-1-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-3-8-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-62-8">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-1-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-4-4" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-6-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-2-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-9-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-1-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-50-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-3-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-6-1" />
+ <stop
+ id="stop6129-4-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-9-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-2-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-9-4" />
+ <stop
+ id="stop6138-3-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-4-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-40-4">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-5-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-96-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-3-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-4-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-2-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-8-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-8-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-7-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-4-5-6" />
+ <stop
+ id="stop6129-0-8-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-6-12-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-5-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-6-7-6" />
+ <stop
+ id="stop6138-0-4-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-7-4-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-4-2">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-4-4-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-6-4-8" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-55-2-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-9-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-5-3-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-6-0-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-2-7-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-78-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6295-7-8" />
+ <stop
+ id="stop6297-3-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6299-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-3-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6304-8-2" />
+ <stop
+ id="stop6306-2-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6308-5-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-2-4">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-03-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-72-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-9-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-7-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-5-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-3-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-32-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6323-1-7" />
+ <stop
+ id="stop6325-1-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6327-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-2-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6332-5-2" />
+ <stop
+ id="stop6334-3-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6336-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-1-8">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-3-2-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-2-2-6" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-8-2-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-6-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-5-4-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-5-0-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-1-7-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-0-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6351-3-2" />
+ <stop
+ id="stop6353-4-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6355-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-0-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6360-53-9" />
+ <stop
+ id="stop6362-1-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6364-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-67-7">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-5-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-0-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-0-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-4-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-5-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-49-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-5-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-6-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6942-4-2" />
+ <stop
+ id="stop6944-8-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6946-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-1-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6951-6-0" />
+ <stop
+ id="stop6953-8-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6955-3-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-1-1">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-4-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-8-8" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-4-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-9-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-20-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-7-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-0-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-6-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7108-0-7" />
+ <stop
+ id="stop7110-7-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7112-0-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7115-5-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7117-6-2" />
+ <stop
+ id="stop7119-7-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7121-38-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-9-4"
+ id="linearGradient7692-4-4-4"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-9-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-2-4" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-6-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,-140)"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7755-5-5-7"
+ xlink:href="#linearGradient7686-9-7-7-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-7-7-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-1-7-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-0-4-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-7-2"
+ id="linearGradient8159-0-5-5"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-7-2">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-98-5" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-30-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-23-9"
+ id="linearGradient8143-2-2-2"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-23-9">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-6-6" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-71-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8180-3-55-2"
+ xlink:href="#linearGradient8153-2-8-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-8-4-9">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-7-0-2" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-3-2-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8182-6-4"
+ xlink:href="#linearGradient8137-9-5-0-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-5-0-6">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-2-6-2" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-9-1-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-6-1-4"
+ id="linearGradient8291-2-1-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-6-1-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-6-7-3" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-6-3-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-0-6">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-0-8" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-4-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-8-7">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-3-5" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-01-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-93-2-8">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-9-9-2" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-8-0-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8498-8-6"
+ id="linearGradient8504-3-6"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8498-8-6">
+ <stop
+ style="stop-color:#d9f4ff;stop-opacity:1"
+ offset="0"
+ id="stop8500-8-9" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8502-57-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-4"
+ id="linearGradient8659-7-4"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-8-6"
+ id="linearGradient8681-0-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-7-1"
+ id="linearGradient8683-8-4"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-7-2"
+ id="linearGradient8685-9-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-8-1"
+ id="linearGradient8687-3-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-4"
+ id="linearGradient8689-0-9"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-4"
+ id="linearGradient8691-7-7"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-4"
+ id="linearGradient8693-4-6"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-4"
+ id="linearGradient8695-7-6"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-4"
+ id="linearGradient8697-8-7"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-93-2-8"
+ id="linearGradient8699-3-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-8-7"
+ id="linearGradient8701-7-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-0-6"
+ id="linearGradient8703-10-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-4-7"
+ id="linearGradient9297-0-3"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-8-4"
+ id="linearGradient9305-83-4"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-9-5-9"
+ id="linearGradient9338-8-4-2"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9332-9-5-9">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-5-0-2" />
+ <stop
+ id="stop9340-2-1-9"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-4-4-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9324-7-6-9"
+ id="linearGradient9318-5-0"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9324-7-6-9">
+ <stop
+ id="stop9326-0-2-4"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-1-0-6" />
+ <stop
+ id="stop9330-5-3-4"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-6-1"
+ id="linearGradient9297-1-5-4"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-8-6-1">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-7-6-8" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-3-67-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-77-7"
+ id="linearGradient9305-8-6-0"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-1-77-7">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-6-1-6" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-8-9-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-1-0">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-52-6-5" />
+ <stop
+ id="stop9340-23-2-4"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-3-7-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-9-2-6">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-5-7-5" />
+ <stop
+ id="stop9322-0-6-9"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-6-5-8" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9415-5-1-8"
+ xlink:href="#linearGradient9510-3-3-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9510-3-3-9">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-4-9-1" />
+ <stop
+ id="stop9514-9-9-6"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-6-59-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-5-2-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-3-6-8"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-5-5-0"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-6-32-9">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-1-4-0" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-6-4-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-0-4-7">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-9-2-2" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-5-7-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-2-9-5">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-7-2-5" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-8-3-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-3-4"
+ id="linearGradient8697-5-7-0"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-2-3-4">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-9-1-4" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-2-5-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-4-7-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-0-8-3" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-7-5-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-3-3-0"
+ id="linearGradient8703-1-8-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-3-3-0">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-2-2-8" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-6-4-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9605-0-4"
+ id="linearGradient9962-1-7"
+ gradientUnits="userSpaceOnUse"
+ x1="213.82529"
+ y1="441.62799"
+ x2="227.09628"
+ y2="454.31174" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-6-1-0"
+ id="linearGradient9964-1-2"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-9-2-6"
+ id="linearGradient9966-5-2"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-3-9"
+ id="linearGradient9968-9-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-5-2-8"
+ id="linearGradient9970-5-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-6-32-9"
+ id="linearGradient9972-1-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-0-4-7"
+ id="linearGradient9974-06-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-2-9-5"
+ id="linearGradient9976-4-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9908-82-3"
+ id="linearGradient9978-5-1"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="306.07397"
+ x2="641.07611"
+ y2="281.43512" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-3-4"
+ id="linearGradient9980-3-7"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-4-7-4"
+ id="linearGradient9982-08-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9914-9-7"
+ id="linearGradient9984-9-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ x1="636.09375"
+ y1="279.41037"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-4-0"
+ id="linearGradient9997-1-2"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-06-2"
+ id="linearGradient9999-3-5"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-1-2"
+ id="linearGradient10001-4-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-6-1"
+ id="linearGradient10003-74-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-77-7"
+ id="linearGradient10005-6-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-5-6-3"
+ id="linearGradient10163-8-3-0"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-5-6-3">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-7-5-1" />
+ <stop
+ id="stop10165-2-2-3"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-3-8-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-3-0-3"
+ id="linearGradient10155-1-1-2"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-3-0-3">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-0-3-8" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-7-1-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-52-7"
+ id="linearGradient10155-5-5-8"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-6-52-7">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-2-5" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-17-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-82-4"
+ id="linearGradient10163-2-4-1"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-2-82-4">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-8-36-1" />
+ <stop
+ id="stop10165-3-3-5"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-5-0-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-5-5"
+ id="linearGradient10155-7-3-6"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-39-5-5">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-3-2-3" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-72-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-6-5-0-6">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-7-7-1" />
+ <stop
+ id="stop10394-2-8"
+ offset="0.5"
+ style="stop-color:#b9c7df;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-1-2-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-4-1-9"
+ id="linearGradient10454-7-59-9"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-4-1-9">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-4-0-3" />
+ <stop
+ id="stop10458-7-8-5"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-9-5-8"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-1-0-1" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-2-79-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-2-5-9"
+ id="linearGradient10446-9-0-9"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10440-2-5-9">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-4-3-5" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-4-4-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-0-2"
+ id="linearGradient10454-9-1-6"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-9-0-2">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-4-3" />
+ <stop
+ id="stop10458-8-8-7"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-5-0"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-92-9" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-5-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-1-9"
+ id="linearGradient10446-7-4-2"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10440-1-1-9">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-3-9" />
+ <stop
+ id="stop10521-1-9-6"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-5-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-3-8-7"
+ xlink:href="#linearGradient10448-9-7-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-7-2-5">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-7-5" />
+ <stop
+ id="stop10458-8-0-9-1"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-1-6-4"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-9-1-7" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-7-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-3-7-3"
+ xlink:href="#linearGradient10440-1-0-1-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-1-2">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-9-9" />
+ <stop
+ id="stop10521-1-2-0-9"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-3-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-8-4-3"
+ xlink:href="#linearGradient10448-9-6-1-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-6-1-6">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-8-7-0" />
+ <stop
+ id="stop10458-8-7-5-9"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-7-3-5"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-1-3-6" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-8-2-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-1-4-3"
+ xlink:href="#linearGradient10440-1-3-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-3-1-3">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-0-2-6" />
+ <stop
+ id="stop10521-1-4-9-5"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-2-0-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-8-2">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7-7" />
+ <stop
+ id="stop10456-4-1-5-4-7"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-8-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-0-0-6-3">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-0-8-1" />
+ <stop
+ id="stop10521-1-2-5-07-3"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-0-7-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-8-2"
+ id="linearGradient10770-43-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-0-6-3"
+ id="linearGradient10772-1-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="334.375"
+ y1="529.06494"
+ x2="334.375"
+ y2="518.67365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-7-0"
+ id="linearGradient10774-36-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="324.1601"
+ y1="532.15552"
+ x2="324.1601"
+ y2="515.53949" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-1-3"
+ id="linearGradient10776-3-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="334.375"
+ y1="532.30212"
+ x2="334.375"
+ y2="515.73615" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-2-9"
+ id="linearGradient10778-0-7"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-16-6"
+ id="linearGradient10780-1-6"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10414-1-4"
+ id="linearGradient10782-9-8"
+ gradientUnits="userSpaceOnUse"
+ x1="298.34253"
+ y1="528.1048"
+ x2="298.34253"
+ y2="519.08923" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10432-4-0"
+ id="linearGradient10784-0-6"
+ gradientUnits="userSpaceOnUse"
+ x1="289.8125"
+ y1="528.73804"
+ x2="289.8125"
+ y2="519.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-7-4"
+ id="linearGradient10786-42-4"
+ gradientUnits="userSpaceOnUse"
+ x1="306.05069"
+ y1="532.08228"
+ x2="306.05069"
+ y2="514.75818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10396-7-9"
+ id="linearGradient10788-9-0"
+ gradientUnits="userSpaceOnUse"
+ x1="302.3125"
+ y1="532.98718"
+ x2="302.3125"
+ y2="514.67456" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-82-4"
+ id="linearGradient10790-3-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-5-5"
+ id="linearGradient10792-1-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-5-0-6"
+ id="linearGradient10794-4-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="511.38498" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-8-2-2"
+ id="linearGradient10804-7-8-0"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-8-2-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-2-0-4" />
+ <stop
+ id="stop10806-9-5-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-3-5-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-32-3"
+ id="linearGradient10804-8-9-1"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-1-32-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-8-1" />
+ <stop
+ id="stop10806-6-7-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-4-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-8-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-14-9" />
+ <stop
+ id="stop10806-6-8-3-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-5-9" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10835-2-5-8"
+ xlink:href="#linearGradient10856-6-2-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-2-0">
+ <stop
+ id="stop10858-0-6-7"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-8-3" />
+ <stop
+ id="stop10862-3-9-8"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-5-5"
+ id="radialGradient11144-4-29-1"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-8-5-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-9-2" />
+ <stop
+ id="stop11152-8-45-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-58-1"
+ id="radialGradient11144-2-0-8"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-7-58-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-8-9" />
+ <stop
+ id="stop11152-6-0-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11169-6-13-5"
+ xlink:href="#linearGradient11146-8-7-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-7-2-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-2-7" />
+ <stop
+ id="stop11152-8-8-2-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11063-6-7-3"
+ xlink:href="#linearGradient10856-6-3-03-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-03-0">
+ <stop
+ id="stop10858-0-7-1-9"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-3-9" />
+ <stop
+ id="stop10862-3-3-3-9"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-70-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-9-8" />
+ <stop
+ id="stop10806-6-8-5-5-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-5-5" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-7-0"
+ id="radialGradient11268-5-83-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4-7-0">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-8-4" />
+ <stop
+ id="stop11152-9-3-4"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-9-5"
+ id="radialGradient11270-4-7-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3-9-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-39-5" />
+ <stop
+ id="stop11152-8-4-1-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-8-7"
+ id="radialGradient11272-3-82-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5-8-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-0-8" />
+ <stop
+ id="stop11152-6-7-1-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-4-5"
+ id="radialGradient11274-3-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-4-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-86-6" />
+ <stop
+ id="stop11152-8-8-6-0-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11298-3-9-2"
+ xlink:href="#linearGradient10856-6-3-0-3-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-3-3">
+ <stop
+ id="stop10858-0-7-6-00-6"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-8-7" />
+ <stop
+ id="stop10862-3-3-8-7-5"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10880-5-3-4-6-2"
+ xlink:href="#linearGradient10798-1-9-3-7-3-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-3-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-5-0" />
+ <stop
+ id="stop10806-6-8-5-3-6-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-5-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-8-9"
+ xlink:href="#linearGradient10798-1-9-3-7-3-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-5-3-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-7-9-5" />
+ <stop
+ id="stop11152-9-2-4-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-8-0">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-5-3-1" />
+ <stop
+ id="stop11152-8-4-9-9-7"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-7-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-4-6-1" />
+ <stop
+ id="stop11152-6-7-2-4-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-5-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-1-8-9" />
+ <stop
+ id="stop11152-8-8-6-6-6-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-1-2">
+ <stop
+ id="stop10858-0-7-6-1-5-7"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-7-5-0" />
+ <stop
+ id="stop10862-3-3-8-4-1-0"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-0-9-9"
+ xlink:href="#linearGradient10798-1-9-3-7-1-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-6-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-4-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-5-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-42-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-3-5-1"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-3-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-3-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-6-2-1" />
+ <stop
+ id="stop10806-6-8-5-3-2-9-6-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-6-8-7" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-8-2-6"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-6-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-6-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-39-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-4-8" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-2-6-6"
+ id="radialGradient11685-7-5-6"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-2-6-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-9-2-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-1-5-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-1-5-5"
+ id="linearGradient11693-0-3-2"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-1-5-5">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-9-6-2" />
+ <stop
+ id="stop11695-3-6-1"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-9-1-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-8-4-3"
+ id="linearGradient11894-2-4-8"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-8-4-3">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-4-6-6" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-1-2-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-4-8-5"
+ id="linearGradient11894-5-6-5"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-4-8-5">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-8-25-3" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-8-5-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-1-1">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-0-5" />
+ <stop
+ id="stop11979-8-1-2"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-51-5"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-7-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-6-0">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-0-3" />
+ <stop
+ id="stop12096-1-02-7"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-43-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-36-2">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-28-5" />
+ <stop
+ id="stop12007-1-23-9"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-4-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-7-4-7"
+ id="radialGradient11685-5-3-0"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-7-4-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-94-3-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-0-6-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-9-4-5"
+ id="linearGradient11693-2-8-5"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-9-4-5">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-1-7-7" />
+ <stop
+ id="stop11695-2-3-6"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-1-9-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-8-0-6"
+ id="radialGradient11685-3-8-3"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-8-0-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-3-0-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-6-8-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-8-5-1"
+ id="linearGradient11693-26-80-6"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-8-5-1">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-6-1-3" />
+ <stop
+ id="stop11695-6-4-8"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-5-36-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-3-9">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-7-9-1" />
+ <stop
+ id="stop11979-8-6-2-6"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-6-1-2"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-6-9-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-8-7">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-8-2-2" />
+ <stop
+ id="stop12096-1-8-3-3"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-4-40-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-2-2">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-2-3-8" />
+ <stop
+ id="stop12007-1-3-1-4"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-8-98-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-9-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-8-1" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-9-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-1-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-3-5">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-5-1" />
+ <stop
+ id="stop11979-0-1-0"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-4-5"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-5-3">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-38-0" />
+ <stop
+ id="stop12096-6-92-2"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-7-6">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-0-6" />
+ <stop
+ id="stop12007-4-1-2"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-4-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-81-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-9-8" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-3-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-59-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-3-98-5"
+ id="radialGradient11685-2-7-2"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-3-98-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-91-0-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-02-1-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-2-7-3"
+ id="linearGradient11693-3-4-0"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-2-7-3">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-5-7" />
+ <stop
+ id="stop11695-9-55-3"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-0-8" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-9-2-7"
+ id="radialGradient12723-3-9-4"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-9-2-7">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-7-82-0" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-6-4-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-5-7">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-0-4" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-4-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-5-7"
+ id="radialGradient12739-4-4-4"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-0-6">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-51-2" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-1-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-0-6"
+ id="linearGradient12904-2-5-5"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11146-4-0-9-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-1-0-8" />
+ <stop
+ id="stop11152-9-9-8-7"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-3-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-2-8-2" />
+ <stop
+ id="stop11152-8-4-3-7-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-2-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-8-6-2" />
+ <stop
+ id="stop11152-6-7-5-9-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-3-9">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-19-8-1" />
+ <stop
+ id="stop11152-8-8-6-2-1-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-0-8">
+ <stop
+ id="stop10858-0-7-6-9-3-0"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-9-3-1" />
+ <stop
+ id="stop10862-3-3-8-6-8-1"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-9-4-2"
+ xlink:href="#linearGradient10798-1-9-3-7-6-80-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-80-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-1-8" />
+ <stop
+ id="stop10806-6-8-5-3-9-5-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-4-7" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-7-1-7"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-3-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-3-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-7-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-3-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-5-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-4-8-0"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-5-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-6-5" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-9-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-8-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-9-4" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-3-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-6-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-0-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-6-4" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-9-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-7-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-3-89-0"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-4-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-4-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-1-5" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-5-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-6-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13468-0-6-9"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-6-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-6-3" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-6-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-7-7" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-9-6-1-5"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-4-4">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-0-5" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-6-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-1-7" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13333-0-1-2-3"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-1-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1-4-8" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1-9-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3-5-7" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13551-2-4"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13826-7-4-8"
+ id="linearGradient13832-8-3-1"
+ x1="441.34924"
+ y1="387.30411"
+ x2="441.34924"
+ y2="350.53076"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13826-7-4-8">
+ <stop
+ style="stop-color:#d8e1ed;stop-opacity:1"
+ offset="0"
+ id="stop13828-0-1-6" />
+ <stop
+ style="stop-color:#f8f9fa;stop-opacity:1"
+ offset="1"
+ id="stop13830-2-5-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13850-2-3-4"
+ id="linearGradient13840-9-2-4"
+ x1="428"
+ y1="388.23123"
+ x2="452.5"
+ y2="353.95593"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ id="linearGradient13850-2-3-4">
+ <stop
+ id="stop13852-4-1-7"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-7-6-4"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13856-0-8-6"
+ id="linearGradient13848-8-8-6"
+ x1="428"
+ y1="388.23123"
+ x2="452.5"
+ y2="353.95593"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ id="linearGradient13856-0-8-6">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-8-2-9" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-4-7-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13717-3-1-9"
+ id="linearGradient13818-7-7-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.61871845,0.97227185)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="372.91846" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13717-3-1-9">
+ <stop
+ style="stop-color:#c48a4e;stop-opacity:1;"
+ offset="0"
+ id="stop13719-9-2-8" />
+ <stop
+ style="stop-color:#b85f1b;stop-opacity:1"
+ offset="1"
+ id="stop13721-8-6-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13739-8-4-8"
+ id="linearGradient13820-2-0-1"
+ gradientUnits="userSpaceOnUse"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13739-8-4-8">
+ <stop
+ style="stop-color:#ffca57;stop-opacity:1"
+ offset="0"
+ id="stop13741-3-9-4" />
+ <stop
+ style="stop-color:#fffec5;stop-opacity:1"
+ offset="1"
+ id="stop13743-3-4-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13733-1-0-5"
+ id="linearGradient13822-2-6-7"
+ gradientUnits="userSpaceOnUse"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.7739" />
+ <linearGradient
+ id="linearGradient13733-1-0-5"
+ inkscape:collect="always">
+ <stop
+ id="stop13735-7-3-1"
+ offset="0"
+ style="stop-color:#73451c;stop-opacity:1" />
+ <stop
+ id="stop13737-8-6-9"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13799-7-4-0"
+ id="linearGradient13824-1-2-3"
+ gradientUnits="userSpaceOnUse"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ id="linearGradient13799-7-4-0">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-4-5-0" />
+ <stop
+ id="stop13809-4-88-6"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-7-1-4"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-8-2-2" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-6-1-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12886-6-7-4-9"
+ x1="393.4772"
+ y1="375.17487"
+ x2="379.65567"
+ y2="371.10898"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-9-9">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-8-7" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-2-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12884-4-7-4-2"
+ x1="395.68689"
+ y1="379.50586"
+ x2="385.57773"
+ y2="388.69827"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12882-2-0-5-8"
+ x1="404.8793"
+ y1="389.22861"
+ x2="397.7753"
+ y2="400.10037"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12880-3-5-2-1"
+ x1="420.52402"
+ y1="378.7988"
+ x2="432.86548"
+ y2="381.80399"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12878-2-7-9-2"
+ x1="413.01102"
+ y1="366.6012"
+ x2="429.94864"
+ y2="364.92181"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12876-4-0-9-9"
+ x1="674.84711"
+ y1="180.63965"
+ x2="675.20258"
+ y2="166.79221"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12868-4-7-8-7"
+ x1="396.0101"
+ y1="359.4902"
+ x2="396.21149"
+ y2="350.94641"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12888-3-7-3-7"
+ x1="390.38361"
+ y1="362.80048"
+ x2="381.86542"
+ y2="360.85596"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient12821-7-6-8-2"
+ xlink:href="#linearGradient12717-5-0-4-6-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-0-4-6-9">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-3-0-9-8" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-4-5-8-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ id="linearGradient12896-6-4-6-9"
+ x1="427.53012"
+ y1="432.76639"
+ x2="425.4519"
+ y2="415.1088"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-0-4-6-9"
+ id="radialGradient12723-8-2-4-6-8"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientTransform="translate(3.9747778e-6,-9.8142582e-6)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient12725-9-4-7-3-5"
+ id="linearGradient12731-1-9-5-2-4"
+ x1="683.16229"
+ y1="205.72604"
+ x2="661.94519"
+ y2="183.18417"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12725-9-4-7-3-5">
+ <stop
+ style="stop-color:#397b3b;stop-opacity:1;"
+ offset="0"
+ id="stop12727-3-9-8-8-5" />
+ <stop
+ style="stop-color:#397b3b;stop-opacity:0;"
+ offset="1"
+ id="stop12729-4-1-8-2-5" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13011-8-6-7"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14172-2-1"
+ xlink:href="#linearGradient12862-1-8-9-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11969-9-0-7-6">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-1-5-6" />
+ <stop
+ id="stop11979-0-0-7-2"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-1-8-6"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-0-27-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-80-4">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-9-2-0" />
+ <stop
+ id="stop12096-6-2-08-5"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-3-9-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-2-7">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-9-82-2" />
+ <stop
+ id="stop12007-4-6-0-4"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-6-5-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-5-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1-2-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0-7-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-7-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-6-87-0" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-7-8-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-2-16-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-0-7">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-7-9-7" />
+ <stop
+ id="stop11695-9-8-58-8"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-4-9-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-0-8">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-0-2" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-0-5" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14172-6-7-2"
+ xlink:href="#linearGradient12862-1-8-7-0-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4793-3-8"
+ id="linearGradient4799-2-1"
+ x1="7.9212775"
+ y1="1051.1169"
+ x2="7.9212775"
+ y2="1037.0641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(16.175068,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4801-4-3"
+ id="linearGradient4807-5-6"
+ x1="11.354345"
+ y1="1051.4784"
+ x2="11.354345"
+ y2="1037.4236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(10.562408,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816-2-8"
+ id="linearGradient4822-5-4"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816-5-1-6"
+ id="linearGradient4822-4-2-9"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ id="linearGradient4816-5-1-6">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818-7-4-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820-4-8-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816-4-4-3"
+ id="linearGradient4822-6-6-4"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ id="linearGradient4816-4-4-3">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818-0-6-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820-1-8-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4914-4-9"
+ id="linearGradient4920-9-8"
+ x1="25.3125"
+ y1="12"
+ x2="25.3125"
+ y2="13.064337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.0625,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4924-7-0"
+ id="linearGradient4930-8-1"
+ x1="22.875"
+ y1="11.53125"
+ x2="22.875"
+ y2="13.291266"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.0625,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784-8-3"
+ id="linearGradient4790-3-1"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5053616,0.13258252)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4792-7-6"
+ id="linearGradient4798-5-5"
+ x1="17.360693"
+ y1="1048.6658"
+ x2="17.360693"
+ y2="1043.051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.0598057,0.13258252)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4792-0-1-9"
+ id="linearGradient4798-2-5-2"
+ x1="17.360693"
+ y1="1048.6658"
+ x2="17.360693"
+ y2="1043.051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.0598057,0.13258252)" />
+ <linearGradient
+ id="linearGradient4792-0-1-9">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4794-9-5-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4796-9-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784-6-4-3"
+ id="linearGradient4790-4-8-3"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5053616,0.13258252)" />
+ <linearGradient
+ id="linearGradient4784-6-4-3">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4786-1-0-7" />
+ <stop
+ style="stop-color:#25497f;stop-opacity:1;"
+ offset="1"
+ id="stop4788-7-5-9" />
+ </linearGradient>
+ <linearGradient
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ gradientTransform="translate(-3.6214785,2.1655504)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4821-4-9"
+ xlink:href="#linearGradient4784-6-4-3"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4887-6-9"
+ id="linearGradient4893-7-9"
+ x1="0.89346611"
+ y1="1045.9344"
+ x2="0.89346611"
+ y2="1037.4004"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4887-0-1-6"
+ id="linearGradient4893-8-2-2"
+ x1="0.89346611"
+ y1="1045.9344"
+ x2="0.89346611"
+ y2="1037.4004"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4887-0-1-6">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4889-9-4-3" />
+ <stop
+ style="stop-color:#c3bf94;stop-opacity:1;"
+ offset="1"
+ id="stop4891-0-9-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4931-2-7"
+ id="linearGradient4937-9-5"
+ x1="0.27474764"
+ y1="1044.2241"
+ x2="0.27474764"
+ y2="1038.3284"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4947-4-8"
+ id="radialGradient4955-0-3"
+ cx="2.7022624"
+ cy="1039.2938"
+ fx="2.7022624"
+ fy="1039.2938"
+ r="1.778585"
+ gradientTransform="matrix(-1.8601705,0,0,-1.8686673,9.2238796,2979.3765)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-7-1"
+ id="linearGradient4983-3-5"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-7-1"
+ id="linearGradient4985-0-0"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5-5"
+ id="linearGradient4983-4-3-7"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4977-5-5-5">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979-2-0-0" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981-7-7-8" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1.6351958)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5-5"
+ id="linearGradient4985-8-6-3"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5002-7-3">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop5004-8-8" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop5006-3-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1.6351958)"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5010-6-1"
+ xlink:href="#linearGradient4977-5-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-7-1"
+ id="linearGradient5055-4-2"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5-5"
+ id="linearGradient5057-4-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1.6351958)"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5-5"
+ id="linearGradient5059-1-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1.6351958)"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-4-5-6"
+ id="linearGradient5053-2-9-1"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientTransform="translate(0,0.34375)" />
+ <linearGradient
+ id="linearGradient4977-4-5-6">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979-3-5-8" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981-4-7-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839-11-0"
+ id="linearGradient4845-4-6"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839-1-3-4"
+ id="linearGradient4845-2-7-2"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)" />
+ <linearGradient
+ id="linearGradient4839-1-3-4">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1;"
+ offset="0"
+ id="stop4841-8-4-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4843-9-0-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4881-5-6"
+ id="linearGradient4888-8-6"
+ x1="7.4688163"
+ y1="1040.5623"
+ x2="21.389982"
+ y2="1040.5623"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839-11-0"
+ id="linearGradient4894-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4881-5-6"
+ id="linearGradient4896-1-2"
+ gradientUnits="userSpaceOnUse"
+ x1="7.4688163"
+ y1="1040.5623"
+ x2="21.389982"
+ y2="1040.5623" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4900-2-0"
+ id="linearGradient4906-5-0"
+ x1="24.021645"
+ y1="1048.7585"
+ x2="24.021645"
+ y2="1039.4414"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-16.75,0)" />
+ <mask
+ id="mask5241-4"
+ maskUnits="userSpaceOnUse">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5243-94"
+ d="m 2,1041.3622 0,0.5 0,9.0313 0,0.5 0.5,0 12,0 0.5,0 0,-0.5 0,-9.0313 0,-0.5 -0.5,0 -12,0 -0.5,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ </mask>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,-1034.3621)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5229-0"
+ xlink:href="#linearGradient4810-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,-1034.3621)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5226-1"
+ xlink:href="#linearGradient4810-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.0001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5216-6"
+ xlink:href="#linearGradient4082-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.0001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5210-5"
+ xlink:href="#linearGradient4810-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-9-6"
+ id="linearGradient5175-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0001)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4082-8-0">
+ <stop
+ id="stop4084-6-0"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-9-5" />
+ <stop
+ id="stop4086-8-2"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-8-0"
+ id="linearGradient4063-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0001)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-9-6">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-9-0" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-8-6" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(-20,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4046-2-6"
+ xlink:href="#linearGradient4810-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5084-6">
+ <stop
+ id="stop5086-5"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop5088-3" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop5090-3" />
+ <stop
+ id="stop5092-2"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4981-8-0">
+ <stop
+ id="stop4983-8-5"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop4991-1-6" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop4989-2-5" />
+ <stop
+ id="stop4985-1-0"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4973-9-3"
+ inkscape:collect="always">
+ <stop
+ id="stop4975-4-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4977-6-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1046.688"
+ x2="21.123072"
+ y1="1045.577"
+ x1="21.123072"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5008-4-6"
+ xlink:href="#linearGradient4973-9-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.6436"
+ x2="22"
+ y1="1041.6436"
+ x1="19.624538"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5012-1"
+ xlink:href="#linearGradient4981-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="8.296731"
+ x2="22.095001"
+ y1="7.609231"
+ x1="18.909349"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5010-0-2"
+ xlink:href="#linearGradient4981-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1046.688"
+ x2="21.123072"
+ y1="1045.577"
+ x1="21.123072"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5008-3"
+ xlink:href="#linearGradient4973-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="8.296731"
+ x2="22.095001"
+ y1="7.609231"
+ x1="18.909349"
+ id="linearGradient4999-5"
+ xlink:href="#linearGradient4981-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.6436"
+ x2="22"
+ y1="1041.6436"
+ x1="19.624538"
+ id="linearGradient4987-6"
+ xlink:href="#linearGradient4981-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1046.688"
+ x2="21.123072"
+ y1="1045.577"
+ x1="21.123072"
+ id="linearGradient4979-9"
+ xlink:href="#linearGradient4973-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-7-5">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-4-6" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-0-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(-20,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4046-1-6"
+ xlink:href="#linearGradient4810-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5057-7-7"
+ id="linearGradient4190-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,-10.0001)"
+ x1="6"
+ y1="1050.8623"
+ x2="11"
+ y2="1050.8623" />
+ <linearGradient
+ id="linearGradient4962-2-2-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4964-2-7-5"
+ offset="0"
+ style="stop-color:#7cb87d;stop-opacity:1" />
+ <stop
+ id="stop4966-1-6-7"
+ offset="1"
+ style="stop-color:#a8ceb7;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962-2-2-4"
+ id="radialGradient5038-5-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)"
+ cx="3.5134368"
+ cy="12.464466"
+ fx="3.5134368"
+ fy="12.464466"
+ r="2.1726513" />
+ <linearGradient
+ id="linearGradient5057-7-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5059-1-6"
+ offset="0"
+ style="stop-color:#677da9;stop-opacity:1;" />
+ <stop
+ id="stop5061-1-3"
+ offset="1"
+ style="stop-color:#b4bbd1;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2,-2.000037)"
+ gradientUnits="userSpaceOnUse"
+ y2="1050.8623"
+ x2="11"
+ y1="1050.8623"
+ x1="6"
+ id="linearGradient5065-1-0"
+ xlink:href="#linearGradient5057-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-54"
+ id="linearGradient4121-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,2.000063)"
+ x1="8.0137892"
+ y1="1036.6622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4962-2-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4964-2-1"
+ offset="0"
+ style="stop-color:#7cb87d;stop-opacity:1" />
+ <stop
+ id="stop4966-1-1"
+ offset="1"
+ style="stop-color:#a8ceb7;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962-2-5"
+ id="radialGradient5038-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)"
+ cx="3.5134368"
+ cy="12.464466"
+ fx="3.5134368"
+ fy="12.464466"
+ r="2.1726513" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5067-5">
+ <stop
+ style="stop-color:#677da9;stop-opacity:1;"
+ offset="0"
+ id="stop5069-8" />
+ <stop
+ style="stop-color:#8998bb;stop-opacity:1"
+ offset="1"
+ id="stop5071-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2,-2.000037)"
+ gradientUnits="userSpaceOnUse"
+ y2="1046.8623"
+ x2="11"
+ y1="1046.8623"
+ x1="8"
+ id="linearGradient5063-7"
+ xlink:href="#linearGradient5067-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5057-5-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5059-6"
+ offset="0"
+ style="stop-color:#677da9;stop-opacity:1;" />
+ <stop
+ id="stop5061-6"
+ offset="1"
+ style="stop-color:#b4bbd1;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2,-2.000037)"
+ gradientUnits="userSpaceOnUse"
+ y2="1050.8623"
+ x2="11"
+ y1="1050.8623"
+ x1="6"
+ id="linearGradient5065-0"
+ xlink:href="#linearGradient5057-5-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4962-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4964-6"
+ offset="0"
+ style="stop-color:#7cb87d;stop-opacity:1" />
+ <stop
+ id="stop4966-14"
+ offset="1"
+ style="stop-color:#a8ceb7;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)"
+ gradientUnits="userSpaceOnUse"
+ r="2.1726513"
+ fy="12.464466"
+ fx="3.5134368"
+ cy="12.464466"
+ cx="3.5134368"
+ id="radialGradient4968-6"
+ xlink:href="#linearGradient4962-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-54">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-2" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-54"
+ id="linearGradient4791-8"
+ gradientUnits="userSpaceOnUse"
+ x1="8.0137892"
+ y1="1036.6622"
+ x2="8.0137892"
+ y2="1050.0707"
+ gradientTransform="translate(-2,2.000062)" />
+ <linearGradient
+ id="linearGradient4919-9-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4921-4-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4923-60-15"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="-10"
+ y1="1045.3622"
+ x1="-10"
+ id="linearGradient4925-4-6"
+ xlink:href="#linearGradient4919-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4919-1-2"
+ inkscape:collect="always">
+ <stop
+ id="stop4921-2-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4923-6-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="-10"
+ y1="1045.3622"
+ x1="-10"
+ id="linearGradient4925-7-1"
+ xlink:href="#linearGradient4919-1-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5583-2-4">
+ <stop
+ id="stop5585-3-4"
+ offset="0"
+ style="stop-color:#426e4a;stop-opacity:1;" />
+ <stop
+ id="stop5587-3-8"
+ offset="1"
+ style="stop-color:#669f71;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ id="linearGradient5589-8-8"
+ xlink:href="#linearGradient5583-2-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5591-4-74">
+ <stop
+ id="stop5593-0-29"
+ offset="0"
+ style="stop-color:#e0e566;stop-opacity:1;" />
+ <stop
+ id="stop5595-5-1"
+ offset="1"
+ style="stop-color:#b0b456;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="7.8880248"
+ x1="2.03125"
+ id="linearGradient5597-1-5"
+ xlink:href="#linearGradient5591-4-74"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="7.8880248"
+ x1="2.03125"
+ id="linearGradient5597-7"
+ xlink:href="#linearGradient5591-10"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ id="linearGradient5589-80"
+ xlink:href="#linearGradient5583-10"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5418-72">
+ <stop
+ id="stop5420-5"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5422-1"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5411-5">
+ <stop
+ id="stop5413-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5415-16"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5404-39">
+ <stop
+ id="stop5406-4"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5408-9"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5397-4">
+ <stop
+ id="stop5399-91"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5401-4"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-0-4">
+ <stop
+ id="stop5211-9-8"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5213-4-2"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-5-1">
+ <stop
+ id="stop5330-9-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5332-8-3"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-6-9">
+ <stop
+ id="stop4963-0-9"
+ offset="0"
+ style="stop-color:#df9a39;stop-opacity:1;" />
+ <stop
+ id="stop4965-3-39"
+ offset="1"
+ style="stop-color:#b55829;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="1049.2014"
+ x2="18.744612"
+ y1="1040.0764"
+ x1="15.073242"
+ gradientTransform="translate(-4.625,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4983-5-8"
+ xlink:href="#linearGradient4961-6-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4938-8-13">
+ <stop
+ id="stop4940-4-2"
+ offset="0"
+ style="stop-color:#8bc7d7;stop-opacity:1;" />
+ <stop
+ id="stop4942-8-06"
+ offset="1"
+ style="stop-color:#17477c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-4-1">
+ <stop
+ id="stop4930-9-9"
+ offset="0"
+ style="stop-color:#4dac81;stop-opacity:1;" />
+ <stop
+ id="stop4932-8-37"
+ offset="1"
+ style="stop-color:#058048;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-9-8">
+ <stop
+ id="stop4909-5-25"
+ offset="0"
+ style="stop-color:#b86c44;stop-opacity:1;" />
+ <stop
+ id="stop4911-0-6"
+ offset="1"
+ style="stop-color:#8f4017;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-5-8">
+ <stop
+ id="stop4920-9-2"
+ offset="0"
+ style="stop-color:#d48a4b;stop-opacity:1;" />
+ <stop
+ id="stop4922-9-5"
+ offset="1"
+ style="stop-color:#b1623a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-7-6">
+ <stop
+ id="stop10800-5-2-1-8-4-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-1-7" />
+ <stop
+ id="stop10802-1-5-3-0-0-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-7-6"
+ id="linearGradient11390-1-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-0-6">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-0-1" />
+ <stop
+ id="stop10860-7-9-1-0-1"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-2-49" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-1">
+ <stop
+ id="stop11150-7-8-3-8-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-3-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30-5">
+ <stop
+ id="stop11150-9-6-9-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-6-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2-4">
+ <stop
+ id="stop11150-7-5-9-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-35-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-4-8">
+ <stop
+ id="stop11150-4-72-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-0-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-4-8">
+ <stop
+ id="stop11689-3-7-7-0"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-8-5-2" />
+ <stop
+ id="stop11691-10-4-5-9"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-9-6">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-6-8-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-7-0-7" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-2-1-9"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-3-1">
+ <stop
+ id="stop10800-5-2-1-8-2-8-1-5-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-0-9-0" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-9-7-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-4-0">
+ <stop
+ id="stop12001-1-9-8-8"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-6-1-2" />
+ <stop
+ id="stop12003-3-6-9-4"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-8-2">
+ <stop
+ id="stop12090-7-9-7-6"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-2-0-4" />
+ <stop
+ id="stop12092-1-3-1-7"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-0-5-9">
+ <stop
+ id="stop11971-7-1-3-6"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-0-8-2" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-1-9-9" />
+ <stop
+ id="stop11973-8-0-2-1"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-5-6"
+ id="linearGradient13011-8-2-6"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12862-1-8-5-6"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-1-4"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-4-0"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-7-8-6">
+ <stop
+ id="stop13801-4-9-2"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-4-8-2" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-7-9-9" />
+ <stop
+ id="stop13811-8-1-6"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-6-3-5"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-0-3-7">
+ <stop
+ id="stop13858-8-1-7"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-4-9-4"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-2-4-6">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-4-0-7" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-7-2-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-9-1">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-1-8-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-1-2-2" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-3-3-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-9-1"
+ id="linearGradient13333-0-1-1-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-2-3-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-7-9-9" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-5-2-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-5-8">
+ <stop
+ id="stop10800-5-2-1-8-20-6-4-1-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-8-4-7" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-4-3-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-0-1">
+ <stop
+ id="stop10800-5-2-1-8-20-6-0-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-88-5" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-0-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-0-1"
+ id="linearGradient13197-3-8-6"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-8-0">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-4-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-73-4" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-9-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-4-0">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-3-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-4-4" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-36-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-6-7">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-2-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-8-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-23-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-6-7"
+ id="linearGradient13296-4-3-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-0-6">
+ <stop
+ id="stop10800-5-2-1-8-20-4-02-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-4-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-3-0"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-0-6"
+ id="linearGradient13197-7-6-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-1-6">
+ <stop
+ id="stop10800-5-2-1-8-20-5-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-1-8" />
+ <stop
+ id="stop10802-1-5-3-0-4-7-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-1-6"
+ id="linearGradient11390-9-0-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-2-0">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-9-5-5" />
+ <stop
+ id="stop10860-7-9-1-9-5-5"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-6-1-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-2-7">
+ <stop
+ id="stop11150-7-8-3-19-6-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-2-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-4-9">
+ <stop
+ id="stop11150-9-6-8-4-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-5-6-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-6-7">
+ <stop
+ id="stop11150-7-5-2-6-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-3-1-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-0-5-6">
+ <stop
+ id="stop11150-4-1-3-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-9-5-6" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ id="linearGradient12904-2-2-3"
+ xlink:href="#linearGradient12862-1-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-4-4"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-5-5"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-6-6"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ id="radialGradient12739-4-9-0"
+ xlink:href="#linearGradient12717-5-6-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-6-9"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-6-1"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-3-0"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12717-9-6-7"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-7-8-2"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-6-2-6"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-3-2-3"
+ xlink:href="#linearGradient12717-9-6-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-2-4-6">
+ <stop
+ id="stop11689-3-2-1"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-5-7" />
+ <stop
+ id="stop11691-10-3-8"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-3-5-5"
+ xlink:href="#linearGradient11687-2-4-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-3-9-9"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-91-6-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-02-4-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-2-1-6"
+ xlink:href="#linearGradient11679-3-9-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-8-4">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-61-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-5-5" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-5-9"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-83-3">
+ <stop
+ id="stop12001-1-97-5"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-64-6" />
+ <stop
+ id="stop12003-3-5-9"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-8-7">
+ <stop
+ id="stop12090-7-3-6"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-9-7" />
+ <stop
+ id="stop12092-1-4-3"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-6-8">
+ <stop
+ id="stop11971-7-3-2"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-5-8" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-6-5" />
+ <stop
+ id="stop11973-8-5-2"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-3-5">
+ <stop
+ id="stop10800-5-2-1-8-2-8-0-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-08-5" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-7-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-8-5">
+ <stop
+ id="stop12001-9-2-6-7"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-3-0-4" />
+ <stop
+ id="stop12003-2-8-9-2"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-0-7">
+ <stop
+ id="stop12090-1-8-1-9"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-8-8-0" />
+ <stop
+ id="stop12092-2-4-4-8"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-9-6">
+ <stop
+ id="stop11971-3-7-1-1"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-6-8-7" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-6-2-5" />
+ <stop
+ id="stop11973-6-6-8-6"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-8-3-2">
+ <stop
+ id="stop11689-6-7-0"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-6-9-7" />
+ <stop
+ id="stop11691-5-3-7"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-26-8-7"
+ xlink:href="#linearGradient11687-8-3-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-8-8-0"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-3-3-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-6-7-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-3-5-4"
+ xlink:href="#linearGradient11679-8-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-9-7-5">
+ <stop
+ id="stop11689-1-0-3"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-2-9-2" />
+ <stop
+ id="stop11691-1-5-3"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-2-3-2"
+ xlink:href="#linearGradient11687-9-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-7-3-4"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-94-1-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-0-3-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-5-0-4"
+ xlink:href="#linearGradient11679-7-3-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11999-7-3-4">
+ <stop
+ id="stop12001-9-22-5"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-2-9" />
+ <stop
+ id="stop12003-2-7-2"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-5-3">
+ <stop
+ id="stop12090-1-88-8"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-0-6" />
+ <stop
+ id="stop12092-2-1-4"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-5-7">
+ <stop
+ id="stop11971-3-9-7"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-4-4" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-5-4" />
+ <stop
+ id="stop11973-6-0-3"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11888-4-9-5"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-8-2-3"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-8-9-5"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-5-8-0"
+ xlink:href="#linearGradient11888-4-9-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11888-8-5-7"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-4-2-2"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-1-6-0"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-2-5-0"
+ xlink:href="#linearGradient11888-8-5-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-1-8-9">
+ <stop
+ id="stop11689-9-1-3"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-3-4-6" />
+ <stop
+ id="stop11691-9-3-2"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-0-4-1"
+ xlink:href="#linearGradient11687-1-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-2-2-7"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-9-8-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-1-7-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-7-3-2"
+ xlink:href="#linearGradient11679-2-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-20-0">
+ <stop
+ id="stop10800-5-2-1-8-2-5-5-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-5-8" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-9-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-20-0"
+ id="linearGradient11520-8-8-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-9-0">
+ <stop
+ id="stop10800-5-2-1-8-2-6-3-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-9-1-3" />
+ <stop
+ id="stop10802-1-5-3-0-2-6-4-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-9-0"
+ id="linearGradient11520-3-2-3"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-0-3">
+ <stop
+ id="stop10800-5-2-1-8-2-1-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-90-9" />
+ <stop
+ id="stop10802-1-5-3-0-2-4-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-0-3"
+ id="linearGradient11390-0-3-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-3-9">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-1-1-2" />
+ <stop
+ id="stop10860-7-9-1-7-3-3"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-4-6-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-7-4">
+ <stop
+ id="stop11150-7-8-3-1-7-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-6-4-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-6-7">
+ <stop
+ id="stop11150-9-6-4-8-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-2-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-7-0">
+ <stop
+ id="stop11150-7-5-5-4-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-9-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-5-9-8">
+ <stop
+ id="stop11150-4-7-0-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-2-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-5-2"
+ id="linearGradient11390-12-9"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-5-2">
+ <stop
+ id="stop10800-5-2-1-8-3-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-3-0" />
+ <stop
+ id="stop10802-1-5-3-0-24-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-5-2"
+ id="linearGradient10880-5-3-4-7-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-9-3">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-03-7" />
+ <stop
+ id="stop10860-7-9-1-4-0"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-1-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-0-9-3"
+ id="linearGradient11298-3-1-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-1-5">
+ <stop
+ id="stop11150-7-8-3-7-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-7-8" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11274-3-6-9"
+ xlink:href="#linearGradient11146-8-7-5-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-7-5-2-5">
+ <stop
+ id="stop11150-9-6-7-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-9-7" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11272-3-8-7"
+ xlink:href="#linearGradient11146-7-5-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-3-1-5">
+ <stop
+ id="stop11150-7-5-3-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-95-0" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11270-4-4-5"
+ xlink:href="#linearGradient11146-8-3-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-59-9">
+ <stop
+ id="stop11150-4-2-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-5-1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11268-5-8-9"
+ xlink:href="#linearGradient11146-4-59-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-3-1">
+ <stop
+ id="stop10800-5-2-1-4-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-1-4" />
+ <stop
+ id="stop10802-1-5-3-04-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-7-7">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-9-1" />
+ <stop
+ id="stop10860-7-9-0-7"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-5-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-7-7"
+ id="linearGradient11063-6-0-9"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-0-8">
+ <stop
+ id="stop11150-7-8-8-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-5-6" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-0-8"
+ id="radialGradient11169-6-1-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-2-7">
+ <stop
+ id="stop11150-9-5-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-9-0" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-2-2-9"
+ xlink:href="#linearGradient11146-7-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-8-8">
+ <stop
+ id="stop11150-7-0-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-7-8" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-4-2-6"
+ xlink:href="#linearGradient11146-8-8-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-36-2">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-3-8" />
+ <stop
+ id="stop10860-7-0-8"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-35-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-36-2"
+ id="linearGradient10835-2-2-6"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-2-6">
+ <stop
+ id="stop10800-5-2-17-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-4-4" />
+ <stop
+ id="stop10802-1-5-8-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-3-8">
+ <stop
+ id="stop10800-5-1-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-5-5" />
+ <stop
+ id="stop10802-1-52-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-8-0-6"
+ xlink:href="#linearGradient10798-1-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-8-5-5">
+ <stop
+ id="stop10800-2-2-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-9-8-2" />
+ <stop
+ id="stop10802-3-1-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-7-6-1"
+ xlink:href="#linearGradient10798-8-5-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.38498"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10794-3-1"
+ xlink:href="#linearGradient10149-6-5-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10792-6-7"
+ xlink:href="#linearGradient10149-39-1-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10790-4-1"
+ xlink:href="#linearGradient10157-2-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.67456"
+ x2="302.3125"
+ y1="532.98718"
+ x1="302.3125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10788-7-2"
+ xlink:href="#linearGradient10396-6-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.75818"
+ x2="306.05069"
+ y1="532.08228"
+ x1="306.05069"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10786-4-5"
+ xlink:href="#linearGradient10157-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.36218"
+ x2="289.8125"
+ y1="528.73804"
+ x1="289.8125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10784-3-0"
+ xlink:href="#linearGradient10432-6-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.08923"
+ x2="298.34253"
+ y1="528.1048"
+ x1="298.34253"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10782-1-6"
+ xlink:href="#linearGradient10414-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10780-9-3"
+ xlink:href="#linearGradient10440-0-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10778-8-7"
+ xlink:href="#linearGradient10448-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.73615"
+ x2="334.375"
+ y1="532.30212"
+ x1="334.375"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10776-0-6"
+ xlink:href="#linearGradient10440-1-3-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.53949"
+ x2="324.1601"
+ y1="532.15552"
+ x1="324.1601"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10774-3-2"
+ xlink:href="#linearGradient10748-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.67365"
+ x2="334.375"
+ y1="529.06494"
+ x1="334.375"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10772-5-9"
+ xlink:href="#linearGradient10440-1-0-0-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10770-4-2"
+ xlink:href="#linearGradient10448-9-7-0-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-0-5-9">
+ <stop
+ id="stop10442-43-2-0-1-6"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-5-0-0" />
+ <stop
+ id="stop10444-3-4-0-6-2"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-1-0">
+ <stop
+ id="stop10450-3-5-6-1-5"
+ offset="0"
+ style="stop-color:#cf9307;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7d87b;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-5-5-0" />
+ <stop
+ id="stop10452-22-7-8-9-2"
+ offset="1"
+ style="stop-color:#ebb313;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-3-8-9">
+ <stop
+ id="stop10442-43-0-3-1"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-4-2-9" />
+ <stop
+ id="stop10444-3-2-4-8"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-8-9"
+ id="linearGradient10548-1-5-8"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-6-7-7">
+ <stop
+ id="stop10450-3-8-3-7"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-7-1-5" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-7-5-2" />
+ <stop
+ id="stop10460-2-1-7-6"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-8-8-8"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-6-7-7"
+ id="linearGradient10546-8-3-6"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-0-2-5">
+ <stop
+ id="stop10442-43-2-7-7"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-9-4" />
+ <stop
+ id="stop10444-3-4-2-4"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-2-5"
+ id="linearGradient10548-3-4-4"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-7-6-3">
+ <stop
+ id="stop10450-3-5-5-1"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-0-3-5" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-2-8" />
+ <stop
+ id="stop10460-2-9-4-9"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-7-4-5"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-6-3"
+ id="linearGradient10546-3-2-4"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-9-0">
+ <stop
+ id="stop10442-43-9-3"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-5-1" />
+ <stop
+ id="stop10444-3-9-0"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-7-3-6"
+ xlink:href="#linearGradient10440-1-9-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-2-3">
+ <stop
+ id="stop10450-3-7-8"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-2-0" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-76-7" />
+ <stop
+ id="stop10460-2-5-6"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-1-1"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-9-6-1"
+ xlink:href="#linearGradient10448-9-2-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-2-1-9"
+ inkscape:collect="always">
+ <stop
+ id="stop10442-4-9-6"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ id="stop10444-4-1-5"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-9-7-6"
+ xlink:href="#linearGradient10440-2-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-4-6-7">
+ <stop
+ id="stop10450-4-6-2"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-7-6-8" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-9-7-2" />
+ <stop
+ id="stop10460-1-6-3"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-2-7-6"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-7-5-7"
+ xlink:href="#linearGradient10448-4-6-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-5-6-1">
+ <stop
+ id="stop10151-5-7-2-8"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#b9c7df;stop-opacity:1"
+ offset="0.5"
+ id="stop10394-0-1" />
+ <stop
+ id="stop10153-8-1-3-8"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-39-1-1"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-3-4-0"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-72-5-6"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-7-0-5"
+ xlink:href="#linearGradient10149-39-1-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-2-8-3">
+ <stop
+ id="stop10159-8-3-8"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-3-4-9" />
+ <stop
+ id="stop10161-5-5-8"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-2-0-2"
+ xlink:href="#linearGradient10157-2-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-7-3"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-5-1-8"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-8-0-1"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-5-3-5"
+ xlink:href="#linearGradient10149-6-7-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-3-4-3"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-0-7-9"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-7-8-8"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-1-7-4"
+ xlink:href="#linearGradient10149-3-4-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-5-8-3">
+ <stop
+ id="stop10159-7-9-4"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-2-3-9" />
+ <stop
+ id="stop10161-3-0-4"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-8-0-0"
+ xlink:href="#linearGradient10157-5-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10005-7-9"
+ xlink:href="#linearGradient9299-1-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10003-7-0"
+ xlink:href="#linearGradient9291-8-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10001-5-8"
+ xlink:href="#linearGradient9510-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9999-8-2"
+ xlink:href="#linearGradient9312-0-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9997-8-3"
+ xlink:href="#linearGradient9332-7-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="279.41037"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9984-3-1"
+ xlink:href="#linearGradient9914-3-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9982-0-5"
+ xlink:href="#linearGradient8153-2-4-4-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9980-9-3"
+ xlink:href="#linearGradient8653-2-4-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="281.43512"
+ x2="641.07611"
+ y1="306.07397"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9978-2-4"
+ xlink:href="#linearGradient9908-8-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9976-1-4"
+ xlink:href="#linearGradient8337-2-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9974-0-4"
+ xlink:href="#linearGradient8153-2-0-2-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(-33.506824,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9972-3-7"
+ xlink:href="#linearGradient8137-6-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9970-8-3"
+ xlink:href="#linearGradient8661-5-7-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9968-4-9"
+ xlink:href="#linearGradient9510-3-7-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9966-0-1"
+ xlink:href="#linearGradient9312-9-4-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9964-0-2"
+ xlink:href="#linearGradient9332-6-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="454.31174"
+ x2="227.09628"
+ y1="441.62799"
+ x1="213.82529"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9962-3-3"
+ xlink:href="#linearGradient9605-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-1-3-1-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-2-1-7"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-6-7-8"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-1-1-4"
+ xlink:href="#linearGradient8337-1-3-1-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-4-4-6-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-0-0-7"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-7-6-7"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-2-4-2"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-9-0-6"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-2-2-9"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-5-5-4"
+ xlink:href="#linearGradient8653-2-4-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-2-7-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-7-1-3"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-8-5-8"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-0-2-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-9-3-9"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-5-6-0"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-6-3-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-1-0-4"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-6-2-3"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-5-7-3">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-3-9-2" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-5-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-3-7-9">
+ <stop
+ id="stop9512-4-7-9"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-9-4-4" />
+ <stop
+ id="stop9516-6-5-5"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-7-9"
+ id="linearGradient9415-5-5-4"
+ gradientUnits="userSpaceOnUse"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient9312-9-4-5">
+ <stop
+ id="stop9314-5-9-9"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-0-2-4" />
+ <stop
+ id="stop9316-6-6-4"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-6-2">
+ <stop
+ id="stop9334-52-7-0"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-23-3-4" />
+ <stop
+ id="stop9336-3-8-8"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-1-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-6-0-1"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-8-5-6"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-8-0-8"
+ xlink:href="#linearGradient9299-1-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9291-8-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-7-0-2"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-3-6-4"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-1-0-1"
+ xlink:href="#linearGradient9291-8-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9324-7-8-7">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-0-4-9" />
+ <stop
+ id="stop9328-1-9-4"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-5-2-7" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ id="linearGradient9318-4-2"
+ xlink:href="#linearGradient9324-7-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9332-9-6-6">
+ <stop
+ id="stop9334-5-8-3"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-2-3-7" />
+ <stop
+ id="stop9336-4-1-1"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ id="linearGradient9338-8-1-7"
+ xlink:href="#linearGradient9332-9-6-6"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-82-6"
+ xlink:href="#linearGradient9299-7-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-4-1"
+ xlink:href="#linearGradient9291-0-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-6-9"
+ xlink:href="#linearGradient8337-1-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8701-5-1"
+ xlink:href="#linearGradient8153-2-4-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8699-9-7"
+ xlink:href="#linearGradient8137-93-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-54-8"
+ xlink:href="#linearGradient8653-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8695-4-6"
+ xlink:href="#linearGradient8653-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8693-0-9"
+ xlink:href="#linearGradient8653-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8691-0-5"
+ xlink:href="#linearGradient8653-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8689-5-6"
+ xlink:href="#linearGradient8653-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8687-7-1"
+ xlink:href="#linearGradient8337-0-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8685-6-8"
+ xlink:href="#linearGradient8153-2-5-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8683-0-4"
+ xlink:href="#linearGradient8137-60-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8681-1-1"
+ xlink:href="#linearGradient8661-57-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ id="linearGradient8659-3-6"
+ xlink:href="#linearGradient8653-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8498-0-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8500-0-7"
+ offset="0"
+ style="stop-color:#d9f4ff;stop-opacity:1" />
+ <stop
+ id="stop8502-5-6"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ id="linearGradient8504-4-3"
+ xlink:href="#linearGradient8498-0-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-93-7-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-9-0-4"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-8-3-3"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-4-6-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-4-0"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-0-2"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-1-1-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-22-8"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-2-8"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-6-5-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-6-3-9"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-6-5-1"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8291-2-2-3"
+ xlink:href="#linearGradient8153-2-6-5-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-9-5-1-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-2-1-7"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-9-3-3"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-5-1-7"
+ id="linearGradient8182-2-3"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8153-2-8-3-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-7-4-1"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-3-3-2"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-8-3-7"
+ id="linearGradient8180-3-5-0"
+ gradientUnits="userSpaceOnUse"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8137-9-2-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-9-4"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-7-0"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ id="linearGradient8143-2-7-1"
+ xlink:href="#linearGradient8137-9-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-5-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-2-0"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-03-9"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ id="linearGradient8159-0-2-7"
+ xlink:href="#linearGradient8153-2-5-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7686-9-7-0-3"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-1-3-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-0-8-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-7-0-3"
+ id="linearGradient7755-5-3-5"
+ gradientUnits="userSpaceOnUse"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientTransform="translate(0,-140)" />
+ <linearGradient
+ id="linearGradient7686-9-77-3"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-8-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-7-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ id="linearGradient7692-4-0-5"
+ xlink:href="#linearGradient7686-9-77-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7115-4-0">
+ <stop
+ id="stop7117-2-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7119-9-1" />
+ <stop
+ id="stop7121-3-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-4-3">
+ <stop
+ id="stop7108-4-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7110-4-6" />
+ <stop
+ id="stop7112-4-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-1-0">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-2-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-5-3" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-7-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-8-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-7-5" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-5-8"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-3-6">
+ <stop
+ id="stop6951-4-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6953-2-2" />
+ <stop
+ id="stop6955-8-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-0-6">
+ <stop
+ id="stop6942-5-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6944-9-6" />
+ <stop
+ id="stop6946-6-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-9-3">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-3-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-4-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-4-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-6-5">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-4-8" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-9-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-1-4">
+ <stop
+ id="stop6360-5-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6362-0-8" />
+ <stop
+ id="stop6364-3-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-4-3">
+ <stop
+ id="stop6351-6-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6353-2-6" />
+ <stop
+ id="stop6355-9-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-8-2">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-5-6-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-5-2-1" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-1-1-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-5-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-3-3-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-2-6-7"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-8-1-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-3-0">
+ <stop
+ id="stop6332-2-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6334-8-0" />
+ <stop
+ id="stop6336-2-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-3-5">
+ <stop
+ id="stop6323-3-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6325-5-6" />
+ <stop
+ id="stop6327-5-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-4-4">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-41-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-6-7" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-16-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-5-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-8-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-2-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-5-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-5-8">
+ <stop
+ id="stop6304-7-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6306-6-9" />
+ <stop
+ id="stop6308-6-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-7-6">
+ <stop
+ id="stop6295-6-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6297-9-1" />
+ <stop
+ id="stop6299-3-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-6-0">
+ <stop
+ id="stop7104-0-1-6-7-9-1-5-7-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-6-9-4" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-2-9-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-3-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-4-9-4" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-6-3-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-55-9-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-2-1">
+ <stop
+ id="stop6136-6-5-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-0-0-2" />
+ <stop
+ id="stop6140-7-8-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-5-3">
+ <stop
+ id="stop6127-4-4-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-0-9-3" />
+ <stop
+ id="stop6131-6-1-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-9-0">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-8-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-2-7" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-5-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-4-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-1-1" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-9-6"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-6-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-7-2">
+ <stop
+ id="stop6136-2-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-2-0" />
+ <stop
+ id="stop6140-9-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-2-3">
+ <stop
+ id="stop6127-5-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-8-8" />
+ <stop
+ id="stop6131-67-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-95-5">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-3-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-2-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-5-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-0-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-39-5" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-1-0"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-81-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-9-5">
+ <stop
+ id="stop5701-6-5-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-0-2-5" />
+ <stop
+ id="stop5705-3-0-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-9-5">
+ <stop
+ id="stop5692-0-7-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-4-6-3" />
+ <stop
+ id="stop5696-5-2-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-8-2">
+ <stop
+ id="stop7104-0-1-6-7-9-1-2-2-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-16-1-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-6-1-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-2-1">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-2-4-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-0-6-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-5-1-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-2-5">
+ <stop
+ id="stop5701-65-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-3-8" />
+ <stop
+ id="stop5705-9-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-2-8">
+ <stop
+ id="stop5692-5-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-8-3" />
+ <stop
+ id="stop5696-6-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-6-5">
+ <stop
+ id="stop7104-0-1-6-7-9-1-0-1-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-1-2-3" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-5-4-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-8-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-8-1-7" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-7-5-7"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-7-8-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-8-3">
+ <stop
+ id="stop4365-6-9-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-1-0-9" />
+ <stop
+ id="stop4369-3-7-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-2-8">
+ <stop
+ id="stop4356-1-2-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-6-8-8" />
+ <stop
+ id="stop4360-2-2-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-9-5">
+ <stop
+ id="stop7104-0-1-6-7-9-4-8-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-3-9-9" />
+ <stop
+ id="stop7106-25-7-1-2-9-3-7-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-0-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-5-6-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-0-8-1"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-2-1-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-38-6">
+ <stop
+ id="stop4365-0-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-8-8" />
+ <stop
+ id="stop4369-8-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-3-1">
+ <stop
+ id="stop4356-3-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-7-4" />
+ <stop
+ id="stop4360-4-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-99-3">
+ <stop
+ id="stop7104-0-1-6-7-9-1-25-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-5-2" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-3-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-8-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-34-0" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-8-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-0-4">
+ <stop
+ id="stop4144-9-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4146-9-8" />
+ <stop
+ id="stop4148-6-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-9-2">
+ <stop
+ id="stop4135-6-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4137-5-1" />
+ <stop
+ id="stop4139-1-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-37-9">
+ <stop
+ id="stop7104-0-1-6-7-9-10-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-7-6" />
+ <stop
+ id="stop7106-25-7-1-2-9-34-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-7-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-8-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-3-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-8-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-8-5">
+ <stop
+ id="stop3517-0-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3519-8-0" />
+ <stop
+ id="stop3521-7-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-4-5">
+ <stop
+ id="stop3508-3-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3510-9-0" />
+ <stop
+ id="stop3512-8-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-9-5">
+ <stop
+ id="stop7104-0-1-6-8-8-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-1-4-3" />
+ <stop
+ id="stop7106-25-7-1-4-1-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-0-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-5-6-3" />
+ <stop
+ id="stop7563-1-3-0-1-76-1-3"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-7-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-0-9">
+ <stop
+ id="stop3267-1-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3269-6-1" />
+ <stop
+ id="stop3271-4-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-3-7">
+ <stop
+ id="stop3258-5-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3260-1-2" />
+ <stop
+ id="stop3262-2-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-0-5">
+ <stop
+ id="stop7104-0-1-6-7-94-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-7-1" />
+ <stop
+ id="stop7106-25-7-1-2-8-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-0-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-1-8" />
+ <stop
+ id="stop7563-1-3-0-1-7-2-6"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-5-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-6-7">
+ <stop
+ id="stop4331-0-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4333-3-2" />
+ <stop
+ id="stop4335-8-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-1-0">
+ <stop
+ id="stop4322-8-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4324-2-7" />
+ <stop
+ id="stop4326-6-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-5-4">
+ <stop
+ id="stop7104-0-1-6-9-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-9-7" />
+ <stop
+ id="stop7106-25-7-1-8-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-7-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-77-8" />
+ <stop
+ id="stop7563-1-3-0-1-3-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-3-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-60-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-7-6"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-17-9"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-0-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-1-5"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-4-2"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-1-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-2-3"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-0-4"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-57-5">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-5-3" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9291-0-7"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-1-7"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-6-4"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-7-2"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-2-2"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-6-4"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-0-2">
+ <stop
+ id="stop9314-9-9"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-7-0" />
+ <stop
+ id="stop9316-3-3"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-1-9">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-5-6" />
+ <stop
+ id="stop9328-4-4"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-2-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-7-6">
+ <stop
+ id="stop9334-6-0"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-3-9" />
+ <stop
+ id="stop9336-6-8"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-9-2">
+ <stop
+ id="stop9512-8-7"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-4-0" />
+ <stop
+ id="stop9516-0-3"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9605-1-5"
+ inkscape:collect="always">
+ <stop
+ id="stop9607-3-7"
+ offset="0"
+ style="stop-color:#2a5bbf;stop-opacity:1;" />
+ <stop
+ id="stop9609-5-2"
+ offset="1"
+ style="stop-color:#2a5bbf;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9908-8-2">
+ <stop
+ style="stop-color:#525f72;stop-opacity:1"
+ offset="0"
+ id="stop9910-2-7" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop9912-9-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9914-3-4">
+ <stop
+ style="stop-color:#4a6fa4;stop-opacity:1"
+ offset="0"
+ id="stop9916-7-7" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop9918-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-1-3">
+ <stop
+ id="stop10159-84-6"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-9-1" />
+ <stop
+ id="stop10161-6-0"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-6-5">
+ <stop
+ id="stop10398-0-8"
+ offset="0"
+ style="stop-color:#1b3e79;stop-opacity:1;" />
+ <stop
+ style="stop-color:#728fbf;stop-opacity:1"
+ offset="0.5"
+ id="stop10404-6-3" />
+ <stop
+ id="stop10400-6-3"
+ offset="1"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-9-7">
+ <stop
+ id="stop10416-3-7"
+ offset="0"
+ style="stop-color:#5078b9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6d8cbd;stop-opacity:1"
+ offset="0.5"
+ id="stop10422-4-4" />
+ <stop
+ id="stop10418-4-3"
+ offset="1"
+ style="stop-color:#5f88c9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-6-5">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10434-1-6" />
+ <stop
+ id="stop10436-3-3"
+ offset="0.5"
+ style="stop-color:#4e6da1;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10438-8-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-0-8">
+ <stop
+ id="stop10442-9-9"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-0-3" />
+ <stop
+ id="stop10444-0-0"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-6-2">
+ <stop
+ id="stop10450-0-6"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-2-8" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-48-9" />
+ <stop
+ id="stop10460-6-7"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-5-7"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-8-0">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10750-6-9" />
+ <stop
+ id="stop10752-5-1"
+ offset="0.25"
+ style="stop-color:#f1ce66;stop-opacity:1" />
+ <stop
+ id="stop10754-0-0"
+ offset="0.5"
+ style="stop-color:#f6e5a6;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1cf6c;stop-opacity:1"
+ offset="0.75"
+ id="stop10756-2-8" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10758-8-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-7-8">
+ <stop
+ id="stop10800-9-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-3-3" />
+ <stop
+ id="stop10802-19-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-7-8">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-4-9" />
+ <stop
+ id="stop10860-2-1"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-7-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-1-3">
+ <stop
+ id="stop11130-1-6"
+ offset="0"
+ style="stop-color:#e4d09d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6ecb2;stop-opacity:1"
+ offset="0.27413794"
+ id="stop11136-3-9" />
+ <stop
+ id="stop11132-8-1"
+ offset="1"
+ style="stop-color:#b58a68;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-3-0">
+ <stop
+ id="stop11150-3-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-4-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-95-6">
+ <stop
+ id="stop11689-4-9"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-31-4" />
+ <stop
+ id="stop11691-2-2"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-1-6">
+ <stop
+ id="stop11971-8-3"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-9-8" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-2-0" />
+ <stop
+ id="stop11973-7-3"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-8-9">
+ <stop
+ id="stop12001-5-9"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-7-6" />
+ <stop
+ id="stop12003-6-0"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-23-9">
+ <stop
+ id="stop12090-2-9"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-2-7" />
+ <stop
+ id="stop12092-16-9"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-1-9">
+ <stop
+ id="stop13801-5-1"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-2-4" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-76-8" />
+ <stop
+ id="stop13811-1-0"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-4-8"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-1-8">
+ <stop
+ id="stop13836-7-6"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13838-1-4"
+ offset="1"
+ style="stop-color:#807e66;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-4-0">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-5-0" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-5-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-4-0">
+ <stop
+ id="stop13858-88-0"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-2-5"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4763-3">
+ <stop
+ id="stop4765-1"
+ offset="0"
+ style="stop-color:#77a29d;stop-opacity:1;" />
+ <stop
+ id="stop4767-0"
+ offset="1"
+ style="stop-color:#1b867b;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4773-1">
+ <stop
+ id="stop4775-7"
+ offset="0"
+ style="stop-color:#8e4694;stop-opacity:1;" />
+ <stop
+ id="stop4777-5"
+ offset="1"
+ style="stop-color:#bc7bc1;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4781-7">
+ <stop
+ id="stop4783-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4785-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4789-54">
+ <stop
+ id="stop4791-8"
+ offset="0"
+ style="stop-color:#4e8fbd;stop-opacity:1;" />
+ <stop
+ id="stop4793-1"
+ offset="1"
+ style="stop-color:#30495a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-6">
+ <stop
+ id="stop4909-7"
+ offset="0"
+ style="stop-color:#b86c44;stop-opacity:1;" />
+ <stop
+ id="stop4911-17"
+ offset="1"
+ style="stop-color:#8f4017;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-1">
+ <stop
+ id="stop4920-7"
+ offset="0"
+ style="stop-color:#d48a4b;stop-opacity:1;" />
+ <stop
+ id="stop4922-0"
+ offset="1"
+ style="stop-color:#b1623a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-5">
+ <stop
+ id="stop4930-2"
+ offset="0"
+ style="stop-color:#4dac81;stop-opacity:1;" />
+ <stop
+ id="stop4932-07"
+ offset="1"
+ style="stop-color:#058048;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-6">
+ <stop
+ id="stop4940-3"
+ offset="0"
+ style="stop-color:#8bc7d7;stop-opacity:1;" />
+ <stop
+ id="stop4942-7"
+ offset="1"
+ style="stop-color:#17477c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-1">
+ <stop
+ id="stop4963-3"
+ offset="0"
+ style="stop-color:#df9a39;stop-opacity:1;" />
+ <stop
+ id="stop4965-9"
+ offset="1"
+ style="stop-color:#b55829;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-8">
+ <stop
+ id="stop5211-39"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5213-3"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-45">
+ <stop
+ id="stop5330-16"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5332-7"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-10">
+ <stop
+ id="stop5585-9"
+ offset="0"
+ style="stop-color:#426e4a;stop-opacity:1;" />
+ <stop
+ id="stop5587-77"
+ offset="1"
+ style="stop-color:#669f71;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5591-10">
+ <stop
+ id="stop5593-8"
+ offset="0"
+ style="stop-color:#e0e566;stop-opacity:1;" />
+ <stop
+ id="stop5595-9"
+ offset="1"
+ style="stop-color:#b0b456;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4805-12">
+ <stop
+ id="stop4807-3"
+ offset="0"
+ style="stop-color:#4b82b6;stop-opacity:1" />
+ <stop
+ style="stop-color:#9ab7d5;stop-opacity:1"
+ offset="0.79358917"
+ id="stop4815-1" />
+ <stop
+ id="stop4809-1"
+ offset="1"
+ style="stop-color:#a2bcd8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-4-1">
+ <stop
+ id="stop4786-0-8"
+ offset="0"
+ style="stop-color:#b68e69;stop-opacity:1" />
+ <stop
+ style="stop-color:#d5ae7d;stop-opacity:1"
+ offset="0.94238818"
+ id="stop4792-1" />
+ <stop
+ id="stop4788-9-2"
+ offset="1"
+ style="stop-color:#c69863;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4082-34">
+ <stop
+ id="stop4084-4"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-6" />
+ <stop
+ id="stop4086-7"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4973-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4975-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4977-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4981-1">
+ <stop
+ id="stop4983-3"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop4991-4" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop4989-6" />
+ <stop
+ id="stop4985-8"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4082-3-0">
+ <stop
+ id="stop4084-8-2"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-7-0" />
+ <stop
+ id="stop4086-2-1"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <mask
+ id="mask5241-6-4"
+ maskUnits="userSpaceOnUse">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5243-9-5"
+ d="m 2,1041.3622 0,0.5 0,9.0313 0,0.5 0.5,0 12,0 0.5,0 0,-0.5 0,-9.0313 0,-0.5 -0.5,0 -12,0 -0.5,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ </mask>
+ <linearGradient
+ id="linearGradient4981-5-2">
+ <stop
+ id="stop4983-4-4"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop4991-13-4" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop4989-7-6" />
+ <stop
+ id="stop4985-3-3"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6320-6">
+ <stop
+ id="stop6322-7"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop6324-4" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop6326-0" />
+ <stop
+ id="stop6328-1"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-0-7"
+ id="linearGradient7278-9-4"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-0-7">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-8-3" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-9-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-6-0"
+ id="linearGradient7278-3-0"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-6-0">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-0-7" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-6-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-8-2"
+ id="linearGradient7278-7-3"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-8-2">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-9-2" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-4-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-3"
+ id="linearGradient7278-5-6"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-3">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-7" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-9" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,4.7e-5)"
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7346-7-1-0"
+ xlink:href="#linearGradient7272-66-4-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-4-6">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-0-8" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-6-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-4"
+ id="linearGradient7532-6-7"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient7540-6-4">
+ <stop
+ id="stop7542-4-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-30" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-91" />
+ <stop
+ id="stop7548-9-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-7-7">
+ <stop
+ id="stop7542-1-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-6-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-5-8" />
+ <stop
+ id="stop7548-0-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7567-1-2"
+ xlink:href="#linearGradient7540-6-3-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-6-3-1">
+ <stop
+ id="stop7542-4-2-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-6-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-0-7" />
+ <stop
+ id="stop7548-9-5-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-6"
+ id="linearGradient7736-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4.7e-5)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-79"
+ id="linearGradient7738-3"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-4"
+ id="linearGradient7740-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-9"
+ id="linearGradient7736-9-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4.7e-5)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-4-5-9">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-0-1-6" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-6-3-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-39"
+ id="linearGradient7738-6-0"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-2-39">
+ <stop
+ id="stop7542-8-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-76" />
+ <stop
+ id="stop7548-98-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-8"
+ id="linearGradient7740-1-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-6-33-8">
+ <stop
+ id="stop7542-4-4-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-14" />
+ <stop
+ id="stop7548-9-2-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-5-3"
+ id="linearGradient7736-9-7-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4.7e-5)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-4-5-5-3">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-0-1-7-2" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-6-3-9-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-3-9"
+ id="linearGradient7738-6-2-0"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-2-3-9">
+ <stop
+ id="stop7542-8-7-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-2-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-7-4" />
+ <stop
+ id="stop7548-98-9-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-7"
+ id="linearGradient7740-1-3-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-6-33-6-7">
+ <stop
+ id="stop7542-4-4-3-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-8-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-1-3" />
+ <stop
+ id="stop7548-9-2-0-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-2-3-8-2">
+ <stop
+ id="stop7542-8-7-5-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-2-0-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-7-9-3" />
+ <stop
+ id="stop7548-98-9-2-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-3">
+ <stop
+ id="stop7542-4-4-3-3-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-8-5-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-1-2-5" />
+ <stop
+ id="stop7548-9-2-0-9-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-2-3-8-1-3">
+ <stop
+ id="stop7542-8-7-5-0-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-2-0-8-2" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-7-9-1-6" />
+ <stop
+ id="stop7548-98-9-2-8-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-3-2-1"
+ id="linearGradient7740-1-3-1-7-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-2-1">
+ <stop
+ id="stop7542-4-4-3-3-8-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-8-5-9-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-1-2-2-2" />
+ <stop
+ id="stop7548-9-2-0-9-3-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4046-24-4-8"
+ xlink:href="#linearGradient4810-5-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-5-9-1">
+ <stop
+ style="stop-color:#be9a4b;stop-opacity:1"
+ offset="0"
+ id="stop4812-0-8-1" />
+ <stop
+ style="stop-color:#877e60;stop-opacity:1"
+ offset="1"
+ id="stop4814-4-8-9" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.000147)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8429-4"
+ xlink:href="#linearGradient4810-5-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-9-1"
+ id="linearGradient8452-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.000147)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-9-1"
+ id="linearGradient8458-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.912058,-1036.3723)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask8465-0">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2.005808,1041.3724 0,0.5 0,11.0313 0,0.5 0.5,0 12.9375,0 0.5,0 0,-0.5 0,-11.0313 0,-0.5 -0.5,0 -12.9375,0 -0.5,0 z"
+ id="path8467-4"
+ inkscape:connector-curvature="0" />
+ </mask>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1056.2156"
+ x2="-4.5987825"
+ y1="1057.7357"
+ x1="-4.5987825"
+ id="linearGradient4889-8"
+ xlink:href="#linearGradient4882-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-16.75,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1039.4414"
+ x2="24.021645"
+ y1="1048.7585"
+ x1="24.021645"
+ id="linearGradient4906-1"
+ xlink:href="#linearGradient4900-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1040.5623"
+ x2="21.389982"
+ y1="1040.5623"
+ x1="7.4688163"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4896-19"
+ xlink:href="#linearGradient4881-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4894-2"
+ xlink:href="#linearGradient4839-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5623"
+ x2="21.389982"
+ y1="1040.5623"
+ x1="7.4688163"
+ id="linearGradient4888-1"
+ xlink:href="#linearGradient4881-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4839-1-31">
+ <stop
+ id="stop4841-8-45"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1;" />
+ <stop
+ id="stop4843-9-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ id="linearGradient4845-2-3"
+ xlink:href="#linearGradient4839-1-31"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ id="linearGradient4845-7"
+ xlink:href="#linearGradient4839-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4977-4-0">
+ <stop
+ id="stop4979-3-3"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-4-8"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,0.34375)"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5053-2-1"
+ xlink:href="#linearGradient4977-4-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientTransform="translate(0,1.6351958)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5059-0"
+ xlink:href="#linearGradient4977-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientTransform="translate(0,1.6351958)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5057-22"
+ xlink:href="#linearGradient4977-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5055-5"
+ xlink:href="#linearGradient4977-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-1"
+ id="linearGradient5010-4"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientTransform="translate(0,1.6351958)" />
+ <linearGradient
+ id="linearGradient5002-3">
+ <stop
+ id="stop5004-81"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop5006-36"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4985-8-69"
+ xlink:href="#linearGradient4977-5-1"
+ inkscape:collect="always"
+ gradientTransform="translate(0,1.6351958)" />
+ <linearGradient
+ id="linearGradient4977-5-1">
+ <stop
+ id="stop4979-2-4"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-7-6"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4983-4-2"
+ xlink:href="#linearGradient4977-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4985-82"
+ xlink:href="#linearGradient4977-6"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4983-1"
+ xlink:href="#linearGradient4977-6"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.8601705,0,0,-1.8686673,9.2238796,2979.3765)"
+ r="1.778585"
+ fy="1039.2938"
+ fx="2.7022624"
+ cy="1039.2938"
+ cx="2.7022624"
+ id="radialGradient4955-8"
+ xlink:href="#linearGradient4947-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1038.3284"
+ x2="0.27474764"
+ y1="1044.2241"
+ x1="0.27474764"
+ id="linearGradient4937-4"
+ xlink:href="#linearGradient4931-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4887-0-9">
+ <stop
+ id="stop4889-9-40"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4891-0-7"
+ offset="1"
+ style="stop-color:#c3bf94;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4004"
+ x2="0.89346611"
+ y1="1045.9344"
+ x1="0.89346611"
+ id="linearGradient4893-8-7"
+ xlink:href="#linearGradient4887-0-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4004"
+ x2="0.89346611"
+ y1="1045.9344"
+ x1="0.89346611"
+ id="linearGradient4893-84"
+ xlink:href="#linearGradient4887-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784-6-49"
+ id="linearGradient4821-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-3.6214785,2.1655504)"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809" />
+ <linearGradient
+ id="linearGradient4784-6-49">
+ <stop
+ id="stop4786-1-6"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4788-7-8"
+ offset="1"
+ style="stop-color:#25497f;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-4.5053616,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ id="linearGradient4790-4-80"
+ xlink:href="#linearGradient4784-6-49"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4792-0-8">
+ <stop
+ id="stop4794-9-0"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4796-9-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-9.0598057,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.051"
+ x2="17.360693"
+ y1="1048.6658"
+ x1="17.360693"
+ id="linearGradient4798-2-2"
+ xlink:href="#linearGradient4792-0-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-9.0598057,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.051"
+ x2="17.360693"
+ y1="1048.6658"
+ x1="17.360693"
+ id="linearGradient4798-6"
+ xlink:href="#linearGradient4792-72"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-4.5053616,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ id="linearGradient4790-38"
+ xlink:href="#linearGradient4784-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-0.0625,1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ y2="13.291266"
+ x2="22.875"
+ y1="11.53125"
+ x1="22.875"
+ id="linearGradient4930-7"
+ xlink:href="#linearGradient4924-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-0.0625,1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ y2="13.064337"
+ x2="25.3125"
+ y1="12"
+ x1="25.3125"
+ id="linearGradient4920-8"
+ xlink:href="#linearGradient4914-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4816-4-6">
+ <stop
+ id="stop4818-0-4"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-1-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-6-7"
+ xlink:href="#linearGradient4816-4-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4816-5-8">
+ <stop
+ id="stop4818-7-1"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-4-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-4-6"
+ xlink:href="#linearGradient4816-5-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-8"
+ xlink:href="#linearGradient4816-47"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(10.562408,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4236"
+ x2="11.354345"
+ y1="1051.4784"
+ x1="11.354345"
+ id="linearGradient4807-2"
+ xlink:href="#linearGradient4801-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(16.175068,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0641"
+ x2="7.9212775"
+ y1="1051.1169"
+ x1="7.9212775"
+ id="linearGradient4799-0"
+ xlink:href="#linearGradient4793-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-7-1"
+ id="linearGradient14172-6-4"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12862-1-8-7-1"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-2-1"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-5-5"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-77">
+ <stop
+ id="stop11689-3-7-74"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-8-4" />
+ <stop
+ id="stop11691-10-4-04"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-3">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-6-5"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-7-2" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-2-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-9">
+ <stop
+ id="stop10800-5-2-1-8-2-8-1-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-0-3" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-9-504"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-8">
+ <stop
+ id="stop12001-1-9-0"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-6-2" />
+ <stop
+ id="stop12003-3-6-94"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-84">
+ <stop
+ id="stop12090-7-9-4"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-2-43" />
+ <stop
+ id="stop12092-1-3-5"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-0-0">
+ <stop
+ id="stop11971-7-1-23"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-0-1" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-1-98" />
+ <stop
+ id="stop11973-8-0-7"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-3"
+ id="linearGradient14172-9"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-3"
+ id="linearGradient13011-8-67"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12725-9-4-7-1"
+ inkscape:collect="always">
+ <stop
+ id="stop12727-3-9-8-5"
+ offset="0"
+ style="stop-color:#397b3b;stop-opacity:1;" />
+ <stop
+ id="stop12729-4-1-8-5"
+ offset="1"
+ style="stop-color:#397b3b;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="183.18417"
+ x2="661.94519"
+ y1="205.72604"
+ x1="683.16229"
+ id="linearGradient12731-1-9-5-9"
+ xlink:href="#linearGradient12725-9-4-7-1"
+ inkscape:collect="always"
+ gradientTransform="translate(3.9747778e-6,-9.8142582e-6)" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-8-2-4-2"
+ xlink:href="#linearGradient12717-5-0-4-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="415.1088"
+ x2="425.4519"
+ y1="432.76639"
+ x1="427.53012"
+ id="linearGradient12896-6-4-5"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-0-4-1"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-3-0-4"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-4-5-3"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-0-4-1"
+ id="radialGradient12821-7-6-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="360.85596"
+ x2="381.86542"
+ y1="362.80048"
+ x1="390.38361"
+ id="linearGradient12888-3-7-7"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="350.94641"
+ x2="396.21149"
+ y1="359.4902"
+ x1="396.0101"
+ id="linearGradient12868-4-7-9"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="166.79221"
+ x2="675.20258"
+ y1="180.63965"
+ x1="674.84711"
+ id="linearGradient12876-4-0-7"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="364.92181"
+ x2="429.94864"
+ y1="366.6012"
+ x1="413.01102"
+ id="linearGradient12878-2-7-8"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="381.80399"
+ x2="432.86548"
+ y1="378.7988"
+ x1="420.52402"
+ id="linearGradient12880-3-5-3"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="400.10037"
+ x2="397.7753"
+ y1="389.22861"
+ x1="404.8793"
+ id="linearGradient12882-2-0-8"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="388.69827"
+ x2="385.57773"
+ y1="379.50586"
+ x1="395.68689"
+ id="linearGradient12884-4-7-1"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-8-3"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-4"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-49"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="371.10898"
+ x2="379.65567"
+ y1="375.17487"
+ x1="393.4772"
+ id="linearGradient12886-6-7-7"
+ xlink:href="#linearGradient12862-1-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13799-7-01">
+ <stop
+ id="stop13801-4-2"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-4-28" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-7-5" />
+ <stop
+ id="stop13811-8-46"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-6-7"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13824-1-1"
+ xlink:href="#linearGradient13799-7-01"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13733-1-7">
+ <stop
+ style="stop-color:#73451c;stop-opacity:1"
+ offset="0"
+ id="stop13735-7-5" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13737-8-4" />
+ </linearGradient>
+ <linearGradient
+ y2="373.7739"
+ x2="548.45923"
+ y1="398.98798"
+ x1="548.45923"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13822-2-3"
+ xlink:href="#linearGradient13733-1-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13739-8-8"
+ inkscape:collect="always">
+ <stop
+ id="stop13741-3-1"
+ offset="0"
+ style="stop-color:#ffca57;stop-opacity:1" />
+ <stop
+ id="stop13743-3-6"
+ offset="1"
+ style="stop-color:#fffec5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="374.21222"
+ x2="538.00562"
+ y1="396.2229"
+ x1="538.00562"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13820-2-9"
+ xlink:href="#linearGradient13739-8-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13717-3-8"
+ inkscape:collect="always">
+ <stop
+ id="stop13719-9-29"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop13721-8-68"
+ offset="1"
+ style="stop-color:#b85f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="372.91846"
+ x2="531.09253"
+ y1="366.78851"
+ x1="531.09253"
+ gradientTransform="translate(-0.61871845,0.97227185)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13818-7-1"
+ xlink:href="#linearGradient13717-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13856-0-7">
+ <stop
+ id="stop13858-8-5"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-4-4"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="353.95593"
+ x2="452.5"
+ y1="388.23123"
+ x1="428"
+ id="linearGradient13848-8-3"
+ xlink:href="#linearGradient13856-0-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13850-2-0">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-4-87" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-7-28" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="353.95593"
+ x2="452.5"
+ y1="388.23123"
+ x1="428"
+ id="linearGradient13840-9-23"
+ xlink:href="#linearGradient13850-2-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13826-7-5"
+ inkscape:collect="always">
+ <stop
+ id="stop13828-0-2"
+ offset="0"
+ style="stop-color:#d8e1ed;stop-opacity:1" />
+ <stop
+ id="stop13830-2-52"
+ offset="1"
+ style="stop-color:#f8f9fa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="350.53076"
+ x2="441.34924"
+ y1="387.30411"
+ x1="441.34924"
+ id="linearGradient13832-8-9"
+ xlink:href="#linearGradient13826-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-15"
+ id="linearGradient13551-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-15">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-1-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-1-8" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-3-95"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-15"
+ id="linearGradient13333-0-1-3"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-2">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-2-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-7-7" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-5-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-2"
+ id="linearGradient13296-9-6-7"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-7">
+ <stop
+ id="stop10800-5-2-1-8-20-6-4-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-8-5" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-4-2"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-7"
+ id="linearGradient13468-0-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-5">
+ <stop
+ id="stop10800-5-2-1-8-20-6-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-58" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-5"
+ id="linearGradient13197-3-05"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-4">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-6">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-17" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-0"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-73">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-1" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-73"
+ id="linearGradient13296-4-0"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-5">
+ <stop
+ id="stop10800-5-2-1-8-20-4-50"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-58" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-15"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-5"
+ id="linearGradient13197-7-83"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-2">
+ <stop
+ id="stop10800-5-2-1-8-20-58"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-9"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-2"
+ id="linearGradient11390-9-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-27">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-9-2" />
+ <stop
+ id="stop10860-7-9-1-9-4"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-6-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-6">
+ <stop
+ id="stop11150-7-8-3-19-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-2-18" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-5">
+ <stop
+ id="stop11150-9-6-8-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-5-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-61">
+ <stop
+ id="stop11150-7-5-2-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-3-73" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-0-6">
+ <stop
+ id="stop11150-4-1-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-9-1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ id="linearGradient12904-2-00"
+ xlink:href="#linearGradient12862-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-9"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-3"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-62"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ id="radialGradient12739-4-6"
+ xlink:href="#linearGradient12717-5-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-7"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-08"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-45"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12717-9-89"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-7-89"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-6-9"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-3-6"
+ xlink:href="#linearGradient12717-9-89"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-2-34">
+ <stop
+ id="stop11689-3-9"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-4" />
+ <stop
+ id="stop11691-10-5"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-3-7"
+ xlink:href="#linearGradient11687-2-34"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-3-90"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-91-14"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-02-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-2-8"
+ xlink:href="#linearGradient11679-3-90"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-83">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-2" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-6">
+ <stop
+ id="stop12001-1-3"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-4" />
+ <stop
+ id="stop12003-3-63"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-4">
+ <stop
+ id="stop12090-7-1"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-4" />
+ <stop
+ id="stop12092-1-57"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-95">
+ <stop
+ id="stop11971-7-89"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-69" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-3" />
+ <stop
+ id="stop11973-8-31"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-8">
+ <stop
+ id="stop10800-5-2-1-8-2-8-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-89" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-791"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-0">
+ <stop
+ id="stop12001-9-2-1"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-3-4" />
+ <stop
+ id="stop12003-2-8-87"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-2">
+ <stop
+ id="stop12090-1-8-33"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-8-7" />
+ <stop
+ id="stop12092-2-4-3"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-1">
+ <stop
+ id="stop11971-3-7-4"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-6-9" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-6-3" />
+ <stop
+ id="stop11973-6-6-83"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-8-8">
+ <stop
+ id="stop11689-6-3"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-6-5" />
+ <stop
+ id="stop11691-5-56"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-26-02"
+ xlink:href="#linearGradient11687-8-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-8-86"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-3-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-6-71"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-3-0"
+ xlink:href="#linearGradient11679-8-86"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-9-73">
+ <stop
+ id="stop11689-1-6"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-2-16" />
+ <stop
+ id="stop11691-1-8"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-2-4"
+ xlink:href="#linearGradient11687-9-73"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-94-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-0-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-5-80"
+ xlink:href="#linearGradient11679-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11999-7-5">
+ <stop
+ id="stop12001-9-0"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-8" />
+ <stop
+ id="stop12003-2-92"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-9">
+ <stop
+ id="stop12090-1-80"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-01" />
+ <stop
+ id="stop12092-2-8"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-17">
+ <stop
+ id="stop11971-3-1"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-7" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-9" />
+ <stop
+ id="stop11973-6-4"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11888-4-0"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-8-8"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-8-15"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-5-73"
+ xlink:href="#linearGradient11888-4-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11888-8-51"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-4-0"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-1-9"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-2-1"
+ xlink:href="#linearGradient11888-8-51"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-1-3">
+ <stop
+ id="stop11689-9-19"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-3-5" />
+ <stop
+ id="stop11691-9-6"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-0-36"
+ xlink:href="#linearGradient11687-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-2-30"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-9-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-1-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-7-71"
+ xlink:href="#linearGradient11679-2-30"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-3">
+ <stop
+ id="stop10800-5-2-1-8-2-5-23"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-10" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-27"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-3"
+ id="linearGradient11520-8-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-0">
+ <stop
+ id="stop10800-5-2-1-8-2-6-37"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-9-3" />
+ <stop
+ id="stop10802-1-5-3-0-2-6-0"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-0"
+ id="linearGradient11520-3-3"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-00">
+ <stop
+ id="stop10800-5-2-1-8-2-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-1" />
+ <stop
+ id="stop10802-1-5-3-0-2-69"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-00"
+ id="linearGradient11390-0-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-02">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-1-4" />
+ <stop
+ id="stop10860-7-9-1-7-75"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-4-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-0">
+ <stop
+ id="stop11150-7-8-3-1-81"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-6-92" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-9">
+ <stop
+ id="stop11150-9-6-4-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-9">
+ <stop
+ id="stop11150-7-5-5-59"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-9-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-5-7">
+ <stop
+ id="stop11150-4-7-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-2-87" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-00"
+ id="linearGradient11390-7"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-00">
+ <stop
+ id="stop10800-5-2-1-8-23"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-16" />
+ <stop
+ id="stop10802-1-5-3-0-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-00"
+ id="linearGradient10880-5-3-4-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-8">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-95" />
+ <stop
+ id="stop10860-7-9-1-73"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-22" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-0-8"
+ id="linearGradient11298-3-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-68">
+ <stop
+ id="stop11150-7-8-3-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-5" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11274-3-76"
+ xlink:href="#linearGradient11146-8-7-5-68"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-7-5-01">
+ <stop
+ id="stop11150-9-6-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-10" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11272-3-2"
+ xlink:href="#linearGradient11146-7-5-01"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-3-8">
+ <stop
+ id="stop11150-7-5-34"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-0" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11270-4-2"
+ xlink:href="#linearGradient11146-8-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-3">
+ <stop
+ id="stop11150-4-29"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-33" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11268-5-88"
+ xlink:href="#linearGradient11146-4-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-30">
+ <stop
+ id="stop10800-5-2-1-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-7" />
+ <stop
+ id="stop10802-1-5-3-19"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-9">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-8" />
+ <stop
+ id="stop10860-7-9-5"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-32" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-9"
+ id="linearGradient11063-6-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-9">
+ <stop
+ id="stop11150-7-8-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-4" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-9"
+ id="radialGradient11169-6-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-29">
+ <stop
+ id="stop11150-9-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-92" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-2-23"
+ xlink:href="#linearGradient11146-7-29"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-0">
+ <stop
+ id="stop11150-7-15"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-34" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-4-34"
+ xlink:href="#linearGradient11146-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-7">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-9" />
+ <stop
+ id="stop10860-7-5"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-7"
+ id="linearGradient10835-2-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-249">
+ <stop
+ id="stop10800-5-2-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-8" />
+ <stop
+ id="stop10802-1-5-27"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-8">
+ <stop
+ id="stop10800-5-25"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-58" />
+ <stop
+ id="stop10802-1-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-8-02"
+ xlink:href="#linearGradient10798-1-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-8-8">
+ <stop
+ id="stop10800-2-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-9-2" />
+ <stop
+ id="stop10802-3-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-7-2"
+ xlink:href="#linearGradient10798-8-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.38498"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10794-7"
+ xlink:href="#linearGradient10149-6-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10792-18"
+ xlink:href="#linearGradient10149-39-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10790-8"
+ xlink:href="#linearGradient10157-2-83"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.67456"
+ x2="302.3125"
+ y1="532.98718"
+ x1="302.3125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10788-0"
+ xlink:href="#linearGradient10396-15"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.75818"
+ x2="306.05069"
+ y1="532.08228"
+ x1="306.05069"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10786-1"
+ xlink:href="#linearGradient10157-98"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.36218"
+ x2="289.8125"
+ y1="528.73804"
+ x1="289.8125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10784-1"
+ xlink:href="#linearGradient10432-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.08923"
+ x2="298.34253"
+ y1="528.1048"
+ x1="298.34253"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10782-32"
+ xlink:href="#linearGradient10414-12"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10780-0"
+ xlink:href="#linearGradient10440-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10778-03"
+ xlink:href="#linearGradient10448-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.73615"
+ x2="334.375"
+ y1="532.30212"
+ x1="334.375"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10776-33"
+ xlink:href="#linearGradient10440-1-3-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.53949"
+ x2="324.1601"
+ y1="532.15552"
+ x1="324.1601"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10774-57"
+ xlink:href="#linearGradient10748-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.67365"
+ x2="334.375"
+ y1="529.06494"
+ x1="334.375"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10772-48"
+ xlink:href="#linearGradient10440-1-0-0-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10770-90"
+ xlink:href="#linearGradient10448-9-7-0-38"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-0-1">
+ <stop
+ id="stop10442-43-2-0-3"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-5-3" />
+ <stop
+ id="stop10444-3-4-0-52"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-38">
+ <stop
+ id="stop10450-3-5-6-5"
+ offset="0"
+ style="stop-color:#cf9307;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7d87b;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-5-0" />
+ <stop
+ id="stop10452-22-7-8-92"
+ offset="1"
+ style="stop-color:#ebb313;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-3-5">
+ <stop
+ id="stop10442-43-0-61"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-4-5" />
+ <stop
+ id="stop10444-3-2-41"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-5"
+ id="linearGradient10548-1-9"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-6-6">
+ <stop
+ id="stop10450-3-8-8"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-7-7" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-7-6" />
+ <stop
+ id="stop10460-2-1-5"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-8-12"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-6-6"
+ id="linearGradient10546-8-0"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-0-3">
+ <stop
+ id="stop10442-43-2-6"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-38" />
+ <stop
+ id="stop10444-3-4-1"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-3"
+ id="linearGradient10548-3-79"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-7-5">
+ <stop
+ id="stop10450-3-5-75"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-0-7" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-9" />
+ <stop
+ id="stop10460-2-9-23"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-7-72"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-5"
+ id="linearGradient10546-3-81"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-4">
+ <stop
+ id="stop10442-43-32"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-56" />
+ <stop
+ id="stop10444-3-08"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-7-5"
+ xlink:href="#linearGradient10440-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-25">
+ <stop
+ id="stop10450-3-6"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-07" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-2" />
+ <stop
+ id="stop10460-2-0"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-9"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-9-0"
+ xlink:href="#linearGradient10448-9-25"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-2-7"
+ inkscape:collect="always">
+ <stop
+ id="stop10442-4-30"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ id="stop10444-4-6"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-9-1"
+ xlink:href="#linearGradient10440-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-4-3">
+ <stop
+ id="stop10450-4-9"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-7-2" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-9-72" />
+ <stop
+ id="stop10460-1-1"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-2-76"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-7-4"
+ xlink:href="#linearGradient10448-4-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-5-9">
+ <stop
+ id="stop10151-5-7-8"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#b9c7df;stop-opacity:1"
+ offset="0.5"
+ id="stop10394-1" />
+ <stop
+ id="stop10153-8-1-33"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-39-2"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-3-8"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-72-81"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-7-6"
+ xlink:href="#linearGradient10149-39-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-2-83">
+ <stop
+ id="stop10159-8-95"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-3-1" />
+ <stop
+ id="stop10161-5-3"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-2-8"
+ xlink:href="#linearGradient10157-2-83"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-9"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-5-5"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-8-9"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-5-56"
+ xlink:href="#linearGradient10149-6-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-3-33"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-0-1"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-7-3"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-1-3"
+ xlink:href="#linearGradient10149-3-33"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-5-2">
+ <stop
+ id="stop10159-7-1"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-2-97" />
+ <stop
+ id="stop10161-3-09"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-8-4"
+ xlink:href="#linearGradient10157-5-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10005-0"
+ xlink:href="#linearGradient9299-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10003-9"
+ xlink:href="#linearGradient9291-8-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10001-1"
+ xlink:href="#linearGradient9510-394"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9999-1"
+ xlink:href="#linearGradient9312-92"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9997-6"
+ xlink:href="#linearGradient9332-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="279.41037"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9984-0"
+ xlink:href="#linearGradient9914-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9982-9"
+ xlink:href="#linearGradient8153-2-4-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9980-44"
+ xlink:href="#linearGradient8653-2-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="281.43512"
+ x2="641.07611"
+ y1="306.07397"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9978-57"
+ xlink:href="#linearGradient9908-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9976-0"
+ xlink:href="#linearGradient8337-2-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9974-6"
+ xlink:href="#linearGradient8153-2-0-23"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(-33.506824,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9972-2"
+ xlink:href="#linearGradient8137-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9970-3"
+ xlink:href="#linearGradient8661-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9968-1"
+ xlink:href="#linearGradient9510-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9966-50"
+ xlink:href="#linearGradient9312-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9964-16"
+ xlink:href="#linearGradient9332-6-410"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="454.31174"
+ x2="227.09628"
+ y1="441.62799"
+ x1="213.82529"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9962-77"
+ xlink:href="#linearGradient9605-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-1-3-65"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-2-87"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-6-89"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-1-7"
+ xlink:href="#linearGradient8337-1-3-65"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-4-4-9"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-0-9"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-7-3"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-2-9"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-9-12"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-2-4"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-5-52"
+ xlink:href="#linearGradient8653-2-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-2-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-7-6"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-8-4"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-0-23"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-9-5"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-5-41"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-6-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-1-7"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-6-40"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-5-9">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-3-0" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-5-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-3-8">
+ <stop
+ id="stop9512-4-3"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-9-5" />
+ <stop
+ id="stop9516-6-7"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-8"
+ id="linearGradient9415-5-9"
+ gradientUnits="userSpaceOnUse"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient9312-9-6">
+ <stop
+ id="stop9314-5-75"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-0-56" />
+ <stop
+ id="stop9316-6-0"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-410">
+ <stop
+ id="stop9334-52-3"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-23-34" />
+ <stop
+ id="stop9336-3-0"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-1-3"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-6-5"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-8-8"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-8-4"
+ xlink:href="#linearGradient9299-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9291-8-4"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-7-09"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-3-4"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-1-58"
+ xlink:href="#linearGradient9291-8-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9324-7-89">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-0-28" />
+ <stop
+ id="stop9328-1-4"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-5-27" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ id="linearGradient9318-53"
+ xlink:href="#linearGradient9324-7-89"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9332-9-1">
+ <stop
+ id="stop9334-5-2"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-2-2" />
+ <stop
+ id="stop9336-4-15"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ id="linearGradient9338-8-5"
+ xlink:href="#linearGradient9332-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-0"
+ xlink:href="#linearGradient9299-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-15"
+ xlink:href="#linearGradient9291-02"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-15"
+ xlink:href="#linearGradient8337-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8701-3"
+ xlink:href="#linearGradient8153-2-4-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8699-31"
+ xlink:href="#linearGradient8137-93-41"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-1"
+ xlink:href="#linearGradient8653-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8695-2"
+ xlink:href="#linearGradient8653-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8693-7"
+ xlink:href="#linearGradient8653-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8691-17"
+ xlink:href="#linearGradient8653-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8689-4"
+ xlink:href="#linearGradient8653-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8687-0"
+ xlink:href="#linearGradient8337-07"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8685-3"
+ xlink:href="#linearGradient8153-2-09"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8683-1"
+ xlink:href="#linearGradient8137-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8681-4"
+ xlink:href="#linearGradient8661-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ id="linearGradient8659-38"
+ xlink:href="#linearGradient8653-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8498-78"
+ inkscape:collect="always">
+ <stop
+ id="stop8500-84"
+ offset="0"
+ style="stop-color:#d9f4ff;stop-opacity:1" />
+ <stop
+ id="stop8502-2"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ id="linearGradient8504-5"
+ xlink:href="#linearGradient8498-78"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-93-41"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-9-7"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-8-8"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-4-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-7"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-9"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-1-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-1"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-5"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-6-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-6-0"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-6-2"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8291-2-9"
+ xlink:href="#linearGradient8153-2-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-9-5-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-2-63"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-9-85"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-5-7"
+ id="linearGradient8182-25"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8153-2-8-58"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-7-9"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-3-6"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-8-58"
+ id="linearGradient8180-3-9"
+ gradientUnits="userSpaceOnUse"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8137-9-15"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-1"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-03"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ id="linearGradient8143-2-0"
+ xlink:href="#linearGradient8137-9-15"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-09"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-0"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-8"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ id="linearGradient8159-0-3"
+ xlink:href="#linearGradient8153-2-09"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7686-9-7-4"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-1-76"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-0-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-7-4"
+ id="linearGradient7755-5-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientTransform="translate(0,-140)" />
+ <linearGradient
+ id="linearGradient7686-9-24"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-05"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ id="linearGradient7692-4-39"
+ xlink:href="#linearGradient7686-9-24"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7115-0">
+ <stop
+ id="stop7117-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7119-8" />
+ <stop
+ id="stop7121-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-7">
+ <stop
+ id="stop7108-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7110-3" />
+ <stop
+ id="stop7112-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-12">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-3" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-51"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-99">
+ <stop
+ id="stop6951-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6953-3" />
+ <stop
+ id="stop6955-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-87">
+ <stop
+ id="stop6942-40"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6944-0" />
+ <stop
+ id="stop6946-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-2">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-5">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-2" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-32"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-6">
+ <stop
+ id="stop6360-59"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6362-2" />
+ <stop
+ id="stop6364-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-61">
+ <stop
+ id="stop6351-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6353-18" />
+ <stop
+ id="stop6355-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-70">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-5-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-5-20" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-1-75"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-3-0" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-2-64"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-8-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-0">
+ <stop
+ id="stop6332-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6334-6" />
+ <stop
+ id="stop6336-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-20">
+ <stop
+ id="stop6323-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6325-72" />
+ <stop
+ id="stop6327-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-25">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-5" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-25"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-6"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-0">
+ <stop
+ id="stop6304-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6306-5" />
+ <stop
+ id="stop6308-51"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-5">
+ <stop
+ id="stop6295-54"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6297-0" />
+ <stop
+ id="stop6299-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-39">
+ <stop
+ id="stop7104-0-1-6-7-9-1-5-39"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-6-3" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-2-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-4-8" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-6-0"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-55-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-3">
+ <stop
+ id="stop6136-6-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-0-1" />
+ <stop
+ id="stop6140-7-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-3">
+ <stop
+ id="stop6127-4-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-0-0" />
+ <stop
+ id="stop6131-6-81"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-12">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-6" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-44">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-55" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-1"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-37">
+ <stop
+ id="stop6136-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-27" />
+ <stop
+ id="stop6140-53"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-1">
+ <stop
+ id="stop6127-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-47" />
+ <stop
+ id="stop6131-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-7">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-88"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-59" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-23" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-0"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-1">
+ <stop
+ id="stop5701-6-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-0-7" />
+ <stop
+ id="stop5705-3-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-1">
+ <stop
+ id="stop5692-0-21"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-4-83" />
+ <stop
+ id="stop5696-5-57"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-4">
+ <stop
+ id="stop7104-0-1-6-7-9-1-2-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-16-70" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-6-74"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-2-1" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-0-7"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-5-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-01">
+ <stop
+ id="stop5701-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-55" />
+ <stop
+ id="stop5705-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-09">
+ <stop
+ id="stop5692-56"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-9" />
+ <stop
+ id="stop5696-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-86">
+ <stop
+ id="stop7104-0-1-6-7-9-1-0-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-1-7" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-5-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-87">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-8-5" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-7-6"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-7-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-9">
+ <stop
+ id="stop4365-6-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-1-9" />
+ <stop
+ id="stop4369-3-49"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-6">
+ <stop
+ id="stop4356-1-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-6-7" />
+ <stop
+ id="stop4360-2-04"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-3">
+ <stop
+ id="stop7104-0-1-6-7-9-4-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-3-88" />
+ <stop
+ id="stop7106-25-7-1-2-9-3-61"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-5-0" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-0-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-2-18" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-7">
+ <stop
+ id="stop4365-01"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-5" />
+ <stop
+ id="stop4369-22"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-352">
+ <stop
+ id="stop4356-91"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-26" />
+ <stop
+ id="stop4360-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-3">
+ <stop
+ id="stop7104-0-1-6-7-9-1-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-7" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-90"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-1">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-53" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-5">
+ <stop
+ id="stop4144-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4146-6" />
+ <stop
+ id="stop4148-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-8">
+ <stop
+ id="stop4135-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4137-11" />
+ <stop
+ id="stop4139-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-8">
+ <stop
+ id="stop7104-0-1-6-7-9-32"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-70" />
+ <stop
+ id="stop7106-25-7-1-2-9-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-43">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-2" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-5">
+ <stop
+ id="stop3517-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3519-49" />
+ <stop
+ id="stop3521-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-6">
+ <stop
+ id="stop3508-11"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3510-57" />
+ <stop
+ id="stop3512-48"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-5">
+ <stop
+ id="stop7104-0-1-6-8-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-1-6" />
+ <stop
+ id="stop7106-25-7-1-4-21"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-5-3" />
+ <stop
+ id="stop7563-1-3-0-1-76-11"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-7-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-84">
+ <stop
+ id="stop3267-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3269-3" />
+ <stop
+ id="stop3271-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-9">
+ <stop
+ id="stop3258-92"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3260-6" />
+ <stop
+ id="stop3262-65"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-1">
+ <stop
+ id="stop7104-0-1-6-7-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-86" />
+ <stop
+ id="stop7106-25-7-1-2-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-17">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-59" />
+ <stop
+ id="stop7563-1-3-0-1-7-1"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-7">
+ <stop
+ id="stop4331-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4333-20" />
+ <stop
+ id="stop4335-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-4">
+ <stop
+ id="stop4322-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4324-7" />
+ <stop
+ id="stop4326-26"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-9">
+ <stop
+ id="stop7104-0-1-6-09"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-3" />
+ <stop
+ id="stop7106-25-7-1-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-1" />
+ <stop
+ id="stop7563-1-3-0-1-75"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-05" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-18"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-88"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-07"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-5"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-5"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-3"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-4"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-7">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-6" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9291-02"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-6"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-1"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-5"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-9"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-7"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-92">
+ <stop
+ id="stop9314-6"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-3" />
+ <stop
+ id="stop9316-1"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-77">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-9" />
+ <stop
+ id="stop9328-64"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-8">
+ <stop
+ id="stop9334-1"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-6" />
+ <stop
+ id="stop9336-46"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-394">
+ <stop
+ id="stop9512-85"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-13" />
+ <stop
+ id="stop9516-2"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9605-3"
+ inkscape:collect="always">
+ <stop
+ id="stop9607-8"
+ offset="0"
+ style="stop-color:#2a5bbf;stop-opacity:1;" />
+ <stop
+ id="stop9609-2"
+ offset="1"
+ style="stop-color:#2a5bbf;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9908-9">
+ <stop
+ style="stop-color:#525f72;stop-opacity:1"
+ offset="0"
+ id="stop9910-4" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop9912-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9914-5">
+ <stop
+ style="stop-color:#4a6fa4;stop-opacity:1"
+ offset="0"
+ id="stop9916-86" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop9918-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-98">
+ <stop
+ id="stop10159-70"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-7" />
+ <stop
+ id="stop10161-91"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-15">
+ <stop
+ id="stop10398-6"
+ offset="0"
+ style="stop-color:#1b3e79;stop-opacity:1;" />
+ <stop
+ style="stop-color:#728fbf;stop-opacity:1"
+ offset="0.5"
+ id="stop10404-68" />
+ <stop
+ id="stop10400-8"
+ offset="1"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-12">
+ <stop
+ id="stop10416-9"
+ offset="0"
+ style="stop-color:#5078b9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6d8cbd;stop-opacity:1"
+ offset="0.5"
+ id="stop10422-3" />
+ <stop
+ id="stop10418-85"
+ offset="1"
+ style="stop-color:#5f88c9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-7">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10434-4" />
+ <stop
+ id="stop10436-07"
+ offset="0.5"
+ style="stop-color:#4e6da1;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10438-60" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-9">
+ <stop
+ id="stop10442-6"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-08" />
+ <stop
+ id="stop10444-2"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-3">
+ <stop
+ id="stop10450-2"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-6" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-0" />
+ <stop
+ id="stop10460-5"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-4"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-0">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10750-3" />
+ <stop
+ id="stop10752-3"
+ offset="0.25"
+ style="stop-color:#f1ce66;stop-opacity:1" />
+ <stop
+ id="stop10754-6"
+ offset="0.5"
+ style="stop-color:#f6e5a6;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1cf6c;stop-opacity:1"
+ offset="0.75"
+ id="stop10756-22" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10758-14" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-4">
+ <stop
+ id="stop10800-21"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-91" />
+ <stop
+ id="stop10802-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-8">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-7" />
+ <stop
+ id="stop10860-30"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-76" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-9">
+ <stop
+ id="stop11130-42"
+ offset="0"
+ style="stop-color:#e4d09d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6ecb2;stop-opacity:1"
+ offset="0.27413794"
+ id="stop11136-0" />
+ <stop
+ id="stop11132-87"
+ offset="1"
+ style="stop-color:#b58a68;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-9">
+ <stop
+ id="stop11150-8"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-99" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-3">
+ <stop
+ id="stop11689-07"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-660" />
+ <stop
+ id="stop11691-28"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-0">
+ <stop
+ id="stop11971-9"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-89" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-1" />
+ <stop
+ id="stop11973-73"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-5">
+ <stop
+ id="stop12001-90"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-5" />
+ <stop
+ id="stop12003-12"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-232">
+ <stop
+ id="stop12090-10"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-4" />
+ <stop
+ id="stop12092-07"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-0">
+ <stop
+ id="stop13801-7"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-9" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-5" />
+ <stop
+ id="stop13811-3"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-8"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-0">
+ <stop
+ id="stop13836-81"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13838-4"
+ offset="1"
+ style="stop-color:#807e66;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-40">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-7" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-43">
+ <stop
+ id="stop13858-1"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-0"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4793-8">
+ <stop
+ id="stop4795-3"
+ offset="0"
+ style="stop-color:#5b7aab;stop-opacity:1;" />
+ <stop
+ id="stop4797-1"
+ offset="1"
+ style="stop-color:#7c8c99;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4801-9">
+ <stop
+ id="stop4803-0"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4805-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4816-47">
+ <stop
+ id="stop4818-39"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-51"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4914-2">
+ <stop
+ id="stop4916-5"
+ offset="0"
+ style="stop-color:#8a9b9c;stop-opacity:1;" />
+ <stop
+ id="stop4918-8"
+ offset="1"
+ style="stop-color:#a5b0b1;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4924-8">
+ <stop
+ id="stop4926-2"
+ offset="0"
+ style="stop-color:#97b2d9;stop-opacity:1;" />
+ <stop
+ id="stop4928-7"
+ offset="1"
+ style="stop-color:#b5c6df;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-2">
+ <stop
+ id="stop4786-94"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4788-4"
+ offset="1"
+ style="stop-color:#25497f;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4792-72">
+ <stop
+ id="stop4794-2"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4796-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4887-5">
+ <stop
+ id="stop4889-0"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4891-9"
+ offset="1"
+ style="stop-color:#c3bf94;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4931-3">
+ <stop
+ id="stop4933-0"
+ offset="0"
+ style="stop-color:#dce6f8;stop-opacity:1;" />
+ <stop
+ id="stop4935-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4947-8">
+ <stop
+ id="stop4949-8"
+ offset="0"
+ style="stop-color:#e5ac30;stop-opacity:1;" />
+ <stop
+ id="stop4951-2"
+ offset="1"
+ style="stop-color:#f2dcae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4977-6">
+ <stop
+ id="stop4979-30"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-0"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4839-5">
+ <stop
+ id="stop4841-55"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1;" />
+ <stop
+ id="stop4843-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4881-7">
+ <stop
+ id="stop4883-8"
+ offset="0"
+ style="stop-color:#68b3e1;stop-opacity:1;" />
+ <stop
+ id="stop4885-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4900-1">
+ <stop
+ id="stop4902-3"
+ offset="0"
+ style="stop-color:#877e60;stop-opacity:1;" />
+ <stop
+ id="stop4904-6"
+ offset="1"
+ style="stop-color:#c0a753;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4929-0">
+ <stop
+ id="stop4931-4"
+ offset="0"
+ style="stop-color:#d5f3ff;stop-opacity:1;" />
+ <stop
+ id="stop4934-88"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5009-8">
+ <stop
+ id="stop5011-1"
+ offset="0"
+ style="stop-color:#ffe083;stop-opacity:1;" />
+ <stop
+ id="stop5013-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4882-3">
+ <stop
+ id="stop4884-7"
+ offset="0"
+ style="stop-color:#e9c47e;stop-opacity:1;" />
+ <stop
+ id="stop4886-5"
+ offset="1"
+ style="stop-color:#f6e7cb;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12144-2">
+ <stop
+ id="stop12146-8"
+ offset="0"
+ style="stop-color:#ca9189;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.25"
+ id="stop12154-4" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.5"
+ id="stop12152-1" />
+ <stop
+ id="stop12148-8"
+ offset="1"
+ style="stop-color:#bd847e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12204-0">
+ <stop
+ id="stop12206-3"
+ offset="0"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7cec5;stop-opacity:1"
+ offset="0.25"
+ id="stop12214-6" />
+ <stop
+ style="stop-color:#f7ccc3;stop-opacity:1"
+ offset="0.5"
+ id="stop12212-2" />
+ <stop
+ id="stop12208-0"
+ offset="1"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(4.9914231,0)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient8441-2-7"
+ id="linearGradient8470-4"
+ gradientUnits="userSpaceOnUse"
+ x1="8"
+ y1="1043.3622"
+ x2="8"
+ y2="1048.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7667-6-3"
+ id="linearGradient8468-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(26.983179,4.9769)"
+ x1="-15.991756"
+ y1="1038.3853"
+ x2="-15.991756"
+ y2="1042.5212" />
+ <linearGradient
+ id="linearGradient8441-2-7"
+ inkscape:collect="always">
+ <stop
+ id="stop8443-7-9"
+ offset="0"
+ style="stop-color:#6eaddd;stop-opacity:1;" />
+ <stop
+ id="stop8445-9-1"
+ offset="1"
+ style="stop-color:#2b568d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1048.3622"
+ x2="8"
+ y1="1043.3622"
+ x1="8"
+ id="linearGradient8447-9-2"
+ xlink:href="#linearGradient8441-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7667-6-3">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="stop7669-1-0" />
+ <stop
+ style="stop-color:#e9f9ff;stop-opacity:1"
+ offset="1"
+ id="stop7671-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7667-6-3"
+ id="linearGradient7528-7-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(21.991756,4.9769)"
+ x1="-15.991756"
+ y1="1038.3853"
+ x2="-15.991756"
+ y2="1042.5212" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1048.3622"
+ x2="8"
+ y1="1043.3622"
+ x1="8"
+ id="linearGradient8447-2"
+ xlink:href="#linearGradient8441-23"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-3-4-1-2-2"
+ id="linearGradient7636-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6.1433187,4.5222639)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8287-7-5-4-0"
+ id="linearGradient7634-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(27.019488,6.4907639)"
+ x1="-16.963362"
+ y1="1038.8951"
+ x2="-4.9919548"
+ y2="1038.8951" />
+ <linearGradient
+ id="linearGradient4082-3-4-1-2-2">
+ <stop
+ id="stop4084-8-8-5-1-6"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-7-8-2-6-8" />
+ <stop
+ id="stop4086-2-2-7-8-1"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-3-4-1-2-2"
+ id="linearGradient7583-2-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6.1433187,3.0084)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ id="linearGradient8287-7-5-4-0"
+ inkscape:collect="always">
+ <stop
+ id="stop8289-4-1-2-7"
+ offset="0"
+ style="stop-color:#6eb6e2;stop-opacity:1;" />
+ <stop
+ id="stop8291-0-7-3-9"
+ offset="1"
+ style="stop-color:#d3e5f4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8287-7-5-4-0"
+ id="linearGradient7581-1-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(27.019488,4.9769)"
+ x1="-16.963362"
+ y1="1038.8951"
+ x2="-4.9919548"
+ y2="1038.8951" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-3-4-1-5"
+ id="linearGradient7583-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6.1433187,3.0084)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8287-7-5-3"
+ id="linearGradient7581-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(27.019488,4.9769)"
+ x1="-16.963362"
+ y1="1038.8951"
+ x2="-4.9919548"
+ y2="1038.8951" />
+ <linearGradient
+ id="linearGradient4082-3-4-1-5">
+ <stop
+ id="stop4084-8-8-5-19"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-7-8-2-61" />
+ <stop
+ id="stop4086-2-2-7-4"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-3-4-1-5"
+ id="linearGradient7530-1-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.1155911,3.0084)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ id="linearGradient8287-7-5-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8289-4-1-7"
+ offset="0"
+ style="stop-color:#6eb6e2;stop-opacity:1;" />
+ <stop
+ id="stop8291-0-7-2"
+ offset="1"
+ style="stop-color:#d3e5f4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8287-7-5-3"
+ id="linearGradient7528-5-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(21.991756,4.9769)"
+ x1="-16.963362"
+ y1="1038.8951"
+ x2="-4.9919548"
+ y2="1038.8951" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7667-2"
+ id="linearGradient7528-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(21.991756,4.9769)"
+ x1="-15.991756"
+ y1="1038.3853"
+ x2="-15.991756"
+ y2="1042.5212" />
+ <linearGradient
+ id="linearGradient4082-3-4-8">
+ <stop
+ id="stop4084-8-8-7"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-7-8-20" />
+ <stop
+ id="stop4086-2-2-70"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(-0.88440889,-0.991558)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8878-9-0"
+ xlink:href="#linearGradient4082-3-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8287-7-54"
+ inkscape:collect="always">
+ <stop
+ id="stop8289-4-0"
+ offset="0"
+ style="stop-color:#6eb6e2;stop-opacity:1;" />
+ <stop
+ id="stop8291-0-0"
+ offset="1"
+ style="stop-color:#d3e5f4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(19.991756,0.976947)"
+ gradientUnits="userSpaceOnUse"
+ y2="1038.8951"
+ x2="-4.9919548"
+ y1="1038.8951"
+ x1="-16.963362"
+ id="linearGradient8293-1-0"
+ xlink:href="#linearGradient8287-7-54"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(37.991756,0.976947)"
+ gradientUnits="userSpaceOnUse"
+ y2="1038.8951"
+ x2="-4.991955"
+ y1="1038.8951"
+ x1="-16.963362"
+ id="linearGradient8293-6"
+ xlink:href="#linearGradient8287-6"
+ inkscape:collect="always" />
+ <mask
+ id="mask7584-4"
+ maskUnits="userSpaceOnUse">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 1.5076731,1040.8978 13.0019249,0 0,10.9667 -13.0019248,0 z"
+ id="path7586-21"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </mask>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-5-8-93">
+ <stop
+ style="stop-color:#be9a4b;stop-opacity:1"
+ offset="0"
+ id="stop4812-0-82-6" />
+ <stop
+ style="stop-color:#877e60;stop-opacity:1"
+ offset="1"
+ id="stop4814-4-4-33" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(-0.91881011,1.0357451)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8887-4-5"
+ xlink:href="#linearGradient4810-5-8-93"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-2-6-7-5">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-7-1-4-4" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-9-49-0-1" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12292-1-2"
+ xlink:href="#linearGradient4908-52-3-2-6-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1.046875"
+ x2="32.162418"
+ y1="1.046875"
+ x1="29.150082"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12300-4"
+ xlink:href="#linearGradient12204-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(3.3308581e-7,1037.1136)"
+ y2="0.03125"
+ x2="32.279569"
+ y1="0.03125"
+ x1="29.095431"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12298-73"
+ xlink:href="#linearGradient12144-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.5304"
+ x2="4.0822439"
+ y1="1049.3976"
+ x1="2.65625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12296-8"
+ xlink:href="#linearGradient5300-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,-1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12294-2"
+ xlink:href="#linearGradient5077-5-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12292-3"
+ xlink:href="#linearGradient4908-52-3-2-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12144-6-4">
+ <stop
+ id="stop12146-1-4"
+ offset="0"
+ style="stop-color:#ca9189;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.25"
+ id="stop12154-6-8" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.5"
+ id="stop12152-0-4" />
+ <stop
+ id="stop12148-3-88"
+ offset="1"
+ style="stop-color:#bd847e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="0.03125"
+ x2="32.279568"
+ y1="0.03125"
+ x1="29.09543"
+ id="linearGradient12150-7-31"
+ xlink:href="#linearGradient12144-6-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1.046875"
+ x2="32.162418"
+ y1="1.046875"
+ x1="29.150082"
+ id="linearGradient12210-0"
+ xlink:href="#linearGradient12204-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12144-3-2">
+ <stop
+ id="stop12146-3-9"
+ offset="0"
+ style="stop-color:#ca9189;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.25"
+ id="stop12154-1-76" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.5"
+ id="stop12152-4-2" />
+ <stop
+ id="stop12148-1-1"
+ offset="1"
+ style="stop-color:#bd847e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="0.03125"
+ x2="32.279568"
+ y1="0.03125"
+ x1="29.09543"
+ id="linearGradient12150-9-0"
+ xlink:href="#linearGradient12144-3-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="0.03125"
+ x2="32.279569"
+ y1="0.03125"
+ x1="29.095431"
+ id="linearGradient12150-6"
+ xlink:href="#linearGradient12144-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-8-3"
+ id="linearGradient11276-95"
+ gradientUnits="userSpaceOnUse"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304" />
+ <linearGradient
+ id="linearGradient5300-8-3">
+ <stop
+ style="stop-color:#4d4d4d;stop-opacity:1;"
+ offset="0"
+ id="stop5302-7-9" />
+ <stop
+ id="stop5308-8-7"
+ offset="0.29405674"
+ style="stop-color:#727272;stop-opacity:1;" />
+ <stop
+ style="stop-color:#4d4d4d;stop-opacity:1"
+ offset="1"
+ id="stop5304-9-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-8-3"
+ id="linearGradient5306-4-44"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5077-5-3-8">
+ <stop
+ style="stop-color:#e4cf94;stop-opacity:1"
+ offset="0"
+ id="stop5079-7-3-7" />
+ <stop
+ id="stop5087-6-7-4"
+ offset="0.32186735"
+ style="stop-color:#ede0ba;stop-opacity:1" />
+ <stop
+ id="stop5085-1-30-2"
+ offset="0.64764118"
+ style="stop-color:#c1aa7e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ad8865;stop-opacity:1"
+ offset="1"
+ id="stop5081-8-1-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-3-8"
+ id="linearGradient5196-32-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-2-6-2">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-7-1-40" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-9-49-1" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5173-5-1"
+ xlink:href="#linearGradient4908-52-3-2-6-2"
+ inkscape:collect="always"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ id="linearGradient5300-4">
+ <stop
+ style="stop-color:#4d4d4d;stop-opacity:1;"
+ offset="0"
+ id="stop5302-3" />
+ <stop
+ id="stop5308-87"
+ offset="0.29405674"
+ style="stop-color:#727272;stop-opacity:1;" />
+ <stop
+ style="stop-color:#4d4d4d;stop-opacity:1"
+ offset="1"
+ id="stop5304-67" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5077-52">
+ <stop
+ style="stop-color:#e4cf94;stop-opacity:1"
+ offset="0"
+ id="stop5079-1" />
+ <stop
+ id="stop5087-68"
+ offset="0.32186735"
+ style="stop-color:#ede0ba;stop-opacity:1" />
+ <stop
+ id="stop5085-5"
+ offset="0.64764118"
+ style="stop-color:#c1aa7e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ad8865;stop-opacity:1"
+ offset="1"
+ id="stop5081-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-31">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-0" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-77" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5316-9">
+ <stop
+ style="stop-color:#dbd3a1;stop-opacity:1"
+ offset="0"
+ id="stop5318-4" />
+ <stop
+ style="stop-color:#a29960;stop-opacity:1"
+ offset="1"
+ id="stop5320-48" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5274-6">
+ <stop
+ style="stop-color:#ffeecd;stop-opacity:1;"
+ offset="0"
+ id="stop5276-431" />
+ <stop
+ style="stop-color:#ecb448;stop-opacity:1;"
+ offset="1"
+ id="stop5278-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5232-90">
+ <stop
+ style="stop-color:#785830;stop-opacity:1;"
+ offset="0"
+ id="stop5234-3" />
+ <stop
+ style="stop-color:#958160;stop-opacity:1"
+ offset="1"
+ id="stop5236-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5056-61">
+ <stop
+ style="stop-color:#97adce;stop-opacity:1"
+ offset="0"
+ id="stop5058-0" />
+ <stop
+ id="stop5066-0"
+ offset="0.2858389"
+ style="stop-color:#e0e8f0;stop-opacity:1" />
+ <stop
+ id="stop5064-8"
+ offset="0.60006815"
+ style="stop-color:#98aece;stop-opacity:1" />
+ <stop
+ style="stop-color:#7e9bca;stop-opacity:1"
+ offset="1"
+ id="stop5060-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4898-0">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4900-52" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4902-6-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4846-69">
+ <stop
+ style="stop-color:#937e48;stop-opacity:1"
+ offset="0"
+ id="stop4848-3" />
+ <stop
+ style="stop-color:#7c724f;stop-opacity:1"
+ offset="1"
+ id="stop4850-45" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-62-0">
+ <stop
+ style="stop-color:#b68e69;stop-opacity:1"
+ offset="0"
+ id="stop4786-90-30" />
+ <stop
+ id="stop4792-4-6"
+ offset="0.94238818"
+ style="stop-color:#d5ae7d;stop-opacity:1" />
+ <stop
+ style="stop-color:#c69863;stop-opacity:1"
+ offset="1"
+ id="stop4788-93-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4805-1-9">
+ <stop
+ style="stop-color:#4b82b6;stop-opacity:1"
+ offset="0"
+ id="stop4807-1-8" />
+ <stop
+ id="stop4815-9-1"
+ offset="0.79358917"
+ style="stop-color:#9ab7d5;stop-opacity:1" />
+ <stop
+ style="stop-color:#a2bcd8;stop-opacity:1"
+ offset="1"
+ id="stop4809-9-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5591-5-8">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-5-9" />
+ <stop
+ style="stop-color:#b0b456;stop-opacity:1;"
+ offset="1"
+ id="stop5595-56-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-0-8">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585-5-9" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587-9-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-4-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5330-6-11" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5332-3-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-4-8">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5211-90-8" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5213-5-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-3-5">
+ <stop
+ style="stop-color:#df9a39;stop-opacity:1;"
+ offset="0"
+ id="stop4963-9-3" />
+ <stop
+ style="stop-color:#b55829;stop-opacity:1;"
+ offset="1"
+ id="stop4965-1-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-2-2">
+ <stop
+ style="stop-color:#8bc7d7;stop-opacity:1;"
+ offset="0"
+ id="stop4940-8-1" />
+ <stop
+ style="stop-color:#17477c;stop-opacity:1;"
+ offset="1"
+ id="stop4942-81-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-8-7">
+ <stop
+ style="stop-color:#4dac81;stop-opacity:1;"
+ offset="0"
+ id="stop4930-6-1" />
+ <stop
+ style="stop-color:#058048;stop-opacity:1;"
+ offset="1"
+ id="stop4932-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-2-0">
+ <stop
+ style="stop-color:#d48a4b;stop-opacity:1;"
+ offset="0"
+ id="stop4920-4-1" />
+ <stop
+ style="stop-color:#b1623a;stop-opacity:1;"
+ offset="1"
+ id="stop4922-90-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-2-7">
+ <stop
+ style="stop-color:#b86c44;stop-opacity:1;"
+ offset="0"
+ id="stop4909-2-7" />
+ <stop
+ style="stop-color:#8f4017;stop-opacity:1;"
+ offset="1"
+ id="stop4911-1-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4789-5-5">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1;"
+ offset="0"
+ id="stop4791-4-1" />
+ <stop
+ style="stop-color:#30495a;stop-opacity:1;"
+ offset="1"
+ id="stop4793-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4781-4-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4783-2-21" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4785-5-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4773-0-6">
+ <stop
+ style="stop-color:#8e4694;stop-opacity:1;"
+ offset="0"
+ id="stop4775-4-1" />
+ <stop
+ style="stop-color:#bc7bc1;stop-opacity:1;"
+ offset="1"
+ id="stop4777-2-17" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4763-1-7">
+ <stop
+ style="stop-color:#77a29d;stop-opacity:1;"
+ offset="0"
+ id="stop4765-2-4" />
+ <stop
+ style="stop-color:#1b867b;stop-opacity:1;"
+ offset="1"
+ id="stop4767-7-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-7-5">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-9-1" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-5-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-5-6">
+ <stop
+ id="stop13852-40-3"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-3-9"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-4-7">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13836-1-8" />
+ <stop
+ style="stop-color:#807e66;stop-opacity:0;"
+ offset="1"
+ id="stop13838-2-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-2-5">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-9-1" />
+ <stop
+ id="stop13809-8-1"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-2-8"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-2-5" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-7-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-8-9">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-5-1" />
+ <stop
+ id="stop12096-8-0"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-94-0">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-4-0" />
+ <stop
+ id="stop12007-69-8"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-5-1">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-6-7" />
+ <stop
+ id="stop11979-6-81"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-0-4"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-72-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-7-2">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-2-3" />
+ <stop
+ id="stop11695-64-42"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-1-54">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-32-1" />
+ <stop
+ id="stop11152-1-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-6-0">
+ <stop
+ style="stop-color:#e4d09d;stop-opacity:1"
+ offset="0"
+ id="stop11130-3-4" />
+ <stop
+ id="stop11136-83-1"
+ offset="0.27413794"
+ style="stop-color:#f6ecb2;stop-opacity:1" />
+ <stop
+ style="stop-color:#b58a68;stop-opacity:1"
+ offset="1"
+ id="stop11132-28-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-60-6">
+ <stop
+ id="stop10858-12-6"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-6-3" />
+ <stop
+ id="stop10862-0-9"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-5-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-4-6" />
+ <stop
+ id="stop10806-67-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-9-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-3-0">
+ <stop
+ id="stop10750-4-9"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.25"
+ id="stop10752-7-6" />
+ <stop
+ style="stop-color:#f6e5a6;stop-opacity:1"
+ offset="0.5"
+ id="stop10754-8-0" />
+ <stop
+ id="stop10756-8-0"
+ offset="0.75"
+ style="stop-color:#f1cf6c;stop-opacity:1" />
+ <stop
+ id="stop10758-1-4"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-63-46">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-8-1" />
+ <stop
+ id="stop10458-76-0"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-1-4"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-7-5" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-23-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-7-9">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-8-4" />
+ <stop
+ id="stop10521-5-2"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-5-6">
+ <stop
+ id="stop10434-8-4"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#4e6da1;stop-opacity:1"
+ offset="0.5"
+ id="stop10436-7-7" />
+ <stop
+ id="stop10438-3-8"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-3-0">
+ <stop
+ style="stop-color:#5078b9;stop-opacity:1;"
+ offset="0"
+ id="stop10416-1-3" />
+ <stop
+ id="stop10422-0-0"
+ offset="0.5"
+ style="stop-color:#6d8cbd;stop-opacity:1" />
+ <stop
+ style="stop-color:#5f88c9;stop-opacity:1"
+ offset="1"
+ id="stop10418-8-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-1-7">
+ <stop
+ style="stop-color:#1b3e79;stop-opacity:1;"
+ offset="0"
+ id="stop10398-09-5" />
+ <stop
+ id="stop10404-2-5"
+ offset="0.5"
+ style="stop-color:#728fbf;stop-opacity:1" />
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="1"
+ id="stop10400-4-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-9-2">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-1-3" />
+ <stop
+ id="stop10165-5-5"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-7-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9914-33-6"
+ inkscape:collect="always">
+ <stop
+ id="stop9916-4-5"
+ offset="0"
+ style="stop-color:#4a6fa4;stop-opacity:1" />
+ <stop
+ id="stop9918-2-6"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9908-2-1"
+ inkscape:collect="always">
+ <stop
+ id="stop9910-0-95"
+ offset="0"
+ style="stop-color:#525f72;stop-opacity:1" />
+ <stop
+ id="stop9912-1-4"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9605-2-0">
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:1;"
+ offset="0"
+ id="stop9607-7-8" />
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:0;"
+ offset="1"
+ id="stop9609-7-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-0-3">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-24-3" />
+ <stop
+ id="stop9514-1-83"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-03-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-73-6">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-9-1" />
+ <stop
+ id="stop9340-5-7"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-9-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-72-8">
+ <stop
+ id="stop9326-02-5"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-8-4" />
+ <stop
+ id="stop9330-6-2"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-7-72">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-0-4" />
+ <stop
+ id="stop9322-81-4"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-8-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-3-0">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-0-4" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-3-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-6-8">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-2-0" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-2-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-84-9"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-1-3"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-83-25">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-75-6" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-17-7">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-0-37" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-48-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-8-8">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-13-8" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-67-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-89-3">
+ <stop
+ id="stop7561-3-3-4-48-55-1"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-5-7" />
+ <stop
+ id="stop7565-8-8-3-2-66-68"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-3-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-00-1" />
+ <stop
+ id="stop7114-9-0-1-8-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-82-83" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-3-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4322-0-7" />
+ <stop
+ id="stop4324-6-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4326-5-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-0-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4331-97-1" />
+ <stop
+ id="stop4333-2-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4335-28-03" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-2-2">
+ <stop
+ id="stop7561-3-3-4-48-7-9-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-4-0" />
+ <stop
+ id="stop7565-8-8-3-2-0-4-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-8-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-2-4" />
+ <stop
+ id="stop7114-9-0-1-4-72-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-5-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-84-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3258-7-5" />
+ <stop
+ id="stop3260-3-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3262-9-11" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-5-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3267-190-2" />
+ <stop
+ id="stop3269-2-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3271-8-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-3-4">
+ <stop
+ id="stop7561-3-3-4-48-5-1-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-76-4-2" />
+ <stop
+ id="stop7565-8-8-3-2-7-3-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-1-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-8-0-9" />
+ <stop
+ id="stop7114-9-0-1-1-40-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-4-79-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-0-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3508-8-8" />
+ <stop
+ id="stop3510-1-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3512-4-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-0-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3517-7-59" />
+ <stop
+ id="stop3519-9-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3521-5-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-3-9">
+ <stop
+ id="stop7561-3-3-4-48-7-4-82-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-32-8" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-1-64"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-0-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-40-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-75-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-9-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-0-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4135-5-1" />
+ <stop
+ id="stop4137-1-98"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4139-20-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-9-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4144-8-4" />
+ <stop
+ id="stop4146-91-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4148-7-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-3-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-30-1"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-76-8" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-6-55"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-02-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-89-7" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-8-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-9-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-9-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-9-7" />
+ <stop
+ id="stop4358-4-50"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-20-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-87-38">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-8-9" />
+ <stop
+ id="stop4367-73-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-0-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-7-71">
+ <stop
+ id="stop7561-3-3-4-48-7-4-5-64-1"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-0-2-18" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-2-191-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-60-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-4-3-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-3-3-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-3-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-22-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-1-1-3" />
+ <stop
+ id="stop4358-6-43-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-2-26-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-0-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-6-5-88" />
+ <stop
+ id="stop4367-1-4-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-3-9-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-6-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-8-0-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-7-8-6" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-7-2-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-7-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-0-4-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-1-0-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-5-76-95" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-0-43">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-1-49" />
+ <stop
+ id="stop5694-2-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-9-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-3-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-8-4" />
+ <stop
+ id="stop5703-5-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-1-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-5-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-2-6-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-0-68-5" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-5-8-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-9-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-2-8-3" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-16-7-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-6-0-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-7-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-0-9-1" />
+ <stop
+ id="stop5694-4-1-82"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-5-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-8-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-6-63-3" />
+ <stop
+ id="stop5703-0-9-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-3-4-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-5-72">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-38-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-23-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-9-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-4-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-8-0" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-51-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-3-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-28-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-1-2" />
+ <stop
+ id="stop6129-6-08"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-4-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-6-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-7-2" />
+ <stop
+ id="stop6138-7-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-96-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-41-4">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-9-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-2-24" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-63-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-1-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-5-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-9-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-0-35">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-4-2-4" />
+ <stop
+ id="stop6129-0-6-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-6-17-86" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-6-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-6-2-7" />
+ <stop
+ id="stop6138-0-5-50"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-7-3-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-40-1">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-4-7-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-6-5-6" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-55-5-4"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-3-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-5-1-53" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-6-8-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-2-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-8-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6295-0-4" />
+ <stop
+ id="stop6297-1-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6299-7-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-50-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6304-5-0" />
+ <stop
+ id="stop6306-9-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6308-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-9-2">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-3-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-5-19" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-4-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-2-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-7-03" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-2-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-6-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-7-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6323-2-1" />
+ <stop
+ id="stop6325-2-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6327-0-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-1-43">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6332-1-4" />
+ <stop
+ id="stop6334-7-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6336-59-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-18-4">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-3-1-85"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-2-7-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-8-8-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-66-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-5-9-7" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-5-9-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-1-2-84" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-6-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6351-65-6" />
+ <stop
+ id="stop6353-8-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6355-4-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-03-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6360-7-38" />
+ <stop
+ id="stop6362-8-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6364-31-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-12-28">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-57-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-6-5" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-21-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-6-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-1-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-15-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-4-96">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6942-8-3" />
+ <stop
+ id="stop6944-5-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6946-64-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-9-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6951-8-7" />
+ <stop
+ id="stop6953-4-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6955-32-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-5-7">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-3-1"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-83-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-2-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-7-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-0-7" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-6-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-8-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-0-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7108-1-9" />
+ <stop
+ id="stop7110-1-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7112-9-72" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7115-53-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7117-63-3" />
+ <stop
+ id="stop7119-1-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7121-5-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-4-1"
+ id="linearGradient7692-4-3-9"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-4-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-0-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-3-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,-140)"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7755-5-1-4"
+ xlink:href="#linearGradient7686-9-7-79-40"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-7-79-40">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-1-0-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-0-3-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-9-9"
+ id="linearGradient8159-0-52-5"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-9-9">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-1-1" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-2-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-1-48"
+ id="linearGradient8143-2-6-5"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-1-48">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-7-4" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-0-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8180-3-1-5"
+ xlink:href="#linearGradient8153-2-8-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-8-5-9">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-7-2-5" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-3-29-9" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8182-0-8"
+ xlink:href="#linearGradient8137-9-5-5-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-5-5-2">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-2-18-6" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-9-36-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-6-8-3"
+ id="linearGradient8291-2-8-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-6-8-3">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-6-6-6" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-6-1-31" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-6-0">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-6-1" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-7-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-0-9">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-49-6" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-8-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-93-9-8">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-9-4-7" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-8-9-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8498-7-6"
+ id="linearGradient8504-8-92"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8498-7-6">
+ <stop
+ style="stop-color:#d9f4ff;stop-opacity:1"
+ offset="0"
+ id="stop8500-5-7" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8502-6-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-25"
+ id="linearGradient8659-4-4"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-2-5"
+ id="linearGradient8681-8-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-8-8"
+ id="linearGradient8683-6-8"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-9-9"
+ id="linearGradient8685-8-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-17-7"
+ id="linearGradient8687-78-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-25"
+ id="linearGradient8689-09-44"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-25"
+ id="linearGradient8691-5-9"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-25"
+ id="linearGradient8693-6-0"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-25"
+ id="linearGradient8695-9-2"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-83-25"
+ id="linearGradient8697-0-25"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-93-9-8"
+ id="linearGradient8699-0-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-0-9"
+ id="linearGradient8701-1-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-6-0"
+ id="linearGradient8703-3-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-6-8"
+ id="linearGradient9297-5-2"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-3-0"
+ id="linearGradient9305-5-1"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-9-0-3"
+ id="linearGradient9338-8-8-7"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9332-9-0-3">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-5-1-9" />
+ <stop
+ id="stop9340-2-7-2"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-4-7-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9324-7-7-4"
+ id="linearGradient9318-46-9"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9324-7-7-4">
+ <stop
+ id="stop9326-0-0-0"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-1-7-1" />
+ <stop
+ id="stop9330-5-4-8"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-2-1"
+ id="linearGradient9297-1-1-6"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-8-2-1">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-7-1-6" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-3-8-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-5-9"
+ id="linearGradient9305-8-3-1"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-1-5-9">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-6-7-1" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-8-1-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-4-7">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-52-76-9" />
+ <stop
+ id="stop9340-23-8-2"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-3-2-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-9-3-0">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-5-0-7" />
+ <stop
+ id="stop9322-0-27-8"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-6-8-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9415-5-8-29"
+ xlink:href="#linearGradient9510-3-5-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9510-3-5-3">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-4-97-9" />
+ <stop
+ id="stop9514-9-1-2"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-6-3-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-5-4-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-3-7-6"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-5-1-1"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-6-37-7">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-1-1-2" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-6-27-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-0-5-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-9-34-9" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-5-4-61" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-2-5-9">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-7-5-2" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-8-1-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-1-1"
+ id="linearGradient8697-5-4-4"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-2-1-1">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-9-2-3" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-2-6-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-4-63-5">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-0-3-2" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-7-0-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-3-8-8"
+ id="linearGradient8703-1-0-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-3-8-8">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-2-13-1" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-6-8-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9605-2-0"
+ id="linearGradient9962-16-48"
+ gradientUnits="userSpaceOnUse"
+ x1="213.82529"
+ y1="441.62799"
+ x2="227.09628"
+ y2="454.31174" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-6-4-7"
+ id="linearGradient9964-9-5"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-9-3-0"
+ id="linearGradient9966-8-1"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-5-3"
+ id="linearGradient9968-0-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-5-4-3"
+ id="linearGradient9970-1-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-6-37-7"
+ id="linearGradient9972-39-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-0-5-4"
+ id="linearGradient9974-3-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-2-5-9"
+ id="linearGradient9976-9-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9908-2-1"
+ id="linearGradient9978-3-5"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="306.07397"
+ x2="641.07611"
+ y2="281.43512" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-1-1"
+ id="linearGradient9980-6-5"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-4-63-5"
+ id="linearGradient9982-5-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9914-33-6"
+ id="linearGradient9984-5-94"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ x1="636.09375"
+ y1="279.41037"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-73-6"
+ id="linearGradient9997-4-50"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-7-72"
+ id="linearGradient9999-0-5"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-0-3"
+ id="linearGradient10001-50-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-2-1"
+ id="linearGradient10003-6-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-5-9"
+ id="linearGradient10005-5-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-5-1-4"
+ id="linearGradient10163-8-5-07"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-5-1-4">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-7-8-1" />
+ <stop
+ id="stop10165-2-9-85"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-3-6-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-3-2-8"
+ id="linearGradient10155-1-2-6"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-3-2-8">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-0-5-00" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-7-0-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-520-3"
+ id="linearGradient10155-5-52-44"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-6-520-3">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-6-1" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-7-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-80-9"
+ id="linearGradient10163-2-2-4"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-2-80-9">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-8-0-7" />
+ <stop
+ id="stop10165-3-6-4"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-5-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-6-3"
+ id="linearGradient10155-7-30-2"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-39-6-3">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-3-43-0" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-72-7-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-6-5-05-5">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-7-20-0" />
+ <stop
+ id="stop10394-7-7"
+ offset="0.5"
+ style="stop-color:#b9c7df;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-1-5-27" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-4-18-0"
+ id="linearGradient10454-7-6-7"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-4-18-0">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-4-1-27" />
+ <stop
+ id="stop10458-7-85-5"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-9-6-6"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-1-5-9" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-2-9-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-2-6-6"
+ id="linearGradient10446-9-2-8"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10440-2-6-6">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-4-5-3" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-4-2-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-21-2"
+ id="linearGradient10454-9-3-0"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-9-21-2">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-2-4" />
+ <stop
+ id="stop10458-8-28-9"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-8-83"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-8-37" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-74-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-05-4"
+ id="linearGradient10446-7-0-0"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10440-1-05-4">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-99-2" />
+ <stop
+ id="stop10521-1-53-4"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-0-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-3-9-39"
+ xlink:href="#linearGradient10448-9-7-9-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-7-9-3">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-51-02" />
+ <stop
+ id="stop10458-8-0-1-3"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-1-1-8"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-9-2-4" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-3-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-3-3-4"
+ xlink:href="#linearGradient10440-1-0-9-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-9-9">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-72-0" />
+ <stop
+ id="stop10521-1-2-3-1"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-30-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-8-48-2"
+ xlink:href="#linearGradient10448-9-6-4-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-6-4-1">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-8-39-8" />
+ <stop
+ id="stop10458-8-7-2-7"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-7-4-87"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-1-9-1" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-8-0-0" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-1-57-9"
+ xlink:href="#linearGradient10440-1-3-4-36"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-3-4-36">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-0-7-2" />
+ <stop
+ id="stop10521-1-4-6-9"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-2-6-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-3-6">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-0-6" />
+ <stop
+ id="stop10456-4-1-5-9-5"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-8-0-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-0-0-8-2">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-0-0-6" />
+ <stop
+ id="stop10521-1-2-5-1-1"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-0-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-3-6"
+ id="linearGradient10770-1-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-0-8-2"
+ id="linearGradient10772-0-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="334.375"
+ y1="529.06494"
+ x2="334.375"
+ y2="518.67365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-3-0"
+ id="linearGradient10774-39-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="324.1601"
+ y1="532.15552"
+ x2="324.1601"
+ y2="515.53949" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-4-36"
+ id="linearGradient10776-5-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="334.375"
+ y1="532.30212"
+ x2="334.375"
+ y2="515.73615" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-63-46"
+ id="linearGradient10778-89-9"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-7-9"
+ id="linearGradient10780-6-0"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10414-3-0"
+ id="linearGradient10782-2-9"
+ gradientUnits="userSpaceOnUse"
+ x1="298.34253"
+ y1="528.1048"
+ x2="298.34253"
+ y2="519.08923" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10432-5-6"
+ id="linearGradient10784-5-8"
+ gradientUnits="userSpaceOnUse"
+ x1="289.8125"
+ y1="528.73804"
+ x2="289.8125"
+ y2="519.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-9-2"
+ id="linearGradient10786-7-1"
+ gradientUnits="userSpaceOnUse"
+ x1="306.05069"
+ y1="532.08228"
+ x2="306.05069"
+ y2="514.75818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10396-1-7"
+ id="linearGradient10788-6-1"
+ gradientUnits="userSpaceOnUse"
+ x1="302.3125"
+ y1="532.98718"
+ x2="302.3125"
+ y2="514.67456" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-80-9"
+ id="linearGradient10790-38-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-6-3"
+ id="linearGradient10792-5-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-5-05-5"
+ id="linearGradient10794-9-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="511.38498" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-8-0-8"
+ id="linearGradient10804-7-3-28"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-8-0-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-2-25-4" />
+ <stop
+ id="stop10806-9-1-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-3-57-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-94-3"
+ id="linearGradient10804-8-7-7"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-1-94-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-17-4" />
+ <stop
+ id="stop10806-6-85-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-7-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-88-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-4-2" />
+ <stop
+ id="stop10806-6-8-2-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-38-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10835-2-4-4"
+ xlink:href="#linearGradient10856-6-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-1-9">
+ <stop
+ id="stop10858-0-30-1"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-4-1" />
+ <stop
+ id="stop10862-3-1-5"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-72-3"
+ id="radialGradient11144-4-7-6"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-8-72-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-1-2" />
+ <stop
+ id="stop11152-8-3-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-3-6"
+ id="radialGradient11144-2-1-2"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-7-3-6">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-1-0" />
+ <stop
+ id="stop11152-6-5-7"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11169-6-15-8"
+ xlink:href="#linearGradient11146-8-7-05-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-7-05-6">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-1-8" />
+ <stop
+ id="stop11152-8-8-22-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11063-6-1-3"
+ xlink:href="#linearGradient10856-6-3-5-88"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-5-88">
+ <stop
+ id="stop10858-0-7-5-3"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-38-0" />
+ <stop
+ id="stop10862-3-3-9-1"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-2-06">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-84-7" />
+ <stop
+ id="stop10806-6-8-5-2-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-7-4" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-8-86"
+ id="radialGradient11268-5-5-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4-8-86">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-4-6" />
+ <stop
+ id="stop11152-9-09-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-3-1"
+ id="radialGradient11270-4-44-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3-3-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-58-04" />
+ <stop
+ id="stop11152-8-4-4-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-0-79"
+ id="radialGradient11272-3-1-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5-0-79">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-3-0" />
+ <stop
+ id="stop11152-6-7-3-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-0-5"
+ id="radialGradient11274-3-4-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-0-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-6-6" />
+ <stop
+ id="stop11152-8-8-6-75-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11298-3-5-9"
+ xlink:href="#linearGradient10856-6-3-0-6-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-6-5">
+ <stop
+ id="stop10858-0-7-6-09-2"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-83-3" />
+ <stop
+ id="stop10862-3-3-8-5-41"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10880-5-3-4-79-14"
+ xlink:href="#linearGradient10798-1-9-3-7-0-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-0-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-48-0" />
+ <stop
+ id="stop10806-6-8-5-3-7-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-40-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-2-4"
+ xlink:href="#linearGradient10798-1-9-3-7-0-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-5-35-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-7-4-5" />
+ <stop
+ id="stop11152-9-2-1-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-6-0">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-5-6-9" />
+ <stop
+ id="stop11152-8-4-9-4-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-5-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-4-2-8" />
+ <stop
+ id="stop11152-6-7-2-9-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-1-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-1-2-4" />
+ <stop
+ id="stop11152-8-8-6-6-49-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-9-9">
+ <stop
+ id="stop10858-0-7-6-1-3-3"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-7-7-9" />
+ <stop
+ id="stop10862-3-3-8-4-65-50"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-0-8-0"
+ xlink:href="#linearGradient10798-1-9-3-7-1-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-7-4">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-89-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-7-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-7-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-3-1-3"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-6-05"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-6-05">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-6-5-0" />
+ <stop
+ id="stop10806-6-8-5-3-2-9-0-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-6-1-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-8-3-43"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-26-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-26-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-0-9" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-57-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-44-8" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-2-0-7"
+ id="radialGradient11685-7-9-54"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-2-0-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-9-6-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-1-1-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-1-9-8"
+ id="linearGradient11693-0-1-4"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-1-9-8">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-9-0-8" />
+ <stop
+ id="stop11695-3-42-04"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-9-19-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-8-0-9"
+ id="linearGradient11894-2-7-4"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-8-0-9">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-4-9-6" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-1-3-27" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-4-3-4"
+ id="linearGradient11894-5-3-8"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-4-3-4">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-8-1-0" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-8-3-04" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-56-8">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-95-2" />
+ <stop
+ id="stop11979-8-9-4"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-8-1"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-8-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-3-1">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-9-6" />
+ <stop
+ id="stop12096-1-5-7"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-13-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-6-7">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-288-0" />
+ <stop
+ id="stop12007-1-1-4"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-9-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-7-1-0"
+ id="radialGradient11685-5-8-0"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-7-1-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-94-33-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-0-4-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-9-2-3"
+ id="linearGradient11693-2-39-2"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-9-2-3">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-1-72-55" />
+ <stop
+ id="stop11695-2-1-6"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-1-7-0" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-8-1-8"
+ id="radialGradient11685-3-6-5"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-8-1-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-3-7-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-6-3-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-8-6-4"
+ id="linearGradient11693-26-0-9"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-8-6-4">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-6-0-03" />
+ <stop
+ id="stop11695-6-2-3"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-5-5-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-6-0">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-7-0-6" />
+ <stop
+ id="stop11979-8-6-7-2"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-6-20-5"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-6-95-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-4-0">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-8-3-4" />
+ <stop
+ id="stop12096-1-8-2-4"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-4-5-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-6-8">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-2-0-9" />
+ <stop
+ id="stop12007-1-3-8-8"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-8-8-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-15-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-7-3" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-5-20"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-79-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-2-7">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-37-1" />
+ <stop
+ id="stop11979-0-2-50"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-7-9"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-9-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-3-5">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-6-6" />
+ <stop
+ id="stop12096-6-3-0"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-81-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-0-13">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-6-79" />
+ <stop
+ id="stop12007-4-8-9"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-7-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-6-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-5-8" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-1-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-29-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-3-6-4"
+ id="radialGradient11685-2-5-3"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-3-6-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-91-1-4" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-02-5-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-2-3-5"
+ id="linearGradient11693-3-41-8"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-2-3-5">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-8-5" />
+ <stop
+ id="stop11695-9-50-1"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-9-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-9-3-6"
+ id="radialGradient12723-3-21-2"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-9-3-6">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-7-3-0" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-6-5-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-2-8">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-9-4" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-0-7" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-2-8"
+ id="radialGradient12739-4-48-1"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-5-8">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-7-5" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-3-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-5-8"
+ id="linearGradient12904-2-3-7"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11146-4-0-0-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-1-30-7" />
+ <stop
+ id="stop11152-9-9-3-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-2-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-2-1-4" />
+ <stop
+ id="stop11152-8-4-3-10-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-8-24">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-8-1-8" />
+ <stop
+ id="stop11152-6-7-5-8-4"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-7-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-19-2-3" />
+ <stop
+ id="stop11152-8-8-6-2-89-10"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-23-2">
+ <stop
+ id="stop10858-0-7-6-9-0-77"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-9-2-5" />
+ <stop
+ id="stop10862-3-3-8-6-82-1"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-9-5-9"
+ xlink:href="#linearGradient10798-1-9-3-7-6-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-5-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-8-7" />
+ <stop
+ id="stop10806-6-8-5-3-9-12-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-49-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-7-8-41"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-8-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-2-75" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-7-36"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-1-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-4-7-22"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-9-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-9-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-5-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-0-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-3-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-40-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-15-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-34-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-3-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-29-7" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-4-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-92-7" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-3-4-7"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-90-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-90-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-44-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-9-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-53-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-2-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-3-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-0-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-1-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-7-7" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-1-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-9-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13333-0-1-8-8"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-8-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1-3-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1-29-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3-33-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-2-2-3">
+ <stop
+ id="stop13852-4-8-3"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-7-3-32"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-0-4-7">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-8-0-2" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-4-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-7-0-1">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-4-1-0" />
+ <stop
+ id="stop13809-4-2-7"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-7-10-6"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-8-7-5" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-6-6-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-6-7">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-80-6" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-58-26" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13011-8-8-6"
+ xlink:href="#linearGradient12862-1-8-6-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11969-9-0-9-2">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-1-57-9" />
+ <stop
+ id="stop11979-0-0-3-3"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-1-2-0"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-0-22-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-0-7">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-9-0-3" />
+ <stop
+ id="stop12096-6-2-2-6"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-3-3-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-1-4">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-9-6-7" />
+ <stop
+ id="stop12007-4-6-8-2"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-6-7-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-7-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1-28-3" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0-79-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-92-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-6-9-8" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-7-1-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-2-3-11" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-08-2">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-7-1-3" />
+ <stop
+ id="stop11695-9-8-9-6"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-4-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-4-0-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-72-2-6" />
+ <stop
+ id="stop11152-9-0-4-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2-7-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-9-5-1" />
+ <stop
+ id="stop11152-8-4-35-8-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30-1-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-9-0-4" />
+ <stop
+ id="stop11152-6-7-6-0-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-7-56">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-8-1-9" />
+ <stop
+ id="stop11152-8-8-6-3-6-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-0-9-14">
+ <stop
+ id="stop10858-0-7-6-0-3-2"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-0-0-1" />
+ <stop
+ id="stop10862-3-3-8-2-3-03"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-1-7-7"
+ xlink:href="#linearGradient10798-1-9-3-7-7-3-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-7-3-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-4-0-9" />
+ <stop
+ id="stop10806-6-8-5-3-1-4-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-0-3-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-5-2-5">
+ <stop
+ style="stop-color:#d48a4b;stop-opacity:1;"
+ offset="0"
+ id="stop4920-9-3-4" />
+ <stop
+ style="stop-color:#b1623a;stop-opacity:1;"
+ offset="1"
+ id="stop4922-9-1-25" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-9-0-8">
+ <stop
+ style="stop-color:#b86c44;stop-opacity:1;"
+ offset="0"
+ id="stop4909-5-2-2" />
+ <stop
+ style="stop-color:#8f4017;stop-opacity:1;"
+ offset="1"
+ id="stop4911-0-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-4-7-3">
+ <stop
+ style="stop-color:#4dac81;stop-opacity:1;"
+ offset="0"
+ id="stop4930-9-1-4" />
+ <stop
+ style="stop-color:#058048;stop-opacity:1;"
+ offset="1"
+ id="stop4932-8-3-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-8-0-3">
+ <stop
+ style="stop-color:#8bc7d7;stop-opacity:1;"
+ offset="0"
+ id="stop4940-4-7-3" />
+ <stop
+ style="stop-color:#17477c;stop-opacity:1;"
+ offset="1"
+ id="stop4942-8-0-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4961-6-6-6"
+ id="linearGradient4983-5-3-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.625,0)"
+ x1="15.073242"
+ y1="1040.0764"
+ x2="18.744612"
+ y2="1049.2014" />
+ <linearGradient
+ id="linearGradient4961-6-6-6">
+ <stop
+ style="stop-color:#df9a39;stop-opacity:1;"
+ offset="0"
+ id="stop4963-0-3-4" />
+ <stop
+ style="stop-color:#b55829;stop-opacity:1;"
+ offset="1"
+ id="stop4965-3-1-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-5-9-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5330-9-5-9" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5332-8-6-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-0-1-8">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5211-9-5-5" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5213-4-1-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5397-0-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5399-9-8" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5401-7-72" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5404-3-1">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5406-0-0" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5408-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5411-1-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5413-5-5" />
+ <stop
+ style="stop-color:#464646;stop-opacity:1;"
+ offset="1"
+ id="stop5415-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5418-7-9">
+ <stop
+ style="stop-color:#5c5c5c;stop-opacity:1;"
+ offset="0"
+ id="stop5420-1-3" />
+ <stop
+ style="stop-color:#aeaeae;stop-opacity:1;"
+ offset="1"
+ id="stop5422-7-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-0-8"
+ id="linearGradient5589-9-8"
+ x1="2.03125"
+ y1="9.1435204"
+ x2="2.03125"
+ y2="4.671875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5591-5-8"
+ id="linearGradient5597-4-3"
+ x1="2.03125"
+ y1="7.8880248"
+ x2="2.03125"
+ y2="9.1435204"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5591-4-8-3"
+ id="linearGradient5597-1-9-8"
+ x1="2.03125"
+ y1="7.8880248"
+ x2="2.03125"
+ y2="9.1435204"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5591-4-8-3">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0-0-2" />
+ <stop
+ style="stop-color:#b0b456;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5-0-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-2-8-3"
+ id="linearGradient5589-8-1-1"
+ x1="2.03125"
+ y1="9.1435204"
+ x2="2.03125"
+ y2="4.671875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5583-2-8-3">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585-3-5-8" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587-3-0-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4919-1-9-9"
+ id="linearGradient4925-7-8-0"
+ x1="-10"
+ y1="1045.3622"
+ x2="-10"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4919-1-9-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4921-2-2-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4923-6-8-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4919-9-8-1"
+ id="linearGradient4925-4-0-6"
+ x1="-10"
+ y1="1045.3622"
+ x2="-10"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4919-9-8-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4921-4-5-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4923-60-1-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-2,2.000062)"
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1036.6622"
+ x1="8.0137892"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4791-4-1"
+ xlink:href="#linearGradient4810-73-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4810-73-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-6-6"
+ offset="0"
+ style="stop-color:#bfb688;stop-opacity:1;" />
+ <stop
+ id="stop4814-1-11"
+ offset="1"
+ style="stop-color:#8694ae;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5057-7-8-43"
+ id="linearGradient5065-1-6-3"
+ x1="6"
+ y1="1050.8623"
+ x2="11"
+ y2="1050.8623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,-2.000037)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5057-7-8-43">
+ <stop
+ style="stop-color:#677da9;stop-opacity:1;"
+ offset="0"
+ id="stop5059-1-0-2" />
+ <stop
+ style="stop-color:#b4bbd1;stop-opacity:1"
+ offset="1"
+ id="stop5061-1-8-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-13"
+ gradientTransform="translate(25,-4.000037)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-1-26"
+ xlink:href="#linearGradient4910-4-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-7-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-4-7" />
+ <stop
+ style="stop-color:#d1eeff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-0-9" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1036.6622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4121-5-7"
+ xlink:href="#linearGradient4810-5-6-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4810-5-6-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-1-4"
+ offset="0"
+ style="stop-color:#bfb688;stop-opacity:1;" />
+ <stop
+ id="stop4814-7-1"
+ offset="1"
+ style="stop-color:#8694ae;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-13"
+ gradientTransform="translate(16,2)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4063-1-6"
+ xlink:href="#linearGradient4910-4-7-5-0"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-7-5-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-4-2-5" />
+ <stop
+ style="stop-color:#d1eeff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-0-7-01" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4818-6"
+ id="linearGradient4824-62"
+ x1="12.03229"
+ y1="1038.3472"
+ x2="14.871766"
+ y2="1041.3081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4818-6">
+ <stop
+ style="stop-color:#eb9186;stop-opacity:1;"
+ offset="0"
+ id="stop4820-5-4" />
+ <stop
+ style="stop-color:#e06b5e;stop-opacity:1"
+ offset="1"
+ id="stop4822-54" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962-2-7-1"
+ id="linearGradient4838-1-7"
+ x1="3.5628386"
+ y1="11.335736"
+ x2="3.5628386"
+ y2="13.61885"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962-2-7-1">
+ <stop
+ style="stop-color:#f6928e;stop-opacity:1"
+ offset="0"
+ id="stop4964-2-4-5" />
+ <stop
+ style="stop-color:#f13f53;stop-opacity:1"
+ offset="1"
+ id="stop4966-1-0-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4846-69"
+ id="linearGradient4852-7"
+ x1="5"
+ y1="1"
+ x2="5"
+ y2="6"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-0"
+ id="linearGradient4904-51"
+ x1="3"
+ y1="1039.8622"
+ x2="4"
+ y2="1039.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-0"
+ id="linearGradient4906-7-3"
+ x1="4.5773602"
+ y1="1038.3622"
+ x2="4.5773602"
+ y2="1039.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-9-05"
+ id="linearGradient4906-0-3"
+ x1="4.5773602"
+ y1="1038.3622"
+ x2="4.5773602"
+ y2="1039.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,6)" />
+ <linearGradient
+ id="linearGradient4898-9-05">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4900-4-3" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4902-8-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-9-05"
+ id="linearGradient4904-8-9"
+ x1="3"
+ y1="1039.8622"
+ x2="4"
+ y2="1039.8622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,6)" />
+ <linearGradient
+ id="linearGradient4923-23">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4925-29" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4927-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4846-4-7"
+ id="linearGradient4852-2-1"
+ x1="5"
+ y1="1"
+ x2="5"
+ y2="6"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4846-4-7">
+ <stop
+ style="stop-color:#937e48;stop-opacity:1"
+ offset="0"
+ id="stop4848-5-9" />
+ <stop
+ style="stop-color:#7c724f;stop-opacity:1"
+ offset="1"
+ id="stop4850-5-9" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1042.3622)"
+ y2="6"
+ x2="5"
+ y1="1"
+ x1="5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4937-1-6"
+ xlink:href="#linearGradient4846-4-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-7-0"
+ id="linearGradient4906-2-2"
+ x1="4.5773602"
+ y1="1038.3622"
+ x2="4.5773602"
+ y2="1039.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6,0)" />
+ <linearGradient
+ id="linearGradient4898-7-0">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4900-6-3" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4902-1-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4898-7-0"
+ id="linearGradient4904-4-9"
+ x1="3"
+ y1="1039.8622"
+ x2="4"
+ y2="1039.8622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(6,0)" />
+ <linearGradient
+ id="linearGradient4923-2-5">
+ <stop
+ style="stop-color:#ffd991;stop-opacity:1;"
+ offset="0"
+ id="stop4925-3-9" />
+ <stop
+ style="stop-color:#ffcd6f;stop-opacity:0;"
+ offset="1"
+ id="stop4927-2-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4846-6-8"
+ id="linearGradient4852-21-3"
+ x1="5"
+ y1="1"
+ x2="5"
+ y2="6"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4846-6-8">
+ <stop
+ style="stop-color:#937e48;stop-opacity:1"
+ offset="0"
+ id="stop4848-8-8" />
+ <stop
+ style="stop-color:#7c724f;stop-opacity:1"
+ offset="1"
+ id="stop4850-57-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(6,1036.3622)"
+ y2="6"
+ x2="5"
+ y1="1"
+ x1="5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4937-6-0"
+ xlink:href="#linearGradient4846-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5232-9-5"
+ id="linearGradient5238-6-8"
+ x1="8"
+ y1="1050.3622"
+ x2="15"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5232-9-5">
+ <stop
+ style="stop-color:#8f6939;stop-opacity:1"
+ offset="0"
+ id="stop5234-8-5" />
+ <stop
+ style="stop-color:#958160;stop-opacity:1"
+ offset="1"
+ id="stop5236-6-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5274-3-9"
+ id="linearGradient5280-2-9"
+ x1="11"
+ y1="1046.3622"
+ x2="12"
+ y2="1047.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5274-3-9">
+ <stop
+ style="stop-color:#f6e6c8;stop-opacity:1"
+ offset="0"
+ id="stop5276-8-4" />
+ <stop
+ style="stop-color:#e9c47e;stop-opacity:1"
+ offset="1"
+ id="stop5278-2-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5316-9"
+ id="linearGradient5322-3"
+ x1="9"
+ y1="1048.3622"
+ x2="10"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-31"
+ id="linearGradient4914-0-8"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5274-7-4"
+ id="linearGradient5280-1-8"
+ x1="11"
+ y1="1046.3622"
+ x2="12"
+ y2="1047.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.2484703,0,0,2.2484703,-20.311612,-1306.0555)" />
+ <linearGradient
+ id="linearGradient5274-7-4">
+ <stop
+ style="stop-color:#ffeecd;stop-opacity:1;"
+ offset="0"
+ id="stop5276-4-7" />
+ <stop
+ style="stop-color:#ecb448;stop-opacity:1;"
+ offset="1"
+ id="stop5278-0-86" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-4-9"
+ id="linearGradient4914-9-4"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-4-9">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-8-9" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-8-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="12"
+ y1="1046.3622"
+ x1="11"
+ gradientTransform="matrix(2.2484703,0,0,2.2484703,-0.311612,-1306.0555)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4935-1"
+ xlink:href="#linearGradient5274-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4937-2-9"
+ xlink:href="#linearGradient4908-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-5-51"
+ id="linearGradient4914-5-8"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-5-51">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-1-2" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-7-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-31"
+ id="linearGradient4914-1-4"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-31">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-0" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-4" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5023-6"
+ xlink:href="#linearGradient4908-52-31"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientTransform="translate(20,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5023-2-8"
+ xlink:href="#linearGradient4908-52-3-0"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-0">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-2" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5057-2-3"
+ xlink:href="#linearGradient4908-52-3-0"
+ inkscape:collect="always"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-52"
+ id="linearGradient5083-52"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-16"
+ id="linearGradient5083-8-4"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,0)" />
+ <linearGradient
+ id="linearGradient5077-5-16">
+ <stop
+ style="stop-color:#e4cf94;stop-opacity:1"
+ offset="0"
+ id="stop5079-7-36" />
+ <stop
+ id="stop5087-6-8"
+ offset="0.32186735"
+ style="stop-color:#ede0ba;stop-opacity:1" />
+ <stop
+ id="stop5085-1-8"
+ offset="0.64764118"
+ style="stop-color:#c1aa7e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ad8865;stop-opacity:1"
+ offset="1"
+ id="stop5081-8-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5134-7"
+ xlink:href="#linearGradient5077-5-16"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5057-9-4"
+ xlink:href="#linearGradient4908-52-3-2-0"
+ inkscape:collect="always"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-2-0">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-7-12" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-9-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5173-7"
+ xlink:href="#linearGradient4908-52-3-2-0"
+ inkscape:collect="always"
+ gradientTransform="translate(20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-16"
+ id="linearGradient5193-10"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-16"
+ id="linearGradient5196-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-1-9"
+ id="linearGradient5196-3-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,0)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ id="linearGradient5077-5-1-9">
+ <stop
+ style="stop-color:#e4cf94;stop-opacity:1"
+ offset="0"
+ id="stop5079-7-2-0" />
+ <stop
+ id="stop5087-6-3-3"
+ offset="0.32186735"
+ style="stop-color:#ede0ba;stop-opacity:1" />
+ <stop
+ id="stop5085-1-3-3"
+ offset="0.64764118"
+ style="stop-color:#c1aa7e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ad8865;stop-opacity:1"
+ offset="1"
+ id="stop5081-8-4-98" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.3188"
+ x2="1.9838035"
+ y1="1047.4242"
+ x1="-0.9810437"
+ gradientTransform="translate(4,-1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5255-6"
+ xlink:href="#linearGradient5077-5-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-4"
+ id="linearGradient5306-6"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="1044.6704"
+ x2="-8.7005796"
+ y1="1042.1598"
+ x1="-11.21119"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5173-3-2"
+ xlink:href="#linearGradient4908-52-3-2-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4908-52-3-2-8-7">
+ <stop
+ style="stop-color:#986443;stop-opacity:1"
+ offset="0"
+ id="stop4910-7-2-7-7-6" />
+ <stop
+ style="stop-color:#994f1b;stop-opacity:1"
+ offset="1"
+ id="stop4912-6-2-9-4-4" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(17.072947,-0.95605802)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8887-0"
+ xlink:href="#linearGradient4810-5-87"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-13"
+ gradientTransform="translate(35.999999,-7.0301587)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8884-0"
+ xlink:href="#linearGradient4910-4-0-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientTransform="translate(35.071922,-0.9989587)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8881-0"
+ xlink:href="#linearGradient4994-4-5-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(17.115591,-0.991558)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8878-5"
+ xlink:href="#linearGradient4082-3-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-9">
+ <stop
+ id="stop7542-83"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-67" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-78" />
+ <stop
+ id="stop7548-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7526-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7528-8" />
+ <stop
+ id="stop7538-1"
+ offset="0.25"
+ style="stop-color:#ffffff;stop-opacity:0.74901961;" />
+ <stop
+ id="stop7536-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7530-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5009-4-8">
+ <stop
+ style="stop-color:#ffe083;stop-opacity:1;"
+ offset="0"
+ id="stop5011-0-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop5013-9-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4929-4-7">
+ <stop
+ style="stop-color:#d5f3ff;stop-opacity:1;"
+ offset="0"
+ id="stop4931-8-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4934-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4900-2-2">
+ <stop
+ style="stop-color:#877e60;stop-opacity:1;"
+ offset="0"
+ id="stop4902-4-1" />
+ <stop
+ style="stop-color:#c0a753;stop-opacity:1;"
+ offset="1"
+ id="stop4904-5-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4881-5-69">
+ <stop
+ style="stop-color:#68b3e1;stop-opacity:1;"
+ offset="0"
+ id="stop4883-1-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4885-7-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4839-11-2">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1;"
+ offset="0"
+ id="stop4841-5-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4843-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4977-7-4">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979-6-8" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4947-4-1">
+ <stop
+ style="stop-color:#e5ac30;stop-opacity:1;"
+ offset="0"
+ id="stop4949-2-7" />
+ <stop
+ style="stop-color:#f2dcae;stop-opacity:1;"
+ offset="1"
+ id="stop4951-3-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4931-2-9">
+ <stop
+ style="stop-color:#dce6f8;stop-opacity:1;"
+ offset="0"
+ id="stop4933-2-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4935-1-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4887-6-91">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4889-8-2" />
+ <stop
+ style="stop-color:#c3bf94;stop-opacity:1;"
+ offset="1"
+ id="stop4891-5-17" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4792-7-2">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4794-6-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4796-1-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-8-8">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4786-9-6" />
+ <stop
+ style="stop-color:#25497f;stop-opacity:1;"
+ offset="1"
+ id="stop4788-2-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4924-7-6">
+ <stop
+ style="stop-color:#97b2d9;stop-opacity:1;"
+ offset="0"
+ id="stop4926-9-8" />
+ <stop
+ style="stop-color:#b5c6df;stop-opacity:1;"
+ offset="1"
+ id="stop4928-5-66" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4914-4-8">
+ <stop
+ style="stop-color:#8a9b9c;stop-opacity:1;"
+ offset="0"
+ id="stop4916-3-7" />
+ <stop
+ style="stop-color:#a5b0b1;stop-opacity:1;"
+ offset="1"
+ id="stop4918-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4816-2-0">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818-3-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820-3-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4801-4-4">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4803-1-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4805-1-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4793-3-2">
+ <stop
+ style="stop-color:#5b7aab;stop-opacity:1;"
+ offset="0"
+ id="stop4795-8-9" />
+ <stop
+ style="stop-color:#7c8c99;stop-opacity:1;"
+ offset="1"
+ id="stop4797-7-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-42-9">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-7-0" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-7-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-9-92">
+ <stop
+ id="stop13852-3-6"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-1-88"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-9-7">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13836-8-9" />
+ <stop
+ style="stop-color:#807e66;stop-opacity:0;"
+ offset="1"
+ id="stop13838-6-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-5-1">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-0-6" />
+ <stop
+ id="stop13809-28-4"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-6-93"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-0-0" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-2-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-4-8">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-8-2" />
+ <stop
+ id="stop12096-65-1"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-90-1">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-0-9" />
+ <stop
+ id="stop12007-6-8"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-1-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-3-4">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-89-2" />
+ <stop
+ id="stop11979-3-6"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-4-0"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-4-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-6-79">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-0-3" />
+ <stop
+ id="stop11695-66-8"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-18-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-49-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-6-7" />
+ <stop
+ id="stop11152-3-0"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-7-3">
+ <stop
+ style="stop-color:#e4d09d;stop-opacity:1"
+ offset="0"
+ id="stop11130-8-6" />
+ <stop
+ id="stop11136-8-3"
+ offset="0.27413794"
+ style="stop-color:#f6ecb2;stop-opacity:1" />
+ <stop
+ style="stop-color:#b58a68;stop-opacity:1"
+ offset="1"
+ id="stop11132-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-9-9">
+ <stop
+ id="stop10858-1-4"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-3-4" />
+ <stop
+ id="stop10862-5-6"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-9-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-8-67" />
+ <stop
+ id="stop10806-4-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-7-05">
+ <stop
+ id="stop10750-63-0"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.25"
+ id="stop10752-6-5" />
+ <stop
+ style="stop-color:#f6e5a6;stop-opacity:1"
+ offset="0.5"
+ id="stop10754-1-03" />
+ <stop
+ id="stop10756-5-6"
+ offset="0.75"
+ style="stop-color:#f1cf6c;stop-opacity:1" />
+ <stop
+ id="stop10758-4-0"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-2-1">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-09-0" />
+ <stop
+ id="stop10458-73-5"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-7-0"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-26-0" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-0-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-16-9">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-5-3" />
+ <stop
+ id="stop10521-7-8"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-4-7">
+ <stop
+ id="stop10434-12-8"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#4e6da1;stop-opacity:1"
+ offset="0.5"
+ id="stop10436-0-6" />
+ <stop
+ id="stop10438-0-6"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-1-5">
+ <stop
+ style="stop-color:#5078b9;stop-opacity:1;"
+ offset="0"
+ id="stop10416-4-01" />
+ <stop
+ id="stop10422-6-0"
+ offset="0.5"
+ style="stop-color:#6d8cbd;stop-opacity:1" />
+ <stop
+ style="stop-color:#5f88c9;stop-opacity:1"
+ offset="1"
+ id="stop10418-0-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-7-8">
+ <stop
+ style="stop-color:#1b3e79;stop-opacity:1;"
+ offset="0"
+ id="stop10398-1-9" />
+ <stop
+ id="stop10404-7-3"
+ offset="0.5"
+ style="stop-color:#728fbf;stop-opacity:1" />
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="1"
+ id="stop10400-7-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-7-41">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-73-5" />
+ <stop
+ id="stop10165-35-63"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-9-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9914-9-1"
+ inkscape:collect="always">
+ <stop
+ id="stop9916-8-0"
+ offset="0"
+ style="stop-color:#4a6fa4;stop-opacity:1" />
+ <stop
+ id="stop9918-1-2"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9908-82-9"
+ inkscape:collect="always">
+ <stop
+ id="stop9910-6-51"
+ offset="0"
+ style="stop-color:#525f72;stop-opacity:1" />
+ <stop
+ id="stop9912-6-8"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9605-0-1">
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:1;"
+ offset="0"
+ id="stop9607-38-8" />
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:0;"
+ offset="1"
+ id="stop9609-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-1-27">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-2-0" />
+ <stop
+ id="stop9514-5-6"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-09-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-4-5">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-7-9" />
+ <stop
+ id="stop9340-8-5"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-35-14" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-12-6">
+ <stop
+ id="stop9326-01-7"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-6-4" />
+ <stop
+ id="stop9330-4-6"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-06-0">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-1-1" />
+ <stop
+ id="stop9322-8-7"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-9-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-8-8">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-4-2" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-1-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-4-1">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-3-7" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-9-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-8-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-8-98"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-0-1"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-8-7">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-7-2" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-7-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-8-4">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-3-7" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-83-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-7-6">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-10-5" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-7-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-3-3">
+ <stop
+ id="stop7561-3-3-4-48-4-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-9-6" />
+ <stop
+ id="stop7565-8-8-3-2-6-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-51-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-0-5" />
+ <stop
+ id="stop7114-9-0-1-99-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-6-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-8-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4322-3-1" />
+ <stop
+ id="stop4324-4-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4326-8-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-4-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4331-9-52" />
+ <stop
+ id="stop4333-9-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4335-2-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-5-8">
+ <stop
+ id="stop7561-3-3-4-48-7-5-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-33-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-37-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-4-16">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-3-7" />
+ <stop
+ id="stop7114-9-0-1-4-8-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-0-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-8-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3258-8-2" />
+ <stop
+ id="stop3260-0-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3262-6-05" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-8-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3267-19-9" />
+ <stop
+ id="stop3269-8-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3271-9-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-7-9">
+ <stop
+ id="stop7561-3-3-4-48-5-2-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-76-2-2" />
+ <stop
+ id="stop7565-8-8-3-2-7-82-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-8-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-8-9-9" />
+ <stop
+ id="stop7114-9-0-1-1-0-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-4-7-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-8-34">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3508-1-5" />
+ <stop
+ id="stop3510-5-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3512-86-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-1-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3517-2-0" />
+ <stop
+ id="stop3519-4-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3521-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-58-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-6-66"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-2-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-6-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-5-40">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-3-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-9-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-2-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-4-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4135-61-3" />
+ <stop
+ id="stop4137-8-65"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4139-2-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-1-84">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4144-1-37" />
+ <stop
+ id="stop4146-97-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4148-62-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-95-1">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-20-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-03-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-9-70"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-1-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-81-95" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-9-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-53-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-2-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-5-2" />
+ <stop
+ id="stop4358-2-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-5-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-8-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-67-4" />
+ <stop
+ id="stop4367-7-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-2-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-2-0">
+ <stop
+ id="stop7561-3-3-4-48-7-4-5-9-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-0-4-44" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-2-19-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-6-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-4-9-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-3-8-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-3-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-5-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-1-5-8" />
+ <stop
+ id="stop4358-6-4-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-2-9-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-1-49">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-6-2-9" />
+ <stop
+ id="stop4367-1-5-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-3-0-92" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-83-86">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-8-9-0"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-7-3-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-7-9-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-67-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-0-9-7" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-1-9-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-5-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-6-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-9-3" />
+ <stop
+ id="stop5694-3-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-57-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-6-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-658-0" />
+ <stop
+ id="stop5703-2-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-4-9">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-2-41-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-0-61-4" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-5-6-4"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-3-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-2-3-6" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-16-5-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-6-5-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-3-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-0-2-7" />
+ <stop
+ id="stop5694-4-8-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-5-25-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-3-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-6-6-5" />
+ <stop
+ id="stop5703-0-1-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-3-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-62-2">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-1-0"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-4-45" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-6-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-2-97">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-9-51" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-1-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-50-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-3-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-6-0" />
+ <stop
+ id="stop6129-4-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-9-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-2-29">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-9-6" />
+ <stop
+ id="stop6138-3-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-4-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-40-3">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-5-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-96-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-3-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-4-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-2-11" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-8-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-7-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-4-5-5" />
+ <stop
+ id="stop6129-0-8-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-6-12-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-5-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-6-7-63" />
+ <stop
+ id="stop6138-0-4-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-7-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-4-1">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-4-4-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-6-4-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-55-2-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-9-54">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-5-3-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-6-0-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-2-7-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-78-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6295-7-3" />
+ <stop
+ id="stop6297-3-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6299-0-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-3-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6304-8-20" />
+ <stop
+ id="stop6306-2-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6308-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-2-7">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-03-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-72-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-9-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-7-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-5-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-3-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-4-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-32-34">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6323-1-5" />
+ <stop
+ id="stop6325-1-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6327-3-39" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-2-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6332-5-9" />
+ <stop
+ id="stop6334-3-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6336-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-1-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-3-2-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-2-2-9" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-8-2-9"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-6-97">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-5-4-46" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-5-0-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-1-7-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-0-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6351-3-6" />
+ <stop
+ id="stop6353-4-9"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6355-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-0-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6360-53-3" />
+ <stop
+ id="stop6362-1-38"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6364-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-67-2">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-5-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-0-8" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-0-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-4-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-5-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-49-22"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-5-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-6-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6942-4-4" />
+ <stop
+ id="stop6944-8-79"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6946-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-1-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6951-6-9" />
+ <stop
+ id="stop6953-8-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6955-3-85" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-1-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-4-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-8-84" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-4-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-9-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-20-6" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-7-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-6-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7108-0-1" />
+ <stop
+ id="stop7110-7-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7112-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7115-5-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7117-6-1" />
+ <stop
+ id="stop7119-7-8"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7121-38-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-9-0"
+ id="linearGradient7692-4-4-2"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-9-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-2-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-6-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,-140)"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7755-5-5-5"
+ xlink:href="#linearGradient7686-9-7-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-7-7-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-1-7-2" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-0-4-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-7-3"
+ id="linearGradient8159-0-5-52"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-7-3">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-98-8" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-30-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-23-5"
+ id="linearGradient8143-2-2-0"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-23-5">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-6-8" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-71-9" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8180-3-55-6"
+ xlink:href="#linearGradient8153-2-8-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-8-4-8">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-7-0-4" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-3-2-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8182-6-9"
+ xlink:href="#linearGradient8137-9-5-0-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-5-0-4">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-2-6-5" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-9-1-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-6-1-1"
+ id="linearGradient8291-2-1-64"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-6-1-1">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-6-7-6" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-6-3-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-0-9">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-0-87" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-4-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-8-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-3-4" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-01-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-93-2-82">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-9-9-8" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-8-0-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8498-8-3"
+ id="linearGradient8504-3-7"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8498-8-3">
+ <stop
+ style="stop-color:#d9f4ff;stop-opacity:1"
+ offset="0"
+ id="stop8500-8-3" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8502-57-86" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-7"
+ id="linearGradient8659-7-1"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-8-1"
+ id="linearGradient8681-0-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-7-6"
+ id="linearGradient8683-8-8"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-7-3"
+ id="linearGradient8685-9-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-8-4"
+ id="linearGradient8687-3-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-7"
+ id="linearGradient8689-0-1"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-7"
+ id="linearGradient8691-7-5"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-7"
+ id="linearGradient8693-4-2"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-7"
+ id="linearGradient8695-7-0"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-8-7"
+ id="linearGradient8697-8-3"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-93-2-82"
+ id="linearGradient8699-3-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-8-4"
+ id="linearGradient8701-7-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-0-9"
+ id="linearGradient8703-10-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-4-1"
+ id="linearGradient9297-0-0"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-8-8"
+ id="linearGradient9305-83-0"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-9-5-0"
+ id="linearGradient9338-8-4-1"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9332-9-5-0">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-5-0-4" />
+ <stop
+ id="stop9340-2-1-1"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-4-4-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9324-7-6-7"
+ id="linearGradient9318-5-7"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9324-7-6-7">
+ <stop
+ id="stop9326-0-2-0"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-1-0-1" />
+ <stop
+ id="stop9330-5-3-7"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-6-0"
+ id="linearGradient9297-1-5-5"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-8-6-0">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-7-6-1" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-3-67-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-77-4"
+ id="linearGradient9305-8-6-4"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-1-77-4">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-6-1-7" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-8-9-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-1-8">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-52-6-7" />
+ <stop
+ id="stop9340-23-2-3"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-3-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-9-2-5">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-5-7-53" />
+ <stop
+ id="stop9322-0-6-7"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-6-5-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9415-5-1-1"
+ xlink:href="#linearGradient9510-3-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9510-3-3-7">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-4-9-2" />
+ <stop
+ id="stop9514-9-9-1"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-6-59-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-5-2-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-3-6-6"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-5-5-7"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-6-32-99">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-1-4-6" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-6-4-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-0-4-8">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-9-2-3" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-5-7-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-2-9-2">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-7-2-9" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-8-3-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-3-1"
+ id="linearGradient8697-5-7-7"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-2-3-1">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-9-1-5" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-2-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-4-7-44">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-0-8-5" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-7-5-44" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-3-3-3"
+ id="linearGradient8703-1-8-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-3-3-3">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-2-2-7" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-6-4-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9605-0-1"
+ id="linearGradient9962-1-3"
+ gradientUnits="userSpaceOnUse"
+ x1="213.82529"
+ y1="441.62799"
+ x2="227.09628"
+ y2="454.31174" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-6-1-8"
+ id="linearGradient9964-1-6"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-9-2-5"
+ id="linearGradient9966-5-0"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-3-7"
+ id="linearGradient9968-9-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-5-2-4"
+ id="linearGradient9970-5-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-6-32-99"
+ id="linearGradient9972-1-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-0-4-8"
+ id="linearGradient9974-06-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-2-9-2"
+ id="linearGradient9976-4-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9908-82-9"
+ id="linearGradient9978-5-12"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="306.07397"
+ x2="641.07611"
+ y2="281.43512" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2-3-1"
+ id="linearGradient9980-3-3"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-4-7-44"
+ id="linearGradient9982-08-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9914-9-1"
+ id="linearGradient9984-9-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ x1="636.09375"
+ y1="279.41037"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-4-5"
+ id="linearGradient9997-1-7"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-06-0"
+ id="linearGradient9999-3-0"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-1-27"
+ id="linearGradient10001-4-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8-6-0"
+ id="linearGradient10003-74-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1-77-4"
+ id="linearGradient10005-6-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-5-6-7"
+ id="linearGradient10163-8-3-1"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-5-6-7">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-7-5-6" />
+ <stop
+ id="stop10165-2-2-4"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-3-8-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-3-0-2"
+ id="linearGradient10155-1-1-9"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-3-0-2">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-0-3-7" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-7-1-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-52-6"
+ id="linearGradient10155-5-5-3"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-6-52-6">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-2-3" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-17-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-82-1"
+ id="linearGradient10163-2-4-3"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-2-82-1">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-8-36-5" />
+ <stop
+ id="stop10165-3-3-3"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-5-0-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-5-3"
+ id="linearGradient10155-7-3-8"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-39-5-3">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-3-2-34" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-72-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-6-5-0-0">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-7-7-2" />
+ <stop
+ id="stop10394-2-6"
+ offset="0.5"
+ style="stop-color:#b9c7df;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-1-2-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-4-1-3"
+ id="linearGradient10454-7-59-8"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-4-1-3">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-4-0-0" />
+ <stop
+ id="stop10458-7-8-0"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-9-5-6"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-1-0-9" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-2-79-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-2-5-6"
+ id="linearGradient10446-9-0-2"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10440-2-5-6">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-4-3-4" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-4-4-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-0-7"
+ id="linearGradient10454-9-1-1"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-9-0-7">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-4-5" />
+ <stop
+ id="stop10458-8-8-3"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-5-2"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-92-6" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-5-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-1-8"
+ id="linearGradient10446-7-4-7"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10440-1-1-8">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-3-2" />
+ <stop
+ id="stop10521-1-9-3"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-5-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-3-8-4"
+ xlink:href="#linearGradient10448-9-7-2-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-7-2-6">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-7-3" />
+ <stop
+ id="stop10458-8-0-9-3"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-1-6-6"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-9-1-1" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-7-8" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-3-7-9"
+ xlink:href="#linearGradient10440-1-0-1-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-1-7">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-9-2" />
+ <stop
+ id="stop10521-1-2-0-1"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-3-0" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-8-4-9"
+ xlink:href="#linearGradient10448-9-6-1-68"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-6-1-68">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-8-7-02" />
+ <stop
+ id="stop10458-8-7-5-4"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-7-3-58"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-1-3-4" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-8-2-8" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-1-4-9"
+ xlink:href="#linearGradient10440-1-3-1-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-3-1-7">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-0-2-67" />
+ <stop
+ id="stop10521-1-4-9-0"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-2-0-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-8-9">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7-5" />
+ <stop
+ id="stop10456-4-1-5-4-2"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-8-5-37" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-0-0-6-6">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-0-8-8" />
+ <stop
+ id="stop10521-1-2-5-07-4"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-0-7-43" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-8-9"
+ id="linearGradient10770-43-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-0-6-6"
+ id="linearGradient10772-1-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="334.375"
+ y1="529.06494"
+ x2="334.375"
+ y2="518.67365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-7-05"
+ id="linearGradient10774-36-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="324.1601"
+ y1="532.15552"
+ x2="324.1601"
+ y2="515.53949" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-1-7"
+ id="linearGradient10776-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="334.375"
+ y1="532.30212"
+ x2="334.375"
+ y2="515.73615" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-2-1"
+ id="linearGradient10778-0-6"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-16-9"
+ id="linearGradient10780-1-4"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10414-1-5"
+ id="linearGradient10782-9-3"
+ gradientUnits="userSpaceOnUse"
+ x1="298.34253"
+ y1="528.1048"
+ x2="298.34253"
+ y2="519.08923" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10432-4-7"
+ id="linearGradient10784-0-7"
+ gradientUnits="userSpaceOnUse"
+ x1="289.8125"
+ y1="528.73804"
+ x2="289.8125"
+ y2="519.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-7-41"
+ id="linearGradient10786-42-8"
+ gradientUnits="userSpaceOnUse"
+ x1="306.05069"
+ y1="532.08228"
+ x2="306.05069"
+ y2="514.75818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10396-7-8"
+ id="linearGradient10788-9-6"
+ gradientUnits="userSpaceOnUse"
+ x1="302.3125"
+ y1="532.98718"
+ x2="302.3125"
+ y2="514.67456" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2-82-1"
+ id="linearGradient10790-3-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39-5-3"
+ id="linearGradient10792-1-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-5-0-0"
+ id="linearGradient10794-4-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="511.38498" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-8-2-22"
+ id="linearGradient10804-7-8-6"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-8-2-22">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-2-0-5" />
+ <stop
+ id="stop10806-9-5-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-3-5-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-32-7"
+ id="linearGradient10804-8-9-5"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-1-32-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-8-0" />
+ <stop
+ id="stop10806-6-7-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-4-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-8-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-14-5" />
+ <stop
+ id="stop10806-6-8-3-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-5-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10835-2-5-1"
+ xlink:href="#linearGradient10856-6-2-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-2-9">
+ <stop
+ id="stop10858-0-6-5"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-8-39" />
+ <stop
+ id="stop10862-3-9-0"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-5-7"
+ id="radialGradient11144-4-29-2"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-8-5-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-9-9" />
+ <stop
+ id="stop11152-8-45-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-58-10"
+ id="radialGradient11144-2-0-7"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-7-58-10">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-8-4" />
+ <stop
+ id="stop11152-6-0-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11169-6-13-8"
+ xlink:href="#linearGradient11146-8-7-2-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-7-2-9">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-2-3" />
+ <stop
+ id="stop11152-8-8-2-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11063-6-7-38"
+ xlink:href="#linearGradient10856-6-3-03-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-03-8">
+ <stop
+ id="stop10858-0-7-1-8"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-3-5" />
+ <stop
+ id="stop10862-3-3-3-92"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-70-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-9-6" />
+ <stop
+ id="stop10806-6-8-5-5-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-5-6" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4-7-6"
+ id="radialGradient11268-5-83-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4-7-6">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-8-5" />
+ <stop
+ id="stop11152-9-3-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3-9-8"
+ id="radialGradient11270-4-7-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3-9-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-39-4" />
+ <stop
+ id="stop11152-8-4-1-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5-8-5"
+ id="radialGradient11272-3-82-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5-8-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-0-0" />
+ <stop
+ id="stop11152-6-7-1-68"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5-4-55"
+ id="radialGradient11274-3-8-65"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-4-55">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-86-2" />
+ <stop
+ id="stop11152-8-8-6-0-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11298-3-9-6"
+ xlink:href="#linearGradient10856-6-3-0-3-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-3-2">
+ <stop
+ id="stop10858-0-7-6-00-4"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-8-9" />
+ <stop
+ id="stop10862-3-3-8-7-0"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10880-5-3-4-6-9"
+ xlink:href="#linearGradient10798-1-9-3-7-3-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-3-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-5-3" />
+ <stop
+ id="stop10806-6-8-5-3-6-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-5-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-8-2"
+ xlink:href="#linearGradient10798-1-9-3-7-3-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-5-3-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-7-9-3" />
+ <stop
+ id="stop11152-9-2-4-1"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-8-06">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-5-3-2" />
+ <stop
+ id="stop11152-8-4-9-9-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-7-9">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-4-6-3" />
+ <stop
+ id="stop11152-6-7-2-4-06"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-5-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-1-8-2" />
+ <stop
+ id="stop11152-8-8-6-6-6-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-1-6">
+ <stop
+ id="stop10858-0-7-6-1-5-3"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-7-5-3" />
+ <stop
+ id="stop10862-3-3-8-4-1-1"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-0-9-3"
+ xlink:href="#linearGradient10798-1-9-3-7-1-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-6-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-4-0" />
+ <stop
+ id="stop10806-6-8-5-3-2-5-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-42-48" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-3-5-9"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-3-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-3-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-6-2-15" />
+ <stop
+ id="stop10806-6-8-5-3-2-9-6-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-6-8-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-8-2-67"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-6-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-6-1" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-39-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-4-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-2-6-9"
+ id="radialGradient11685-7-5-1"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-2-6-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-9-2-86" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-1-5-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-1-5-3"
+ id="linearGradient11693-0-3-8"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-1-5-3">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-9-6-1" />
+ <stop
+ id="stop11695-3-6-11"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-9-1-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-8-4-9"
+ id="linearGradient11894-2-4-89"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-8-4-9">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-4-6-7" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-1-2-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-4-8-55"
+ id="linearGradient11894-5-6-9"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-4-8-55">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-8-25-1" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-8-5-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-1-4">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-0-55" />
+ <stop
+ id="stop11979-8-1-5"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-51-9"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-6-5">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-0-4" />
+ <stop
+ id="stop12096-1-02-2"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-43-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-36-1">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-28-59" />
+ <stop
+ id="stop12007-1-23-7"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-4-4" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-7-4-5"
+ id="radialGradient11685-5-3-2"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-7-4-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-94-3-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-0-6-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-9-4-1"
+ id="linearGradient11693-2-8-3"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-9-4-1">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-1-7-75" />
+ <stop
+ id="stop11695-2-3-9"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-1-9-1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-8-0-5"
+ id="radialGradient11685-3-8-0"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-8-0-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-3-0-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-6-8-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-8-5-5"
+ id="linearGradient11693-26-80-7"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-8-5-5">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-6-1-8" />
+ <stop
+ id="stop11695-6-4-1"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-5-36-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-3-5">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-7-9-0" />
+ <stop
+ id="stop11979-8-6-2-0"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-6-1-1"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-6-9-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-8-1">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-8-2-8" />
+ <stop
+ id="stop12096-1-8-3-0"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-4-40-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-2-7">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-2-3-2" />
+ <stop
+ id="stop12007-1-3-1-7"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-8-98-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-9-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-8-2" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-9-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-1-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-3-1">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-5-0" />
+ <stop
+ id="stop11979-0-1-4"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-4-53"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-5-6">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-38-1" />
+ <stop
+ id="stop12096-6-92-29"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-8-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-7-1">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-0-9" />
+ <stop
+ id="stop12007-4-1-4"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-4-46" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-81-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-9-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-3-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-59-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-3-98-4"
+ id="radialGradient11685-2-7-9"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-3-98-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-91-0-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-02-1-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-2-7-9"
+ id="linearGradient11693-3-4-8"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-2-7-9">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-5-8" />
+ <stop
+ id="stop11695-9-55-5"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-0-7" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-9-2-8"
+ id="radialGradient12723-3-9-0"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-9-2-8">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-7-82-4" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-6-4-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-5-2">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-0-7" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-4-1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-5-2"
+ id="radialGradient12739-4-4-2"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-0-9">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-51-5" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-1-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-0-9"
+ id="linearGradient12904-2-5-9"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11146-4-0-9-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-1-0-7" />
+ <stop
+ id="stop11152-9-9-8-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-3-1">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-2-8-5" />
+ <stop
+ id="stop11152-8-4-3-7-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-2-2">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-8-6-26" />
+ <stop
+ id="stop11152-6-7-5-9-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-3-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-19-8-9" />
+ <stop
+ id="stop11152-8-8-6-2-1-7"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-0-5">
+ <stop
+ id="stop10858-0-7-6-9-3-7"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-9-3-3" />
+ <stop
+ id="stop10862-3-3-8-6-8-19"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-9-4-5"
+ xlink:href="#linearGradient10798-1-9-3-7-6-80-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-80-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-1-6" />
+ <stop
+ id="stop10806-6-8-5-3-9-5-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-4-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-7-1-8"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-3-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-3-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-7-5" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-3-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-5-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-4-8-9"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-5-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-5-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-6-8" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-9-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-8-4">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-9-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-3-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-6-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-0-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-6-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-9-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-7-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-3-89-3"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-4-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-4-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-1-9" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-5-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-6-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13468-0-6-99"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-6-11"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-6-11">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-6-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-6-35"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-7-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-9-6-1-8"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-4-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-0-54" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-6-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-1-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13333-0-1-2-6"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-1-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-1-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1-4-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1-9-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3-5-1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13551-2-2"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-1-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13826-7-4-4"
+ id="linearGradient13832-8-3-9"
+ x1="441.34924"
+ y1="387.30411"
+ x2="441.34924"
+ y2="350.53076"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13826-7-4-4">
+ <stop
+ style="stop-color:#d8e1ed;stop-opacity:1"
+ offset="0"
+ id="stop13828-0-1-7" />
+ <stop
+ style="stop-color:#f8f9fa;stop-opacity:1"
+ offset="1"
+ id="stop13830-2-5-56" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13850-2-3-2"
+ id="linearGradient13840-9-2-3"
+ x1="428"
+ y1="388.23123"
+ x2="452.5"
+ y2="353.95593"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ id="linearGradient13850-2-3-2">
+ <stop
+ id="stop13852-4-1-73"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-7-6-6"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13856-0-8-67"
+ id="linearGradient13848-8-8-8"
+ x1="428"
+ y1="388.23123"
+ x2="452.5"
+ y2="353.95593"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)" />
+ <linearGradient
+ id="linearGradient13856-0-8-67">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-8-2-1" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-4-7-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13717-3-1-0"
+ id="linearGradient13818-7-7-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.61871845,0.97227185)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="372.91846" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13717-3-1-0">
+ <stop
+ style="stop-color:#c48a4e;stop-opacity:1;"
+ offset="0"
+ id="stop13719-9-2-1" />
+ <stop
+ style="stop-color:#b85f1b;stop-opacity:1"
+ offset="1"
+ id="stop13721-8-6-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13739-8-4-7"
+ id="linearGradient13820-2-0-2"
+ gradientUnits="userSpaceOnUse"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13739-8-4-7">
+ <stop
+ style="stop-color:#ffca57;stop-opacity:1"
+ offset="0"
+ id="stop13741-3-9-3" />
+ <stop
+ style="stop-color:#fffec5;stop-opacity:1"
+ offset="1"
+ id="stop13743-3-4-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13733-1-0-6"
+ id="linearGradient13822-2-6-1"
+ gradientUnits="userSpaceOnUse"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.7739" />
+ <linearGradient
+ id="linearGradient13733-1-0-6"
+ inkscape:collect="always">
+ <stop
+ id="stop13735-7-3-8"
+ offset="0"
+ style="stop-color:#73451c;stop-opacity:1" />
+ <stop
+ id="stop13737-8-6-7"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13799-7-4-3"
+ id="linearGradient13824-1-2-2"
+ gradientUnits="userSpaceOnUse"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ id="linearGradient13799-7-4-3">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-4-5-3" />
+ <stop
+ id="stop13809-4-88-4"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-7-1-7"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-8-2-8" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-6-1-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12886-6-7-4-2"
+ x1="393.4772"
+ y1="375.17487"
+ x2="379.65567"
+ y2="371.10898"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-9-1">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-8-0" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-2-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12884-4-7-4-4"
+ x1="395.68689"
+ y1="379.50586"
+ x2="385.57773"
+ y2="388.69827"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12882-2-0-5-1"
+ x1="404.8793"
+ y1="389.22861"
+ x2="397.7753"
+ y2="400.10037"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12880-3-5-2-7"
+ x1="420.52402"
+ y1="378.7988"
+ x2="432.86548"
+ y2="381.80399"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12878-2-7-9-26"
+ x1="413.01102"
+ y1="366.6012"
+ x2="429.94864"
+ y2="364.92181"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12876-4-0-9-2"
+ x1="674.84711"
+ y1="180.63965"
+ x2="675.20258"
+ y2="166.79221"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12868-4-7-8-0"
+ x1="396.0101"
+ y1="359.4902"
+ x2="396.21149"
+ y2="350.94641"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12888-3-7-3-3"
+ x1="390.38361"
+ y1="362.80048"
+ x2="381.86542"
+ y2="360.85596"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient12821-7-6-8-8"
+ xlink:href="#linearGradient12717-5-0-4-6-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5-0-4-6-6">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6-3-0-9-5" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9-4-5-8-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ id="linearGradient12896-6-4-6-90"
+ x1="427.53012"
+ y1="432.76639"
+ x2="425.4519"
+ y2="415.1088"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-0-4-6-6"
+ id="radialGradient12723-8-2-4-6-4"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientTransform="translate(3.9747778e-6,-9.8142582e-6)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient12725-9-4-7-3-8"
+ id="linearGradient12731-1-9-5-2-8"
+ x1="683.16229"
+ y1="205.72604"
+ x2="661.94519"
+ y2="183.18417"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12725-9-4-7-3-8">
+ <stop
+ style="stop-color:#397b3b;stop-opacity:1;"
+ offset="0"
+ id="stop12727-3-9-8-8-9" />
+ <stop
+ style="stop-color:#397b3b;stop-opacity:0;"
+ offset="1"
+ id="stop12729-4-1-8-2-3" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13011-8-6-0"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14172-2-5"
+ xlink:href="#linearGradient12862-1-8-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11969-9-0-7-0">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-1-5-9" />
+ <stop
+ id="stop11979-0-0-7-5"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-1-8-7"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-0-27-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-80-0">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-9-2-4" />
+ <stop
+ id="stop12096-6-2-08-7"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-3-9-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-2-1">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-9-82-4" />
+ <stop
+ id="stop12007-4-6-0-7"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-6-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-5-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1-2-50" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0-7-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9-6-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-7-4">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-6-87-4" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-7-8-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-2-16-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-0-0">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-7-9-0" />
+ <stop
+ id="stop11695-9-8-58-5"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-4-9-43" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8-7-0-7">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6-2-0-0" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9-5-0-7" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14172-6-7-5"
+ xlink:href="#linearGradient12862-1-8-7-0-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4793-3-2"
+ id="linearGradient4799-2-7"
+ x1="7.9212775"
+ y1="1051.1169"
+ x2="7.9212775"
+ y2="1037.0641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(16.175068,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4801-4-4"
+ id="linearGradient4807-5-4"
+ x1="11.354345"
+ y1="1051.4784"
+ x2="11.354345"
+ y2="1037.4236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(10.562408,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816-2-0"
+ id="linearGradient4822-5-2"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816-5-1-8"
+ id="linearGradient4822-4-2-0"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ id="linearGradient4816-5-1-8">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818-7-4-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820-4-8-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4816-4-4-7"
+ id="linearGradient4822-6-6-9"
+ x1="23.7125"
+ y1="1039.4022"
+ x2="23.7125"
+ y2="1037.0244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0625)" />
+ <linearGradient
+ id="linearGradient4816-4-4-7">
+ <stop
+ style="stop-color:#dce9f2;stop-opacity:1;"
+ offset="0"
+ id="stop4818-0-6-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4820-1-8-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4914-4-8"
+ id="linearGradient4920-9-2"
+ x1="25.3125"
+ y1="12"
+ x2="25.3125"
+ y2="13.064337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.0625,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4924-7-6"
+ id="linearGradient4930-8-4"
+ x1="22.875"
+ y1="11.53125"
+ x2="22.875"
+ y2="13.291266"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.0625,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784-8-8"
+ id="linearGradient4790-3-7"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5053616,0.13258252)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4792-7-2"
+ id="linearGradient4798-5-8"
+ x1="17.360693"
+ y1="1048.6658"
+ x2="17.360693"
+ y2="1043.051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.0598057,0.13258252)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4792-0-1-1"
+ id="linearGradient4798-2-5-8"
+ x1="17.360693"
+ y1="1048.6658"
+ x2="17.360693"
+ y2="1043.051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.0598057,0.13258252)" />
+ <linearGradient
+ id="linearGradient4792-0-1-1">
+ <stop
+ style="stop-color:#b7c9e3;stop-opacity:1;"
+ offset="0"
+ id="stop4794-9-5-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4796-9-5-07" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784-6-4-4"
+ id="linearGradient4790-4-8-4"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5053616,0.13258252)" />
+ <linearGradient
+ id="linearGradient4784-6-4-4">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4786-1-0-8" />
+ <stop
+ style="stop-color:#25497f;stop-opacity:1;"
+ offset="1"
+ id="stop4788-7-5-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ gradientTransform="translate(-3.6214785,2.1655504)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4821-4-5"
+ xlink:href="#linearGradient4784-6-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4887-6-91"
+ id="linearGradient4893-7-4"
+ x1="0.89346611"
+ y1="1045.9344"
+ x2="0.89346611"
+ y2="1037.4004"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4887-0-1-4"
+ id="linearGradient4893-8-2-6"
+ x1="0.89346611"
+ y1="1045.9344"
+ x2="0.89346611"
+ y2="1037.4004"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4887-0-1-4">
+ <stop
+ style="stop-color:#5f7fb0;stop-opacity:1;"
+ offset="0"
+ id="stop4889-9-4-2" />
+ <stop
+ style="stop-color:#c3bf94;stop-opacity:1;"
+ offset="1"
+ id="stop4891-0-9-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4931-2-9"
+ id="linearGradient4937-9-4"
+ x1="0.27474764"
+ y1="1044.2241"
+ x2="0.27474764"
+ y2="1038.3284"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4947-4-1"
+ id="radialGradient4955-0-7"
+ cx="2.7022624"
+ cy="1039.2938"
+ fx="2.7022624"
+ fy="1039.2938"
+ r="1.778585"
+ gradientTransform="matrix(-1.8601705,0,0,-1.8686673,9.2238796,2979.3765)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-7-4"
+ id="linearGradient4983-3-57"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-7-4"
+ id="linearGradient4985-0-2"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5-9"
+ id="linearGradient4983-4-3-0"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4977-5-5-9">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979-2-0-8" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981-7-7-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1.6351958)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5-9"
+ id="linearGradient4985-8-6-38"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5002-7-2">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop5004-8-89" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop5006-3-2" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1.6351958)"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5010-6-7"
+ xlink:href="#linearGradient4977-5-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-7-4"
+ id="linearGradient5055-4-7"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5-9"
+ id="linearGradient5057-4-09"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1.6351958)"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-5-9"
+ id="linearGradient5059-1-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1.6351958)"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-4-5-3"
+ id="linearGradient5053-2-9-18"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientTransform="translate(0,0.34375)" />
+ <linearGradient
+ id="linearGradient4977-4-5-3">
+ <stop
+ style="stop-color:#5e76a3;stop-opacity:1;"
+ offset="0"
+ id="stop4979-3-5-6" />
+ <stop
+ style="stop-color:#a2aab8;stop-opacity:0;"
+ offset="1"
+ id="stop4981-4-7-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839-11-2"
+ id="linearGradient4845-4-1"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839-1-3-5"
+ id="linearGradient4845-2-7-28"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)" />
+ <linearGradient
+ id="linearGradient4839-1-3-5">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1;"
+ offset="0"
+ id="stop4841-8-4-05" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4843-9-0-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4881-5-69"
+ id="linearGradient4888-8-7"
+ x1="7.4688163"
+ y1="1040.5623"
+ x2="21.389982"
+ y2="1040.5623"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4839-11-2"
+ id="linearGradient4894-8-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.3249707,0)"
+ x1="16.793787"
+ y1="1040.5402"
+ x2="30.714952"
+ y2="1040.5402" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4881-5-69"
+ id="linearGradient4896-1-3"
+ gradientUnits="userSpaceOnUse"
+ x1="7.4688163"
+ y1="1040.5623"
+ x2="21.389982"
+ y2="1040.5623" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4900-2-2"
+ id="linearGradient4906-5-5"
+ x1="24.021645"
+ y1="1048.7585"
+ x2="24.021645"
+ y2="1039.4414"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-16.75,0)" />
+ <mask
+ id="mask5241-0"
+ maskUnits="userSpaceOnUse">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5243-8"
+ d="m 2,1041.3622 0,0.5 0,9.0313 0,0.5 0.5,0 12,0 0.5,0 0,-0.5 0,-9.0313 0,-0.5 -0.5,0 -12,0 -0.5,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ </mask>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,-1034.3621)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5229-9"
+ xlink:href="#linearGradient4810-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,-1034.3621)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5226-4"
+ xlink:href="#linearGradient4810-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.8765"
+ x2="8.0137892"
+ y1="1039.876"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.0001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5216-2"
+ xlink:href="#linearGradient4082-8-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.0001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5210-3"
+ xlink:href="#linearGradient4810-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-9-2"
+ id="linearGradient5175-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0001)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4082-8-5">
+ <stop
+ id="stop4084-6-03"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-9-8" />
+ <stop
+ id="stop4086-8-7"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-8-5"
+ id="linearGradient4063-3-21"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.0001)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-9-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-9-5" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-8-0" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(-20,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4046-2-5"
+ xlink:href="#linearGradient4810-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5084-3">
+ <stop
+ id="stop5086-9"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop5088-7" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop5090-31" />
+ <stop
+ id="stop5092-7"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4981-8-3">
+ <stop
+ id="stop4983-8-3"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop4991-1-1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop4989-2-8" />
+ <stop
+ id="stop4985-1-6"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4973-9-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4975-4-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4977-6-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1046.688"
+ x2="21.123072"
+ y1="1045.577"
+ x1="21.123072"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5008-4-4"
+ xlink:href="#linearGradient4973-9-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.6436"
+ x2="22"
+ y1="1041.6436"
+ x1="19.624538"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5012-6"
+ xlink:href="#linearGradient4981-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="8.296731"
+ x2="22.095001"
+ y1="7.609231"
+ x1="18.909349"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5010-0-8"
+ xlink:href="#linearGradient4981-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1046.688"
+ x2="21.123072"
+ y1="1045.577"
+ x1="21.123072"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5008-7"
+ xlink:href="#linearGradient4973-1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="8.296731"
+ x2="22.095001"
+ y1="7.609231"
+ x1="18.909349"
+ id="linearGradient4999-9"
+ xlink:href="#linearGradient4981-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.6436"
+ x2="22"
+ y1="1041.6436"
+ x1="19.624538"
+ id="linearGradient4987-5"
+ xlink:href="#linearGradient4981-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1046.688"
+ x2="21.123072"
+ y1="1045.577"
+ x1="21.123072"
+ id="linearGradient4979-3"
+ xlink:href="#linearGradient4973-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-7-4">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-4-8" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-0-7" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(-20,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4046-1-0"
+ xlink:href="#linearGradient4810-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5057-7-9"
+ id="linearGradient4190-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,-10.0001)"
+ x1="6"
+ y1="1050.8623"
+ x2="11"
+ y2="1050.8623" />
+ <linearGradient
+ id="linearGradient4962-2-2-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4964-2-7-1"
+ offset="0"
+ style="stop-color:#7cb87d;stop-opacity:1" />
+ <stop
+ id="stop4966-1-6-0"
+ offset="1"
+ style="stop-color:#a8ceb7;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962-2-2-8"
+ id="radialGradient5038-5-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)"
+ cx="3.5134368"
+ cy="12.464466"
+ fx="3.5134368"
+ fy="12.464466"
+ r="2.1726513" />
+ <linearGradient
+ id="linearGradient5057-7-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5059-1-00"
+ offset="0"
+ style="stop-color:#677da9;stop-opacity:1;" />
+ <stop
+ id="stop5061-1-6"
+ offset="1"
+ style="stop-color:#b4bbd1;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2,-2.000037)"
+ gradientUnits="userSpaceOnUse"
+ y2="1050.8623"
+ x2="11"
+ y1="1050.8623"
+ x1="6"
+ id="linearGradient5065-1-79"
+ xlink:href="#linearGradient5057-7-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-94"
+ id="linearGradient4121-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,2.000063)"
+ x1="8.0137892"
+ y1="1036.6622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4962-2-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4964-2-0"
+ offset="0"
+ style="stop-color:#7cb87d;stop-opacity:1" />
+ <stop
+ id="stop4966-1-7"
+ offset="1"
+ style="stop-color:#a8ceb7;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962-2-8"
+ id="radialGradient5038-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)"
+ cx="3.5134368"
+ cy="12.464466"
+ fx="3.5134368"
+ fy="12.464466"
+ r="2.1726513" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5067-2">
+ <stop
+ style="stop-color:#677da9;stop-opacity:1;"
+ offset="0"
+ id="stop5069-1" />
+ <stop
+ style="stop-color:#8998bb;stop-opacity:1"
+ offset="1"
+ id="stop5071-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2,-2.000037)"
+ gradientUnits="userSpaceOnUse"
+ y2="1046.8623"
+ x2="11"
+ y1="1046.8623"
+ x1="8"
+ id="linearGradient5063-8"
+ xlink:href="#linearGradient5067-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5057-5-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5059-7"
+ offset="0"
+ style="stop-color:#677da9;stop-opacity:1;" />
+ <stop
+ id="stop5061-7"
+ offset="1"
+ style="stop-color:#b4bbd1;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2,-2.000037)"
+ gradientUnits="userSpaceOnUse"
+ y2="1050.8623"
+ x2="11"
+ y1="1050.8623"
+ x1="6"
+ id="linearGradient5065-08"
+ xlink:href="#linearGradient5057-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4962-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4964-0"
+ offset="0"
+ style="stop-color:#7cb87d;stop-opacity:1" />
+ <stop
+ id="stop4966-5"
+ offset="1"
+ style="stop-color:#a8ceb7;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(0.43809804,0,0,0.47690359,1.974207,6.5201176)"
+ gradientUnits="userSpaceOnUse"
+ r="2.1726513"
+ fy="12.464466"
+ fx="3.5134368"
+ cy="12.464466"
+ cx="3.5134368"
+ id="radialGradient4968-2"
+ xlink:href="#linearGradient4962-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-94">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1;"
+ offset="0"
+ id="stop4812-62" />
+ <stop
+ style="stop-color:#8694ae;stop-opacity:1"
+ offset="1"
+ id="stop4814-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-94"
+ id="linearGradient4791-6"
+ gradientUnits="userSpaceOnUse"
+ x1="8.0137892"
+ y1="1036.6622"
+ x2="8.0137892"
+ y2="1050.0707"
+ gradientTransform="translate(-2,2.000062)" />
+ <linearGradient
+ id="linearGradient4919-9-18"
+ inkscape:collect="always">
+ <stop
+ id="stop4921-4-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4923-60-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="-10"
+ y1="1045.3622"
+ x1="-10"
+ id="linearGradient4925-4-1"
+ xlink:href="#linearGradient4919-9-18"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4919-1-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4921-2-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4923-6-14"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1043.3622"
+ x2="-10"
+ y1="1045.3622"
+ x1="-10"
+ id="linearGradient4925-7-6"
+ xlink:href="#linearGradient4919-1-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5583-2-7">
+ <stop
+ id="stop5585-3-7"
+ offset="0"
+ style="stop-color:#426e4a;stop-opacity:1;" />
+ <stop
+ id="stop5587-3-52"
+ offset="1"
+ style="stop-color:#669f71;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ id="linearGradient5589-8-0"
+ xlink:href="#linearGradient5583-2-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5591-4-4">
+ <stop
+ id="stop5593-0-5"
+ offset="0"
+ style="stop-color:#e0e566;stop-opacity:1;" />
+ <stop
+ id="stop5595-5-32"
+ offset="1"
+ style="stop-color:#b0b456;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="7.8880248"
+ x1="2.03125"
+ id="linearGradient5597-1-4"
+ xlink:href="#linearGradient5591-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="7.8880248"
+ x1="2.03125"
+ id="linearGradient5597-5"
+ xlink:href="#linearGradient5591-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ id="linearGradient5589-7"
+ xlink:href="#linearGradient5583-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5418-81">
+ <stop
+ id="stop5420-52"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5422-30"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5411-9">
+ <stop
+ id="stop5413-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5415-7"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5404-6">
+ <stop
+ id="stop5406-94"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5408-4"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5397-9">
+ <stop
+ id="stop5399-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5401-3"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-0-8">
+ <stop
+ id="stop5211-9-51"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5213-4-5"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-5-3">
+ <stop
+ id="stop5330-9-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5332-8-0"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-6-2">
+ <stop
+ id="stop4963-0-0"
+ offset="0"
+ style="stop-color:#df9a39;stop-opacity:1;" />
+ <stop
+ id="stop4965-3-8"
+ offset="1"
+ style="stop-color:#b55829;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="1049.2014"
+ x2="18.744612"
+ y1="1040.0764"
+ x1="15.073242"
+ gradientTransform="translate(-4.625,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4983-5-88"
+ xlink:href="#linearGradient4961-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4938-8-11">
+ <stop
+ id="stop4940-4-8"
+ offset="0"
+ style="stop-color:#8bc7d7;stop-opacity:1;" />
+ <stop
+ id="stop4942-8-3"
+ offset="1"
+ style="stop-color:#17477c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-4-9">
+ <stop
+ id="stop4930-9-3"
+ offset="0"
+ style="stop-color:#4dac81;stop-opacity:1;" />
+ <stop
+ id="stop4932-8-0"
+ offset="1"
+ style="stop-color:#058048;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-9-3">
+ <stop
+ id="stop4909-5-3"
+ offset="0"
+ style="stop-color:#b86c44;stop-opacity:1;" />
+ <stop
+ id="stop4911-0-9"
+ offset="1"
+ style="stop-color:#8f4017;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-5-3">
+ <stop
+ id="stop4920-9-6"
+ offset="0"
+ style="stop-color:#d48a4b;stop-opacity:1;" />
+ <stop
+ id="stop4922-9-0"
+ offset="1"
+ style="stop-color:#b1623a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-7-7">
+ <stop
+ id="stop10800-5-2-1-8-4-96"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-1-55" />
+ <stop
+ id="stop10802-1-5-3-0-0-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-7-7"
+ id="linearGradient11390-1-60"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-0-4">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-0-8" />
+ <stop
+ id="stop10860-7-9-1-0-3"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-7-5">
+ <stop
+ id="stop11150-7-8-3-8-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-3-93" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-30-0">
+ <stop
+ id="stop11150-9-6-9-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-6-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-2-5">
+ <stop
+ id="stop11150-7-5-9-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-35-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-4-81">
+ <stop
+ id="stop11150-4-72-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-0-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-4-5">
+ <stop
+ id="stop11689-3-7-7-1"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-8-5-5" />
+ <stop
+ id="stop11691-10-4-5-4"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-9-4">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-6-8-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-7-0-5" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-2-1-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-3-5">
+ <stop
+ id="stop10800-5-2-1-8-2-8-1-5-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-0-9-4" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-9-7-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-4-3">
+ <stop
+ id="stop12001-1-9-8-7"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-6-1-7" />
+ <stop
+ id="stop12003-3-6-9-3"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-8-0">
+ <stop
+ id="stop12090-7-9-7-8"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-2-0-9" />
+ <stop
+ id="stop12092-1-3-1-0"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-0-5-7">
+ <stop
+ id="stop11971-7-1-3-4"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-0-8-5" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-1-9-5" />
+ <stop
+ id="stop11973-8-0-2-6"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-5-0"
+ id="linearGradient13011-8-2-0"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12862-1-8-5-0"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-1-9"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-4-5"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-7-8-0">
+ <stop
+ id="stop13801-4-9-7"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-4-8-5" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-7-9-5" />
+ <stop
+ id="stop13811-8-1-2"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-6-3-6"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-0-3-3">
+ <stop
+ id="stop13858-8-1-2"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-4-9-8"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-2-4-0">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-4-0-9" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-7-2-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-9-0">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-1-8-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-1-2-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-3-3-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-9-0"
+ id="linearGradient13333-0-1-1-6"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-6">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-2-3-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-7-9-7" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-5-2-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-5-2">
+ <stop
+ id="stop10800-5-2-1-8-20-6-4-1-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-8-4-3" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-4-3-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-0-0">
+ <stop
+ id="stop10800-5-2-1-8-20-6-0-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-88-0" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-0-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-0-0"
+ id="linearGradient13197-3-8-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-8-8">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-4-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-73-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-9-35"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-4-8">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-3-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-4-8" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-36-2"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-6-5">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-2-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-8-0" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-23-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-6-5"
+ id="linearGradient13296-4-3-1"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-0-67">
+ <stop
+ id="stop10800-5-2-1-8-20-4-02-5"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-4-7" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-3-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-0-67"
+ id="linearGradient13197-7-6-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-1-2">
+ <stop
+ id="stop10800-5-2-1-8-20-5-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-1-6" />
+ <stop
+ id="stop10802-1-5-3-0-4-7-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-1-2"
+ id="linearGradient11390-9-0-84"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-2-3">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-9-5-8" />
+ <stop
+ id="stop10860-7-9-1-9-5-7"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-6-1-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-2-4">
+ <stop
+ id="stop11150-7-8-3-19-6-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-2-8-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-4-3">
+ <stop
+ id="stop11150-9-6-8-4-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-5-6-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-6-3">
+ <stop
+ id="stop11150-7-5-2-6-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-3-1-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-0-5-3">
+ <stop
+ id="stop11150-4-1-3-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-9-5-0" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ id="linearGradient12904-2-2-9"
+ xlink:href="#linearGradient12862-1-4-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-4-3"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-5-7"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-6-8"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ id="radialGradient12739-4-9-2"
+ xlink:href="#linearGradient12717-5-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-6-3"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-6-3"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-3-9"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12717-9-6-0"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-7-8-1"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-6-2-0"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-3-2-38"
+ xlink:href="#linearGradient12717-9-6-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-2-4-4">
+ <stop
+ id="stop11689-3-2-3"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-5-1" />
+ <stop
+ id="stop11691-10-3-6"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-3-5-58"
+ xlink:href="#linearGradient11687-2-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-3-9-7"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-91-6-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-02-4-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-2-1-5"
+ xlink:href="#linearGradient11679-3-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-8-0">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-61-47"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-5-57" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-5-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-83-9">
+ <stop
+ id="stop12001-1-97-6"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-64-1" />
+ <stop
+ id="stop12003-3-5-8"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-8-79">
+ <stop
+ id="stop12090-7-3-61"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-9-5" />
+ <stop
+ id="stop12092-1-4-6"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-6-6">
+ <stop
+ id="stop11971-7-3-3"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-5-5" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-6-2" />
+ <stop
+ id="stop11973-8-5-1"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-3-7">
+ <stop
+ id="stop10800-5-2-1-8-2-8-0-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-08-7" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-7-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-8-50">
+ <stop
+ id="stop12001-9-2-6-4"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-3-0-9" />
+ <stop
+ id="stop12003-2-8-9-21"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-0-6">
+ <stop
+ id="stop12090-1-8-1-4"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-8-8-5" />
+ <stop
+ id="stop12092-2-4-4-6"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-9-4">
+ <stop
+ id="stop11971-3-7-1-6"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-6-8-4" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-6-2-1" />
+ <stop
+ id="stop11973-6-6-8-5"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-8-3-7">
+ <stop
+ id="stop11689-6-7-4"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-6-9-8" />
+ <stop
+ id="stop11691-5-3-0"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-26-8-1"
+ xlink:href="#linearGradient11687-8-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-8-8-1"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-3-3-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-6-7-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-3-5-5"
+ xlink:href="#linearGradient11679-8-8-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-9-7-4">
+ <stop
+ id="stop11689-1-0-8"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-2-9-7" />
+ <stop
+ id="stop11691-1-5-2"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-2-3-3"
+ xlink:href="#linearGradient11687-9-7-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-7-3-6"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-94-1-26"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-0-3-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-5-0-8"
+ xlink:href="#linearGradient11679-7-3-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11999-7-3-6">
+ <stop
+ id="stop12001-9-22-0"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-2-6" />
+ <stop
+ id="stop12003-2-7-28"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-5-1">
+ <stop
+ id="stop12090-1-88-6"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-0-3" />
+ <stop
+ id="stop12092-2-1-2"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-5-6">
+ <stop
+ id="stop11971-3-9-9"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-4-8" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-5-8" />
+ <stop
+ id="stop11973-6-0-2"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11888-4-9-53"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-8-2-0"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-8-9-8"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-5-8-4"
+ xlink:href="#linearGradient11888-4-9-53"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11888-8-5-6"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-4-2-8"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-1-6-6"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-2-5-3"
+ xlink:href="#linearGradient11888-8-5-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-1-8-4">
+ <stop
+ id="stop11689-9-1-2"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-3-4-7" />
+ <stop
+ id="stop11691-9-3-6"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-0-4-2"
+ xlink:href="#linearGradient11687-1-8-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-2-2-5"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-9-8-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-1-7-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-7-3-27"
+ xlink:href="#linearGradient11679-2-2-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-20-08">
+ <stop
+ id="stop10800-5-2-1-8-2-5-5-3"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-5-87" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-9-18"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-20-08"
+ id="linearGradient11520-8-8-87"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-9-6">
+ <stop
+ id="stop10800-5-2-1-8-2-6-3-5"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-9-1-2" />
+ <stop
+ id="stop10802-1-5-3-0-2-6-4-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-9-6"
+ id="linearGradient11520-3-2-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-0-4">
+ <stop
+ id="stop10800-5-2-1-8-2-1-8"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-90-90" />
+ <stop
+ id="stop10802-1-5-3-0-2-4-9"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-0-4"
+ id="linearGradient11390-0-3-7"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-3-0">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-1-1-6" />
+ <stop
+ id="stop10860-7-9-1-7-3-38"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-4-6-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-7-1">
+ <stop
+ id="stop11150-7-8-3-1-7-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-6-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-6-6">
+ <stop
+ id="stop11150-9-6-4-8-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-2-0-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-7-9">
+ <stop
+ id="stop11150-7-5-5-4-06"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-9-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-5-9-5">
+ <stop
+ id="stop11150-4-7-0-6"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-2-8-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-5-3"
+ id="linearGradient11390-12-7"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-5-3">
+ <stop
+ id="stop10800-5-2-1-8-3-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-3-1" />
+ <stop
+ id="stop10802-1-5-3-0-24-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-5-3"
+ id="linearGradient10880-5-3-4-7-6"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-9-2">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-03-3" />
+ <stop
+ id="stop10860-7-9-1-4-7"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-1-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-0-9-2"
+ id="linearGradient11298-3-1-9"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-1-52">
+ <stop
+ id="stop11150-7-8-3-7-8"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-7-9" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11274-3-6-98"
+ xlink:href="#linearGradient11146-8-7-5-1-52"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-7-5-2-0">
+ <stop
+ id="stop11150-9-6-7-5"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-9-6" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11272-3-8-2"
+ xlink:href="#linearGradient11146-7-5-2-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-3-1-4">
+ <stop
+ id="stop11150-7-5-3-63"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-95-4" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11270-4-4-9"
+ xlink:href="#linearGradient11146-8-3-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-59-95">
+ <stop
+ id="stop11150-4-2-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-5-8" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11268-5-8-3"
+ xlink:href="#linearGradient11146-4-59-95"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-3-0">
+ <stop
+ id="stop10800-5-2-1-4-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-1-2" />
+ <stop
+ id="stop10802-1-5-3-04-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-7-4">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-9-6" />
+ <stop
+ id="stop10860-7-9-0-6"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-5-54" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-7-4"
+ id="linearGradient11063-6-0-3"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-0-9">
+ <stop
+ id="stop11150-7-8-8-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-5-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-0-9"
+ id="radialGradient11169-6-1-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-2-2">
+ <stop
+ id="stop11150-9-5-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-9-9" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-2-2-6"
+ xlink:href="#linearGradient11146-7-2-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-8-7">
+ <stop
+ id="stop11150-7-0-3"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-7-0" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-4-2-9"
+ xlink:href="#linearGradient11146-8-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-36-8">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-3-7" />
+ <stop
+ id="stop10860-7-0-2"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-35-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-36-8"
+ id="linearGradient10835-2-2-0"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-2-5">
+ <stop
+ id="stop10800-5-2-17-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-4-1" />
+ <stop
+ id="stop10802-1-5-8-2"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-3-88">
+ <stop
+ id="stop10800-5-1-12"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-5-7" />
+ <stop
+ id="stop10802-1-52-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-8-0-1"
+ xlink:href="#linearGradient10798-1-3-88"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-8-5-2">
+ <stop
+ id="stop10800-2-2-2"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-9-8-20" />
+ <stop
+ id="stop10802-3-1-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-7-6-11"
+ xlink:href="#linearGradient10798-8-5-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.38498"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10794-3-9"
+ xlink:href="#linearGradient10149-6-5-6-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10792-6-5"
+ xlink:href="#linearGradient10149-39-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10790-4-0"
+ xlink:href="#linearGradient10157-2-8-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.67456"
+ x2="302.3125"
+ y1="532.98718"
+ x1="302.3125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10788-7-0"
+ xlink:href="#linearGradient10396-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.75818"
+ x2="306.05069"
+ y1="532.08228"
+ x1="306.05069"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10786-4-3"
+ xlink:href="#linearGradient10157-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.36218"
+ x2="289.8125"
+ y1="528.73804"
+ x1="289.8125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10784-3-7"
+ xlink:href="#linearGradient10432-6-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.08923"
+ x2="298.34253"
+ y1="528.1048"
+ x1="298.34253"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10782-1-3"
+ xlink:href="#linearGradient10414-9-78"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10780-9-6"
+ xlink:href="#linearGradient10440-0-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10778-8-70"
+ xlink:href="#linearGradient10448-6-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.73615"
+ x2="334.375"
+ y1="532.30212"
+ x1="334.375"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10776-0-0"
+ xlink:href="#linearGradient10440-1-3-8-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.53949"
+ x2="324.1601"
+ y1="532.15552"
+ x1="324.1601"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10774-3-9"
+ xlink:href="#linearGradient10748-8-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.67365"
+ x2="334.375"
+ y1="529.06494"
+ x1="334.375"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10772-5-2"
+ xlink:href="#linearGradient10440-1-0-0-5-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10770-4-6"
+ xlink:href="#linearGradient10448-9-7-0-1-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-0-5-1">
+ <stop
+ id="stop10442-43-2-0-1-3"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-5-0-3" />
+ <stop
+ id="stop10444-3-4-0-6-9"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-1-7">
+ <stop
+ id="stop10450-3-5-6-1-4"
+ offset="0"
+ style="stop-color:#cf9307;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7d87b;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-5-5-07" />
+ <stop
+ id="stop10452-22-7-8-9-5"
+ offset="1"
+ style="stop-color:#ebb313;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-3-8-1">
+ <stop
+ id="stop10442-43-0-3-6"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-4-2-6" />
+ <stop
+ id="stop10444-3-2-4-6"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-8-1"
+ id="linearGradient10548-1-5-7"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-6-7-8">
+ <stop
+ id="stop10450-3-8-3-8"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-7-1-2" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-7-5-8" />
+ <stop
+ id="stop10460-2-1-7-0"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-8-8-7"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-6-7-8"
+ id="linearGradient10546-8-3-4"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-0-2-2">
+ <stop
+ id="stop10442-43-2-7-6"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-9-7" />
+ <stop
+ id="stop10444-3-4-2-2"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-2-2"
+ id="linearGradient10548-3-4-5"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-7-6-39">
+ <stop
+ id="stop10450-3-5-5-3"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-0-3-4" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-2-7" />
+ <stop
+ id="stop10460-2-9-4-5"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-7-4-6"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-6-39"
+ id="linearGradient10546-3-2-9"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-9-1">
+ <stop
+ id="stop10442-43-9-9"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-5-5" />
+ <stop
+ id="stop10444-3-9-6"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-7-3-9"
+ xlink:href="#linearGradient10440-1-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-2-37">
+ <stop
+ id="stop10450-3-7-2"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-2-00" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-76-8" />
+ <stop
+ id="stop10460-2-5-5"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-1-9"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-9-6-7"
+ xlink:href="#linearGradient10448-9-2-37"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-2-1-2"
+ inkscape:collect="always">
+ <stop
+ id="stop10442-4-9-66"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ id="stop10444-4-1-0"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-9-7-0"
+ xlink:href="#linearGradient10440-2-1-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-4-6-2">
+ <stop
+ id="stop10450-4-6-3"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-7-6-81" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-9-7-4" />
+ <stop
+ id="stop10460-1-6-1"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-2-7-5"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-7-5-1"
+ xlink:href="#linearGradient10448-4-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-5-6-9">
+ <stop
+ id="stop10151-5-7-2-1"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#b9c7df;stop-opacity:1"
+ offset="0.5"
+ id="stop10394-0-3" />
+ <stop
+ id="stop10153-8-1-3-7"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-39-1-4"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-3-4-2"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-72-5-4"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-7-0-4"
+ xlink:href="#linearGradient10149-39-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-2-8-4">
+ <stop
+ id="stop10159-8-3-0"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-3-4-3" />
+ <stop
+ id="stop10161-5-5-4"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-2-0-0"
+ xlink:href="#linearGradient10157-2-8-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-7-33"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-5-1-1"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-8-0-15"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-5-3-7"
+ xlink:href="#linearGradient10149-6-7-33"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-3-4-8"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-0-7-8"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-7-8-6"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-1-7-6"
+ xlink:href="#linearGradient10149-3-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-5-8-38">
+ <stop
+ id="stop10159-7-9-6"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-2-3-0" />
+ <stop
+ id="stop10161-3-0-6"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-8-0-9"
+ xlink:href="#linearGradient10157-5-8-38"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10005-7-2"
+ xlink:href="#linearGradient9299-1-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10003-7-9"
+ xlink:href="#linearGradient9291-8-7-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10001-5-87"
+ xlink:href="#linearGradient9510-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9999-8-26"
+ xlink:href="#linearGradient9312-0-24"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9997-8-2"
+ xlink:href="#linearGradient9332-7-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="279.41037"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9984-3-8"
+ xlink:href="#linearGradient9914-3-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9982-0-2"
+ xlink:href="#linearGradient8153-2-4-4-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9980-9-4"
+ xlink:href="#linearGradient8653-2-4-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="281.43512"
+ x2="641.07611"
+ y1="306.07397"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9978-2-46"
+ xlink:href="#linearGradient9908-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9976-1-1"
+ xlink:href="#linearGradient8337-2-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9974-0-0"
+ xlink:href="#linearGradient8153-2-0-2-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(-33.506824,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9972-3-6"
+ xlink:href="#linearGradient8137-6-3-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9970-8-0"
+ xlink:href="#linearGradient8661-5-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9968-4-7"
+ xlink:href="#linearGradient9510-3-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9966-0-9"
+ xlink:href="#linearGradient9312-9-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9964-0-7"
+ xlink:href="#linearGradient9332-6-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="454.31174"
+ x2="227.09628"
+ y1="441.62799"
+ x1="213.82529"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9962-3-6"
+ xlink:href="#linearGradient9605-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-1-3-1-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-2-1-3"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-6-7-88"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-1-1-0"
+ xlink:href="#linearGradient8337-1-3-1-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-4-4-6-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-0-0-9"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-7-6-5"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-2-4-0"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-9-0-61"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-2-2-1"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-5-5-7"
+ xlink:href="#linearGradient8653-2-4-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-2-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-7-1-5"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-8-5-6"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-0-2-2"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-9-3-6"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-5-6-3"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-6-3-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-1-0-3"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-6-2-38"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-5-7-8">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-3-9-6" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-5-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-3-7-8">
+ <stop
+ id="stop9512-4-7-0"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-9-4-0" />
+ <stop
+ id="stop9516-6-5-0"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-7-8"
+ id="linearGradient9415-5-5-6"
+ gradientUnits="userSpaceOnUse"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient9312-9-4-9">
+ <stop
+ id="stop9314-5-9-5"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-0-2-6" />
+ <stop
+ id="stop9316-6-6-47"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-6-1">
+ <stop
+ id="stop9334-52-7-1"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-23-3-44" />
+ <stop
+ id="stop9336-3-8-5"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-1-7-7"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-6-0-9"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-8-5-0"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-8-0-7"
+ xlink:href="#linearGradient9299-1-7-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9291-8-7-2"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-7-0-3"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-3-6-5"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-1-0-5"
+ xlink:href="#linearGradient9291-8-7-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9324-7-8-0">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-0-4-90" />
+ <stop
+ id="stop9328-1-9-3"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-5-2-72" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ id="linearGradient9318-4-5"
+ xlink:href="#linearGradient9324-7-8-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9332-9-6-8">
+ <stop
+ id="stop9334-5-8-8"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-2-3-8" />
+ <stop
+ id="stop9336-4-1-7"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ id="linearGradient9338-8-1-9"
+ xlink:href="#linearGradient9332-9-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-82-1"
+ xlink:href="#linearGradient9299-7-6"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-4-2"
+ xlink:href="#linearGradient9291-0-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-6-0"
+ xlink:href="#linearGradient8337-1-1-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8701-5-6"
+ xlink:href="#linearGradient8153-2-4-6-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8699-9-9"
+ xlink:href="#linearGradient8137-93-7-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-54-4"
+ xlink:href="#linearGradient8653-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8695-4-3"
+ xlink:href="#linearGradient8653-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8693-0-1"
+ xlink:href="#linearGradient8653-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8691-0-3"
+ xlink:href="#linearGradient8653-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8689-5-7"
+ xlink:href="#linearGradient8653-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8687-7-3"
+ xlink:href="#linearGradient8337-0-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8685-6-0"
+ xlink:href="#linearGradient8153-2-5-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8683-0-1"
+ xlink:href="#linearGradient8137-60-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8681-1-0"
+ xlink:href="#linearGradient8661-57-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ id="linearGradient8659-3-7"
+ xlink:href="#linearGradient8653-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8498-0-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8500-0-5"
+ offset="0"
+ style="stop-color:#d9f4ff;stop-opacity:1" />
+ <stop
+ id="stop8502-5-5"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ id="linearGradient8504-4-6"
+ xlink:href="#linearGradient8498-0-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-93-7-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-9-0-3"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-8-3-35"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-4-6-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-4-5"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-0-6"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-1-1-9"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-22-81"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-2-7"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-6-5-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-6-3-2"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-6-5-0"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8291-2-2-1"
+ xlink:href="#linearGradient8153-2-6-5-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-9-5-1-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-2-1-9"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-9-3-7"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-5-1-5"
+ id="linearGradient8182-2-2"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8153-2-8-3-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-7-4-8"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-3-3-8"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-8-3-6"
+ id="linearGradient8180-3-5-8"
+ gradientUnits="userSpaceOnUse"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8137-9-2-0"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-9-1"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-7-3"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ id="linearGradient8143-2-7-0"
+ xlink:href="#linearGradient8137-9-2-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-5-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-2-6"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-03-3"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ id="linearGradient8159-0-2-9"
+ xlink:href="#linearGradient8153-2-5-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7686-9-7-0-5"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-1-3-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-0-8-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-7-0-5"
+ id="linearGradient7755-5-3-52"
+ gradientUnits="userSpaceOnUse"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientTransform="translate(0,-140)" />
+ <linearGradient
+ id="linearGradient7686-9-77-0"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-8-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-7-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ id="linearGradient7692-4-0-8"
+ xlink:href="#linearGradient7686-9-77-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7115-4-7">
+ <stop
+ id="stop7117-2-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7119-9-2" />
+ <stop
+ id="stop7121-3-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-4-5">
+ <stop
+ id="stop7108-4-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7110-4-5" />
+ <stop
+ id="stop7112-4-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-1-4">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-2-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-5-0" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-7-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-8-6">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-7-8" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-5-89"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-3-1">
+ <stop
+ id="stop6951-4-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6953-2-5" />
+ <stop
+ id="stop6955-8-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-0-66">
+ <stop
+ id="stop6942-5-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6944-9-3" />
+ <stop
+ id="stop6946-6-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-9-2">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-3-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-4-6" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-4-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-6-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-4-4" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-9-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-1-5">
+ <stop
+ id="stop6360-5-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6362-0-6" />
+ <stop
+ id="stop6364-3-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-4-4">
+ <stop
+ id="stop6351-6-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6353-2-5" />
+ <stop
+ id="stop6355-9-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-8-4">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-5-6-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-5-2-4" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-1-1-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-5-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-3-3-61" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-2-6-73"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-8-1-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-3-1">
+ <stop
+ id="stop6332-2-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6334-8-5" />
+ <stop
+ id="stop6336-2-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-3-6">
+ <stop
+ id="stop6323-3-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6325-5-5" />
+ <stop
+ id="stop6327-5-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-4-5">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-41-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-6-77" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-16-73"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-5-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-8-7" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-2-0"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-5-5">
+ <stop
+ id="stop6304-7-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6306-6-6" />
+ <stop
+ id="stop6308-6-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-7-2">
+ <stop
+ id="stop6295-6-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6297-9-0" />
+ <stop
+ id="stop6299-3-35"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-6-9">
+ <stop
+ id="stop7104-0-1-6-7-9-1-5-7-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-6-9-5" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-2-9-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-3-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-4-9-7" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-6-3-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-55-9-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-2-3">
+ <stop
+ id="stop6136-6-5-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-0-0-21" />
+ <stop
+ id="stop6140-7-8-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-5-9">
+ <stop
+ id="stop6127-4-4-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-0-9-6" />
+ <stop
+ id="stop6131-6-1-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-9-9">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-8-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-2-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-5-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-4-5">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-1-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-9-7"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-6-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-7-22">
+ <stop
+ id="stop6136-2-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-2-01" />
+ <stop
+ id="stop6140-9-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-2-2">
+ <stop
+ id="stop6127-5-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-8-0" />
+ <stop
+ id="stop6131-67-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-95-9">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-3-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-2-0" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-5-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-0-1">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-39-1" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-1-03"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-81-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-9-9">
+ <stop
+ id="stop5701-6-5-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-0-2-8" />
+ <stop
+ id="stop5705-3-0-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-9-8">
+ <stop
+ id="stop5692-0-7-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-4-6-8" />
+ <stop
+ id="stop5696-5-2-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-8-6">
+ <stop
+ id="stop7104-0-1-6-7-9-1-2-2-00"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-16-1-6" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-6-1-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-2-6">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-2-4-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-0-6-4"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-5-1-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-2-0">
+ <stop
+ id="stop5701-65-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-3-3" />
+ <stop
+ id="stop5705-9-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-2-0">
+ <stop
+ id="stop5692-5-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-8-9" />
+ <stop
+ id="stop5696-6-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-6-6">
+ <stop
+ id="stop7104-0-1-6-7-9-1-0-1-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-1-2-31" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-5-4-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-8-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-8-1-2" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-7-5-6"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-7-8-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-8-8">
+ <stop
+ id="stop4365-6-9-95"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-1-0-4" />
+ <stop
+ id="stop4369-3-7-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-2-9">
+ <stop
+ id="stop4356-1-2-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-6-8-9" />
+ <stop
+ id="stop4360-2-2-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-9-1">
+ <stop
+ id="stop7104-0-1-6-7-9-4-8-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-3-9-0" />
+ <stop
+ id="stop7106-25-7-1-2-9-3-7-36"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-0-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-5-6-8" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-0-8-8"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-2-1-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-38-9">
+ <stop
+ id="stop4365-0-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-8-1" />
+ <stop
+ id="stop4369-8-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-3-17">
+ <stop
+ id="stop4356-3-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-7-3" />
+ <stop
+ id="stop4360-4-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-99-8">
+ <stop
+ id="stop7104-0-1-6-7-9-1-25-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-5-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-3-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-8-7">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-34-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-8-6"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-4-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-0-0">
+ <stop
+ id="stop4144-9-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4146-9-0" />
+ <stop
+ id="stop4148-6-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-9-7">
+ <stop
+ id="stop4135-6-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4137-5-7" />
+ <stop
+ id="stop4139-1-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-37-7">
+ <stop
+ id="stop7104-0-1-6-7-9-10-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-7-1" />
+ <stop
+ id="stop7106-25-7-1-2-9-34-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-7-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-8-68" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-3-2"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-8-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-8-2">
+ <stop
+ id="stop3517-0-11"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3519-8-6" />
+ <stop
+ id="stop3521-7-47"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-4-2">
+ <stop
+ id="stop3508-3-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3510-9-3" />
+ <stop
+ id="stop3512-8-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-9-8">
+ <stop
+ id="stop7104-0-1-6-8-8-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-1-4-6" />
+ <stop
+ id="stop7106-25-7-1-4-1-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-0-7">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-5-6-5" />
+ <stop
+ id="stop7563-1-3-0-1-76-1-7"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-7-8-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-0-4">
+ <stop
+ id="stop3267-1-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3269-6-0" />
+ <stop
+ id="stop3271-4-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-3-72">
+ <stop
+ id="stop3258-5-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3260-1-4" />
+ <stop
+ id="stop3262-2-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-0-1">
+ <stop
+ id="stop7104-0-1-6-7-94-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-7-0" />
+ <stop
+ id="stop7106-25-7-1-2-8-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-0-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-1-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-2-62"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-5-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-6-0">
+ <stop
+ id="stop4331-0-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4333-3-5" />
+ <stop
+ id="stop4335-8-07"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-1-7">
+ <stop
+ id="stop4322-8-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4324-2-6" />
+ <stop
+ id="stop4326-6-75"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-5-3">
+ <stop
+ id="stop7104-0-1-6-9-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-9-6" />
+ <stop
+ id="stop7106-25-7-1-8-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-7-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-77-3" />
+ <stop
+ id="stop7563-1-3-0-1-3-3"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-60-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-7-8"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-17-5"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-0-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-1-0"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-4-5"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-1-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-2-5"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-0-9"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-57-7">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-5-7" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-4-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9291-0-1"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-1-70"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-6-2"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-7-6"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-2-8"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-6-7"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-0-24">
+ <stop
+ id="stop9314-9-3"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-7-00" />
+ <stop
+ id="stop9316-3-1"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-1-5">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-5-0" />
+ <stop
+ id="stop9328-4-9"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-2-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-7-9">
+ <stop
+ id="stop9334-6-8"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-3-4" />
+ <stop
+ id="stop9336-6-1"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-9-1">
+ <stop
+ id="stop9512-8-0"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-4-01" />
+ <stop
+ id="stop9516-0-0"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9605-1-0"
+ inkscape:collect="always">
+ <stop
+ id="stop9607-3-2"
+ offset="0"
+ style="stop-color:#2a5bbf;stop-opacity:1;" />
+ <stop
+ id="stop9609-5-5"
+ offset="1"
+ style="stop-color:#2a5bbf;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9908-8-7">
+ <stop
+ style="stop-color:#525f72;stop-opacity:1"
+ offset="0"
+ id="stop9910-2-2" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop9912-9-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9914-3-9">
+ <stop
+ style="stop-color:#4a6fa4;stop-opacity:1"
+ offset="0"
+ id="stop9916-7-9" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop9918-8-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-1-4">
+ <stop
+ id="stop10159-84-65"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-9-2" />
+ <stop
+ id="stop10161-6-1"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-6-3">
+ <stop
+ id="stop10398-0-7"
+ offset="0"
+ style="stop-color:#1b3e79;stop-opacity:1;" />
+ <stop
+ style="stop-color:#728fbf;stop-opacity:1"
+ offset="0.5"
+ id="stop10404-6-8" />
+ <stop
+ id="stop10400-6-7"
+ offset="1"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-9-78">
+ <stop
+ id="stop10416-3-9"
+ offset="0"
+ style="stop-color:#5078b9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6d8cbd;stop-opacity:1"
+ offset="0.5"
+ id="stop10422-4-1" />
+ <stop
+ id="stop10418-4-7"
+ offset="1"
+ style="stop-color:#5f88c9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-6-0">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10434-1-9" />
+ <stop
+ id="stop10436-3-1"
+ offset="0.5"
+ style="stop-color:#4e6da1;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10438-8-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-0-7">
+ <stop
+ id="stop10442-9-3"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-0-2" />
+ <stop
+ id="stop10444-0-1"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-6-7">
+ <stop
+ id="stop10450-0-4"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-2-1" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-48-8" />
+ <stop
+ id="stop10460-6-8"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-5-1"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-8-8">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10750-6-2" />
+ <stop
+ id="stop10752-5-4"
+ offset="0.25"
+ style="stop-color:#f1ce66;stop-opacity:1" />
+ <stop
+ id="stop10754-0-7"
+ offset="0.5"
+ style="stop-color:#f6e5a6;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1cf6c;stop-opacity:1"
+ offset="0.75"
+ id="stop10756-2-2" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10758-8-22" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-7-7">
+ <stop
+ id="stop10800-9-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-3-1" />
+ <stop
+ id="stop10802-19-3"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-7-2">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-4-5" />
+ <stop
+ id="stop10860-2-3"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-7-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-1-31">
+ <stop
+ id="stop11130-1-61"
+ offset="0"
+ style="stop-color:#e4d09d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6ecb2;stop-opacity:1"
+ offset="0.27413794"
+ id="stop11136-3-7" />
+ <stop
+ id="stop11132-8-7"
+ offset="1"
+ style="stop-color:#b58a68;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-3-4">
+ <stop
+ id="stop11150-3-7"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-4-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-95-1">
+ <stop
+ id="stop11689-4-4"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-31-2" />
+ <stop
+ id="stop11691-2-9"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-1-4">
+ <stop
+ id="stop11971-8-1"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-9-7" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-2-4" />
+ <stop
+ id="stop11973-7-2"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-8-97">
+ <stop
+ id="stop12001-5-6"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-7-2" />
+ <stop
+ id="stop12003-6-2"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-23-0">
+ <stop
+ id="stop12090-2-1"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-2-8" />
+ <stop
+ id="stop12092-16-2"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-1-2">
+ <stop
+ id="stop13801-5-5"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-2-45" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-76-1" />
+ <stop
+ id="stop13811-1-8"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-4-84"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-1-5">
+ <stop
+ id="stop13836-7-4"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13838-1-3"
+ offset="1"
+ style="stop-color:#807e66;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-4-8">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-5-03" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-5-73" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-4-8">
+ <stop
+ id="stop13858-88-5"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-2-2"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4763-8">
+ <stop
+ id="stop4765-28"
+ offset="0"
+ style="stop-color:#77a29d;stop-opacity:1;" />
+ <stop
+ id="stop4767-08"
+ offset="1"
+ style="stop-color:#1b867b;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4773-08">
+ <stop
+ id="stop4775-1"
+ offset="0"
+ style="stop-color:#8e4694;stop-opacity:1;" />
+ <stop
+ id="stop4777-1"
+ offset="1"
+ style="stop-color:#bc7bc1;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4781-12">
+ <stop
+ id="stop4783-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4785-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4789-0">
+ <stop
+ id="stop4791-2"
+ offset="0"
+ style="stop-color:#4e8fbd;stop-opacity:1;" />
+ <stop
+ id="stop4793-18"
+ offset="1"
+ style="stop-color:#30495a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4907-0">
+ <stop
+ id="stop4909-21"
+ offset="0"
+ style="stop-color:#b86c44;stop-opacity:1;" />
+ <stop
+ id="stop4911-7"
+ offset="1"
+ style="stop-color:#8f4017;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4918-55">
+ <stop
+ id="stop4920-8"
+ offset="0"
+ style="stop-color:#d48a4b;stop-opacity:1;" />
+ <stop
+ id="stop4922-5"
+ offset="1"
+ style="stop-color:#b1623a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4928-6">
+ <stop
+ id="stop4930-4"
+ offset="0"
+ style="stop-color:#4dac81;stop-opacity:1;" />
+ <stop
+ id="stop4932-7"
+ offset="1"
+ style="stop-color:#058048;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938-0">
+ <stop
+ id="stop4940-74"
+ offset="0"
+ style="stop-color:#8bc7d7;stop-opacity:1;" />
+ <stop
+ id="stop4942-9"
+ offset="1"
+ style="stop-color:#17477c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4961-4">
+ <stop
+ id="stop4963-4"
+ offset="0"
+ style="stop-color:#df9a39;stop-opacity:1;" />
+ <stop
+ id="stop4965-95"
+ offset="1"
+ style="stop-color:#b55829;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5209-7">
+ <stop
+ id="stop5211-93"
+ offset="0"
+ style="stop-color:#5c5c5c;stop-opacity:1;" />
+ <stop
+ id="stop5213-0"
+ offset="1"
+ style="stop-color:#aeaeae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5328-64">
+ <stop
+ id="stop5330-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5332-5"
+ offset="1"
+ style="stop-color:#464646;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-8">
+ <stop
+ id="stop5585-4"
+ offset="0"
+ style="stop-color:#426e4a;stop-opacity:1;" />
+ <stop
+ id="stop5587-1"
+ offset="1"
+ style="stop-color:#669f71;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5591-8">
+ <stop
+ id="stop5593-9"
+ offset="0"
+ style="stop-color:#e0e566;stop-opacity:1;" />
+ <stop
+ id="stop5595-51"
+ offset="1"
+ style="stop-color:#b0b456;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4805-18">
+ <stop
+ id="stop4807-6"
+ offset="0"
+ style="stop-color:#4b82b6;stop-opacity:1" />
+ <stop
+ style="stop-color:#9ab7d5;stop-opacity:1"
+ offset="0.79358917"
+ id="stop4815-10" />
+ <stop
+ id="stop4809-7"
+ offset="1"
+ style="stop-color:#a2bcd8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-4-0">
+ <stop
+ id="stop4786-0-7"
+ offset="0"
+ style="stop-color:#b68e69;stop-opacity:1" />
+ <stop
+ style="stop-color:#d5ae7d;stop-opacity:1"
+ offset="0.94238818"
+ id="stop4792-9" />
+ <stop
+ id="stop4788-9-4"
+ offset="1"
+ style="stop-color:#c69863;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4082-2">
+ <stop
+ id="stop4084-82"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-8" />
+ <stop
+ id="stop4086-26"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4973-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4975-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4977-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4981-2">
+ <stop
+ id="stop4983-31"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop4991-6" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop4989-64" />
+ <stop
+ id="stop4985-2"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-5-87">
+ <stop
+ style="stop-color:#a79c68;stop-opacity:1"
+ offset="0"
+ id="stop4812-0-1" />
+ <stop
+ style="stop-color:#687692;stop-opacity:1"
+ offset="1"
+ id="stop4814-4-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4910-4-0-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4912-8-5-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ <stop
+ id="stop4914-8-1-8"
+ offset="1"
+ style="stop-color:#c5dff4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-4-5-3">
+ <stop
+ style="stop-color:#c5dff4;stop-opacity:1"
+ offset="0"
+ id="stop4996-5-9-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4998-5-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4082-3-1">
+ <stop
+ id="stop4084-8-1"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ <stop
+ style="stop-color:#5a9ccc;stop-opacity:1"
+ offset="0.5"
+ id="stop4864-7-00" />
+ <stop
+ id="stop4086-2-0"
+ offset="1"
+ style="stop-color:#4476aa;stop-opacity:1" />
+ </linearGradient>
+ <mask
+ id="mask5241-6-7"
+ maskUnits="userSpaceOnUse">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5243-9-8"
+ d="m 2,1041.3622 0,0.5 0,9.0313 0,0.5 0.5,0 12,0 0.5,0 0,-0.5 0,-9.0313 0,-0.5 -0.5,0 -12,0 -0.5,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ </mask>
+ <linearGradient
+ id="linearGradient4981-5-6">
+ <stop
+ id="stop4983-4-2"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop4991-13-3" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop4989-7-8" />
+ <stop
+ id="stop4985-3-5"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6320-65">
+ <stop
+ id="stop6322-2"
+ offset="0"
+ style="stop-color:#359b58;stop-opacity:1" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.39414415"
+ id="stop6324-2" />
+ <stop
+ style="stop-color:#72b649;stop-opacity:1"
+ offset="0.5"
+ id="stop6326-4" />
+ <stop
+ id="stop6328-5"
+ offset="1"
+ style="stop-color:#359b58;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-0-6"
+ id="linearGradient7278-9-2"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-0-6">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-8-33" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-9-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-6-3"
+ id="linearGradient7278-3-9"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-6-3">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-0-3" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-6-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-8-4"
+ id="linearGradient7278-7-8"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-8-4">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-9-27" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-4-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-2"
+ id="linearGradient7278-5-0"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-2">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-2" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-2" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,4.7e-5)"
+ y2="1023.2569"
+ x2="-15.945988"
+ y1="1037.4661"
+ x1="-15.945988"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7346-7-1-5"
+ xlink:href="#linearGradient7272-66-4-61"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-4-61">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-0-0" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-6-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-8"
+ id="linearGradient7532-6-3"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient7540-6-8">
+ <stop
+ id="stop7542-4-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-3" />
+ <stop
+ id="stop7548-9-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-7-5">
+ <stop
+ id="stop7542-1-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-6-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-5-3" />
+ <stop
+ id="stop7548-0-20"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ y2="1030.3411"
+ x2="-10.159802"
+ y1="1030.3411"
+ x1="-22.453552"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7567-1-1"
+ xlink:href="#linearGradient7540-6-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7540-6-3-7">
+ <stop
+ id="stop7542-4-2-99"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-6-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-0-4" />
+ <stop
+ id="stop7548-9-5-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-61"
+ id="linearGradient7736-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4.7e-5)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-9"
+ id="linearGradient7738-4"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-8"
+ id="linearGradient7740-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-6"
+ id="linearGradient7736-9-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4.7e-5)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-4-5-6">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-0-1-9" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-6-3-28" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-6"
+ id="linearGradient7738-6-8"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-2-6">
+ <stop
+ id="stop7542-8-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-67" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-2" />
+ <stop
+ id="stop7548-98-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-0"
+ id="linearGradient7740-1-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-6-33-0">
+ <stop
+ id="stop7542-4-4-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-15" />
+ <stop
+ id="stop7548-9-2-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7272-66-4-5-5-6"
+ id="linearGradient7736-9-7-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4.7e-5)"
+ x1="-15.945988"
+ y1="1037.4661"
+ x2="-15.945988"
+ y2="1023.2569" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7272-66-4-5-5-6">
+ <stop
+ style="stop-color:#8f6c10;stop-opacity:1"
+ offset="0"
+ id="stop7274-6-0-1-7-9" />
+ <stop
+ style="stop-color:#c9a645;stop-opacity:1"
+ offset="1"
+ id="stop7276-66-6-3-9-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-2-3-1"
+ id="linearGradient7738-6-2-9"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-2-3-1">
+ <stop
+ id="stop7542-8-7-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-2-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-7-7" />
+ <stop
+ id="stop7548-98-9-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-8"
+ id="linearGradient7740-1-3-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-6-33-6-8">
+ <stop
+ id="stop7542-4-4-3-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-8-58" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-1-7" />
+ <stop
+ id="stop7548-9-2-0-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-2-3-8-8">
+ <stop
+ id="stop7542-8-7-5-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-2-0-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-7-9-8" />
+ <stop
+ id="stop7548-98-9-2-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-7">
+ <stop
+ id="stop7542-4-4-3-3-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-8-5-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-1-2-3" />
+ <stop
+ id="stop7548-9-2-0-9-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7540-2-3-8-1-8">
+ <stop
+ id="stop7542-8-7-5-0-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-8-2-0-8-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-1-7-9-1-2" />
+ <stop
+ id="stop7548-98-9-2-8-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7540-6-33-6-3-2-2"
+ id="linearGradient7740-1-3-1-7-09"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1014.0344,1046.6478)"
+ x1="-22.453552"
+ y1="1030.3411"
+ x2="-10.159802"
+ y2="1030.3411" />
+ <linearGradient
+ id="linearGradient7540-6-33-6-3-2-2">
+ <stop
+ id="stop7542-4-4-3-3-8-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.47623286"
+ id="stop7544-5-3-8-5-9-2" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0.5"
+ id="stop7546-2-9-1-2-2-7" />
+ <stop
+ id="stop7548-9-2-0-9-3-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.000063)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4046-24-4-4"
+ xlink:href="#linearGradient4810-5-9-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4810-5-9-8">
+ <stop
+ style="stop-color:#be9a4b;stop-opacity:1"
+ offset="0"
+ id="stop4812-0-8-7" />
+ <stop
+ style="stop-color:#877e60;stop-opacity:1"
+ offset="1"
+ id="stop4814-4-8-4" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.0707"
+ x2="8.0137892"
+ y1="1042.3622"
+ x1="8.0137892"
+ gradientTransform="translate(0,2.000147)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8429-9"
+ xlink:href="#linearGradient4810-5-9-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-9-8"
+ id="linearGradient8452-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.000147)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5-9-8"
+ id="linearGradient8458-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.912058,-1036.3723)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask8465-5">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2.005808,1041.3724 0,0.5 0,11.0313 0,0.5 0.5,0 12.9375,0 0.5,0 0,-0.5 0,-11.0313 0,-0.5 -0.5,0 -12.9375,0 -0.5,0 z"
+ id="path8467-9"
+ inkscape:connector-curvature="0" />
+ </mask>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1056.2156"
+ x2="-4.5987825"
+ y1="1057.7357"
+ x1="-4.5987825"
+ id="linearGradient4889-6"
+ xlink:href="#linearGradient4882-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-16.75,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1039.4414"
+ x2="24.021645"
+ y1="1048.7585"
+ x1="24.021645"
+ id="linearGradient4906-6"
+ xlink:href="#linearGradient4900-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1040.5623"
+ x2="21.389982"
+ y1="1040.5623"
+ x1="7.4688163"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4896-2"
+ xlink:href="#linearGradient4881-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4894-9"
+ xlink:href="#linearGradient4839-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5623"
+ x2="21.389982"
+ y1="1040.5623"
+ x1="7.4688163"
+ id="linearGradient4888-3"
+ xlink:href="#linearGradient4881-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4839-1-5">
+ <stop
+ id="stop4841-8-3"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1;" />
+ <stop
+ id="stop4843-9-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ id="linearGradient4845-2-36"
+ xlink:href="#linearGradient4839-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-9.3249707,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1040.5402"
+ x2="30.714952"
+ y1="1040.5402"
+ x1="16.793787"
+ id="linearGradient4845-73"
+ xlink:href="#linearGradient4839-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4977-4-50">
+ <stop
+ id="stop4979-3-9"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-4-9"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,0.34375)"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5053-2-0"
+ xlink:href="#linearGradient4977-4-50"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientTransform="translate(0,1.6351958)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5059-8"
+ xlink:href="#linearGradient4977-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientTransform="translate(0,1.6351958)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5057-8"
+ xlink:href="#linearGradient4977-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5055-7"
+ xlink:href="#linearGradient4977-71"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4977-5-9"
+ id="linearGradient5010-2"
+ gradientUnits="userSpaceOnUse"
+ x1="2.1655142"
+ y1="1041.402"
+ x2="-2.6966486"
+ y2="1041.402"
+ gradientTransform="translate(0,1.6351958)" />
+ <linearGradient
+ id="linearGradient5002-8">
+ <stop
+ id="stop5004-1"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop5006-6"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4985-8-2"
+ xlink:href="#linearGradient4977-5-9"
+ inkscape:collect="always"
+ gradientTransform="translate(0,1.6351958)" />
+ <linearGradient
+ id="linearGradient4977-5-9">
+ <stop
+ id="stop4979-2-5"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-7-5"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4983-4-6"
+ xlink:href="#linearGradient4977-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4985-6"
+ xlink:href="#linearGradient4977-71"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1041.402"
+ x2="-2.6966486"
+ y1="1041.402"
+ x1="2.1655142"
+ id="linearGradient4983-9"
+ xlink:href="#linearGradient4977-71"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.8601705,0,0,-1.8686673,9.2238796,2979.3765)"
+ r="1.778585"
+ fy="1039.2938"
+ fx="2.7022624"
+ cy="1039.2938"
+ cx="2.7022624"
+ id="radialGradient4955-1"
+ xlink:href="#linearGradient4947-0"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1038.3284"
+ x2="0.27474764"
+ y1="1044.2241"
+ x1="0.27474764"
+ id="linearGradient4937-95"
+ xlink:href="#linearGradient4931-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4887-0-13">
+ <stop
+ id="stop4889-9-8"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4891-0-78"
+ offset="1"
+ style="stop-color:#c3bf94;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4004"
+ x2="0.89346611"
+ y1="1045.9344"
+ x1="0.89346611"
+ id="linearGradient4893-8-8"
+ xlink:href="#linearGradient4887-0-13"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4004"
+ x2="0.89346611"
+ y1="1045.9344"
+ x1="0.89346611"
+ id="linearGradient4893-1"
+ xlink:href="#linearGradient4887-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4784-6-8"
+ id="linearGradient4821-48"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-3.6214785,2.1655504)"
+ x1="12.806249"
+ y1="1043.051"
+ x2="12.80625"
+ y2="1042.0809" />
+ <linearGradient
+ id="linearGradient4784-6-8">
+ <stop
+ id="stop4786-1-7"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4788-7-0"
+ offset="1"
+ style="stop-color:#25497f;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-4.5053616,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ id="linearGradient4790-4-0"
+ xlink:href="#linearGradient4784-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4792-0-3">
+ <stop
+ id="stop4794-9-2"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4796-9-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-9.0598057,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.051"
+ x2="17.360693"
+ y1="1048.6658"
+ x1="17.360693"
+ id="linearGradient4798-2-6"
+ xlink:href="#linearGradient4792-0-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-9.0598057,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1043.051"
+ x2="17.360693"
+ y1="1048.6658"
+ x1="17.360693"
+ id="linearGradient4798-8"
+ xlink:href="#linearGradient4792-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-4.5053616,0.13258252)"
+ gradientUnits="userSpaceOnUse"
+ y2="1042.0809"
+ x2="12.80625"
+ y1="1043.051"
+ x1="12.806249"
+ id="linearGradient4790-6"
+ xlink:href="#linearGradient4784-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-0.0625,1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ y2="13.291266"
+ x2="22.875"
+ y1="11.53125"
+ x1="22.875"
+ id="linearGradient4930-73"
+ xlink:href="#linearGradient4924-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-0.0625,1036.3622)"
+ gradientUnits="userSpaceOnUse"
+ y2="13.064337"
+ x2="25.3125"
+ y1="12"
+ x1="25.3125"
+ id="linearGradient4920-1"
+ xlink:href="#linearGradient4914-43"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4816-4-3">
+ <stop
+ id="stop4818-0-8"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-1-98"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-6-9"
+ xlink:href="#linearGradient4816-4-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4816-5-9">
+ <stop
+ id="stop4818-7-5"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-4-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-4-0"
+ xlink:href="#linearGradient4816-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(0,2.0625)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0244"
+ x2="23.7125"
+ y1="1039.4022"
+ x1="23.7125"
+ id="linearGradient4822-3"
+ xlink:href="#linearGradient4816-7"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(10.562408,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.4236"
+ x2="11.354345"
+ y1="1051.4784"
+ x1="11.354345"
+ id="linearGradient4807-8"
+ xlink:href="#linearGradient4801-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(16.175068,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="1037.0641"
+ x2="7.9212775"
+ y1="1051.1169"
+ x1="7.9212775"
+ id="linearGradient4799-5"
+ xlink:href="#linearGradient4793-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-7-3"
+ id="linearGradient14172-6-3"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12862-1-8-7-3"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-2-7"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-5-9"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2-2">
+ <stop
+ id="stop11689-3-7-79"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-8-581" />
+ <stop
+ id="stop11691-10-4-8"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1-2">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-6-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-7-6" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-2-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-91">
+ <stop
+ id="stop10800-5-2-1-8-2-8-1-7"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-0-0" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-9-54"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8-11">
+ <stop
+ id="stop12001-1-9-5"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-6-16" />
+ <stop
+ id="stop12003-3-6-2"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6-5">
+ <stop
+ id="stop12090-7-9-8"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-2-085" />
+ <stop
+ id="stop12092-1-3-8"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-0-8">
+ <stop
+ id="stop11971-7-1-54"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-0-9" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-1-4" />
+ <stop
+ id="stop11973-8-0-1"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-77"
+ id="linearGradient14172-63"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1-8-77"
+ id="linearGradient13011-8-0"
+ gradientUnits="userSpaceOnUse"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108" />
+ <linearGradient
+ id="linearGradient12725-9-4-7-0"
+ inkscape:collect="always">
+ <stop
+ id="stop12727-3-9-8-82"
+ offset="0"
+ style="stop-color:#397b3b;stop-opacity:1;" />
+ <stop
+ id="stop12729-4-1-8-1"
+ offset="1"
+ style="stop-color:#397b3b;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="183.18417"
+ x2="661.94519"
+ y1="205.72604"
+ x1="683.16229"
+ id="linearGradient12731-1-9-5-8"
+ xlink:href="#linearGradient12725-9-4-7-0"
+ inkscape:collect="always"
+ gradientTransform="translate(3.9747778e-6,-9.8142582e-6)" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-8-2-4-0"
+ xlink:href="#linearGradient12717-5-0-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="415.1088"
+ x2="425.4519"
+ y1="432.76639"
+ x1="427.53012"
+ id="linearGradient12896-6-4-3"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-0-4-4"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-3-0-1"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-4-5-9"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5-0-4-4"
+ id="radialGradient12821-7-6-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="360.85596"
+ x2="381.86542"
+ y1="362.80048"
+ x1="390.38361"
+ id="linearGradient12888-3-7-8"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="350.94641"
+ x2="396.21149"
+ y1="359.4902"
+ x1="396.0101"
+ id="linearGradient12868-4-7-7"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="166.79221"
+ x2="675.20258"
+ y1="180.63965"
+ x1="674.84711"
+ id="linearGradient12876-4-0-1"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="364.92181"
+ x2="429.94864"
+ y1="366.6012"
+ x1="413.01102"
+ id="linearGradient12878-2-7-5"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="381.80399"
+ x2="432.86548"
+ y1="378.7988"
+ x1="420.52402"
+ id="linearGradient12880-3-5-1"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="400.10037"
+ x2="397.7753"
+ y1="389.22861"
+ x1="404.8793"
+ id="linearGradient12882-2-0-3"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="388.69827"
+ x2="385.57773"
+ y1="379.50586"
+ x1="395.68689"
+ id="linearGradient12884-4-7-7"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-8-77"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-6-0"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-9-33"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="371.10898"
+ x2="379.65567"
+ y1="375.17487"
+ x1="393.4772"
+ id="linearGradient12886-6-7-5"
+ xlink:href="#linearGradient12862-1-8-77"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13799-7-1">
+ <stop
+ id="stop13801-4-6"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-4-7" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-7-7" />
+ <stop
+ id="stop13811-8-77"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-6-0"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13824-1-29"
+ xlink:href="#linearGradient13799-7-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13733-1-5">
+ <stop
+ style="stop-color:#73451c;stop-opacity:1"
+ offset="0"
+ id="stop13735-7-31" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13737-8-46" />
+ </linearGradient>
+ <linearGradient
+ y2="373.7739"
+ x2="548.45923"
+ y1="398.98798"
+ x1="548.45923"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13822-2-66"
+ xlink:href="#linearGradient13733-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13739-8-6"
+ inkscape:collect="always">
+ <stop
+ id="stop13741-3-10"
+ offset="0"
+ style="stop-color:#ffca57;stop-opacity:1" />
+ <stop
+ id="stop13743-3-41"
+ offset="1"
+ style="stop-color:#fffec5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="374.21222"
+ x2="538.00562"
+ y1="396.2229"
+ x1="538.00562"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13820-2-6"
+ xlink:href="#linearGradient13739-8-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13717-3-9"
+ inkscape:collect="always">
+ <stop
+ id="stop13719-9-8"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop13721-8-5"
+ offset="1"
+ style="stop-color:#b85f1b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="372.91846"
+ x2="531.09253"
+ y1="366.78851"
+ x1="531.09253"
+ gradientTransform="translate(-0.61871845,0.97227185)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13818-7-2"
+ xlink:href="#linearGradient13717-3-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13856-0-2">
+ <stop
+ id="stop13858-8-54"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-4-24"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="353.95593"
+ x2="452.5"
+ y1="388.23123"
+ x1="428"
+ id="linearGradient13848-8-5"
+ xlink:href="#linearGradient13856-0-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13850-2-08">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-4-7" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-7-0" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="353.95593"
+ x2="452.5"
+ y1="388.23123"
+ x1="428"
+ id="linearGradient13840-9-1"
+ xlink:href="#linearGradient13850-2-08"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13826-7-2"
+ inkscape:collect="always">
+ <stop
+ id="stop13828-0-0"
+ offset="0"
+ style="stop-color:#d8e1ed;stop-opacity:1" />
+ <stop
+ id="stop13830-2-50"
+ offset="1"
+ style="stop-color:#f8f9fa;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(40,0)"
+ gradientUnits="userSpaceOnUse"
+ y2="350.53076"
+ x2="441.34924"
+ y1="387.30411"
+ x1="441.34924"
+ id="linearGradient13832-8-0"
+ xlink:href="#linearGradient13826-7-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-5"
+ id="linearGradient13551-21"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-5">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-1-44"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-1-10" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-3-1"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-5"
+ id="linearGradient13333-0-1-88"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-13">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-2-4"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-7-8" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-5-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-13"
+ id="linearGradient13296-9-6-8"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-3">
+ <stop
+ id="stop10800-5-2-1-8-20-6-4-67"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-8-1" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-4-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-3"
+ id="linearGradient13468-0-62"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-47">
+ <stop
+ id="stop10800-5-2-1-8-20-6-6"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-24-87" />
+ <stop
+ id="stop10802-1-5-3-0-4-8-49"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-47"
+ id="linearGradient13197-3-9"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-47">
+ <stop
+ id="stop10800-5-2-1-8-20-4-0-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-2-2" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-8-59"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-9">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-3-11"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-2-9" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-2-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-54">
+ <stop
+ id="stop10800-5-2-1-8-20-4-5-30"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-0-97" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-4-7"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-54"
+ id="linearGradient13296-4-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-09">
+ <stop
+ id="stop10800-5-2-1-8-20-4-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-2-1" />
+ <stop
+ id="stop10802-1-5-3-0-4-6-85"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-09"
+ id="linearGradient13197-7-4"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-63">
+ <stop
+ id="stop10800-5-2-1-8-20-82"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-9-14" />
+ <stop
+ id="stop10802-1-5-3-0-4-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-6-63"
+ id="linearGradient11390-9-57"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-5-1">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-9-6" />
+ <stop
+ id="stop10860-7-9-1-9-8"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-6-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9-23">
+ <stop
+ id="stop11150-7-8-3-19-4"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-2-180" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5-46">
+ <stop
+ id="stop11150-9-6-8-9"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-5-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5-9">
+ <stop
+ id="stop11150-7-5-2-2"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-3-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-0-1">
+ <stop
+ id="stop11150-4-1-07"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-9-6" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ id="linearGradient12904-2-1"
+ xlink:href="#linearGradient12862-1-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12862-1-6"
+ inkscape:collect="always">
+ <stop
+ id="stop12864-3-39"
+ offset="0"
+ style="stop-color:#2d493b;stop-opacity:1;" />
+ <stop
+ id="stop12866-4-95"
+ offset="1"
+ style="stop-color:#296c79;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ r="12.952347"
+ fy="420.74988"
+ fx="433.5452"
+ cy="420.74988"
+ cx="433.5452"
+ id="radialGradient12739-4-98"
+ xlink:href="#linearGradient12717-5-14"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient12717-5-14"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-6-1"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-9-32"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12717-9-0"
+ inkscape:collect="always">
+ <stop
+ id="stop12719-7-9"
+ offset="0"
+ style="stop-color:#e4f1d8;stop-opacity:1" />
+ <stop
+ id="stop12721-6-0"
+ offset="1"
+ style="stop-color:#8ebc7b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ r="12.027534"
+ fy="424.34106"
+ fx="433.36786"
+ cy="424.34106"
+ cx="433.36786"
+ id="radialGradient12723-3-5"
+ xlink:href="#linearGradient12717-9-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-2-20">
+ <stop
+ id="stop11689-3-1"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-9-559" />
+ <stop
+ id="stop11691-10-47"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-3-9"
+ xlink:href="#linearGradient11687-2-20"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-3-3"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-91-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-02-48"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-2-53"
+ xlink:href="#linearGradient11679-3-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-68">
+ <stop
+ id="stop10800-5-2-1-8-2-5-2-68"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-3-24" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-2-6"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-60">
+ <stop
+ id="stop12001-1-1"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-4-3" />
+ <stop
+ id="stop12003-3-55"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-64">
+ <stop
+ id="stop12090-7-19"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-6-8" />
+ <stop
+ id="stop12092-1-7"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9-27">
+ <stop
+ id="stop11971-7-9"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-0-3" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-6-65" />
+ <stop
+ id="stop11973-8-4"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-2">
+ <stop
+ id="stop10800-5-2-1-8-2-8-5"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-95-4" />
+ <stop
+ id="stop10802-1-5-3-0-2-0-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2-3">
+ <stop
+ id="stop12001-9-2-46"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-3-7" />
+ <stop
+ id="stop12003-2-8-3"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1-3">
+ <stop
+ id="stop12090-1-8-0"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-8-18" />
+ <stop
+ id="stop12092-2-4-30"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2-13">
+ <stop
+ id="stop11971-3-7-38"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-6-1" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-6-7" />
+ <stop
+ id="stop11973-6-6-91"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-8-7">
+ <stop
+ id="stop11689-6-19"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-6-0" />
+ <stop
+ id="stop11691-5-67"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-26-81"
+ xlink:href="#linearGradient11687-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-8-3"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-3-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-6-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-3-63"
+ xlink:href="#linearGradient11679-8-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-9-63">
+ <stop
+ id="stop11689-1-63"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-2-6" />
+ <stop
+ id="stop11691-1-76"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-2-0"
+ xlink:href="#linearGradient11687-9-63"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-7-12"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-94-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-0-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-5-5"
+ xlink:href="#linearGradient11679-7-12"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11999-7-0">
+ <stop
+ id="stop12001-9-06"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-1-4" />
+ <stop
+ id="stop12003-2-1"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-50">
+ <stop
+ id="stop12090-1-7"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-1-027" />
+ <stop
+ id="stop12092-2-9"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-0">
+ <stop
+ id="stop11971-3-8"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-8-0" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-7-73" />
+ <stop
+ id="stop11973-6-02"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11888-4-98"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-8-49"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-8-2"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-5-0"
+ xlink:href="#linearGradient11888-4-98"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11888-8-09"
+ inkscape:collect="always">
+ <stop
+ id="stop11890-4-8"
+ offset="0"
+ style="stop-color:#a7c8ec;stop-opacity:1" />
+ <stop
+ id="stop11892-1-97"
+ offset="1"
+ style="stop-color:#b4def6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="444.57022"
+ x2="358.60471"
+ y1="457.29816"
+ x1="342.37973"
+ id="linearGradient11894-2-8"
+ xlink:href="#linearGradient11888-8-09"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11687-1-85">
+ <stop
+ id="stop11689-9-4"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-3-54" />
+ <stop
+ id="stop11691-9-4"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="478.80402"
+ x2="390.76602"
+ y1="458.54279"
+ x1="390.76602"
+ id="linearGradient11693-0-9"
+ xlink:href="#linearGradient11687-1-85"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11679-2-04"
+ inkscape:collect="always">
+ <stop
+ id="stop11681-9-60"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.72146118" />
+ <stop
+ id="stop11683-1-03"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="11.849554"
+ fy="465.42303"
+ fx="385.7438"
+ cy="465.42303"
+ cx="385.7438"
+ id="radialGradient11685-7-0"
+ xlink:href="#linearGradient11679-2-04"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-4">
+ <stop
+ id="stop10800-5-2-1-8-2-5-1"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-3-2" />
+ <stop
+ id="stop10802-1-5-3-0-2-2-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1-4"
+ id="linearGradient11520-8-0"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2-1">
+ <stop
+ id="stop10800-5-2-1-8-2-6-9"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-9-9" />
+ <stop
+ id="stop10802-1-5-3-0-2-6-2"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2-1"
+ id="linearGradient11520-3-7"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-11">
+ <stop
+ id="stop10800-5-2-1-8-2-56"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-2-81" />
+ <stop
+ id="stop10802-1-5-3-0-2-8"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-11"
+ id="linearGradient11390-0-89"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-1-5">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-1-6" />
+ <stop
+ id="stop10860-7-9-1-7-2"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-4-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6-6">
+ <stop
+ id="stop11150-7-8-3-1-88"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-6-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3-50">
+ <stop
+ id="stop11150-9-6-4-43"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4-3">
+ <stop
+ id="stop11150-7-5-5-52"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-9-20" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-4-5-8">
+ <stop
+ id="stop11150-4-7-44"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-2-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-2"
+ id="linearGradient11390-08"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-2">
+ <stop
+ id="stop10800-5-2-1-8-25"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-3-25" />
+ <stop
+ id="stop10802-1-5-3-0-04"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-2"
+ id="linearGradient10880-5-3-4-9"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10856-6-3-0-7">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-6-4" />
+ <stop
+ id="stop10860-7-9-1-3"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-8-72" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-0-7"
+ id="linearGradient11298-3-15"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-5-017">
+ <stop
+ id="stop11150-7-8-3-17"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-6-85" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11274-3-77"
+ xlink:href="#linearGradient11146-8-7-5-017"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-7-5-9">
+ <stop
+ id="stop11150-9-6-02"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-7-24" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11272-3-7"
+ xlink:href="#linearGradient11146-7-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-3-54">
+ <stop
+ id="stop11150-7-5-1"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-4-24" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11270-4-9"
+ xlink:href="#linearGradient11146-8-3-54"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-2">
+ <stop
+ id="stop11150-4-48"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-9-04" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11268-5-50"
+ xlink:href="#linearGradient11146-4-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-0">
+ <stop
+ id="stop10800-5-2-1-848"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-5-75" />
+ <stop
+ id="stop10802-1-5-3-75"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-1">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-7-85" />
+ <stop
+ id="stop10860-7-9-31"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-3-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-3-1"
+ id="linearGradient11063-6-5"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient11146-8-7-1">
+ <stop
+ id="stop11150-7-8-25"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-8-7" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-1"
+ id="radialGradient11169-6-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-0">
+ <stop
+ id="stop11150-9-82"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-6-3" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-2-7"
+ xlink:href="#linearGradient11146-7-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-35">
+ <stop
+ id="stop11150-7-94"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-8-2" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ id="radialGradient11144-4-5"
+ xlink:href="#linearGradient11146-8-35"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-8">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-0-0" />
+ <stop
+ id="stop10860-7-1"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-3-04" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10856-6-8"
+ id="linearGradient10835-2-3"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499" />
+ <linearGradient
+ id="linearGradient10798-1-9-7">
+ <stop
+ id="stop10800-5-2-10"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-8-6" />
+ <stop
+ id="stop10802-1-5-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-4">
+ <stop
+ id="stop10800-5-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-6-1" />
+ <stop
+ id="stop10802-1-14"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-8-93"
+ xlink:href="#linearGradient10798-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-8-05">
+ <stop
+ id="stop10800-2-258"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-9-07" />
+ <stop
+ id="stop10802-3-4"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ id="linearGradient10804-7-4"
+ xlink:href="#linearGradient10798-8-05"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.38498"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10794-0"
+ xlink:href="#linearGradient10149-6-5-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10792-9"
+ xlink:href="#linearGradient10149-39-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10790-5"
+ xlink:href="#linearGradient10157-2-85"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.67456"
+ x2="302.3125"
+ y1="532.98718"
+ x1="302.3125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10788-98"
+ xlink:href="#linearGradient10396-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="514.75818"
+ x2="306.05069"
+ y1="532.08228"
+ x1="306.05069"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10786-17"
+ xlink:href="#linearGradient10157-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.36218"
+ x2="289.8125"
+ y1="528.73804"
+ x1="289.8125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10784-9"
+ xlink:href="#linearGradient10432-70"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="519.08923"
+ x2="298.34253"
+ y1="528.1048"
+ x1="298.34253"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10782-0"
+ xlink:href="#linearGradient10414-16"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10780-69"
+ xlink:href="#linearGradient10440-71"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10778-7"
+ xlink:href="#linearGradient10448-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.73615"
+ x2="334.375"
+ y1="532.30212"
+ x1="334.375"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10776-68"
+ xlink:href="#linearGradient10440-1-3-47"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="515.53949"
+ x2="324.1601"
+ y1="532.15552"
+ x1="324.1601"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10774-0"
+ xlink:href="#linearGradient10748-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.67365"
+ x2="334.375"
+ y1="529.06494"
+ x1="334.375"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10772-9"
+ xlink:href="#linearGradient10440-1-0-0-59"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10770-95"
+ xlink:href="#linearGradient10448-9-7-0-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0-0-59">
+ <stop
+ id="stop10442-43-2-0-4"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-5-03" />
+ <stop
+ id="stop10444-3-4-0-77"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-2">
+ <stop
+ id="stop10450-3-5-6-03"
+ offset="0"
+ style="stop-color:#cf9307;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7d87b;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-5-8" />
+ <stop
+ id="stop10452-22-7-8-8"
+ offset="1"
+ style="stop-color:#ebb313;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-3-47">
+ <stop
+ id="stop10442-43-0-5"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-4-0" />
+ <stop
+ id="stop10444-3-2-3"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3-47"
+ id="linearGradient10548-1-59"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-6-5">
+ <stop
+ id="stop10450-3-8-9"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-7-6" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-7-1" />
+ <stop
+ id="stop10460-2-1-99"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-8-17"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-6-5"
+ id="linearGradient10546-8-5"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-0-10">
+ <stop
+ id="stop10442-43-2-50"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-2-93" />
+ <stop
+ id="stop10444-3-4-6"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-10"
+ id="linearGradient10548-3-9"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10448-9-7-7">
+ <stop
+ id="stop10450-3-5-8"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-0-6" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-1-52" />
+ <stop
+ id="stop10460-2-9-235"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-7-37"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-7"
+ id="linearGradient10546-3-09"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientTransform="translate(7.4375,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient10440-1-7">
+ <stop
+ id="stop10442-43-36"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-1-49" />
+ <stop
+ id="stop10444-3-40"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-7-35"
+ xlink:href="#linearGradient10440-1-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-8">
+ <stop
+ id="stop10450-3-9"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-8-3" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-4-17" />
+ <stop
+ id="stop10460-2-09"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-22-3"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-9-5"
+ xlink:href="#linearGradient10448-9-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-2-4"
+ inkscape:collect="always">
+ <stop
+ id="stop10442-4-0"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ id="stop10444-4-3"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ id="linearGradient10446-9-8"
+ xlink:href="#linearGradient10440-2-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-4-8">
+ <stop
+ id="stop10450-4-36"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-7-74" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-9-53" />
+ <stop
+ id="stop10460-1-7"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-2-78"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ id="linearGradient10454-7-62"
+ xlink:href="#linearGradient10448-4-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-5-2">
+ <stop
+ id="stop10151-5-7-1"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#b9c7df;stop-opacity:1"
+ offset="0.5"
+ id="stop10394-5" />
+ <stop
+ id="stop10153-8-1-02"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-39-3"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-3-05"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-72-2"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-7-67"
+ xlink:href="#linearGradient10149-39-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-2-85">
+ <stop
+ id="stop10159-8-2"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-3-15" />
+ <stop
+ id="stop10161-5-31"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-2-83"
+ xlink:href="#linearGradient10157-2-85"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-6-87"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-5-4"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-8-99"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-5-4"
+ xlink:href="#linearGradient10149-6-87"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10149-3-00"
+ inkscape:collect="always">
+ <stop
+ id="stop10151-0-9"
+ offset="0"
+ style="stop-color:#1d4d9d;stop-opacity:1" />
+ <stop
+ id="stop10153-7-5"
+ offset="1"
+ style="stop-color:#638ac8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="504.44818"
+ x2="322.875"
+ y1="536.61243"
+ x1="322.875"
+ id="linearGradient10155-1-6"
+ xlink:href="#linearGradient10149-3-00"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10157-5-9">
+ <stop
+ id="stop10159-7-88"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-2-1" />
+ <stop
+ id="stop10161-3-3"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="542.73901"
+ x2="305"
+ y1="504.36218"
+ x1="305"
+ id="linearGradient10163-8-6"
+ xlink:href="#linearGradient10157-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10005-9"
+ xlink:href="#linearGradient9299-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10003-3"
+ xlink:href="#linearGradient9291-8-12"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10001-502"
+ xlink:href="#linearGradient9510-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9999-5"
+ xlink:href="#linearGradient9312-60"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9997-149"
+ xlink:href="#linearGradient9332-94"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="279.41037"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9984-931"
+ xlink:href="#linearGradient9914-95"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9982-4"
+ xlink:href="#linearGradient8153-2-4-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9980-69"
+ xlink:href="#linearGradient8653-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="281.43512"
+ x2="641.07611"
+ y1="306.07397"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9978-7"
+ xlink:href="#linearGradient9908-81"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(-33.506824,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9976-17"
+ xlink:href="#linearGradient8337-2-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(-33.506824,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9974-2"
+ xlink:href="#linearGradient8153-2-0-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(-33.506824,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9972-5"
+ xlink:href="#linearGradient8137-6-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9970-7"
+ xlink:href="#linearGradient8661-5-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9968-8"
+ xlink:href="#linearGradient9510-3-53"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="448.46484"
+ x2="556.9375"
+ y1="448.46484"
+ x1="526.4375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9966-47"
+ xlink:href="#linearGradient9312-9-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9964-8"
+ xlink:href="#linearGradient9332-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="454.31174"
+ x2="227.09628"
+ y1="441.62799"
+ x1="213.82529"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9962-5"
+ xlink:href="#linearGradient9605-04"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-1-3-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-2-4"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-6-46"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-1-70"
+ xlink:href="#linearGradient8337-1-3-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-4-4-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-0-73"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-7-9"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-2-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-9-6"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-2-1"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-5-47"
+ xlink:href="#linearGradient8653-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8337-2-4"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-7-9"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-8-35"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-0-8"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-9-0"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-5-9"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-6-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-1-6"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-6-03"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-5-0">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-3-8" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-5-77" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-3-53">
+ <stop
+ id="stop9512-4-974"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-9-89" />
+ <stop
+ id="stop9516-6-4"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3-53"
+ id="linearGradient9415-5-6"
+ gradientUnits="userSpaceOnUse"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient9312-9-0">
+ <stop
+ id="stop9314-5-4"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-0-1" />
+ <stop
+ id="stop9316-6-9"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6-2">
+ <stop
+ id="stop9334-52-4"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-23-30" />
+ <stop
+ id="stop9336-3-20"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-1-0"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-6-059"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-8-81"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-8-8"
+ xlink:href="#linearGradient9299-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9291-8-12"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-7-10"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-3-0"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-1-6"
+ xlink:href="#linearGradient9291-8-12"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9324-7-2">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-0-6" />
+ <stop
+ id="stop9328-1-79"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-5-29" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ id="linearGradient9318-532"
+ xlink:href="#linearGradient9324-7-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9332-9-60">
+ <stop
+ id="stop9334-5-15"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-2-30" />
+ <stop
+ id="stop9336-4-8"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="460.34375"
+ x2="555.01776"
+ y1="460.34375"
+ x1="528.36798"
+ id="linearGradient9338-8-35"
+ xlink:href="#linearGradient9332-9-60"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.04114"
+ x2="567.47571"
+ y1="489.69833"
+ x1="567.47571"
+ id="linearGradient9305-1"
+ xlink:href="#linearGradient9299-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="463.98975"
+ x2="548.41693"
+ y1="488.59351"
+ x1="548.41693"
+ id="linearGradient9297-2"
+ xlink:href="#linearGradient9291-5"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375262)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8703-11"
+ xlink:href="#linearGradient8337-1-68"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8701-12"
+ xlink:href="#linearGradient8153-2-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8699-7"
+ xlink:href="#linearGradient8137-93-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8697-19"
+ xlink:href="#linearGradient8653-74"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8695-72"
+ xlink:href="#linearGradient8653-74"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8693-3"
+ xlink:href="#linearGradient8653-74"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8691-58"
+ xlink:href="#linearGradient8653-74"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8689-6"
+ xlink:href="#linearGradient8653-74"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="269.33588"
+ x2="636.09375"
+ y1="275.53125"
+ x1="636.09375"
+ gradientTransform="translate(0,0.34375)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8687-1"
+ xlink:href="#linearGradient8337-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8685-4"
+ xlink:href="#linearGradient8153-2-43"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8683-80"
+ xlink:href="#linearGradient8137-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ gradientTransform="translate(0,2.6171875e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8681-42"
+ xlink:href="#linearGradient8661-29"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="276.3064"
+ x2="641.07611"
+ y1="308.68875"
+ x1="641.07611"
+ id="linearGradient8659-78"
+ xlink:href="#linearGradient8653-74"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8498-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8500-57"
+ offset="0"
+ style="stop-color:#d9f4ff;stop-opacity:1" />
+ <stop
+ id="stop8502-3"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="308.57455"
+ x2="636.99469"
+ y1="277.45544"
+ x1="636.99469"
+ id="linearGradient8504-41"
+ xlink:href="#linearGradient8498-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-93-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-9-00"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-8-5"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-4-9"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-78-8"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-0-75"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-1-68"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-4-19"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-2-63"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8153-2-6-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-6-8"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-6-29"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientTransform="translate(0,3e-6)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8291-2-4"
+ xlink:href="#linearGradient8153-2-6-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8137-9-5-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-2-2"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-9-0"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9-5-6"
+ id="linearGradient8182-1"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8153-2-8-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-7-1"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-3-73"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-8-6"
+ id="linearGradient8180-3-50"
+ gradientUnits="userSpaceOnUse"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientTransform="translate(0,2.6171875e-6)" />
+ <linearGradient
+ id="linearGradient8137-9-49"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-4-3"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-1-5"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ id="linearGradient8143-2-9"
+ xlink:href="#linearGradient8137-9-49"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient8153-2-43"
+ inkscape:collect="always">
+ <stop
+ id="stop8155-7-3"
+ offset="0"
+ style="stop-color:#75b1e3;stop-opacity:1;" />
+ <stop
+ id="stop8157-7-21"
+ offset="1"
+ style="stop-color:#c1def7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ id="linearGradient8159-0-21"
+ xlink:href="#linearGradient8153-2-43"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7686-9-7-2"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-1-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-0-51"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9-7-2"
+ id="linearGradient7755-5-9"
+ gradientUnits="userSpaceOnUse"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientTransform="translate(0,-140)" />
+ <linearGradient
+ id="linearGradient7686-9-47"
+ inkscape:collect="always">
+ <stop
+ id="stop7688-7-05"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7690-5-64"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ id="linearGradient7692-4-9"
+ xlink:href="#linearGradient7686-9-47"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7115-42">
+ <stop
+ id="stop7117-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7119-0" />
+ <stop
+ id="stop7121-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106-1">
+ <stop
+ id="stop7108-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7110-44" />
+ <stop
+ id="stop7112-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0-5">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-8-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-1-60" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-9-81"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1-59">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8-43" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3-1"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949-8">
+ <stop
+ id="stop6951-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6953-6" />
+ <stop
+ id="stop6955-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940-62">
+ <stop
+ id="stop6942-45"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6944-98" />
+ <stop
+ id="stop6946-51"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-8">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-4-34"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-7-5" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-1-90"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-92" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358-18">
+ <stop
+ id="stop6360-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6362-11" />
+ <stop
+ id="stop6364-88"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349-3">
+ <stop
+ id="stop6351-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6353-7" />
+ <stop
+ id="stop6355-00"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9-5">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-5-92"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-5-1" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-1-20"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6-8">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-3-7" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-2-9"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330-34">
+ <stop
+ id="stop6332-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6334-1" />
+ <stop
+ id="stop6336-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321-25">
+ <stop
+ id="stop6323-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6325-10" />
+ <stop
+ id="stop6327-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-1">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-9-51"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-0-1" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-4-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-8-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-4-3"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302-7">
+ <stop
+ id="stop6304-54"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6306-8" />
+ <stop
+ id="stop6308-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293-1">
+ <stop
+ id="stop6295-55"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6297-34" />
+ <stop
+ id="stop6299-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72-90">
+ <stop
+ id="stop7104-0-1-6-7-9-1-5-17"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-6-93" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-2-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-4-5" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-6-7"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-55-09" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4-0">
+ <stop
+ id="stop6136-6-62"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-0-3" />
+ <stop
+ id="stop6140-7-39"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7-6">
+ <stop
+ id="stop6127-4-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-0-1" />
+ <stop
+ id="stop6131-6-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-49">
+ <stop
+ id="stop7104-0-1-6-7-9-1-4-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-3-92" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-8-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-5-4" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-1-5"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-1-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-0">
+ <stop
+ id="stop6136-15"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6138-24" />
+ <stop
+ id="stop6140-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-75">
+ <stop
+ id="stop6127-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop6129-2" />
+ <stop
+ id="stop6131-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-8">
+ <stop
+ id="stop7104-0-1-6-7-9-1-8-84"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-4-8" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-0-38"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-81">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-3-9" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-2-05"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-3-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0-6">
+ <stop
+ id="stop5701-6-39"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-0-10" />
+ <stop
+ id="stop5705-3-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4-36">
+ <stop
+ id="stop5692-0-25"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-4-9" />
+ <stop
+ id="stop5696-5-37"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2-30">
+ <stop
+ id="stop7104-0-1-6-7-9-1-2-34"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-16-2" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-6-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9-1">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-2-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-0-1"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-5-65" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-09">
+ <stop
+ id="stop5701-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5703-25" />
+ <stop
+ id="stop5705-17"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-49">
+ <stop
+ id="stop5692-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop5694-21" />
+ <stop
+ id="stop5696-90"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9-2">
+ <stop
+ id="stop7104-0-1-6-7-9-1-0-14"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-1-96" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-5-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-8-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-7-1"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-7-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3-13">
+ <stop
+ id="stop4365-6-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-1-1" />
+ <stop
+ id="stop4369-3-08"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1-9">
+ <stop
+ id="stop4356-1-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-6-0" />
+ <stop
+ id="stop4360-2-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3-1">
+ <stop
+ id="stop7104-0-1-6-7-9-4-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-3-0" />
+ <stop
+ id="stop7106-25-7-1-2-9-3-78"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5-47">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-5-3" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-0-43"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-4">
+ <stop
+ id="stop4365-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4367-3" />
+ <stop
+ id="stop4369-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-33">
+ <stop
+ id="stop4356-12"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4358-63" />
+ <stop
+ id="stop4360-15"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-6">
+ <stop
+ id="stop7104-0-1-6-7-9-1-7"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-2-10" />
+ <stop
+ id="stop7106-25-7-1-2-9-0-28"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-30">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-3-89" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-4-84"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-0-16" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142-97">
+ <stop
+ id="stop4144-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4146-5" />
+ <stop
+ id="stop4148-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133-6">
+ <stop
+ id="stop4135-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4137-7" />
+ <stop
+ id="stop4139-11"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-4">
+ <stop
+ id="stop7104-0-1-6-7-9-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-6-0" />
+ <stop
+ id="stop7106-25-7-1-2-9-66"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-4-821" />
+ <stop
+ id="stop7563-1-3-0-1-7-3-40"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-3-62" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515-54">
+ <stop
+ id="stop3517-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3519-2" />
+ <stop
+ id="stop3521-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506-2">
+ <stop
+ id="stop3508-6"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3510-4" />
+ <stop
+ id="stop3512-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22-81">
+ <stop
+ id="stop7104-0-1-6-8-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-1-3" />
+ <stop
+ id="stop7106-25-7-1-4-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-5-0" />
+ <stop
+ id="stop7563-1-3-0-1-76-8"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-7-30" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265-95">
+ <stop
+ id="stop3267-17"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3269-4" />
+ <stop
+ id="stop3271-03"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256-5">
+ <stop
+ id="stop3258-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop3260-06" />
+ <stop
+ id="stop3262-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-7">
+ <stop
+ id="stop7104-0-1-6-7-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-4-725" />
+ <stop
+ id="stop7106-25-7-1-2-08"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-7-6" />
+ <stop
+ id="stop7563-1-3-0-1-7-8"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-0-31" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329-2">
+ <stop
+ id="stop4331-53"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4333-5" />
+ <stop
+ id="stop4335-82"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320-7">
+ <stop
+ id="stop4322-4"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop4324-0" />
+ <stop
+ id="stop4326-9"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-89">
+ <stop
+ id="stop7104-0-1-6-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="0.5"
+ id="stop7114-9-0-1-2" />
+ <stop
+ id="stop7106-25-7-1-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-9">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.502"
+ offset="0"
+ id="stop7561-3-3-4-48-26" />
+ <stop
+ id="stop7563-1-3-0-1-0"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.49599999;"
+ offset="1"
+ id="stop7565-8-8-3-2-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8137-1"
+ inkscape:collect="always">
+ <stop
+ id="stop8139-41"
+ offset="0"
+ style="stop-color:#326097;stop-opacity:1" />
+ <stop
+ id="stop8141-2"
+ offset="1"
+ style="stop-color:#2e73c5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8337-3"
+ inkscape:collect="always">
+ <stop
+ id="stop8339-6"
+ offset="0"
+ style="stop-color:#4e86ca;stop-opacity:1;" />
+ <stop
+ id="stop8341-1"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8653-74"
+ inkscape:collect="always">
+ <stop
+ id="stop8655-26"
+ offset="0"
+ style="stop-color:#676656;stop-opacity:1;" />
+ <stop
+ id="stop8657-34"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8661-29">
+ <stop
+ style="stop-color:#c6e7f9;stop-opacity:1"
+ offset="0"
+ id="stop8663-0" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8665-06" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9291-5"
+ inkscape:collect="always">
+ <stop
+ id="stop9293-29"
+ offset="0"
+ style="stop-color:#e9f8ff;stop-opacity:1;" />
+ <stop
+ id="stop9295-8"
+ offset="1"
+ style="stop-color:#f5f6f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9299-2"
+ inkscape:collect="always">
+ <stop
+ id="stop9301-49"
+ offset="0"
+ style="stop-color:#929baa;stop-opacity:1" />
+ <stop
+ id="stop9303-5"
+ offset="1"
+ style="stop-color:#cac3a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-60">
+ <stop
+ id="stop9314-8"
+ offset="0"
+ style="stop-color:#cf6c00;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5db48;stop-opacity:0.24200913"
+ offset="0.36339331"
+ id="stop9322-80" />
+ <stop
+ id="stop9316-31"
+ offset="1"
+ style="stop-color:#c36000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324-9">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9326-3" />
+ <stop
+ id="stop9328-2"
+ offset="0.30000001"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9330-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-94">
+ <stop
+ id="stop9334-63"
+ offset="0"
+ style="stop-color:#f5b517;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf79e;stop-opacity:1"
+ offset="0.33703175"
+ id="stop9340-88" />
+ <stop
+ id="stop9336-91"
+ offset="1"
+ style="stop-color:#f5ae19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510-4">
+ <stop
+ id="stop9512-25"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.35636142"
+ id="stop9514-40" />
+ <stop
+ id="stop9516-24"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9605-04"
+ inkscape:collect="always">
+ <stop
+ id="stop9607-74"
+ offset="0"
+ style="stop-color:#2a5bbf;stop-opacity:1;" />
+ <stop
+ id="stop9609-3"
+ offset="1"
+ style="stop-color:#2a5bbf;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9908-81">
+ <stop
+ style="stop-color:#525f72;stop-opacity:1"
+ offset="0"
+ id="stop9910-85" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop9912-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9914-95">
+ <stop
+ style="stop-color:#4a6fa4;stop-opacity:1"
+ offset="0"
+ id="stop9916-0" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop9918-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157-4">
+ <stop
+ id="stop10159-6"
+ offset="0"
+ style="stop-color:#6588c1;stop-opacity:1" />
+ <stop
+ style="stop-color:#becce3;stop-opacity:1"
+ offset="0.5"
+ id="stop10165-32" />
+ <stop
+ id="stop10161-8"
+ offset="1"
+ style="stop-color:#809dcb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396-2">
+ <stop
+ id="stop10398-9"
+ offset="0"
+ style="stop-color:#1b3e79;stop-opacity:1;" />
+ <stop
+ style="stop-color:#728fbf;stop-opacity:1"
+ offset="0.5"
+ id="stop10404-5" />
+ <stop
+ id="stop10400-30"
+ offset="1"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414-16">
+ <stop
+ id="stop10416-99"
+ offset="0"
+ style="stop-color:#5078b9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6d8cbd;stop-opacity:1"
+ offset="0.5"
+ id="stop10422-1" />
+ <stop
+ id="stop10418-1"
+ offset="1"
+ style="stop-color:#5f88c9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432-70">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10434-17" />
+ <stop
+ id="stop10436-8"
+ offset="0.5"
+ style="stop-color:#4e6da1;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10438-65" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-71">
+ <stop
+ id="stop10442-1"
+ offset="0"
+ style="stop-color:#ae7603;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e8d8a3;stop-opacity:1"
+ offset="0.5"
+ id="stop10521-4" />
+ <stop
+ id="stop10444-35"
+ offset="1"
+ style="stop-color:#bb9221;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-1">
+ <stop
+ id="stop10450-6"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffe38d;stop-opacity:1"
+ offset="0.25"
+ id="stop10458-9" />
+ <stop
+ style="stop-color:#fdf5d2;stop-opacity:1"
+ offset="0.5"
+ id="stop10456-5" />
+ <stop
+ id="stop10460-8"
+ offset="0.75"
+ style="stop-color:#ffeba7;stop-opacity:1" />
+ <stop
+ id="stop10452-38"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-2">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10750-7" />
+ <stop
+ id="stop10752-9"
+ offset="0.25"
+ style="stop-color:#f1ce66;stop-opacity:1" />
+ <stop
+ id="stop10754-5"
+ offset="0.5"
+ style="stop-color:#f6e5a6;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1cf6c;stop-opacity:1"
+ offset="0.75"
+ id="stop10756-3" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10758-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-3">
+ <stop
+ id="stop10800-0"
+ offset="0"
+ style="stop-color:#4f9e55;stop-opacity:1" />
+ <stop
+ style="stop-color:#418a4d;stop-opacity:1"
+ offset="0.5"
+ id="stop10806-7" />
+ <stop
+ id="stop10802-5"
+ offset="1"
+ style="stop-color:#a4c589;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-93">
+ <stop
+ style="stop-color:#7d75ac;stop-opacity:1"
+ offset="0"
+ id="stop10858-6" />
+ <stop
+ id="stop10860-1"
+ offset="0.5"
+ style="stop-color:#574a96;stop-opacity:1" />
+ <stop
+ style="stop-color:#9f99c8;stop-opacity:1"
+ offset="1"
+ id="stop10862-36" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128-0">
+ <stop
+ id="stop11130-9"
+ offset="0"
+ style="stop-color:#e4d09d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6ecb2;stop-opacity:1"
+ offset="0.27413794"
+ id="stop11136-4" />
+ <stop
+ id="stop11132-6"
+ offset="1"
+ style="stop-color:#b58a68;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-6">
+ <stop
+ id="stop11150-0"
+ offset="0"
+ style="stop-color:#faefba;stop-opacity:1" />
+ <stop
+ style="stop-color:#9e6542;stop-opacity:1"
+ offset="1"
+ id="stop11152-69" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-96">
+ <stop
+ id="stop11689-11"
+ offset="0"
+ style="stop-color:#bdb692;stop-opacity:1;" />
+ <stop
+ style="stop-color:#869097;stop-opacity:1"
+ offset="0.5"
+ id="stop11695-8" />
+ <stop
+ id="stop11691-3"
+ offset="1"
+ style="stop-color:#c3cace;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-4">
+ <stop
+ id="stop11971-2"
+ offset="0"
+ style="stop-color:#6f93c7;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.29546595"
+ id="stop11979-1" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:0;"
+ offset="0.57727957"
+ id="stop11977-9" />
+ <stop
+ id="stop11973-5"
+ offset="1"
+ style="stop-color:#6f93c7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-6">
+ <stop
+ id="stop12001-7"
+ offset="0"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8decd;stop-opacity:1"
+ offset="0.5"
+ id="stop12007-47" />
+ <stop
+ id="stop12003-63"
+ offset="1"
+ style="stop-color:#f8b098;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-1">
+ <stop
+ id="stop12090-54"
+ offset="0"
+ style="stop-color:#84a7d5;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a9cded;stop-opacity:1"
+ offset="0.5"
+ id="stop12096-44" />
+ <stop
+ id="stop12092-39"
+ offset="1"
+ style="stop-color:#95b8e0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-3">
+ <stop
+ id="stop13801-66"
+ offset="0"
+ style="stop-color:#b9772f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop13809-86" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop13807-3" />
+ <stop
+ id="stop13811-4"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop13803-9"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834-5">
+ <stop
+ id="stop13836-06"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13838-25"
+ offset="1"
+ style="stop-color:#807e66;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850-56">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13852-76" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13854-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-77">
+ <stop
+ id="stop13858-79"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13860-25"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4793-4">
+ <stop
+ id="stop4795-6"
+ offset="0"
+ style="stop-color:#5b7aab;stop-opacity:1;" />
+ <stop
+ id="stop4797-9"
+ offset="1"
+ style="stop-color:#7c8c99;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4801-2">
+ <stop
+ id="stop4803-08"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4805-6"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4816-7">
+ <stop
+ id="stop4818-4"
+ offset="0"
+ style="stop-color:#dce9f2;stop-opacity:1;" />
+ <stop
+ id="stop4820-33"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4914-43">
+ <stop
+ id="stop4916-8"
+ offset="0"
+ style="stop-color:#8a9b9c;stop-opacity:1;" />
+ <stop
+ id="stop4918-80"
+ offset="1"
+ style="stop-color:#a5b0b1;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4924-9">
+ <stop
+ id="stop4926-4"
+ offset="0"
+ style="stop-color:#97b2d9;stop-opacity:1;" />
+ <stop
+ id="stop4928-8"
+ offset="1"
+ style="stop-color:#b5c6df;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4784-7">
+ <stop
+ id="stop4786-905"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4788-3"
+ offset="1"
+ style="stop-color:#25497f;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4792-4">
+ <stop
+ id="stop4794-0"
+ offset="0"
+ style="stop-color:#b7c9e3;stop-opacity:1;" />
+ <stop
+ id="stop4796-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4887-1">
+ <stop
+ id="stop4889-6"
+ offset="0"
+ style="stop-color:#5f7fb0;stop-opacity:1;" />
+ <stop
+ id="stop4891-51"
+ offset="1"
+ style="stop-color:#c3bf94;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4931-6">
+ <stop
+ id="stop4933-07"
+ offset="0"
+ style="stop-color:#dce6f8;stop-opacity:1;" />
+ <stop
+ id="stop4935-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4947-0">
+ <stop
+ id="stop4949-82"
+ offset="0"
+ style="stop-color:#e5ac30;stop-opacity:1;" />
+ <stop
+ id="stop4951-8"
+ offset="1"
+ style="stop-color:#f2dcae;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4977-71">
+ <stop
+ id="stop4979-23"
+ offset="0"
+ style="stop-color:#5e76a3;stop-opacity:1;" />
+ <stop
+ id="stop4981-9"
+ offset="1"
+ style="stop-color:#a2aab8;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4839-3">
+ <stop
+ id="stop4841-7"
+ offset="0"
+ style="stop-color:#4476aa;stop-opacity:1;" />
+ <stop
+ id="stop4843-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4881-3">
+ <stop
+ id="stop4883-5"
+ offset="0"
+ style="stop-color:#68b3e1;stop-opacity:1;" />
+ <stop
+ id="stop4885-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4900-3">
+ <stop
+ id="stop4902-0"
+ offset="0"
+ style="stop-color:#877e60;stop-opacity:1;" />
+ <stop
+ id="stop4904-1"
+ offset="1"
+ style="stop-color:#c0a753;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4929-6">
+ <stop
+ id="stop4931-2"
+ offset="0"
+ style="stop-color:#d5f3ff;stop-opacity:1;" />
+ <stop
+ id="stop4934-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5009-1">
+ <stop
+ id="stop5011-9"
+ offset="0"
+ style="stop-color:#ffe083;stop-opacity:1;" />
+ <stop
+ id="stop5013-4"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4882-4">
+ <stop
+ id="stop4884-0"
+ offset="0"
+ style="stop-color:#e9c47e;stop-opacity:1;" />
+ <stop
+ id="stop4886-6"
+ offset="1"
+ style="stop-color:#f6e7cb;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12144-5">
+ <stop
+ id="stop12146-13"
+ offset="0"
+ style="stop-color:#ca9189;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.25"
+ id="stop12154-7" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0.5"
+ id="stop12152-3" />
+ <stop
+ id="stop12148-7"
+ offset="1"
+ style="stop-color:#bd847e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12204-8">
+ <stop
+ id="stop12206-8"
+ offset="0"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#f7cec5;stop-opacity:1"
+ offset="0.25"
+ id="stop12214-8" />
+ <stop
+ style="stop-color:#f7ccc3;stop-opacity:1"
+ offset="0.5"
+ id="stop12212-8" />
+ <stop
+ id="stop12208-3"
+ offset="1"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8287-6"
+ inkscape:collect="always">
+ <stop
+ id="stop8289-6"
+ offset="0"
+ style="stop-color:#6eb6e2;stop-opacity:1;" />
+ <stop
+ id="stop8291-34"
+ offset="1"
+ style="stop-color:#d3e5f4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7667-2">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="stop7669-6" />
+ <stop
+ style="stop-color:#e9f9ff;stop-opacity:1"
+ offset="1"
+ id="stop7671-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8441-23"
+ inkscape:collect="always">
+ <stop
+ id="stop8443-0"
+ offset="0"
+ style="stop-color:#6eaddd;stop-opacity:1;" />
+ <stop
+ id="stop8445-99"
+ offset="1"
+ style="stop-color:#2b568d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28634"
+ id="linearGradient28640"
+ x1="6.8443742"
+ y1="2.8245051"
+ x2="10.132697"
+ y2="6.1128283"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28634-6"
+ id="linearGradient28640-9"
+ x1="6.8443742"
+ y1="2.8245051"
+ x2="10.132697"
+ y2="6.1128283"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient28634-6"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#c1d9ee;stop-opacity:1;"
+ offset="0"
+ id="stop28636-4" />
+ <stop
+ id="stop28642-9"
+ offset="0.5"
+ style="stop-color:#6eaddd;stop-opacity:1" />
+ <stop
+ style="stop-color:#40689d;stop-opacity:1"
+ offset="1"
+ id="stop28638-5" />
+ </linearGradient>
+ <linearGradient
+ y2="6.1128283"
+ x2="10.132697"
+ y1="2.8245051"
+ x1="6.8443742"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient28660"
+ xlink:href="#linearGradient28634-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="6.1128283"
+ x2="10.132697"
+ y1="2.8245051"
+ x1="6.8443742"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient28660-5"
+ xlink:href="#linearGradient28634-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient28634-6-8"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#c1d9ee;stop-opacity:1;"
+ offset="0"
+ id="stop28636-4-5" />
+ <stop
+ id="stop28642-9-4"
+ offset="0.5"
+ style="stop-color:#6eaddd;stop-opacity:1" />
+ <stop
+ style="stop-color:#40689d;stop-opacity:1"
+ offset="1"
+ id="stop28638-5-4" />
+ </linearGradient>
+ <linearGradient
+ y2="6.1128283"
+ x2="10.132697"
+ y1="2.8245051"
+ x1="6.8443742"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient28697"
+ xlink:href="#linearGradient28634-6-8"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="15.047857"
+ inkscape:cy="8.3972381"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1208"
+ inkscape:window-height="913"
+ inkscape:window-x="168"
+ inkscape:window-y="92"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid8762" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="layer1-4"
+ inkscape:label="Layer 1"
+ transform="translate(-19.001354,-2.0072)">
+ <path
+ style="fill:#f4fcff;fill-opacity:1;stroke:url(#linearGradient8887-0);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 20.49694,1038.9049 14.004414,0 0,14.0292 -14.004414,0 z"
+ id="rect3997-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient8884-0);fill-opacity:1;stroke:none;display:inline"
+ d="m 22,1042.3622 0,10 -1,0 0,-11 z"
+ id="rect4853-82-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient8881-0);fill-opacity:1;stroke:none;display:inline"
+ d="m 22,1042.3622 12,0 0,-1 -13,0 z"
+ id="rect4853-82-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient8293-6);fill-opacity:1;stroke:url(#linearGradient8878-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 20.500887,1038.8694 13.998914,0 0,2.0053 -13.998914,0 z"
+ id="rect3997-9-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient28640);fill-opacity:1.0;stroke:#2b568d;stroke-width:0.93798536000000021;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path4035-4-5-4"
+ sodipodi:cx="8.531251"
+ sodipodi:cy="4.499999"
+ sodipodi:rx="2.8125002"
+ sodipodi:ry="2.8125002"
+ d="m 11.343751,4.499999 a 2.8125002,2.8125002 0 1 1 -5.6250003,0 2.8125002,2.8125002 0 1 1 5.6250003,0 z"
+ transform="matrix(0.60821276,0,0,0.60821276,0.8371643,1044.6443)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient28660);fill-opacity:1;stroke:#2b568d;stroke-width:0.93798536;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path4035-4-5-4-6"
+ sodipodi:cx="8.531251"
+ sodipodi:cy="4.499999"
+ sodipodi:rx="2.8125002"
+ sodipodi:ry="2.8125002"
+ d="m 11.343751,4.499999 a 2.8125002,2.8125002 0 1 1 -5.6250003,0 2.8125002,2.8125002 0 1 1 5.6250003,0 z"
+ transform="matrix(0.60821276,0,0,0.60821276,6.8371643,1044.6443)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient28697);fill-opacity:1;stroke:#2b568d;stroke-width:0.93798536;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path4035-4-5-4-6-6"
+ sodipodi:cx="8.531251"
+ sodipodi:cy="4.499999"
+ sodipodi:rx="2.8125002"
+ sodipodi:ry="2.8125002"
+ d="m 11.343751,4.499999 a 2.8125002,2.8125002 0 1 1 -5.6250003,0 2.8125002,2.8125002 0 1 1 5.6250003,0 z"
+ transform="matrix(0.60821276,0,0,0.60821276,3.8094366,1039.6167)" />
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/workingsets.svg b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/workingsets.svg
new file mode 100644
index 000000000..d1889062f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/css/icons/svg/workingsets.svg
@@ -0,0 +1,432 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.5 r10040"
+ sodipodi:docname="workingsets.svg">
+ <defs
+ id="defs4">
+ <filter
+ inkscape:collect="always"
+ id="filter19612"
+ x="-0.17105568"
+ width="1.3421114"
+ y="-0.18993131"
+ height="1.3798626">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.74211708"
+ id="feGaussianBlur19614" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3967-7">
+ <stop
+ style="stop-color:#c48a4e;stop-opacity:1;"
+ offset="0"
+ id="stop3969-4" />
+ <stop
+ style="stop-color:#ad6c24;stop-opacity:1"
+ offset="1"
+ id="stop3971-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3973-4">
+ <stop
+ style="stop-color:#f8d078;stop-opacity:1"
+ offset="0"
+ id="stop3975-8" />
+ <stop
+ style="stop-color:#f8f0c8;stop-opacity:1"
+ offset="1"
+ id="stop3977-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3949-45"
+ inkscape:collect="always">
+ <stop
+ id="stop3951-5"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop3953-1"
+ offset="1"
+ style="stop-color:#c38536;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955-1">
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="0"
+ id="stop3957-5" />
+ <stop
+ id="stop3959-27"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop3961-61"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop3963-4" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop3965-2" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter19612-6"
+ x="-0.17105567"
+ width="1.3421113"
+ y="-0.1899313"
+ height="1.3798625">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.74211708"
+ id="feGaussianBlur19614-5" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3967-7-6">
+ <stop
+ style="stop-color:#c48a4e;stop-opacity:1;"
+ offset="0"
+ id="stop3969-4-9" />
+ <stop
+ style="stop-color:#ad6c24;stop-opacity:1"
+ offset="1"
+ id="stop3971-0-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3973-4-2">
+ <stop
+ style="stop-color:#f8d078;stop-opacity:1"
+ offset="0"
+ id="stop3975-8-0" />
+ <stop
+ style="stop-color:#f8f0c8;stop-opacity:1"
+ offset="1"
+ id="stop3977-8-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3949-45-0"
+ inkscape:collect="always">
+ <stop
+ id="stop3951-5-9"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop3953-1-7"
+ offset="1"
+ style="stop-color:#c38536;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955-1-7">
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="0"
+ id="stop3957-5-4" />
+ <stop
+ id="stop3959-27-7"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop3961-61-6"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop3963-4-2" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop3965-2-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955-1-7"
+ id="linearGradient11220"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.33025864,-167.65045,916.69385)"
+ x1="525.6676"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-4-2"
+ id="linearGradient11223"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.31447743,0,0,0.31447743,-159.13946,922.26692)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949-45-0"
+ id="linearGradient11225"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.31447743,0,0,0.31447743,-159.13946,922.26692)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-7-6"
+ id="linearGradient11228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.33025864,-167.88604,916.70259)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955-1"
+ id="linearGradient11236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.33025864,-172.2775,919.93882)"
+ x1="525.6676"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-4"
+ id="linearGradient11239"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.31447743,0,0,0.31447743,-163.76651,925.51189)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949-45"
+ id="linearGradient11241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.31447743,0,0,0.31447743,-163.76651,925.51189)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-7"
+ id="linearGradient11244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.33025864,-172.51309,919.94756)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955-1"
+ id="linearGradient3044"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.29398645,0,0,0.29398645,-152.5233,933.10823)"
+ x1="525.6676"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-4"
+ id="linearGradient3047"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27993849,0,0,0.27993849,-144.94707,938.06921)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949-45"
+ id="linearGradient3049"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27993849,0,0,0.27993849,-144.94707,938.06921)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-7"
+ id="linearGradient3052"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.29398645,0,0,0.29398645,-152.73302,933.11601)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955-1-7"
+ id="linearGradient3058"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.29398645,0,0,0.29398645,-148.40444,930.21965)"
+ x1="525.6676"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-4-2"
+ id="linearGradient3061"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27993849,0,0,0.27993849,-140.82821,935.18064)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949-45-0"
+ id="linearGradient3063"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.27993849,0,0,0.27993849,-140.82821,935.18064)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-7-6"
+ id="linearGradient3066"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.29398645,0,0,0.29398645,-148.61416,930.22743)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="4.2706096"
+ inkscape:cy="7.415379"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1098"
+ inkscape:window-height="919"
+ inkscape:window-x="125"
+ inkscape:window-y="125"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3939" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="rect13693-3-6"
+ d="m 7.3672977,1038.1351 2.0318335,0 c 0.4275293,0 0.7717148,0.3442 0.7717148,0.7717 l 0,3.344 c 0,0.4275 -0.3441855,0.7717 -0.7717148,0.7717 l -2.0318335,0 c -0.4275301,0 -0.7717145,-0.3442 -0.7717145,-0.7717 l 0,-3.344 c 0,-0.4275 0.3441844,-0.7717 0.7717145,-0.7717 z"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3066);stroke-width:0.89017034;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ inkscape:export-filename="/Users/tomschindl/Documents/e-workspaces/efxclipse-ide/org.eclipse.fx.code.compensator.project/css/icons/svg/path13797.png"
+ inkscape:export-xdpi="104.02"
+ inkscape:export-ydpi="104.02" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="rect13693-7"
+ d="m 8.1631039,1039.9399 5.6608651,0 c 0.4071,0 0.734839,0.3278 0.734839,0.7349 l 0,4.7432 c 0,0.4071 -0.327736,0.7353 -0.734839,0.7348 l -7.3561333,-0.01 c -0.4071034,-5e-4 -0.7348386,-0.3277 -0.7348386,-0.7348 l 0,-4.7376 c 0,-0.407 0.31521,-0.7356 0.7348386,-0.7348 z"
+ style="fill:url(#linearGradient3061);fill-opacity:1;stroke:url(#linearGradient3063);stroke-width:0.89017034;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ inkscape:export-filename="/Users/tomschindl/Documents/e-workspaces/efxclipse-ide/org.eclipse.fx.code.compensator.project/css/icons/svg/path13797.png"
+ inkscape:export-xdpi="104.02"
+ inkscape:export-ydpi="104.02" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path13797-0"
+ d="m 6.1321766,1039.9441 5.0727554,0"
+ style="fill:none;stroke:url(#linearGradient3058);stroke-width:0.89017034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:export-filename="/Users/tomschindl/Documents/e-workspaces/efxclipse-ide/org.eclipse.fx.code.compensator.project/css/icons/svg/path13797.png"
+ inkscape:export-xdpi="104.02"
+ inkscape:export-ydpi="104.02" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="rect13693-3"
+ d="m 3.2484414,1041.0237 2.0318334,0 c 0.4275293,0 0.7717145,0.3442 0.7717145,0.7717 l 0,3.344 c 0,0.4275 -0.3441852,0.7717 -0.7717145,0.7717 l -2.0318334,0 c -0.4275301,0 -0.7717145,-0.3442 -0.7717145,-0.7717 l 0,-3.344 c 0,-0.4275 0.3441844,-0.7717 0.7717145,-0.7717 z"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3052);stroke-width:0.89017034;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ inkscape:export-filename="/Users/tomschindl/Documents/e-workspaces/efxclipse-ide/org.eclipse.fx.code.compensator.project/css/icons/svg/path13797.png"
+ inkscape:export-xdpi="104.02"
+ inkscape:export-ydpi="104.02" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="rect13693"
+ d="m 4.0442475,1042.8285 5.6608648,0 c 0.4071007,0 0.7348387,0.3278 0.7348387,0.7349 l 0,4.7432 c 0,0.4071 -0.327735,0.7353 -0.7348387,0.7348 l -7.356133,-0.01 c -0.4071033,-5e-4 -0.7348385,-0.3277 -0.7348385,-0.7348 l 0,-4.7376 c 0,-0.407 0.3152099,-0.7356 0.7348385,-0.7348 z"
+ style="fill:url(#linearGradient3047);fill-opacity:1;stroke:url(#linearGradient3049);stroke-width:0.89017034;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ inkscape:export-filename="/Users/tomschindl/Documents/e-workspaces/efxclipse-ide/org.eclipse.fx.code.compensator.project/css/icons/svg/path13797.png"
+ inkscape:export-xdpi="104.02"
+ inkscape:export-ydpi="104.02" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path13797"
+ d="m 2.0133202,1042.8327 5.0727551,0"
+ style="fill:none;stroke:url(#linearGradient3044);stroke-width:0.89017034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:export-xdpi="104.02"
+ inkscape:export-ydpi="104.02" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ id="path11406"
+ sodipodi:cx="-18.605747"
+ sodipodi:cy="-7.0472617"
+ sodipodi:rx="0.044194173"
+ sodipodi:ry="0.022097087"
+ d="m -18.561553,-7.0472617 c 0,0.012204 -0.01979,0.022097 -0.04419,0.022097 -0.02441,0 -0.04419,-0.00989 -0.04419,-0.022097 0,-0.012204 0.01979,-0.022097 0.04419,-0.022097 0.02441,0 0.04419,0.00989 0.04419,0.022097 z"
+ transform="translate(0,1036.3622)" />
+ </g>
+</svg>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/fragment.e4xmi b/experimental/compensator/org.eclipse.fx.code.compensator.project/fragment.e4xmi
new file mode 100644
index 000000000..2467b468e
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/fragment.e4xmi
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="ASCII"?>
+<fragment:ModelFragments xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:commands="http://www.eclipse.org/ui/2010/UIModel/application/commands" xmlns:fragment="http://www.eclipse.org/ui/2010/UIModel/fragment" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_4ZRrMICvEeSVlekWrdeFsw">
+ <fragments xsi:type="fragment:StringModelFragment" xmi:id="_8qFZEICvEeSVlekWrdeFsw" featurename="snippets" parentElementId="org.eclipse.fx.code.compensator.app">
+ <elements xsi:type="advanced:Perspective" xmi:id="_-gA_8ICvEeSVlekWrdeFsw" elementId="org.eclipse.fx.code.compensator.project.perspective.default">
+ <children xsi:type="basic:PartSashContainer" xmi:id="_CFaZUICwEeSVlekWrdeFsw" elementId="org.eclipse.fx.code.compensator.project.partsashcontainer.0" horizontal="true">
+ <tags>fx_fixedLayout</tags>
+ <children xsi:type="basic:Part" xmi:id="_GIlT0ICwEeSVlekWrdeFsw" elementId="org.eclipse.fx.code.compensator.project.part.0" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.ProjectMainToolbar"/>
+ <children xsi:type="basic:PartSashContainer" xmi:id="_Q3a1EICwEeSVlekWrdeFsw" elementId="org.eclipse.fx.code.compensator.project.partsashcontainer.1" horizontal="true">
+ <persistedState key="fx_layout_grab_horizontal" value="true"/>
+ <persistedState key="fx_layout_grab_vertical" value="true"/>
+ <children xsi:type="basic:Part" xmi:id="_h8e4kICwEeSVlekWrdeFsw" elementId="org.eclipse.fx.code.compensator.project.part.2" containerData="10" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.ProjectNavigator" label="Navigator" iconURI="platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/filenav_nav.png">
+ <menus xsi:type="menu:PopupMenu" xmi:id="_817HwJRaEeSW6PsXAs2Rlg" elementId="org.eclipse.fx.code.compensator.project.popupmenu.navigator">
+ <children xsi:type="menu:DynamicMenuContribution" xmi:id="_fYe84JRbEeSW6PsXAs2Rlg" elementId="org.eclipse.fx.code.compensator.project.dynamicmenucontribution.0" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.internal.DynamicContextMenu"/>
+ </menus>
+ </children>
+ <children xsi:type="basic:PartSashContainer" xmi:id="_51uSIJi4EeSDUP4UCvXSqw" elementId="org.eclipse.fx.code.compensator.project.partsashcontainer.2" containerData="80">
+ <tags>fx_fixedLayout</tags>
+ <children xsi:type="basic:Part" xmi:id="_9XOqAJi4EeSDUP4UCvXSqw" elementId="org.eclipse.fx.code.compensator.project.part.4" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.EditorNavigation"/>
+ <children xsi:type="basic:PartStack" xmi:id="_Y15HgICwEeSVlekWrdeFsw" elementId="org.eclipse.fx.code.compensator.project.partstack.1" containerData="">
+ <persistedState key="fx_layout_grab_horizontal" value="true"/>
+ <persistedState key="fx_layout_grab_vertical" value="true"/>
+ </children>
+ </children>
+ <children xsi:type="basic:Part" xmi:id="_jcf50ICwEeSVlekWrdeFsw" elementId="org.eclipse.fx.code.compensator.project.part.3" containerData="10" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.ProjectFileOutline" label="Outline" iconURI="platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/outline_co.png"/>
+ </children>
+ <children xsi:type="basic:Part" xmi:id="_TucskICwEeSVlekWrdeFsw" elementId="org.eclipse.fx.code.compensator.project.part.1" toBeRendered="false" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.ProjectSecondaryToolbar"/>
+ </children>
+ <variables>navigatorSelection</variables>
+ <variables>activeInput</variables>
+ </elements>
+ </fragments>
+ <fragments xsi:type="fragment:StringModelFragment" xmi:id="_o6_GQIPmEeS5JpVAKZcwIQ" featurename="children" parentElementId="org.eclipse.fx.code.compensator.app.menu.0" positionInList="">
+ <elements xsi:type="menu:Menu" xmi:id="_qZcoUIPmEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.menu.0" label="Projects">
+ <children xsi:type="menu:HandledMenuItem" xmi:id="_6PbCgIPmEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.handledmenuitem.0" label="New Local Project ..." command="_bSwrIIPoEeS5JpVAKZcwIQ"/>
+ <children xsi:type="menu:HandledMenuItem" xmi:id="_9jgpcIPmEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.handledmenuitem.1" label="New Remote Project ..." command="_fMNo8IPoEeS5JpVAKZcwIQ"/>
+ <children xsi:type="menu:HandledMenuItem" xmi:id="_AbMoQIPnEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.handledmenuitem.2" label="Open Project ..." command="_prnAAIPoEeS5JpVAKZcwIQ"/>
+ <children xsi:type="menu:MenuSeparator" xmi:id="_1WAkcIRSEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.menuseparator.0"/>
+ <children xsi:type="menu:HandledMenuItem" xmi:id="_zKehAIRSEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.handledmenuitem.3" label="Open Playground" command="_u3zK4IRSEeS5JpVAKZcwIQ"/>
+ </elements>
+ </fragments>
+ <fragments xsi:type="fragment:StringModelFragment" xmi:id="_Q-wEsIPoEeS5JpVAKZcwIQ" featurename="commands" parentElementId="org.eclipse.fx.code.compensator.app">
+ <elements xsi:type="commands:Command" xmi:id="_bSwrIIPoEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.command.2" commandName="Create New Local Project"/>
+ <elements xsi:type="commands:Command" xmi:id="_fMNo8IPoEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.command.1" commandName="Create Remote Project"/>
+ <elements xsi:type="commands:Command" xmi:id="_jCev4IPoEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.app.command.openproject" commandName="Open Project">
+ <parameters xmi:id="_lf-tEIPoEeS5JpVAKZcwIQ" elementId="projectId" name="Project ID"/>
+ </elements>
+ <elements xsi:type="commands:Command" xmi:id="_prnAAIPoEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.command.3" commandName="Open Project Selection Dialog"/>
+ <elements xsi:type="commands:Command" xmi:id="_u3zK4IRSEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.command.0" commandName="Switch to Playground"/>
+ <elements xsi:type="commands:Command" xmi:id="_quw04JZZEeSjZ8iCNzGAiA" elementId="org.eclipse.fx.code.compensator.project.command.openresource" commandName="Open Resource">
+ <parameters xmi:id="_1IWe4JZZEeSjZ8iCNzGAiA" elementId="resourceURI" name="Resource URI"/>
+ </elements>
+ </fragments>
+ <fragments xsi:type="fragment:StringModelFragment" xmi:id="_SOxssIPpEeS5JpVAKZcwIQ" featurename="handlers" parentElementId="org.eclipse.fx.code.compensator.app">
+ <elements xsi:type="commands:Handler" xmi:id="_Xsst8IPpEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.handler.0" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.internal.commands.NewLocalProject" command="_bSwrIIPoEeS5JpVAKZcwIQ"/>
+ <elements xsi:type="commands:Handler" xmi:id="_avqvsIPpEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.handler.1" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.internal.commands.OpenProject" command="_jCev4IPoEeS5JpVAKZcwIQ"/>
+ <elements xsi:type="commands:Handler" xmi:id="_1e0r4IopEeS5JpVAKZcwIQ" elementId="org.eclipse.fx.code.compensator.project.handler.2" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.internal.commands.OpenProjectDialog" command="_prnAAIPoEeS5JpVAKZcwIQ"/>
+ <elements xsi:type="commands:Handler" xmi:id="_wR0BAJZJEeSjZ8iCNzGAiA" elementId="org.eclipse.fx.code.compensator.project.handler.3" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.internal.commands.SwitchPlayground" command="_u3zK4IRSEeS5JpVAKZcwIQ"/>
+ <elements xsi:type="commands:Handler" xmi:id="_vG9kMJZZEeSjZ8iCNzGAiA" elementId="org.eclipse.fx.code.compensator.project.handler.4" contributionURI="bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.internal.commands.OpenResource" command="_quw04JZZEeSjZ8iCNzGAiA"/>
+ </fragments>
+</fragment:ModelFragments>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/plugin.xml b/experimental/compensator/org.eclipse.fx.code.compensator.project/plugin.xml
new file mode 100644
index 000000000..bfcecb26b
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/plugin.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin>
+
+ <extension
+ id="org.eclipse.fx.code.compensator.project.fragment"
+ point="org.eclipse.e4.workbench.model">
+ <fragment
+ uri="fragment.e4xmi">
+ </fragment>
+ </extension>
+
+</plugin>
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/EditorNavigation.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/EditorNavigation.java
new file mode 100644
index 000000000..5fdc93085
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/EditorNavigation.java
@@ -0,0 +1,33 @@
+package org.eclipse.fx.code.compensator.project;
+
+import javafx.scene.control.Label;
+import javafx.scene.layout.BorderPane;
+import javafx.scene.layout.HBox;
+
+import javax.annotation.PostConstruct;
+import javax.inject.Inject;
+
+import org.eclipse.fx.core.SimpleURI;
+import org.eclipse.fx.ui.services.resources.GraphicsLoader;
+
+public class EditorNavigation {
+ private final GraphicsLoader provider;
+
+ @Inject
+ public EditorNavigation(GraphicsLoader provider) {
+ this.provider = provider;
+ }
+
+ @PostConstruct
+ public void init(BorderPane p) {
+ HBox box = new HBox();
+ box.getStyleClass().add("tool-bar");
+
+ box.getChildren()
+ .add(new Label(
+ "Editors",
+ provider.getGraphicsNode(new SimpleURI(
+ "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/main_tab.png"))));
+ p.setTop(box);
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/InstanceProject.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/InstanceProject.java
new file mode 100644
index 000000000..0c263cb16
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/InstanceProject.java
@@ -0,0 +1,10 @@
+package org.eclipse.fx.code.compensator.project;
+
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+
+public interface InstanceProject {
+ public ProjectNavigatorItem mapModule(Module module);
+ public Project getProject();
+ public boolean openItem(ProjectNavigatorItem item);
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectFileOutline.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectFileOutline.java
new file mode 100644
index 000000000..762136b20
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectFileOutline.java
@@ -0,0 +1,79 @@
+package org.eclipse.fx.code.compensator.project;
+
+import javafx.scene.control.Label;
+import javafx.scene.control.TreeCell;
+import javafx.scene.control.TreeItem;
+import javafx.scene.control.TreeView;
+import javafx.scene.layout.BorderPane;
+import javafx.scene.layout.HBox;
+
+import javax.annotation.PostConstruct;
+import javax.inject.Inject;
+import javax.inject.Named;
+
+import org.eclipse.e4.core.di.annotations.Optional;
+import org.eclipse.e4.ui.model.application.ui.MUIElement;
+import org.eclipse.e4.ui.model.application.ui.basic.MPart;
+import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
+import org.eclipse.fx.code.compensator.editor.Outline;
+import org.eclipse.fx.code.compensator.editor.Outline.OutlineItem;
+import org.eclipse.fx.core.SimpleURI;
+import org.eclipse.fx.ui.controls.tree.SimpleTreeCell;
+import org.eclipse.fx.ui.services.resources.GraphicsLoader;
+
+public class ProjectFileOutline {
+ private TreeView<OutlineItem> outlineView;
+ private final GraphicsLoader nodeProvider;
+ private final MPart appModelElement;
+
+ @Inject
+ public ProjectFileOutline(GraphicsLoader nodeProvider, MPart appModelElement) {
+ this.nodeProvider = nodeProvider;
+ this.appModelElement = appModelElement;
+ }
+
+ @PostConstruct
+ public void initUI(BorderPane parent) {
+ HBox b = new HBox();
+ b.getStyleClass().add("tool-bar");
+ if( (MUIElement)appModelElement.getParent() instanceof MPartSashContainer ) {
+ b.getChildren().add(new Label("Outline", nodeProvider.getGraphicsNode(new SimpleURI("platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/outline_co.png"))));
+ }
+ parent.setTop(b);
+
+ outlineView = new TreeView<>();
+ outlineView.setShowRoot(false);
+ outlineView.setCellFactory(this::createCell);
+ parent.setCenter(outlineView);
+ }
+
+ TreeCell<OutlineItem> createCell(TreeView<OutlineItem> param) {
+ return new SimpleTreeCell<OutlineItem>(i -> i.getLabel(), i -> i.getStyle());
+ }
+
+ @Inject
+ void updateInput(@Optional @Named("activeOutline") Outline outline) {
+ //TODO needs to be fixed
+ if( outlineView == null ) {
+ return;
+ }
+ if( outline != null ) {
+ TreeItem<OutlineItem> root = new TreeItem<Outline.OutlineItem>();
+ for( OutlineItem l : outline.getRootItems() ) {
+ root.getChildren().add(createRec(l));
+ }
+ outlineView.setRoot(root);
+ } else {
+ outlineView.setRoot(new TreeItem<>());
+ }
+ }
+
+ TreeItem<OutlineItem> createRec(OutlineItem i) {
+ TreeItem<OutlineItem> l = new TreeItem<Outline.OutlineItem>(i);
+ for( OutlineItem c : i.getChildren() ) {
+ l.getChildren().add(createRec(c));
+ }
+
+ return l;
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectMainToolbar.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectMainToolbar.java
new file mode 100644
index 000000000..b0543f058
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectMainToolbar.java
@@ -0,0 +1,48 @@
+package org.eclipse.fx.code.compensator.project;
+
+import java.util.Iterator;
+import java.util.stream.Collectors;
+
+import javafx.geometry.Orientation;
+import javafx.scene.Node;
+import javafx.scene.control.Button;
+import javafx.scene.control.Separator;
+import javafx.scene.control.ToolBar;
+import javafx.scene.control.Tooltip;
+import javafx.scene.layout.BorderPane;
+
+import javax.annotation.PostConstruct;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarElement;
+import org.eclipse.fx.code.compensator.project.ProjectService.ToolbarGroup;
+
+public class ProjectMainToolbar {
+
+ @PostConstruct
+ public void init(BorderPane parent, ProjectService service) {
+ ToolBar tb = new ToolBar();
+ tb.getStyleClass().add("project-toolbar");
+
+ tb.setOrientation(Orientation.VERTICAL);
+
+ Iterator<ToolbarGroup> iterator = service.getPrimaryToolbarGroups().iterator();
+ while( iterator.hasNext() ) {
+ ToolbarGroup tg = iterator.next();
+
+ tb.getItems().addAll(tg.getElementList().stream().map(ProjectMainToolbar::createItem).collect(Collectors.toList()));
+
+ if( iterator.hasNext() ) {
+ tb.getItems().add(new Separator());
+ }
+ }
+
+ parent.setCenter(tb);
+ }
+
+ static Node createItem(ToolbarElement e) {
+ Button b = new Button();
+ b.getStyleClass().add(e.id);
+ b.setTooltip(new Tooltip(e.tooltip));
+ return b;
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigator.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigator.java
new file mode 100644
index 000000000..f0eb77f7e
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigator.java
@@ -0,0 +1,148 @@
+package org.eclipse.fx.code.compensator.project;
+
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.util.ArrayList;
+import java.util.Collections;
+import java.util.List;
+
+import javafx.beans.property.Property;
+import javafx.scene.control.Label;
+import javafx.scene.control.TreeCell;
+import javafx.scene.control.TreeItem;
+import javafx.scene.control.TreeView;
+import javafx.scene.input.MouseEvent;
+import javafx.scene.layout.BorderPane;
+import javafx.scene.layout.HBox;
+
+import javax.annotation.PostConstruct;
+import javax.annotation.PreDestroy;
+import javax.inject.Inject;
+
+import org.eclipse.e4.ui.model.application.ui.MUIElement;
+import org.eclipse.e4.ui.model.application.ui.basic.MPart;
+import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
+import org.eclipse.e4.ui.services.EMenuService;
+import org.eclipse.fx.code.compensator.project.internal.adapter.ProjectItem;
+import org.eclipse.fx.code.compensator.project.vcs.VersionControlService;
+import org.eclipse.fx.core.FilesystemService;
+import org.eclipse.fx.core.SimpleURI;
+import org.eclipse.fx.core.command.CommandService;
+import org.eclipse.fx.core.di.ContextValue;
+import org.eclipse.fx.core.di.Service;
+import org.eclipse.fx.ui.controls.tree.LazyTreeItem;
+import org.eclipse.fx.ui.services.resources.GraphicsLoader;
+
+public class ProjectNavigator {
+ private final InstanceProject project;
+ private final VersionControlService versionControl;
+ private final Property<Object> navigatorSelection;
+ private final EMenuService menuService;
+ private final List<FilesystemService> filesystemServices;
+ private final GraphicsLoader nodeProvider;
+ private final CommandService commandService;
+ private final MPart appModelElement;
+
+ private TreeView<ProjectNavigatorItem> tree;
+
+ @Inject
+ public ProjectNavigator(
+ InstanceProject project,
+ VersionControlService versionControl,
+ @ContextValue("navigatorSelection") Property<Object> navigatorSelection,
+ EMenuService menuService,
+ @Service List<FilesystemService> filesystemServices,
+ GraphicsLoader nodeProvider,
+ CommandService commandService,
+ MPart container) {
+ this.project = project;
+ this.versionControl = versionControl;
+ this.navigatorSelection = navigatorSelection;
+ this.menuService = menuService;
+ this.filesystemServices = filesystemServices;
+ this.nodeProvider = nodeProvider;
+ this.commandService = commandService;
+ this.appModelElement = container;
+ }
+
+
+ @PostConstruct
+ void init(BorderPane parent) {
+ HBox b = new HBox();
+ b.getStyleClass().add("tool-bar");
+ if( (MUIElement)appModelElement.getParent() instanceof MPartSashContainer ) {
+ b.getChildren().add(new Label(project.getProject().getName(), nodeProvider.getGraphicsNode(new SimpleURI("platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/filenav_nav.png"))));
+ }
+ parent.setTop(b);
+
+ tree = new TreeView<>(new LazyTreeItem<ProjectNavigatorItem>(new ProjectItem(project,versionControl,filesystemServices),ProjectNavigator::createChildren));
+ if( (MUIElement)appModelElement.getParent() instanceof MPartSashContainer ) {
+ tree.setShowRoot(false);
+ }
+
+ menuService.registerContextMenu(tree, "org.eclipse.fx.code.compensator.project.popupmenu.navigator");
+ tree.setCellFactory(p -> new ProjectItemCell(nodeProvider));
+ tree.setOnMouseClicked(this::open);
+ tree.getSelectionModel().selectedItemProperty().addListener((ob,o,n) -> {
+ if( n != null ) {
+ navigatorSelection.setValue(n.getValue());
+ } else {
+ navigatorSelection.setValue(null);
+ }
+
+ });
+ parent.setCenter(tree);
+ }
+
+ private void open(MouseEvent event) {
+ if( event.getClickCount() == 2 ) {
+ if( ! project.openItem(tree.getSelectionModel().getSelectedItem().getValue()) ) {
+ if( tree.getSelectionModel().getSelectedItem() != null && tree.getSelectionModel().getSelectedItem().getValue().getDomainObject() instanceof Path && Files.isRegularFile((Path)tree.getSelectionModel().getSelectedItem().getValue().getDomainObject()) ) {
+ Path p = (Path) tree.getSelectionModel().getSelectedItem().getValue().getDomainObject();
+ commandService.execute("org.eclipse.fx.code.compensator.project.command.openresource", Collections.singletonMap("resourceURI", p.toUri().toString()));
+ }
+ }
+ }
+ }
+
+ @PreDestroy
+ void close() {
+ navigatorSelection.unbind();
+ }
+
+ private static List<TreeItem<ProjectNavigatorItem>> createChildren(TreeItem<ProjectNavigatorItem> parent) {
+ List<TreeItem<ProjectNavigatorItem>> rv = new ArrayList<>();
+ for( ProjectNavigatorItem i : parent.getValue().getChildren() ) {
+ if( i.isLeaf() ) {
+ rv.add(new TreeItem<>(i));
+ } else {
+ rv.add(new LazyTreeItem<ProjectNavigatorItem>(i, ProjectNavigator::createChildren));
+ }
+ }
+ return rv;
+ }
+
+ static class ProjectItemCell extends TreeCell<ProjectNavigatorItem> {
+ private GraphicsLoader provider;
+
+ public ProjectItemCell(GraphicsLoader provider) {
+ this.provider = provider;
+ }
+
+ @Override
+ protected void updateItem(ProjectNavigatorItem item, boolean empty) {
+ super.updateItem(item, empty);
+ if( item != null && ! empty ) {
+ setText(item.getLabel().toString());
+ if( item.getIcon() != null ) {
+ setGraphic(provider.getGraphicsNode(new SimpleURI(item.getIcon())));
+ } else {
+ setGraphic(null);
+ }
+ } else {
+ setText(null);
+ setGraphic(null);
+ }
+ }
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigatorContribution.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigatorContribution.java
new file mode 100644
index 000000000..c68043aaa
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigatorContribution.java
@@ -0,0 +1,10 @@
+package org.eclipse.fx.code.compensator.project;
+
+import java.util.List;
+
+import org.eclipse.fx.code.compensator.project.ProjectService.ContextMenuGroup;
+
+public interface ProjectNavigatorContribution {
+ public boolean applies(ProjectService service);
+ public List<ContextMenuGroup> getContextGroups();
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigatorItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigatorItem.java
new file mode 100644
index 000000000..ed23df80e
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectNavigatorItem.java
@@ -0,0 +1,13 @@
+package org.eclipse.fx.code.compensator.project;
+
+import javafx.collections.ObservableList;
+
+public interface ProjectNavigatorItem {
+ public CharSequence getLabel();
+ public String getIcon();
+ public Object getDomainObject();
+ public String getOpenCommandId();
+ public boolean isDeletable();
+ public ObservableList<ProjectNavigatorItem> getChildren();
+ public boolean isLeaf();
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectSecondaryToolbar.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectSecondaryToolbar.java
new file mode 100644
index 000000000..e27edec36
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectSecondaryToolbar.java
@@ -0,0 +1,14 @@
+package org.eclipse.fx.code.compensator.project;
+
+import javafx.scene.control.Label;
+import javafx.scene.layout.BorderPane;
+
+import javax.annotation.PostConstruct;
+
+public class ProjectSecondaryToolbar {
+ @PostConstruct
+ public void init(BorderPane parent) {
+ parent.setTop(new Label("2nd TB"));
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectService.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectService.java
new file mode 100644
index 000000000..e78c4d673
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectService.java
@@ -0,0 +1,77 @@
+package org.eclipse.fx.code.compensator.project;
+
+import java.util.List;
+
+import org.eclipse.e4.core.contexts.IEclipseContext;
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.core.URI;
+
+public interface ProjectService {
+ public String getLabel();
+ public URI getIconUri();
+ public String getProjectType();
+ public String getId();
+ public boolean applies(Class<?> type);
+ public boolean applies(Project p);
+ public String getProjectPerspectiveTemplate(Project p);
+ public List<ToolbarGroup> getPrimaryToolbarGroups();
+ public List<ToolbarGroup> getSecondaryToolbarGroups();
+ public List<ContextMenuGroup> getProjectNavigatorContextMenuGroups();
+ public ProjectNavigatorItem mapModuleItem(Module m, InstanceProject project);
+ public InstanceProject createProjectInstance(IEclipseContext context);
+
+ public abstract static class ContextMenuGroup {
+ public final String id;
+ private final List<MenuElement> elements;
+
+ public ContextMenuGroup(String id, List<MenuElement> elements) {
+ this.id = id;
+ this.elements = elements;
+ }
+
+ public List<MenuElement> getElements() {
+ return elements;
+ }
+
+ public abstract boolean applies(ProjectNavigatorItem item);
+ }
+
+ public abstract static class MenuElement {
+ public final String id;
+ public final String label;
+
+ public MenuElement(String id, String label) {
+ this.id = id;
+ this.label = label;
+ }
+
+ public abstract boolean applies(ProjectNavigatorItem item);
+ }
+
+ public static class ToolbarGroup {
+ public final String id;
+ private List<ToolbarElement> elementList;
+
+ public ToolbarGroup(String id, List<ToolbarElement> elementList) {
+ this.id = id;
+ this.elementList = elementList;
+ }
+
+ public List<ToolbarElement> getElementList() {
+ return elementList;
+ }
+ }
+
+ public static abstract class ToolbarElement {
+ public final String id;
+ public final String tooltip;
+
+ public ToolbarElement(String id, String tooltip) {
+ this.id = id;
+ this.tooltip = tooltip;
+ }
+ }
+
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectSetupService.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectSetupService.java
new file mode 100644
index 000000000..2c27ee765
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/ProjectSetupService.java
@@ -0,0 +1,7 @@
+package org.eclipse.fx.code.compensator.project;
+
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+
+public interface ProjectSetupService {
+ public void setupProject(Project p);
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/DynamicContextMenu.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/DynamicContextMenu.java
new file mode 100644
index 000000000..448e05bda
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/DynamicContextMenu.java
@@ -0,0 +1,34 @@
+
+package org.eclipse.fx.code.compensator.project.internal;
+
+import java.util.List;
+
+import javax.inject.Named;
+
+import org.eclipse.e4.ui.di.AboutToShow;
+import org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem;
+import org.eclipse.e4.ui.model.application.ui.menu.MMenuElement;
+import org.eclipse.e4.ui.workbench.modeling.EModelService;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.ProjectService;
+import org.eclipse.fx.code.compensator.project.ProjectService.ContextMenuGroup;
+import org.eclipse.fx.code.compensator.project.ProjectService.MenuElement;
+
+public class DynamicContextMenu {
+
+ @AboutToShow
+ public void aboutToShow(List<MMenuElement> items, @Named("navigatorSelection") ProjectNavigatorItem item, ProjectService projectService, EModelService modelService) {
+ for( ContextMenuGroup g : projectService.getProjectNavigatorContextMenuGroups() ) {
+ if( g.applies(item) ) {
+ for( MenuElement e : g.getElements() ) {
+ MDirectMenuItem m = modelService.createModelElement(MDirectMenuItem.class);
+ m.setLabel(e.label);
+ m.setContributionURI("bundleclass://org.eclipse.fx.code.compensator.project/org.eclipse.fx.code.compensator.project.internal.MenuItemDelegate");
+ m.getTransientData().put("delegate", e);
+ items.add(m);
+ }
+ }
+ }
+ }
+
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/InstanceProjectCF.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/InstanceProjectCF.java
new file mode 100644
index 000000000..91cbc4e16
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/InstanceProjectCF.java
@@ -0,0 +1,22 @@
+package org.eclipse.fx.code.compensator.project.internal;
+
+import org.eclipse.e4.core.contexts.ContextFunction;
+import org.eclipse.e4.core.contexts.IEclipseContext;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.fx.code.compensator.project.InstanceProject;
+import org.eclipse.fx.code.compensator.project.ProjectService;
+
+public class InstanceProjectCF extends ContextFunction {
+ @Override
+ public Object compute(IEclipseContext context, String contextKey) {
+ IEclipseContext mContext = context.get(MPerspective.class).getContext();
+ InstanceProject ip = (InstanceProject) mContext.get("_cached_instance_project");
+ if( ip == null ) {
+ ProjectService s = context.get(ProjectService.class);
+ ip = s.createProjectInstance(mContext);
+ mContext.set("_cached_instance_project", ip);
+ }
+
+ return ip;
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/MenuItemDelegate.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/MenuItemDelegate.java
new file mode 100644
index 000000000..4ca944e98
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/MenuItemDelegate.java
@@ -0,0 +1,12 @@
+package org.eclipse.fx.code.compensator.project.internal;
+
+import org.eclipse.e4.core.di.annotations.Execute;
+import org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem;
+import org.eclipse.fx.core.di.ScopedObjectFactory;
+
+public class MenuItemDelegate {
+ @Execute
+ public void run(ScopedObjectFactory f, MDirectMenuItem item) {
+ f.invoke(item.getTransientData().get("delegate"));
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectExtractorCF.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectExtractorCF.java
new file mode 100644
index 000000000..898b48aee
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectExtractorCF.java
@@ -0,0 +1,29 @@
+package org.eclipse.fx.code.compensator.project.internal;
+
+import java.util.Optional;
+
+import org.eclipse.e4.core.contexts.ContextFunction;
+import org.eclipse.e4.core.contexts.IEclipseContext;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.model.workbench.Workbench;
+
+public class ProjectExtractorCF extends ContextFunction {
+
+ public Object compute(IEclipseContext context, String contextKey) {
+ MPerspective p = context.get(MPerspective.class);
+ Project rv = (Project) p.getContext().get("_cached_perspective_project");
+
+ if( rv == null ) {
+ Workbench workbench = context.get(Workbench.class);
+ String projectId = p.getElementId().substring(p.getElementId().lastIndexOf('.'));
+ Optional<Project> project = workbench.getProjectList().stream().filter((pl) -> projectId.endsWith(pl.getProjectId())).findFirst();
+ if( project.isPresent() ) {
+ rv = project.get();
+ p.getContext().set("_cached_perspective_project", rv);
+ }
+ }
+ return rv;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectServiceExtractorCF.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectServiceExtractorCF.java
new file mode 100644
index 000000000..e09686a12
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectServiceExtractorCF.java
@@ -0,0 +1,43 @@
+package org.eclipse.fx.code.compensator.project.internal;
+
+import java.util.List;
+import java.util.Optional;
+
+import org.eclipse.e4.core.contexts.ContextFunction;
+import org.eclipse.e4.core.contexts.ContextInjectionFactory;
+import org.eclipse.e4.core.contexts.IEclipseContext;
+import org.eclipse.e4.core.di.annotations.Execute;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.fx.code.compensator.model.workbench.LocalProject;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.project.ProjectService;
+import org.eclipse.fx.core.di.Service;
+
+public class ProjectServiceExtractorCF extends ContextFunction {
+ @Override
+ public Object compute(IEclipseContext context, String contextKey) {
+ MPerspective p = context.get(MPerspective.class);
+ ProjectService rv = (ProjectService) p.getContext().get("_cached_perspective_prjs");
+ if( rv == null ) {
+ rv = (ProjectService) ContextInjectionFactory.invoke(new ProjectServiceHelper(), Execute.class, p.getContext());
+ p.getContext().set("_cached_perspective_prjs", rv);
+ }
+
+ return rv;
+ }
+
+ static class ProjectServiceHelper {
+ @Execute
+ public ProjectService getVersionControl(@Service List<ProjectService> service, Project p) {
+ if(p instanceof LocalProject) {
+ LocalProject lp = (LocalProject) p;
+ Optional<ProjectService> first = service.stream().filter((vcs) -> vcs.getId().equals(lp.getRepoType())).findFirst();
+ if( first.isPresent() ) {
+ return first.get();
+ }
+ }
+
+ return null;
+ }
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectSetupServiceCF.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectSetupServiceCF.java
new file mode 100644
index 000000000..82404fce6
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectSetupServiceCF.java
@@ -0,0 +1,12 @@
+package org.eclipse.fx.code.compensator.project.internal;
+
+import org.eclipse.e4.core.contexts.ContextFunction;
+import org.eclipse.e4.core.contexts.ContextInjectionFactory;
+import org.eclipse.e4.core.contexts.IEclipseContext;
+
+public class ProjectSetupServiceCF extends ContextFunction {
+ @Override
+ public Object compute(IEclipseContext context, String contextKey) {
+ return ContextInjectionFactory.make(ProjectSetupServiceImpl.class, context);
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectSetupServiceImpl.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectSetupServiceImpl.java
new file mode 100644
index 000000000..bad38b70c
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectSetupServiceImpl.java
@@ -0,0 +1,73 @@
+package org.eclipse.fx.code.compensator.project.internal;
+
+import java.util.List;
+import java.util.Optional;
+
+import javax.inject.Inject;
+
+import org.eclipse.e4.ui.model.application.MApplication;
+import org.eclipse.e4.ui.model.application.ui.MUIElement;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
+import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
+import org.eclipse.e4.ui.workbench.modeling.EModelService;
+import org.eclipse.e4.ui.workbench.modeling.EPartService;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.project.ProjectService;
+import org.eclipse.fx.code.compensator.project.ProjectSetupService;
+import org.eclipse.fx.core.di.Service;
+import org.eclipse.fx.core.log.Log;
+import org.eclipse.fx.core.log.Logger;
+
+public class ProjectSetupServiceImpl implements ProjectSetupService {
+
+ @Inject
+ @Service
+ List<ProjectService> services;
+
+ @Inject
+ @Log
+ private Logger logger;
+
+ private final MApplication application;
+
+ private final MWindow window;
+
+ private final EModelService modelService;
+
+ private final EPartService partService;
+
+ @Inject
+ public ProjectSetupServiceImpl(MApplication application, MWindow window, EModelService modelService, EPartService partService) {
+ this.application = application;
+ this.window = window;
+ this.modelService = modelService;
+ this.partService = partService;
+ }
+
+ @Override
+ public void setupProject(Project p) {
+ Optional<ProjectService> os = services.stream().filter(s -> s.applies(p)).findFirst();
+ if( os.isPresent() ) {
+ setupProject(p, os.get());
+ } else {
+ logger.error("Unable to find service to setup project '"+p+"'");
+ }
+ }
+
+ private void setupProject(Project p, ProjectService s) {
+ String id = s.getProjectPerspectiveTemplate(p);
+ Optional<MUIElement> perspective = application.getSnippets().stream().filter(e -> e instanceof MPerspective && id.equals(e.getElementId())).findFirst();
+
+ if( perspective.isPresent() ) {
+ MPerspective clone = (MPerspective) modelService.cloneSnippet(application, id, window);
+ clone.setElementId("compensator.project.perspective."+p.getProjectId());
+ MPerspectiveStack ps = (MPerspectiveStack) window.getChildren().get(0);
+ ps.getChildren().add(clone);
+ partService.switchPerspective(clone);
+ } else {
+ logger.error("Unable to locate perspective template with ID '"+id+"'");
+ }
+ }
+
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectStylesheet.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectStylesheet.java
new file mode 100644
index 000000000..503468b25
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/ProjectStylesheet.java
@@ -0,0 +1,24 @@
+package org.eclipse.fx.code.compensator.project.internal;
+
+import java.net.URL;
+
+import org.eclipse.fx.ui.services.theme.Stylesheet;
+import org.eclipse.fx.ui.services.theme.Theme;
+
+public class ProjectStylesheet implements Stylesheet {
+
+ @Override
+ public boolean appliesToTheme(Theme t) {
+ return true;
+ }
+
+ @Override
+ public URL getURL(Theme t) {
+ URL url = getClass().getClassLoader().getResource("css/"+t.getId()+".css");
+ if( url == null ) {
+ url = getClass().getClassLoader().getResource("css/default.css");
+ }
+ return url;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/VersionControlExtractorCF.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/VersionControlExtractorCF.java
new file mode 100644
index 000000000..cb7434490
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/VersionControlExtractorCF.java
@@ -0,0 +1,43 @@
+package org.eclipse.fx.code.compensator.project.internal;
+
+import java.util.List;
+import java.util.Optional;
+
+import org.eclipse.e4.core.contexts.ContextFunction;
+import org.eclipse.e4.core.contexts.ContextInjectionFactory;
+import org.eclipse.e4.core.contexts.IEclipseContext;
+import org.eclipse.e4.core.di.annotations.Execute;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.fx.code.compensator.model.workbench.LocalProject;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.project.vcs.VersionControlService;
+import org.eclipse.fx.core.di.Service;
+
+public class VersionControlExtractorCF extends ContextFunction {
+ @Override
+ public Object compute(IEclipseContext context, String contextKey) {
+ MPerspective p = context.get(MPerspective.class);
+ VersionControlService rv = (VersionControlService) p.getContext().get("_cached_perspective_vcs");
+ if( rv == null ) {
+ rv = (VersionControlService) ContextInjectionFactory.invoke(new VersionControlHelper(), Execute.class, p.getContext());
+ p.getContext().set("_cached_perspective_vcs", rv);
+ }
+
+ return rv;
+ }
+
+ static class VersionControlHelper {
+ @Execute
+ public VersionControlService getVersionControl(@Service List<VersionControlService> service, Project p) {
+ if(p instanceof LocalProject) {
+ LocalProject lp = (LocalProject) p;
+ Optional<VersionControlService> first = service.stream().filter((vcs) -> vcs.getId().equals(lp.getRepoType())).findFirst();
+ if( first.isPresent() ) {
+ return first.get();
+ }
+ }
+
+ return null;
+ }
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/BugtrackerItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/BugtrackerItem.java
new file mode 100644
index 000000000..e7dede700
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/BugtrackerItem.java
@@ -0,0 +1,49 @@
+package org.eclipse.fx.code.compensator.project.internal.adapter;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+
+public class BugtrackerItem implements ProjectNavigatorItem {
+
+ @Override
+ public CharSequence getLabel() {
+ return "Bugtracker";
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/problems_view.png";
+ }
+
+ @Override
+ public Object getDomainObject() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public boolean isDeletable() {
+ // TODO Auto-generated method stub
+ return false;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ return FXCollections.emptyObservableList();
+ }
+
+ @Override
+ public boolean isLeaf() {
+ // TODO Auto-generated method stub
+ return false;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/BuildServerItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/BuildServerItem.java
new file mode 100644
index 000000000..1d5265ecc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/BuildServerItem.java
@@ -0,0 +1,49 @@
+package org.eclipse.fx.code.compensator.project.internal.adapter;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+
+public class BuildServerItem implements ProjectNavigatorItem {
+
+ @Override
+ public CharSequence getLabel() {
+ return "Build-Server";
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/update.png";
+ }
+
+ @Override
+ public Object getDomainObject() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public boolean isDeletable() {
+ // TODO Auto-generated method stub
+ return false;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ return FXCollections.emptyObservableList();
+ }
+
+ @Override
+ public boolean isLeaf() {
+ // TODO Auto-generated method stub
+ return false;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/ModuleContainerItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/ModuleContainerItem.java
new file mode 100644
index 000000000..77ac159c3
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/ModuleContainerItem.java
@@ -0,0 +1,67 @@
+package org.eclipse.fx.code.compensator.project.internal.adapter;
+
+import java.util.stream.Collectors;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.impl.AdapterImpl;
+import org.eclipse.fx.code.compensator.model.workbench.Module;
+import org.eclipse.fx.code.compensator.model.workbench.WorkbenchPackage;
+import org.eclipse.fx.code.compensator.project.InstanceProject;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+
+public class ModuleContainerItem implements ProjectNavigatorItem {
+ private final InstanceProject instanceProject;
+ private final ObservableList<ProjectNavigatorItem> modules = FXCollections.observableArrayList();
+
+ public ModuleContainerItem(InstanceProject instanceProject) {
+ this.instanceProject = instanceProject;
+ modules.addAll(instanceProject.getProject().getModuleList().stream().map( m -> instanceProject.mapModule(m)).collect(Collectors.toList()));
+ instanceProject.getProject().eAdapters().add(new AdapterImpl() {
+ public void notifyChanged(org.eclipse.emf.common.notify.Notification msg) {
+ if( msg.getFeature() == WorkbenchPackage.Literals.MODULE_CONTAINER__MODULE_LIST ) {
+ if( msg.getEventType() == Notification.ADD ) {
+ modules.add(instanceProject.mapModule((Module) msg.getNewValue()));
+ }
+ }
+ }
+ });
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return "Modules";
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/workingsets.png";
+ }
+
+ @Override
+ public Object getDomainObject() {
+ return instanceProject;
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ return null;
+ }
+
+ @Override
+ public boolean isDeletable() {
+ return false;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ return modules;
+ }
+
+ @Override
+ public boolean isLeaf() {
+ return false;
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/ProjectItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/ProjectItem.java
new file mode 100644
index 000000000..6c71b3052
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/ProjectItem.java
@@ -0,0 +1,67 @@
+package org.eclipse.fx.code.compensator.project.internal.adapter;
+
+import java.util.List;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.fx.code.compensator.model.workbench.LocalProject;
+import org.eclipse.fx.code.compensator.project.InstanceProject;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.vcs.VersionControlService;
+import org.eclipse.fx.core.FilesystemService;
+import org.eclipse.fx.core.SimpleURI;
+import org.eclipse.fx.core.URI;
+
+public class ProjectItem implements ProjectNavigatorItem {
+ private final InstanceProject project;
+ private final ObservableList<ProjectNavigatorItem> children = FXCollections.observableArrayList();
+
+ public ProjectItem(InstanceProject project, VersionControlService versionControl, List<FilesystemService> fileSystemServiceList) {
+ this.project = project;
+ children.add(new ModuleContainerItem(project));
+ children.add(new BugtrackerItem());
+ children.add(new BuildServerItem());
+ if( project.getProject() instanceof LocalProject ) {
+ LocalProject lp = (LocalProject) project.getProject();
+ URI uri = new SimpleURI(lp.getLocalURI());
+ children.add(new VCSContainerItem(lp, versionControl,fileSystemServiceList.stream().filter(s -> s.applies(uri)).findFirst().get()));
+ }
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return project.getProject().getName();
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/module_view.png";
+ }
+
+ @Override
+ public Object getDomainObject() {
+ return project;
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public boolean isDeletable() {
+ return true;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ return children;
+ }
+
+ @Override
+ public boolean isLeaf() {
+ return false;
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/VCSContainerItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/VCSContainerItem.java
new file mode 100644
index 000000000..759b017cf
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/adapter/VCSContainerItem.java
@@ -0,0 +1,270 @@
+package org.eclipse.fx.code.compensator.project.internal.adapter;
+
+import java.io.IOException;
+import java.net.URI;
+import java.net.URISyntaxException;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.util.function.BiFunction;
+import java.util.stream.Collectors;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.fx.code.compensator.model.workbench.LocalProject;
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+import org.eclipse.fx.code.compensator.project.navigator.FileItem;
+import org.eclipse.fx.code.compensator.project.navigator.FolderItem;
+import org.eclipse.fx.code.compensator.project.navigator.PathItem;
+import org.eclipse.fx.code.compensator.project.vcs.VersionControlService;
+import org.eclipse.fx.core.FilesystemService;
+import org.eclipse.fx.core.log.Logger;
+import org.eclipse.fx.core.log.LoggerCreator;
+
+public class VCSContainerItem implements ProjectNavigatorItem {
+ private final LocalProject project;
+ private final VersionControlService service;
+ private final FilesystemService filesystemService;
+ private final ObservableList<ProjectNavigatorItem> items = FXCollections.observableArrayList();
+
+ public VCSContainerItem(LocalProject project, VersionControlService service, FilesystemService filesystemService) {
+ this.project = project;
+ this.service = service;
+ this.filesystemService = filesystemService;
+ this.items.add(new VCSRootDirectory(project, filesystemService));
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return service.getLabel();
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/vcs.png";
+ }
+
+ @Override
+ public Object getDomainObject() {
+ return project;
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public boolean isDeletable() {
+ return false;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ return items;
+ }
+
+ @Override
+ public boolean isLeaf() {
+ return false;
+ }
+
+ static class VCSRootDirectory implements ProjectNavigatorItem {
+
+ private final LocalProject project;
+ private ObservableList<ProjectNavigatorItem> items;
+ private FilesystemService filesystemService;
+ private final Path path;
+ private static Logger LOGGER;
+
+ public VCSRootDirectory(LocalProject project, FilesystemService filesystemService) {
+ this.project = project;
+ this.filesystemService = filesystemService;
+ Path path = null;
+ try {
+ path = Paths.get(new URI(project.getLocalURI()));
+ } catch (URISyntaxException e) {
+ getLogger().errorf("Unable to retrieve root path for '%0'",e,project.getLocalURI());
+ }
+ this.path = path;
+ }
+
+ private static Logger getLogger() {
+ if( LOGGER == null ) {
+ LOGGER = LoggerCreator.createLogger(VCSRootDirectory.class);
+ }
+ return LOGGER;
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return "Working Directory";
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/fldr_obj.png";
+ }
+
+ @Override
+ public Object getDomainObject() {
+ return null;
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ return null;
+ }
+
+ @Override
+ public boolean isDeletable() {
+ return false;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ if( items == null ) {
+ items = FXCollections.observableArrayList();
+ try {
+ items.addAll(Files.walk(path, 1).filter(p -> ! p.equals(path)).map(p -> {
+ if( Files.isDirectory(p) ) {
+ return new VCSDirectory(this,p);
+ } else {
+ return new FileItem(this,p);
+ }
+ }).collect(Collectors.toList()));
+ } catch (IOException e) {
+ getLogger().errorf("Unable calculate children of '%0'",e,path.toString());
+ }
+ }
+ return items;
+ }
+
+ @Override
+ public boolean isLeaf() {
+ return false;
+ }
+ }
+
+ public static class VCSDirectory extends FolderItem {
+ private static final BiFunction<Path, FolderItem, PathItem> DEFAULT = (p,i) -> {
+ if( Files.isDirectory(p) ) {
+ return new VCSDirectory(i,p);
+ } else {
+ return new FileItem(i,p);
+ }
+ };
+
+ public VCSDirectory(ProjectNavigatorItem parent,Path path) {
+ super(parent,path,DEFAULT);
+ }
+
+ }
+
+// public static class VCSDirectory implements ProjectNavigatorItem {
+// private final Path path;
+// private ObservableList<ProjectNavigatorItem> items;
+//
+// public VCSDirectory(Path path) {
+// this.path = path;
+// }
+//
+// @Override
+// public CharSequence getLabel() {
+// return path.getFileName().toString();
+// }
+//
+// @Override
+// public String getIcon() {
+// return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/fldr_obj.png";
+// }
+//
+// @Override
+// public Object getDomainObject() {
+// return path;
+// }
+//
+// @Override
+// public String getOpenCommandId() {
+// // TODO Auto-generated method stub
+// return null;
+// }
+//
+// @Override
+// public boolean isDeletable() {
+// return Files.isWritable(path.getParent());
+// }
+//
+// @Override
+// public ObservableList<ProjectNavigatorItem> getChildren() {
+// if( items == null ) {
+// items = FXCollections.observableArrayList();
+// try {
+// items.addAll(Files.walk(path, 1).filter(p -> ! p.equals(path)).map(p -> {
+// if( Files.isDirectory(p) ) {
+// return new VCSDirectory(p);
+// } else {
+// return new VCSFile(p);
+// }
+// }).collect(Collectors.toList()));
+// } catch (IOException e) {
+// // TODO Auto-generated catch block
+// e.printStackTrace();
+// }
+// }
+// return items;
+// }
+//
+// @Override
+// public boolean isLeaf() {
+// return false;
+// }
+// }
+//
+// public static class VCSFile implements ProjectNavigatorItem {
+//
+// private final Path path;
+//
+// public VCSFile(Path path) {
+// this.path = path;
+// }
+//
+// @Override
+// public CharSequence getLabel() {
+// return path.getFileName().toString();
+// }
+//
+// @Override
+// public String getIcon() {
+// return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/file_obj.png";
+// }
+//
+// @Override
+// public Object getDomainObject() {
+// return path;
+// }
+//
+// @Override
+// public String getOpenCommandId() {
+// // TODO Auto-generated method stub
+// return null;
+// }
+//
+// @Override
+// public boolean isDeletable() {
+// return Files.isWritable(path.getParent());
+// }
+//
+// @Override
+// public ObservableList<ProjectNavigatorItem> getChildren() {
+// return FXCollections.emptyObservableList();
+// }
+//
+// @Override
+// public boolean isLeaf() {
+// return true;
+// }
+// }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/NewLocalProject.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/NewLocalProject.java
new file mode 100644
index 000000000..a3c04d2c5
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/NewLocalProject.java
@@ -0,0 +1,239 @@
+package org.eclipse.fx.code.compensator.project.internal.commands;
+
+import java.util.Collections;
+import java.util.List;
+import java.util.UUID;
+
+import javafx.collections.FXCollections;
+import javafx.scene.control.ButtonType;
+import javafx.scene.control.ComboBox;
+import javafx.scene.control.Dialog;
+import javafx.scene.control.Label;
+import javafx.scene.control.ListCell;
+import javafx.scene.control.PasswordField;
+import javafx.scene.control.TextField;
+import javafx.scene.control.TitledPane;
+import javafx.stage.Stage;
+
+import org.eclipse.e4.core.di.annotations.Execute;
+import org.eclipse.fx.code.compensator.model.workbench.LocalProject;
+import org.eclipse.fx.code.compensator.model.workbench.Workbench;
+import org.eclipse.fx.code.compensator.model.workbench.WorkbenchFactory;
+import org.eclipse.fx.code.compensator.project.ProjectService;
+import org.eclipse.fx.code.compensator.project.vcs.VersionControlService;
+import org.eclipse.fx.core.URI;
+import org.eclipse.fx.core.command.CommandService;
+import org.eclipse.fx.core.di.ScopedObjectFactory;
+import org.eclipse.fx.core.di.Service;
+import org.eclipse.fx.ui.panes.GridData;
+import org.eclipse.fx.ui.panes.GridLayoutPane;
+import org.eclipse.fx.ui.services.resources.GraphicsLoader;
+
+public class NewLocalProject {
+ @Execute
+ public void execute(Stage parent, Workbench workbench,
+ @Service List<ProjectService> projectServices,
+ @Service List<VersionControlService> versionControl,
+ CommandService cmdService,
+ GraphicsLoader loader,
+ ScopedObjectFactory objFactory) {
+ Dialog<ButtonType> d = new Dialog<>();
+ d.setHeaderText("Create new local project");
+ d.getDialogPane().getStyleClass().add("new_project_dialog");
+ d.getDialogPane().getButtonTypes()
+ .addAll(ButtonType.OK, ButtonType.CANCEL);
+
+ GridLayoutPane p = new GridLayoutPane();
+ p.setMinWidth(600);
+
+ TextField nameField;
+ ComboBox<ProjectService> projectType;
+ ComboBox<VersionControlService> repoType;
+ TextField repoUrl;
+ TextField repoLocalDir;
+ TextField repoUser;
+ TextField repoPassword;
+ ComboBox<String> bugtrackerType;
+ TextField bugTrackerUrl;
+ TextField bugTrackerUser;
+ TextField bugTrackerPassword;
+
+ {
+ p.getChildren().add(new Label("Name"));
+ nameField = new TextField();
+ GridLayoutPane.setConstraint(nameField, new GridData(
+ GridData.FILL_HORIZONTAL));
+ p.getChildren().add(nameField);
+ }
+
+ {
+ p.getChildren().add(new Label("Project Type"));
+ projectType = new ComboBox<>();
+ projectType.setItems(FXCollections.observableArrayList(projectServices));
+ projectType.setCellFactory(param -> new ProjectTypeCell(loader));
+ projectType.setButtonCell(new ProjectTypeCell(loader));
+ projectType.getSelectionModel().select(0);
+ GridLayoutPane.setConstraint(projectType, new GridData(
+ GridData.FILL_HORIZONTAL));
+
+ p.getChildren().add(projectType);
+
+ }
+
+ {
+ TitledPane t = new TitledPane("Repository", null);
+ t.setCollapsible(false);
+ GridLayoutPane.setConstraint(t, new GridData(
+ GridData.FILL_HORIZONTAL));
+ p.getChildren().add(t);
+ GridLayoutPane pp = new GridLayoutPane();
+
+ {
+ pp.getChildren().add(new Label("Type"));
+ repoType = new ComboBox<>();
+ repoType.setCellFactory(param -> new RepoTypeCell());
+ repoType.setButtonCell(new RepoTypeCell());
+ repoType.setItems(FXCollections.observableArrayList(versionControl));
+ repoType.getSelectionModel().select(0);
+
+ GridLayoutPane.setConstraint(repoType, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(repoType);
+ }
+
+ {
+ pp.getChildren().add(new Label("Url"));
+ repoUrl = new TextField();
+ GridLayoutPane.setConstraint(repoUrl, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(repoUrl);
+ }
+
+ {
+ pp.getChildren().add(new Label("Local directory"));
+ repoLocalDir = new TextField();
+ GridLayoutPane.setConstraint(repoLocalDir, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(repoLocalDir);
+ }
+
+ {
+ pp.getChildren().add(new Label("User"));
+ repoUser = new TextField();
+ GridLayoutPane.setConstraint(repoUser, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(repoUser);
+ }
+
+ {
+ pp.getChildren().add(new Label("Password"));
+ repoPassword = new PasswordField();
+ GridLayoutPane.setConstraint(repoPassword, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(repoPassword);
+ }
+ t.setContent(pp);
+ }
+
+ {
+ TitledPane t = new TitledPane("Bugtracking", null);
+ t.setCollapsible(false);
+ GridLayoutPane.setConstraint(t, new GridData(
+ GridData.FILL_HORIZONTAL));
+ p.getChildren().add(t);
+ GridLayoutPane pp = new GridLayoutPane();
+
+ {
+ pp.getChildren().add(new Label("Type"));
+ bugtrackerType = new ComboBox<>();
+ GridLayoutPane.setConstraint(bugtrackerType, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(bugtrackerType);
+ }
+
+ {
+ pp.getChildren().add(new Label("Url"));
+ bugTrackerUrl = new TextField();
+ GridLayoutPane.setConstraint(bugTrackerUrl, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(bugTrackerUrl);
+ }
+
+ {
+ pp.getChildren().add(new Label("User"));
+ bugTrackerUser = new TextField();
+ GridLayoutPane.setConstraint(bugTrackerUser, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(bugTrackerUser);
+ }
+
+ {
+ pp.getChildren().add(new Label("Password"));
+ bugTrackerPassword = new PasswordField();
+ GridLayoutPane.setConstraint(bugTrackerPassword, new GridData(
+ GridData.FILL_HORIZONTAL));
+ pp.getChildren().add(bugTrackerPassword);
+ }
+
+ t.setContent(pp);
+ }
+
+ d.getDialogPane().setContent(p);
+ d.initOwner(parent);
+ d.showAndWait().ifPresent(e -> {
+ if( e == ButtonType.OK ) {
+ LocalProject lp = WorkbenchFactory.eINSTANCE.createLocalProject();
+ lp.setProjectId(UUID.randomUUID().toString());
+ lp.setName(nameField.getText());
+ lp.setProjectType(projectType.getValue().getId());
+ // repo
+ lp.setRepoType(repoType.getValue().getId());
+ lp.setRepoURI(repoUrl.getText());
+ lp.setLocalURI(repoLocalDir.getText());
+ lp.setRepoUsername(repoUser.getText());
+ lp.setRepoPassword(repoPassword.getText());
+ // bug
+ lp.setBugtrackerType(bugtrackerType.getValue());
+ lp.setBugtrackerUrl(bugTrackerUrl.getText());
+ lp.setBugtrackerUsername(bugTrackerUser.getText());
+ lp.setBugtrackerPassword(bugTrackerPassword.getText());
+ workbench.getProjectList().add(lp);
+
+ cmdService.execute("org.eclipse.fx.code.compensator.app.command.openproject", Collections.singletonMap("projectId", lp.getProjectId()));
+ }
+ });
+ }
+
+ static class ProjectTypeCell extends ListCell<ProjectService> {
+ private final GraphicsLoader loader;
+
+ public ProjectTypeCell(GraphicsLoader loader) {
+ this.loader = loader;
+ }
+
+ @Override
+ protected void updateItem(ProjectService item, boolean empty) {
+ super.updateItem(item, empty);
+ if( item != null && ! empty ) {
+ setText(item.getLabel());
+ URI iconUri = item.getIconUri();
+ if( iconUri != null ) {
+ setGraphic(loader.getGraphicsNode(iconUri));
+ }
+ } else {
+ setText(null);
+ setGraphic(null);
+ }
+ }
+ }
+
+ static class RepoTypeCell extends ListCell<VersionControlService> {
+ @Override
+ protected void updateItem(VersionControlService item, boolean empty) {
+ super.updateItem(item, empty);
+ if( item != null && ! empty ) {
+ setText(item.getLabel());
+ }
+ }
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenProject.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenProject.java
new file mode 100644
index 000000000..9b7f7be12
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenProject.java
@@ -0,0 +1,29 @@
+package org.eclipse.fx.code.compensator.project.internal.commands;
+
+import javax.inject.Named;
+
+import org.eclipse.e4.core.di.annotations.Execute;
+import org.eclipse.e4.ui.model.application.MApplication;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.e4.ui.workbench.modeling.EModelService;
+import org.eclipse.e4.ui.workbench.modeling.EPartService;
+import org.eclipse.fx.code.compensator.model.workbench.Workbench;
+import org.eclipse.fx.code.compensator.project.ProjectSetupService;
+
+public class OpenProject {
+ @Execute
+ public void openProject(
+ @Named("projectId") String projectId,
+ ProjectSetupService projectSetup, MApplication application, Workbench workbench,
+ EModelService modelService,
+ EPartService partService) {
+ MPerspective p = (MPerspective) modelService.find("compensator.project.perspective."+projectId, application);
+ if( p == null ) {
+ workbench.getProjectList().stream()
+ .filter(e -> projectId.equals(e.getProjectId()))
+ .findFirst().ifPresent( e -> projectSetup.setupProject(e));
+ } else {
+ partService.switchPerspective(p);
+ }
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenProjectDialog.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenProjectDialog.java
new file mode 100644
index 000000000..d44b8abcb
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenProjectDialog.java
@@ -0,0 +1,56 @@
+package org.eclipse.fx.code.compensator.project.internal.commands;
+
+import java.util.Collections;
+import java.util.List;
+
+import javafx.collections.FXCollections;
+import javafx.scene.control.ButtonType;
+import javafx.scene.control.Dialog;
+import javafx.scene.control.ListView;
+import javafx.stage.Stage;
+
+import org.eclipse.e4.core.di.annotations.Execute;
+import org.eclipse.fx.code.compensator.model.workbench.Project;
+import org.eclipse.fx.code.compensator.model.workbench.Workbench;
+import org.eclipse.fx.code.compensator.project.ProjectService;
+import org.eclipse.fx.core.command.CommandService;
+import org.eclipse.fx.core.di.Service;
+import org.eclipse.fx.ui.controls.list.SimpleListCell;
+import org.eclipse.fx.ui.controls.styledtext.StyledString;
+import org.eclipse.fx.ui.controls.styledtext.StyledStringSegment;
+
+public class OpenProjectDialog {
+ @Execute
+ public void open(Stage parent, Workbench workbench, CommandService cmdService, @Service List<ProjectService> projectServiceList) {
+ Dialog<ButtonType> d = new Dialog<>();
+ d.initOwner(parent);
+ d.setHeaderText("Open project");
+ d.getDialogPane().getStyleClass().add("open_project_dialog");
+ d.getDialogPane().getButtonTypes().addAll(ButtonType.OK, ButtonType.CANCEL);
+ d.setTitle("Open Project");
+
+ ListView<Project> list = new ListView<>();
+ list.setMinWidth(600);
+ list.setCellFactory(v -> new SimpleListCell<Project>( p -> labelExtractor(p, projectServiceList), p -> cssProvider(p,projectServiceList)));
+ list.setItems(FXCollections.observableArrayList(workbench.getProjectList()));
+ d.getDialogPane().setContent(list);
+ d.showAndWait().ifPresent(e -> {
+ if( e == ButtonType.OK ) {
+ if( list.getSelectionModel().getSelectedItem() != null ) {
+ cmdService.execute("org.eclipse.fx.code.compensator.app.command.openproject", Collections.singletonMap("projectId", list.getSelectionModel().getSelectedItem().getProjectId()));
+ }
+ }
+ });
+ }
+
+ private static CharSequence labelExtractor(Project p, List<ProjectService> services) {
+ StyledString s = new StyledString();
+ s.getSegmentList().add(new StyledStringSegment(p.getName(), "cell-text-default"));
+ s.getSegmentList().add(new StyledStringSegment(" - " + services.stream().filter( ps -> ps.applies(p)).findFirst().map(ps -> ps.getLabel()).get(), "cell-text-extra"));
+ return s;
+ }
+
+ private static List<String> cssProvider(Project p, List<ProjectService> services) {
+ return Collections.singletonList(services.stream().filter( ps -> ps.applies(p)).findFirst().map(ps -> ps.getProjectType()).get());
+ }
+} \ No newline at end of file
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenResource.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenResource.java
new file mode 100644
index 000000000..4e47366fb
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/OpenResource.java
@@ -0,0 +1,39 @@
+package org.eclipse.fx.code.compensator.project.internal.commands;
+
+import javax.inject.Named;
+
+import org.eclipse.e4.core.di.annotations.Execute;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.e4.ui.model.application.ui.basic.MPart;
+import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
+import org.eclipse.e4.ui.model.application.ui.basic.MStackElement;
+import org.eclipse.e4.ui.workbench.modeling.EModelService;
+import org.eclipse.e4.ui.workbench.modeling.EPartService;
+import org.eclipse.e4.ui.workbench.modeling.EPartService.PartState;
+import org.eclipse.emf.common.util.URI;
+import org.eclipse.fx.code.compensator.editor.TextEditor;
+import org.eclipse.fx.code.compensator.editor.services.FileIconLookup;
+
+public class OpenResource {
+ @Execute
+ public void open(MPerspective perspective, EModelService service, @Named("resourceURI") String uri, EPartService partService, FileIconLookup lookup) {
+ MPartStack element = (MPartStack) service.find("org.eclipse.fx.code.compensator.project.partstack.1", perspective);
+
+ for( MStackElement p : element.getChildren() ) {
+ if( uri.equals(p.getPersistedState().get(TextEditor.DOCUMENT_URL)) ) {
+ partService.showPart((MPart)p, PartState.ACTIVATE);
+ return;
+ }
+ }
+
+ MPart p = service.createModelElement(MPart.class);
+ p.setContributionURI("bundleclass://org.eclipse.fx.code.compensator.editor/org.eclipse.fx.code.compensator.editor.TextEditor");
+ p.getPersistedState().put(TextEditor.DOCUMENT_URL, uri);
+ p.setLabel(URI.createURI(uri).lastSegment());
+ p.setIconURI(lookup.getFileIcon(uri));
+ p.setCloseable(true);
+ p.getTags().add(EPartService.REMOVE_ON_HIDE_TAG);
+ element.getChildren().add(p);
+ partService.showPart(p, PartState.ACTIVATE);
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/SwitchPlayground.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/SwitchPlayground.java
new file mode 100644
index 000000000..8c2387532
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/internal/commands/SwitchPlayground.java
@@ -0,0 +1,15 @@
+package org.eclipse.fx.code.compensator.project.internal.commands;
+
+import org.eclipse.e4.core.di.annotations.Execute;
+import org.eclipse.e4.ui.model.application.MApplication;
+import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
+import org.eclipse.e4.ui.workbench.modeling.EModelService;
+import org.eclipse.e4.ui.workbench.modeling.EPartService;
+
+public class SwitchPlayground {
+ @Execute
+ public void openPlayground(EPartService partService, EModelService modelService, MApplication application) {
+ MPerspective perspective = (MPerspective) modelService.find("org.eclipse.fx.code.compensator.freeedit.perspective.0", application);
+ partService.switchPerspective(perspective);
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/FileItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/FileItem.java
new file mode 100644
index 000000000..dfeb6a5a2
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/FileItem.java
@@ -0,0 +1,42 @@
+package org.eclipse.fx.code.compensator.project.navigator;
+
+import java.nio.file.Path;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+
+public class FileItem extends PathItem {
+
+ public FileItem(ProjectNavigatorItem parent, Path path) {
+ super(parent, path);
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return path.getName(path.getNameCount()-1).toString();
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/file_obj.png";
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ return FXCollections.emptyObservableList();
+ }
+
+ @Override
+ public boolean isLeaf() {
+ return true;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/FolderItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/FolderItem.java
new file mode 100644
index 000000000..f159131be
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/FolderItem.java
@@ -0,0 +1,72 @@
+package org.eclipse.fx.code.compensator.project.navigator;
+
+import java.io.IOException;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.util.function.BiFunction;
+import java.util.stream.Collectors;
+
+import javafx.collections.FXCollections;
+import javafx.collections.ObservableList;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+
+public class FolderItem extends PathItem {
+ private ObservableList<ProjectNavigatorItem> items;
+
+ public final BiFunction<Path, FolderItem, PathItem> pathItemFactory;
+
+ public static final BiFunction<Path, FolderItem, PathItem> DEFAULTFACTORY = (p,i) -> {
+ if( Files.isDirectory(p) ) {
+ return new FolderItem(i,p, i.pathItemFactory);
+ } else {
+ return new FileItem(i,p);
+ }
+ };
+
+ public FolderItem(ProjectNavigatorItem parent, Path path, BiFunction<Path, FolderItem, PathItem> pathItemFactory) {
+ super(parent,path);
+ this.pathItemFactory = pathItemFactory;
+ }
+
+ public FolderItem(ProjectNavigatorItem parent, Path path) {
+ this(parent, path, DEFAULTFACTORY);
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return path.getName(path.getNameCount()-1).toString();
+ }
+
+ @Override
+ public String getIcon() {
+ return "platform:/plugin/org.eclipse.fx.code.compensator.project/css/icons/16/fldr_obj.png";
+ }
+
+ @Override
+ public String getOpenCommandId() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ public ObservableList<ProjectNavigatorItem> getChildren() {
+ if( items == null ) {
+ items = FXCollections.observableArrayList();
+ try {
+ items.addAll(Files.walk(path, 1).filter(p -> ! p.equals(path)).map((p) -> pathItemFactory.apply(p.toAbsolutePath(), this)).collect(Collectors.toList()));
+ } catch (IOException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ }
+ return items;
+ }
+
+ @Override
+ public boolean isLeaf() {
+ // TODO Auto-generated method stub
+ return false;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/PathItem.java b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/PathItem.java
new file mode 100644
index 000000000..322f90e20
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.project/src/org/eclipse/fx/code/compensator/project/navigator/PathItem.java
@@ -0,0 +1,31 @@
+package org.eclipse.fx.code.compensator.project.navigator;
+
+import java.nio.file.Files;
+import java.nio.file.Path;
+
+import org.eclipse.fx.code.compensator.project.ProjectNavigatorItem;
+
+public abstract class PathItem implements ProjectNavigatorItem {
+ protected final Path path;
+ protected final ProjectNavigatorItem parent;
+
+ public PathItem(ProjectNavigatorItem parent, Path path) {
+ this.path = path;
+ this.parent = parent;
+ }
+
+ @Override
+ public CharSequence getLabel() {
+ return path.getName(path.getNameCount()-1).toString();
+ }
+
+ @Override
+ public final Path getDomainObject() {
+ return path;
+ }
+
+ @Override
+ public boolean isDeletable() {
+ return Files.isWritable(path.getParent());
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.classpath b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.gitignore b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.project b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.project
new file mode 100644
index 000000000..cc89cf758
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.code.server.jdt.inmemory</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ds.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.settings/org.eclipse.jdt.core.prefs b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..eaec098de
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Inmemory
+Bundle-SymbolicName: org.eclipse.fx.code.server.jdt.inmemory
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.fx.code.server.jdt,
+ org.eclipse.fx.core,
+ org.eclipse.fx.code.server.jdt.server
+Service-Component: OSGI-INF/services/serverfactory.xml
+Bundle-ActivationPolicy: lazy
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/OSGI-INF/services/serverfactory.xml b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/OSGI-INF/services/serverfactory.xml
new file mode 100644
index 000000000..9c9fcabc8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/OSGI-INF/services/serverfactory.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.code.server.jdt.inmemory.serverfactory">
+ <implementation class="org.eclipse.fx.code.server.jdt.inmemory.MemJDTServerFactory"/>
+ <service>
+ <provide interface="org.eclipse.fx.code.server.jdt.JDTServerFactory"/>
+ </service>
+</scr:component>
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/build.properties b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/build.properties
new file mode 100644
index 000000000..6210e849b
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/build.properties
@@ -0,0 +1,5 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/
+source.. = src/
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/src/org/eclipse/fx/code/server/jdt/inmemory/MemJDTServer.java b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/src/org/eclipse/fx/code/server/jdt/inmemory/MemJDTServer.java
new file mode 100644
index 000000000..8618bef14
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/src/org/eclipse/fx/code/server/jdt/inmemory/MemJDTServer.java
@@ -0,0 +1,93 @@
+package org.eclipse.fx.code.server.jdt.inmemory;
+
+import java.net.URI;
+import java.nio.ByteBuffer;
+import java.util.List;
+import java.util.UUID;
+import java.util.concurrent.CompletableFuture;
+import java.util.concurrent.Future;
+
+import org.eclipse.fx.code.server.jdt.JDTServer;
+import org.eclipse.fx.code.server.jdt.server.JDTServerImpl;
+import org.eclipse.fx.core.log.Logger;
+import org.eclipse.fx.core.log.LoggerCreator;
+
+public class MemJDTServer implements JDTServer {
+ private JDTServerImpl serverImpl = new JDTServerImpl();
+ private final String id = UUID.randomUUID().toString();
+
+ private static Logger LOGGER;
+
+ private static Logger getLogger() {
+ if( LOGGER == null ) {
+ LOGGER = LoggerCreator.createLogger(MemJDTServer.class);
+ }
+ return LOGGER;
+ }
+
+ @Override
+ public String getId() {
+ return id;
+ }
+
+ @Override
+ public Future<String> registerModule(URI uri) {
+ return CompletableFuture.supplyAsync(() -> serverImpl.registerModule(uri));
+ }
+
+ @Override
+ public Future<List<String>> getSourceFolders(String moduleName) {
+ return CompletableFuture.supplyAsync(() -> serverImpl.getSourceFolders(moduleName));
+ }
+
+ @Override
+ public Future<Boolean> isManaged(String moduleName, String path) {
+ return CompletableFuture.supplyAsync(() -> serverImpl.isManaged(moduleName, path));
+ }
+
+ @Override
+ public Future<String> openFile(String moduleName, String path) {
+ return CompletableFuture.supplyAsync(() -> serverImpl.openFile(moduleName, path));
+ }
+
+ @Override
+ public Future<ByteBuffer> getFileContent(String id) {
+ return CompletableFuture.supplyAsync(() -> ByteBuffer.wrap(serverImpl.getFileContent(id)));
+ }
+
+ @Override
+ public Future<Boolean> insertContent(String id, int offset,
+ ByteBuffer content) {
+ return CompletableFuture.supplyAsync(() -> {
+ serverImpl.insertContent(id, offset, content.array());
+ return true;
+ });
+ }
+
+ @Override
+ public Future<Boolean> replaceContent(String id, int offset,
+ int length, ByteBuffer content) {
+ return CompletableFuture.supplyAsync(() -> {
+ serverImpl.replaceContent(id, offset, length, content.array());
+ return true;
+ });
+ }
+
+ @Override
+ public Future<Boolean> persistContent(String id) {
+ return CompletableFuture.supplyAsync(() -> {
+ serverImpl.persistFileContent(id);
+ return true;
+ });
+ }
+
+ @Override
+ public Future<Boolean> setFileContent(String id, ByteBuffer content) {
+ return CompletableFuture.supplyAsync(() -> {
+ serverImpl.setFileContent(id, content.array());
+ return true;
+ });
+ }
+
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/src/org/eclipse/fx/code/server/jdt/inmemory/MemJDTServerFactory.java b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/src/org/eclipse/fx/code/server/jdt/inmemory/MemJDTServerFactory.java
new file mode 100644
index 000000000..b29422c3f
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.inmemory/src/org/eclipse/fx/code/server/jdt/inmemory/MemJDTServerFactory.java
@@ -0,0 +1,17 @@
+package org.eclipse.fx.code.server.jdt.inmemory;
+
+import org.eclipse.fx.code.server.jdt.JDTServer;
+import org.eclipse.fx.code.server.jdt.JDTServerFactory;
+
+public class MemJDTServerFactory implements JDTServerFactory {
+ private static MemJDTServer SERVER;
+
+ @Override
+ public JDTServer getOrCreateServer(String projectName) {
+ if( SERVER == null ) {
+ SERVER = new MemJDTServer();
+ }
+ return SERVER;
+ }
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.classpath b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.gitignore b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.project b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.project
new file mode 100644
index 000000000..018edbc53
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.code.server.jdt.server</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.settings/org.eclipse.jdt.core.prefs b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.server/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..2f691d1ac
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Server
+Bundle-SymbolicName: org.eclipse.fx.code.server.jdt.server
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.resources,
+ org.eclipse.jdt.core;bundle-version="3.10.0",
+ org.eclipse.fx.core
+Import-Package: org.eclipse.core.runtime
+Export-Package: org.eclipse.fx.code.server.jdt.server
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.server/build.properties b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/build.properties
new file mode 100644
index 000000000..34d2e4d2d
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/build.properties
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.server/src/org/eclipse/fx/code/server/jdt/server/JDTServerImpl.java b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/src/org/eclipse/fx/code/server/jdt/server/JDTServerImpl.java
new file mode 100644
index 000000000..c32a728d2
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/src/org/eclipse/fx/code/server/jdt/server/JDTServerImpl.java
@@ -0,0 +1,281 @@
+package org.eclipse.fx.code.server.jdt.server;
+
+import static org.eclipse.fx.core.function.ExExecutor.executeConsumer;
+import static org.eclipse.fx.core.function.ExExecutor.executeFunction;
+import static org.eclipse.fx.core.function.ExExecutor.executeRunnable;
+import static org.eclipse.fx.core.function.ExExecutor.executeSupplier;
+
+import java.net.URI;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import java.util.Optional;
+import java.util.UUID;
+import java.util.stream.Collectors;
+
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IProjectDescription;
+import org.eclipse.core.resources.IWorkspace;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.NullProgressMonitor;
+import org.eclipse.jdt.core.ICompilationUnit;
+import org.eclipse.jdt.core.IJavaProject;
+import org.eclipse.jdt.core.IProblemRequestor;
+import org.eclipse.jdt.core.JavaCore;
+import org.eclipse.jdt.core.compiler.IProblem;
+
+public class JDTServerImpl {
+ private Map<String, ResourceContainer<?>> openResources = new HashMap<>();
+
+ public String registerModule(URI uri) {
+ IWorkspace workspace = ResourcesPlugin.getWorkspace();
+ Path path = Paths.get(uri).resolve(".project");
+ if( Files.exists(path) ) {
+ try {
+ IProjectDescription p = workspace.loadProjectDescription(new org.eclipse.core.runtime.Path(path.toFile().getAbsolutePath()));
+ IProject project = workspace.getRoot().getProject(p.getName());
+ if( ! project.exists() ) {
+ project.create(p, null);
+ return p.getName();
+ } else {
+ if( Paths.get(project.getLocationURI()).equals(Paths.get(uri)) ) {
+ return p.getName();
+ } else {
+ throw new RuntimeException("A module with name '"+p.getName()+"' already exists in the workspace");
+ }
+ }
+ } catch (CoreException e) {
+ throw new RuntimeException("Failed to register module '"+uri+"' in the workspace", e);
+ }
+ } else {
+ throw new RuntimeException("There's no valid project module at the given location '"+uri+"'");
+ }
+ }
+
+ public List<String> getSourceFolders(String moduleName) {
+ IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(moduleName);
+
+ assertExists(project);
+ if( ! project.isOpen() ) {
+ executeConsumer(new NullProgressMonitor(), project::open, "Unable to open project");
+ }
+ assertJavaProject(project);
+ IJavaProject jp = JavaCore.create(project);
+
+ Optional<List<String>> map = executeSupplier(jp::getPackageFragmentRoots, "Unable to retrieve fragement roots")
+ .map(Arrays::asList)
+ .map(pl -> {
+ return pl.stream()
+ .map(pfr -> pfr.getPath().toString().substring(project.getFullPath().toString().length()+1))
+ .collect(Collectors.toList());
+ }
+ );
+ if( map.isPresent() ) {
+ return map.get();
+ } else {
+ return Collections.emptyList();
+ }
+ }
+
+ public byte[] getFileContent(String id) {
+ ResourceContainer<?> c = openResources.get(id);
+ if( c == null ) {
+ throw new IllegalStateException("There's no open resource with id '"+id+"'");
+ }
+ return c.getContent();
+ }
+
+ public void setFileContent(String id, byte[] data) {
+ ResourceContainer<?> c = openResources.get(id);
+ if( c == null ) {
+ throw new IllegalStateException("There's no open resource with id '"+id+"'");
+ }
+ c.setContent(data);
+ }
+
+ public void insertContent(String id, int start, byte[] data) {
+ ResourceContainer<?> c = openResources.get(id);
+ if( c == null ) {
+ throw new IllegalStateException("There's no open resource with id '"+id+"'");
+ }
+ c.insertContent(start, data);
+ }
+
+ public void replaceContent(String id, int start, int length, byte[] data) {
+ ResourceContainer<?> c = openResources.get(id);
+ if( c == null ) {
+ throw new IllegalStateException("There's no open resource with id '"+id+"'");
+ }
+ c.replaceContent(start, length, data);
+ }
+
+ public void persistFileContent(String id) {
+ ResourceContainer<?> c = openResources.get(id);
+ if( c == null ) {
+ throw new IllegalStateException("There's no open resource with id '"+id+"'");
+ }
+ c.persist();
+ }
+
+ public String openFile(String moduleName, String path) {
+ ResourceContainer<?> rc = openResources.values().stream().filter(r -> r.module.equals(moduleName) && r.path.equals(path)).findFirst().orElseGet(() -> createResourceContainer(moduleName,path));
+ if( rc != null ) {
+ openResources.put(rc.id, rc);
+ return rc.id;
+ }
+ throw new IllegalArgumentException("Unable file '"+moduleName+"' in path '"+path+"'");
+ }
+
+ private ResourceContainer<?> createResourceContainer(String moduleName, String path) {
+ if( path.endsWith(".java") ) {
+ IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(moduleName);
+ IFile file = project.getFile(new org.eclipse.core.runtime.Path(path));
+
+ if( ! file.exists() ) {
+ throw new IllegalStateException("The requested file does not exist");
+ }
+ return new CompilationUnitContainer(moduleName, path, file);
+ }
+ return null;
+ }
+
+ public void closeFile(String id) {
+ ResourceContainer<?> c = openResources.get(id);
+ if( c == null ) {
+ throw new IllegalStateException("There's no open resource with id '"+id+"'");
+ }
+ c.dispose();
+ }
+
+ public boolean isManaged(String moduleName, String path) {
+ IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(moduleName);
+ if( project != null ) {
+ if( path.endsWith(".java") ) {
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ private static void assertExists(IProject project) {
+ if( ! project.exists() ) {
+ throw new RuntimeException("Project named '"+project.getName()+"' is not known");
+ }
+ }
+
+ private static void assertJavaProject(IProject project) {
+ executeFunction(JavaCore.NATURE_ID, project::hasNature, "Unable to retrieve nature").ifPresent(
+ v -> {
+ if( ! v ) {
+ throw new RuntimeException("The module '"+project.getName()+"' is not a JDT project");
+ }
+ });
+ }
+
+ static abstract class ResourceContainer<T> {
+ public final String id;
+ public final String module;
+ public final String path;
+
+ public ResourceContainer(String module, String path) {
+ this.id = UUID.randomUUID().toString();
+ this.module = module;
+ this.path = path;
+ }
+
+ public abstract T getResource();
+ public abstract byte[] getContent();
+ public abstract void setContent(byte[] content);
+ public abstract void insertContent(int start, byte[] content);
+ public abstract void replaceContent(int start, int length, byte[] content);
+ public abstract void persist();
+ public abstract void dispose();
+ }
+
+ static class CompilationUnitContainer extends ResourceContainer<ICompilationUnit> implements IProblemRequestor {
+ private ICompilationUnit unit;
+ private final IFile file;
+
+ public CompilationUnitContainer(String module, String path,IFile file) {
+ super(module, path);
+ this.file = file;
+ }
+
+ @Override
+ public ICompilationUnit getResource() {
+ if( unit == null ) {
+ unit = executeSupplier(() -> {
+ return ((ICompilationUnit) JavaCore.create(file)).getWorkingCopy(new JDTWorkingCopyOwner(this), new NullProgressMonitor());
+ }, "Failed to create compilation unit").get();
+ }
+ return unit;
+ }
+
+ @Override
+ public byte[] getContent() {
+ return executeSupplier(getResource()::getBuffer, "Unable to retrieve content from '"+file+"'").get().getContents().getBytes();
+ }
+
+ @Override
+ public void insertContent(int start, byte[] content) {
+ executeSupplier(getResource()::getBuffer, "Unable to insert content into file '"+file+"'").get().replace(start, 0, new String(content));
+ executeRunnable(() -> getResource().reconcile(ICompilationUnit.NO_AST, true, null, null),"Failed to reconcile '"+file+"'");
+ }
+
+ public void replaceContent(int start, int length, byte[] content) {
+ String data = content == null ? "" : new String(content);
+ executeSupplier(getResource()::getBuffer, "Unable to replace content in file '"+file+"'").get().replace(start, length, data);
+ }
+
+ @Override
+ public void setContent(byte[] content) {
+ executeSupplier(getResource()::getBuffer,"Unable to set content from '"+file+"'").get().setContents(new String(content));
+ executeRunnable(() -> getResource().reconcile(ICompilationUnit.NO_AST, true, null, null),"Failed to reconcile '"+file+"'");
+ }
+
+ @Override
+ public void dispose() {
+ executeRunnable(getResource()::close, "Failed to close unit");
+ }
+
+ @Override
+ public void persist() {
+ executeRunnable(() -> getResource().commitWorkingCopy(true, new NullProgressMonitor()), "Unable to persist file '"+file+"'");
+ }
+
+ @Override
+ public void acceptProblem(IProblem arg0) {
+ // TODO Auto-generated method stub
+
+ }
+
+ @Override
+ public void beginReporting() {
+ // TODO Auto-generated method stub
+
+ }
+
+ @Override
+ public void endReporting() {
+ // TODO Auto-generated method stub
+
+ }
+
+ @Override
+ public boolean isActive() {
+ // TODO Auto-generated method stub
+ return false;
+ }
+
+ }
+
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt.server/src/org/eclipse/fx/code/server/jdt/server/JDTWorkingCopyOwner.java b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/src/org/eclipse/fx/code/server/jdt/server/JDTWorkingCopyOwner.java
new file mode 100644
index 000000000..849264beb
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt.server/src/org/eclipse/fx/code/server/jdt/server/JDTWorkingCopyOwner.java
@@ -0,0 +1,28 @@
+/*******************************************************************************
+ * Copyright (c) 2012 BestSolution.at and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Tom Schindl<tom.schindl@bestsolution.at> - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.fx.code.server.jdt.server;
+
+import org.eclipse.jdt.core.ICompilationUnit;
+import org.eclipse.jdt.core.IProblemRequestor;
+import org.eclipse.jdt.core.WorkingCopyOwner;
+
+public class JDTWorkingCopyOwner extends WorkingCopyOwner {
+ private final IProblemRequestor problemRequestor;
+
+ public JDTWorkingCopyOwner(IProblemRequestor problemRequestor) {
+ this.problemRequestor = problemRequestor;
+ }
+
+ @Override
+ public IProblemRequestor getProblemRequestor(ICompilationUnit workingCopy) {
+ return problemRequestor;
+ }
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt/.classpath b/experimental/compensator/org.eclipse.fx.code.server.jdt/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt/.gitignore b/experimental/compensator/org.eclipse.fx.code.server.jdt/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt/.project b/experimental/compensator/org.eclipse.fx.code.server.jdt/.project
new file mode 100644
index 000000000..2524bafd1
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.code.server.jdt</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt/.settings/org.eclipse.jdt.core.prefs b/experimental/compensator/org.eclipse.fx.code.server.jdt/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.server.jdt/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..675a0f400
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Jdt
+Bundle-SymbolicName: org.eclipse.fx.code.server.jdt
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.fx.core
+Export-Package: org.eclipse.fx.code.server.jdt
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt/build.properties b/experimental/compensator/org.eclipse.fx.code.server.jdt/build.properties
new file mode 100644
index 000000000..34d2e4d2d
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt/build.properties
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt/src/org/eclipse/fx/code/server/jdt/JDTServer.java b/experimental/compensator/org.eclipse.fx.code.server.jdt/src/org/eclipse/fx/code/server/jdt/JDTServer.java
new file mode 100644
index 000000000..fd54a3c1e
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt/src/org/eclipse/fx/code/server/jdt/JDTServer.java
@@ -0,0 +1,26 @@
+package org.eclipse.fx.code.server.jdt;
+
+import java.net.URI;
+import java.nio.ByteBuffer;
+import java.util.List;
+import java.util.concurrent.Future;
+
+public interface JDTServer {
+ public String getId();
+ public Future<String> registerModule(URI uri);
+ public Future<List<String>> getSourceFolders(String moduleName);
+
+ public Future<Boolean> isManaged(String moduleName, String path);
+
+ public Future<String> openFile(String moduleName, String path);
+
+ public Future<ByteBuffer> getFileContent(String id);
+ public Future<Boolean> setFileContent(String id, ByteBuffer content);
+ public Future<Boolean> insertContent(String id, int offset, ByteBuffer content);
+ public Future<Boolean> replaceContent(String resourceId, int offset,
+ int length, ByteBuffer wrap);
+ public Future<Boolean> persistContent(String id);
+
+
+
+}
diff --git a/experimental/compensator/org.eclipse.fx.code.server.jdt/src/org/eclipse/fx/code/server/jdt/JDTServerFactory.java b/experimental/compensator/org.eclipse.fx.code.server.jdt/src/org/eclipse/fx/code/server/jdt/JDTServerFactory.java
new file mode 100644
index 000000000..a9c7a87aa
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.server.jdt/src/org/eclipse/fx/code/server/jdt/JDTServerFactory.java
@@ -0,0 +1,5 @@
+package org.eclipse.fx.code.server.jdt;
+
+public interface JDTServerFactory {
+ public JDTServer getOrCreateServer(String projectName);
+}
diff --git a/experimental/compensator/org.eclipse.fx.text.ui/src/org/eclipse/jface/text/source/SourceViewer.java b/experimental/compensator/org.eclipse.fx.text.ui/src/org/eclipse/jface/text/source/SourceViewer.java
index 64c9389f7..71f9c4111 100644
--- a/experimental/compensator/org.eclipse.fx.text.ui/src/org/eclipse/jface/text/source/SourceViewer.java
+++ b/experimental/compensator/org.eclipse.fx.text.ui/src/org/eclipse/jface/text/source/SourceViewer.java
@@ -25,23 +25,20 @@ public class SourceViewer extends TextViewer implements ISourceViewer, ISourceVi
public void configure(SourceViewerConfiguration configuration) {
if (getTextWidget() == null)
return;
-
+
if( configuration.getDefaultStylesheet().getValue() != null ) {
- getTextWidget().getStylesheets().add(configuration.getDefaultStylesheet().getValue().toExternalForm());
+ getTextWidget().getStylesheets().add(configuration.getDefaultStylesheet().getValue().toExternalForm());
}
-
+
configuration.getDefaultStylesheet().addListener((obs,oldVal,newVal) -> {
- System.err.println("UPDATING STYLESHEET");
if( oldVal != null ) {
- System.err.println("REMOVE: " + oldVal);
getTextWidget().getStylesheets().remove(oldVal.toExternalForm());
}
if( newVal != null ) {
- System.err.println("ADD: " + newVal);
getTextWidget().getStylesheets().add(newVal.toExternalForm());
}
});
-
+
setDocumentPartitioning(configuration.getConfiguredDocumentPartitioning(this));
// install content type independent plug-ins
@@ -51,7 +48,7 @@ public class SourceViewer extends TextViewer implements ISourceViewer, ISourceVi
fReconciler= configuration.getReconciler(this);
if (fReconciler != null)
- fReconciler.install(this);
+ fReconciler.install(this);
}
}

Back to the top