restructured project

This commit is contained in:
orosmatthew 2022-01-18 12:01:37 -05:00
parent 2286c33b12
commit d2ebbdef62
25 changed files with 64 additions and 2239 deletions

View File

@ -6,7 +6,7 @@ public class Main : Node
public void StartSimulation(int nParticles)
{
var particleSimulationPackedScene = GD.Load<PackedScene>("res://ParticleSimulationScene.tscn");
var particleSimulationPackedScene = GD.Load<PackedScene>("res://ParticleSimulation/ParticleSimulationScene.tscn");
var particleSimulationScene = particleSimulationPackedScene.Instance<ParticleSimulationScene>();
AddChild(particleSimulationScene);
particleSimulationScene.Initialize(nParticles);

View File

@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://MainMenu.tscn" type="PackedScene" id=1]
[ext_resource path="res://MainMenu/MainMenu.tscn" type="PackedScene" id=1]
[ext_resource path="res://MainMenu/MenuBackground.cs" type="Script" id=2]
[sub_resource type="CSharpScript" id=1]
resource_name = "Main"
@ -31,3 +32,8 @@ public class Main : Node
script = SubResource( 1 )
[node name="MainMenu" parent="." instance=ExtResource( 1 )]
[node name="MenuBackground" type="Node2D" parent="."]
script = ExtResource( 2 )
[node name="ParticleNodes" type="Node2D" parent="MenuBackground"]

View File

@ -2,7 +2,7 @@
[ext_resource path="res://ui/ui_theme.tres" type="Theme" id=1]
[ext_resource path="res://ui/particles_logo.png" type="Texture" id=2]
[ext_resource path="res://MainMenu.cs" type="Script" id=3]
[ext_resource path="res://MainMenu/MainMenu.cs" type="Script" id=3]
[ext_resource path="res://ui/ColorTube-Regular.ttf" type="DynamicFontData" id=4]
[sub_resource type="DynamicFont" id=1]
@ -24,9 +24,9 @@ anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -150.0
margin_top = -19.87
margin_top = -105.315
margin_right = 150.0
margin_bottom = 145.13
margin_bottom = 192.685
custom_constants/separation = 12
__meta__ = {
"_edit_use_anchors_": false
@ -84,9 +84,9 @@ anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -342.0
margin_top = -299.0
margin_top = -357.183
margin_right = 1578.0
margin_bottom = 785.0
margin_bottom = 726.817
rect_scale = Vector2( 0.35, 0.35 )
mouse_filter = 2
texture = ExtResource( 2 )

View File

@ -0,0 +1,40 @@
using Godot;
using System;
public class MenuBackground : Node2D
{
private Node2D _particleNodes;
public override void _Ready()
{
//_particleNodes = GetNode<Node2D>("ParticlesNodes");
//var particleScene = GD.Load<PackedScene>("res://ParticleSimulation/ParticleNode.tscn");
//var particleNode = particleScene.Instance<ParticleNode>();
//_particleNodes.AddChild(particleNode);
}
public void SetParticleCount(int nParticles)
{
int currentCount = _particleNodes.GetChildCount();
if (currentCount < nParticles)
{
int addCount = nParticles - currentCount;
for (int i = 0; i < addCount; i++)
{
}
}
}
//TODO add private method to add particles
public override void _Process(float delta)
{
//var particleNodesArray = _particleNodes.GetChildren();
//foreach (ParticleNode particle in particleNodesArray)
//{
// particle.Position += new Vector2(0.1f, 0f);
//}
}
}

View File

@ -1,8 +1,9 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://ParticleNode.cs" type="Script" id=1]
[ext_resource path="res://ParticleSimulation/ParticleNode.cs" type="Script" id=1]
[ext_resource path="res://textures/particle_noborder.png" type="Texture" id=2]
[node name="ParticleNode" type="Node2D"]
script = ExtResource( 1 )

View File

@ -60,7 +60,7 @@ public class ParticleSimulationScene : Node2D
private void CreateParticleNode(int id)
{
var particleScene = GD.Load<PackedScene>("res://ParticleNode.tscn");
var particleScene = GD.Load<PackedScene>("res://ParticleSimulation/ParticleNode.tscn");
var particleNode = particleScene.Instance<ParticleNode>();
particleNode.Name = id.ToString();
particleNode.SimulationId = id;

View File

@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://ParticleSimulationScene.cs" type="Script" id=1]
[ext_resource path="res://ParticleSimulation/ParticleSimulationScene.cs" type="Script" id=1]
[node name="ParticleSimulationScene" type="Node2D"]
script = ExtResource( 1 )

View File

@ -14,7 +14,7 @@ config/name="Particles"
run/main_scene="res://Main.tscn"
boot_splash/image="res://textures/particles_logo_square.png"
boot_splash/bg_color=Color( 0, 0, 0, 1 )
config/icon="res://icon.png"
config/icon="res://ui/icon.png"
config/windows_native_icon="res://icon.ico"
[input]
@ -45,4 +45,4 @@ quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_clear_color=Color( 0, 0, 0, 1 )
environment/default_environment="res://default_env.tres"
environment/default_environment="res://resources/default_env.tres"

View File

@ -1,553 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1165 42.5)" id="gradient0">
<stop offset="0" stop-color="#FFFFFF"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1165 102.5)" id="gradient1">
<stop offset="0" stop-color="#FFD948"/>
<stop offset="1" stop-color="#FFCC00"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1165 162.5)" id="gradient2">
<stop offset="0" stop-color="#88E060"/>
<stop offset="1" stop-color="#73CD4B"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1165 222.5)" id="gradient3">
<stop offset="0" stop-color="#FA8132"/>
<stop offset="1" stop-color="#E86A17"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1165 282.5)" id="gradient4">
<stop offset="0" stop-color="#35BAF3"/>
<stop offset="1" stop-color="#1EA7E1"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1375 46.5)" id="gradient5">
<stop offset="0" stop-color="#FFFFFF"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1375 106.5)" id="gradient6">
<stop offset="0" stop-color="#FFD948"/>
<stop offset="1" stop-color="#FFCC00"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1375 166.5)" id="gradient7">
<stop offset="0" stop-color="#88E060"/>
<stop offset="1" stop-color="#73CD4B"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1375 226.5)" id="gradient8">
<stop offset="0" stop-color="#FA8132"/>
<stop offset="1" stop-color="#E86A17"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 1375 286.5)" id="gradient9">
<stop offset="0" stop-color="#35BAF3"/>
<stop offset="1" stop-color="#1EA7E1"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 664.5 482.5)" id="gradient10">
<stop offset="0" stop-color="#FFFFFF"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 664.5 542.5)" id="gradient11">
<stop offset="0" stop-color="#FFD948"/>
<stop offset="1" stop-color="#FFCC00"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 664.5 602.5)" id="gradient12">
<stop offset="0" stop-color="#88E060"/>
<stop offset="1" stop-color="#73CD4B"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 664.5 662.5)" id="gradient13">
<stop offset="0" stop-color="#FA8132"/>
<stop offset="1" stop-color="#E86A17"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(-0.0000762939453125 0.024993896484375 -0.0225677490234375 -0.00006103515625 664.5 722.5)" id="gradient14">
<stop offset="0" stop-color="#35BAF3"/>
<stop offset="1" stop-color="#1EA7E1"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(-0.0000762939453125 0.024993896484375 -0.0225677490234375 -0.00006103515625 724.5 726.5)" id="gradient15">
<stop offset="0" stop-color="#35BAF3"/>
<stop offset="1" stop-color="#1EA7E1"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 724.5 666.5)" id="gradient16">
<stop offset="0" stop-color="#FA8132"/>
<stop offset="1" stop-color="#E86A17"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 724.5 606.5)" id="gradient17">
<stop offset="0" stop-color="#88E060"/>
<stop offset="1" stop-color="#73CD4B"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 724.5 546.5)" id="gradient18">
<stop offset="0" stop-color="#FFD948"/>
<stop offset="1" stop-color="#FFCC00"/>
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" x1="-819.2" x2="819.2" spreadMethod="pad" gradientTransform="matrix(0 0.0250244140625 -0.0225830078125 0 724.5 486.5)" id="gradient19">
<stop offset="0" stop-color="#FFFFFF"/>
<stop offset="1" stop-color="#EEEEEE"/>
</linearGradient>
</defs>
<g>
<path stroke="none" fill="#D5D5D5" d="M207.95 25.05 Q207.5 22 204 22 L26 22 Q22.5 22 22.1 25.05 L22 26 22 59 Q22 63 26 63 L204 63 Q208 63 208 59 L208 26 207.95 25.05 M20 59.25 L20 26 Q20 20 26 20 L204 20 Q210 20 210 26 L210 59.25 Q209.85 65 204 65 L26 65 Q20.15 65 20 59.25"/>
<path stroke="none" fill="#FFFFFF" d="M207.95 25.05 L208 26 208 59 Q208 63 204 63 L26 63 Q22 63 22 59 L22 26 22.1 25.05 Q22.5 22 26 22 L204 22 Q207.5 22 207.95 25.05 M205 25.55 L204.95 25.5 Q204.75 25 204 25 L26 25 Q25.25 25 25.05 25.5 L25.05 25.55 25 26 25 59 Q25 60 26 60 L204 60 Q205 60 205 59 L205 26 205 25.55"/>
<path stroke="none" fill="#EEEEEE" d="M205 25.55 L205 26 205 59 Q205 60 204 60 L26 60 Q25 60 25 59 L25 26 25.05 25.55 25.05 25.5 Q25.25 25 26 25 L204 25 Q204.75 25 204.95 25.5 L205 25.55"/>
<path stroke="none" fill="#AAAAAA" d="M210 59.25 L210 63 Q210 69 204 69 L26 69 Q20 69 20 63 L20 59.25 Q20.15 65 26 65 L204 65 Q209.85 65 210 59.25"/>
<path stroke="none" fill="#1EA7E1" d="M25.05 265.5 L25.05 265.55 25 266 25 299 Q25 300 26 300 L204 300 Q205 300 205 299 L205 266 205 265.55 204.95 265.5 Q204.75 265 204 265 L26 265 Q25.25 265 25.05 265.5 M22 266 L22.1 265.05 Q22.5 262 26 262 L204 262 Q207.5 262 207.95 265.05 L208 266 208 299 Q208 303 204 303 L26 303 Q22 303 22 299 L22 266"/>
<path stroke="none" fill="#D5D5D5" d="M22 266 L22 299 Q22 303 26 303 L204 303 Q208 303 208 299 L208 266 207.95 265.05 Q207.5 262 204 262 L26 262 Q22.5 262 22.1 265.05 L22 266 M20 299.25 L20 266 Q20 260 26 260 L204 260 Q210 260 210 266 L210 299.25 Q209.85 305 204 305 L26 305 Q20.15 305 20 299.25"/>
<path stroke="none" fill="#EEEEEE" d="M25.05 265.5 Q25.25 265 26 265 L204 265 Q204.75 265 204.95 265.5 L205 265.55 205 266 205 299 Q205 300 204 300 L26 300 Q25 300 25 299 L25 266 25.05 265.55 25.05 265.5"/>
<path stroke="none" fill="#AAAAAA" d="M210 299.25 L210 303 Q210 309 204 309 L26 309 Q20 309 20 303 L20 299.25 Q20.15 305 26 305 L204 305 Q209.85 305 210 299.25"/>
<path stroke="none" fill="#E86A17" d="M25.05 205.5 L25.05 205.55 25 206 25 239 Q25 240 26 240 L204 240 Q205 240 205 239 L205 206 205 205.55 204.95 205.5 Q204.75 205 204 205 L26 205 Q25.25 205 25.05 205.5 M22.1 205.05 Q22.5 202 26 202 L204 202 Q207.5 202 207.95 205.05 L208 206 208 239 Q208 243 204 243 L26 243 Q22 243 22 239 L22 206 22.1 205.05"/>
<path stroke="none" fill="#EEEEEE" d="M25.05 205.5 Q25.25 205 26 205 L204 205 Q204.75 205 204.95 205.5 L205 205.55 205 206 205 239 Q205 240 204 240 L26 240 Q25 240 25 239 L25 206 25.05 205.55 25.05 205.5"/>
<path stroke="none" fill="#D5D5D5" d="M22.1 205.05 L22 206 22 239 Q22 243 26 243 L204 243 Q208 243 208 239 L208 206 207.95 205.05 Q207.5 202 204 202 L26 202 Q22.5 202 22.1 205.05 M20 239.25 L20 206 Q20 200.2 25.65 200 L204.4 200 Q210 200.2 210 206 L210 239.25 Q209.85 245 204 245 L26 245 Q20.15 245 20 239.25"/>
<path stroke="none" fill="#AAAAAA" d="M20 239.25 Q20.15 245 26 245 L204 245 Q209.85 245 210 239.25 L210 243 Q210 249 204 249 L26 249 Q20 249 20 243 L20 239.25"/>
<path stroke="none" fill="#D5D5D5" d="M207.95 145.05 Q207.5 142 204 142 L26 142 Q22.5 142 22.1 145.05 L22 146 22 179 Q22 183 26 183 L204 183 Q208 183 208 179 L208 146 207.95 145.05 M20 179.25 L20 146 Q20 140 26 140 L204 140 Q210 140 210 146 L210 179.25 Q209.85 185 204 185 L26 185 Q20.15 185 20 179.25"/>
<path stroke="none" fill="#73CD4B" d="M207.95 145.05 L208 146 208 179 Q208 183 204 183 L26 183 Q22 183 22 179 L22 146 22.1 145.05 Q22.5 142 26 142 L204 142 Q207.5 142 207.95 145.05 M205 145.55 L204.95 145.5 Q204.75 145 204 145 L26 145 Q25.25 145 25.05 145.5 L25.05 145.55 25 146 25 179 Q25 180 26 180 L204 180 Q205 180 205 179 L205 146 205 145.55"/>
<path stroke="none" fill="#EEEEEE" d="M205 145.55 L205 146 205 179 Q205 180 204 180 L26 180 Q25 180 25 179 L25 146 25.05 145.55 25.05 145.5 Q25.25 145 26 145 L204 145 Q204.75 145 204.95 145.5 L205 145.55"/>
<path stroke="none" fill="#AAAAAA" d="M210 179.25 L210 183 Q210 189 204 189 L26 189 Q20 189 20 183 L20 179.25 Q20.15 185 26 185 L204 185 Q209.85 185 210 179.25"/>
<path stroke="none" fill="#D5D5D5" d="M204 82 L26 82 Q22.5 82 22.1 85.05 L22 86 22 119 Q22 123 26 123 L204 123 Q208 123 208 119 L208 86 207.95 85.05 Q207.5 82 204 82 M20 119.25 L20 86 Q20 80 26 80 L204 80 Q210 80 210 86 L210 119.25 Q209.85 125 204 125 L26 125 Q20.15 125 20 119.25"/>
<path stroke="none" fill="#FFCC00" d="M204 82 Q207.5 82 207.95 85.05 L208 86 208 119 Q208 123 204 123 L26 123 Q22 123 22 119 L22 86 22.1 85.05 Q22.5 82 26 82 L204 82 M205 86 L205 85.55 204.95 85.5 Q204.75 85 204 85 L26 85 Q25.25 85 25.05 85.5 L25.05 85.55 25 86 25 119 Q25 120 26 120 L204 120 Q205 120 205 119 L205 86"/>
<path stroke="none" fill="#EEEEEE" d="M205 86 L205 119 Q205 120 204 120 L26 120 Q25 120 25 119 L25 86 25.05 85.55 25.05 85.5 Q25.25 85 26 85 L204 85 Q204.75 85 204.95 85.5 L205 85.55 205 86"/>
<path stroke="none" fill="#AAAAAA" d="M210 119.25 L210 123 Q210 129 204 129 L26 129 Q20 129 20 123 L20 119.25 Q20.15 125 26 125 L204 125 Q209.85 125 210 119.25"/>
<path stroke="none" fill="#D5D5D5" d="M414 22 L236 22 Q232.5 22 232.1 25.05 L232 26 232 59 Q232 63 236 63 L414 63 Q418 63 418 59 L418 26 417.95 25.05 Q417.5 22 414 22 M230 59.25 L230 26 Q230 20 236 20 L414 20 Q420 20 420 26 L420 59.25 Q419.85 65 414 65 L236 65 Q230.15 65 230 59.25"/>
<path stroke="none" fill="#FFFFFF" d="M414 22 Q417.5 22 417.95 25.05 L418 26 418 59 Q418 63 414 63 L236 63 Q232 63 232 59 L232 26 232.1 25.05 Q232.5 22 236 22 L414 22 M414 60 Q415 60 415 59 L415 42.5 235 42.5 235 59 Q235 60 236 60 L414 60"/>
<path stroke="none" fill="#EEEEEE" d="M414 60 L236 60 Q235 60 235 59 L235 42.5 415 42.5 415 59 Q415 60 414 60"/>
<path stroke="none" fill="#AAAAAA" d="M420 59.25 L420 63 Q420 69 414 69 L236 69 Q230 69 230 63 L230 59.25 Q230.15 65 236 65 L414 65 Q419.85 65 420 59.25"/>
<path stroke="none" fill="#1989B8" d="M417.95 265.05 Q417.5 262 414 262 L236 262 Q232.5 262 232.1 265.05 L232 266 232 299 Q232 303 236 303 L414 303 Q418 303 418 299 L418 266 417.95 265.05 M230 299.25 L230 266 Q230 260 236 260 L414 260 Q420 260 420 266 L420 299.25 Q419.85 305 414 305 L236 305 Q230.15 305 230 299.25"/>
<path stroke="none" fill="#35BAF3" d="M417.95 265.05 L418 266 418 299 Q418 303 414 303 L236 303 Q232 303 232 299 L232 266 232.1 265.05 Q232.5 262 236 262 L414 262 Q417.5 262 417.95 265.05 M414 300 Q415 300 415 299 L415 282.5 235 282.5 235 299 Q235 300 236 300 L414 300"/>
<path stroke="none" fill="#1EA7E1" d="M414 300 L236 300 Q235 300 235 299 L235 282.5 415 282.5 415 299 Q415 300 414 300"/>
<path stroke="none" fill="#166E93" d="M420 299.25 L420 303 Q420 309 414 309 L236 309 Q230 309 230 303 L230 299.25 Q230.15 305 236 305 L414 305 Q419.85 305 420 299.25"/>
<path stroke="none" fill="#CD5D12" d="M230 239.25 L230 206 230.2 204 Q231.1 200 236 200 L414 200 Q418.9 200 419.8 204 L420 206 420 239.25 Q419.85 245 414 245 L236 245 Q230.15 245 230 239.25 M417.95 205.05 L417.7 204 Q416.85 202 414 202 L236 202 Q233.15 202 232.4 204 L232.1 205.05 232 206 232 239 Q232 243 236 243 L414 243 Q418 243 418 239 L418 206 417.95 205.05"/>
<path stroke="none" fill="#FA8132" d="M417.95 205.05 L418 206 418 239 Q418 243 414 243 L236 243 Q232 243 232 239 L232 206 232.1 205.05 232.4 204 Q233.15 202 236 202 L414 202 Q416.85 202 417.7 204 L417.95 205.05 M414 240 Q415 240 415 239 L415 222.5 235 222.5 235 239 Q235 240 236 240 L414 240"/>
<path stroke="none" fill="#AA4E11" d="M420 239.25 L420 243 Q420 248.45 415.05 248.95 L414 249 236 249 234.95 248.95 Q230 248.45 230 243 L230 239.25 Q230.15 245 236 245 L414 245 Q419.85 245 420 239.25"/>
<path stroke="none" fill="#E86A17" d="M414 240 L236 240 Q235 240 235 239 L235 222.5 415 222.5 415 239 Q415 240 414 240"/>
<path stroke="none" fill="#88E060" d="M417.95 145.05 L418 146 418 179 Q418 183 414 183 L236 183 Q232 183 232 179 L232 146 232.1 145.05 Q232.5 142 236 142 L414 142 Q417.5 142 417.95 145.05 M414 180 Q415 180 415 179 L415 162.5 235 162.5 235 179 Q235 180 236 180 L414 180"/>
<path stroke="none" fill="#5FB13A" d="M230 179.25 L230 146 Q230 140 236 140 L414 140 Q420 140 420 146 L420 179.25 Q419.85 185 414 185 L236 185 Q230.15 185 230 179.25 M417.95 145.05 Q417.5 142 414 142 L236 142 Q232.5 142 232.1 145.05 L232 146 232 179 Q232 183 236 183 L414 183 Q418 183 418 179 L418 146 417.95 145.05"/>
<path stroke="none" fill="#73CD4B" d="M414 180 L236 180 Q235 180 235 179 L235 162.5 415 162.5 415 179 Q415 180 414 180"/>
<path stroke="none" fill="#47832C" d="M420 179.25 L420 183 Q420 189 414 189 L236 189 Q230 189 230 183 L230 179.25 Q230.15 185 236 185 L414 185 Q419.85 185 420 179.25"/>
<path stroke="none" fill="#CDA400" d="M417.95 85.05 Q417.5 82 414 82 L236 82 Q232.5 82 232.1 85.05 L232 86 232 119 Q232 123 236 123 L414 123 Q418 123 418 119 L418 86 417.95 85.05 M230 119.25 L230 86 Q230 80 236 80 L414 80 Q420 80 420 86 L420 119.25 Q419.85 125 414 125 L236 125 Q230.15 125 230 119.25"/>
<path stroke="none" fill="#FFD948" d="M417.95 85.05 L418 86 418 119 Q418 123 414 123 L236 123 Q232 123 232 119 L232 86 232.1 85.05 Q232.5 82 236 82 L414 82 Q417.5 82 417.95 85.05 M414 120 Q415 120 415 119 L415 102.5 235 102.5 235 119 Q235 120 236 120 L414 120"/>
<path stroke="none" fill="#A88600" d="M420 119.25 L420 123 Q420 129 414 129 L236 129 Q230 129 230 123 L230 119.25 Q230.15 125 236 125 L414 125 Q419.85 125 420 119.25"/>
<path stroke="none" fill="#FFCC00" d="M414 120 L236 120 Q235 120 235 119 L235 102.5 415 102.5 415 119 Q415 120 414 120"/>
<path stroke="none" fill="#D5D5D5" d="M627.95 29.05 Q627.5 26 624 26 L446 26 Q442.5 26 442.1 29.05 L442 30 442 63 442.1 64 Q442.5 67 446 67 L624 67 Q627.5 67 627.95 64 L628 63 628 30 627.95 29.05 M630 30 L630 63 630 63.25 Q629.85 69 624 69 L446 69 445.75 69 445.6 69 445.4 69 445.3 69 445.2 69 445.1 69 Q440.4 68.6 440.05 63.85 L440 63.25 440 30 Q440 24 446 24 L624 24 Q630 24 630 30"/>
<path stroke="none" fill="#FFFFFF" d="M627.95 29.05 L628 30 628 63 627.95 64 Q627.5 67 624 67 L446 67 Q442.5 67 442.1 64 L442 63 442 30 442.1 29.05 Q442.5 26 446 26 L624 26 Q627.5 26 627.95 29.05 M624 64 Q625 64 625 63 L625 46.5 445 46.5 445 63 Q445 64 446 64 L624 64"/>
<path stroke="none" fill="#EEEEEE" d="M624 64 L446 64 Q445 64 445 63 L445 46.5 625 46.5 625 63 Q625 64 624 64"/>
<path stroke="none" fill="#35BAF3" d="M442 270 L442.1 269.05 Q442.5 266 446 266 L624 266 Q627.5 266 627.95 269.05 L628 270 628 303 627.95 304 Q627.5 307 624 307 L446 307 Q442.5 307 442.1 304 L442 303 442 270 M445 303 Q445 304 446 304 L624 304 Q625 304 625 303 L625 286.5 445 286.5 445 303"/>
<path stroke="none" fill="#1989B8" d="M442 270 L442 303 442.1 304 Q442.5 307 446 307 L624 307 Q627.5 307 627.95 304 L628 303 628 270 627.95 269.05 Q627.5 266 624 266 L446 266 Q442.5 266 442.1 269.05 L442 270 M446 264 L624 264 Q630 264 630 270 L630 303 630 303.25 Q629.85 309 624 309 L446 309 445.75 309 445.6 309 445.4 309 445.3 309 445.2 309 445.1 309 Q440.4 308.6 440.05 303.85 L440 303.25 440 303 440 270 Q440 264 446 264"/>
<path stroke="none" fill="#1EA7E1" d="M445 303 L445 286.5 625 286.5 625 303 Q625 304 624 304 L446 304 Q445 304 445 303"/>
<path stroke="none" fill="#FA8132" d="M442.1 244 L442 243 442 210 442.1 209.05 442.4 208 Q443.15 206 446 206 L624 206 Q626.85 206 627.7 208 L627.95 209.05 628 210 628 243 627.95 244 Q627.5 247 624 247 L446 247 Q442.5 247 442.1 244 M445 226.5 L445 243 Q445 244 446 244 L624 244 Q625 244 625 243 L625 226.5 445 226.5"/>
<path stroke="none" fill="#E86A17" d="M445 226.5 L625 226.5 625 243 Q625 244 624 244 L446 244 Q445 244 445 243 L445 226.5"/>
<path stroke="none" fill="#CD5D12" d="M440 243.25 L440 210 440.2 208 Q441.1 204 446 204 L624 204 Q628.9 204 629.8 208 L630 210 630 243.25 Q629.9 248.45 625.05 248.95 L624 249 446 249 444.95 248.95 Q440.4 248.5 440.05 243.85 L440 243.25 M442.1 244 Q442.5 247 446 247 L624 247 Q627.5 247 627.95 244 L628 243 628 210 627.95 209.05 627.7 208 Q626.85 206 624 206 L446 206 Q443.15 206 442.4 208 L442.1 209.05 442 210 442 243 442.1 244"/>
<path stroke="none" fill="#88E060" d="M627.95 149.05 L628 150 628 183 627.95 184 Q627.5 187 624 187 L446 187 Q442.5 187 442.1 184 L442 183 442 150 442.1 149.05 Q442.5 146 446 146 L624 146 Q627.5 146 627.95 149.05 M624 184 Q625 184 625 183 L625 166.5 445 166.5 445 183 Q445 184 446 184 L624 184"/>
<path stroke="none" fill="#5FB13A" d="M627.95 149.05 Q627.5 146 624 146 L446 146 Q442.5 146 442.1 149.05 L442 150 442 183 442.1 184 Q442.5 187 446 187 L624 187 Q627.5 187 627.95 184 L628 183 628 150 627.95 149.05 M630 183.25 Q629.85 189 624 189 L446 189 445.75 189 445.6 189 445.4 189 445.3 189 445.2 189 445.1 189 Q440.4 188.6 440.05 183.85 L440 183.25 440 150 Q440 144 446 144 L624 144 Q630 144 630 150 L630 183 630 183.25"/>
<path stroke="none" fill="#73CD4B" d="M624 184 L446 184 Q445 184 445 183 L445 166.5 625 166.5 625 183 Q625 184 624 184"/>
<path stroke="none" fill="#CDA400" d="M624 86 L446 86 Q442.5 86 442.1 89.05 L442 90 442 123 442.1 124 Q442.5 127 446 127 L624 127 Q627.5 127 627.95 124 L628 123 628 90 627.95 89.05 Q627.5 86 624 86 M630 90 L630 123 630 123.25 Q629.85 129 624 129 L446 129 445.75 129 445.6 129 445.4 129 445.3 129 445.2 129 445.1 129 Q440.4 128.6 440.05 123.85 L440 123.25 440 123 440 90 Q440 84 446 84 L624 84 Q630 84 630 90"/>
<path stroke="none" fill="#FFD948" d="M624 86 Q627.5 86 627.95 89.05 L628 90 628 123 627.95 124 Q627.5 127 624 127 L446 127 Q442.5 127 442.1 124 L442 123 442 90 442.1 89.05 Q442.5 86 446 86 L624 86 M624 124 Q625 124 625 123 L625 106.5 445 106.5 445 123 Q445 124 446 124 L624 124"/>
<path stroke="none" fill="#FFCC00" d="M624 124 L446 124 Q445 124 445 123 L445 106.5 625 106.5 625 123 Q625 124 624 124"/>
<path stroke="none" fill="#999999" d="M27.05 330 L112.9 330 Q116.45 330 118.15 331.85 120 333.55 120 337.05 L120 422.95 Q120 426.45 118.15 428.15 116.45 430 112.9 430 L27.05 430 Q20 430 20 422.95 L20 337.05 Q20 330 27.05 330 M27.05 332 Q22 332 22 337.05 L22 422.95 Q22 428 27.05 428 L112.9 428 Q118 428 118 422.95 L118 337.05 Q118 332 112.9 332 L27.05 332"/>
<path stroke="none" fill="#FFFFFF" d="M27.05 332 L112.9 332 Q118 332 118 337.05 L118 422.95 Q118 428 112.9 428 L27.05 428 Q22 428 22 422.95 L22 337.05 Q22 332 27.05 332 M24 337.05 L24 422.95 Q24 426 27.05 426 L112.9 426 Q116 426 116 422.95 L116 337.05 Q116 334 112.9 334 L27.05 334 Q24 334 24 337.05"/>
<path stroke="none" fill="#EEEEEE" d="M24 337.05 Q24 334 27.05 334 L112.9 334 Q116 334 116 337.05 L116 422.95 Q116 426 112.9 426 L27.05 426 Q24 426 24 422.95 L24 337.05"/>
<path stroke="none" fill="#FFCC00" d="M145 337.05 Q145 334 148.05 334 L233.9 334 Q237 334 237 337.05 L237 422.95 Q237 426 233.9 426 L148.05 426 Q145 426 145 422.95 L145 337.05"/>
<path stroke="none" fill="#FFD948" d="M145 337.05 L145 422.95 Q145 426 148.05 426 L233.9 426 Q237 426 237 422.95 L237 337.05 Q237 334 233.9 334 L148.05 334 Q145 334 145 337.05 M148.05 332 L233.9 332 Q239 332 239 337.05 L239 422.95 Q239 428 233.9 428 L148.05 428 Q143 428 143 422.95 L143 337.05 Q143 332 148.05 332"/>
<path stroke="none" fill="#CDA400" d="M148.05 332 Q143 332 143 337.05 L143 422.95 Q143 428 148.05 428 L233.9 428 Q239 428 239 422.95 L239 337.05 Q239 332 233.9 332 L148.05 332 M148.05 330 L233.9 330 Q237.45 330 239.15 331.85 241 333.55 241 337.05 L241 422.95 Q241 426.45 239.15 428.15 237.45 430 233.9 430 L148.05 430 Q141 430 141 422.95 L141 337.05 Q141 330 148.05 330"/>
<path stroke="none" fill="#5FB13A" d="M360 337.05 Q360 332 354.9 332 L269.05 332 Q264 332 264 337.05 L264 422.95 Q264 428 269.05 428 L354.9 428 Q360 428 360 422.95 L360 337.05 M362 337.05 L362 422.95 Q362 426.45 360.15 428.15 358.45 430 354.9 430 L269.05 430 Q262 430 262 422.95 L262 337.05 Q262 330 269.05 330 L354.9 330 Q358.45 330 360.15 331.85 362 333.55 362 337.05"/>
<path stroke="none" fill="#73CD4B" d="M354.9 334 Q358 334 358 337.05 L358 422.95 Q358 426 354.9 426 L269.05 426 Q266 426 266 422.95 L266 337.05 Q266 334 269.05 334 L354.9 334"/>
<path stroke="none" fill="#88E060" d="M354.9 334 L269.05 334 Q266 334 266 337.05 L266 422.95 Q266 426 269.05 426 L354.9 426 Q358 426 358 422.95 L358 337.05 Q358 334 354.9 334 M360 337.05 L360 422.95 Q360 428 354.9 428 L269.05 428 Q264 428 264 422.95 L264 337.05 Q264 332 269.05 332 L354.9 332 Q360 332 360 337.05"/>
<path stroke="none" fill="#E86A17" d="M387 337.05 Q387 334 390.05 334 L475.9 334 Q479 334 479 337.05 L479 422.95 Q479 426 475.9 426 L390.05 426 Q387 426 387 422.95 L387 337.05"/>
<path stroke="none" fill="#FA8132" d="M387 337.05 L387 422.95 Q387 426 390.05 426 L475.9 426 Q479 426 479 422.95 L479 337.05 Q479 334 475.9 334 L390.05 334 Q387 334 387 337.05 M390.05 332 L475.9 332 Q481 332 481 337.05 L481 422.95 Q481 428 475.9 428 L390.05 428 Q385 428 385 422.95 L385 337.05 Q385 332 390.05 332"/>
<path stroke="none" fill="#CD5D12" d="M390.05 332 Q385 332 385 337.05 L385 422.95 Q385 428 390.05 428 L475.9 428 Q481 428 481 422.95 L481 337.05 Q481 332 475.9 332 L390.05 332 M390.05 330 L475.9 330 Q479.45 330 481.15 331.85 483 333.55 483 337.05 L483 422.95 Q483 426.45 481.15 428.15 479.45 430 475.9 430 L390.05 430 Q383 430 383 422.95 L383 337.05 Q383 330 390.05 330"/>
<path stroke="none" fill="#1EA7E1" d="M508 337.05 Q508 334 511.05 334 L596.9 334 Q600 334 600 337.05 L600 422.95 Q600 426 596.9 426 L511.05 426 Q508 426 508 422.95 L508 337.05"/>
<path stroke="none" fill="#35BAF3" d="M508 337.05 L508 422.95 Q508 426 511.05 426 L596.9 426 Q600 426 600 422.95 L600 337.05 Q600 334 596.9 334 L511.05 334 Q508 334 508 337.05 M511.05 332 L596.9 332 Q602 332 602 337.05 L602 422.95 Q602 428 596.9 428 L511.05 428 Q506 428 506 422.95 L506 337.05 Q506 332 511.05 332"/>
<path stroke="none" fill="#1989B8" d="M511.05 332 Q506 332 506 337.05 L506 422.95 Q506 428 511.05 428 L596.9 428 Q602 428 602 422.95 L602 337.05 Q602 332 596.9 332 L511.05 332 M511.05 330 L596.9 330 Q600.45 330 602.15 331.85 604 333.55 604 337.05 L604 422.95 Q604 426.45 602.15 428.15 600.45 430 596.9 430 L511.05 430 Q504 430 504 422.95 L504 337.05 Q504 330 511.05 330"/>
<path stroke="none" fill="#FFFFFF" d="M37.75 464 Q32.05 464 28 468 24 472.05 24 477.75 24 483.45 28 487.45 32.05 491.5 37.75 491.5 43.45 491.5 47.45 487.45 51.5 483.45 51.5 477.75 51.5 472.05 47.45 468 43.45 464 37.75 464 M37.75 462 Q44.3 462 48.9 466.6 53.5 471.2 53.5 477.75 53.5 484.25 48.9 488.85 L48.85 488.9 Q44.25 493.5 37.75 493.5 31.2 493.5 26.6 488.9 22 484.3 22 477.75 22 471.25 26.6 466.6 31.25 462 37.75 462"/>
<path stroke="none" fill="#EEEEEE" d="M37.75 464 Q43.45 464 47.45 468 51.5 472.05 51.5 477.75 51.5 483.45 47.45 487.45 43.45 491.5 37.75 491.5 32.05 491.5 28 487.45 24 483.45 24 477.75 24 472.05 28 468 32.05 464 37.75 464"/>
<path stroke="none" fill="#999999" d="M37.75 462 Q31.25 462 26.6 466.6 22 471.25 22 477.75 22 484.3 26.6 488.9 31.2 493.5 37.75 493.5 44.25 493.5 48.85 488.9 L48.9 488.85 Q53.5 484.25 53.5 477.75 53.5 471.2 48.9 466.6 44.3 462 37.75 462 M25.2 465.15 Q30.4 460 37.75 460 45.1 460 50.3 465.15 L50.3 465.2 Q55.5 470.4 55.5 477.75 55.5 485.1 50.3 490.3 45.1 495.5 37.75 495.5 30.4 495.5 25.2 490.3 L25.15 490.3 Q20 485.1 20 477.75 20 470.4 25.15 465.2 L25.2 465.15"/>
<path stroke="none" fill="#999999" d="M20.95 573.1 L20.95 590.95 Q20.95 598 28.05 598 L45.85 598 Q52.95 598 52.95 590.95 L52.95 573.1 Q52.95 566 45.85 566 L28.05 566 Q20.95 566 20.95 573.1 M18.95 573.1 Q18.95 564 28.05 564 L45.85 564 Q54.95 564 54.95 573.1 L54.95 590.95 Q54.95 595.45 52.6 597.65 50.35 600 45.85 600 L28.05 600 Q23.55 600 21.3 597.65 18.95 595.45 18.95 590.95 L18.95 573.1"/>
<path stroke="none" fill="#EEEEEE" d="M22.95 590.95 L22.95 573.1 Q22.95 568 28.05 568 L45.85 568 Q50.95 568 50.95 573.1 L50.95 590.95 Q50.95 596 45.85 596 L28.05 596 Q22.95 596 22.95 590.95"/>
<path stroke="none" fill="#FFFFFF" d="M22.95 590.95 Q22.95 596 28.05 596 L45.85 596 Q50.95 596 50.95 590.95 L50.95 573.1 Q50.95 568 45.85 568 L28.05 568 Q22.95 568 22.95 573.1 L22.95 590.95 M20.95 573.1 Q20.95 566 28.05 566 L45.85 566 Q52.95 566 52.95 573.1 L52.95 590.95 Q52.95 598 45.85 598 L28.05 598 Q20.95 598 20.95 590.95 L20.95 573.1"/>
<path stroke="none" fill="#999999" d="M70.95 573.1 L70.95 590.95 Q70.95 598 78.05 598 L95.85 598 Q102.95 598 102.95 590.95 L102.95 573.1 Q102.95 566 95.85 566 L78.05 566 Q70.95 566 70.95 573.1 M68.95 573.1 Q68.95 564 78.05 564 L95.85 564 Q104.95 564 104.95 573.1 L104.95 590.95 Q104.95 595.45 102.6 597.65 100.35 600 95.85 600 L78.05 600 Q73.55 600 71.3 597.65 68.95 595.45 68.95 590.95 L68.95 573.1"/>
<path stroke="none" fill="#EEEEEE" d="M72.95 590.95 L72.95 573.1 Q72.95 568 78.05 568 L95.85 568 Q100.95 568 100.95 573.1 L100.95 590.95 Q100.95 596 95.85 596 L78.05 596 Q72.95 596 72.95 590.95"/>
<path stroke="none" fill="#FFFFFF" d="M72.95 590.95 Q72.95 596 78.05 596 L95.85 596 Q100.95 596 100.95 590.95 L100.95 573.1 Q100.95 568 95.85 568 L78.05 568 Q72.95 568 72.95 573.1 L72.95 590.95 M70.95 573.1 Q70.95 566 78.05 566 L95.85 566 Q102.95 566 102.95 573.1 L102.95 590.95 Q102.95 598 95.85 598 L78.05 598 Q70.95 598 70.95 590.95 L70.95 573.1"/>
<path stroke="none" fill="#FFCC00" d="M77 580.35 L77.15 580.15 82.6 577.1 82.9 577.05 83.1 577.2 85.4 580.5 91.95 572.1 92.2 572 92.4 572.05 97.85 575.65 98 575.85 97.95 576.1 85.6 591.85 85.45 592 85.25 591.95 85.05 591.85 77.05 580.6 77 580.35"/>
<path stroke="none" fill="#999999" d="M118.95 573.1 Q118.95 564 128.05 564 L145.85 564 Q154.95 564 154.95 573.1 L154.95 590.95 Q154.95 595.45 152.6 597.65 150.35 600 145.85 600 L128.05 600 Q123.55 600 121.3 597.65 118.95 595.45 118.95 590.95 L118.95 573.1 M120.95 573.1 L120.95 590.95 Q120.95 598 128.05 598 L145.85 598 Q152.95 598 152.95 590.95 L152.95 573.1 Q152.95 566 145.85 566 L128.05 566 Q120.95 566 120.95 573.1"/>
<path stroke="none" fill="#FFFFFF" d="M120.95 573.1 Q120.95 566 128.05 566 L145.85 566 Q152.95 566 152.95 573.1 L152.95 590.95 Q152.95 598 145.85 598 L128.05 598 Q120.95 598 120.95 590.95 L120.95 573.1 M122.95 590.95 Q122.95 596 128.05 596 L145.85 596 Q150.95 596 150.95 590.95 L150.95 573.1 Q150.95 568 145.85 568 L128.05 568 Q122.95 568 122.95 573.1 L122.95 590.95"/>
<path stroke="none" fill="#EEEEEE" d="M122.95 590.95 L122.95 573.1 Q122.95 568 128.05 568 L145.85 568 Q150.95 568 150.95 573.1 L150.95 590.95 Q150.95 596 145.85 596 L128.05 596 Q122.95 596 122.95 590.95"/>
<path stroke="none" fill="#999999" d="M170.95 573.1 L170.95 590.95 Q170.95 598 178.05 598 L195.85 598 Q202.95 598 202.95 590.95 L202.95 573.1 Q202.95 566 195.85 566 L178.05 566 Q170.95 566 170.95 573.1 M168.95 573.1 Q168.95 564 178.05 564 L195.85 564 Q204.95 564 204.95 573.1 L204.95 590.95 Q204.95 595.45 202.6 597.65 200.35 600 195.85 600 L178.05 600 Q173.55 600 171.3 597.65 168.95 595.45 168.95 590.95 L168.95 573.1"/>
<path stroke="none" fill="#FFFFFF" d="M170.95 573.1 Q170.95 566 178.05 566 L195.85 566 Q202.95 566 202.95 573.1 L202.95 590.95 Q202.95 598 195.85 598 L178.05 598 Q170.95 598 170.95 590.95 L170.95 573.1 M172.95 590.95 Q172.95 596 178.05 596 L195.85 596 Q200.95 596 200.95 590.95 L200.95 573.1 Q200.95 568 195.85 568 L178.05 568 Q172.95 568 172.95 573.1 L172.95 590.95"/>
<path stroke="none" fill="#EEEEEE" d="M172.95 590.95 L172.95 573.1 Q172.95 568 178.05 568 L195.85 568 Q200.95 568 200.95 573.1 L200.95 590.95 Q200.95 596 195.85 596 L178.05 596 Q172.95 596 172.95 590.95"/>
<path stroke="none" fill="#999999" d="M218.95 573.1 Q218.95 564 228.05 564 L245.85 564 Q254.95 564 254.95 573.1 L254.95 590.95 Q254.95 595.45 252.6 597.65 250.35 600 245.85 600 L228.05 600 Q223.55 600 221.3 597.65 218.95 595.45 218.95 590.95 L218.95 573.1 M220.95 573.1 L220.95 590.95 Q220.95 598 228.05 598 L245.85 598 Q252.95 598 252.95 590.95 L252.95 573.1 Q252.95 566 245.85 566 L228.05 566 Q220.95 566 220.95 573.1"/>
<path stroke="none" fill="#FFFFFF" d="M220.95 573.1 Q220.95 566 228.05 566 L245.85 566 Q252.95 566 252.95 573.1 L252.95 590.95 Q252.95 598 245.85 598 L228.05 598 Q220.95 598 220.95 590.95 L220.95 573.1 M222.95 590.95 Q222.95 596 228.05 596 L245.85 596 Q250.95 596 250.95 590.95 L250.95 573.1 Q250.95 568 245.85 568 L228.05 568 Q222.95 568 222.95 573.1 L222.95 590.95"/>
<path stroke="none" fill="#EEEEEE" d="M222.95 590.95 L222.95 573.1 Q222.95 568 228.05 568 L245.85 568 Q250.95 568 250.95 573.1 L250.95 590.95 Q250.95 596 245.85 596 L228.05 596 Q222.95 596 222.95 590.95"/>
<path stroke="none" fill="#1EA7E1" d="M235.4 580.5 L241.95 572.1 242.2 572 242.4 572.05 247.85 575.65 248 575.85 247.95 576.1 235.6 591.85 235.45 592 235.25 591.95 235.05 591.85 227.05 580.6 227 580.35 227.15 580.15 232.6 577.1 232.9 577.05 233.1 577.2 235.4 580.5"/>
<path stroke="none" fill="#E86A17" d="M177 580.35 L177.15 580.15 182.6 577.1 182.9 577.05 183.1 577.2 185.4 580.5 191.95 572.1 192.2 572 192.4 572.05 197.85 575.65 198 575.85 197.95 576.1 185.6 591.85 185.45 592 185.25 591.95 185.05 591.85 177.05 580.6 177 580.35"/>
<path stroke="none" fill="#73CD4B" d="M132.9 577.05 L133.1 577.2 135.4 580.5 141.95 572.1 142.2 572 142.4 572.05 147.85 575.65 148 575.85 147.95 576.1 135.6 591.85 135.45 592 135.25 591.95 135.05 591.85 127.05 580.6 127 580.35 127.15 580.15 132.6 577.1 132.9 577.05"/>
<path stroke="none" fill="#999999" d="M104.95 673.1 L104.95 690.95 Q104.95 695.45 102.6 697.65 100.35 700 95.85 700 L78.05 700 Q73.55 700 71.3 697.65 68.95 695.45 68.95 690.95 L68.95 673.1 Q68.95 664 78.05 664 L95.85 664 Q104.95 664 104.95 673.1 M102.95 673.1 Q102.95 666 95.85 666 L78.05 666 Q70.95 666 70.95 673.1 L70.95 690.95 Q70.95 698 78.05 698 L95.85 698 Q102.95 698 102.95 690.95 L102.95 673.1"/>
<path stroke="none" fill="#FFFFFF" d="M102.95 673.1 L102.95 690.95 Q102.95 698 95.85 698 L78.05 698 Q70.95 698 70.95 690.95 L70.95 673.1 Q70.95 666 78.05 666 L95.85 666 Q102.95 666 102.95 673.1 M100.95 673.1 Q100.95 668 95.85 668 L78.05 668 Q72.95 668 72.95 673.1 L72.95 690.95 Q72.95 696 78.05 696 L95.85 696 Q100.95 696 100.95 690.95 L100.95 673.1"/>
<path stroke="none" fill="#EEEEEE" d="M100.95 673.1 L100.95 690.95 Q100.95 696 95.85 696 L78.05 696 Q72.95 696 72.95 690.95 L72.95 673.1 Q72.95 668 78.05 668 L95.85 668 Q100.95 668 100.95 673.1"/>
<path stroke="none" fill="#999999" d="M118.95 673.1 Q118.95 664 128.05 664 L145.85 664 Q154.95 664 154.95 673.1 L154.95 690.95 Q154.95 695.45 152.6 697.65 150.35 700 145.85 700 L128.05 700 Q123.55 700 121.3 697.65 118.95 695.45 118.95 690.95 L118.95 673.1 M120.95 673.1 L120.95 690.95 Q120.95 698 128.05 698 L145.85 698 Q152.95 698 152.95 690.95 L152.95 673.1 Q152.95 666 145.85 666 L128.05 666 Q120.95 666 120.95 673.1"/>
<path stroke="none" fill="#FFFFFF" d="M120.95 673.1 Q120.95 666 128.05 666 L145.85 666 Q152.95 666 152.95 673.1 L152.95 690.95 Q152.95 698 145.85 698 L128.05 698 Q120.95 698 120.95 690.95 L120.95 673.1 M122.95 690.95 Q122.95 696 128.05 696 L145.85 696 Q150.95 696 150.95 690.95 L150.95 673.1 Q150.95 668 145.85 668 L128.05 668 Q122.95 668 122.95 673.1 L122.95 690.95"/>
<path stroke="none" fill="#EEEEEE" d="M122.95 690.95 L122.95 673.1 Q122.95 668 128.05 668 L145.85 668 Q150.95 668 150.95 673.1 L150.95 690.95 Q150.95 696 145.85 696 L128.05 696 Q122.95 696 122.95 690.95"/>
<path stroke="none" fill="#999999" d="M170.95 673.1 L170.95 690.95 Q170.95 698 178.05 698 L195.85 698 Q202.95 698 202.95 690.95 L202.95 673.1 Q202.95 666 195.85 666 L178.05 666 Q170.95 666 170.95 673.1 M168.95 673.1 Q168.95 664 178.05 664 L195.85 664 Q204.95 664 204.95 673.1 L204.95 690.95 Q204.95 695.45 202.6 697.65 200.35 700 195.85 700 L178.05 700 Q173.55 700 171.3 697.65 168.95 695.45 168.95 690.95 L168.95 673.1"/>
<path stroke="none" fill="#FFFFFF" d="M170.95 673.1 Q170.95 666 178.05 666 L195.85 666 Q202.95 666 202.95 673.1 L202.95 690.95 Q202.95 698 195.85 698 L178.05 698 Q170.95 698 170.95 690.95 L170.95 673.1 M172.95 690.95 Q172.95 696 178.05 696 L195.85 696 Q200.95 696 200.95 690.95 L200.95 673.1 Q200.95 668 195.85 668 L178.05 668 Q172.95 668 172.95 673.1 L172.95 690.95"/>
<path stroke="none" fill="#EEEEEE" d="M172.95 690.95 L172.95 673.1 Q172.95 668 178.05 668 L195.85 668 Q200.95 668 200.95 673.1 L200.95 690.95 Q200.95 696 195.85 696 L178.05 696 Q172.95 696 172.95 690.95"/>
<path stroke="none" fill="#999999" d="M254.95 690.95 Q254.95 695.45 252.6 697.65 250.35 700 245.85 700 L228.05 700 Q223.55 700 221.3 697.65 218.95 695.45 218.95 690.95 L218.95 673.1 Q218.95 664 228.05 664 L245.85 664 Q254.95 664 254.95 673.1 L254.95 690.95 M252.95 690.95 L252.95 673.1 Q252.95 666 245.85 666 L228.05 666 Q220.95 666 220.95 673.1 L220.95 690.95 Q220.95 698 228.05 698 L245.85 698 Q252.95 698 252.95 690.95"/>
<path stroke="none" fill="#FFFFFF" d="M252.95 690.95 Q252.95 698 245.85 698 L228.05 698 Q220.95 698 220.95 690.95 L220.95 673.1 Q220.95 666 228.05 666 L245.85 666 Q252.95 666 252.95 673.1 L252.95 690.95 M250.95 673.1 Q250.95 668 245.85 668 L228.05 668 Q222.95 668 222.95 673.1 L222.95 690.95 Q222.95 696 228.05 696 L245.85 696 Q250.95 696 250.95 690.95 L250.95 673.1"/>
<path stroke="none" fill="#EEEEEE" d="M250.95 673.1 L250.95 690.95 Q250.95 696 245.85 696 L228.05 696 Q222.95 696 222.95 690.95 L222.95 673.1 Q222.95 668 228.05 668 L245.85 668 Q250.95 668 250.95 673.1"/>
<path stroke="none" fill="#FFCC00" d="M92 673.15 Q92.4 672.8 92.75 673.15 L95.8 676.2 Q96.2 676.6 95.8 676.95 L90.8 682 95.8 687 Q96.2 687.35 95.8 687.75 L92.8 690.75 92 690.8 87 685.75 81.95 690.75 Q81.55 691.15 81.15 690.75 L78.15 687.75 Q77.75 687.35 78.15 687 L83.2 682 78.15 676.95 Q77.8 676.6 78.15 676.2 L81.2 673.15 Q81.55 672.8 81.95 673.15 L86.95 678.2 92 673.15"/>
<path stroke="none" fill="#1EA7E1" d="M245.8 676.2 Q246.2 676.6 245.8 676.95 L240.8 682 245.8 687 Q246.2 687.35 245.8 687.75 L242.8 690.75 242 690.8 237 685.75 231.95 690.75 Q231.55 691.15 231.15 690.75 L228.15 687.75 Q227.75 687.35 228.15 687 L233.2 682 228.15 676.95 Q227.8 676.6 228.15 676.2 L231.2 673.15 Q231.55 672.8 231.95 673.15 L236.95 678.2 242 673.15 Q242.4 672.8 242.75 673.15 L245.8 676.2"/>
<path stroke="none" fill="#E86A17" d="M181.2 673.15 Q181.55 672.8 181.95 673.15 L186.95 678.2 192 673.15 Q192.4 672.8 192.75 673.15 L195.8 676.2 Q196.2 676.6 195.8 676.95 L190.8 682 195.8 687 Q196.2 687.35 195.8 687.75 L192.8 690.75 192 690.8 187 685.75 181.95 690.75 Q181.55 691.15 181.15 690.75 L178.15 687.75 Q177.75 687.35 178.15 687 L183.2 682 178.15 676.95 Q177.8 676.6 178.15 676.2 L181.2 673.15"/>
<path stroke="none" fill="#73CD4B" d="M131.95 673.15 L136.95 678.2 142 673.15 Q142.4 672.8 142.75 673.15 L145.8 676.2 Q146.2 676.6 145.8 676.95 L140.8 682 145.8 687 Q146.2 687.35 145.8 687.75 L142.8 690.75 142 690.8 137 685.75 131.95 690.75 Q131.55 691.15 131.15 690.75 L128.15 687.75 Q127.75 687.35 128.15 687 L133.2 682 128.15 676.95 Q127.8 676.6 128.15 676.2 L131.2 673.15 Q131.55 672.8 131.95 673.15"/>
<path stroke="none" fill="#FFCC00" d="M78.15 726.95 Q77.8 726.6 78.15 726.2 L81.2 723.15 Q81.55 722.8 81.95 723.15 L86.95 728.2 92 723.15 Q92.4 722.8 92.75 723.15 L95.8 726.2 Q96.2 726.6 95.8 726.95 L90.8 732 95.8 737 Q96.2 737.35 95.8 737.75 L92.8 740.75 92 740.8 87 735.75 81.95 740.75 Q81.55 741.15 81.15 740.75 L78.15 737.75 Q77.75 737.35 78.15 737 L83.2 732 78.15 726.95"/>
<path stroke="none" fill="#1EA7E1" d="M236.95 728.2 L242 723.15 Q242.4 722.8 242.75 723.15 L245.8 726.2 Q246.2 726.6 245.8 726.95 L240.8 732 245.8 737 Q246.2 737.35 245.8 737.75 L242.8 740.75 242 740.8 237 735.75 231.95 740.75 Q231.55 741.15 231.15 740.75 L228.15 737.75 Q227.75 737.35 228.15 737 L233.2 732 228.15 726.95 Q227.8 726.6 228.15 726.2 L231.2 723.15 Q231.55 722.8 231.95 723.15 L236.95 728.2"/>
<path stroke="none" fill="#E86A17" d="M181.2 723.15 Q181.55 722.8 181.95 723.15 L186.95 728.2 192 723.15 Q192.4 722.8 192.75 723.15 L195.8 726.2 Q196.2 726.6 195.8 726.95 L190.8 732 195.8 737 Q196.2 737.35 195.8 737.75 L192.8 740.75 192 740.8 187 735.75 181.95 740.75 Q181.55 741.15 181.15 740.75 L178.15 737.75 Q177.75 737.35 178.15 737 L183.2 732 178.15 726.95 Q177.8 726.6 178.15 726.2 L181.2 723.15"/>
<path stroke="none" fill="#73CD4B" d="M131.95 723.15 L136.95 728.2 142 723.15 Q142.4 722.8 142.75 723.15 L145.8 726.2 Q146.2 726.6 145.8 726.95 L140.8 732 145.8 737 Q146.2 737.35 145.8 737.75 L142.8 740.75 142 740.8 137 735.75 131.95 740.75 Q131.55 741.15 131.15 740.75 L128.15 737.75 Q127.75 737.35 128.15 737 L133.2 732 128.15 726.95 Q127.8 726.6 128.15 726.2 L131.2 723.15 Q131.55 722.8 131.95 723.15"/>
<path stroke="none" fill="#FFCC00" d="M98 625.85 L97.95 626.1 85.6 641.85 85.45 642 85.25 641.95 85.05 641.85 77.05 630.6 77 630.35 77.15 630.15 82.6 627.1 82.9 627.05 83.1 627.2 85.4 630.5 91.95 622.1 92.2 622 92.4 622.05 97.85 625.65 98 625.85"/>
<path stroke="none" fill="#1EA7E1" d="M247.95 626.1 L235.6 641.85 235.45 642 235.25 641.95 235.05 641.85 227.05 630.6 227 630.35 227.15 630.15 232.6 627.1 232.9 627.05 233.1 627.2 235.4 630.5 241.95 622.1 242.2 622 242.4 622.05 247.85 625.65 248 625.85 247.95 626.1"/>
<path stroke="none" fill="#E86A17" d="M177 630.35 L177.15 630.15 182.6 627.1 182.9 627.05 183.1 627.2 185.4 630.5 191.95 622.1 192.2 622 192.4 622.05 197.85 625.65 198 625.85 197.95 626.1 185.6 641.85 185.45 642 185.25 641.95 185.05 641.85 177.05 630.6 177 630.35"/>
<path stroke="none" fill="#73CD4B" d="M133.1 627.2 L135.4 630.5 141.95 622.1 142.2 622 142.4 622.05 147.85 625.65 148 625.85 147.95 626.1 135.6 641.85 135.45 642 135.25 641.95 135.05 641.85 127.05 630.6 127 630.35 127.15 630.15 132.6 627.1 132.9 627.05 133.1 627.2"/>
<path stroke="none" fill="#999999" d="M268.95 573.1 Q268.95 564 278.05 564 L295.85 564 Q304.95 564 304.95 573.1 L304.95 590.95 Q304.95 595.45 302.6 597.65 300.35 600 295.85 600 L278.05 600 Q273.55 600 271.3 597.65 268.95 595.45 268.95 590.95 L268.95 573.1 M270.95 573.1 L270.95 590.95 Q270.95 598 278.05 598 L295.85 598 Q302.95 598 302.95 590.95 L302.95 573.1 Q302.95 566 295.85 566 L278.05 566 Q270.95 566 270.95 573.1"/>
<path stroke="none" fill="#FFFFFF" d="M270.95 573.1 Q270.95 566 278.05 566 L295.85 566 Q302.95 566 302.95 573.1 L302.95 590.95 Q302.95 598 295.85 598 L278.05 598 Q270.95 598 270.95 590.95 L270.95 573.1 M272.95 590.95 Q272.95 596 278.05 596 L295.85 596 Q300.95 596 300.95 590.95 L300.95 573.1 Q300.95 568 295.85 568 L278.05 568 Q272.95 568 272.95 573.1 L272.95 590.95"/>
<path stroke="none" fill="#EEEEEE" d="M272.95 590.95 L272.95 573.1 Q272.95 568 278.05 568 L295.85 568 Q300.95 568 300.95 573.1 L300.95 590.95 Q300.95 596 295.85 596 L278.05 596 Q272.95 596 272.95 590.95"/>
<path stroke="none" fill="#999999" d="M268.95 673.1 Q268.95 664 278.05 664 L295.85 664 Q304.95 664 304.95 673.1 L304.95 690.95 Q304.95 695.45 302.6 697.65 300.35 700 295.85 700 L278.05 700 Q273.55 700 271.3 697.65 268.95 695.45 268.95 690.95 L268.95 673.1 M270.95 673.1 L270.95 690.95 Q270.95 698 278.05 698 L295.85 698 Q302.95 698 302.95 690.95 L302.95 673.1 Q302.95 666 295.85 666 L278.05 666 Q270.95 666 270.95 673.1"/>
<path stroke="none" fill="#FFFFFF" d="M270.95 673.1 Q270.95 666 278.05 666 L295.85 666 Q302.95 666 302.95 673.1 L302.95 690.95 Q302.95 698 295.85 698 L278.05 698 Q270.95 698 270.95 690.95 L270.95 673.1 M272.95 690.95 Q272.95 696 278.05 696 L295.85 696 Q300.95 696 300.95 690.95 L300.95 673.1 Q300.95 668 295.85 668 L278.05 668 Q272.95 668 272.95 673.1 L272.95 690.95"/>
<path stroke="none" fill="#EEEEEE" d="M272.95 690.95 L272.95 673.1 Q272.95 668 278.05 668 L295.85 668 Q300.95 668 300.95 673.1 L300.95 690.95 Q300.95 696 295.85 696 L278.05 696 Q272.95 696 272.95 690.95"/>
<path stroke="none" fill="#999999" d="M278.15 676.2 L281.2 673.15 Q281.55 672.8 281.95 673.15 L286.95 678.2 292 673.15 Q292.4 672.8 292.75 673.15 L295.8 676.2 Q296.2 676.6 295.8 676.95 L290.8 682 295.8 687 Q296.2 687.35 295.8 687.75 L292.8 690.75 292 690.8 287 685.75 281.95 690.75 Q281.55 691.15 281.15 690.75 L278.15 687.75 Q277.75 687.35 278.15 687 L283.2 682 278.15 676.95 Q277.8 676.6 278.15 676.2"/>
<path stroke="none" fill="#999999" d="M295.8 726.2 Q296.2 726.6 295.8 726.95 L290.8 732 295.8 737 Q296.2 737.35 295.8 737.75 L292.8 740.75 292 740.8 287 735.75 281.95 740.75 Q281.55 741.15 281.15 740.75 L278.15 737.75 Q277.75 737.35 278.15 737 L283.2 732 278.15 726.95 Q277.8 726.6 278.15 726.2 L281.2 723.15 Q281.55 722.8 281.95 723.15 L286.95 728.2 292 723.15 Q292.4 722.8 292.75 723.15 L295.8 726.2"/>
<path stroke="none" fill="#999999" d="M297.95 626.1 L285.6 641.85 285.45 642 285.25 641.95 285.05 641.85 277.05 630.6 277 630.35 277.15 630.15 282.6 627.1 282.9 627.05 283.1 627.2 285.4 630.5 291.95 622.1 292.2 622 292.4 622.05 297.85 625.65 298 625.85 297.95 626.1"/>
<path stroke="none" fill="#999999" d="M277.15 580.15 L282.6 577.1 282.9 577.05 283.1 577.2 285.4 580.5 291.95 572.1 292.2 572 292.4 572.05 297.85 575.65 298 575.85 297.95 576.1 285.6 591.85 285.45 592 285.25 591.95 285.05 591.85 277.05 580.6 277 580.35 277.15 580.15"/>
<path stroke="none" fill="#FFFFFF" d="M836 26 L835.95 25.3 836 25.35 Q835.65 24 834 24 L656 24 Q654.35 24 654.1 25.3 L654.05 25.5 654 26 654 59 Q654 61 656 61 L834 61 Q836 61 836 59 L836 26 M834 22 Q837.5 22 837.95 25.05 L838 26 838 59 Q838 63 834 63 L656 63 Q652 63 652 59 L652 26 652.1 25.05 Q652.5 22 656 22 L834 22"/>
<path stroke="none" fill="#D5D5D5" d="M834 22 L656 22 Q652.5 22 652.1 25.05 L652 26 652 59 Q652 63 656 63 L834 63 Q838 63 838 59 L838 26 837.95 25.05 Q837.5 22 834 22 M650 59.25 L650 26 Q650 20 656 20 L834 20 Q840 20 840 26 L840 59.25 Q839.85 65 834 65 L656 65 Q650.15 65 650 59.25"/>
<path stroke="none" fill="#EEEEEE" d="M836 26 L836 59 Q836 61 834 61 L656 61 Q654 61 654 59 L654 26 654.05 25.5 654.1 25.3 Q654.35 24 656 24 L834 24 Q835.65 24 836 25.35 L835.95 25.3 836 26"/>
<path stroke="none" fill="#AAAAAA" d="M840 59.25 L840 63 Q840 69 834 69 L656 69 Q650 69 650 63 L650 59.25 Q650.15 65 656 65 L834 65 Q839.85 65 840 59.25"/>
<path stroke="none" fill="#CDA400" d="M834 82 L656 82 Q652.5 82 652.1 85.05 L652 86 652 119 Q652 123 656 123 L834 123 Q838 123 838 119 L838 86 837.95 85.05 Q837.5 82 834 82 M650 119.25 L650 86 Q650 80 656 80 L834 80 Q840 80 840 86 L840 119.25 Q839.85 125 834 125 L656 125 Q650.15 125 650 119.25"/>
<path stroke="none" fill="#FFD948" d="M835.95 85.3 L836 85.35 Q835.65 84 834 84 L656 84 Q654.35 84 654.1 85.3 L654.05 85.5 654 86 654 119 Q654 121 656 121 L834 121 Q836 121 836 119 L836 86 835.95 85.3 M834 82 Q837.5 82 837.95 85.05 L838 86 838 119 Q838 123 834 123 L656 123 Q652 123 652 119 L652 86 652.1 85.05 Q652.5 82 656 82 L834 82"/>
<path stroke="none" fill="#FFCC00" d="M835.95 85.3 L836 86 836 119 Q836 121 834 121 L656 121 Q654 121 654 119 L654 86 654.05 85.5 654.1 85.3 Q654.35 84 656 84 L834 84 Q835.65 84 836 85.35 L835.95 85.3"/>
<path stroke="none" fill="#A88600" d="M840 119.25 L840 123 Q840 129 834 129 L656 129 Q650 129 650 123 L650 119.25 Q650.15 125 656 125 L834 125 Q839.85 125 840 119.25"/>
<path stroke="none" fill="#88E060" d="M836 146 L835.95 145.3 836 145.35 Q835.65 144 834 144 L656 144 Q654.35 144 654.1 145.3 L654.05 145.5 654 146 654 179 Q654 181 656 181 L834 181 Q836 181 836 179 L836 146 M834 142 Q837.5 142 837.95 145.05 L838 146 838 179 Q838 183 834 183 L656 183 Q652 183 652 179 L652 146 652.1 145.05 Q652.5 142 656 142 L834 142"/>
<path stroke="none" fill="#5FB13A" d="M834 142 L656 142 Q652.5 142 652.1 145.05 L652 146 652 179 Q652 183 656 183 L834 183 Q838 183 838 179 L838 146 837.95 145.05 Q837.5 142 834 142 M650 179.25 L650 146 Q650 140 656 140 L834 140 Q840 140 840 146 L840 179.25 Q839.85 185 834 185 L656 185 Q650.15 185 650 179.25"/>
<path stroke="none" fill="#73CD4B" d="M836 146 L836 179 Q836 181 834 181 L656 181 Q654 181 654 179 L654 146 654.05 145.5 654.1 145.3 Q654.35 144 656 144 L834 144 Q835.65 144 836 145.35 L835.95 145.3 836 146"/>
<path stroke="none" fill="#47832C" d="M840 179.25 L840 183 Q840 189 834 189 L656 189 Q650 189 650 183 L650 179.25 Q650.15 185 656 185 L834 185 Q839.85 185 840 179.25"/>
<path stroke="none" fill="#FA8132" d="M652 206 L652.1 205.05 652.4 204 Q653.15 202 656 202 L834 202 Q836.85 202 837.7 204 L837.95 205.05 838 206 838 239 Q838 243 834 243 L656 243 Q652 243 652 239 L652 206 M654.1 205.4 L654.05 205.5 654 206 654 239 Q654 241 656 241 L834 241 Q836 241 836 239 L836 206 835.95 205.3 836 205.4 835.85 204.8 Q835.35 204 834 204 L656 204 Q654.7 204 654.3 204.7 L654.25 204.8 654.1 205.4"/>
<path stroke="none" fill="#CD5D12" d="M652 206 L652 239 Q652 243 656 243 L834 243 Q838 243 838 239 L838 206 837.95 205.05 837.7 204 Q836.85 202 834 202 L656 202 Q653.15 202 652.4 204 L652.1 205.05 652 206 M650 239.25 L650 206 650.2 204 Q651.1 200 656 200 L834 200 Q838.9 200 839.8 204 L840 206 840 239.25 Q839.85 245 834 245 L656 245 Q650.15 245 650 239.25"/>
<path stroke="none" fill="#E86A17" d="M654.1 205.4 L654.25 204.8 654.3 204.7 Q654.7 204 656 204 L834 204 Q835.35 204 835.85 204.8 L836 205.4 835.95 205.3 836 206 836 239 Q836 241 834 241 L656 241 Q654 241 654 239 L654 206 654.05 205.5 654.1 205.4"/>
<path stroke="none" fill="#AA4E11" d="M840 239.25 L840 243 Q840 248.45 835.05 248.95 L834 249 656 249 654.95 248.95 Q650 248.45 650 243 L650 239.25 Q650.15 245 656 245 L834 245 Q839.85 245 840 239.25"/>
<path stroke="none" fill="#35BAF3" d="M654.1 265.3 L654.05 265.5 654 266 654 299 Q654 301 656 301 L834 301 Q836 301 836 299 L836 266 835.95 265.3 836 265.35 Q835.65 264 834 264 L656 264 Q654.35 264 654.1 265.3 M652.1 265.05 Q652.5 262 656 262 L834 262 Q837.5 262 837.95 265.05 L838 266 838 299 Q838 303 834 303 L656 303 Q652 303 652 299 L652 266 652.1 265.05"/>
<path stroke="none" fill="#1989B8" d="M652.1 265.05 L652 266 652 299 Q652 303 656 303 L834 303 Q838 303 838 299 L838 266 837.95 265.05 Q837.5 262 834 262 L656 262 Q652.5 262 652.1 265.05 M650 299.25 L650 266 Q650 260 656 260 L834 260 Q840 260 840 266 L840 299.25 Q839.85 305 834 305 L656 305 Q650.15 305 650 299.25"/>
<path stroke="none" fill="#1EA7E1" d="M654.1 265.3 Q654.35 264 656 264 L834 264 Q835.65 264 836 265.35 L835.95 265.3 836 266 836 299 Q836 301 834 301 L656 301 Q654 301 654 299 L654 266 654.05 265.5 654.1 265.3"/>
<path stroke="none" fill="#166E93" d="M840 299.25 L840 303 Q840 309 834 309 L656 309 Q650 309 650 303 L650 299.25 Q650.15 305 656 305 L834 305 Q839.85 305 840 299.25"/>
<path stroke="none" fill="#35BAF3" d="M1046 269.35 Q1045.65 268 1044 268 L866 268 Q864.35 268 864.1 269.3 L864.05 269.5 864 270 864 303 864.05 303.6 864.1 303.75 Q864.35 305 866 305 L1044 305 Q1045.6 305 1045.95 303.8 L1046 303 1046 270 1045.95 269.3 1046 269.35 M1047.95 269.05 L1048 270 1048 303 1047.95 304 Q1047.5 307 1044 307 L866 307 Q862.5 307 862.1 304 L862 303 862 270 862.1 269.05 Q862.5 266 866 266 L1044 266 Q1047.5 266 1047.95 269.05"/>
<path stroke="none" fill="#1989B8" d="M1047.95 269.05 Q1047.5 266 1044 266 L866 266 Q862.5 266 862.1 269.05 L862 270 862 303 862.1 304 Q862.5 307 866 307 L1044 307 Q1047.5 307 1047.95 304 L1048 303 1048 270 1047.95 269.05 M1050 270 L1050 303 1050 303.25 Q1049.85 309 1044 309 L866 309 865.75 309 865.6 309 865.4 309 865.3 309 865.2 309 865.1 309 Q860.4 308.6 860.05 303.85 L860 303.25 860 303 860 270 Q860 264 866 264 L1044 264 Q1050 264 1050 270"/>
<path stroke="none" fill="#1EA7E1" d="M1046 269.35 L1045.95 269.3 1046 270 1046 303 1045.95 303.8 Q1045.6 305 1044 305 L866 305 Q864.35 305 864.1 303.75 L864.05 303.6 864 303 864 270 864.05 269.5 864.1 269.3 Q864.35 268 866 268 L1044 268 Q1045.65 268 1046 269.35"/>
<path stroke="none" fill="#FA8132" d="M1044 206 Q1046.85 206 1047.7 208 L1047.95 209.05 1048 210 1048 243 1047.95 244 Q1047.5 247 1044 247 L866 247 Q862.5 247 862.1 244 L862 243 862 210 862.1 209.05 862.4 208 Q863.15 206 866 206 L1044 206 M1045.85 208.8 Q1045.35 208 1044 208 L866 208 Q864.7 208 864.3 208.7 L864.25 208.8 864.1 209.4 864.05 209.5 864 210 864 243 864.05 243.6 864.1 243.75 Q864.35 245 866 245 L1044 245 Q1045.6 245 1045.95 243.8 L1046 243 1046 210 1045.95 209.3 1046 209.4 1045.85 208.8"/>
<path stroke="none" fill="#CD5D12" d="M1044 206 L866 206 Q863.15 206 862.4 208 L862.1 209.05 862 210 862 243 862.1 244 Q862.5 247 866 247 L1044 247 Q1047.5 247 1047.95 244 L1048 243 1048 210 1047.95 209.05 1047.7 208 Q1046.85 206 1044 206 M1050 210 L1050 243.25 Q1049.9 248.45 1045.05 248.95 L1044 249 866 249 864.95 248.95 Q860.4 248.5 860.05 243.85 L860 243.25 860 210 860.2 208 Q861.1 204 866 204 L1044 204 Q1048.9 204 1049.8 208 L1050 210"/>
<path stroke="none" fill="#E86A17" d="M1045.85 208.8 L1046 209.4 1045.95 209.3 1046 210 1046 243 1045.95 243.8 Q1045.6 245 1044 245 L866 245 Q864.35 245 864.1 243.75 L864.05 243.6 864 243 864 210 864.05 209.5 864.1 209.4 864.25 208.8 864.3 208.7 Q864.7 208 866 208 L1044 208 Q1045.35 208 1045.85 208.8"/>
<path stroke="none" fill="#88E060" d="M1045.95 149.3 L1046 149.35 Q1045.65 148 1044 148 L866 148 Q864.35 148 864.1 149.3 L864.05 149.5 864 150 864 183 864.05 183.6 864.1 183.75 Q864.35 185 866 185 L1044 185 Q1045.6 185 1045.95 183.8 L1046 183 1046 150 1045.95 149.3 M1047.95 149.05 L1048 150 1048 183 1047.95 184 Q1047.5 187 1044 187 L866 187 Q862.5 187 862.1 184 L862 183 862 150 862.1 149.05 Q862.5 146 866 146 L1044 146 Q1047.5 146 1047.95 149.05"/>
<path stroke="none" fill="#73CD4B" d="M1045.95 149.3 L1046 150 1046 183 1045.95 183.8 Q1045.6 185 1044 185 L866 185 Q864.35 185 864.1 183.75 L864.05 183.6 864 183 864 150 864.05 149.5 864.1 149.3 Q864.35 148 866 148 L1044 148 Q1045.65 148 1046 149.35 L1045.95 149.3"/>
<path stroke="none" fill="#5FB13A" d="M1047.95 149.05 Q1047.5 146 1044 146 L866 146 Q862.5 146 862.1 149.05 L862 150 862 183 862.1 184 Q862.5 187 866 187 L1044 187 Q1047.5 187 1047.95 184 L1048 183 1048 150 1047.95 149.05 M1044 189 L866 189 865.75 189 865.6 189 865.4 189 865.3 189 865.2 189 865.1 189 Q860.4 188.6 860.05 183.85 L860 183.25 860 150 Q860 144 866 144 L1044 144 Q1050 144 1050 150 L1050 183 1050 183.25 Q1049.85 189 1044 189"/>
<path stroke="none" fill="#CDA400" d="M1047.95 89.05 Q1047.5 86 1044 86 L866 86 Q862.5 86 862.1 89.05 L862 90 862 123 862.1 124 Q862.5 127 866 127 L1044 127 Q1047.5 127 1047.95 124 L1048 123 1048 90 1047.95 89.05 M1050 90 L1050 123 1050 123.25 Q1049.85 129 1044 129 L866 129 865.75 129 865.6 129 865.4 129 865.3 129 865.2 129 865.1 129 Q860.4 128.6 860.05 123.85 L860 123.25 860 123 860 90 Q860 84 866 84 L1044 84 Q1050 84 1050 90"/>
<path stroke="none" fill="#FFD948" d="M1046 90 L1045.95 89.3 1046 89.35 Q1045.65 88 1044 88 L866 88 Q864.35 88 864.1 89.3 L864.05 89.5 864 90 864 123 864.05 123.6 864.1 123.75 Q864.35 125 866 125 L1044 125 Q1045.6 125 1045.95 123.8 L1046 123 1046 90 M1047.95 89.05 L1048 90 1048 123 1047.95 124 Q1047.5 127 1044 127 L866 127 Q862.5 127 862.1 124 L862 123 862 90 862.1 89.05 Q862.5 86 866 86 L1044 86 Q1047.5 86 1047.95 89.05"/>
<path stroke="none" fill="#FFCC00" d="M1046 90 L1046 123 1045.95 123.8 Q1045.6 125 1044 125 L866 125 Q864.35 125 864.1 123.75 L864.05 123.6 864 123 864 90 864.05 89.5 864.1 89.3 Q864.35 88 866 88 L1044 88 Q1045.65 88 1046 89.35 L1045.95 89.3 1046 90"/>
<path stroke="none" fill="#FFFFFF" d="M1046 29.35 Q1045.65 28 1044 28 L866 28 Q864.35 28 864.1 29.3 L864.05 29.5 864 30 864 63 864.05 63.6 864.1 63.75 Q864.35 65 866 65 L1044 65 Q1045.6 65 1045.95 63.8 L1046 63 1046 30 1045.95 29.3 1046 29.35 M1047.95 29.05 L1048 30 1048 63 1047.95 64 Q1047.5 67 1044 67 L866 67 Q862.5 67 862.1 64 L862 63 862 30 862.1 29.05 Q862.5 26 866 26 L1044 26 Q1047.5 26 1047.95 29.05"/>
<path stroke="none" fill="#D5D5D5" d="M1047.95 29.05 Q1047.5 26 1044 26 L866 26 Q862.5 26 862.1 29.05 L862 30 862 63 862.1 64 Q862.5 67 866 67 L1044 67 Q1047.5 67 1047.95 64 L1048 63 1048 30 1047.95 29.05 M1050 30 L1050 63 1050 63.25 Q1049.85 69 1044 69 L866 69 865.75 69 865.6 69 865.4 69 865.3 69 865.2 69 865.1 69 Q860.4 68.6 860.05 63.85 L860 63.25 860 30 Q860 24 866 24 L1044 24 Q1050 24 1050 30"/>
<path stroke="none" fill="#EEEEEE" d="M1046 29.35 L1045.95 29.3 1046 30 1046 63 1045.95 63.8 Q1045.6 65 1044 65 L866 65 Q864.35 65 864.1 63.75 L864.05 63.6 864 63 864 30 864.05 29.5 864.1 29.3 Q864.35 28 866 28 L1044 28 Q1045.65 28 1046 29.35"/>
<path stroke="none" fill="#FFFFFF" d="M345.05 465.5 L345.05 465.55 345 466 345 499 Q345 500 346 500 L383 500 Q384 500 384 499 L384 466 384 465.55 383.95 465.5 Q383.75 465 383 465 L346 465 Q345.25 465 345.05 465.5 M342.1 465.05 Q342.5 462 346 462 L383 462 Q386.5 462 386.95 465.05 L387 466 387 499 Q387 503 383 503 L346 503 Q342 503 342 499 L342 466 342.1 465.05"/>
<path stroke="none" fill="#D5D5D5" d="M342.1 465.05 L342 466 342 499 Q342 503 346 503 L383 503 Q387 503 387 499 L387 466 386.95 465.05 Q386.5 462 383 462 L346 462 Q342.5 462 342.1 465.05 M340 499.25 L340 466 Q340 460 346 460 L383 460 Q389 460 389 466 L389 499.25 Q388.85 505 383 505 L346 505 Q340.15 505 340 499.25"/>
<path stroke="none" fill="#EEEEEE" d="M345.05 465.5 Q345.25 465 346 465 L383 465 Q383.75 465 383.95 465.5 L384 465.55 384 466 384 499 Q384 500 383 500 L346 500 Q345 500 345 499 L345 466 345.05 465.55 345.05 465.5"/>
<path stroke="none" fill="#AAAAAA" d="M389 499.25 L389 503 Q389 509 383 509 L346 509 Q340 509 340 503 L340 499.25 Q340.15 505 346 505 L383 505 Q388.85 505 389 499.25"/>
<path stroke="none" fill="#1EA7E1" d="M386.95 705.05 L387 706 387 739 Q387 743 383 743 L346 743 Q342 743 342 739 L342 706 342.1 705.05 Q342.5 702 346 702 L383 702 Q386.5 702 386.95 705.05 M384 705.55 L383.95 705.5 Q383.75 705 383 705 L346 705 Q345.25 705 345.05 705.5 L345.05 705.55 345 706 345 739 Q345 740 346 740 L383 740 Q384 740 384 739 L384 706 384 705.55"/>
<path stroke="none" fill="#D5D5D5" d="M386.95 705.05 Q386.5 702 383 702 L346 702 Q342.5 702 342.1 705.05 L342 706 342 739 Q342 743 346 743 L383 743 Q387 743 387 739 L387 706 386.95 705.05 M340 739.25 L340 706 Q340 700 346 700 L383 700 Q389 700 389 706 L389 739.25 Q388.85 745 383 745 L346 745 Q340.15 745 340 739.25"/>
<path stroke="none" fill="#EEEEEE" d="M384 705.55 L384 706 384 739 Q384 740 383 740 L346 740 Q345 740 345 739 L345 706 345.05 705.55 345.05 705.5 Q345.25 705 346 705 L383 705 Q383.75 705 383.95 705.5 L384 705.55"/>
<path stroke="none" fill="#AAAAAA" d="M389 739.25 L389 743 Q389 749 383 749 L346 749 Q340 749 340 743 L340 739.25 Q340.15 745 346 745 L383 745 Q388.85 745 389 739.25"/>
<path stroke="none" fill="#E86A17" d="M345.05 645.5 L345.05 645.55 345 646 345 679 Q345 680 346 680 L383 680 Q384 680 384 679 L384 646 384 645.55 383.95 645.5 Q383.75 645 383 645 L346 645 Q345.25 645 345.05 645.5 M342 646 L342.1 645.05 Q342.5 642 346 642 L383 642 Q386.5 642 386.95 645.05 L387 646 387 679 Q387 683 383 683 L346 683 Q342 683 342 679 L342 646"/>
<path stroke="none" fill="#EEEEEE" d="M345.05 645.5 Q345.25 645 346 645 L383 645 Q383.75 645 383.95 645.5 L384 645.55 384 646 384 679 Q384 680 383 680 L346 680 Q345 680 345 679 L345 646 345.05 645.55 345.05 645.5"/>
<path stroke="none" fill="#D5D5D5" d="M342 646 L342 679 Q342 683 346 683 L383 683 Q387 683 387 679 L387 646 386.95 645.05 Q386.5 642 383 642 L346 642 Q342.5 642 342.1 645.05 L342 646 M340 679.25 L340 646 Q340 640 346 640 L383 640 Q389 640 389 646 L389 679.25 Q388.85 685 383 685 L346 685 Q340.15 685 340 679.25"/>
<path stroke="none" fill="#AAAAAA" d="M340 679.25 Q340.15 685 346 685 L383 685 Q388.85 685 389 679.25 L389 683 Q389 689 383 689 L346 689 Q340 689 340 683 L340 679.25"/>
<path stroke="none" fill="#73CD4B" d="M346 585 Q345.25 585 345.05 585.5 L345.05 585.55 345 586 345 619 Q345 620 346 620 L383 620 Q384 620 384 619 L384 586 384 585.55 383.95 585.5 Q383.75 585 383 585 L346 585 M342 586 L342.1 585.05 Q342.5 582 346 582 L383 582 Q386.5 582 386.95 585.05 L387 586 387 619 Q387 623 383 623 L346 623 Q342 623 342 619 L342 586"/>
<path stroke="none" fill="#D5D5D5" d="M342 586 L342 619 Q342 623 346 623 L383 623 Q387 623 387 619 L387 586 386.95 585.05 Q386.5 582 383 582 L346 582 Q342.5 582 342.1 585.05 L342 586 M340 619.25 L340 586 Q340 580 346 580 L383 580 Q389 580 389 586 L389 619.25 Q388.85 625 383 625 L346 625 Q340.15 625 340 619.25"/>
<path stroke="none" fill="#EEEEEE" d="M346 585 L383 585 Q383.75 585 383.95 585.5 L384 585.55 384 586 384 619 Q384 620 383 620 L346 620 Q345 620 345 619 L345 586 345.05 585.55 345.05 585.5 Q345.25 585 346 585"/>
<path stroke="none" fill="#AAAAAA" d="M389 619.25 L389 623 Q389 629 383 629 L346 629 Q340 629 340 623 L340 619.25 Q340.15 625 346 625 L383 625 Q388.85 625 389 619.25"/>
<path stroke="none" fill="#FFCC00" d="M384 525.55 L383.95 525.5 Q383.75 525 383 525 L346 525 Q345.25 525 345.05 525.5 L345.05 525.55 345 526 345 559 Q345 560 346 560 L383 560 Q384 560 384 559 L384 526 384 525.55 M386.95 525.05 L387 526 387 559 Q387 563 383 563 L346 563 Q342 563 342 559 L342 526 342.1 525.05 Q342.5 522 346 522 L383 522 Q386.5 522 386.95 525.05"/>
<path stroke="none" fill="#D5D5D5" d="M386.95 525.05 Q386.5 522 383 522 L346 522 Q342.5 522 342.1 525.05 L342 526 342 559 Q342 563 346 563 L383 563 Q387 563 387 559 L387 526 386.95 525.05 M340 559.25 L340 526 Q340 520 346 520 L383 520 Q389 520 389 526 L389 559.25 Q388.85 565 383 565 L346 565 Q340.15 565 340 559.25"/>
<path stroke="none" fill="#EEEEEE" d="M384 525.55 L384 526 384 559 Q384 560 383 560 L346 560 Q345 560 345 559 L345 526 345.05 525.55 345.05 525.5 Q345.25 525 346 525 L383 525 Q383.75 525 383.95 525.5 L384 525.55"/>
<path stroke="none" fill="#AAAAAA" d="M389 559.25 L389 563 Q389 569 383 569 L346 569 Q340 569 340 563 L340 559.25 Q340.15 565 346 565 L383 565 Q388.85 565 389 559.25"/>
<path stroke="none" fill="#FFFFFF" d="M406 462 L443 462 Q446.5 462 446.95 465.05 L447 466 447 499 Q447 503 443 503 L406 503 Q402 503 402 499 L402 466 402.1 465.05 Q402.5 462 406 462 M444 482.5 L405 482.5 405 499 Q405 500 406 500 L443 500 Q444 500 444 499 L444 482.5"/>
<path stroke="none" fill="#EEEEEE" d="M444 482.5 L444 499 Q444 500 443 500 L406 500 Q405 500 405 499 L405 482.5 444 482.5"/>
<path stroke="none" fill="#D5D5D5" d="M400 499.25 L400 466 Q400 460 406 460 L443 460 Q449 460 449 466 L449 499.25 Q448.85 505 443 505 L406 505 Q400.15 505 400 499.25 M406 462 Q402.5 462 402.1 465.05 L402 466 402 499 Q402 503 406 503 L443 503 Q447 503 447 499 L447 466 446.95 465.05 Q446.5 462 443 462 L406 462"/>
<path stroke="none" fill="#AAAAAA" d="M449 499.25 L449 503 Q449 509 443 509 L406 509 Q400 509 400 503 L400 499.25 Q400.15 505 406 505 L443 505 Q448.85 505 449 499.25"/>
<path stroke="none" fill="#FFD948" d="M402 525.95 L402.1 525.05 Q402.5 522 406 522 L443 522 Q446.5 522 446.95 525.05 L447 525.95 447 559 Q447 563 443 563 L406 563 Q402 563 402 559 L402 525.95 M444 542.5 L405 542.5 405 559 Q405 560 406 560 L443 560 Q444 560 444 559 L444 542.5"/>
<path stroke="none" fill="#CDA400" d="M402 525.95 L402 559 Q402 563 406 563 L443 563 Q447 563 447 559 L447 525.95 446.95 525.05 Q446.5 522 443 522 L406 522 Q402.5 522 402.1 525.05 L402 525.95 M400 559.25 L400 525.95 Q400.05 520 406 520 L443 520 Q449 520 449 525.95 L449 559.25 Q448.85 565 443 565 L406 565 Q400.15 565 400 559.25"/>
<path stroke="none" fill="#A88600" d="M400 559.25 Q400.15 565 406 565 L443 565 Q448.85 565 449 559.25 L449 563 Q449 569 443 569 L406 569 Q400 569 400 563 L400 559.25"/>
<path stroke="none" fill="#FFCC00" d="M444 542.5 L444 559 Q444 560 443 560 L406 560 Q405 560 405 559 L405 542.5 444 542.5"/>
<path stroke="none" fill="#88E060" d="M402 586 L402.1 585.05 Q402.5 582 406 582 L443 582 Q446.5 582 446.95 585.05 L447 586 447 619 Q447 623 443 623 L406 623 Q402 623 402 619 L402 586 M405 619 Q405 620 406 620 L443 620 Q444 620 444 619 L444 602.5 405 602.5 405 619"/>
<path stroke="none" fill="#5FB13A" d="M402 586 L402 619 Q402 623 406 623 L443 623 Q447 623 447 619 L447 586 446.95 585.05 Q446.5 582 443 582 L406 582 Q402.5 582 402.1 585.05 L402 586 M400 619.25 L400 586 Q400 580 406 580 L443 580 Q449 580 449 586 L449 619.25 Q448.85 625 443 625 L406 625 Q400.15 625 400 619.25"/>
<path stroke="none" fill="#47832C" d="M400 619.25 Q400.15 625 406 625 L443 625 Q448.85 625 449 619.25 L449 623 Q449 629 443 629 L406 629 Q400 629 400 623 L400 619.25"/>
<path stroke="none" fill="#73CD4B" d="M405 619 L405 602.5 444 602.5 444 619 Q444 620 443 620 L406 620 Q405 620 405 619"/>
<path stroke="none" fill="#FA8132" d="M406 642 L443 642 Q445.85 642 446.7 644 L446.95 645.05 447 646 447 679 Q447 683 443 683 L406 683 Q402 683 402 679 L402 646 402.1 645.05 402.4 644 Q403.15 642 406 642 M405 679 Q405 680 406 680 L443 680 Q444 680 444 679 L444 662.5 405 662.5 405 679"/>
<path stroke="none" fill="#CD5D12" d="M400 679.25 L400 646 400.2 644 Q401.1 640 406 640 L443 640 Q447.9 640 448.8 644 L449 646 449 679.25 Q448.85 685 443 685 L406 685 Q400.15 685 400 679.25 M406 642 Q403.15 642 402.4 644 L402.1 645.05 402 646 402 679 Q402 683 406 683 L443 683 Q447 683 447 679 L447 646 446.95 645.05 446.7 644 Q445.85 642 443 642 L406 642"/>
<path stroke="none" fill="#E86A17" d="M405 679 L405 662.5 444 662.5 444 679 Q444 680 443 680 L406 680 Q405 680 405 679"/>
<path stroke="none" fill="#AA4E11" d="M449 679.25 L449 683 Q449 688.45 444.05 688.95 L443 689 406 689 404.95 688.95 Q400 688.45 400 683 L400 679.25 Q400.15 685 406 685 L443 685 Q448.85 685 449 679.25"/>
<path stroke="none" fill="#1989B8" d="M402 739 Q402 743 406 743 L443 743 Q447 743 447 739 L447 706 446.95 705.05 Q446.5 702 443 702 L406 702 Q402.5 702 402.1 705.05 L402 706 402 739 M400 739.25 L400 706 Q400 700 406 700 L443 700 Q449 700 449 706 L449 739.25 Q448.85 745 443 745 L406 745 Q400.15 745 400 739.25"/>
<path stroke="none" fill="#35BAF3" d="M402 739 L402 706 402.1 705.05 Q402.5 702 406 702 L443 702 Q446.5 702 446.95 705.05 L447 706 447 739 Q447 743 443 743 L406 743 Q402 743 402 739 M405 722.5 L405 739 Q405 740 406 740 L443 740 Q444 740 444 739 L444 722.5 405 722.5"/>
<path stroke="none" fill="#166E93" d="M449 739.25 L449 743 Q449 749 443 749 L406 749 Q400 749 400 743 L400 739.25 Q400.15 745 406 745 L443 745 Q448.85 745 449 739.25"/>
<path stroke="none" fill="#1EA7E1" d="M405 722.5 L444 722.5 444 739 Q444 740 443 740 L406 740 Q405 740 405 739 L405 722.5"/>
<path stroke="none" fill="#1989B8" d="M462.1 709.05 L462 710 462 743 462.1 744 Q462.5 747 466 747 L503 747 Q506.5 747 506.95 744 L507 743 507 710 506.95 709.05 Q506.5 706 503 706 L466 706 Q462.5 706 462.1 709.05 M466 704 L503 704 Q509 704 509 710 L509 743 509 743.25 Q508.85 749 503 749 L466 749 465.75 749 465.6 749 465.4 749 465.3 749 465.2 749 465.1 749 Q460.4 748.6 460.05 743.85 L460 743.25 460 743 460 710 Q460 704 466 704"/>
<path stroke="none" fill="#35BAF3" d="M462.1 709.05 Q462.5 706 466 706 L503 706 Q506.5 706 506.95 709.05 L507 710 507 743 506.95 744 Q506.5 747 503 747 L466 747 Q462.5 747 462.1 744 L462 743 462 710 462.1 709.05 M465 743 Q465 744 466 744 L503 744 Q504 744 504 743 L504 726.5 465 726.5 465 743"/>
<path stroke="none" fill="#1EA7E1" d="M465 743 L465 726.5 504 726.5 504 743 Q504 744 503 744 L466 744 Q465 744 465 743"/>
<path stroke="none" fill="#FA8132" d="M462 650 L462.1 649.05 462.4 648 Q463.15 646 466 646 L503 646 Q505.85 646 506.7 648 L506.95 649.05 507 650 507 683 506.95 684 Q506.5 687 503 687 L466 687 Q462.5 687 462.1 684 L462 683 462 650 M465 683 Q465 684 466 684 L503 684 Q504 684 504 683 L504 666.5 465 666.5 465 683"/>
<path stroke="none" fill="#CD5D12" d="M462 650 L462 683 462.1 684 Q462.5 687 466 687 L503 687 Q506.5 687 506.95 684 L507 683 507 650 506.95 649.05 506.7 648 Q505.85 646 503 646 L466 646 Q463.15 646 462.4 648 L462.1 649.05 462 650 M460.2 648 Q461.1 644 466 644 L503 644 Q507.9 644 508.8 648 L509 650 509 683.25 Q508.9 688.45 504.05 688.95 L503 689 466 689 464.95 688.95 Q460.4 688.5 460.05 683.85 L460 683.25 460 650 460.2 648"/>
<path stroke="none" fill="#E86A17" d="M465 683 L465 666.5 504 666.5 504 683 Q504 684 503 684 L466 684 Q465 684 465 683"/>
<path stroke="none" fill="#88E060" d="M503 586 Q506.5 586 506.95 589.05 L507 590 507 623 506.95 624 Q506.5 627 503 627 L466 627 Q462.5 627 462.1 624 L462 623 462 590 462.1 589.05 Q462.5 586 466 586 L503 586 M465 623 Q465 624 466 624 L503 624 Q504 624 504 623 L504 606.5 465 606.5 465 623"/>
<path stroke="none" fill="#5FB13A" d="M509 590 L509 623 509 623.25 Q508.85 629 503 629 L466 629 465.75 629 465.6 629 465.4 629 465.3 629 465.2 629 465.1 629 Q460.4 628.6 460.05 623.85 L460 623.25 460 590 Q460 584 466 584 L503 584 Q509 584 509 590 M503 586 L466 586 Q462.5 586 462.1 589.05 L462 590 462 623 462.1 624 Q462.5 627 466 627 L503 627 Q506.5 627 506.95 624 L507 623 507 590 506.95 589.05 Q506.5 586 503 586"/>
<path stroke="none" fill="#73CD4B" d="M465 623 L465 606.5 504 606.5 504 623 Q504 624 503 624 L466 624 Q465 624 465 623"/>
<path stroke="none" fill="#CDA400" d="M503 526 L466 526 Q462.5 526 462.1 529.05 L462 530 462 563 462.1 564 Q462.5 567 466 567 L503 567 Q506.5 567 506.95 564 L507 563 507 530 506.95 529.05 Q506.5 526 503 526 M509 530 L509 563 509 563.25 Q508.85 569 503 569 L466 569 465.75 569 465.6 569 465.4 569 465.3 569 465.2 569 465.1 569 Q460.4 568.6 460.05 563.85 L460 563.25 460 563 460 530 Q460 524 466 524 L503 524 Q509 524 509 530"/>
<path stroke="none" fill="#FFD948" d="M503 526 Q506.5 526 506.95 529.05 L507 530 507 563 506.95 564 Q506.5 567 503 567 L466 567 Q462.5 567 462.1 564 L462 563 462 530 462.1 529.05 Q462.5 526 466 526 L503 526 M504 563 L504 546.5 465 546.5 465 563 Q465 564 466 564 L503 564 Q504 564 504 563"/>
<path stroke="none" fill="#FFCC00" d="M504 563 Q504 564 503 564 L466 564 Q465 564 465 563 L465 546.5 504 546.5 504 563"/>
<path stroke="none" fill="#FFFFFF" d="M506.95 469.05 L507 470 507 503 506.95 504 Q506.5 507 503 507 L466 507 Q462.5 507 462.1 504 L462 503 462 470 462.1 469.05 Q462.5 466 466 466 L503 466 Q506.5 466 506.95 469.05 M503 504 Q504 504 504 503 L504 486.5 465 486.5 465 503 Q465 504 466 504 L503 504"/>
<path stroke="none" fill="#D5D5D5" d="M509 470 L509 503 509 503.25 Q508.85 509 503 509 L466 509 465.75 509 465.6 509 465.4 509 465.3 509 465.2 509 465.1 509 Q460.4 508.6 460.05 503.85 L460 503.25 460 470 Q460 464 466 464 L503 464 Q509 464 509 470 M506.95 469.05 Q506.5 466 503 466 L466 466 Q462.5 466 462.1 469.05 L462 470 462 503 462.1 504 Q462.5 507 466 507 L503 507 Q506.5 507 506.95 504 L507 503 507 470 506.95 469.05"/>
<path stroke="none" fill="#EEEEEE" d="M503 504 L466 504 Q465 504 465 503 L465 486.5 504 486.5 504 503 Q504 504 503 504"/>
<path stroke="none" fill="#FFFFFF" d="M522.1 465.05 Q522.5 462 526 462 L563 462 Q566.5 462 566.95 465.05 L567 466 567 499 Q567 503 563 503 L526 503 Q522 503 522 499 L522 466 522.1 465.05 M524.1 465.3 L524.05 465.5 524 466 524 499 Q524 501 526 501 L563 501 Q565 501 565 499 L565 466 564.95 465.3 565 465.35 Q564.65 464 563 464 L526 464 Q524.35 464 524.1 465.3"/>
<path stroke="none" fill="#EEEEEE" d="M524.1 465.3 Q524.35 464 526 464 L563 464 Q564.65 464 565 465.35 L564.95 465.3 565 466 565 499 Q565 501 563 501 L526 501 Q524 501 524 499 L524 466 524.05 465.5 524.1 465.3"/>
<path stroke="none" fill="#D5D5D5" d="M520 499.25 L520 466 Q520 460 526 460 L563 460 Q569 460 569 466 L569 499.25 Q568.85 505 563 505 L526 505 Q520.15 505 520 499.25 M522.1 465.05 L522 466 522 499 Q522 503 526 503 L563 503 Q567 503 567 499 L567 466 566.95 465.05 Q566.5 462 563 462 L526 462 Q522.5 462 522.1 465.05"/>
<path stroke="none" fill="#AAAAAA" d="M569 499.25 L569 503 Q569 509 563 509 L526 509 Q520 509 520 503 L520 499.25 Q520.15 505 526 505 L563 505 Q568.85 505 569 499.25"/>
<path stroke="none" fill="#FFD948" d="M563 522 Q566.5 522 566.95 525.05 L567 526 567 559 Q567 563 563 563 L526 563 Q522 563 522 559 L522 526 522.1 525.05 Q522.5 522 526 522 L563 522 M564.95 525.3 L565 525.35 Q564.65 524 563 524 L526 524 Q524.35 524 524.1 525.3 L524.05 525.5 524 526 524 559 Q524 561 526 561 L563 561 Q565 561 565 559 L565 526 564.95 525.3"/>
<path stroke="none" fill="#FFCC00" d="M564.95 525.3 L565 526 565 559 Q565 561 563 561 L526 561 Q524 561 524 559 L524 526 524.05 525.5 524.1 525.3 Q524.35 524 526 524 L563 524 Q564.65 524 565 525.35 L564.95 525.3"/>
<path stroke="none" fill="#CDA400" d="M563 522 L526 522 Q522.5 522 522.1 525.05 L522 526 522 559 Q522 563 526 563 L563 563 Q567 563 567 559 L567 526 566.95 525.05 Q566.5 522 563 522 M520 559.25 L520 526 Q520 520 526 520 L563 520 Q569 520 569 526 L569 559.25 Q568.85 565 563 565 L526 565 Q520.15 565 520 559.25"/>
<path stroke="none" fill="#A88600" d="M520 559.25 Q520.15 565 526 565 L563 565 Q568.85 565 569 559.25 L569 563 Q569 569 563 569 L526 569 Q520 569 520 563 L520 559.25"/>
<path stroke="none" fill="#88E060" d="M524.1 585.3 L524.05 585.5 524 586 524 619 Q524 621 526 621 L563 621 Q565 621 565 619 L565 586 564.95 585.3 565 585.35 Q564.65 584 563 584 L526 584 Q524.35 584 524.1 585.3 M522 586 L522.1 585.05 Q522.5 582 526 582 L563 582 Q566.5 582 566.95 585.05 L567 586 567 619 Q567 623 563 623 L526 623 Q522 623 522 619 L522 586"/>
<path stroke="none" fill="#5FB13A" d="M522 586 L522 619 Q522 623 526 623 L563 623 Q567 623 567 619 L567 586 566.95 585.05 Q566.5 582 563 582 L526 582 Q522.5 582 522.1 585.05 L522 586 M520 619.25 L520 586 Q520 580 526 580 L563 580 Q569 580 569 586 L569 619.25 Q568.85 625 563 625 L526 625 Q520.15 625 520 619.25"/>
<path stroke="none" fill="#73CD4B" d="M524.1 585.3 Q524.35 584 526 584 L563 584 Q564.65 584 565 585.35 L564.95 585.3 565 586 565 619 Q565 621 563 621 L526 621 Q524 621 524 619 L524 586 524.05 585.5 524.1 585.3"/>
<path stroke="none" fill="#47832C" d="M569 619.25 L569 623 Q569 629 563 629 L526 629 Q520 629 520 623 L520 619.25 Q520.15 625 526 625 L563 625 Q568.85 625 569 619.25"/>
<path stroke="none" fill="#FA8132" d="M567 646 L567 679 Q567 683 563 683 L526 683 Q522 683 522 679 L522 646 522.1 645.05 522.4 644 Q523.15 642 526 642 L563 642 Q565.85 642 566.7 644 L566.95 645.05 567 646 M526 644 Q524.7 644 524.3 644.7 L524.25 644.8 524.1 645.4 524.05 645.5 524 646 524 679 Q524 681 526 681 L563 681 Q565 681 565 679 L565 646 564.95 645.3 565 645.4 564.85 644.8 Q564.35 644 563 644 L526 644"/>
<path stroke="none" fill="#CD5D12" d="M520 679.25 L520 646 520.2 644 Q521.1 640 526 640 L563 640 Q567.9 640 568.8 644 L569 646 569 679.25 Q568.85 685 563 685 L526 685 Q520.15 685 520 679.25 M567 646 L566.95 645.05 566.7 644 Q565.85 642 563 642 L526 642 Q523.15 642 522.4 644 L522.1 645.05 522 646 522 679 Q522 683 526 683 L563 683 Q567 683 567 679 L567 646"/>
<path stroke="none" fill="#AA4E11" d="M569 679.25 L569 683 Q569 688.45 564.05 688.95 L563 689 526 689 524.95 688.95 Q520 688.45 520 683 L520 679.25 Q520.15 685 526 685 L563 685 Q568.85 685 569 679.25"/>
<path stroke="none" fill="#E86A17" d="M526 644 L563 644 Q564.35 644 564.85 644.8 L565 645.4 564.95 645.3 565 646 565 679 Q565 681 563 681 L526 681 Q524 681 524 679 L524 646 524.05 645.5 524.1 645.4 524.25 644.8 524.3 644.7 Q524.7 644 526 644"/>
<path stroke="none" fill="#35BAF3" d="M565 706 L564.95 705.3 565 705.35 Q564.65 704 563 704 L526 704 Q524.35 704 524.1 705.3 L524.05 705.5 524 706 524 739 Q524 741 526 741 L563 741 Q565 741 565 739 L565 706 M563 702 Q566.5 702 566.95 705.05 L567 706 567 739 Q567 743 563 743 L526 743 Q522 743 522 739 L522 706 522.1 705.05 Q522.5 702 526 702 L563 702"/>
<path stroke="none" fill="#1989B8" d="M563 702 L526 702 Q522.5 702 522.1 705.05 L522 706 522 739 Q522 743 526 743 L563 743 Q567 743 567 739 L567 706 566.95 705.05 Q566.5 702 563 702 M520 739.25 L520 706 Q520 700 526 700 L563 700 Q569 700 569 706 L569 739.25 Q568.85 745 563 745 L526 745 Q520.15 745 520 739.25"/>
<path stroke="none" fill="#1EA7E1" d="M565 706 L565 739 Q565 741 563 741 L526 741 Q524 741 524 739 L524 706 524.05 705.5 524.1 705.3 Q524.35 704 526 704 L563 704 Q564.65 704 565 705.35 L564.95 705.3 565 706"/>
<path stroke="none" fill="#166E93" d="M569 739.25 L569 743 Q569 749 563 749 L526 749 Q520 749 520 743 L520 739.25 Q520.15 745 526 745 L563 745 Q568.85 745 569 739.25"/>
<path stroke="none" fill="#1989B8" d="M623 706 L586 706 Q582.5 706 582.1 709.05 L582 710 582 743 582.1 744 Q582.5 747 586 747 L623 747 Q626.5 747 626.95 744 L627 743 627 710 626.95 709.05 Q626.5 706 623 706 M629 710 L629 743 629 743.25 Q628.85 749 623 749 L586 749 585.75 749 585.6 749 585.4 749 585.3 749 585.2 749 585.1 749 Q580.4 748.6 580.05 743.85 L580 743.25 580 743 580 710 Q580 704 586 704 L623 704 Q629 704 629 710"/>
<path stroke="none" fill="#35BAF3" d="M625 710 L624.95 709.3 625 709.35 Q624.65 708 623 708 L586 708 Q584.35 708 584.1 709.3 L584.05 709.5 584 710 584 743 584.05 743.6 584.1 743.75 Q584.35 745 586 745 L623 745 Q624.6 745 624.95 743.8 L625 743 625 710 M623 706 Q626.5 706 626.95 709.05 L627 710 627 743 626.95 744 Q626.5 747 623 747 L586 747 Q582.5 747 582.1 744 L582 743 582 710 582.1 709.05 Q582.5 706 586 706 L623 706"/>
<path stroke="none" fill="#1EA7E1" d="M625 710 L625 743 624.95 743.8 Q624.6 745 623 745 L586 745 Q584.35 745 584.1 743.75 L584.05 743.6 584 743 584 710 584.05 709.5 584.1 709.3 Q584.35 708 586 708 L623 708 Q624.65 708 625 709.35 L624.95 709.3 625 710"/>
<path stroke="none" fill="#FA8132" d="M584.3 648.7 L584.25 648.8 584.1 649.4 584.05 649.5 584 650 584 683 584.05 683.6 584.1 683.75 Q584.35 685 586 685 L623 685 Q624.6 685 624.95 683.8 L625 683 625 650 624.95 649.3 625 649.4 624.85 648.8 Q624.35 648 623 648 L586 648 Q584.7 648 584.3 648.7 M582.4 648 Q583.15 646 586 646 L623 646 Q625.85 646 626.7 648 L626.95 649.05 627 650 627 683 626.95 684 Q626.5 687 623 687 L586 687 Q582.5 687 582.1 684 L582 683 582 650 582.1 649.05 582.4 648"/>
<path stroke="none" fill="#E86A17" d="M584.3 648.7 Q584.7 648 586 648 L623 648 Q624.35 648 624.85 648.8 L625 649.4 624.95 649.3 625 650 625 683 624.95 683.8 Q624.6 685 623 685 L586 685 Q584.35 685 584.1 683.75 L584.05 683.6 584 683 584 650 584.05 649.5 584.1 649.4 584.25 648.8 584.3 648.7"/>
<path stroke="none" fill="#CD5D12" d="M582.4 648 L582.1 649.05 582 650 582 683 582.1 684 Q582.5 687 586 687 L623 687 Q626.5 687 626.95 684 L627 683 627 650 626.95 649.05 626.7 648 Q625.85 646 623 646 L586 646 Q583.15 646 582.4 648 M580.2 648 Q581.1 644 586 644 L623 644 Q627.9 644 628.8 648 L629 650 629 683.25 Q628.9 688.45 624.05 688.95 L623 689 586 689 584.95 688.95 Q580.4 688.5 580.05 683.85 L580 683.25 580 650 580.2 648"/>
<path stroke="none" fill="#5FB13A" d="M582 590 L582 623 582.1 624 Q582.5 627 586 627 L623 627 Q626.5 627 626.95 624 L627 623 627 590 626.95 589.05 Q626.5 586 623 586 L586 586 Q582.5 586 582.1 589.05 L582 590 M586 584 L623 584 Q629 584 629 590 L629 623 629 623.25 Q628.85 629 623 629 L586 629 585.75 629 585.6 629 585.4 629 585.3 629 585.2 629 585.1 629 Q580.4 628.6 580.05 623.85 L580 623.25 580 590 Q580 584 586 584"/>
<path stroke="none" fill="#88E060" d="M582 590 L582.1 589.05 Q582.5 586 586 586 L623 586 Q626.5 586 626.95 589.05 L627 590 627 623 626.95 624 Q626.5 627 623 627 L586 627 Q582.5 627 582.1 624 L582 623 582 590 M584.05 589.5 L584 590 584 623 584.05 623.6 584.1 623.75 Q584.35 625 586 625 L623 625 Q624.6 625 624.95 623.8 L625 623 625 590 624.95 589.3 625 589.35 Q624.65 588 623 588 L586 588 Q584.35 588 584.1 589.3 L584.05 589.5"/>
<path stroke="none" fill="#73CD4B" d="M584.05 589.5 L584.1 589.3 Q584.35 588 586 588 L623 588 Q624.65 588 625 589.35 L624.95 589.3 625 590 625 623 624.95 623.8 Q624.6 625 623 625 L586 625 Q584.35 625 584.1 623.75 L584.05 623.6 584 623 584 590 584.05 589.5"/>
<path stroke="none" fill="#CDA400" d="M623 526 L586 526 Q582.5 526 582.1 529.05 L582 530 582 563 582.1 564 Q582.5 567 586 567 L623 567 Q626.5 567 626.95 564 L627 563 627 530 626.95 529.05 Q626.5 526 623 526 M629 530 L629 563 629 563.25 Q628.85 569 623 569 L586 569 585.75 569 585.6 569 585.4 569 585.3 569 585.2 569 585.1 569 Q580.4 568.6 580.05 563.85 L580 563.25 580 563 580 530 Q580 524 586 524 L623 524 Q629 524 629 530"/>
<path stroke="none" fill="#FFD948" d="M624.95 529.3 L625 529.35 Q624.65 528 623 528 L586 528 Q584.35 528 584.1 529.3 L584.05 529.5 584 530 584 563 584.05 563.6 584.1 563.75 Q584.35 565 586 565 L623 565 Q624.6 565 624.95 563.8 L625 563 625 530 624.95 529.3 M623 526 Q626.5 526 626.95 529.05 L627 530 627 563 626.95 564 Q626.5 567 623 567 L586 567 Q582.5 567 582.1 564 L582 563 582 530 582.1 529.05 Q582.5 526 586 526 L623 526"/>
<path stroke="none" fill="#FFCC00" d="M624.95 529.3 L625 530 625 563 624.95 563.8 Q624.6 565 623 565 L586 565 Q584.35 565 584.1 563.75 L584.05 563.6 584 563 584 530 584.05 529.5 584.1 529.3 Q584.35 528 586 528 L623 528 Q624.65 528 625 529.35 L624.95 529.3"/>
<path stroke="none" fill="#FFFFFF" d="M584.1 469.3 L584.05 469.5 584 470 584 503 584.05 503.6 584.1 503.75 Q584.35 505 586 505 L623 505 Q624.6 505 624.95 503.8 L625 503 625 470 624.95 469.3 625 469.35 Q624.65 468 623 468 L586 468 Q584.35 468 584.1 469.3 M582.1 469.05 Q582.5 466 586 466 L623 466 Q626.5 466 626.95 469.05 L627 470 627 503 626.95 504 Q626.5 507 623 507 L586 507 Q582.5 507 582.1 504 L582 503 582 470 582.1 469.05"/>
<path stroke="none" fill="#D5D5D5" d="M582.1 469.05 L582 470 582 503 582.1 504 Q582.5 507 586 507 L623 507 Q626.5 507 626.95 504 L627 503 627 470 626.95 469.05 Q626.5 466 623 466 L586 466 Q582.5 466 582.1 469.05 M586 464 L623 464 Q629 464 629 470 L629 503 629 503.25 Q628.85 509 623 509 L586 509 585.75 509 585.6 509 585.4 509 585.3 509 585.2 509 585.1 509 Q580.4 508.6 580.05 503.85 L580 503.25 580 470 Q580 464 586 464"/>
<path stroke="none" fill="#EEEEEE" d="M584.1 469.3 Q584.35 468 586 468 L623 468 Q624.65 468 625 469.35 L624.95 469.3 625 470 625 503 624.95 503.8 Q624.6 505 623 505 L586 505 Q584.35 505 584.1 503.75 L584.05 503.6 584 503 584 470 584.05 469.5 584.1 469.3"/>
<path stroke="none" fill="#999999" d="M100.3 465.15 L100.3 465.2 Q105.5 470.4 105.5 477.75 105.5 485.1 100.3 490.3 95.1 495.5 87.75 495.5 80.4 495.5 75.2 490.3 L75.15 490.3 Q70 485.1 70 477.75 70 470.4 75.15 465.2 L75.2 465.15 Q80.4 460 87.75 460 95.1 460 100.3 465.15 M98.9 466.6 Q94.3 462 87.75 462 81.25 462 76.6 466.6 72 471.25 72 477.75 72 484.3 76.6 488.9 81.2 493.5 87.75 493.5 94.25 493.5 98.85 488.9 L98.9 488.85 Q103.5 484.25 103.5 477.75 103.5 471.2 98.9 466.6"/>
<path stroke="none" fill="#FFFFFF" d="M98.9 466.6 Q103.5 471.2 103.5 477.75 103.5 484.25 98.9 488.85 L98.85 488.9 Q94.25 493.5 87.75 493.5 81.2 493.5 76.6 488.9 72 484.3 72 477.75 72 471.25 76.6 466.6 81.25 462 87.75 462 94.3 462 98.9 466.6 M97.45 468 Q93.45 464 87.75 464 82.05 464 78 468 74 472.05 74 477.75 74 483.45 78 487.45 82.05 491.5 87.75 491.5 93.45 491.5 97.45 487.45 101.5 483.45 101.5 477.75 101.5 472.05 97.45 468"/>
<path stroke="none" fill="#EEEEEE" d="M97.45 468 Q101.5 472.05 101.5 477.75 101.5 483.45 97.45 487.45 93.45 491.5 87.75 491.5 82.05 491.5 78 487.45 74 483.45 74 477.75 74 472.05 78 468 82.05 464 87.75 464 93.45 464 97.45 468"/>
<path stroke="none" fill="#999999" d="M150.3 465.2 Q155.5 470.4 155.5 477.75 155.5 485.1 150.3 490.3 145.1 495.5 137.75 495.5 130.4 495.5 125.2 490.3 L125.15 490.3 Q120 485.1 120 477.75 120 470.4 125.15 465.2 L125.2 465.15 Q130.4 460 137.75 460 145.1 460 150.3 465.15 L150.3 465.2 M137.75 462 Q131.25 462 126.6 466.6 122 471.25 122 477.75 122 484.3 126.6 488.9 131.2 493.5 137.75 493.5 144.25 493.5 148.85 488.9 L148.9 488.85 Q153.5 484.25 153.5 477.75 153.5 471.2 148.9 466.6 144.3 462 137.75 462"/>
<path stroke="none" fill="#FFFFFF" d="M137.75 462 Q144.3 462 148.9 466.6 153.5 471.2 153.5 477.75 153.5 484.25 148.9 488.85 L148.85 488.9 Q144.25 493.5 137.75 493.5 131.2 493.5 126.6 488.9 122 484.3 122 477.75 122 471.25 126.6 466.6 131.25 462 137.75 462 M137.75 464 Q132.05 464 128 468 124 472.05 124 477.75 124 483.45 128 487.45 132.05 491.5 137.75 491.5 143.45 491.5 147.45 487.45 151.5 483.45 151.5 477.75 151.5 472.05 147.45 468 143.45 464 137.75 464"/>
<path stroke="none" fill="#EEEEEE" d="M137.75 464 Q143.45 464 147.45 468 151.5 472.05 151.5 477.75 151.5 483.45 147.45 487.45 143.45 491.5 137.75 491.5 132.05 491.5 128 487.45 124 483.45 124 477.75 124 472.05 128 468 132.05 464 137.75 464"/>
<path stroke="none" fill="#999999" d="M200.3 465.2 Q205.5 470.4 205.5 477.75 205.5 485.1 200.3 490.3 195.1 495.5 187.75 495.5 180.4 495.5 175.2 490.3 L175.15 490.3 Q170 485.1 170 477.75 170 470.4 175.15 465.2 L175.2 465.15 Q180.4 460 187.75 460 195.1 460 200.3 465.15 L200.3 465.2 M198.9 466.6 Q194.3 462 187.75 462 181.25 462 176.6 466.6 172 471.25 172 477.75 172 484.3 176.6 488.9 181.2 493.5 187.75 493.5 194.25 493.5 198.85 488.9 L198.9 488.85 Q203.5 484.25 203.5 477.75 203.5 471.2 198.9 466.6"/>
<path stroke="none" fill="#FFFFFF" d="M198.9 466.6 Q203.5 471.2 203.5 477.75 203.5 484.25 198.9 488.85 L198.85 488.9 Q194.25 493.5 187.75 493.5 181.2 493.5 176.6 488.9 172 484.3 172 477.75 172 471.25 176.6 466.6 181.25 462 187.75 462 194.3 462 198.9 466.6 M197.45 468 Q193.45 464 187.75 464 182.05 464 178 468 174 472.05 174 477.75 174 483.45 178 487.45 182.05 491.5 187.75 491.5 193.45 491.5 197.45 487.45 201.5 483.45 201.5 477.75 201.5 472.05 197.45 468"/>
<path stroke="none" fill="#EEEEEE" d="M197.45 468 Q201.5 472.05 201.5 477.75 201.5 483.45 197.45 487.45 193.45 491.5 187.75 491.5 182.05 491.5 178 487.45 174 483.45 174 477.75 174 472.05 178 468 182.05 464 187.75 464 193.45 464 197.45 468"/>
<path stroke="none" fill="#E86A17" d="M187.75 469.5 Q191.15 469.5 193.55 471.9 196 474.35 196 477.75 196 481.15 193.55 483.55 191.15 486 187.75 486 184.3 486 181.9 483.55 179.5 481.15 179.5 477.75 179.5 474.35 181.9 471.9 184.3 469.5 187.75 469.5"/>
<path stroke="none" fill="#FFFFFF" d="M248.9 488.85 L248.85 488.9 Q244.25 493.5 237.75 493.5 231.2 493.5 226.6 488.9 222 484.3 222 477.75 222 471.25 226.6 466.6 231.25 462 237.75 462 244.3 462 248.9 466.6 253.5 471.2 253.5 477.75 253.5 484.25 248.9 488.85 M251.5 477.75 Q251.5 472.05 247.45 468 243.45 464 237.75 464 232.05 464 228 468 224 472.05 224 477.75 224 483.45 228 487.45 232.05 491.5 237.75 491.5 243.45 491.5 247.45 487.45 251.5 483.45 251.5 477.75"/>
<path stroke="none" fill="#EEEEEE" d="M251.5 477.75 Q251.5 483.45 247.45 487.45 243.45 491.5 237.75 491.5 232.05 491.5 228 487.45 224 483.45 224 477.75 224 472.05 228 468 232.05 464 237.75 464 243.45 464 247.45 468 251.5 472.05 251.5 477.75"/>
<path stroke="none" fill="#999999" d="M250.3 490.3 Q245.1 495.5 237.75 495.5 230.4 495.5 225.2 490.3 L225.15 490.3 Q220 485.1 220 477.75 220 470.4 225.15 465.2 L225.2 465.15 Q230.4 460 237.75 460 245.1 460 250.3 465.15 L250.3 465.2 Q255.5 470.4 255.5 477.75 255.5 485.1 250.3 490.3 M248.9 488.85 Q253.5 484.25 253.5 477.75 253.5 471.2 248.9 466.6 244.3 462 237.75 462 231.25 462 226.6 466.6 222 471.25 222 477.75 222 484.3 226.6 488.9 231.2 493.5 237.75 493.5 244.25 493.5 248.85 488.9 L248.9 488.85"/>
<path stroke="none" fill="#FFFFFF" d="M276.6 466.6 Q281.25 462 287.75 462 294.3 462 298.9 466.6 303.5 471.2 303.5 477.75 303.5 484.25 298.9 488.85 L298.85 488.9 Q294.25 493.5 287.75 493.5 281.2 493.5 276.6 488.9 272 484.3 272 477.75 272 471.25 276.6 466.6 M278 468 Q274 472.05 274 477.75 274 483.45 278 487.45 282.05 491.5 287.75 491.5 293.45 491.5 297.45 487.45 301.5 483.45 301.5 477.75 301.5 472.05 297.45 468 293.45 464 287.75 464 282.05 464 278 468"/>
<path stroke="none" fill="#EEEEEE" d="M278 468 Q282.05 464 287.75 464 293.45 464 297.45 468 301.5 472.05 301.5 477.75 301.5 483.45 297.45 487.45 293.45 491.5 287.75 491.5 282.05 491.5 278 487.45 274 483.45 274 477.75 274 472.05 278 468"/>
<path stroke="none" fill="#999999" d="M276.6 466.6 Q272 471.25 272 477.75 272 484.3 276.6 488.9 281.2 493.5 287.75 493.5 294.25 493.5 298.85 488.9 L298.9 488.85 Q303.5 484.25 303.5 477.75 303.5 471.2 298.9 466.6 294.3 462 287.75 462 281.25 462 276.6 466.6 M275.15 465.2 L275.2 465.15 Q280.4 460 287.75 460 295.1 460 300.3 465.15 L300.3 465.2 Q305.5 470.4 305.5 477.75 305.5 485.1 300.3 490.3 295.1 495.5 287.75 495.5 280.4 495.5 275.2 490.3 L275.15 490.3 Q270 485.1 270 477.75 270 470.4 275.15 465.2"/>
<path stroke="none" fill="#999999" d="M279.5 477.75 Q279.5 474.35 281.9 471.9 284.3 469.5 287.75 469.5 291.15 469.5 293.55 471.9 296 474.35 296 477.75 296 481.15 293.55 483.55 291.15 486 287.75 486 284.3 486 281.9 483.55 279.5 481.15 279.5 477.75"/>
<path stroke="none" fill="#1EA7E1" d="M246 477.75 Q246 481.15 243.55 483.55 241.15 486 237.75 486 234.3 486 231.9 483.55 229.5 481.15 229.5 477.75 229.5 474.35 231.9 471.9 234.3 469.5 237.75 469.5 241.15 469.5 243.55 471.9 246 474.35 246 477.75"/>
<path stroke="none" fill="#73CD4B" d="M137.75 486 Q134.3 486 131.9 483.55 129.5 481.15 129.5 477.75 129.5 474.35 131.9 471.9 134.3 469.5 137.75 469.5 141.15 469.5 143.55 471.9 146 474.35 146 477.75 146 481.15 143.55 483.55 141.15 486 137.75 486"/>
<path stroke="none" fill="#FFCC00" d="M81.9 483.55 Q79.5 481.15 79.5 477.75 79.5 474.35 81.9 471.9 84.3 469.5 87.75 469.5 91.15 469.5 93.55 471.9 96 474.35 96 477.75 96 481.15 93.55 483.55 91.15 486 87.75 486 84.3 486 81.9 483.55"/>
<path stroke="none" fill="#E86A17" d="M193.55 521.9 Q196 524.35 196 527.75 196 531.15 193.55 533.55 191.15 536 187.75 536 184.3 536 181.9 533.55 179.5 531.15 179.5 527.75 179.5 524.35 181.9 521.9 184.3 519.5 187.75 519.5 191.15 519.5 193.55 521.9"/>
<path stroke="none" fill="#999999" d="M293.55 521.9 Q296 524.35 296 527.75 296 531.15 293.55 533.55 291.15 536 287.75 536 284.3 536 281.9 533.55 279.5 531.15 279.5 527.75 279.5 524.35 281.9 521.9 284.3 519.5 287.75 519.5 291.15 519.5 293.55 521.9"/>
<path stroke="none" fill="#1EA7E1" d="M231.9 533.55 Q229.5 531.15 229.5 527.75 229.5 524.35 231.9 521.9 234.3 519.5 237.75 519.5 241.15 519.5 243.55 521.9 246 524.35 246 527.75 246 531.15 243.55 533.55 241.15 536 237.75 536 234.3 536 231.9 533.55"/>
<path stroke="none" fill="#73CD4B" d="M131.9 533.55 Q129.5 531.15 129.5 527.75 129.5 524.35 131.9 521.9 134.3 519.5 137.75 519.5 141.15 519.5 143.55 521.9 146 524.35 146 527.75 146 531.15 143.55 533.55 141.15 536 137.75 536 134.3 536 131.9 533.55"/>
<path stroke="none" fill="#FFCC00" d="M87.75 519.5 Q91.15 519.5 93.55 521.9 96 524.35 96 527.75 96 531.15 93.55 533.55 91.15 536 87.75 536 84.3 536 81.9 533.55 79.5 531.15 79.5 527.75 79.5 524.35 81.9 521.9 84.3 519.5 87.75 519.5"/>
<path stroke="none" fill="#FFFFFF" d="M46 527.75 Q46 531.15 43.55 533.55 41.15 536 37.75 536 34.3 536 31.9 533.55 29.5 531.15 29.5 527.75 29.5 524.35 31.9 521.9 34.3 519.5 37.75 519.5 41.15 519.5 43.55 521.9 46 524.35 46 527.75"/>
<path stroke="none" fill="#FFFFFF" d="M42.4 622.05 L47.85 625.65 48 625.85 47.95 626.1 35.6 641.85 35.45 642 35.25 641.95 35.05 641.85 27.05 630.6 27 630.35 27.15 630.15 32.6 627.1 32.9 627.05 33.1 627.2 35.4 630.5 41.95 622.1 42.2 622 42.4 622.05"/>
<path stroke="none" fill="#FFFFFF" d="M45.8 726.2 Q46.2 726.6 45.8 726.95 L40.8 732 45.8 737 Q46.2 737.35 45.8 737.75 L42.8 740.75 42 740.8 37 735.75 31.95 740.75 Q31.55 741.15 31.15 740.75 L28.15 737.75 Q27.75 737.35 28.15 737 L33.2 732 28.15 726.95 Q27.8 726.6 28.15 726.2 L31.2 723.15 Q31.55 722.8 31.95 723.15 L36.95 728.2 42 723.15 Q42.4 722.8 42.75 723.15 L45.8 726.2"/>
<path stroke="none" fill="#FFFFFF" d="M656 337 L834 337 Q842 337 842 345 L842 378 842 378.25 842 378.3 Q841.8 385.7 834.6 386 L655.85 386 655.75 386 655.6 386 655.4 386 655.3 386 655.2 386 655.1 386 654.95 386 Q648.55 385.45 648.05 379 L648 378.25 648 378 648 345 Q648 337 656 337"/>
<path stroke="none" fill="#C6C6C6" d="M838 346.7 L838 345 837.95 344.05 Q837.5 341 834 341 L656 341 Q652.5 341 652.1 344.05 L652 345 652 346.8 652 378.15 652.1 379 Q652.5 382 656 382 L834 382 Q837.5 382 837.95 379 L838 378.25 838 346.7 M656 339 L834 339 Q840 339 840 345 L840 378 840 378.25 Q839.85 383.75 834.5 384 L655.85 384 655.75 384 655.6 384 655.4 384 655.3 384 655.2 384 655.1 384 Q650.4 383.6 650.05 378.85 L650 378.25 650 378 650 345 Q650 339 656 339"/>
<path stroke="none" fill="#ECECEC" d="M652 346.8 L652 345 652.1 344.05 Q652.5 341 656 341 L834 341 Q837.5 341 837.95 344.05 L838 345 838 346.7 837.95 346.05 Q837.5 343 834 343 L656 343 Q652.5 343 652.1 346.05 L652 346.8"/>
<path stroke="none" fill="#FFFFFF" d="M652 346.8 L652.1 346.05 Q652.5 343 656 343 L834 343 Q837.5 343 837.95 346.05 L838 346.7 838 378.25 837.95 379 Q837.5 382 834 382 L656 382 Q652.5 382 652.1 379 L652 378.15 652 346.8"/>
<path stroke="none" fill="#FFFFFF" d="M1257.95 25.05 L1258 26 1258 59 Q1258 63 1254 63 L1076 63 Q1072 63 1072 59 L1072 26 1072.1 25.05 Q1072.5 22 1076 22 L1254 22 Q1257.5 22 1257.95 25.05 M1256 26 L1255.95 25.3 1256 25.35 Q1255.65 24 1254 24 L1076 24 Q1074.35 24 1074.1 25.3 L1074.05 25.5 1074 26 1074 59 Q1074 61 1076 61 L1254 61 Q1256 61 1256 59 L1256 26"/>
<path stroke="none" fill="url(#gradient0)" d="M1256 26 L1256 59 Q1256 61 1254 61 L1076 61 Q1074 61 1074 59 L1074 26 1074.05 25.5 1074.1 25.3 Q1074.35 24 1076 24 L1254 24 Q1255.65 24 1256 25.35 L1255.95 25.3 1256 26"/>
<path stroke="none" fill="#D5D5D5" d="M1257.95 25.05 Q1257.5 22 1254 22 L1076 22 Q1072.5 22 1072.1 25.05 L1072 26 1072 59 Q1072 63 1076 63 L1254 63 Q1258 63 1258 59 L1258 26 1257.95 25.05 M1070 59.25 L1070 26 Q1070 20 1076 20 L1254 20 Q1260 20 1260 26 L1260 59.25 Q1259.85 65 1254 65 L1076 65 Q1070.15 65 1070 59.25"/>
<path stroke="none" fill="#AAAAAA" d="M1070 59.25 Q1070.15 65 1076 65 L1254 65 Q1259.85 65 1260 59.25 L1260 63 Q1260 69 1254 69 L1076 69 Q1070 69 1070 63 L1070 59.25"/>
<path stroke="none" fill="#FFD948" d="M1257.95 85.05 L1258 86 1258 119 Q1258 123 1254 123 L1076 123 Q1072 123 1072 119 L1072 86 1072.1 85.05 Q1072.5 82 1076 82 L1254 82 Q1257.5 82 1257.95 85.05 M1256 86 L1255.95 85.3 1256 85.35 Q1255.65 84 1254 84 L1076 84 Q1074.35 84 1074.1 85.3 L1074.05 85.5 1074 86 1074 119 Q1074 121 1076 121 L1254 121 Q1256 121 1256 119 L1256 86"/>
<path stroke="none" fill="url(#gradient1)" d="M1256 86 L1256 119 Q1256 121 1254 121 L1076 121 Q1074 121 1074 119 L1074 86 1074.05 85.5 1074.1 85.3 Q1074.35 84 1076 84 L1254 84 Q1255.65 84 1256 85.35 L1255.95 85.3 1256 86"/>
<path stroke="none" fill="#CDA400" d="M1257.95 85.05 Q1257.5 82 1254 82 L1076 82 Q1072.5 82 1072.1 85.05 L1072 86 1072 119 Q1072 123 1076 123 L1254 123 Q1258 123 1258 119 L1258 86 1257.95 85.05 M1070 119.25 L1070 86 Q1070 80 1076 80 L1254 80 Q1260 80 1260 86 L1260 119.25 Q1259.85 125 1254 125 L1076 125 Q1070.15 125 1070 119.25"/>
<path stroke="none" fill="#A88600" d="M1070 119.25 Q1070.15 125 1076 125 L1254 125 Q1259.85 125 1260 119.25 L1260 123 Q1260 129 1254 129 L1076 129 Q1070 129 1070 123 L1070 119.25"/>
<path stroke="none" fill="#88E060" d="M1257.95 145.05 L1258 146 1258 179 Q1258 183 1254 183 L1076 183 Q1072 183 1072 179 L1072 146 1072.1 145.05 Q1072.5 142 1076 142 L1254 142 Q1257.5 142 1257.95 145.05 M1256 146 L1255.95 145.3 1256 145.35 Q1255.65 144 1254 144 L1076 144 Q1074.35 144 1074.1 145.3 L1074.05 145.5 1074 146 1074 179 Q1074 181 1076 181 L1254 181 Q1256 181 1256 179 L1256 146"/>
<path stroke="none" fill="url(#gradient2)" d="M1256 146 L1256 179 Q1256 181 1254 181 L1076 181 Q1074 181 1074 179 L1074 146 1074.05 145.5 1074.1 145.3 Q1074.35 144 1076 144 L1254 144 Q1255.65 144 1256 145.35 L1255.95 145.3 1256 146"/>
<path stroke="none" fill="#5FB13A" d="M1257.95 145.05 Q1257.5 142 1254 142 L1076 142 Q1072.5 142 1072.1 145.05 L1072 146 1072 179 Q1072 183 1076 183 L1254 183 Q1258 183 1258 179 L1258 146 1257.95 145.05 M1070 179.25 L1070 146 Q1070 140 1076 140 L1254 140 Q1260 140 1260 146 L1260 179.25 Q1259.85 185 1254 185 L1076 185 Q1070.15 185 1070 179.25"/>
<path stroke="none" fill="#47832C" d="M1070 179.25 Q1070.15 185 1076 185 L1254 185 Q1259.85 185 1260 179.25 L1260 183 Q1260 189 1254 189 L1076 189 Q1070 189 1070 183 L1070 179.25"/>
<path stroke="none" fill="#FA8132" d="M1074.3 204.7 L1074.25 204.8 1074.1 205.4 1074.05 205.5 1074 206 1074 239 Q1074 241 1076 241 L1254 241 Q1256 241 1256 239 L1256 206 1255.95 205.3 1256 205.4 1255.85 204.8 Q1255.35 204 1254 204 L1076 204 Q1074.7 204 1074.3 204.7 M1072 206 L1072.1 205.05 1072.4 204 Q1073.15 202 1076 202 L1254 202 Q1256.85 202 1257.7 204 L1257.95 205.05 1258 206 1258 239 Q1258 243 1254 243 L1076 243 Q1072 243 1072 239 L1072 206"/>
<path stroke="none" fill="url(#gradient3)" d="M1074.3 204.7 Q1074.7 204 1076 204 L1254 204 Q1255.35 204 1255.85 204.8 L1256 205.4 1255.95 205.3 1256 206 1256 239 Q1256 241 1254 241 L1076 241 Q1074 241 1074 239 L1074 206 1074.05 205.5 1074.1 205.4 1074.25 204.8 1074.3 204.7"/>
<path stroke="none" fill="#CD5D12" d="M1072 206 L1072 239 Q1072 243 1076 243 L1254 243 Q1258 243 1258 239 L1258 206 1257.95 205.05 1257.7 204 Q1256.85 202 1254 202 L1076 202 Q1073.15 202 1072.4 204 L1072.1 205.05 1072 206 M1070 239.25 L1070 206 1070.2 204 Q1071.1 200 1076 200 L1254 200 Q1258.9 200 1259.8 204 L1260 206 1260 239.25 Q1259.85 245 1254 245 L1076 245 Q1070.15 245 1070 239.25"/>
<path stroke="none" fill="#AA4E11" d="M1070 239.25 Q1070.15 245 1076 245 L1254 245 Q1259.85 245 1260 239.25 L1260 243 Q1260 248.45 1255.05 248.95 L1254 249 1076 249 1074.95 248.95 Q1070 248.45 1070 243 L1070 239.25"/>
<path stroke="none" fill="#35BAF3" d="M1072.1 265.05 Q1072.5 262 1076 262 L1254 262 Q1257.5 262 1257.95 265.05 L1258 266 1258 299 Q1258 303 1254 303 L1076 303 Q1072 303 1072 299 L1072 266 1072.1 265.05 M1074.1 265.3 L1074.05 265.5 1074 266 1074 299 Q1074 301 1076 301 L1254 301 Q1256 301 1256 299 L1256 266 1255.95 265.3 1256 265.35 Q1255.65 264 1254 264 L1076 264 Q1074.35 264 1074.1 265.3"/>
<path stroke="none" fill="url(#gradient4)" d="M1074.1 265.3 Q1074.35 264 1076 264 L1254 264 Q1255.65 264 1256 265.35 L1255.95 265.3 1256 266 1256 299 Q1256 301 1254 301 L1076 301 Q1074 301 1074 299 L1074 266 1074.05 265.5 1074.1 265.3"/>
<path stroke="none" fill="#1989B8" d="M1072.1 265.05 L1072 266 1072 299 Q1072 303 1076 303 L1254 303 Q1258 303 1258 299 L1258 266 1257.95 265.05 Q1257.5 262 1254 262 L1076 262 Q1072.5 262 1072.1 265.05 M1070 299.25 L1070 266 Q1070 260 1076 260 L1254 260 Q1260 260 1260 266 L1260 299.25 Q1259.85 305 1254 305 L1076 305 Q1070.15 305 1070 299.25"/>
<path stroke="none" fill="#166E93" d="M1070 299.25 Q1070.15 305 1076 305 L1254 305 Q1259.85 305 1260 299.25 L1260 303 Q1260 309 1254 309 L1076 309 Q1070 309 1070 303 L1070 299.25"/>
<path stroke="none" fill="#FFFFFF" d="M1466 30 L1465.95 29.3 1466 29.35 Q1465.65 28 1464 28 L1286 28 Q1284.35 28 1284.1 29.3 L1284.05 29.5 1284 30 1284 63 Q1284 65 1286 65 L1464 65 Q1466 65 1466 63 L1466 30 M1464 26 Q1467.5 26 1467.95 29.05 L1468 30 1468 63 Q1468 67 1464 67 L1286 67 Q1282 67 1282 63 L1282 30 1282.1 29.05 Q1282.5 26 1286 26 L1464 26"/>
<path stroke="none" fill="#D5D5D5" d="M1464 26 L1286 26 Q1282.5 26 1282.1 29.05 L1282 30 1282 63 Q1282 67 1286 67 L1464 67 Q1468 67 1468 63 L1468 30 1467.95 29.05 Q1467.5 26 1464 26 M1470 30 L1470 63.25 Q1469.85 69 1464 69 L1286 69 Q1280.15 69 1280 63.25 L1280 30 Q1280 24 1286 24 L1464 24 Q1470 24 1470 30"/>
<path stroke="none" fill="url(#gradient5)" d="M1466 30 L1466 63 Q1466 65 1464 65 L1286 65 Q1284 65 1284 63 L1284 30 1284.05 29.5 1284.1 29.3 Q1284.35 28 1286 28 L1464 28 Q1465.65 28 1466 29.35 L1465.95 29.3 1466 30"/>
<path stroke="none" fill="#FFD948" d="M1466 90 L1465.95 89.3 1466 89.35 Q1465.65 88 1464 88 L1286 88 Q1284.35 88 1284.1 89.3 L1284.05 89.5 1284 90 1284 123 Q1284 125 1286 125 L1464 125 Q1466 125 1466 123 L1466 90 M1467.95 89.05 L1468 90 1468 123 Q1468 127 1464 127 L1286 127 Q1282 127 1282 123 L1282 90 1282.1 89.05 Q1282.5 86 1286 86 L1464 86 Q1467.5 86 1467.95 89.05"/>
<path stroke="none" fill="#CDA400" d="M1467.95 89.05 Q1467.5 86 1464 86 L1286 86 Q1282.5 86 1282.1 89.05 L1282 90 1282 123 Q1282 127 1286 127 L1464 127 Q1468 127 1468 123 L1468 90 1467.95 89.05 M1470 90 L1470 123.25 Q1469.85 129 1464 129 L1286 129 Q1280.15 129 1280 123.25 L1280 90 Q1280 84 1286 84 L1464 84 Q1470 84 1470 90"/>
<path stroke="none" fill="url(#gradient6)" d="M1466 90 L1466 123 Q1466 125 1464 125 L1286 125 Q1284 125 1284 123 L1284 90 1284.05 89.5 1284.1 89.3 Q1284.35 88 1286 88 L1464 88 Q1465.65 88 1466 89.35 L1465.95 89.3 1466 90"/>
<path stroke="none" fill="#88E060" d="M1466 150 L1465.95 149.3 1466 149.35 Q1465.65 148 1464 148 L1286 148 Q1284.35 148 1284.1 149.3 L1284.05 149.5 1284 150 1284 183 Q1284 185 1286 185 L1464 185 Q1466 185 1466 183 L1466 150 M1467.95 149.05 L1468 150 1468 183 Q1468 187 1464 187 L1286 187 Q1282 187 1282 183 L1282 150 1282.1 149.05 Q1282.5 146 1286 146 L1464 146 Q1467.5 146 1467.95 149.05"/>
<path stroke="none" fill="url(#gradient7)" d="M1466 150 L1466 183 Q1466 185 1464 185 L1286 185 Q1284 185 1284 183 L1284 150 1284.05 149.5 1284.1 149.3 Q1284.35 148 1286 148 L1464 148 Q1465.65 148 1466 149.35 L1465.95 149.3 1466 150"/>
<path stroke="none" fill="#5FB13A" d="M1467.95 149.05 Q1467.5 146 1464 146 L1286 146 Q1282.5 146 1282.1 149.05 L1282 150 1282 183 Q1282 187 1286 187 L1464 187 Q1468 187 1468 183 L1468 150 1467.95 149.05 M1464 189 L1286 189 Q1280.15 189 1280 183.25 L1280 150 Q1280 144 1286 144 L1464 144 Q1470 144 1470 150 L1470 183.25 Q1469.85 189 1464 189"/>
<path stroke="none" fill="#CD5D12" d="M1470 210 L1470 243.25 Q1469.85 249 1464 249 L1286 249 Q1280.15 249 1280 243.25 L1280 210 1280.2 208 Q1281.1 204 1286 204 L1464 204 Q1468.9 204 1469.8 208 L1470 210 M1467.7 208 Q1466.85 206 1464 206 L1286 206 Q1283.15 206 1282.4 208 L1282.1 209.05 1282 210 1282 243 Q1282 247 1286 247 L1464 247 Q1468 247 1468 243 L1468 210 1467.95 209.05 1467.7 208"/>
<path stroke="none" fill="#FA8132" d="M1467.7 208 L1467.95 209.05 1468 210 1468 243 Q1468 247 1464 247 L1286 247 Q1282 247 1282 243 L1282 210 1282.1 209.05 1282.4 208 Q1283.15 206 1286 206 L1464 206 Q1466.85 206 1467.7 208 M1465.95 209.3 L1466 209.4 1465.85 208.8 Q1465.35 208 1464 208 L1286 208 Q1284.7 208 1284.3 208.7 L1284.25 208.8 1284.1 209.4 1284.05 209.5 1284 210 1284 243 Q1284 245 1286 245 L1464 245 Q1466 245 1466 243 L1466 210 1465.95 209.3"/>
<path stroke="none" fill="url(#gradient8)" d="M1465.95 209.3 L1466 210 1466 243 Q1466 245 1464 245 L1286 245 Q1284 245 1284 243 L1284 210 1284.05 209.5 1284.1 209.4 1284.25 208.8 1284.3 208.7 Q1284.7 208 1286 208 L1464 208 Q1465.35 208 1465.85 208.8 L1466 209.4 1465.95 209.3"/>
<path stroke="none" fill="#35BAF3" d="M1466 270 L1465.95 269.3 1466 269.35 Q1465.65 268 1464 268 L1286 268 Q1284.35 268 1284.1 269.3 L1284.05 269.5 1284 270 1284 303 Q1284 305 1286 305 L1464 305 Q1466 305 1466 303 L1466 270 M1464 266 Q1467.5 266 1467.95 269.05 L1468 270 1468 303 Q1468 307 1464 307 L1286 307 Q1282 307 1282 303 L1282 270 1282.1 269.05 Q1282.5 266 1286 266 L1464 266"/>
<path stroke="none" fill="#1989B8" d="M1464 266 L1286 266 Q1282.5 266 1282.1 269.05 L1282 270 1282 303 Q1282 307 1286 307 L1464 307 Q1468 307 1468 303 L1468 270 1467.95 269.05 Q1467.5 266 1464 266 M1470 270 L1470 303.25 Q1469.85 309 1464 309 L1286 309 Q1280.15 309 1280 303.25 L1280 270 Q1280 264 1286 264 L1464 264 Q1470 264 1470 270"/>
<path stroke="none" fill="url(#gradient9)" d="M1466 270 L1466 303 Q1466 305 1464 305 L1286 305 Q1284 305 1284 303 L1284 270 1284.05 269.5 1284.1 269.3 Q1284.35 268 1286 268 L1464 268 Q1465.65 268 1466 269.35 L1465.95 269.3 1466 270"/>
<path stroke="none" fill="#FFFFFF" d="M686.95 465.05 L687 466 687 499 Q687 503 683 503 L646 503 Q642 503 642 499 L642 466 642.1 465.05 Q642.5 462 646 462 L683 462 Q686.5 462 686.95 465.05 M684.95 465.3 L685 465.35 Q684.65 464 683 464 L646 464 Q644.35 464 644.1 465.3 L644.05 465.5 644 466 644 499 Q644 501 646 501 L683 501 Q685 501 685 499 L685 466 684.95 465.3"/>
<path stroke="none" fill="url(#gradient10)" d="M684.95 465.3 L685 466 685 499 Q685 501 683 501 L646 501 Q644 501 644 499 L644 466 644.05 465.5 644.1 465.3 Q644.35 464 646 464 L683 464 Q684.65 464 685 465.35 L684.95 465.3"/>
<path stroke="none" fill="#D5D5D5" d="M686.95 465.05 Q686.5 462 683 462 L646 462 Q642.5 462 642.1 465.05 L642 466 642 499 Q642 503 646 503 L683 503 Q687 503 687 499 L687 466 686.95 465.05 M640 499.25 L640 466 Q640 460 646 460 L683 460 Q689 460 689 466 L689 499.25 Q688.85 505 683 505 L646 505 Q640.15 505 640 499.25"/>
<path stroke="none" fill="#AAAAAA" d="M640 499.25 Q640.15 505 646 505 L683 505 Q688.85 505 689 499.25 L689 503 Q689 509 683 509 L646 509 Q640 509 640 503 L640 499.25"/>
<path stroke="none" fill="#FFD948" d="M686.95 525.05 L687 526 687 559 Q687 563 683 563 L646 563 Q642 563 642 559 L642 526 642.1 525.05 Q642.5 522 646 522 L683 522 Q686.5 522 686.95 525.05 M684.95 525.3 L685 525.35 Q684.65 524 683 524 L646 524 Q644.35 524 644.1 525.3 L644.05 525.5 644 526 644 559 Q644 561 646 561 L683 561 Q685 561 685 559 L685 526 684.95 525.3"/>
<path stroke="none" fill="url(#gradient11)" d="M684.95 525.3 L685 526 685 559 Q685 561 683 561 L646 561 Q644 561 644 559 L644 526 644.05 525.5 644.1 525.3 Q644.35 524 646 524 L683 524 Q684.65 524 685 525.35 L684.95 525.3"/>
<path stroke="none" fill="#CDA400" d="M686.95 525.05 Q686.5 522 683 522 L646 522 Q642.5 522 642.1 525.05 L642 526 642 559 Q642 563 646 563 L683 563 Q687 563 687 559 L687 526 686.95 525.05 M640 559.25 L640 526 Q640 520 646 520 L683 520 Q689 520 689 526 L689 559.25 Q688.85 565 683 565 L646 565 Q640.15 565 640 559.25"/>
<path stroke="none" fill="#A88600" d="M640 559.25 Q640.15 565 646 565 L683 565 Q688.85 565 689 559.25 L689 563 Q689 569 683 569 L646 569 Q640 569 640 563 L640 559.25"/>
<path stroke="none" fill="#88E060" d="M686.95 585.05 L687 586 687 619 Q687 623 683 623 L646 623 Q642 623 642 619 L642 586 642.1 585.05 Q642.5 582 646 582 L683 582 Q686.5 582 686.95 585.05 M684.95 585.3 L685 585.35 Q684.65 584 683 584 L646 584 Q644.35 584 644.1 585.3 L644.05 585.5 644 586 644 619 Q644 621 646 621 L683 621 Q685 621 685 619 L685 586 684.95 585.3"/>
<path stroke="none" fill="url(#gradient12)" d="M684.95 585.3 L685 586 685 619 Q685 621 683 621 L646 621 Q644 621 644 619 L644 586 644.05 585.5 644.1 585.3 Q644.35 584 646 584 L683 584 Q684.65 584 685 585.35 L684.95 585.3"/>
<path stroke="none" fill="#5FB13A" d="M686.95 585.05 Q686.5 582 683 582 L646 582 Q642.5 582 642.1 585.05 L642 586 642 619 Q642 623 646 623 L683 623 Q687 623 687 619 L687 586 686.95 585.05 M640 619.25 L640 586 Q640 580 646 580 L683 580 Q689 580 689 586 L689 619.25 Q688.85 625 683 625 L646 625 Q640.15 625 640 619.25"/>
<path stroke="none" fill="#47832C" d="M640 619.25 Q640.15 625 646 625 L683 625 Q688.85 625 689 619.25 L689 623 Q689 629 683 629 L646 629 Q640 629 640 623 L640 619.25"/>
<path stroke="none" fill="#FA8132" d="M686.7 644 L686.95 645.05 687 646 687 679 Q687 683 683 683 L646 683 Q642 683 642 679 L642 646 642.1 645.05 642.4 644 Q643.15 642 646 642 L683 642 Q685.85 642 686.7 644 M684.85 644.8 Q684.35 644 683 644 L646 644 Q644.7 644 644.3 644.7 L644.25 644.8 644.1 645.4 644.05 645.5 644 646 644 679 Q644 681 646 681 L683 681 Q685 681 685 679 L685 646 684.95 645.3 685 645.4 684.85 644.8"/>
<path stroke="none" fill="#CD5D12" d="M686.7 644 Q685.85 642 683 642 L646 642 Q643.15 642 642.4 644 L642.1 645.05 642 646 642 679 Q642 683 646 683 L683 683 Q687 683 687 679 L687 646 686.95 645.05 686.7 644 M640 679.25 L640 646 640.2 644 Q641.1 640 646 640 L683 640 Q687.9 640 688.8 644 L689 646 689 679.25 Q688.85 685 683 685 L646 685 Q640.15 685 640 679.25"/>
<path stroke="none" fill="url(#gradient13)" d="M684.85 644.8 L685 645.4 684.95 645.3 685 646 685 679 Q685 681 683 681 L646 681 Q644 681 644 679 L644 646 644.05 645.5 644.1 645.4 644.25 644.8 644.3 644.7 Q644.7 644 646 644 L683 644 Q684.35 644 684.85 644.8"/>
<path stroke="none" fill="#AA4E11" d="M689 679.25 L689 683 Q689 688.45 684.05 688.95 L683 689 646 689 644.95 688.95 Q640 688.45 640 683 L640 679.25 Q640.15 685 646 685 L683 685 Q688.85 685 689 679.25"/>
<path stroke="none" fill="#1989B8" d="M640 739.25 L640 706 Q640 700 646 700 L683 700 Q689 700 689 706 L689 739.25 Q688.85 745 683 745 L646 745 Q640.15 745 640 739.25 M687 706 L686.95 705.05 Q686.5 702 683 702 L646 702 Q642.5 702 642.1 705.05 L642 706 642 739 Q642 743 646 743 L683 743 Q687 743 687 739 L687 706"/>
<path stroke="none" fill="#35BAF3" d="M687 706 L687 739 Q687 743 683 743 L646 743 Q642 743 642 739 L642 706 642.1 705.05 Q642.5 702 646 702 L683 702 Q686.5 702 686.95 705.05 L687 706 M685 706 L684.95 705.3 685 705.35 Q684.65 704 683 704 L646 704 Q644.35 704 644.1 705.3 L644.05 705.5 644 706 644 739 Q644 741 646 741 L683 741 Q685 741 685 739 L685 706"/>
<path stroke="none" fill="url(#gradient14)" d="M685 706 L685 739 Q685 741 683 741 L646 741 Q644 741 644 739 L644 706 644.05 705.5 644.1 705.3 Q644.35 704 646 704 L683 704 Q684.65 704 685 705.35 L684.95 705.3 685 706"/>
<path stroke="none" fill="#166E93" d="M689 739.25 L689 743 Q689 749 683 749 L646 749 Q640 749 640 743 L640 739.25 Q640.15 745 646 745 L683 745 Q688.85 745 689 739.25"/>
<path stroke="none" fill="#1989B8" d="M702 710 L702 743 Q702 747 706 747 L743 747 Q747 747 747 743 L747 710 746.95 709.05 Q746.5 706 743 706 L706 706 Q702.5 706 702.1 709.05 L702 710 M706 704 L743 704 Q749 704 749 710 L749 743.25 Q748.85 749 743 749 L706 749 Q700.15 749 700 743.25 L700 710 Q700 704 706 704"/>
<path stroke="none" fill="#35BAF3" d="M704.05 709.5 L704 710 704 743 Q704 745 706 745 L743 745 Q745 745 745 743 L745 710 744.95 709.3 745 709.35 Q744.65 708 743 708 L706 708 Q704.35 708 704.1 709.3 L704.05 709.5 M702 710 L702.1 709.05 Q702.5 706 706 706 L743 706 Q746.5 706 746.95 709.05 L747 710 747 743 Q747 747 743 747 L706 747 Q702 747 702 743 L702 710"/>
<path stroke="none" fill="url(#gradient15)" d="M704.05 709.5 L704.1 709.3 Q704.35 708 706 708 L743 708 Q744.65 708 745 709.35 L744.95 709.3 745 710 745 743 Q745 745 743 745 L706 745 Q704 745 704 743 L704 710 704.05 709.5"/>
<path stroke="none" fill="#FA8132" d="M746.7 648 L746.95 649.05 747 650 747 683 Q747 687 743 687 L706 687 Q702 687 702 683 L702 650 702.1 649.05 702.4 648 Q703.15 646 706 646 L743 646 Q745.85 646 746.7 648 M744.95 649.3 L745 649.4 744.85 648.8 Q744.35 648 743 648 L706 648 Q704.7 648 704.3 648.7 L704.25 648.8 704.1 649.4 704.05 649.5 704 650 704 683 Q704 685 706 685 L743 685 Q745 685 745 683 L745 650 744.95 649.3"/>
<path stroke="none" fill="#CD5D12" d="M746.7 648 Q745.85 646 743 646 L706 646 Q703.15 646 702.4 648 L702.1 649.05 702 650 702 683 Q702 687 706 687 L743 687 Q747 687 747 683 L747 650 746.95 649.05 746.7 648 M748.8 648 L749 650 749 683.25 Q748.85 689 743 689 L706 689 Q700.15 689 700 683.25 L700 650 700.2 648 Q701.1 644 706 644 L743 644 Q747.9 644 748.8 648"/>
<path stroke="none" fill="url(#gradient16)" d="M744.95 649.3 L745 650 745 683 Q745 685 743 685 L706 685 Q704 685 704 683 L704 650 704.05 649.5 704.1 649.4 704.25 648.8 704.3 648.7 Q704.7 648 706 648 L743 648 Q744.35 648 744.85 648.8 L745 649.4 744.95 649.3"/>
<path stroke="none" fill="#88E060" d="M704.1 589.3 L704.05 589.5 704 590 704 623 Q704 625 706 625 L743 625 Q745 625 745 623 L745 590 744.95 589.3 745 589.35 Q744.65 588 743 588 L706 588 Q704.35 588 704.1 589.3 M702.1 589.05 Q702.5 586 706 586 L743 586 Q746.5 586 746.95 589.05 L747 590 747 623 Q747 627 743 627 L706 627 Q702 627 702 623 L702 590 702.1 589.05"/>
<path stroke="none" fill="#5FB13A" d="M702.1 589.05 L702 590 702 623 Q702 627 706 627 L743 627 Q747 627 747 623 L747 590 746.95 589.05 Q746.5 586 743 586 L706 586 Q702.5 586 702.1 589.05 M706 584 L743 584 Q749 584 749 590 L749 623.25 Q748.85 629 743 629 L706 629 Q700.15 629 700 623.25 L700 590 Q700 584 706 584"/>
<path stroke="none" fill="url(#gradient17)" d="M704.1 589.3 Q704.35 588 706 588 L743 588 Q744.65 588 745 589.35 L744.95 589.3 745 590 745 623 Q745 625 743 625 L706 625 Q704 625 704 623 L704 590 704.05 589.5 704.1 589.3"/>
<path stroke="none" fill="#FFD948" d="M704.1 529.3 L704.05 529.5 704 530 704 563 Q704 565 706 565 L743 565 Q745 565 745 563 L745 530 744.95 529.3 745 529.35 Q744.65 528 743 528 L706 528 Q704.35 528 704.1 529.3 M702.1 529.05 Q702.5 526 706 526 L743 526 Q746.5 526 746.95 529.05 L747 530 747 563 Q747 567 743 567 L706 567 Q702 567 702 563 L702 530 702.1 529.05"/>
<path stroke="none" fill="#CDA400" d="M702.1 529.05 L702 530 702 563 Q702 567 706 567 L743 567 Q747 567 747 563 L747 530 746.95 529.05 Q746.5 526 743 526 L706 526 Q702.5 526 702.1 529.05 M706 524 L743 524 Q749 524 749 530 L749 563.25 Q748.85 569 743 569 L706 569 Q700.15 569 700 563.25 L700 530 Q700 524 706 524"/>
<path stroke="none" fill="url(#gradient18)" d="M704.1 529.3 Q704.35 528 706 528 L743 528 Q744.65 528 745 529.35 L744.95 529.3 745 530 745 563 Q745 565 743 565 L706 565 Q704 565 704 563 L704 530 704.05 529.5 704.1 529.3"/>
<path stroke="none" fill="#FFFFFF" d="M744.95 469.3 L745 469.35 Q744.65 468 743 468 L706 468 Q704.35 468 704.1 469.3 L704.05 469.5 704 470 704 503 Q704 505 706 505 L743 505 Q745 505 745 503 L745 470 744.95 469.3 M746.95 469.05 L747 470 747 503 Q747 507 743 507 L706 507 Q702 507 702 503 L702 470 702.1 469.05 Q702.5 466 706 466 L743 466 Q746.5 466 746.95 469.05"/>
<path stroke="none" fill="#D5D5D5" d="M746.95 469.05 Q746.5 466 743 466 L706 466 Q702.5 466 702.1 469.05 L702 470 702 503 Q702 507 706 507 L743 507 Q747 507 747 503 L747 470 746.95 469.05 M749 470 L749 503.25 Q748.85 509 743 509 L706 509 Q700.15 509 700 503.25 L700 470 Q700 464 706 464 L743 464 Q749 464 749 470"/>
<path stroke="none" fill="url(#gradient19)" d="M744.95 469.3 L745 470 745 503 Q745 505 743 505 L706 505 Q704 505 704 503 L704 470 704.05 469.5 704.1 469.3 Q704.35 468 706 468 L743 468 Q744.65 468 745 469.35 L744.95 469.3"/>
<path stroke="none" fill="#FFFFFF" d="M851.55 600.8 L845.75 607.45 844.95 607.95 844 607.95 843.25 607.45 837.4 600.8 Q836.95 600.25 837 599.6 837 598.9 837.5 598.45 838 598 838.65 598 L850.3 598 Q851 598 851.5 598.45 851.95 598.9 852 599.6 L851.55 600.8"/>
<path stroke="none" fill="#FFFFFF" d="M844.95 658.05 L845.75 658.55 851.55 665.2 Q852 665.75 852 666.4 851.95 667.1 851.5 667.55 851 668 850.3 668 L838.65 668 Q838 668 837.5 667.55 837 667.1 837 666.4 836.95 665.75 837.4 665.2 L843.25 658.55 844 658.05 Q844.5 657.9 844.95 658.05"/>
<path stroke="none" fill="#999999" d="M844.95 487.95 L844 487.95 843.25 487.45 837.4 480.8 Q836.95 480.25 837 479.6 837 478.9 837.5 478.45 838 478 838.65 478 L850.3 478 Q851 478 851.5 478.45 851.95 478.9 852 479.6 L851.55 480.8 845.75 487.45 844.95 487.95"/>
<path stroke="none" fill="#999999" d="M844 538.05 Q844.5 537.9 844.95 538.05 L845.75 538.55 851.55 545.2 Q852 545.75 852 546.4 851.95 547.1 851.5 547.55 851 548 850.3 548 L838.65 548 Q838 548 837.5 547.55 837 547.1 837 546.4 836.95 545.75 837.4 545.2 L843.25 538.55 844 538.05"/>
<path stroke="none" fill="#CDA400" d="M783.6 531.6 Q779 536.25 779 542.75 779 549.3 783.6 553.9 788.2 558.5 794.75 558.5 801.25 558.5 805.85 553.9 L805.9 553.85 Q810.5 549.25 810.5 542.75 810.5 536.2 805.9 531.6 801.3 527 794.75 527 788.25 527 783.6 531.6 M782.2 530.15 Q787.4 525 794.75 525 802.1 525 807.3 530.15 L807.3 530.2 Q812.5 535.4 812.5 542.75 812.5 550.1 807.3 555.3 802.1 560.5 794.75 560.5 787.4 560.5 782.2 555.3 L782.15 555.3 Q777 550.1 777 542.75 777 535.4 782.15 530.2 L782.2 530.15"/>
<path stroke="none" fill="#FFD948" d="M783.6 531.6 Q788.25 527 794.75 527 801.3 527 805.9 531.6 810.5 536.2 810.5 542.75 810.5 549.25 805.9 553.85 L805.85 553.9 Q801.25 558.5 794.75 558.5 788.2 558.5 783.6 553.9 779 549.3 779 542.75 779 536.25 783.6 531.6 M785 533 Q781 537.05 781 542.75 781 548.45 785 552.45 789.05 556.5 794.75 556.5 800.45 556.5 804.45 552.45 808.5 548.45 808.5 542.75 808.5 537.05 804.45 533 800.45 529 794.75 529 789.05 529 785 533"/>
<path stroke="none" fill="#FFCC00" d="M785 533 Q789.05 529 794.75 529 800.45 529 804.45 533 808.5 537.05 808.5 542.75 808.5 548.45 804.45 552.45 800.45 556.5 794.75 556.5 789.05 556.5 785 552.45 781 548.45 781 542.75 781 537.05 785 533"/>
<path stroke="none" fill="#88E060" d="M794.75 587 Q801.3 587 805.9 591.6 810.5 596.2 810.5 602.75 810.5 609.25 805.9 613.85 L805.85 613.9 Q801.25 618.5 794.75 618.5 788.2 618.5 783.6 613.9 779 609.3 779 602.75 779 596.25 783.6 591.6 788.25 587 794.75 587 M794.75 589 Q789.05 589 785 593 781 597.05 781 602.75 781 608.45 785 612.45 789.05 616.5 794.75 616.5 800.45 616.5 804.45 612.45 808.5 608.45 808.5 602.75 808.5 597.05 804.45 593 800.45 589 794.75 589"/>
<path stroke="none" fill="#73CD4B" d="M794.75 589 Q800.45 589 804.45 593 808.5 597.05 808.5 602.75 808.5 608.45 804.45 612.45 800.45 616.5 794.75 616.5 789.05 616.5 785 612.45 781 608.45 781 602.75 781 597.05 785 593 789.05 589 794.75 589"/>
<path stroke="none" fill="#5FB13A" d="M807.3 590.2 Q812.5 595.4 812.5 602.75 812.5 610.1 807.3 615.3 802.1 620.5 794.75 620.5 787.4 620.5 782.2 615.3 L782.15 615.3 Q777 610.1 777 602.75 777 595.4 782.15 590.2 L782.2 590.15 Q787.4 585 794.75 585 802.1 585 807.3 590.15 L807.3 590.2 M794.75 587 Q788.25 587 783.6 591.6 779 596.25 779 602.75 779 609.3 783.6 613.9 788.2 618.5 794.75 618.5 801.25 618.5 805.85 613.9 L805.9 613.85 Q810.5 609.25 810.5 602.75 810.5 596.2 805.9 591.6 801.3 587 794.75 587"/>
<path stroke="none" fill="#CD5D12" d="M805.9 651.6 Q801.3 647 794.75 647 788.25 647 783.6 651.6 779 656.25 779 662.75 779 669.3 783.6 673.9 788.2 678.5 794.75 678.5 801.25 678.5 805.85 673.9 L805.9 673.85 Q810.5 669.25 810.5 662.75 810.5 656.2 805.9 651.6 M807.3 650.15 L807.3 650.2 Q812.5 655.4 812.5 662.75 812.5 670.1 807.3 675.3 802.1 680.5 794.75 680.5 787.4 680.5 782.2 675.3 L782.15 675.3 Q777 670.1 777 662.75 777 655.4 782.15 650.2 L782.2 650.15 Q787.4 645 794.75 645 802.1 645 807.3 650.15"/>
<path stroke="none" fill="#FA8132" d="M805.9 651.6 Q810.5 656.2 810.5 662.75 810.5 669.25 805.9 673.85 L805.85 673.9 Q801.25 678.5 794.75 678.5 788.2 678.5 783.6 673.9 779 669.3 779 662.75 779 656.25 783.6 651.6 788.25 647 794.75 647 801.3 647 805.9 651.6 M808.5 662.75 Q808.5 657.05 804.45 653 800.45 649 794.75 649 789.05 649 785 653 781 657.05 781 662.75 781 668.45 785 672.45 789.05 676.5 794.75 676.5 800.45 676.5 804.45 672.45 808.5 668.45 808.5 662.75"/>
<path stroke="none" fill="#E86A17" d="M808.5 662.75 Q808.5 668.45 804.45 672.45 800.45 676.5 794.75 676.5 789.05 676.5 785 672.45 781 668.45 781 662.75 781 657.05 785 653 789.05 649 794.75 649 800.45 649 804.45 653 808.5 657.05 808.5 662.75"/>
<path stroke="none" fill="#35BAF3" d="M804.45 713 Q800.45 709 794.75 709 789.05 709 785 713 781 717.05 781 722.75 781 728.45 785 732.45 789.05 736.5 794.75 736.5 800.45 736.5 804.45 732.45 808.5 728.45 808.5 722.75 808.5 717.05 804.45 713 M805.9 711.6 Q810.5 716.2 810.5 722.75 810.5 729.25 805.9 733.85 L805.85 733.9 Q801.25 738.5 794.75 738.5 788.2 738.5 783.6 733.9 779 729.3 779 722.75 779 716.25 783.6 711.6 788.25 707 794.75 707 801.3 707 805.9 711.6"/>
<path stroke="none" fill="#1EA7E1" d="M804.45 713 Q808.5 717.05 808.5 722.75 808.5 728.45 804.45 732.45 800.45 736.5 794.75 736.5 789.05 736.5 785 732.45 781 728.45 781 722.75 781 717.05 785 713 789.05 709 794.75 709 800.45 709 804.45 713"/>
<path stroke="none" fill="#1989B8" d="M805.9 711.6 Q801.3 707 794.75 707 788.25 707 783.6 711.6 779 716.25 779 722.75 779 729.3 783.6 733.9 788.2 738.5 794.75 738.5 801.25 738.5 805.85 733.9 L805.9 733.85 Q810.5 729.25 810.5 722.75 810.5 716.2 805.9 711.6 M807.3 710.15 L807.3 710.2 Q812.5 715.4 812.5 722.75 812.5 730.1 807.3 735.3 802.1 740.5 794.75 740.5 787.4 740.5 782.2 735.3 L782.15 735.3 Q777 730.1 777 722.75 777 715.4 782.15 710.2 L782.2 710.15 Q787.4 705 794.75 705 802.1 705 807.3 710.15"/>
<path stroke="none" fill="#999999" d="M807.3 470.15 L807.3 470.2 Q812.5 475.4 812.5 482.75 812.5 490.1 807.3 495.3 802.1 500.5 794.75 500.5 787.4 500.5 782.2 495.3 L782.15 495.3 Q780.15 493.3 778.95 491 777 487.25 777 482.75 777 478.25 778.95 474.55 780.15 472.2 782.15 470.2 L782.2 470.15 Q787.4 465 794.75 465 802.1 465 807.3 470.15 M779 482.75 Q779 489.3 783.6 493.9 788.2 498.5 794.75 498.5 801.25 498.5 805.85 493.9 L805.9 493.85 Q810.5 489.25 810.5 482.75 810.5 476.2 805.9 471.6 801.3 467 794.75 467 788.25 467 783.6 471.6 779 476.25 779 482.75"/>
<path stroke="none" fill="#FFFFFF" d="M779 482.75 Q779 476.25 783.6 471.6 788.25 467 794.75 467 801.3 467 805.9 471.6 810.5 476.2 810.5 482.75 810.5 489.25 805.9 493.85 L805.85 493.9 Q801.25 498.5 794.75 498.5 788.2 498.5 783.6 493.9 779 489.3 779 482.75 M781 482.75 Q781 488.45 785 492.45 789.05 496.5 794.75 496.5 800.45 496.5 804.45 492.45 808.5 488.45 808.5 482.75 808.5 477.05 804.45 473 800.45 469 794.75 469 789.05 469 785 473 781 477.05 781 482.75"/>
<path stroke="none" fill="#EEEEEE" d="M781 482.75 Q781 477.05 785 473 789.05 469 794.75 469 800.45 469 804.45 473 808.5 477.05 808.5 482.75 808.5 488.45 804.45 492.45 800.45 496.5 794.75 496.5 789.05 496.5 785 492.45 781 488.45 781 482.75"/>
<path stroke="none" fill="#1989B8" d="M916.85 717.3 L916.45 716.7 906.45 706.6 Q905.85 706 905 706 904.15 706 903.6 706.6 L893.6 716.7 893.2 717.25 893 718.1 893 739 Q893 739.85 893.6 740.45 894.15 741 895 741 L915 741 Q915.85 741 916.45 740.45 917 739.85 917 739 L917 718.1 916.85 717.3 M891 739.1 L891 718.1 Q891 716.45 892.15 715.3 L902.15 705.2 Q902.6 704.75 903.15 704.45 904 704 905 704 906 704 906.85 704.45 L907.85 705.2 917.85 715.3 Q919 716.45 919 718.1 L919 739.1 Q918.95 740.7 917.85 741.85 916.65 743 915 743 L895 743 Q893.35 743 892.2 741.85 L892.15 741.85 Q891.05 740.7 891 739.1"/>
<path stroke="none" fill="#35BAF3" d="M916.85 717.3 L917 718.1 917 739 Q917 739.85 916.45 740.45 915.85 741 915 741 L895 741 Q894.15 741 893.6 740.45 893 739.85 893 739 L893 718.1 893.2 717.25 893.6 716.7 903.6 706.6 Q904.15 706 905 706 905.85 706 906.45 706.6 L916.45 716.7 916.85 717.3 M895 718.1 L895 739 915 739 915 718.1 905 708 895 718.1"/>
<path stroke="none" fill="#1EA7E1" d="M895 718.1 L905 708 915 718.1 915 739 895 739 895 718.1"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M919 739.1 L919 742 Q919 743.65 917.85 744.85 916.65 746 915 746 L895 746 Q893.35 746 892.2 744.85 L892.15 744.85 Q891 743.65 891 742 L891 739.1 Q891.05 740.7 892.15 741.85 L892.2 741.85 Q893.35 743 895 743 L915 743 Q916.65 743 917.85 741.85 918.95 740.7 919 739.1"/>
<path stroke="none" fill="#CD5D12" d="M917 658.1 L916.85 657.3 916.45 656.7 906.45 646.6 Q905.85 646 905 646 904.15 646 903.6 646.6 L893.6 656.7 893.2 657.25 893 658.1 893 679 Q893 679.85 893.6 680.45 894.15 681 895 681 L915 681 Q915.85 681 916.45 680.45 917 679.85 917 679 L917 658.1 M891 679.1 L891 658.1 Q891 656.45 892.15 655.3 L902.15 645.2 Q903.35 644 905 644 906.65 644 907.85 645.2 L917.85 655.3 Q919 656.45 919 658.1 L919 679.1 Q918.95 680.7 917.85 681.85 916.65 683 915 683 L895 683 Q893.35 683 892.2 681.85 L892.15 681.85 Q891.05 680.7 891 679.1"/>
<path stroke="none" fill="#FA8132" d="M917 658.1 L917 679 Q917 679.85 916.45 680.45 915.85 681 915 681 L895 681 Q894.15 681 893.6 680.45 893 679.85 893 679 L893 658.1 893.2 657.25 893.6 656.7 903.6 646.6 Q904.15 646 905 646 905.85 646 906.45 646.6 L916.45 656.7 916.85 657.3 917 658.1 M905 648 L895 658.1 895 679 915 679 915 658.1 905 648"/>
<path stroke="none" fill="#E86A17" d="M905 648 L915 658.1 915 679 895 679 895 658.1 905 648"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M919 679.1 L919 682 Q919 683.65 917.85 684.85 916.65 686 915 686 L895 686 Q893.35 686 892.2 684.85 L892.15 684.85 Q891 683.65 891 682 L891 679.1 Q891.05 680.7 892.15 681.85 L892.2 681.85 Q893.35 683 895 683 L915 683 Q916.65 683 917.85 681.85 918.95 680.7 919 679.1"/>
<path stroke="none" fill="#5FB13A" d="M891 619.1 L891 598.1 Q891 596.45 892.15 595.3 L902.15 585.2 Q903.35 584 905 584 906.65 584 907.85 585.2 L917.85 595.3 Q919 596.45 919 598.1 L919 619.1 Q918.95 620.7 917.85 621.85 916.65 623 915 623 L895 623 Q893.35 623 892.2 621.85 L892.15 621.85 Q891.05 620.7 891 619.1 M906.45 586.6 Q905.85 586 905 586 904.15 586 903.6 586.6 L893.6 596.7 893.2 597.25 893 598.1 893 619 Q893 619.85 893.6 620.45 894.15 621 895 621 L915 621 Q915.85 621 916.45 620.45 917 619.85 917 619 L917 598.1 916.85 597.3 916.45 596.7 906.45 586.6"/>
<path stroke="none" fill="#88E060" d="M906.45 586.6 L916.45 596.7 916.85 597.3 917 598.1 917 619 Q917 619.85 916.45 620.45 915.85 621 915 621 L895 621 Q894.15 621 893.6 620.45 893 619.85 893 619 L893 598.1 893.2 597.25 893.6 596.7 903.6 586.6 Q904.15 586 905 586 905.85 586 906.45 586.6 M915 619 L915 598.1 905 588 895 598.1 895 619 915 619"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M919 619.1 L919 622 Q919 623.65 917.85 624.85 916.65 626 915 626 L895 626 Q893.35 626 892.2 624.85 L892.15 624.85 Q891 623.65 891 622 L891 619.1 Q891.05 620.7 892.15 621.85 L892.2 621.85 Q893.35 623 895 623 L915 623 Q916.65 623 917.85 621.85 918.95 620.7 919 619.1"/>
<path stroke="none" fill="#73CD4B" d="M915 619 L895 619 895 598.1 905 588 915 598.1 915 619"/>
<path stroke="none" fill="#CDA400" d="M891 559.1 L891 538.1 Q891 536.45 892.15 535.3 L902.15 525.2 Q903.35 524 905 524 906.65 524 907.85 525.2 L917.85 535.3 Q919 536.45 919 538.1 L919 559.1 Q918.95 560.7 917.85 561.85 916.65 563 915 563 L895 563 Q893.35 563 892.2 561.85 L892.15 561.85 Q891.05 560.7 891 559.1 M906.45 526.6 Q905.85 526 905 526 904.15 526 903.6 526.6 L893.6 536.7 893.2 537.25 893 538.1 893 559 Q893 559.85 893.6 560.45 894.15 561 895 561 L915 561 Q915.85 561 916.45 560.45 917 559.85 917 559 L917 538.1 916.85 537.3 916.45 536.7 906.45 526.6"/>
<path stroke="none" fill="#FFD948" d="M906.45 526.6 L916.45 536.7 916.85 537.3 917 538.1 917 559 Q917 559.85 916.45 560.45 915.85 561 915 561 L895 561 Q894.15 561 893.6 560.45 893 559.85 893 559 L893 538.1 893.2 537.25 893.6 536.7 903.6 526.6 Q904.15 526 905 526 905.85 526 906.45 526.6 M905 528 L895 538.1 895 559 915 559 915 538.1 905 528"/>
<path stroke="none" fill="#FFCC00" d="M905 528 L915 538.1 915 559 895 559 895 538.1 905 528"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M919 559.1 L919 562 Q919 563.65 917.85 564.85 916.65 566 915 566 L895 566 Q893.35 566 892.2 564.85 L892.15 564.85 Q891 563.65 891 562 L891 559.1 Q891.05 560.7 892.15 561.85 L892.2 561.85 Q893.35 563 895 563 L915 563 Q916.65 563 917.85 561.85 918.95 560.7 919 559.1"/>
<path stroke="none" fill="#999999" d="M891 499.1 L891 478.1 Q891 476.45 892.15 475.3 L902.15 465.2 Q903.35 464 905 464 906.65 464 907.85 465.2 L917.85 475.3 Q919 476.45 919 478.1 L919 499.1 Q918.95 500.7 917.85 501.85 916.65 503 915 503 L895 503 Q893.35 503 892.2 501.85 L892.15 501.85 Q891.05 500.7 891 499.1 M905 466 Q904.15 466 903.6 466.6 L893.6 476.7 893.2 477.25 893 478.1 893 499 Q893 499.85 893.6 500.45 894.15 501 895 501 L915 501 Q915.85 501 916.45 500.45 917 499.85 917 499 L917 478.1 916.85 477.3 916.45 476.7 906.45 466.6 Q905.85 466 905 466"/>
<path stroke="none" fill="#FFFFFF" d="M905 466 Q905.85 466 906.45 466.6 L916.45 476.7 916.85 477.3 917 478.1 917 499 Q917 499.85 916.45 500.45 915.85 501 915 501 L895 501 Q894.15 501 893.6 500.45 893 499.85 893 499 L893 478.1 893.2 477.25 893.6 476.7 903.6 466.6 Q904.15 466 905 466 M895 478.1 L895 499 915 499 915 478.1 905 468 895 478.1"/>
<path stroke="none" fill="#EEEEEE" d="M895 478.1 L905 468 915 478.1 915 499 895 499 895 478.1"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M919 499.1 L919 502 Q919 503.65 917.85 504.85 916.65 506 915 506 L895 506 Q893.35 506 892.2 504.85 L892.15 504.85 Q891 503.65 891 502 L891 499.1 Q891.05 500.7 892.15 501.85 L892.2 501.85 Q893.35 503 895 503 L915 503 Q916.65 503 917.85 501.85 918.95 500.7 919 499.1"/>
<path stroke="none" fill="#FFFFFF" d="M963.05 467.5 Q963.2 466.95 963.6 466.55 964.15 466 965 466 L985 466 Q985.85 466 986.45 466.55 L986.95 467.5 987 468 987 488.9 986.85 489.7 986.45 490.3 976.45 500.4 Q975.85 501 975 501 974.15 501 973.6 500.4 L963.6 490.3 963.2 489.75 963 488.9 963 468 963.05 467.5 M965 468 L965 488.9 975 499 985 488.9 985 468 965 468"/>
<path stroke="none" fill="#999999" d="M963.05 467.5 L963 468 963 488.9 963.2 489.75 963.6 490.3 973.6 500.4 Q974.15 501 975 501 975.85 501 976.45 500.4 L986.45 490.3 986.85 489.7 987 488.9 987 468 986.95 467.5 986.45 466.55 Q985.85 466 985 466 L965 466 Q964.15 466 963.6 466.55 963.2 466.95 963.05 467.5 M961 489 L961 467.9 Q961.05 466.3 962.15 465.15 L962.2 465.15 Q963.35 464 965 464 L985 464 Q986.65 464 987.85 465.15 988.95 466.3 989 467.9 L989 489 Q988.95 490.6 987.85 491.7 L977.85 501.8 Q976.65 503 975 503 973.35 503 972.15 501.8 L962.15 491.7 Q961.05 490.6 961 489"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M961 489 Q961.05 490.6 962.15 491.7 L972.15 501.8 Q973.35 503 975 503 976.65 503 977.85 501.8 L987.85 491.7 Q988.95 490.6 989 489 L989 491.9 Q989 493.55 987.85 494.7 L977.85 504.8 Q976.65 506 975 506 973.35 506 972.15 504.8 L962.15 494.7 Q961 493.55 961 491.9 L961 489"/>
<path stroke="none" fill="#EEEEEE" d="M965 468 L985 468 985 488.9 975 499 965 488.9 965 468"/>
<path stroke="none" fill="#FFD948" d="M963.05 527.5 Q963.2 526.95 963.6 526.55 964.15 526 965 526 L985 526 Q985.85 526 986.45 526.55 L986.95 527.5 987 528 987 548.9 986.85 549.7 986.45 550.3 976.45 560.4 Q975.85 561 975 561 974.15 561 973.6 560.4 L963.6 550.3 963.2 549.75 963 548.9 963 528 963.05 527.5 M965 548.9 L975 559 985 548.9 985 528 965 528 965 548.9"/>
<path stroke="none" fill="#CDA400" d="M961 549 L961 527.9 Q961.05 526.3 962.15 525.15 L962.2 525.15 Q963.35 524 965 524 L985 524 Q986.65 524 987.85 525.15 988.95 526.3 989 527.9 L989 549 Q988.95 550.6 987.85 551.7 L977.85 561.8 Q976.65 563 975 563 973.35 563 972.15 561.8 L962.15 551.7 Q961.05 550.6 961 549 M963.05 527.5 L963 528 963 548.9 963.2 549.75 963.6 550.3 973.6 560.4 Q974.15 561 975 561 975.85 561 976.45 560.4 L986.45 550.3 986.85 549.7 987 548.9 987 528 986.95 527.5 986.45 526.55 Q985.85 526 985 526 L965 526 Q964.15 526 963.6 526.55 963.2 526.95 963.05 527.5"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M961 549 Q961.05 550.6 962.15 551.7 L972.15 561.8 Q973.35 563 975 563 976.65 563 977.85 561.8 L987.85 551.7 Q988.95 550.6 989 549 L989 551.9 Q989 553.55 987.85 554.7 L977.85 564.8 Q976.65 566 975 566 973.35 566 972.15 564.8 L962.15 554.7 Q961 553.55 961 551.9 L961 549"/>
<path stroke="none" fill="#FFCC00" d="M965 548.9 L965 528 985 528 985 548.9 975 559 965 548.9"/>
<path stroke="none" fill="#88E060" d="M963.05 587.5 Q963.2 586.95 963.6 586.55 964.15 586 965 586 L985 586 Q985.85 586 986.45 586.55 L986.95 587.5 987 588 987 608.9 986.85 609.7 986.45 610.3 976.45 620.4 Q975.85 621 975 621 974.15 621 973.6 620.4 L963.6 610.3 963.2 609.75 963 608.9 963 588 963.05 587.5 M965 608.9 L975 619 985 608.9 985 588 965 588 965 608.9"/>
<path stroke="none" fill="#5FB13A" d="M961 609 L961 587.9 Q961.05 586.3 962.15 585.15 L962.2 585.15 Q963.35 584 965 584 L985 584 Q986.65 584 987.85 585.15 988.95 586.3 989 587.9 L989 609 Q988.95 610.6 987.85 611.7 L977.85 621.8 Q976.65 623 975 623 973.35 623 972.15 621.8 L962.15 611.7 Q961.05 610.6 961 609 M963.05 587.5 L963 588 963 608.9 963.2 609.75 963.6 610.3 973.6 620.4 Q974.15 621 975 621 975.85 621 976.45 620.4 L986.45 610.3 986.85 609.7 987 608.9 987 588 986.95 587.5 986.45 586.55 Q985.85 586 985 586 L965 586 Q964.15 586 963.6 586.55 963.2 586.95 963.05 587.5"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M961 609 Q961.05 610.6 962.15 611.7 L972.15 621.8 Q973.35 623 975 623 976.65 623 977.85 621.8 L987.85 611.7 Q988.95 610.6 989 609 L989 611.9 Q989 613.55 987.85 614.7 L977.85 624.8 Q976.65 626 975 626 973.35 626 972.15 624.8 L962.15 614.7 Q961 613.55 961 611.9 L961 609"/>
<path stroke="none" fill="#73CD4B" d="M965 608.9 L965 588 985 588 985 608.9 975 619 965 608.9"/>
<path stroke="none" fill="#FA8132" d="M963.6 646.55 Q964.15 646 965 646 L985 646 Q985.85 646 986.45 646.55 L986.95 647.5 987 648 987 668.9 986.85 669.7 986.45 670.3 976.45 680.4 Q975.85 681 975 681 974.15 681 973.6 680.4 L963.6 670.3 963.2 669.75 963 668.9 963 648 963.05 647.5 Q963.2 646.95 963.6 646.55 M965 668.9 L975 679 985 668.9 985 648 965 648 965 668.9"/>
<path stroke="none" fill="#CD5D12" d="M963.6 646.55 Q963.2 646.95 963.05 647.5 L963 648 963 668.9 963.2 669.75 963.6 670.3 973.6 680.4 Q974.15 681 975 681 975.85 681 976.45 680.4 L986.45 670.3 986.85 669.7 987 668.9 987 648 986.95 647.5 986.45 646.55 Q985.85 646 985 646 L965 646 Q964.15 646 963.6 646.55 M961 669 L961 647.9 Q961.05 646.3 962.15 645.15 L962.2 645.15 Q963.35 644 965 644 L985 644 Q986.65 644 987.85 645.15 988.95 646.3 989 647.9 L989 669 Q988.95 670.6 987.85 671.7 L977.85 681.8 Q976.65 683 975 683 973.35 683 972.15 681.8 L962.15 671.7 Q961.05 670.6 961 669"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M961 669 Q961.05 670.6 962.15 671.7 L972.15 681.8 Q973.35 683 975 683 976.65 683 977.85 681.8 L987.85 671.7 Q988.95 670.6 989 669 L989 671.9 Q989 673.55 987.85 674.7 L977.85 684.8 Q976.65 686 975 686 973.35 686 972.15 684.8 L962.15 674.7 Q961 673.55 961 671.9 L961 669"/>
<path stroke="none" fill="#E86A17" d="M965 668.9 L965 648 985 648 985 668.9 975 679 965 668.9"/>
<path stroke="none" fill="#35BAF3" d="M963.6 706.55 Q964.15 706 965 706 L985 706 Q985.85 706 986.45 706.55 L986.95 707.5 987 708 987 728.9 986.85 729.7 986.45 730.3 976.45 740.4 Q975.85 741 975 741 974.15 741 973.6 740.4 L963.6 730.3 963.2 729.75 963 728.9 963 708 963.05 707.5 Q963.2 706.95 963.6 706.55 M965 728.9 L975 739 985 728.9 985 708 965 708 965 728.9"/>
<path stroke="none" fill="#1989B8" d="M963.6 706.55 Q963.2 706.95 963.05 707.5 L963 708 963 728.9 963.2 729.75 963.6 730.3 973.6 740.4 Q974.15 741 975 741 975.85 741 976.45 740.4 L986.45 730.3 986.85 729.7 987 728.9 987 708 986.95 707.5 986.45 706.55 Q985.85 706 985 706 L965 706 Q964.15 706 963.6 706.55 M961 729 L961 707.9 Q961.05 706.3 962.15 705.15 L962.2 705.15 Q963.35 704 965 704 L985 704 Q986.65 704 987.85 705.15 988.95 706.3 989 707.9 L989 729 Q988.95 730.6 987.85 731.7 L977.85 741.8 976.85 742.55 975 743 973.15 742.55 972.15 741.8 962.15 731.7 Q961.05 730.6 961 729"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M961 729 Q961.05 730.6 962.15 731.7 L972.15 741.8 973.15 742.55 975 743 976.85 742.55 977.85 741.8 987.85 731.7 Q988.95 730.6 989 729 L989 731.9 Q989 733.55 987.85 734.7 L977.85 744.8 976.85 745.55 975 746 973.15 745.55 972.15 744.8 962.15 734.7 Q961 733.55 961 731.9 L961 729"/>
<path stroke="none" fill="#1EA7E1" d="M965 728.9 L965 708 985 708 985 728.9 975 739 965 728.9"/>
<path stroke="none" fill="#1989B8" d="M1026.05 724.5 L1026 724 Q1026 723 1026.45 722.15 L1027.2 721.15 1037.3 711.15 Q1038.45 710 1040.1 710 L1061.1 710 Q1062.7 710.05 1063.85 711.15 1065 712.35 1065 714 L1065 734.1 Q1064.95 735.7 1063.85 736.8 L1063.85 736.85 Q1062.7 737.95 1061.1 738 L1040.1 738 Q1038.45 738 1037.3 736.85 L1027.2 726.85 1026.45 725.85 Q1026.1 725.2 1026.05 724.5 M1039.3 712.15 L1038.7 712.55 1028.6 722.55 Q1028 723.15 1028 724 1028 724.85 1028.6 725.4 L1038.7 735.4 1039.25 735.8 1040.1 736 1061 736 Q1061.85 736 1062.45 735.4 1063 734.85 1063 734 L1063 714 Q1063 713.15 1062.45 712.55 1061.85 712 1061 712 L1040.1 712 1039.3 712.15"/>
<path stroke="none" fill="#35BAF3" d="M1039.3 712.15 L1040.1 712 1061 712 Q1061.85 712 1062.45 712.55 1063 713.15 1063 714 L1063 734 Q1063 734.85 1062.45 735.4 1061.85 736 1061 736 L1040.1 736 1039.25 735.8 1038.7 735.4 1028.6 725.4 Q1028 724.85 1028 724 1028 723.15 1028.6 722.55 L1038.7 712.55 1039.3 712.15 M1030 724 L1040.1 734 1061 734 1061 714 1040.1 714 1030 724"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1065 734.1 L1065 737 Q1065 738.65 1063.85 739.8 L1063.85 739.85 Q1062.7 740.95 1061.1 741 L1040.1 741 Q1038.45 741 1037.3 739.85 L1027.2 729.85 1026.45 728.85 Q1026 728 1026 727 L1026.05 726.5 1026 726 1026.05 725.5 1026 725 1026.05 724.5 Q1026.1 725.2 1026.45 725.85 L1027.2 726.85 1037.3 736.85 Q1038.45 738 1040.1 738 L1061.1 738 Q1062.7 737.95 1063.85 736.85 L1063.85 736.8 Q1064.95 735.7 1065 734.1"/>
<path stroke="none" fill="#1EA7E1" d="M1030 724 L1040.1 714 1061 714 1061 734 1040.1 734 1030 724"/>
<path stroke="none" fill="#CD5D12" d="M1062.45 652.55 Q1061.85 652 1061 652 L1040.1 652 1039.3 652.15 1038.7 652.55 1028.6 662.55 Q1028 663.15 1028 664 1028 664.85 1028.6 665.4 L1038.7 675.4 1039.25 675.8 1040.1 676 1061 676 Q1061.85 676 1062.45 675.4 1063 674.85 1063 674 L1063 654 Q1063 653.15 1062.45 652.55 M1026.05 664.5 L1026 664 Q1026 662.35 1027.2 661.15 L1037.3 651.15 Q1038.45 650 1040.1 650 L1061.1 650 Q1062.7 650.05 1063.85 651.15 1065 652.35 1065 654 L1065 674.1 Q1064.95 675.7 1063.85 676.8 L1063.85 676.85 Q1062.7 677.95 1061.1 678 L1040.1 678 Q1038.45 678 1037.3 676.85 L1027.2 666.85 Q1026.2 665.85 1026.05 664.5"/>
<path stroke="none" fill="#FA8132" d="M1062.45 652.55 Q1063 653.15 1063 654 L1063 674 Q1063 674.85 1062.45 675.4 1061.85 676 1061 676 L1040.1 676 1039.25 675.8 1038.7 675.4 1028.6 665.4 Q1028 664.85 1028 664 1028 663.15 1028.6 662.55 L1038.7 652.55 1039.3 652.15 1040.1 652 1061 652 Q1061.85 652 1062.45 652.55 M1061 674 L1061 654 1040.1 654 1030 664 1040.1 674 1061 674"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1065 674.1 L1065 677 Q1065 678.65 1063.85 679.8 L1063.85 679.85 Q1062.7 680.95 1061.1 681 L1040.1 681 Q1038.45 681 1037.3 679.85 L1027.2 669.85 Q1026 668.65 1026 667 L1026.05 666.5 1026 666 1026.05 665.5 1026 665 1026.05 664.5 Q1026.2 665.85 1027.2 666.85 L1037.3 676.85 Q1038.45 678 1040.1 678 L1061.1 678 Q1062.7 677.95 1063.85 676.85 L1063.85 676.8 Q1064.95 675.7 1065 674.1"/>
<path stroke="none" fill="#E86A17" d="M1061 674 L1040.1 674 1030 664 1040.1 654 1061 654 1061 674"/>
<path stroke="none" fill="#5FB13A" d="M1040.1 592 L1039.3 592.15 1038.7 592.55 1028.6 602.55 Q1028 603.15 1028 604 1028 604.85 1028.6 605.4 L1038.7 615.4 1039.25 615.8 1040.1 616 1061 616 Q1061.85 616 1062.45 615.4 1063 614.85 1063 614 L1063 594 Q1063 593.15 1062.45 592.55 1061.85 592 1061 592 L1040.1 592 M1026.05 604.5 L1026 604 Q1026 602.35 1027.2 601.15 L1037.3 591.15 Q1038.45 590 1040.1 590 L1061.1 590 Q1062.7 590.05 1063.85 591.15 1065 592.35 1065 594 L1065 614.1 Q1064.95 615.7 1063.85 616.8 L1063.85 616.85 Q1062.7 617.95 1061.1 618 L1040.1 618 Q1038.45 618 1037.3 616.85 L1027.2 606.85 Q1026.2 605.85 1026.05 604.5"/>
<path stroke="none" fill="#88E060" d="M1040.1 592 L1061 592 Q1061.85 592 1062.45 592.55 1063 593.15 1063 594 L1063 614 Q1063 614.85 1062.45 615.4 1061.85 616 1061 616 L1040.1 616 1039.25 615.8 1038.7 615.4 1028.6 605.4 Q1028 604.85 1028 604 1028 603.15 1028.6 602.55 L1038.7 592.55 1039.3 592.15 1040.1 592 M1061 614 L1061 594 1040.1 594 1030 604 1040.1 614 1061 614"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1065 614.1 L1065 617 Q1065 618.65 1063.85 619.8 L1063.85 619.85 Q1062.7 620.95 1061.1 621 L1040.1 621 Q1038.45 621 1037.3 619.85 L1027.2 609.85 Q1026 608.65 1026 607 L1026.05 606.5 1026 606 1026.05 605.5 1026 605 1026.05 604.5 Q1026.2 605.85 1027.2 606.85 L1037.3 616.85 Q1038.45 618 1040.1 618 L1061.1 618 Q1062.7 617.95 1063.85 616.85 L1063.85 616.8 Q1064.95 615.7 1065 614.1"/>
<path stroke="none" fill="#73CD4B" d="M1061 614 L1040.1 614 1030 604 1040.1 594 1061 594 1061 614"/>
<path stroke="none" fill="#FFD948" d="M1039.3 532.15 L1040.1 532 1061 532 Q1061.85 532 1062.45 532.55 1063 533.15 1063 534 L1063 554 Q1063 554.85 1062.45 555.4 1061.85 556 1061 556 L1040.1 556 1039.25 555.8 1038.7 555.4 1028.6 545.4 Q1028 544.85 1028 544 1028 543.15 1028.6 542.55 L1038.7 532.55 1039.3 532.15 M1040.1 534 L1030 544 1040.1 554 1061 554 1061 534 1040.1 534"/>
<path stroke="none" fill="#FFCC00" d="M1040.1 534 L1061 534 1061 554 1040.1 554 1030 544 1040.1 534"/>
<path stroke="none" fill="#CDA400" d="M1026.05 544.5 L1026 544 Q1026 542.35 1027.2 541.15 L1037.3 531.15 Q1038.45 530 1040.1 530 L1061.1 530 Q1062.7 530.05 1063.85 531.15 1065 532.35 1065 534 L1065 554.1 Q1064.95 555.7 1063.85 556.8 L1063.85 556.85 Q1062.7 557.95 1061.1 558 L1040.1 558 Q1038.45 558 1037.3 556.85 L1027.2 546.85 Q1026.2 545.85 1026.05 544.5 M1039.3 532.15 L1038.7 532.55 1028.6 542.55 Q1028 543.15 1028 544 1028 544.85 1028.6 545.4 L1038.7 555.4 1039.25 555.8 1040.1 556 1061 556 Q1061.85 556 1062.45 555.4 1063 554.85 1063 554 L1063 534 Q1063 533.15 1062.45 532.55 1061.85 532 1061 532 L1040.1 532 1039.3 532.15"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1065 554.1 L1065 557 Q1065 558.65 1063.85 559.8 L1063.85 559.85 Q1062.7 560.95 1061.1 561 L1040.1 561 Q1038.45 561 1037.3 559.85 L1027.2 549.85 Q1026 548.65 1026 547 L1026.05 546.5 1026 546 1026.05 545.5 1026 545 1026.05 544.5 Q1026.2 545.85 1027.2 546.85 L1037.3 556.85 Q1038.45 558 1040.1 558 L1061.1 558 Q1062.7 557.95 1063.85 556.85 L1063.85 556.8 Q1064.95 555.7 1065 554.1"/>
<path stroke="none" fill="#EEEEEE" d="M1061 474 L1061 494 1040.1 494 1030 484 1040.1 474 1061 474"/>
<path stroke="none" fill="#FFFFFF" d="M1061 474 L1040.1 474 1030 484 1040.1 494 1061 494 1061 474 M1063 494 Q1063 494.85 1062.45 495.4 1061.85 496 1061 496 L1040.1 496 1039.25 495.8 1038.7 495.4 1028.6 485.4 Q1028 484.85 1028 484 1028 483.15 1028.6 482.55 L1038.7 472.55 1039.3 472.15 1040.1 472 1061 472 Q1061.85 472 1062.45 472.55 1063 473.15 1063 474 L1063 494"/>
<path stroke="none" fill="#999999" d="M1063 494 L1063 474 Q1063 473.15 1062.45 472.55 1061.85 472 1061 472 L1040.1 472 1039.3 472.15 1038.7 472.55 1028.6 482.55 Q1028 483.15 1028 484 1028 484.85 1028.6 485.4 L1038.7 495.4 1039.25 495.8 1040.1 496 1061 496 Q1061.85 496 1062.45 495.4 1063 494.85 1063 494 M1026.05 484.5 L1026 484 Q1026 482.35 1027.2 481.15 L1037.3 471.15 Q1038.45 470 1040.1 470 L1061.1 470 Q1062.7 470.05 1063.85 471.15 1065 472.35 1065 474 L1065 494.1 Q1064.95 495.7 1063.85 496.8 L1063.85 496.85 Q1062.7 497.95 1061.1 498 L1040.1 498 Q1038.45 498 1037.3 496.85 L1027.2 486.85 Q1026.2 485.85 1026.05 484.5"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1026.05 484.5 Q1026.2 485.85 1027.2 486.85 L1037.3 496.85 Q1038.45 498 1040.1 498 L1061.1 498 Q1062.7 497.95 1063.85 496.85 L1063.85 496.8 Q1064.95 495.7 1065 494.1 L1065 497 Q1065 498.65 1063.85 499.8 L1063.85 499.85 Q1062.7 500.95 1061.1 501 L1040.1 501 Q1038.45 501 1037.3 499.85 L1027.2 489.85 Q1026 488.65 1026 487 L1026.05 486.5 1026 486 1026.05 485.5 1026 485 1026.05 484.5"/>
<path stroke="none" fill="#35BAF3" d="M1124.7 712.15 Q1125.05 712.3 1125.3 712.55 L1135.4 722.55 Q1136 723.15 1136 724 1136 724.85 1135.4 725.4 L1125.3 735.4 1124.75 735.8 1123.9 736 1103 736 Q1102.15 736 1101.55 735.4 1101 734.85 1101 734 L1101 714 Q1101 713.15 1101.55 712.55 1102.15 712 1103 712 L1123.9 712 1124.7 712.15 M1103 714 L1103 734 1123.9 734 1134 724 1123.9 714 1103 714"/>
<path stroke="none" fill="#1989B8" d="M1124.7 712.15 L1123.9 712 1103 712 Q1102.15 712 1101.55 712.55 1101 713.15 1101 714 L1101 734 Q1101 734.85 1101.55 735.4 1102.15 736 1103 736 L1123.9 736 1124.75 735.8 1125.3 735.4 1135.4 725.4 Q1136 724.85 1136 724 1136 723.15 1135.4 722.55 L1125.3 712.55 Q1125.05 712.3 1124.7 712.15 M1099 734.1 L1099 714 Q1099 712.35 1100.15 711.15 1101.3 710.05 1102.9 710 L1123.9 710 Q1125.55 710 1126.7 711.15 L1136.8 721.15 1137.55 722.15 Q1138 723 1138 724 L1137.95 724.5 1137.55 725.85 1136.8 726.85 1126.7 736.85 Q1125.55 738 1123.9 738 L1102.9 738 Q1101.3 737.95 1100.15 736.85 L1100.15 736.8 Q1099.05 735.7 1099 734.1"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1099 734.1 Q1099.05 735.7 1100.15 736.8 L1100.15 736.85 Q1101.3 737.95 1102.9 738 L1123.9 738 Q1125.55 738 1126.7 736.85 L1136.8 726.85 1137.55 725.85 1137.95 724.5 1138 725 1137.95 725.5 1138 726 1137.95 726.5 1138 727 Q1138 728 1137.55 728.85 L1136.8 729.85 1126.7 739.85 Q1125.55 741 1123.9 741 L1102.9 741 Q1101.3 740.95 1100.15 739.85 L1100.15 739.8 Q1099 738.65 1099 737 L1099 734.1"/>
<path stroke="none" fill="#1EA7E1" d="M1103 714 L1123.9 714 1134 724 1123.9 734 1103 734 1103 714"/>
<path stroke="none" fill="#FA8132" d="M1124.7 652.15 Q1125.05 652.3 1125.3 652.55 L1135.4 662.55 Q1136 663.15 1136 664 1136 664.85 1135.4 665.4 L1125.3 675.4 1124.75 675.8 1123.9 676 1103 676 Q1102.15 676 1101.55 675.4 1101 674.85 1101 674 L1101 654 Q1101 653.15 1101.55 652.55 1102.15 652 1103 652 L1123.9 652 1124.7 652.15 M1103 674 L1123.9 674 1134 664 1123.9 654 1103 654 1103 674"/>
<path stroke="none" fill="#CD5D12" d="M1124.7 652.15 L1123.9 652 1103 652 Q1102.15 652 1101.55 652.55 1101 653.15 1101 654 L1101 674 Q1101 674.85 1101.55 675.4 1102.15 676 1103 676 L1123.9 676 1124.75 675.8 1125.3 675.4 1135.4 665.4 Q1136 664.85 1136 664 1136 663.15 1135.4 662.55 L1125.3 652.55 Q1125.05 652.3 1124.7 652.15 M1099 674.1 L1099 654 Q1099 652.35 1100.15 651.15 1101.3 650.05 1102.9 650 L1123.9 650 Q1125.55 650 1126.7 651.15 L1136.8 661.15 Q1138 662.35 1138 664 L1137.95 664.5 Q1137.8 665.85 1136.8 666.85 L1126.7 676.85 Q1125.55 678 1123.9 678 L1102.9 678 Q1101.3 677.95 1100.15 676.85 L1100.15 676.8 Q1099.05 675.7 1099 674.1"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1099 674.1 Q1099.05 675.7 1100.15 676.8 L1100.15 676.85 Q1101.3 677.95 1102.9 678 L1123.9 678 Q1125.55 678 1126.7 676.85 L1136.8 666.85 Q1137.8 665.85 1137.95 664.5 L1138 665 1137.95 665.5 1138 666 1137.95 666.5 1138 667 Q1138 668.65 1136.8 669.85 L1126.7 679.85 Q1125.55 681 1123.9 681 L1102.9 681 Q1101.3 680.95 1100.15 679.85 L1100.15 679.8 Q1099 678.65 1099 677 L1099 674.1"/>
<path stroke="none" fill="#E86A17" d="M1103 674 L1103 654 1123.9 654 1134 664 1123.9 674 1103 674"/>
<path stroke="none" fill="#5FB13A" d="M1101.55 592.55 Q1101 593.15 1101 594 L1101 614 Q1101 614.85 1101.55 615.4 1102.15 616 1103 616 L1123.9 616 1124.75 615.8 1125.3 615.4 1135.4 605.4 Q1136 604.85 1136 604 1136 603.15 1135.4 602.55 L1125.3 592.55 Q1125.05 592.3 1124.7 592.15 L1123.9 592 1103 592 Q1102.15 592 1101.55 592.55 M1099 614.1 L1099 594 Q1099 592.35 1100.15 591.15 1101.3 590.05 1102.9 590 L1123.9 590 Q1125.55 590 1126.7 591.15 L1136.8 601.15 Q1138 602.35 1138 604 L1137.95 604.5 Q1137.8 605.85 1136.8 606.85 L1126.7 616.85 Q1125.55 618 1123.9 618 L1102.9 618 Q1101.3 617.95 1100.15 616.85 L1100.15 616.8 Q1099.05 615.7 1099 614.1"/>
<path stroke="none" fill="#88E060" d="M1101.55 592.55 Q1102.15 592 1103 592 L1123.9 592 1124.7 592.15 Q1125.05 592.3 1125.3 592.55 L1135.4 602.55 Q1136 603.15 1136 604 1136 604.85 1135.4 605.4 L1125.3 615.4 1124.75 615.8 1123.9 616 1103 616 Q1102.15 616 1101.55 615.4 1101 614.85 1101 614 L1101 594 Q1101 593.15 1101.55 592.55 M1103 614 L1123.9 614 1134 604 1123.9 594 1103 594 1103 614"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1099 614.1 Q1099.05 615.7 1100.15 616.8 L1100.15 616.85 Q1101.3 617.95 1102.9 618 L1123.9 618 Q1125.55 618 1126.7 616.85 L1136.8 606.85 Q1137.8 605.85 1137.95 604.5 L1138 605 1137.95 605.5 1138 606 1137.95 606.5 1138 607 Q1138 608.65 1136.8 609.85 L1126.7 619.85 Q1125.55 621 1123.9 621 L1102.9 621 Q1101.3 620.95 1100.15 619.85 L1100.15 619.8 Q1099 618.65 1099 617 L1099 614.1"/>
<path stroke="none" fill="#73CD4B" d="M1103 614 L1103 594 1123.9 594 1134 604 1123.9 614 1103 614"/>
<path stroke="none" fill="#FFD948" d="M1135.4 542.55 Q1136 543.15 1136 544 1136 544.85 1135.4 545.4 L1125.3 555.4 1124.75 555.8 1123.9 556 1103 556 Q1102.15 556 1101.55 555.4 1101 554.85 1101 554 L1101 534 Q1101 533.15 1101.55 532.55 1102.15 532 1103 532 L1123.9 532 1124.7 532.15 Q1125.05 532.3 1125.3 532.55 L1135.4 542.55 M1103 534 L1103 554 1123.9 554 1134 544 1123.9 534 1103 534"/>
<path stroke="none" fill="#CDA400" d="M1099 554.1 L1099 534 Q1099 532.35 1100.15 531.15 1101.3 530.05 1102.9 530 L1123.9 530 Q1125.55 530 1126.7 531.15 L1136.8 541.15 Q1138 542.35 1138 544 L1137.95 544.5 Q1137.8 545.85 1136.8 546.85 L1126.7 556.85 Q1125.55 558 1123.9 558 L1102.9 558 Q1101.3 557.95 1100.15 556.85 L1100.15 556.8 Q1099.05 555.7 1099 554.1 M1135.4 542.55 L1125.3 532.55 Q1125.05 532.3 1124.7 532.15 L1123.9 532 1103 532 Q1102.15 532 1101.55 532.55 1101 533.15 1101 534 L1101 554 Q1101 554.85 1101.55 555.4 1102.15 556 1103 556 L1123.9 556 1124.75 555.8 1125.3 555.4 1135.4 545.4 Q1136 544.85 1136 544 1136 543.15 1135.4 542.55"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1099 554.1 Q1099.05 555.7 1100.15 556.8 L1100.15 556.85 Q1101.3 557.95 1102.9 558 L1123.9 558 Q1125.55 558 1126.7 556.85 L1136.8 546.85 Q1137.8 545.85 1137.95 544.5 L1138 545 1137.95 545.5 1138 546 1137.95 546.5 1138 547 Q1138 548.65 1136.8 549.85 L1126.7 559.85 Q1125.55 561 1123.9 561 L1102.9 561 Q1101.3 560.95 1100.15 559.85 L1100.15 559.8 Q1099 558.65 1099 557 L1099 554.1"/>
<path stroke="none" fill="#FFCC00" d="M1103 534 L1123.9 534 1134 544 1123.9 554 1103 554 1103 534"/>
<path stroke="none" fill="#999999" d="M1137.95 484.5 Q1137.8 485.85 1136.8 486.85 L1126.7 496.85 Q1125.55 498 1123.9 498 L1102.9 498 Q1101.3 497.95 1100.15 496.85 L1100.15 496.8 Q1099.05 495.7 1099 494.1 L1099 474 Q1099 472.35 1100.15 471.15 1101.3 470.05 1102.9 470 L1123.9 470 Q1125.55 470 1126.7 471.15 L1136.8 481.15 Q1138 482.35 1138 484 L1137.95 484.5 M1136 484 Q1136 483.15 1135.4 482.55 L1125.3 472.55 Q1125.05 472.3 1124.7 472.15 L1123.9 472 1103 472 Q1102.15 472 1101.55 472.55 1101 473.15 1101 474 L1101 494 Q1101 494.85 1101.55 495.4 1102.15 496 1103 496 L1123.9 496 1124.75 495.8 1125.3 495.4 1135.4 485.4 Q1136 484.85 1136 484"/>
<path stroke="none" fill="#000000" fill-opacity="0.10196078431372549" d="M1099 494.1 Q1099.05 495.7 1100.15 496.8 L1100.15 496.85 Q1101.3 497.95 1102.9 498 L1123.9 498 Q1125.55 498 1126.7 496.85 L1136.8 486.85 Q1137.8 485.85 1137.95 484.5 L1138 485 1137.95 485.5 1138 486 1137.95 486.5 1138 487 Q1138 488.65 1136.8 489.85 L1126.7 499.85 Q1125.55 501 1123.9 501 L1102.9 501 Q1101.3 500.95 1100.15 499.85 L1100.15 499.8 Q1099 498.65 1099 497 L1099 494.1"/>
<path stroke="none" fill="#FFFFFF" d="M1136 484 Q1136 484.85 1135.4 485.4 L1125.3 495.4 1124.75 495.8 1123.9 496 1103 496 Q1102.15 496 1101.55 495.4 1101 494.85 1101 494 L1101 474 Q1101 473.15 1101.55 472.55 1102.15 472 1103 472 L1123.9 472 1124.7 472.15 Q1125.05 472.3 1125.3 472.55 L1135.4 482.55 Q1136 483.15 1136 484 M1103 474 L1103 494 1123.9 494 1134 484 1123.9 474 1103 474"/>
<path stroke="none" fill="#EEEEEE" d="M1103 474 L1123.9 474 1134 484 1123.9 494 1103 494 1103 474"/>
<path stroke="none" fill="#999999" d="M860 339 L860 337 1050 337 1050 339 860 339"/>
<path stroke="none" fill="#FFFFFF" d="M860 339 L1050 339 1050 341 860 341 860 339"/>
<path stroke="none" fill="#FFFFFF" d="M868 356.5 L868 357 868 357.5 868 358 Q868 359.65 866.8 360.85 865.65 362 864 362 862.35 362 861.15 360.85 860 359.65 860 358 L860.05 357.5 860 357 860.05 356.5 Q860.2 357.85 861.15 358.85 862.35 360 864 360 865.65 360 866.8 358.85 867.8 357.85 868 356.5"/>
<path stroke="none" fill="#999999" d="M868 356.5 Q867.8 357.85 866.8 358.85 865.65 360 864 360 862.35 360 861.15 358.85 860.2 357.85 860.05 356.5 L860 356 Q860 354.35 861.15 353.2 862.35 352 864 352 865.65 352 866.8 353.2 868 354.35 868 356 L868 356.5"/>
<path stroke="none" fill="#999999" d="M1072 337.05 L1074 337.05 1074 437.05 1072 437.05 1072 337.05"/>
<path stroke="none" fill="#FFFFFF" d="M1072 337.05 L1072 437.05 1070 437.05 1070 337.05 1072 337.05"/>
<path stroke="none" fill="#FFFFFF" d="M1468 331 Q1468 325 1462 325 L1288 325 Q1282 325 1282 331 L1282 364 1282 364.25 1282.05 364.85 Q1282.4 369.6 1287.1 370 L1287.2 370 1287.3 370 1287.4 370 1287.6 370 1287.75 370 1287.85 370 1462.5 370 Q1467.85 369.75 1468 364.25 L1468 364 1468 331 M1284 332.65 L1284.1 332.05 Q1284.5 329 1288 329 L1462 329 Q1465.5 329 1465.95 332.05 L1466 332.6 1466 364.25 1465.95 365 Q1465.5 368 1462 368 L1288 368 Q1284.5 368 1284.1 365 L1284 364.15 1284 332.65 M1470 331 L1470 364 1470 364.25 1470 364.3 Q1469.8 371.7 1462.6 372 L1287.85 372 1287.75 372 1287.6 372 1287.4 372 1287.3 372 1287.2 372 1287.1 372 1286.95 372 Q1280.55 371.45 1280.05 365 L1280 364.25 1280 364 1280 331 Q1280 323 1288 323 L1462 323 Q1470 323 1470 331"/>
<path stroke="none" fill="#ECECEC" d="M1466 332.6 L1465.95 332.05 Q1465.5 329 1462 329 L1288 329 Q1284.5 329 1284.1 332.05 L1284 332.65 1284 331 1284.1 330.05 Q1284.5 327 1288 327 L1462 327 Q1465.5 327 1465.95 330.05 L1466 331 1466 332.6"/>
<path stroke="none" fill="#C6C6C6" d="M1466 332.6 L1466 331 1465.95 330.05 Q1465.5 327 1462 327 L1288 327 Q1284.5 327 1284.1 330.05 L1284 331 1284 332.65 1284 364.15 1284.1 365 Q1284.5 368 1288 368 L1462 368 Q1465.5 368 1465.95 365 L1466 364.25 1466 332.6 M1468 331 L1468 364 1468 364.25 Q1467.85 369.75 1462.5 370 L1287.85 370 1287.75 370 1287.6 370 1287.4 370 1287.3 370 1287.2 370 1287.1 370 Q1282.4 369.6 1282.05 364.85 L1282 364.25 1282 364 1282 331 Q1282 325 1288 325 L1462 325 Q1468 325 1468 331"/>
<path stroke="none" fill="#ECECEC" d="M1284 402.6 L1284 401 1284.1 400.05 Q1284.5 397 1288 397 L1462 397 Q1465.5 397 1465.95 400.05 L1466 401 1466 402.55 1465.95 402.05 Q1465.5 399 1462 399 L1288 399 Q1284.5 399 1284.1 402.05 L1284 402.6"/>
<path stroke="none" fill="#C6C6C6" d="M1284 402.6 L1284 421.95 1282 421.95 1282 401 Q1282 395 1288 395 L1462 395 Q1468 395 1468 401 L1468 421.95 1466 421.95 1466 402.55 1466 401 1465.95 400.05 Q1465.5 397 1462 397 L1288 397 Q1284.5 397 1284.1 400.05 L1284 401 1284 402.6 M1282 422 L1284 422 1284 564.15 1284.1 565 Q1284.5 568 1288 568 L1462 568 Q1465.5 568 1465.95 565 L1466 564.25 1466 422 1468 422 1468 564 1468 564.25 Q1467.85 569.75 1462.5 570 L1287.85 570 1287.75 570 1287.6 570 1287.4 570 1287.3 570 1287.2 570 1287.1 570 Q1282.4 569.6 1282.05 564.85 L1282 564.25 1282 564 1282 422"/>
<path stroke="none" fill="#FFFFFF" d="M1282 422 L1282 564 1282 564.25 1282.05 564.85 Q1282.4 569.6 1287.1 570 L1287.2 570 1287.3 570 1287.4 570 1287.6 570 1287.75 570 1287.85 570 1462.5 570 Q1467.85 569.75 1468 564.25 L1468 564 1468 422 1470 422 1470 564 1470 564.25 1470 564.3 Q1469.8 571.7 1462.6 572 L1287.85 572 1287.75 572 1287.6 572 1287.4 572 1287.3 572 1287.2 572 1287.1 572 1286.95 572 Q1280.55 571.45 1280.05 565 L1280 564.25 1280 564 1280 422 1282 422 M1284 402.6 L1284.1 402.05 Q1284.5 399 1288 399 L1462 399 Q1465.5 399 1465.95 402.05 L1466 402.55 1466 421.95 1284 421.95 1284 402.6 M1468 421.95 L1468 401 Q1468 395 1462 395 L1288 395 Q1282 395 1282 401 L1282 421.95 1280 421.95 1280 401 Q1280 393 1288 393 L1462 393 Q1470 393 1470 401 L1470 421.95 1468 421.95 M1284 422 L1466 422 1466 564.25 1465.95 565 Q1465.5 568 1462 568 L1288 568 Q1284.5 568 1284.1 565 L1284 564.15 1284 422"/>
<path stroke="none" fill="#CCCCCC" d="M1454.95 444 L1294.95 444 1294.95 442 1454.95 442 1454.95 444"/>
<path stroke="none" fill="#CCCCCC" d="M1454.95 484 L1294.95 484 1294.95 482 1454.95 482 1454.95 484"/>
<path stroke="none" fill="#CCCCCC" d="M1454.95 524 L1294.95 524 1294.95 522 1454.95 522 1454.95 524"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 150 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/UIpack_vector.svg-6072a9fd540bc63a091416d2685f9ed6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://thirdparty/FlatUI/UIpack_vector.svg"
dest_files=[ "res://.import/UIpack_vector.svg-6072a9fd540bc63a091416d2685f9ed6.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View File

@ -1,327 +0,0 @@
[gd_resource type="Theme" load_steps=34 format=2]
[ext_resource path="UIpack_vector.svg" type="Texture" id=1]
[ext_resource path="kenvector_future.ttf" type="DynamicFontData" id=2]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 240, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="StyleBoxTexture" id=3]
texture = ExtResource( 1 )
region_rect = Rect2( 1, 240, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=4]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 240, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=5]
texture = ExtResource( 1 )
region_rect = Rect2( 421, 244, 190, 45 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="AtlasTexture" id=6]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 200, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=7]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 201, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=8]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=9]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxEmpty" id=10]
[sub_resource type="StyleBoxEmpty" id=11]
[sub_resource type="StyleBoxEmpty" id=12]
[sub_resource type="StyleBoxEmpty" id=13]
[sub_resource type="AtlasTexture" id=14]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 200, 644, 36, 36 )
[sub_resource type="AtlasTexture" id=15]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 200, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=16]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 872, 684, 28, 42 )
[sub_resource type="StyleBoxTexture" id=17]
texture = ExtResource( 1 )
region_rect = Rect2( 840, 316, 192, 6 )
[sub_resource type="StyleBoxEmpty" id=18]
[sub_resource type="StyleBoxTexture" id=19]
texture = ExtResource( 1 )
region_rect = Rect2( 629, 317, 194, 49 )
margin_left = 17.1475
margin_right = 13.718
margin_top = 12.0032
margin_bottom = 9.43112
[sub_resource type="AtlasTexture" id=20]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 812, 458, 28, 10 )
[sub_resource type="StyleBoxTexture" id=21]
texture = ExtResource( 1 )
region_rect = Rect2( 485, 310, 100, 100 )
margin_left = 12.3202
margin_right = 13.3469
margin_top = 13.3469
margin_bottom = 11.2935
[sub_resource type="AtlasTexture" id=22]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 200, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=23]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 201, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=24]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=25]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxTexture" id=26]
content_margin_left = 4.0
content_margin_right = 4.0
content_margin_top = 4.0
content_margin_bottom = 4.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 240, 190, 49 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
[sub_resource type="StyleBoxTexture" id=27]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 10.0
content_margin_bottom = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 485, 310, 100, 100 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
expand_margin_top = 10.0
expand_margin_bottom = 10.0
[sub_resource type="StyleBoxTexture" id=28]
content_margin_left = 12.0
content_margin_top = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 310, 100, 100 )
margin_left = 10.8072
margin_right = 9.71325
margin_top = 28.4299
margin_bottom = 14.7561
axis_stretch_vertical = 1
[sub_resource type="AtlasTexture" id=29]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1007, 690, 39, 31 )
[sub_resource type="StyleBoxTexture" id=30]
texture = ExtResource( 1 )
region_rect = Rect2( 1051, 317, 4, 100 )
[sub_resource type="DynamicFont" id=31]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[resource]
default_font = SubResource( 31 )
Button/colors/font_color = Color( 0, 0, 0, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
Button/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = SubResource( 1 )
Button/styles/focus = SubResource( 2 )
Button/styles/hover = SubResource( 3 )
Button/styles/normal = SubResource( 4 )
Button/styles/pressed = SubResource( 5 )
CheckBox/colors/font_color = Color( 0, 0, 0, 1 )
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckBox/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_hover_pressed = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckBox/constants/check_vadjust = 0
CheckBox/constants/hseparation = 4
CheckBox/fonts/font = null
CheckBox/icons/checked = SubResource( 6 )
CheckBox/icons/radio_checked = SubResource( 7 )
CheckBox/icons/radio_unchecked = SubResource( 8 )
CheckBox/icons/unchecked = SubResource( 9 )
CheckBox/styles/disabled = null
CheckBox/styles/focus = null
CheckBox/styles/hover = SubResource( 10 )
CheckBox/styles/hover_pressed = SubResource( 11 )
CheckBox/styles/normal = SubResource( 12 )
CheckBox/styles/pressed = SubResource( 13 )
CheckButton/colors/font_color = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckButton/colors/font_color_hover_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/constants/check_vadjust = 0
CheckButton/constants/hseparation = 4
CheckButton/fonts/font = null
CheckButton/icons/off = SubResource( 14 )
CheckButton/icons/off_disabled = SubResource( 14 )
CheckButton/icons/on = SubResource( 15 )
CheckButton/icons/on_disabled = SubResource( 15 )
CheckButton/styles/disabled = null
CheckButton/styles/focus = null
CheckButton/styles/hover = null
CheckButton/styles/hover_pressed = null
CheckButton/styles/normal = null
CheckButton/styles/pressed = null
HSlider/icons/grabber = SubResource( 16 )
HSlider/icons/grabber_disabled = null
HSlider/icons/grabber_highlight = SubResource( 16 )
HSlider/icons/tick = null
HSlider/styles/grabber_area = SubResource( 17 )
HSlider/styles/grabber_area_highlight = SubResource( 17 )
HSlider/styles/slider = SubResource( 17 )
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
LineEdit/colors/cursor_color = Color( 0.34902, 0.34902, 0.34902, 1 )
LineEdit/colors/font_color = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_selected = Color( 0.894118, 0.894118, 0.894118, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
LineEdit/colors/selection_color = Color( 0.117647, 0.654902, 0.882353, 1 )
LineEdit/constants/minimum_spaces = 12
LineEdit/fonts/font = null
LineEdit/icons/clear = null
LineEdit/styles/focus = SubResource( 18 )
LineEdit/styles/normal = SubResource( 19 )
LineEdit/styles/read_only = SubResource( 19 )
OptionButton/colors/font_color = Color( 0, 0, 0, 1 )
OptionButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
OptionButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
OptionButton/colors/font_color_pressed = Color( 0, 0, 0, 1 )
OptionButton/constants/arrow_margin = 2
OptionButton/constants/hseparation = 2
OptionButton/fonts/font = null
OptionButton/icons/arrow = SubResource( 20 )
OptionButton/styles/disabled = null
OptionButton/styles/focus = null
OptionButton/styles/hover = null
OptionButton/styles/normal = null
OptionButton/styles/pressed = null
Panel/styles/panel = SubResource( 21 )
PopupMenu/colors/font_color = Color( 0, 0, 0, 1 )
PopupMenu/colors/font_color_accel = Color( 0.701961, 0.701961, 0.701961, 0.8 )
PopupMenu/colors/font_color_disabled = Color( 0.4, 0.4, 0.4, 0.8 )
PopupMenu/colors/font_color_hover = Color( 0.388235, 0.388235, 0.388235, 1 )
PopupMenu/constants/hseparation = 4
PopupMenu/constants/vseparation = 32
PopupMenu/fonts/font = null
PopupMenu/icons/checked = SubResource( 22 )
PopupMenu/icons/radio_checked = SubResource( 23 )
PopupMenu/icons/radio_unchecked = SubResource( 24 )
PopupMenu/icons/submenu = null
PopupMenu/icons/unchecked = SubResource( 25 )
PopupMenu/styles/hover = SubResource( 26 )
PopupMenu/styles/labeled_separator_left = null
PopupMenu/styles/labeled_separator_right = null
PopupMenu/styles/panel = SubResource( 27 )
PopupMenu/styles/panel_disabled = null
PopupMenu/styles/separator = null
TextEdit/colors/background_color = Color( 0, 0, 0, 0 )
TextEdit/colors/bookmark_color = Color( 0.08, 0.49, 0.98, 1 )
TextEdit/colors/brace_mismatch_color = Color( 1, 0.2, 0.2, 1 )
TextEdit/colors/breakpoint_color = Color( 0.8, 0.8, 0.4, 0.2 )
TextEdit/colors/caret_background_color = Color( 0, 0, 0, 1 )
TextEdit/colors/caret_color = Color( 0.88, 0.88, 0.88, 1 )
TextEdit/colors/code_folding_color = Color( 0.8, 0.8, 0.8, 0.8 )
TextEdit/colors/completion_background_color = Color( 0.17, 0.16, 0.2, 1 )
TextEdit/colors/completion_existing_color = Color( 0.87, 0.87, 0.87, 0.13 )
TextEdit/colors/completion_font_color = Color( 0.67, 0.67, 0.67, 1 )
TextEdit/colors/completion_scroll_color = Color( 1, 1, 1, 1 )
TextEdit/colors/completion_selected_color = Color( 0.26, 0.26, 0.27, 1 )
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
TextEdit/colors/font_color = Color( 0, 0, 0, 1 )
TextEdit/colors/font_color_readonly = Color( 0.88, 0.88, 0.88, 0.5 )
TextEdit/colors/font_color_selected = Color( 0.34902, 0.34902, 0.34902, 1 )
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
TextEdit/colors/mark_color = Color( 1, 0.4, 0.4, 0.4 )
TextEdit/colors/member_variable_color = Color( 0.9, 0.31, 0.35, 1 )
TextEdit/colors/number_color = Color( 0.92, 0.58, 0.2, 1 )
TextEdit/colors/safe_line_number_color = Color( 0.67, 0.78, 0.67, 0.6 )
TextEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
TextEdit/colors/symbol_color = Color( 0.94, 0.94, 0.94, 1 )
TextEdit/colors/word_highlighted_color = Color( 0.8, 0.9, 0.9, 0.15 )
TextEdit/constants/completion_lines = 7
TextEdit/constants/completion_max_width = 50
TextEdit/constants/completion_scroll_width = 3
TextEdit/constants/line_spacing = 4
TextEdit/fonts/font = null
TextEdit/icons/fold = null
TextEdit/icons/folded = null
TextEdit/icons/space = null
TextEdit/icons/tab = null
TextEdit/styles/completion = null
TextEdit/styles/focus = null
TextEdit/styles/normal = SubResource( 28 )
TextEdit/styles/read_only = null
VSlider/icons/grabber = SubResource( 29 )
VSlider/icons/grabber_disabled = SubResource( 29 )
VSlider/icons/grabber_highlight = SubResource( 29 )
VSlider/icons/tick = null
VSlider/styles/grabber_area = SubResource( 30 )
VSlider/styles/grabber_area_highlight = SubResource( 30 )
VSlider/styles/slider = SubResource( 30 )

View File

@ -1,327 +0,0 @@
[gd_resource type="Theme" load_steps=34 format=2]
[ext_resource path="UIpack_vector.svg" type="Texture" id=1]
[ext_resource path="kenvector_future.ttf" type="DynamicFontData" id=2]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 120, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="StyleBoxTexture" id=3]
texture = ExtResource( 1 )
region_rect = Rect2( 1, 120, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=4]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 120, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=5]
texture = ExtResource( 1 )
region_rect = Rect2( 421, 124, 190, 45 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="AtlasTexture" id=6]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 100, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=7]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 101, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=8]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=9]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxEmpty" id=10]
[sub_resource type="StyleBoxEmpty" id=11]
[sub_resource type="StyleBoxEmpty" id=12]
[sub_resource type="StyleBoxEmpty" id=13]
[sub_resource type="AtlasTexture" id=14]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 100, 644, 36, 36 )
[sub_resource type="AtlasTexture" id=15]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 100, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=16]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 872, 564, 28, 42 )
[sub_resource type="StyleBoxTexture" id=17]
texture = ExtResource( 1 )
region_rect = Rect2( 840, 316, 192, 6 )
[sub_resource type="StyleBoxEmpty" id=18]
[sub_resource type="StyleBoxTexture" id=19]
texture = ExtResource( 1 )
region_rect = Rect2( 629, 317, 194, 49 )
margin_left = 17.1475
margin_right = 13.718
margin_top = 12.0032
margin_bottom = 9.43112
[sub_resource type="AtlasTexture" id=20]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 816, 578, 20, 10 )
[sub_resource type="StyleBoxTexture" id=21]
texture = ExtResource( 1 )
region_rect = Rect2( 243, 310, 100, 100 )
margin_left = 12.3202
margin_right = 13.3469
margin_top = 13.3469
margin_bottom = 11.2935
[sub_resource type="AtlasTexture" id=22]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 100, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=23]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 101, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=24]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=25]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxTexture" id=26]
content_margin_left = 4.0
content_margin_right = 4.0
content_margin_top = 4.0
content_margin_bottom = 4.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 120, 190, 49 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
[sub_resource type="StyleBoxTexture" id=27]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 10.0
content_margin_bottom = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 243, 310, 100, 100 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
expand_margin_top = 10.0
expand_margin_bottom = 10.0
[sub_resource type="StyleBoxTexture" id=28]
content_margin_left = 12.0
content_margin_top = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 310, 100, 100 )
margin_left = 10.8072
margin_right = 9.71325
margin_top = 28.4299
margin_bottom = 14.7561
axis_stretch_vertical = 1
[sub_resource type="AtlasTexture" id=29]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1007, 570, 39, 31 )
[sub_resource type="StyleBoxTexture" id=30]
texture = ExtResource( 1 )
region_rect = Rect2( 1051, 317, 4, 100 )
[sub_resource type="DynamicFont" id=31]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[resource]
default_font = SubResource( 31 )
Button/colors/font_color = Color( 0, 0, 0, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
Button/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = SubResource( 1 )
Button/styles/focus = SubResource( 2 )
Button/styles/hover = SubResource( 3 )
Button/styles/normal = SubResource( 4 )
Button/styles/pressed = SubResource( 5 )
CheckBox/colors/font_color = Color( 0, 0, 0, 1 )
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckBox/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_hover_pressed = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckBox/constants/check_vadjust = 0
CheckBox/constants/hseparation = 4
CheckBox/fonts/font = null
CheckBox/icons/checked = SubResource( 6 )
CheckBox/icons/radio_checked = SubResource( 7 )
CheckBox/icons/radio_unchecked = SubResource( 8 )
CheckBox/icons/unchecked = SubResource( 9 )
CheckBox/styles/disabled = null
CheckBox/styles/focus = null
CheckBox/styles/hover = SubResource( 10 )
CheckBox/styles/hover_pressed = SubResource( 11 )
CheckBox/styles/normal = SubResource( 12 )
CheckBox/styles/pressed = SubResource( 13 )
CheckButton/colors/font_color = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckButton/colors/font_color_hover_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/constants/check_vadjust = 0
CheckButton/constants/hseparation = 4
CheckButton/fonts/font = null
CheckButton/icons/off = SubResource( 14 )
CheckButton/icons/off_disabled = SubResource( 14 )
CheckButton/icons/on = SubResource( 15 )
CheckButton/icons/on_disabled = SubResource( 15 )
CheckButton/styles/disabled = null
CheckButton/styles/focus = null
CheckButton/styles/hover = null
CheckButton/styles/hover_pressed = null
CheckButton/styles/normal = null
CheckButton/styles/pressed = null
HSlider/icons/grabber = SubResource( 16 )
HSlider/icons/grabber_disabled = null
HSlider/icons/grabber_highlight = SubResource( 16 )
HSlider/icons/tick = null
HSlider/styles/grabber_area = SubResource( 17 )
HSlider/styles/grabber_area_highlight = SubResource( 17 )
HSlider/styles/slider = SubResource( 17 )
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
LineEdit/colors/cursor_color = Color( 0.34902, 0.34902, 0.34902, 1 )
LineEdit/colors/font_color = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_selected = Color( 0.894118, 0.894118, 0.894118, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
LineEdit/colors/selection_color = Color( 0.45098, 0.803922, 0.294118, 1 )
LineEdit/constants/minimum_spaces = 12
LineEdit/fonts/font = null
LineEdit/icons/clear = null
LineEdit/styles/focus = SubResource( 18 )
LineEdit/styles/normal = SubResource( 19 )
LineEdit/styles/read_only = SubResource( 19 )
OptionButton/colors/font_color = Color( 0, 0, 0, 1 )
OptionButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
OptionButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
OptionButton/colors/font_color_pressed = Color( 0, 0, 0, 1 )
OptionButton/constants/arrow_margin = 2
OptionButton/constants/hseparation = 2
OptionButton/fonts/font = null
OptionButton/icons/arrow = SubResource( 20 )
OptionButton/styles/disabled = null
OptionButton/styles/focus = null
OptionButton/styles/hover = null
OptionButton/styles/normal = null
OptionButton/styles/pressed = null
Panel/styles/panel = SubResource( 21 )
PopupMenu/colors/font_color = Color( 0, 0, 0, 1 )
PopupMenu/colors/font_color_accel = Color( 0.701961, 0.701961, 0.701961, 0.8 )
PopupMenu/colors/font_color_disabled = Color( 0.4, 0.4, 0.4, 0.8 )
PopupMenu/colors/font_color_hover = Color( 0.388235, 0.388235, 0.388235, 1 )
PopupMenu/constants/hseparation = 4
PopupMenu/constants/vseparation = 32
PopupMenu/fonts/font = null
PopupMenu/icons/checked = SubResource( 22 )
PopupMenu/icons/radio_checked = SubResource( 23 )
PopupMenu/icons/radio_unchecked = SubResource( 24 )
PopupMenu/icons/submenu = null
PopupMenu/icons/unchecked = SubResource( 25 )
PopupMenu/styles/hover = SubResource( 26 )
PopupMenu/styles/labeled_separator_left = null
PopupMenu/styles/labeled_separator_right = null
PopupMenu/styles/panel = SubResource( 27 )
PopupMenu/styles/panel_disabled = null
PopupMenu/styles/separator = null
TextEdit/colors/background_color = Color( 0, 0, 0, 0 )
TextEdit/colors/bookmark_color = Color( 0.08, 0.49, 0.98, 1 )
TextEdit/colors/brace_mismatch_color = Color( 1, 0.2, 0.2, 1 )
TextEdit/colors/breakpoint_color = Color( 0.8, 0.8, 0.4, 0.2 )
TextEdit/colors/caret_background_color = Color( 0, 0, 0, 1 )
TextEdit/colors/caret_color = Color( 0.88, 0.88, 0.88, 1 )
TextEdit/colors/code_folding_color = Color( 0.8, 0.8, 0.8, 0.8 )
TextEdit/colors/completion_background_color = Color( 0.17, 0.16, 0.2, 1 )
TextEdit/colors/completion_existing_color = Color( 0.87, 0.87, 0.87, 0.13 )
TextEdit/colors/completion_font_color = Color( 0.67, 0.67, 0.67, 1 )
TextEdit/colors/completion_scroll_color = Color( 1, 1, 1, 1 )
TextEdit/colors/completion_selected_color = Color( 0.26, 0.26, 0.27, 1 )
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
TextEdit/colors/font_color = Color( 0, 0, 0, 1 )
TextEdit/colors/font_color_readonly = Color( 0.88, 0.88, 0.88, 0.5 )
TextEdit/colors/font_color_selected = Color( 0.34902, 0.34902, 0.34902, 1 )
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
TextEdit/colors/mark_color = Color( 1, 0.4, 0.4, 0.4 )
TextEdit/colors/member_variable_color = Color( 0.9, 0.31, 0.35, 1 )
TextEdit/colors/number_color = Color( 0.92, 0.58, 0.2, 1 )
TextEdit/colors/safe_line_number_color = Color( 0.67, 0.78, 0.67, 0.6 )
TextEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
TextEdit/colors/symbol_color = Color( 0.94, 0.94, 0.94, 1 )
TextEdit/colors/word_highlighted_color = Color( 0.8, 0.9, 0.9, 0.15 )
TextEdit/constants/completion_lines = 7
TextEdit/constants/completion_max_width = 50
TextEdit/constants/completion_scroll_width = 3
TextEdit/constants/line_spacing = 4
TextEdit/fonts/font = null
TextEdit/icons/fold = null
TextEdit/icons/folded = null
TextEdit/icons/space = null
TextEdit/icons/tab = null
TextEdit/styles/completion = null
TextEdit/styles/focus = null
TextEdit/styles/normal = SubResource( 28 )
TextEdit/styles/read_only = null
VSlider/icons/grabber = SubResource( 29 )
VSlider/icons/grabber_disabled = SubResource( 29 )
VSlider/icons/grabber_highlight = SubResource( 29 )
VSlider/icons/tick = null
VSlider/styles/grabber_area = SubResource( 30 )
VSlider/styles/grabber_area_highlight = SubResource( 30 )
VSlider/styles/slider = SubResource( 30 )

View File

@ -1,327 +0,0 @@
[gd_resource type="Theme" load_steps=34 format=2]
[ext_resource path="UIpack_vector.svg" type="Texture" id=1]
[ext_resource path="kenvector_future.ttf" type="DynamicFontData" id=2]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 180, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="StyleBoxTexture" id=3]
texture = ExtResource( 1 )
region_rect = Rect2( 1, 180, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=4]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 180, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=5]
texture = ExtResource( 1 )
region_rect = Rect2( 421, 184, 190, 45 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="AtlasTexture" id=6]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 150, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=7]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 151, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=8]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=9]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxEmpty" id=10]
[sub_resource type="StyleBoxEmpty" id=11]
[sub_resource type="StyleBoxEmpty" id=12]
[sub_resource type="StyleBoxEmpty" id=13]
[sub_resource type="AtlasTexture" id=14]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 150, 644, 36, 36 )
[sub_resource type="AtlasTexture" id=15]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 150, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=16]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 872, 624, 28, 42 )
[sub_resource type="StyleBoxTexture" id=17]
texture = ExtResource( 1 )
region_rect = Rect2( 840, 316, 192, 6 )
[sub_resource type="StyleBoxEmpty" id=18]
[sub_resource type="StyleBoxTexture" id=19]
texture = ExtResource( 1 )
region_rect = Rect2( 629, 317, 194, 49 )
margin_left = 17.1475
margin_right = 13.718
margin_top = 12.0032
margin_bottom = 9.43112
[sub_resource type="AtlasTexture" id=20]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 814, 578, 24, 10 )
[sub_resource type="StyleBoxTexture" id=21]
texture = ExtResource( 1 )
region_rect = Rect2( 364, 310, 100, 100 )
margin_left = 12.3202
margin_right = 13.3469
margin_top = 13.3469
margin_bottom = 11.2935
[sub_resource type="AtlasTexture" id=22]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 150, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=23]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 151, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=24]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=25]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxTexture" id=26]
content_margin_left = 4.0
content_margin_right = 4.0
content_margin_top = 4.0
content_margin_bottom = 4.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 180, 190, 49 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
[sub_resource type="StyleBoxTexture" id=27]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 10.0
content_margin_bottom = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 364, 310, 100, 100 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
expand_margin_top = 10.0
expand_margin_bottom = 10.0
[sub_resource type="StyleBoxTexture" id=28]
content_margin_left = 12.0
content_margin_top = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 310, 100, 100 )
margin_left = 10.8072
margin_right = 9.71325
margin_top = 28.4299
margin_bottom = 14.7561
axis_stretch_vertical = 1
[sub_resource type="AtlasTexture" id=29]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1007, 630, 39, 31 )
[sub_resource type="StyleBoxTexture" id=30]
texture = ExtResource( 1 )
region_rect = Rect2( 1051, 317, 4, 100 )
[sub_resource type="DynamicFont" id=31]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[resource]
default_font = SubResource( 31 )
Button/colors/font_color = Color( 0, 0, 0, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
Button/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = SubResource( 1 )
Button/styles/focus = SubResource( 2 )
Button/styles/hover = SubResource( 3 )
Button/styles/normal = SubResource( 4 )
Button/styles/pressed = SubResource( 5 )
CheckBox/colors/font_color = Color( 0, 0, 0, 1 )
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckBox/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_hover_pressed = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckBox/constants/check_vadjust = 0
CheckBox/constants/hseparation = 4
CheckBox/fonts/font = null
CheckBox/icons/checked = SubResource( 6 )
CheckBox/icons/radio_checked = SubResource( 7 )
CheckBox/icons/radio_unchecked = SubResource( 8 )
CheckBox/icons/unchecked = SubResource( 9 )
CheckBox/styles/disabled = null
CheckBox/styles/focus = null
CheckBox/styles/hover = SubResource( 10 )
CheckBox/styles/hover_pressed = SubResource( 11 )
CheckBox/styles/normal = SubResource( 12 )
CheckBox/styles/pressed = SubResource( 13 )
CheckButton/colors/font_color = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckButton/colors/font_color_hover_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/constants/check_vadjust = 0
CheckButton/constants/hseparation = 4
CheckButton/fonts/font = null
CheckButton/icons/off = SubResource( 14 )
CheckButton/icons/off_disabled = SubResource( 14 )
CheckButton/icons/on = SubResource( 15 )
CheckButton/icons/on_disabled = SubResource( 15 )
CheckButton/styles/disabled = null
CheckButton/styles/focus = null
CheckButton/styles/hover = null
CheckButton/styles/hover_pressed = null
CheckButton/styles/normal = null
CheckButton/styles/pressed = null
HSlider/icons/grabber = SubResource( 16 )
HSlider/icons/grabber_disabled = null
HSlider/icons/grabber_highlight = SubResource( 16 )
HSlider/icons/tick = null
HSlider/styles/grabber_area = SubResource( 17 )
HSlider/styles/grabber_area_highlight = SubResource( 17 )
HSlider/styles/slider = SubResource( 17 )
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
LineEdit/colors/cursor_color = Color( 0.34902, 0.34902, 0.34902, 1 )
LineEdit/colors/font_color = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_selected = Color( 0.894118, 0.894118, 0.894118, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
LineEdit/colors/selection_color = Color( 0.909804, 0.415686, 0.0901961, 1 )
LineEdit/constants/minimum_spaces = 12
LineEdit/fonts/font = null
LineEdit/icons/clear = null
LineEdit/styles/focus = SubResource( 18 )
LineEdit/styles/normal = SubResource( 19 )
LineEdit/styles/read_only = SubResource( 19 )
OptionButton/colors/font_color = Color( 0, 0, 0, 1 )
OptionButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
OptionButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
OptionButton/colors/font_color_pressed = Color( 0, 0, 0, 1 )
OptionButton/constants/arrow_margin = 2
OptionButton/constants/hseparation = 2
OptionButton/fonts/font = null
OptionButton/icons/arrow = SubResource( 20 )
OptionButton/styles/disabled = null
OptionButton/styles/focus = null
OptionButton/styles/hover = null
OptionButton/styles/normal = null
OptionButton/styles/pressed = null
Panel/styles/panel = SubResource( 21 )
PopupMenu/colors/font_color = Color( 0, 0, 0, 1 )
PopupMenu/colors/font_color_accel = Color( 0.701961, 0.701961, 0.701961, 0.8 )
PopupMenu/colors/font_color_disabled = Color( 0.4, 0.4, 0.4, 0.8 )
PopupMenu/colors/font_color_hover = Color( 0.388235, 0.388235, 0.388235, 1 )
PopupMenu/constants/hseparation = 4
PopupMenu/constants/vseparation = 32
PopupMenu/fonts/font = null
PopupMenu/icons/checked = SubResource( 22 )
PopupMenu/icons/radio_checked = SubResource( 23 )
PopupMenu/icons/radio_unchecked = SubResource( 24 )
PopupMenu/icons/submenu = null
PopupMenu/icons/unchecked = SubResource( 25 )
PopupMenu/styles/hover = SubResource( 26 )
PopupMenu/styles/labeled_separator_left = null
PopupMenu/styles/labeled_separator_right = null
PopupMenu/styles/panel = SubResource( 27 )
PopupMenu/styles/panel_disabled = null
PopupMenu/styles/separator = null
TextEdit/colors/background_color = Color( 0, 0, 0, 0 )
TextEdit/colors/bookmark_color = Color( 0.08, 0.49, 0.98, 1 )
TextEdit/colors/brace_mismatch_color = Color( 1, 0.2, 0.2, 1 )
TextEdit/colors/breakpoint_color = Color( 0.8, 0.8, 0.4, 0.2 )
TextEdit/colors/caret_background_color = Color( 0, 0, 0, 1 )
TextEdit/colors/caret_color = Color( 0.88, 0.88, 0.88, 1 )
TextEdit/colors/code_folding_color = Color( 0.8, 0.8, 0.8, 0.8 )
TextEdit/colors/completion_background_color = Color( 0.17, 0.16, 0.2, 1 )
TextEdit/colors/completion_existing_color = Color( 0.87, 0.87, 0.87, 0.13 )
TextEdit/colors/completion_font_color = Color( 0.67, 0.67, 0.67, 1 )
TextEdit/colors/completion_scroll_color = Color( 1, 1, 1, 1 )
TextEdit/colors/completion_selected_color = Color( 0.26, 0.26, 0.27, 1 )
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
TextEdit/colors/font_color = Color( 0, 0, 0, 1 )
TextEdit/colors/font_color_readonly = Color( 0.88, 0.88, 0.88, 0.5 )
TextEdit/colors/font_color_selected = Color( 0.34902, 0.34902, 0.34902, 1 )
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
TextEdit/colors/mark_color = Color( 1, 0.4, 0.4, 0.4 )
TextEdit/colors/member_variable_color = Color( 0.9, 0.31, 0.35, 1 )
TextEdit/colors/number_color = Color( 0.92, 0.58, 0.2, 1 )
TextEdit/colors/safe_line_number_color = Color( 0.67, 0.78, 0.67, 0.6 )
TextEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
TextEdit/colors/symbol_color = Color( 0.94, 0.94, 0.94, 1 )
TextEdit/colors/word_highlighted_color = Color( 0.8, 0.9, 0.9, 0.15 )
TextEdit/constants/completion_lines = 7
TextEdit/constants/completion_max_width = 50
TextEdit/constants/completion_scroll_width = 3
TextEdit/constants/line_spacing = 4
TextEdit/fonts/font = null
TextEdit/icons/fold = null
TextEdit/icons/folded = null
TextEdit/icons/space = null
TextEdit/icons/tab = null
TextEdit/styles/completion = null
TextEdit/styles/focus = null
TextEdit/styles/normal = SubResource( 28 )
TextEdit/styles/read_only = null
VSlider/icons/grabber = SubResource( 29 )
VSlider/icons/grabber_disabled = SubResource( 29 )
VSlider/icons/grabber_highlight = SubResource( 29 )
VSlider/icons/tick = null
VSlider/styles/grabber_area = SubResource( 30 )
VSlider/styles/grabber_area_highlight = SubResource( 30 )
VSlider/styles/slider = SubResource( 30 )

View File

@ -1,327 +0,0 @@
[gd_resource type="Theme" load_steps=34 format=2]
[ext_resource path="UIpack_vector.svg" type="Texture" id=1]
[ext_resource path="kenvector_future.ttf" type="DynamicFontData" id=2]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 60, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="StyleBoxTexture" id=3]
texture = ExtResource( 1 )
region_rect = Rect2( 1, 60, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=4]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 60, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=5]
texture = ExtResource( 1 )
region_rect = Rect2( 421, 64, 190, 45 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="AtlasTexture" id=6]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 50, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=7]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 51, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=8]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=9]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxEmpty" id=10]
[sub_resource type="StyleBoxEmpty" id=11]
[sub_resource type="StyleBoxEmpty" id=12]
[sub_resource type="StyleBoxEmpty" id=13]
[sub_resource type="AtlasTexture" id=14]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 50, 644, 36, 36 )
[sub_resource type="AtlasTexture" id=15]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 50, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=16]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 872, 504, 28, 42 )
[sub_resource type="StyleBoxTexture" id=17]
texture = ExtResource( 1 )
region_rect = Rect2( 840, 316, 192, 6 )
[sub_resource type="StyleBoxEmpty" id=18]
[sub_resource type="StyleBoxTexture" id=19]
texture = ExtResource( 1 )
region_rect = Rect2( 629, 317, 194, 49 )
margin_left = 17.1475
margin_right = 13.718
margin_top = 12.0032
margin_bottom = 9.43112
[sub_resource type="AtlasTexture" id=20]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 812, 458, 28, 10 )
[sub_resource type="StyleBoxTexture" id=21]
texture = ExtResource( 1 )
region_rect = Rect2( 122, 310, 100, 100 )
margin_left = 12.3202
margin_right = 13.3469
margin_top = 13.3469
margin_bottom = 11.2935
[sub_resource type="AtlasTexture" id=22]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 50, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=23]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 51, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=24]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=25]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxTexture" id=26]
content_margin_left = 4.0
content_margin_right = 4.0
content_margin_top = 4.0
content_margin_bottom = 4.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 60, 190, 49 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
[sub_resource type="StyleBoxTexture" id=27]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 10.0
content_margin_bottom = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 122, 310, 100, 100 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
expand_margin_top = 10.0
expand_margin_bottom = 10.0
[sub_resource type="StyleBoxTexture" id=28]
content_margin_left = 12.0
content_margin_top = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 310, 100, 100 )
margin_left = 10.8072
margin_right = 9.71325
margin_top = 28.4299
margin_bottom = 14.7561
axis_stretch_vertical = 1
[sub_resource type="AtlasTexture" id=29]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1007, 510, 39, 31 )
[sub_resource type="StyleBoxTexture" id=30]
texture = ExtResource( 1 )
region_rect = Rect2( 1051, 317, 4, 100 )
[sub_resource type="DynamicFont" id=31]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[resource]
default_font = SubResource( 31 )
Button/colors/font_color = Color( 0, 0, 0, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
Button/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = SubResource( 1 )
Button/styles/focus = SubResource( 2 )
Button/styles/hover = SubResource( 3 )
Button/styles/normal = SubResource( 4 )
Button/styles/pressed = SubResource( 5 )
CheckBox/colors/font_color = Color( 0, 0, 0, 1 )
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckBox/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_hover_pressed = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckBox/constants/check_vadjust = 0
CheckBox/constants/hseparation = 4
CheckBox/fonts/font = null
CheckBox/icons/checked = SubResource( 6 )
CheckBox/icons/radio_checked = SubResource( 7 )
CheckBox/icons/radio_unchecked = SubResource( 8 )
CheckBox/icons/unchecked = SubResource( 9 )
CheckBox/styles/disabled = null
CheckBox/styles/focus = null
CheckBox/styles/hover = SubResource( 10 )
CheckBox/styles/hover_pressed = SubResource( 11 )
CheckBox/styles/normal = SubResource( 12 )
CheckBox/styles/pressed = SubResource( 13 )
CheckButton/colors/font_color = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckButton/colors/font_color_hover_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/constants/check_vadjust = 0
CheckButton/constants/hseparation = 4
CheckButton/fonts/font = null
CheckButton/icons/off = SubResource( 14 )
CheckButton/icons/off_disabled = SubResource( 14 )
CheckButton/icons/on = SubResource( 15 )
CheckButton/icons/on_disabled = SubResource( 15 )
CheckButton/styles/disabled = null
CheckButton/styles/focus = null
CheckButton/styles/hover = null
CheckButton/styles/hover_pressed = null
CheckButton/styles/normal = null
CheckButton/styles/pressed = null
HSlider/icons/grabber = SubResource( 16 )
HSlider/icons/grabber_disabled = null
HSlider/icons/grabber_highlight = SubResource( 16 )
HSlider/icons/tick = null
HSlider/styles/grabber_area = SubResource( 17 )
HSlider/styles/grabber_area_highlight = SubResource( 17 )
HSlider/styles/slider = SubResource( 17 )
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
LineEdit/colors/cursor_color = Color( 0.34902, 0.34902, 0.34902, 1 )
LineEdit/colors/font_color = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
LineEdit/colors/selection_color = Color( 1, 0.8, 0, 1 )
LineEdit/constants/minimum_spaces = 12
LineEdit/fonts/font = null
LineEdit/icons/clear = null
LineEdit/styles/focus = SubResource( 18 )
LineEdit/styles/normal = SubResource( 19 )
LineEdit/styles/read_only = SubResource( 19 )
OptionButton/colors/font_color = Color( 0, 0, 0, 1 )
OptionButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
OptionButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
OptionButton/colors/font_color_pressed = Color( 0, 0, 0, 1 )
OptionButton/constants/arrow_margin = 2
OptionButton/constants/hseparation = 2
OptionButton/fonts/font = null
OptionButton/icons/arrow = SubResource( 20 )
OptionButton/styles/disabled = null
OptionButton/styles/focus = null
OptionButton/styles/hover = null
OptionButton/styles/normal = null
OptionButton/styles/pressed = null
Panel/styles/panel = SubResource( 21 )
PopupMenu/colors/font_color = Color( 0, 0, 0, 1 )
PopupMenu/colors/font_color_accel = Color( 0.701961, 0.701961, 0.701961, 0.8 )
PopupMenu/colors/font_color_disabled = Color( 0.4, 0.4, 0.4, 0.8 )
PopupMenu/colors/font_color_hover = Color( 0.388235, 0.388235, 0.388235, 1 )
PopupMenu/constants/hseparation = 4
PopupMenu/constants/vseparation = 32
PopupMenu/fonts/font = null
PopupMenu/icons/checked = SubResource( 22 )
PopupMenu/icons/radio_checked = SubResource( 23 )
PopupMenu/icons/radio_unchecked = SubResource( 24 )
PopupMenu/icons/submenu = null
PopupMenu/icons/unchecked = SubResource( 25 )
PopupMenu/styles/hover = SubResource( 26 )
PopupMenu/styles/labeled_separator_left = null
PopupMenu/styles/labeled_separator_right = null
PopupMenu/styles/panel = SubResource( 27 )
PopupMenu/styles/panel_disabled = null
PopupMenu/styles/separator = null
TextEdit/colors/background_color = Color( 0, 0, 0, 0 )
TextEdit/colors/bookmark_color = Color( 0.08, 0.49, 0.98, 1 )
TextEdit/colors/brace_mismatch_color = Color( 1, 0.2, 0.2, 1 )
TextEdit/colors/breakpoint_color = Color( 0.8, 0.8, 0.4, 0.2 )
TextEdit/colors/caret_background_color = Color( 0, 0, 0, 1 )
TextEdit/colors/caret_color = Color( 0.88, 0.88, 0.88, 1 )
TextEdit/colors/code_folding_color = Color( 0.8, 0.8, 0.8, 0.8 )
TextEdit/colors/completion_background_color = Color( 0.17, 0.16, 0.2, 1 )
TextEdit/colors/completion_existing_color = Color( 0.87, 0.87, 0.87, 0.13 )
TextEdit/colors/completion_font_color = Color( 0.67, 0.67, 0.67, 1 )
TextEdit/colors/completion_scroll_color = Color( 1, 1, 1, 1 )
TextEdit/colors/completion_selected_color = Color( 0.26, 0.26, 0.27, 1 )
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
TextEdit/colors/font_color = Color( 0, 0, 0, 1 )
TextEdit/colors/font_color_readonly = Color( 0.88, 0.88, 0.88, 0.5 )
TextEdit/colors/font_color_selected = Color( 0.34902, 0.34902, 0.34902, 1 )
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
TextEdit/colors/mark_color = Color( 1, 0.4, 0.4, 0.4 )
TextEdit/colors/member_variable_color = Color( 0.9, 0.31, 0.35, 1 )
TextEdit/colors/number_color = Color( 0.92, 0.58, 0.2, 1 )
TextEdit/colors/safe_line_number_color = Color( 0.67, 0.78, 0.67, 0.6 )
TextEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
TextEdit/colors/symbol_color = Color( 0.94, 0.94, 0.94, 1 )
TextEdit/colors/word_highlighted_color = Color( 0.8, 0.9, 0.9, 0.15 )
TextEdit/constants/completion_lines = 7
TextEdit/constants/completion_max_width = 50
TextEdit/constants/completion_scroll_width = 3
TextEdit/constants/line_spacing = 4
TextEdit/fonts/font = null
TextEdit/icons/fold = null
TextEdit/icons/folded = null
TextEdit/icons/space = null
TextEdit/icons/tab = null
TextEdit/styles/completion = null
TextEdit/styles/focus = null
TextEdit/styles/normal = SubResource( 28 )
TextEdit/styles/read_only = null
VSlider/icons/grabber = SubResource( 29 )
VSlider/icons/grabber_disabled = SubResource( 29 )
VSlider/icons/grabber_highlight = SubResource( 29 )
VSlider/icons/tick = null
VSlider/styles/grabber_area = SubResource( 30 )
VSlider/styles/grabber_area_highlight = SubResource( 30 )
VSlider/styles/slider = SubResource( 30 )

View File

@ -1,327 +0,0 @@
[gd_resource type="Theme" load_steps=34 format=2]
[ext_resource path="res://thirdparty/FlatUI/UIpack_vector.svg" type="Texture" id=1]
[ext_resource path="res://thirdparty/FlatUI/kenvector_future.ttf" type="DynamicFontData" id=2]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 0, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="StyleBoxTexture" id=3]
texture = ExtResource( 1 )
region_rect = Rect2( 1, 0, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=4]
texture = ExtResource( 1 )
region_rect = Rect2( 211, 0, 190, 49 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="StyleBoxTexture" id=5]
texture = ExtResource( 1 )
region_rect = Rect2( 421, 4, 190, 45 )
margin_left = 12.5436
margin_right = 8.78053
margin_top = 10.0349
margin_bottom = 14.2161
[sub_resource type="AtlasTexture" id=6]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 250, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=7]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 251, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=8]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=9]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxEmpty" id=10]
[sub_resource type="StyleBoxEmpty" id=11]
[sub_resource type="StyleBoxEmpty" id=12]
[sub_resource type="StyleBoxEmpty" id=13]
[sub_resource type="AtlasTexture" id=31]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 250, 644, 36, 36 )
[sub_resource type="AtlasTexture" id=32]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 250, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=14]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 872, 444, 28, 42 )
[sub_resource type="StyleBoxTexture" id=15]
texture = ExtResource( 1 )
region_rect = Rect2( 840, 316, 192, 6 )
[sub_resource type="StyleBoxEmpty" id=16]
[sub_resource type="StyleBoxTexture" id=17]
texture = ExtResource( 1 )
region_rect = Rect2( 629, 317, 194, 49 )
margin_left = 17.1475
margin_right = 13.718
margin_top = 12.0032
margin_bottom = 9.43112
[sub_resource type="AtlasTexture" id=18]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 812, 458, 28, 10 )
[sub_resource type="StyleBoxTexture" id=19]
texture = ExtResource( 1 )
region_rect = Rect2( 1, 310, 100, 100 )
margin_left = 12.3202
margin_right = 13.3469
margin_top = 13.3469
margin_bottom = 11.2935
[sub_resource type="AtlasTexture" id=20]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 250, 544, 36, 36 )
[sub_resource type="AtlasTexture" id=26]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 251, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=27]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1, 440, 36, 36 )
[sub_resource type="AtlasTexture" id=28]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 0, 544, 36, 36 )
[sub_resource type="StyleBoxTexture" id=29]
content_margin_left = 4.0
content_margin_right = 4.0
content_margin_top = 4.0
content_margin_bottom = 4.0
texture = ExtResource( 1 )
region_rect = Rect2( 321, 440, 49, 49 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
[sub_resource type="StyleBoxTexture" id=30]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 10.0
content_margin_bottom = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 321, 440, 49, 49 )
margin_left = 7.94429
margin_right = 8.73872
margin_top = 9.53314
margin_bottom = 13.9025
expand_margin_top = 10.0
expand_margin_bottom = 10.0
[sub_resource type="StyleBoxTexture" id=22]
content_margin_left = 12.0
content_margin_top = 10.0
texture = ExtResource( 1 )
region_rect = Rect2( 1, 310, 100, 100 )
margin_left = 10.8072
margin_right = 9.71325
margin_top = 28.4299
margin_bottom = 14.7561
axis_stretch_vertical = 1
[sub_resource type="AtlasTexture" id=24]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 1007, 450, 39, 31 )
[sub_resource type="StyleBoxTexture" id=25]
texture = ExtResource( 1 )
region_rect = Rect2( 1051, 317, 4, 100 )
[sub_resource type="DynamicFont" id=23]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[resource]
default_font = SubResource( 23 )
Button/colors/font_color = Color( 0, 0, 0, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
Button/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = SubResource( 1 )
Button/styles/focus = SubResource( 2 )
Button/styles/hover = SubResource( 3 )
Button/styles/normal = SubResource( 4 )
Button/styles/pressed = SubResource( 5 )
CheckBox/colors/font_color = Color( 0, 0, 0, 1 )
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckBox/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_hover_pressed = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckBox/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckBox/constants/check_vadjust = 0
CheckBox/constants/hseparation = 4
CheckBox/fonts/font = null
CheckBox/icons/checked = SubResource( 6 )
CheckBox/icons/radio_checked = SubResource( 7 )
CheckBox/icons/radio_unchecked = SubResource( 8 )
CheckBox/icons/unchecked = SubResource( 9 )
CheckBox/styles/disabled = null
CheckBox/styles/focus = null
CheckBox/styles/hover = SubResource( 10 )
CheckBox/styles/hover_pressed = SubResource( 11 )
CheckBox/styles/normal = SubResource( 12 )
CheckBox/styles/pressed = SubResource( 13 )
CheckButton/colors/font_color = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
CheckButton/colors/font_color_hover_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 )
CheckButton/constants/check_vadjust = 0
CheckButton/constants/hseparation = 4
CheckButton/fonts/font = null
CheckButton/icons/off = SubResource( 31 )
CheckButton/icons/off_disabled = SubResource( 31 )
CheckButton/icons/on = SubResource( 32 )
CheckButton/icons/on_disabled = SubResource( 32 )
CheckButton/styles/disabled = null
CheckButton/styles/focus = null
CheckButton/styles/hover = null
CheckButton/styles/hover_pressed = null
CheckButton/styles/normal = null
CheckButton/styles/pressed = null
HSlider/icons/grabber = SubResource( 14 )
HSlider/icons/grabber_disabled = null
HSlider/icons/grabber_highlight = SubResource( 14 )
HSlider/icons/tick = null
HSlider/styles/grabber_area = SubResource( 15 )
HSlider/styles/grabber_area_highlight = SubResource( 15 )
HSlider/styles/slider = SubResource( 15 )
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
LineEdit/colors/cursor_color = Color( 0.34902, 0.34902, 0.34902, 1 )
LineEdit/colors/font_color = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_selected = Color( 0.894118, 0.894118, 0.894118, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
LineEdit/colors/selection_color = Color( 0.34902, 0.34902, 0.34902, 1 )
LineEdit/constants/minimum_spaces = 12
LineEdit/fonts/font = null
LineEdit/icons/clear = null
LineEdit/styles/focus = SubResource( 16 )
LineEdit/styles/normal = SubResource( 17 )
LineEdit/styles/read_only = SubResource( 17 )
OptionButton/colors/font_color = Color( 0, 0, 0, 1 )
OptionButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
OptionButton/colors/font_color_hover = Color( 0.34902, 0.34902, 0.34902, 1 )
OptionButton/colors/font_color_pressed = Color( 0, 0, 0, 1 )
OptionButton/constants/arrow_margin = 2
OptionButton/constants/hseparation = 2
OptionButton/fonts/font = null
OptionButton/icons/arrow = SubResource( 18 )
OptionButton/styles/disabled = null
OptionButton/styles/focus = null
OptionButton/styles/hover = null
OptionButton/styles/normal = null
OptionButton/styles/pressed = null
Panel/styles/panel = SubResource( 19 )
PopupMenu/colors/font_color = Color( 0, 0, 0, 1 )
PopupMenu/colors/font_color_accel = Color( 0.701961, 0.701961, 0.701961, 0.8 )
PopupMenu/colors/font_color_disabled = Color( 0.4, 0.4, 0.4, 0.8 )
PopupMenu/colors/font_color_hover = Color( 0.388235, 0.388235, 0.388235, 1 )
PopupMenu/constants/hseparation = 4
PopupMenu/constants/vseparation = 32
PopupMenu/fonts/font = null
PopupMenu/icons/checked = SubResource( 20 )
PopupMenu/icons/radio_checked = SubResource( 26 )
PopupMenu/icons/radio_unchecked = SubResource( 27 )
PopupMenu/icons/submenu = null
PopupMenu/icons/unchecked = SubResource( 28 )
PopupMenu/styles/hover = SubResource( 29 )
PopupMenu/styles/labeled_separator_left = null
PopupMenu/styles/labeled_separator_right = null
PopupMenu/styles/panel = SubResource( 30 )
PopupMenu/styles/panel_disabled = null
PopupMenu/styles/separator = null
TextEdit/colors/background_color = Color( 0, 0, 0, 0 )
TextEdit/colors/bookmark_color = Color( 0.08, 0.49, 0.98, 1 )
TextEdit/colors/brace_mismatch_color = Color( 1, 0.2, 0.2, 1 )
TextEdit/colors/breakpoint_color = Color( 0.8, 0.8, 0.4, 0.2 )
TextEdit/colors/caret_background_color = Color( 0, 0, 0, 1 )
TextEdit/colors/caret_color = Color( 0.88, 0.88, 0.88, 1 )
TextEdit/colors/code_folding_color = Color( 0.8, 0.8, 0.8, 0.8 )
TextEdit/colors/completion_background_color = Color( 0.17, 0.16, 0.2, 1 )
TextEdit/colors/completion_existing_color = Color( 0.87, 0.87, 0.87, 0.13 )
TextEdit/colors/completion_font_color = Color( 0.67, 0.67, 0.67, 1 )
TextEdit/colors/completion_scroll_color = Color( 1, 1, 1, 1 )
TextEdit/colors/completion_selected_color = Color( 0.26, 0.26, 0.27, 1 )
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
TextEdit/colors/font_color = Color( 0, 0, 0, 1 )
TextEdit/colors/font_color_readonly = Color( 0.88, 0.88, 0.88, 0.5 )
TextEdit/colors/font_color_selected = Color( 0.34902, 0.34902, 0.34902, 1 )
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
TextEdit/colors/mark_color = Color( 1, 0.4, 0.4, 0.4 )
TextEdit/colors/member_variable_color = Color( 0.9, 0.31, 0.35, 1 )
TextEdit/colors/number_color = Color( 0.92, 0.58, 0.2, 1 )
TextEdit/colors/safe_line_number_color = Color( 0.67, 0.78, 0.67, 0.6 )
TextEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
TextEdit/colors/symbol_color = Color( 0.94, 0.94, 0.94, 1 )
TextEdit/colors/word_highlighted_color = Color( 0.8, 0.9, 0.9, 0.15 )
TextEdit/constants/completion_lines = 7
TextEdit/constants/completion_max_width = 50
TextEdit/constants/completion_scroll_width = 3
TextEdit/constants/line_spacing = 4
TextEdit/fonts/font = null
TextEdit/icons/fold = null
TextEdit/icons/folded = null
TextEdit/icons/space = null
TextEdit/icons/tab = null
TextEdit/styles/completion = null
TextEdit/styles/focus = null
TextEdit/styles/normal = SubResource( 22 )
TextEdit/styles/read_only = null
VSlider/icons/grabber = SubResource( 24 )
VSlider/icons/grabber_disabled = SubResource( 24 )
VSlider/icons/grabber_highlight = SubResource( 24 )
VSlider/icons/tick = null
VSlider/styles/grabber_area = SubResource( 25 )
VSlider/styles/grabber_area_highlight = SubResource( 25 )
VSlider/styles/slider = SubResource( 25 )

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
path="res://.import/icon.png-e4ddcf96deac54d40dbb592111cc7ec6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://icon.png"
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
source_file="res://ui/icon.png"
dest_files=[ "res://.import/icon.png-e4ddcf96deac54d40dbb592111cc7ec6.stex" ]
[params]