summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-05 10:05:54 +0200
committerRaindropsSys <contact@minteck.org>2023-07-05 10:05:54 +0200
commite833e2b2de4936ac7a2b01ebcce1b3a3415d190c (patch)
treef5b88e5e7a84e0d3a8ae71326a287a496f84cc26
parente51ee45b622859efa5b1f4bbfc4f25d06b0fdbda (diff)
downloadkirinos-e833e2b2de4936ac7a2b01ebcce1b3a3415d190c.tar.gz
kirinos-e833e2b2de4936ac7a2b01ebcce1b3a3415d190c.tar.bz2
kirinos-e833e2b2de4936ac7a2b01ebcce1b3a3415d190c.zip
Updated 30 files, added 2 files, deleted 3 files and renamed 6 files (automated)
-rw-r--r--.idea/deployment.xml6
-rw-r--r--.idea/webServers.xml2
-rw-r--r--ROADMAP.md6
-rw-r--r--apps/I like mangoes.mpi/index.html2
-rw-r--r--core/about/index.html10
-rw-r--r--core/desktop/index.html22
-rw-r--r--core/desktop/wm.js14
-rw-r--r--core/launcher/index.html16
-rw-r--r--core/login/decrypt.sh4
-rw-r--r--core/login/index.html22
-rw-r--r--core/login/unwrap.js2
-rw-r--r--core/power/index.html2
-rw-r--r--core/startup/index.html12
-rw-r--r--core/status/index.html20
-rw-r--r--core/warning.js16
-rw-r--r--docs/Debugging-kirinOS.md18
-rw-r--r--docs/Debugging-mangoOS.md18
-rw-r--r--docs/Installing-mangoOS-on-Raspberry-Pi.md46
-rw-r--r--docs/Installing-mangoOS-on-bare-metal.md44
-rw-r--r--docs/Why-run-as-root.md8
-rw-r--r--docs/mangoOS-is-now-kirinOS.md18
-rw-r--r--init.sh2
-rw-r--r--lib/kirinkit/index.js (renamed from lib/mangokit/index.js)2
-rw-r--r--lib/libkirinaudio/index.js (renamed from lib/libmangoaudio/index.js)4
-rw-r--r--lib/libkirinaudio/package.json (renamed from lib/libmangoaudio/package.json)0
-rw-r--r--logo-symbolic.svg510
-rw-r--r--logo.pngbin8317 -> 46838 bytes
-rw-r--r--logo.svg231
-rw-r--r--main.js2
-rw-r--r--release.json4
-rw-r--r--setup.sh46
-rw-r--r--setup/cryptsetup.js2
-rw-r--r--setup/koaudio.service (renamed from setup/moaudio.service)2
-rw-r--r--setup/kodm@.service (renamed from setup/modm@.service)4
-rw-r--r--setup/kostartup.service (renamed from setup/mostartup.service)4
-rw-r--r--setup/modm@tty1.service30
-rw-r--r--setup/unwraptest.js2
-rw-r--r--setup/xinitrc4
-rw-r--r--startup.sh32
-rw-r--r--test.js14
-rw-r--r--wallpaper.jpgbin2761904 -> 2716921 bytes
41 files changed, 930 insertions, 273 deletions
diff --git a/.idea/deployment.xml b/.idea/deployment.xml
index f5768b7..0c7e597 100644
--- a/.idea/deployment.xml
+++ b/.idea/deployment.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
- <component name="PublishConfigData" autoUpload="Always" serverName="mangoOS" remoteFilesAllowedToDisappearOnAutoupload="false">
+ <component name="PublishConfigData" autoUpload="Always" serverName="kirinOS" remoteFilesAllowedToDisappearOnAutoupload="false">
<serverData>
- <paths name="mangoOS">
+ <paths name="kirinOS">
<serverdata>
<mappings>
- <mapping deploy="/mango" local="$PROJECT_DIR$" web="/" />
+ <mapping deploy="/kirin" local="$PROJECT_DIR$" web="/" />
</mappings>
</serverdata>
</paths>
diff --git a/.idea/webServers.xml b/.idea/webServers.xml
index 2d15943..6086af8 100644
--- a/.idea/webServers.xml
+++ b/.idea/webServers.xml
@@ -2,7 +2,7 @@
<project version="4">
<component name="WebServers">
<option name="servers">
- <webServer id="b424e548-86a6-4d13-ab1d-67987f94e89e" name="mangoOS">
+ <webServer id="b424e548-86a6-4d13-ab1d-67987f94e89e" name="kirinOS">
<fileTransfer accessType="SFTP" host="192.168.1.43" port="22" sshConfigId="a8c399df-606b-48fd-a030-6b9d040f6c38" sshConfig="root@192.168.1.43:22 password">
<advancedOptions>
<advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
diff --git a/ROADMAP.md b/ROADMAP.md
index 2c0ac13..a625514 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -1,4 +1,4 @@
-# mangoOS 1.0 Roadmap
+# kirinOS 1.0 Roadmap
* [x] <s>Startup screen **- Raindrops**</s>
* [x] <s>Login screen **- Raindrops**</s>
@@ -43,7 +43,7 @@
* [ ] Visual Studio Code
* [ ] Discord
* [ ] Gmail
-* [ ] mangoOS SDK (codename "MangoKit") **- Meadowsys**
+* [ ] kirinOS SDK (codename "KirinKit") **- Meadowsys**
* [ ] Window management **- Meadowsys**
* [ ] Notifications **- Meadowsys**
* [ ] Permissions **- Meadowsys**
@@ -67,7 +67,7 @@
* [ ] Automation API **- Meadowsys**
* [ ] System Extension API **- Meadowsys**
* [ ] Helper libraries **- Raindrops**
- * [x] <s>`libmangoaudio` **- Raindrops**</s>
+ * [x] <s>`libkirinaudio` **- Raindrops**</s>
* *More if needed*
* [ ] UI Toolkit **- Raindrops**
* *TBD*
diff --git a/apps/I like mangoes.mpi/index.html b/apps/I like mangoes.mpi/index.html
index 955cacc..1f48cf5 100644
--- a/apps/I like mangoes.mpi/index.html
+++ b/apps/I like mangoes.mpi/index.html
@@ -6,6 +6,6 @@
</head>
<body>
<h1>mango</h1>
- <button onclick="MangoKit._debugPermissions.request([ 'mangoos.permission.SEND_NOTIFICATIONS', 'mangoos.permission.NETWORK_INTERNET' ])">Test</button>
+ <button onclick="KirinKit._debugPermissions.request([ 'mangoos.permission.SEND_NOTIFICATIONS', 'mangoos.permission.NETWORK_INTERNET' ])">Test</button>
</body>
</html> \ No newline at end of file
diff --git a/core/about/index.html b/core/about/index.html
index 3707e65..f70787f 100644
--- a/core/about/index.html
+++ b/core/about/index.html
@@ -66,7 +66,7 @@
<div>
<div>
<img alt="" src="../../logo.svg" style="width: 96px; display: block; margin-left: auto; margin-right: auto;">
- <span style="font-size: 24px; font-weight: bold; margin-top: 20px; margin-bottom: 20px; display: block; text-align: center;">mangoOS</span>
+ <span style="font-size: 24px; font-weight: bold; margin-top: 20px; margin-bottom: 20px; display: block; text-align: center;">kirinOS</span>
</div>
<table style="font-size: 12px;">
<tr>
@@ -86,8 +86,8 @@
<td style="opacity: .5;" id="about-gpu">-</td>
</tr>
<tr>
- <td style="opacity: .75; text-align: right; padding-right: 10px;">mangoOS</td>
- <td style="opacity: .5; line-height: 12px;" id="about-mangoos" onclick="changeVersion();">-</td>
+ <td style="opacity: .75; text-align: right; padding-right: 10px;">kirinOS</td>
+ <td style="opacity: .5; line-height: 12px;" id="about-kirinos" onclick="changeVersion();">-</td>
</tr>
</table>
</div>
@@ -96,7 +96,7 @@
const child_process = require("child_process");
(async () => {
- document.getElementById("about-mangoos").innerText = release['version'];
+ document.getElementById("about-kirinos").innerText = release['version'];
try {
let cpu = await si.cpu();
@@ -132,7 +132,7 @@
})();
function changeVersion() {
- document.getElementById("about-mangoos").innerHTML = release['shortVersion'] + " (<code>" + release['build'] + "</code>)";
+ document.getElementById("about-kirinos").innerHTML = release['shortVersion'] + " (<code>" + release['build'] + "</code>)";
}
</script>
</div>
diff --git a/core/desktop/index.html b/core/desktop/index.html
index e8e578b..44fceb5 100644
--- a/core/desktop/index.html
+++ b/core/desktop/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<script src="../warning.js"></script>
- <title>mangoos-shell</title>
+ <title>kirinos-shell</title>
<style>
* {
font-family: "Inter", sans-serif;
@@ -15,14 +15,14 @@
position: fixed;
inset: 0;
z-index: -1;
- background-color: #ed9464;
+ background-color: #90a14a;
background-image: url("../../wallpaper.jpg");
background-size: cover;
background-position: center;
}
html {
- background-color: #ed9464;
+ background-color: #90a14a;
color: black;
margin: 0;
}
@@ -282,11 +282,11 @@
</div>
<div id="full-message-invalid" class="full-message-item" style="display: none;">
<span style="display: block; font-size: 24px; text-align: center;"><b id="full-message-invalid-app">App</b> cannot start</span>
- <span style="display: block; max-width: 75%; margin: 20px auto;text-align: center;">This application is corrupted or cannot run on this version of mangoOS.</span>
+ <span style="display: block; max-width: 75%; margin: 20px auto;text-align: center;">This application is corrupted or cannot run on this version of kirinOS.</span>
<span style="width: max-content; margin: 0 auto; display: block; padding: 5px 10px; border-radius: 5px; background-color: rgba(255, 255, 255, .5); text-align: center;" class="full-message-button" onclick="document.getElementById('full-message').style.display='none';">Close</span>
</div>
<div id="full-message-system" class="full-message-item" style="display: none;">
- <span style="display: block; font-size: 24px; text-align: center;">mangoOS encountered an error</span>
+ <span style="display: block; font-size: 24px; text-align: center;">kirinOS encountered an error</span>
<span style="display: block; max-width: 75%; margin: 20px auto;text-align: center;">Sorry, a system error occurred and your device needs to restart.</span>
<span style="width: max-content; margin: 0 auto; display: block; padding: 5px 10px; border-radius: 5px; background-color: rgba(255, 255, 255, .5); text-align: center;" class="full-message-button" onclick="reboot();">Restart</span>
</div>
@@ -343,8 +343,8 @@
sandbox: true,
frameless: false,
debuggable: true,
- isolatedPath: "/mango/demo",
- url: "file:///mango/demo/test.html"
+ isolatedPath: "/kirin/demo",
+ url: "file:///kirin/demo/test.html"
});*/
</script>
@@ -374,8 +374,8 @@
document.getElementById("status-outer").style.pointerEvents = "";
}
- if (fs.existsSync("/mango/session/config/wallpaper")) {
- document.getElementById("bg").style.backgroundImage = 'url("file:///mango/session/config/wallpaper")';
+ if (fs.existsSync("/kirin/session/config/wallpaper")) {
+ document.getElementById("bg").style.backgroundImage = 'url("file:///kirin/session/config/wallpaper")';
}
function sleep() {
@@ -396,10 +396,10 @@
function logout() {
try {
- while (require('child_process').execSync("umount /mango/session")) {}
+ while (require('child_process').execSync("umount /kirin/session")) {}
} catch (e) {}
- try { require('child_process').execSync("rm -rf /mango/session"); } catch (e) {}
+ try { require('child_process').execSync("rm -rf /kirin/session"); } catch (e) {}
document.body.style.opacity = "0";
document.body.style.pointerEvents = "none";
diff --git a/core/desktop/wm.js b/core/desktop/wm.js
index d4db82c..8d29ea5 100644
--- a/core/desktop/wm.js
+++ b/core/desktop/wm.js
@@ -261,7 +261,7 @@ class WindowManager {
<div class="window-titlebar-title" id="window-${id}-titlebar-title" style="white-space: nowrap;overflow: hidden !important;text-overflow: ellipsis;">${this.#properties[id]['title']}</div>
</div>
<div class="window-contents" id="window-${id}-contents" style="height: calc(100% - 33px);">
- <webview partition="${id}" id="window-${id}-contents-webview" class="window-contents-webview" style="display: flex; height: 100%; width: 100%;" src="${options['url']}" preload="file:///mango/lib/mangokit/index.js" ${options['sandbox'] === false ? "nodeintegration webpreferences=\"contextIsolation=no,sandbox=no\"" : "webpreferences=\"sandbox=no\""}></webview>
+ <webview partition="${id}" id="window-${id}-contents-webview" class="window-contents-webview" style="display: flex; height: 100%; width: 100%;" src="${options['url']}" preload="file:///kirin/lib/kirinkit/index.js" ${options['sandbox'] === false ? "nodeintegration webpreferences=\"contextIsolation=no,sandbox=no\"" : "webpreferences=\"sandbox=no\""}></webview>
</div>
${this.#properties[id]['resizable'] ? `
<div class="window-anchors" id="window-${id}-anchors">
@@ -286,13 +286,13 @@ class WindowManager {
let name = i.#properties[id]['application'] ?? i.#properties[id]['title'];
let appId = crypto.createHash("sha1").update(isolatedPath).digest("hex");
- if (!fs.existsSync("/mango/session/config/permissions")) fs.mkdirSync("/mango/session/config/permissions");
- if (!fs.existsSync("/mango/session/config/permissions/" + appId + ".json")) fs.writeFileSync("/mango/session/config/permissions/" + appId + ".json", JSON.stringify({
+ if (!fs.existsSync("/kirin/session/config/permissions")) fs.mkdirSync("/kirin/session/config/permissions");
+ if (!fs.existsSync("/kirin/session/config/permissions/" + appId + ".json")) fs.writeFileSync("/kirin/session/config/permissions/" + appId + ".json", JSON.stringify({
allowed: [],
rejected: []
}));
- let permissions = JSON.parse(fs.readFileSync("/mango/session/config/permissions/" + appId + ".json").toString());
+ let permissions = JSON.parse(fs.readFileSync("/kirin/session/config/permissions/" + appId + ".json").toString());
console.log(permissions);
document.getElementById("window-" + id + "-contents-webview").addEventListener('page-title-updated', (event) => {
@@ -326,7 +326,7 @@ class WindowManager {
if (!permissions['allowed'].includes(permission)) permissions['allowed'].push(permission);
}
- fs.writeFileSync("/mango/session/config/permissions/" + appId + ".json", JSON.stringify(permissions));
+ fs.writeFileSync("/kirin/session/config/permissions/" + appId + ".json", JSON.stringify(permissions));
document.getElementById("window-" + id + "-contents-webview").send("permissionUpdate", permissions['allowed']);
},
@@ -338,7 +338,7 @@ class WindowManager {
if (!permissions['rejected'].includes(permission)) permissions['rejected'].push(permission);
}
- fs.writeFileSync("/mango/session/config/permissions/" + appId + ".json", JSON.stringify(permissions));
+ fs.writeFileSync("/kirin/session/config/permissions/" + appId + ".json", JSON.stringify(permissions));
}
}
}
@@ -389,7 +389,7 @@ class WindowManager {
webContents.devToolsWebContents.focus();
});
- let systemPath = "/mango/shared";
+ let systemPath = "/kirin/shared";
webContents.session.webRequest.onBeforeRequest({
urls: [
diff --git a/core/launcher/index.html b/core/launcher/index.html
index a1c164a..4984fae 100644
--- a/core/launcher/index.html
+++ b/core/launcher/index.html
@@ -3,7 +3,7 @@
<head>
<script>window.require = window.parent.require;</script>
<meta charset="UTF-8">
- <title>mangoos-launcher</title>
+ <title>kirinos-launcher</title>
<style>
* {
font-family: "Inter", sans-serif;
@@ -67,7 +67,7 @@
<div>
<img src="" alt="" id="avatar" style="width: 48px; height: 48px; border-radius: 999px; margin: 16px 8px;">
<script>
- document.getElementById("avatar").src = require('fs').existsSync("/mango/session/avatar") ? "file:///mango/session/avatar" : "../../defaultuser.svg";
+ document.getElementById("avatar").src = require('fs').existsSync("/kirin/session/avatar") ? "file:///kirin/session/avatar" : "../../defaultuser.svg";
</script>
</div>
<div></div>
@@ -90,9 +90,9 @@
const path = require('path');
for (let app of [
- ...fs.readdirSync("/mango/coreapps").map(i => "/mango/coreapps/" + i),
- ...fs.readdirSync("/mango/apps").map(i => "/mango/apps/" + i),
- ...fs.readdirSync("/mango/session/apps").map(i => "/mango/session/apps/" + i)
+ ...fs.readdirSync("/kirin/coreapps").map(i => "/kirin/coreapps/" + i),
+ ...fs.readdirSync("/kirin/apps").map(i => "/kirin/apps/" + i),
+ ...fs.readdirSync("/kirin/session/apps").map(i => "/kirin/session/apps/" + i)
]) {
if (app.endsWith(".mpi") && fs.existsSync(app + "/icon.png")) {
let name = path.basename(app, ".mpi");
@@ -112,7 +112,7 @@
function openAbout() {
parent.wm.createWindow({
application: "(system)",
- title: "About mangoOS",
+ title: "About kirinOS",
sandbox: false,
frameless: true,
debuggable: false,
@@ -122,8 +122,8 @@
height: 384,
minimizable: false,
maximizable: false,
- isolatedPath: "/mango",
- url: "file:///mango/core/about/index.html"
+ isolatedPath: "/kirin",
+ url: "file:///kirin/core/about/index.html"
});
}
</script>
diff --git a/core/login/decrypt.sh b/core/login/decrypt.sh
index b18f84e..36a9622 100644
--- a/core/login/decrypt.sh
+++ b/core/login/decrypt.sh
@@ -4,6 +4,6 @@ ID=$1
PASSWORD=$2
B64=$(echo "$PASSWORD" | base64 -w0)
-KEY=$(cat /mango/users/$ID/key)
+KEY=$(cat /kirin/users/$ID/key)
PASSPHRASE=$(node unwrap.js $ID $B64)
-mount -t ecryptfs /mango/users/$ID/lock /mango/users/$ID/home -o verbosity=0,key=passphrase:passphrase_passwd=$PASSPHRASE,ecryptfs_sig=$KEY,ecryptfs_fnek_sig=$KEY,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_unlink_sigs \ No newline at end of file
+mount -t ecryptfs /kirin/users/$ID/lock /kirin/users/$ID/home -o verbosity=0,key=passphrase:passphrase_passwd=$PASSPHRASE,ecryptfs_sig=$KEY,ecryptfs_fnek_sig=$KEY,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_unlink_sigs \ No newline at end of file
diff --git a/core/login/index.html b/core/login/index.html
index ce20372..853abc1 100644
--- a/core/login/index.html
+++ b/core/login/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<script src="../warning.js"></script>
- <title>mangoos-login</title>
+ <title>kirinos-login</title>
<style>
* {
font-family: "Inter", sans-serif;
@@ -13,7 +13,7 @@
}
html, body {
- background-color: #ed9464;
+ background-color: #90a14a;
color: black;
margin: 0;
}
@@ -22,7 +22,7 @@
position: fixed;
inset: 0;
z-index: -1;
- background-color: #ed9464;
+ background-color: #90a14a;
background-image: url("../../wallpaper.jpg");
background-size: cover;
background-position: center;
@@ -194,11 +194,11 @@
</div>
<script>
- for (let user of require('fs').readdirSync("/mango/users")) {
+ for (let user of require('fs').readdirSync("/kirin/users")) {
document.getElementById("users").innerHTML += `<a onclick="loginAs('${user}')">
<div class="user-card">
- <img src="${require('fs').existsSync("/mango/users/" + user + "/avatar") ? "file:///mango/users/" + user + "/avatar" : "../../defaultuser.svg"}" alt="" class="user-card-avatar">
- <span class="user-card-name">${require('fs').existsSync("/mango/users/" + user + "/name") ? require('fs').readFileSync("/mango/users/" + user + "/name").toString().trim() : user}</span>
+ <img src="${require('fs').existsSync("/kirin/users/" + user + "/avatar") ? "file:///kirin/users/" + user + "/avatar" : "../../defaultuser.svg"}" alt="" class="user-card-avatar">
+ <span class="user-card-name">${require('fs').existsSync("/kirin/users/" + user + "/name") ? require('fs').readFileSync("/kirin/users/" + user + "/name").toString().trim() : user}</span>
</div>
</a>`;
}
@@ -229,8 +229,8 @@
function loginAs(id) {
window.currentUser = id;
- document.getElementById("login-card-avatar").src = require('fs').existsSync("/mango/users/" + id + "/avatar") ? "file:///mango/users/" + id + "/avatar" : "../../defaultuser.svg";
- document.getElementById("login-card-name").innerText = require('fs').existsSync("/mango/users/" + id + "/name") ? require('fs').readFileSync("/mango/users/" + id + "/name").toString().trim() : id;
+ document.getElementById("login-card-avatar").src = require('fs').existsSync("/kirin/users/" + id + "/avatar") ? "file:///kirin/users/" + id + "/avatar" : "../../defaultuser.svg";
+ document.getElementById("login-card-name").innerText = require('fs').existsSync("/kirin/users/" + id + "/name") ? require('fs').readFileSync("/kirin/users/" + id + "/name").toString().trim() : id;
document.getElementById("login-card-password").innerText = "";
document.getElementById("users").style.display = "none";
@@ -254,7 +254,7 @@
document.getElementById("power-actions").style.pointerEvents = "none";
document.body.style.cursor = "none";
- let p = require('child_process').execFile("./decrypt.sh", [ window.currentUser, document.getElementById("login-card-password").value.replaceAll('"', "\\\"") ], { stdio: "pipe", shell: true, cwd: "/mango/core/login" });
+ let p = require('child_process').execFile("./decrypt.sh", [ window.currentUser, document.getElementById("login-card-password").value.replaceAll('"', "\\\"") ], { stdio: "pipe", shell: true, cwd: "/kirin/core/login" });
p.stdout.on('data', (data) => {
console.info(data.toString());
@@ -268,8 +268,8 @@
console.log(code, signal);
if (code === 0) {
- try { require('child_process').execSync("rm -rf /mango/session"); } catch (e) {}
- require('child_process').execSync("ln -s /mango/users/" + currentUser + "/home /mango/session");
+ try { require('child_process').execSync("rm -rf /kirin/session"); } catch (e) {}
+ require('child_process').execSync("ln -s /kirin/users/" + currentUser + "/home /kirin/session");
document.body.style.opacity = "0";
document.body.style.pointerEvents = "none";
diff --git a/core/login/unwrap.js b/core/login/unwrap.js
index 50ac419..0eac5cf 100644
--- a/core/login/unwrap.js
+++ b/core/login/unwrap.js
@@ -1 +1 @@
-console.log(require('child_process').execSync('echo "' + Buffer.from(process.argv[3], "base64").toString().trim().replaceAll('"', "\\\"") + '" | ecryptfs-unwrap-passphrase /mango/users/' + process.argv[2] + '/crypt/wrapped-passphrase').toString().trim().split("\n")[1]); \ No newline at end of file
+console.log(require('child_process').execSync('echo "' + Buffer.from(process.argv[3], "base64").toString().trim().replaceAll('"', "\\\"") + '" | ecryptfs-unwrap-passphrase /kirin/users/' + process.argv[2] + '/crypt/wrapped-passphrase').toString().trim().split("\n")[1]); \ No newline at end of file
diff --git a/core/power/index.html b/core/power/index.html
index b177802..115ca06 100644
--- a/core/power/index.html
+++ b/core/power/index.html
@@ -3,7 +3,7 @@
<head>
<script>window.require = window.parent.require;</script>
<meta charset="UTF-8">
- <title>mangoos-power</title>
+ <title>kirinos-power</title>
<style>
* {
font-family: "Inter", sans-serif;
diff --git a/core/startup/index.html b/core/startup/index.html
index 2246f04..e775af6 100644
--- a/core/startup/index.html
+++ b/core/startup/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<script src="../warning.js"></script>
- <title>mangoos-startup</title>
+ <title>kirinos-startup</title>
<style>
* {
font-family: "Inter", sans-serif;
@@ -18,13 +18,13 @@
position: fixed;
inset: 0;
z-index: -1;
- background-color: #ed9464;
+ background-color: #90a14a;
background-size: cover;
background-position: center;
}
html, body {
- background-color: #ed9464;
+ background-color: #90a14a;
color: black;
margin: 0;
}
@@ -37,7 +37,7 @@
<div style="height: calc(100% - 48px + 50px); display: flex; align-items: center; justify-content: center;">
<div>
<img src="../../logo.svg" style="width: 96px; display: block; margin-left: auto; margin-right: auto;">
- <h2 style="text-align: center;">Welcome to mangoOS</h2>
+ <h2 style="text-align: center;">Welcome to kirinOS</h2>
</div>
</div>
<div style="background: rgba(0, 0, 0, .1); height: 48px; margin: 0 -50px -50px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top: 1px solid rgba(0, 0, 0, .1);">
@@ -97,11 +97,11 @@
},
{
title: "Starting audio subsystem...",
- command: "systemctl start moaudio.service"
+ command: "systemctl start koaudio.service"
},
{
title: "Configuring encryption...",
- command: "modprobe ecryptfs && /mango/core/startup/encryption.sh"
+ command: "modprobe ecryptfs && /kirin/core/startup/encryption.sh"
}
];
diff --git a/core/status/index.html b/core/status/index.html
index aa9774c..c17c694 100644
--- a/core/status/index.html
+++ b/core/status/index.html
@@ -3,7 +3,7 @@
<head>
<script>window.require = window.parent.require;</script>
<meta charset="UTF-8">
- <title>mangoos-status</title>
+ <title>kirinos-status</title>
<style>
* {
font-family: "Inter", sans-serif;
@@ -54,31 +54,31 @@
<div id="bg"></div>
<div id="status-bar" style="padding: 0 20px;">
<div id="bar-left" style="display: inline-block; height: 100%;">
- <a onclick="parent.statusUpdate({ action: 'clickOn', item: 'menu' });" id="mango-menu" class="status-bar-clickable" style="height: 31px; display: inline-flex; align-items: center; justify-content: center; width: 31px;">
+ <a onclick="parent.statusUpdate({ action: 'clickOn', item: 'menu' });" id="kirin-menu" class="status-bar-clickable" style="height: 31px; display: inline-flex; align-items: center; justify-content: center; width: 31px;">
<img src="../../logo-symbolic.svg" style="width: 24px; pointer-events: none;">
</a>
<span id="tasks-bar"></span>
</div>
<div id="bar-right" style="margin-left: auto; display: inline-block; width: max-content; float: right; height: 100%;">
<a onclick="parent.statusUpdate({ action: 'clickOn', item: 'volume' });" id="item-volume" class="status-bar-clickable" style="height: 31px; display: inline-flex; align-items: center; justify-content: center; width: 31px; vertical-align: middle;">
- <img id="item-volume-icon" src="" style="width: 24px; pointer-events: none; vertical-align: middle;">
+ <img alt="" id="item-volume-icon" src="" style="width: 24px; pointer-events: none; vertical-align: middle;">
</a><a onclick="parent.statusUpdate({ action: 'clickOn', item: 'network' });" id="item-network" class="status-bar-clickable" style="height: 31px; display: inline-flex; align-items: center; justify-content: center; width: 31px; vertical-align: middle;">
- <img id="item-network-icon" src="" style="width: 24px; pointer-events: none; vertical-align: middle;">
+ <img alt="" id="item-network-icon" src="" style="width: 24px; pointer-events: none; vertical-align: middle;">
</a><a onclick="parent.statusUpdate({ action: 'clickOn', item: 'battery' });" id="item-battery" class="status-bar-clickable" style="height: 31px; display: inline-flex; align-items: center; justify-content: center; width: 31px; vertical-align: middle;">
- <img id="item-battery-icon" src="" style="width: 24px; pointer-events: none; vertical-align: middle;">
+ <img alt="" id="item-battery-icon" src="" style="width: 24px; pointer-events: none; vertical-align: middle;">
</a><a onclick="parent.statusUpdate({ action: 'clickOn', item: 'clock' });" id="item-clock" class="status-bar-clickable" style="height: 31px; display: inline-flex; align-items: center; justify-content: center; width: max-content; vertical-align: middle;">&nbsp;<span id="item-clock-week"></span>&nbsp;<span id="item-clock-day" class="n"></span>&nbsp;<span id="item-clock-month"></span> &nbsp;&nbsp;<span id="item-clock-hour" class="n"></span>:<span id="item-clock-minute" class="n"></span></a>
</div>
</div>
<script>
- const libmangoaudio = require('../../lib/libmangoaudio');
+ const libkirinaudio = require('../../lib/libkirinaudio');
const si = require('systeminformation');
const wifi = require('node-wifi');
function setMenuActive(active) {
if (active) {
- document.getElementById("mango-menu").classList.add("active");
+ document.getElementById("kirin-menu").classList.add("active");
} else {
- document.getElementById("mango-menu").classList.remove("active");
+ document.getElementById("kirin-menu").classList.remove("active");
}
}
@@ -137,7 +137,7 @@
document.getElementById("item-clock-hour").innerText = timeParts[0];
document.getElementById("item-clock-minute").innerText = timeParts[1];
- let level = (await libmangoaudio.getDefaultOutput())['volume']['level'];
+ let level = (await libkirinaudio.getDefaultOutput())['volume']['level'];
if (typeof level === "number") {
if (level === 0) {
@@ -194,7 +194,7 @@
console.log(parent.wm.getTaskbarItems());
document.getElementById("tasks-bar").innerHTML = parent.wm.getTaskbarItems().map(i => `
<a onclick="parent.wm.taskbarAction('${i.id}');" id="item-${i.id}" class="status-bar-clickable" style="height: 30px; display: inline-flex; align-items: center; justify-content: center; width: 31px; vertical-align: middle;${i.focused ? 'border-bottom: 1px solid rgba(0, 0, 0, .25);' : 'padding-bottom: 1px;'}">
- <img id="item-${i.id}-icon" src="${fs.existsSync(i.application + "/icon.png") ? i.application + "/icon.png" : "./icons/window.svg"}" style="${i.minimised ? 'opacity: .5;' : ''}border-radius: 999px; height: 24px; width: 24px; pointer-events: none; vertical-align: middle;">
+ <img alt="" id="item-${i.id}-icon" src="${fs.existsSync(i.application + "/icon-symbolic.svg") ? i.application + "/icon-symbolicsvng" : (fs.existsSync(i.application + "/icon.png") ? i.application + "/icon.png" : "./icons/window.svg")}" style="${i.minimised ? 'opacity: .5;' : ''}${fs.existsSync(i.application + "/icon-symbolic.svg") ? '' : 'border-radius: 999px;'} height: 24px; width: 24px; pointer-events: none; vertical-align: middle;">
</a>
`.trim()).join("");
}
diff --git a/core/warning.js b/core/warning.js
index 343b0cf..cdc1917 100644
--- a/core/warning.js
+++ b/core/warning.js
@@ -1,17 +1,17 @@
function _showWarning(version, name) {
- console.log("%c ___ ____\n" +
- " _ __ ___ __ _ _ __ __ _ ___ / _ \\/ ___|\n" +
- "| '_ ` _ \\ / _` | '_ \\ / _` |/ _ \\| | | \\___ \\\n" +
- "| | | | | | (_| | | | | (_| | (_) | |_| |___) |\n" +
- "|_| |_| |_|\\__,_|_| |_|\\__, |\\___/ \\___/|____/\n" +
- " |___/\n\n%c" + version + "\n\n------------------------------\n\n%cHere be dragons!\n%c(I'm not talking about Sparky)\n%c<!> READ THIS CAREFULLY. <!>\n%cThis is the " + name + " developer console. It runs %ccompletely unisolated%c and has %cfull hardware access%c. If you were asked to run code inside of this console, %cDO NOT DO THIS%c. You have been warned.\n", "opacity: 1; color: #d87e08; font-weight: bold;", "opacity: .5;", "color: red; font-size: 24px; margin-bottom: 10px;", "opacity: .25; font-size: 10px; margin-bottom: 10px;", "opacity: 1; color: yellow; background-color: red; font-size: 20px; margin-bottom: 10px;", "font-size: 14px; ", "font-size: 14px; font-weight: bold;", "font-size: 14px; ", "font-size: 14px; font-weight: bold;", "font-size: 14px; ", "font-size: 14px; font-weight: bold;", "font-size: 14px; ");
+ console.log("%c _ _ _ ___ ____\n" +
+ "| | _(_)_ __(_)_ __ / _ \\/ ___|\n" +
+ "| |/ / | '__| | '_ \\| | | \\___ \\\n" +
+ "| <| | | | | | | | |_| |___) |\n" +
+ "|_|\\_\\_|_| |_|_| |_|\\___/|____/\n" +
+ "\n%c" + version + "\n\n------------------------------\n\n%cHere be dragons!\n%c(I'm not talking about Sparky)\n%c<!> READ THIS CAREFULLY. <!>\n%cThis is the " + name + " developer console. It runs %ccompletely unisolated%c and has %cfull hardware access%c. If you were asked to run code inside of this console, %cDO NOT DO THIS%c. You have been warned.\n", "opacity: 1; color: #90a14a; font-weight: bold;", "opacity: .5;", "color: red; font-size: 24px; margin-bottom: 10px;", "opacity: .25; font-size: 10px; margin-bottom: 10px;", "opacity: 1; color: yellow; background-color: red; font-size: 20px; margin-bottom: 10px;", "font-size: 14px; ", "font-size: 14px; font-weight: bold;", "font-size: 14px; ", "font-size: 14px; font-weight: bold;", "font-size: 14px; ", "font-size: 14px; font-weight: bold;", "font-size: 14px; ");
}
try {
- require('fs').promises.readFile("/mango/release.json").then((b) => {
+ require('fs').promises.readFile("/kirin/release.json").then((b) => {
let data = JSON.parse(b.toString());
_showWarning(data['name'] + ", Build " + data['build'], data['name']);
})
} catch (e) {
- _showWarning("-", "mangoOS");
+ _showWarning("-", "kirinOS");
} \ No newline at end of file
diff --git a/docs/Debugging-kirinOS.md b/docs/Debugging-kirinOS.md
new file mode 100644
index 0000000..2b8a307
--- /dev/null
+++ b/docs/Debugging-kirinOS.md
@@ -0,0 +1,18 @@
+# Debugging kirinOS
+
+kirinOS runs on Electron, which is a framework to use Web technologies to build native applications. kirinOS has little to no debugging infrastructure other than what Electron provides.
+
+## Debugging the OS itself
+
+> **IMPORTANT SECURITY NOTICE:** These options are for debugging and debugging **ONLY**. If anyone, even a kirinOS developer, asks you to enter code in Chrome Dev Tools, make sure you **ABSOLUTELY** know what this code does before executing it.
+
+The following keyboard shortcuts are available to debug kirinOS:
+* `Ctrl+Alt+Tab`: cycle through the open Chrome Dev Tools windows
+ * Note: `Alt+Tab` alone is used to cycle through kirinOS windows
+* `Ctrl+Shift+I`: open Chrome Dev Tools for the main kirinOS window
+* `Ctrl+R`: reload the main kirinOS window
+* `Ctrl+Q`: exit kirinOS and open a `root` terminal
+
+## Debugging applications
+
+kirinOS comes with options to debug your applications. You can set the `debuggable` option in your application's metadata to add a debugging option to the title bar that, when clicked, opens Chrome Dev Tools for this application. \ No newline at end of file
diff --git a/docs/Debugging-mangoOS.md b/docs/Debugging-mangoOS.md
deleted file mode 100644
index 1f46f85..0000000
--- a/docs/Debugging-mangoOS.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# Debugging mangoOS
-
-mangoOS runs on Electron, which is a framework to use Web technologies to build native applications. mangoOS has little to no debugging infrastructure other than what Electron provides.
-
-## Debugging the OS itself
-
-> **IMPORTANT SECURITY NOTICE:** These options are for debugging and debugging **ONLY**. If anyone, even a mangoOS developer, asks you to enter code in Chrome Dev Tools, make sure you **ABSOLUTELY** know what this code does before executing it.
-
-The following keyboard shortcuts are available to debug mangoOS:
-* `Ctrl+Alt+Tab`: cycle through the open Chrome Dev Tools windows
- * Note: `Alt+Tab` alone is used to cycle through mangoOS windows
-* `Ctrl+Shift+I`: open Chrome Dev Tools for the main mangoOS window
-* `Ctrl+R`: reload the main mangoOS window
-* `Ctrl+Q`: exit mangoOS and open a `root` terminal
-
-## Debugging applications
-
-mangoOS comes with options to debug your applications. You can set the `debuggable` option in your application's metadata to add a debugging option to the title bar that, when clicked, opens Chrome Dev Tools for this application. \ No newline at end of file
diff --git a/docs/Installing-mangoOS-on-Raspberry-Pi.md b/docs/Installing-mangoOS-on-Raspberry-Pi.md
index ebf0ab8..ea37585 100644
--- a/docs/Installing-mangoOS-on-Raspberry-Pi.md
+++ b/docs/Installing-mangoOS-on-Raspberry-Pi.md
@@ -1,8 +1,8 @@
-# Installing mangoOS on Raspberry Pi
+# Installing kirinOS on Raspberry Pi
-> **WARNING:** mangoOS is currently in development and is not yet suitable for daily use. As such, the installation process will be complicated, and you might run into issues. Additionally, **mangoOS on ARM is not supported and may permanently damage your device**, please proceed with caution.
+> **WARNING:** kirinOS is currently in development and is not yet suitable for daily use. As such, the installation process will be complicated, and you might run into issues. Additionally, **kirinOS on ARM is not supported and may permanently damage your device**, please proceed with caution.
-> **Note:** The ARM port of mangoOS is meant to be used on Equestria.dev's own "Mangobox" and "Mangobook" devices; for consumer use, prefer to use the x86 version
+> **Note:** The ARM port of kirinOS is meant to be used on Equestria.dev's own "Mangobox" and "Mangobook" devices; for consumer use, prefer to use the x86 version
## Requirements
@@ -33,7 +33,7 @@ To do this, follow the following steps:
You have now successfully installed UEFI firmware onto this Raspberry Pi, you may now plug in the rest of your devices and proceed with the rest of the guide.
## 2. Installing Debian
-The first step into getting mangoOS up and running is to install Debian. Before you do anything, make sure your USB stick containing a copy of Debian 12 and your Ethernet cable are both plugged in. If your computer is running on battery, make sure it is sufficiently charged before continuing.
+The first step into getting kirinOS up and running is to install Debian. Before you do anything, make sure your USB stick containing a copy of Debian 12 and your Ethernet cable are both plugged in. If your computer is running on battery, make sure it is sufficiently charged before continuing.
If you haven't already, you can download an ARM64 Debian ISO here: https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/
@@ -47,10 +47,10 @@ To install Debian (these instructions are for the "netinst" image):
* Use "United States" as the locale
* Select the keymap you want to use; we recommend you leave it on "American English"
* If you get a screen telling you to use removable media to load missing firmware, select "No" (this is for the Wi-Fi adapter, which we do not use)
-* Use "mangoos" as the hostname
+* Use "kirinos" as the hostname
* Leave "Domain name" as the default value
-* Use "mangoos" as the root password
-* Name the new user "mangoOS" with the username "mangoos" and the password "mangoos"
+* Use "kirinos" as the root password
+* Name the new user "kirinOS" with the username "kirinos" and the password "kirinos"
* Select "Guided - use the largest continuous free space" on the partition screen
* Make sure you have all files in the same partition, and that the resulting partition is at least 16GB
* Once the base installation is done, select the default mirror for your country, and configure a proxy if needed
@@ -73,35 +73,35 @@ To install Debian (these instructions are for the "netinst" image):
* Unmount the SD card, plug it back into your Raspberry Pi, and plug the Raspberry Pi back in
* If you have done everything properly, your Raspberry Pi should boot into Debian
-## 3. Installing mangoOS
-You have now installed Debian. Log in as `mangoos` with the password `mangoos`.
+## 3. Installing kirinOS
+You have now installed Debian. Log in as `kirinos` with the password `kirinos`.
-You now need to follow these instructions to install mangoOS:
-* Run `su` and enter the password `mangoos`
+You now need to follow these instructions to install kirinOS:
+* Run `su` and enter the password `kirinos`
* Run the following command:
- * `git clone https://git.equestria.dev/equestria.dev/mangoos /mango`
-* Wait for it to download mangoOS
-* Run `cd /mango`
-* Run `npm install electron` to reinstall the mangoOS core for the correct CPU architecture (by default it is installed for x86)
+ * `git clone https://git.equestria.dev/equestria.dev/kirinos /kirin`
+* Wait for it to download kirinOS
+* Run `cd /kirin`
+* Run `npm install electron` to reinstall the kirinOS core for the correct CPU architecture (by default it is installed for x86)
* Run `chmod +x setup.sh`, and then `./setup.sh`
-* You are now installing the required dependencies and configuring your Debian installation to run mangoOS. This will take a while, so take a break while it's working
+* You are now installing the required dependencies and configuring your Debian installation to run kirinOS. This will take a while, so take a break while it's working
* Once everything is done, open /etc/network/interfaces (`nano /etc/network/interfaces`) and remove the lines related to the primary network interface (usually starts with `enp0s`), then press Ctrl+S and Ctrl+Q to save and quit
* Run `/sbin/reboot` to restart the system
-* If the screen turns orange shortly after starting up, you have reached the first stage of the mangoOS startup process
+* If the screen turns orange shortly after starting up, you have reached the first stage of the kirinOS startup process
* The screen may flicker a few times during the rest of the boot process
* If you want technical details, the screen will flicker between each state of the boot process. Stage 1 is when the orange screen appears, stage 2 is when the screen resolution is set properly, and stage 3 is when the GUI is loaded
-* Once the "Welcome to mangoOS" message appears, your system is installed properly
+* Once the "Welcome to kirinOS" message appears, your system is installed properly
* After the boot process has completed, click on the "Owner" user and login using the "password" password
-* Once you are logged in, you can click on the mangoOS logo in the top left corner and click on the "About" icon to check your system information
+* Once you are logged in, you can click on the kirinOS logo in the top left corner and click on the "About" icon to check your system information
## Wrapping up
-You now have mangoOS installed on bare metal, please report any issue you may encounter, so we can fix them before the final release.
+You now have kirinOS installed on bare metal, please report any issue you may encounter, so we can fix them before the final release.
Also note that GPU acceleration is not supported yet due to the vc4 driver (the Raspberry Pi 4's GPU driver) using a device tree overlay instead of an ACPI driver (which is what our UEFI firmware expects).
-If you wish to upgrade to a newer version of mangoOS, you will need to do the following:
+If you wish to upgrade to a newer version of kirinOS, you will need to do the following:
* Press Ctrl+Q
* Run `cd /`
-* Run `rm -rf /mango`
+* Run `rm -rf /kirin`
* **Note:** As upgrading is currently not supported, this will delete all of your user data
-* Repeat all the steps mentioned in "3. Installing mangoOS" after the step about running `su` \ No newline at end of file
+* Repeat all the steps mentioned in "3. Installing kirinOS" after the step about running `su` \ No newline at end of file
diff --git a/docs/Installing-mangoOS-on-bare-metal.md b/docs/Installing-mangoOS-on-bare-metal.md
index 15ec636..2276263 100644
--- a/docs/Installing-mangoOS-on-bare-metal.md
+++ b/docs/Installing-mangoOS-on-bare-metal.md
@@ -1,6 +1,6 @@
-# Installing mangoOS on bare metal
+# Installing kirinOS on bare metal
-> **WARNING:** mangoOS is currently in development and is not yet suitable for daily use. As such, the installation process will be complicated, and you might run into issues.
+> **WARNING:** kirinOS is currently in development and is not yet suitable for daily use. As such, the installation process will be complicated, and you might run into issues.
## Requirements
@@ -16,7 +16,7 @@
* For better integration, it is recommended that you use a UEFI-based system, although these instructions will work with BIOS-based systems as well
## 1. Installing Debian
-The first step into getting mangoOS up and running is to install Debian. Before you do anything, make sure your USB stick containing a copy of Debian 12 and your Ethernet cable are both plugged in. If your computer is running on battery, make sure it is sufficiently charged before continuing.
+The first step into getting kirinOS up and running is to install Debian. Before you do anything, make sure your USB stick containing a copy of Debian 12 and your Ethernet cable are both plugged in. If your computer is running on battery, make sure it is sufficiently charged before continuing.
To install Debian (these instructions are for the "netinst" image):
* Turn on your computer and make it boot from the USB stick
@@ -26,12 +26,12 @@ To install Debian (these instructions are for the "netinst" image):
* Use "United States" as the locale
* Select the keymap you want to use; we recommend you leave it on "American English"
* Select the correct network card to use (if applicable)
-* Use "mangoos" as the hostname
+* Use "kirinos" as the hostname
* Leave "Domain name" as the default value
-* Use "mangoos" as the root password
-* Name the new user "mangoOS" with the username "mangoos" and the password "mangoos"
+* Use "kirinos" as the root password
+* Name the new user "kirinOS" with the username "kirinos" and the password "kirinos"
* Partition your disk as you wish; if you want to erase the entire disk, use "Guided - use entire disk"
- * **Note:** Do NOT configure encryption here, mangoOS already comes with an encryption system that conflicts with LUKS.
+ * **Note:** Do NOT configure encryption here, kirinOS already comes with an encryption system that conflicts with LUKS.
* Make sure you have all files in the same partition, and that the resulting partition is at least 16GB
* Once the base installation is done, select the default mirror for your country, and configure a proxy if needed
* Select "No" on the package usage survey screen
@@ -42,32 +42,32 @@ To install Debian (these instructions are for the "netinst" image):
* Once you see the `#` symbol again, press Ctrl+D twice and select "Finish the installation"
* After everything is complete, select "Continue" and remove the USB stick while your system is restarting
-## 2. Installing mangoOS
-You have now installed Debian. Log in as `mangoos` with the password `mangoos`.
+## 2. Installing kirinOS
+You have now installed Debian. Log in as `kirinos` with the password `kirinos`.
-You now need to follow these instructions to install mangoOS:
-* Run `su` and enter the password `mangoos`
+You now need to follow these instructions to install kirinOS:
+* Run `su` and enter the password `kirinos`
* Run the following command:
- * `git clone https://git.equestria.dev/equestria.dev/mangoos /mango`
-* Wait for it to download mangoOS
-* Run `cd /mango`
+ * `git clone https://git.equestria.dev/equestria.dev/kirinos /kirin`
+* Wait for it to download kirinOS
+* Run `cd /kirin`
* Run `chmod +x setup.sh`, and then `./setup.sh`
-* You are now installing the required dependencies and configuring your Debian installation to run mangoOS. This will take a while, so take a break while it's working
+* You are now installing the required dependencies and configuring your Debian installation to run kirinOS. This will take a while, so take a break while it's working
* Once everything is done, open /etc/network/interfaces (`nano /etc/network/interfaces`) and remove the lines related to the primary network interface (usually starts with `enp0s`), then press Ctrl+S and Ctrl+Q to save and quit
* Run `/sbin/reboot` to restart the system
-* If the screen turns orange shortly after starting up, you have reached the first stage of the mangoOS startup process
+* If the screen turns orange shortly after starting up, you have reached the first stage of the kirinOS startup process
* The screen may flicker a few times during the rest of the boot process
* If you want technical details, the screen will flicker between each state of the boot process. Stage 1 is when the orange screen appears, stage 2 is when the screen resolution is set properly, and stage 3 is when the GUI is loaded
-* Once the "Welcome to mangoOS" message appears, your system is installed properly
+* Once the "Welcome to kirinOS" message appears, your system is installed properly
* After the boot process has completed, click on the "Owner" user and login using the "password" password
-* Once you are logged in, you can click on the mangoOS logo in the top left corner and click on the "About" icon to check your system information
+* Once you are logged in, you can click on the kirinOS logo in the top left corner and click on the "About" icon to check your system information
## Wrapping up
-You now have mangoOS installed on bare metal, please report any issue you may encounter, so we can fix them before the final release.
+You now have kirinOS installed on bare metal, please report any issue you may encounter, so we can fix them before the final release.
-If you wish to upgrade to a newer version of mangoOS, you will need to do the following:
+If you wish to upgrade to a newer version of kirinOS, you will need to do the following:
* Press Ctrl+Q
* Run `cd /`
-* Run `rm -rf /mango`
+* Run `rm -rf /kirin`
* **Note:** As upgrading is currently not supported, this will delete all of your user data
-* Repeat all the steps mentioned in "2. Installing mangoOS" after the step about running `su` \ No newline at end of file
+* Repeat all the steps mentioned in "2. Installing kirinOS" after the step about running `su` \ No newline at end of file
diff --git a/docs/Why-run-as-root.md b/docs/Why-run-as-root.md
index f717428..07dc8c4 100644
--- a/docs/Why-run-as-root.md
+++ b/docs/Why-run-as-root.md
@@ -1,11 +1,11 @@
# Why run as `root`?
-The mangoOS system software runs as `root` on the underlying Linux system. While you might argue this is insecure and puts users at an unnecessary risk, using the `root` user is perfectly justified.
+The kirinOS system software runs as `root` on the underlying Linux system. While you might argue this is insecure and puts users at an unnecessary risk, using the `root` user is perfectly justified.
-1. All the applications running on mangoOS are running in a sandbox, except for a few system applications (e.g. System Settings). This means they don't have access to the underlying system at all; they don't even have access to core mangoOS components. As long as the sandbox used in Chromium is not compromised, the OS remains secure.
+1. All the applications running on kirinOS are running in a sandbox, except for a few system applications (e.g. System Settings). This means they don't have access to the underlying system at all; they don't even have access to core kirinOS components. As long as the sandbox used in Chromium is not compromised, the OS remains secure.
-2. Using another user would be as insecure, because privilege elevation would be required for some system components to run (e.g. `libmangoaudio`). While we could have a special program that can run only a few specific commands; or only use `sudo`, this would be inconvenient and make programming with mangoOS more difficult.
+2. Using another user would be as insecure, because privilege elevation would be required for some system components to run (e.g. `libmangoaudio`). While we could have a special program that can run only a few specific commands; or only use `sudo`, this would be inconvenient and make programming with kirinOS more difficult.
3. Not running as `root` will break some system extensions. System extensions expect to have full system access, so that they can, for example, provide a file system driver. Using a system such as the one mentioned in #2 would mean system modifications are required when installing system extensions, effectively reducing some of their "extension" sense.
-In a future version, we might implement a better solution that makes use of another user, although this is yet to be done. Until then, do not worry about the security of mangoOS as long as you make sure to install updates as they are made available. \ No newline at end of file
+In a future version, we might implement a better solution that makes use of another user, although this is yet to be done. Until then, do not worry about the security of kirinOS as long as you make sure to install updates as they are made available. \ No newline at end of file
diff --git a/docs/mangoOS-is-now-kirinOS.md b/docs/mangoOS-is-now-kirinOS.md
new file mode 100644
index 0000000..f31dc2c
--- /dev/null
+++ b/docs/mangoOS-is-now-kirinOS.md
@@ -0,0 +1,18 @@
+# mangoOS is now kirinOS
+
+During the development cycle, we have renamed mangoOS to kirinOS. The new name is easier to pronounce in all languages and looks nicer to the eye. The change should be applied completely before the final release. However, such a change can have consequences that early adopters need to consider:
+
+* If you have followed instructions to run mangoOS on bare metal or on a Raspberry Pi, you will need to reinstall the entire system again; updating is not officially supported.
+* Apps made for mangoOS might not work on kirinOS, the OS that was installed under `/mango` is now installed under `/kirin`, and `MangoKit` is now `KirinKit`.
+* Some default user settings have changed. This includes the OS logo and the default wallpaper.
+
+If you encounter issues after the name has changed, feel free to report them to our bug tracker at https://bugs.equestria.dev. Thanks for trying kirinOS.
+
+----
+
+If you want to try upgrading from mangoOS to kirinOS anyway, here are the instructions:
+* Press Ctrl+Q
+* Run `cd /`
+* Run `rm -rf /mango`
+ * **Note:** This will delete all of your user data
+* Follow the steps from the "Installing kirinOS" section corresponding to your hardware \ No newline at end of file
diff --git a/init.sh b/init.sh
index 8021625..669bc00 100644
--- a/init.sh
+++ b/init.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-cd /mango
+cd /kirin
chmod -R +x *
xset -dpms
xset s off
diff --git a/lib/mangokit/index.js b/lib/kirinkit/index.js
index 9238f09..5da0d0c 100644
--- a/lib/mangokit/index.js
+++ b/lib/kirinkit/index.js
@@ -28,7 +28,7 @@ const Permissions = {
}
}
-contextBridge.exposeInMainWorld("MangoKit", {
+contextBridge.exposeInMainWorld("KirinKit", {
_crash: () => {
ipcRenderer.sendToHost("crash");
},
diff --git a/lib/libmangoaudio/index.js b/lib/libkirinaudio/index.js
index 9ec4f68..bbdbe5a 100644
--- a/lib/libmangoaudio/index.js
+++ b/lib/libkirinaudio/index.js
@@ -1,6 +1,6 @@
const child_process = require("child_process");
-class LibmangoaudioError extends Error {
+class LibkirinaudioError extends Error {
constructor(message, options) {
super(message);
@@ -31,7 +31,7 @@ function cmd(name, args) {
output
});
} else {
- rej(new LibmangoaudioError(name + " command failed", {
+ rej(new LibkirinaudioError(name + " command failed", {
code,
signal,
output
diff --git a/lib/libmangoaudio/package.json b/lib/libkirinaudio/package.json
index dcc53a4..dcc53a4 100644
--- a/lib/libmangoaudio/package.json
+++ b/lib/libkirinaudio/package.json
diff --git a/logo-symbolic.svg b/logo-symbolic.svg
index a88ea0f..7022222 100644
--- a/logo-symbolic.svg
+++ b/logo-symbolic.svg
@@ -1,9 +1,507 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 128 128" style="enable-background:new 0 0 128 128;" xml:space="preserve">
-<path d="M85.8,32c-1.3,0-2.4-1.1-2.4-2.4c0-8.6,6.1-11.7,11.7-11.7c1.3,0,2.4,1.1,2.4,2.4c0,1.3-1.1,2.4-2.4,2.4
- c-3.3,0-7.1,1.2-7.1,7.1C88.1,31,87.1,32,85.8,32z"/>
-<path d="M40.2,29.8C53.7,16.7,77.6,17,92.4,31.5S107.6,69.4,77.2,99c-10.1,9.9-33.7,23-47.1,9.9c-6.4-6.4-8.9-20.3-7.5-35.3
- C24.1,57.3,30.1,39.8,40.2,29.8z"/>
+<svg version="1.1"
+ id="svg2" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" inkscape:version="0.91 r13725" sodipodi:docname="93.svg"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 3200 3200"
+ style="enable-background:new 0 0 3200 3200;" xml:space="preserve">
+<style type="text/css">
+ .st0{fill:#020202;stroke:#020202;stroke-width:18.7629;stroke-miterlimit:16.6781;}
+ .st1{fill:#020202;stroke:#020202;stroke-miterlimit:10;}
+ .st2{fill:#020202;stroke:#020202;stroke-width:13.551;stroke-miterlimit:16.6781;}
+ .st3{fill:#020202;stroke:#020202;stroke-width:6;stroke-miterlimit:8;}
+ .st4{fill:#020202;stroke:#020202;stroke-width:18.7629;stroke-miterlimit:33.3563;}
+ .st5{fill:#020202;stroke:#020202;stroke-width:25.0173;stroke-miterlimit:33.3564;}
+ .st6{fill:#020202;stroke:#020202;stroke-width:13.6226;stroke-miterlimit:36.327;}
+ .st7{fill:#020202;stroke:#020202;stroke-width:22.7044;stroke-miterlimit:36.327;}
+ .st8{fill:#020202;stroke:#020202;stroke-width:25.0172;stroke-miterlimit:33.3563;}
+ .st9{fill:#020202;stroke:#020202;stroke-width:20.8477;stroke-miterlimit:33.3563;}
+ .st10{clip-path:url(#SVGID_00000125590336955924131720000018222844102939316912_);}
+ .st11{fill:#020202;stroke:#020202;stroke-width:13.551;stroke-miterlimit:33.3563;}
+ .st12{fill:#020202;stroke:#020202;stroke-width:15.6358;stroke-miterlimit:33.3563;}
+ .st13{clip-path:url(#SVGID_00000021102102793382535330000000803204135098274986_);}
+ .st14{clip-path:url(#SVGID_00000148636903367246824230000004496296827590639236_);}
+</style>
+<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:current-layer="layer8" inkscape:cx="3355.0844" inkscape:cy="2365.3485" inkscape:document-units="px" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:snap-global="false" inkscape:window-height="1017" inkscape:window-maximized="1" inkscape:window-width="1920" inkscape:window-x="1672" inkscape:window-y="-8" inkscape:zoom="0.13734568" pagecolor="#ffffff" showgrid="false" showguides="false" units="px">
+ </sodipodi:namedview>
+<g id="layer8" inkscape:groupmode="layer" inkscape:label="Jumping Mouth Open">
+ <g id="g8250" transform="matrix(4.1695347,0,0,4.1695347,5393.6664,-112.32055)">
+ <g id="g8252" transform="matrix(0.75069704,0.66064662,-0.66064662,0.75069704,-2255.3072,-4350.1815)">
+ <g id="g8254" transform="matrix(0.83439552,-0.55116614,0.55116614,0.83439552,-615.72368,2266.5819)">
+ <path id="path8256" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" class="st0" d="M3713,3153c0,0-19-1.9-24.8-29.9
+ c-31.9,32.8,14.5,51.5,14.5,51.5"/>
+ <path id="path8258" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc" class="st1" d="M3682.7,3152.6
+ c-11.9-1.6-42.6,21.8-30.2,38.6c6.9,9.4,35.4-6.4,38.3-16.1C3690.7,3175.1,3700.6,3156.4,3682.7,3152.6z"/>
+ <path id="path8260" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" class="st2" d="M3652.1,3189.3
+ c18.2-39.6,52.1-30.3,52.1-30.3"/>
+ <path id="path8262" inkscape:connector-curvature="0" sodipodi:nodetypes="ssssscscccsccssccs" class="st1" d="M3670.2,3153.6
+ c-4.6,2.3-9.3,5.8-13.3,9.8c-4,4.1-7.3,8.8-8.7,13.8s-1,10.6,2.5,15.3c2.3,3.2,6.4,4.1,10.5,3.7s8.6-1.8,12.9-3.9
+ s8.5-4.7,11.9-7.6s6-5.8,6.9-9l-4.3-1.3c-0.5,1.6-2.5,4.3-5.5,6.8s-6.9,5.1-10.9,7s-8.1,3.2-11.4,3.5s-5.4-0.4-6.5-1.9
+ c-2.7-3.6-3-7.4-1.8-11.4s4-8.2,7.6-11.9s8-6.9,12.2-9s9.8-3.2,11.9-3C3680.3,3149.5,3674.3,3151.5,3670.2,3153.6z"/>
+ <path id="path8264" inkscape:connector-curvature="0" sodipodi:nodetypes="cssc" class="st0" d="M3706,3165.4
+ c-7.8,0.5-19.3,1.4-28.9,12.8c-9.1,10.8-13.2,26.6-5.2,37.5c10,13.6,27.1-8.4,39.8-31.4"/>
+ </g>
+ <g id="g8266" transform="matrix(0.7634726,-0.64584022,0.64584022,0.7634726,4427.3544,1763.2075)">
+ </g>
+ </g>
+
+ <g id="g8268" transform="matrix(0.90002,0.05707,-0.05141,0.99915,-858.4,178.2)" inkscape:transform-center-x="44.714" inkscape:transform-center-y="47.921">
+ <g id="g8270" transform="translate(-614.17,191.93)">
+ <path id="path8272" inkscape:connector-curvature="0" sodipodi:nodetypes="ssccss" class="st3" d="M509.4,211.4
+ c-24.4,41.5-49,65.2-81.6,88.6c-9.4,6.8-10.2,35.5-3,57.1c0.1,0.3,50.9,14.5,52.1,14c36.9-27.4,69-100,66.3-143.6
+ C542.7,219.5,513.2,204.9,509.4,211.4L509.4,211.4z"/>
+ <path id="path8274" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc" class="st3" d="M424.8,357.1
+ c4.6,14,12.6,25,23.7,25c9.5,0,19.1-4,28.4-11C476.9,371.2,460,337.8,424.8,357.1L424.8,357.1z"/>
+ <path id="path8276" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M434.5,374.3
+ c10.2,0.5,26.2-6.4,26.2-6.4s-9.5,10.2-23.4,10.4L434.5,374.3z"/>
+ </g>
+ <path id="path8278" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" class="st1" d="M-58.5,390.1l-18.9,42.4
+ L-91,470.7c25.4,31.4,91.7-7.3,91.7-7.3L-58.5,390.1z"/>
+ <path id="path8280" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccscc" class="st1" d="M1.8,460.5
+ c-42.2,21-66.5,21.2-79.9,16.7c-6.7-2.3-10.8-5.7-13.3-8.5c-2.5-2.8-3.2-4.8-3.2-4.8s-1.3,13,16,19c15.5,5.3,40.1,4.5,83.1-17
+ L1.8,460.5z"/>
+ <path id="path8282" inkscape:connector-curvature="0" sodipodi:nodetypes="csccsccc" class="st1" d="M-52.3,374.4
+ c-7.5,11.8-13.1,25.1-17.7,37.5c-4.6,12.6-10.5,18.9-8.6,23.7c0,0,2.3-1.6,5-5c2.8-3.4,6.2-8.7,9.2-16.6
+ c4.6-12.2,10.1-25.1,17.2-36.4L-52.3,374.4L-52.3,374.4z"/>
+ </g>
+ <g id="g8284" transform="translate(-1537.64,348.15)">
+ <path id="path8286" inkscape:connector-curvature="0" sodipodi:nodetypes="csscccccc" class="st1" d="M889.8,204.3
+ c6,7.1,10.7,9.6,14,8.9c10.4-2.1,7.8-35.1-9.2-55.9c-7-8.5-18.4-15.2-29.5-15.8c0,0,15.1-10.3,7.2-25.6
+ c-5,7.4-10.7,10.7-16.5,11.2c0,0-14.4-36.6-50.4-46.4l6.7,68.7L889.8,204.3z"/>
+ <path id="path8288" inkscape:connector-curvature="0" sodipodi:nodetypes="csccc" class="st4" d="M902.7,169.9
+ c-2.2-4.4-4.8-8.8-8-12.6c-7-8.5-18.4-15.2-29.5-15.8c0,0,15.1-10.3,7.2-25.6c-22,32.6-56.2-15.4-68.5-17.7"/>
+ <path id="path8290" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" class="st4" d="M855.6,127.1
+ c-14.5-36.7-51.5-46.8-51.5-46.8"/>
+ </g>
+ <g id="g8292" transform="matrix(0.96062,-0.27787,0.27787,0.96062,-1599.44,600.86)">
+ <path id="path8294" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsssssc" class="st1" d="M824.8,244.7
+ c2.8,12.1,25,60.4,85.6,40.8c8.9,20.2,4.5,30.9,6.5,54.4c1.8,21.4,19,36.1,36.9,43.7c18.6,7.9,38,8.4,42.2,1.2
+ c4.2-7.1,5.8-15.6,5.5-24.9c-1.6-52.5-64.9-130.3-90-133.1c-18.2-2-27,12.6-54.8-0.7"/>
+ <path id="path8296" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscsccccccccccscsccccccccccc" class="st1" d="
+ M911.7,223.8c-9.9-1.1-17.2,2.3-24.7,3.9c-7.5,1.6-15.7,3.7-29.1-2.8c0,0,7.5,12.8,30.4,8.6c8.4-1.6,14.6-4.7,22.8-3.8
+ c4.9,0.6,13.5,5.5,22.8,13.8s19.5,19.8,29,32.9c18.9,26.1,34.8,58.4,35.6,83.5l0,0L955,380.8l0,0c-17.3-7.4-33.5-21.3-35.1-41.2
+ c-1-11.5-0.4-20-0.6-28.3c-0.3-8.4-1.5-16.6-6.1-27.1l-1.1-2.5l-2.6,0.8c-29.5,9.5-48.8,2.6-61.6-8s-18.9-25.4-20.1-30.7
+ c0,0-5.6,16.8,16.3,35.3c13.6,11.5,34.9,18.5,64.5,9.8c3.4,8.5,4.5,15.2,4.7,22.5c0.3,7.9-0.3,16.6,0.7,28.6
+ c1.9,22.9,20.1,38.3,38.8,46.2l51.8-26.6l0,0c-0.8-27.4-17.4-60.2-36.8-86.8c-9.7-13.3-20.1-25.1-29.8-33.8
+ C928.1,230.4,919.4,224.6,911.7,223.8L911.7,223.8L911.7,223.8z"/>
+ <g id="g8298" transform="matrix(0.99585,0.09104,-0.09104,0.99585,137.99,-96.604)">
+ <path id="path8300" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc" class="st5" d="M856.1,404
+ c19.2,6.2,38.6,4.9,42.1-2.7c3.5-7.5,4.3-16.1,3.2-25.3C875.7,366.4,857.9,388.7,856.1,404z"/>
+ <path id="path8302" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M881.3,407.4l5.4-22.5
+ c0,0,2.1,12.3-2,23.4L881.3,407.4z"/>
+ </g>
+ <g id="g8304" transform="matrix(0.97759,0.21055,-0.21055,0.97759,189.41,-186.35)">
+ <path id="path8306" inkscape:connector-curvature="0" sodipodi:nodetypes="csscc" class="st1" d="M797.4,303.3
+ c-2.3,18-5.5,31.3-10,46.4c-5.6,18.9,20.5,28.9,30.1,9.4c5.5-11.1,3.2-36.6,3.2-36.6S815.1,297.5,797.4,303.3L797.4,303.3z"/>
+ <path id="path8308" inkscape:connector-curvature="0" sodipodi:nodetypes="cccsc" class="st1" d="M806.5,320.5
+ c0,0,1.1,21.9-10.4,47l3.6,1.7c3.7-8,6.1-15.8,7.7-22.6C810.6,333.3,809.3,324.6,806.5,320.5z"/>
+ <path id="path8310" inkscape:connector-curvature="0" sodipodi:nodetypes="cccscsccsc" class="st1" d="M796.8,302.8
+ c-2.3,17.7-7.3,31.1-11.8,46.3c-3.2,10.6,2.8,19.4,11,22.1c8.1,2.8,18.6-0.2,23.8-11c4.8-9.9,3.3-34.8-1.5-37.5
+ c0,0,0.6,6.2,0.4,13.9s-1.1,16.6-3.4,21.4c-4.3,8.8-11.8,10.5-17.7,8.4c-5.9-2-10.2-7.7-7.8-16C795,332.7,803,305.6,796.8,302.8
+ L796.8,302.8z"/>
+ </g>
+ </g>
+
+ <g id="g8312" transform="matrix(1.0859,-0.0829,0.0829,1.0859,-503.34,180.65)" inkscape:transform-center-x="157.51" inkscape:transform-center-y="43.632">
+ <path id="path8314" inkscape:connector-curvature="0" sodipodi:nodetypes="cccscccccccccccc" class="st1" d="M-576.9,185.9
+ c-2.2,0-4.5,0.1-6.8,0.2c0,0-0.2,0.5-0.3,0.5c-132.1,1-129.2,137.9-129.2,163.2c0,46.8-32.5,46.4-32.5,46.4s25.5,13.8,47.7,3
+ c52.9,11.7,92.2-37.8,54.1-91.9c0,0,13.2,9.3,27.1-3.9c0,0-19.3-1.4-23.2-25c-2.8-23.7,21.9-38.7,37.9-45.2
+ c26.9,20,24.8,36.2,21.3,50.4c0,0,16.2-3.1,12.6-27.8c18.9,77.9,68,65.2,61.6,25.2c5,27.5,35.9,31.8,35.9,31.8
+ s-37.5-39.3-2.5-64.6C-473.3,248.3-507.9,185.6-576.9,185.9L-576.9,185.9z"/>
+ <path id="path8316" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccccccccscsscscsccsc" class="st1" d="
+ M-610,231.4c0,0,9.2,4.5,17.2,13.3c8,8.8,14.7,21.5,10.1,38.4l-0.8,3.1l3.2-0.6c0,0,4.7-0.9,8.7-5.2c2.3-2.5,4.2-6.2,5.2-11.2
+ c9.9,30.3,24.9,44,38.4,45.5c7.6,0.9,14.5-2.4,18.9-8.5c2.5-3.5,4.1-8.1,4.8-13.2c4.2,7.7,10.7,12.9,16.7,16.2
+ c8.7,4.7,16.7,5.8,16.7,5.8l5.7,0.8l-4-4.2c0,0-9.1-9.6-14-22.1c-2.4-6.3-3.7-13.2-2.4-19.9c1.3-6.8,5.2-13.5,13.6-19.6l-2.3-3.2
+ c-9.1,6.6-13.7,14.3-15.2,22c-1.5,7.7,0,15.4,2.6,22.1c3.4,8.7,7.7,14.7,11,18.8c-2.7-0.8-6.2-2-9.8-4
+ c-5.7-3.1-11.8-7.7-15.4-14.9c-3.8-7.6-8.4-25-11.8-31.5c0,0,5,22.5,5,31.4c0,5.5-2,10-4.4,13.4c-3.6,5.1-9,7.6-15.2,6.9
+ c-12.5-1.4-29.3-16.8-38.6-55.3c-1.5-6-5-10.4-5-10.4s0.2,5.2,1.1,11.1c1.7,11.9-1.3,18.1-4.5,21.5c-1.2,1.3-2.4,2.1-3.5,2.7
+ c3.1-16.6-3.6-29.8-11.7-38.4C-596.4,235.2-600.3,231.2-610,231.4L-610,231.4z"/>
+ <path id="path8318" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccc" class="st1" d="M-605,233.2
+ c-26.1,10.1-36.9,26-37.2,40.6c-0.3,13.7,8.5,25.8,21.2,30.4c-10.3,7.7-19.4,3-29.5-1.4c0,0,1.1,3.8,5,5.7
+ c18.8,26.6,18.2,51.6,6.9,68.5c-11.3,16.9-33.6,26-59.5,20.1l-0.9,3.9c27.3,6.2,51.4-3.4,63.7-21.8c11.5-17.2,12.2-41.9-3.6-67.6
+ c1,0.3,2,0.5,3.1,0.7c5.5,0.7,13.1-0.5,20.4-7.5l2.7-2.6l-3.7-0.8c-12.8-2.8-22.2-14.4-21.9-27.6c0.3-13.1,10.1-28.2,37.1-37.9
+ L-605,233.2z"/>
+ <path id="path8320" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsscscscccccscccc" class="st1" d="M-582.5,184.6
+ c-67.5,0-101.1,35.2-117.3,73.3c-16.2,38.1-15.4,79.3-15.4,91.9c0,22.9-7.9,33.6-15.4,39.1c-6.7,5-14.3,6.1-22.1,5.5
+ c14.6,9.9,34.2,12.1,47.4,9.3c10.7-2.3,21.6-8.8,30.2-22.1c4.9-7.6,9.3-17.3,12.1-30c4.2-19.3,3.1-30.9,0.6-33.4
+ c-1.8,29.4-8,48.8-16,61.2c-8.1,12.5-18,18.1-27.8,20.3c-13,3-25.2-0.3-32.3-2.9c3-0.9,6.5-2.2,10.2-4.8
+ c8.6-6.1,17.1-18.5,17.1-42.4c0-12.8-0.7-53.2,15.1-90.4c15.8-37.1,47.5-70.9,113.6-70.9L-582.5,184.6L-582.5,184.6z"/>
+ <path id="path8322" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" class="st6" d="M-742.5,397.4
+ c0,0,66.5-0.1,59.6-78.9c-7.9-90.8,54.7-124.6,54.7-124.6"/>
+ <path id="path8324" inkscape:connector-curvature="0" sodipodi:nodetypes="cccsc" class="st1" d="M-656.9,338.5
+ c0,0,1.5,44.6-26.8,60.8l1.5,2.6c15.2-8.7,22-24.6,25.5-38.3C-652.4,347.1-656.9,338.5-656.9,338.5L-656.9,338.5z"/>
+ <path id="path8326" inkscape:connector-curvature="0" sodipodi:nodetypes="cssc" class="st6" d="M-653.2,394.1
+ c0,0,7.1-10.5,7.1-28.6c0-39.6-15-51.4-15-77.9c0-78.4,82.9-101.1,82.9-101.1"/>
+ <path id="path8328" inkscape:connector-curvature="0" sodipodi:nodetypes="sccccs" class="st1" d="M-535.6,259.2
+ c2.5,16.9,9.1,36.1,25.3,44.5l1.4-2.7c-14.8-7.7-21.2-25.8-23.7-42.2c-2.5-16.4-1.2-30.9-1.2-30.9
+ C-536.6,230.2-538.3,241.5-535.6,259.2L-535.6,259.2z"/>
+ <path id="path8330" inkscape:connector-curvature="0" sodipodi:nodetypes="csccc" class="st1" d="M-544.2,253.7
+ c-3.2,3.7,0.6,20.1,6.4,31.1c4.7,8.9,12,17.8,22.7,24.5l1.6-2.5C-542.1,289-544.2,253.7-544.2,253.7z"/>
+ <path id="path8332" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st7" d="M-417.5,266.3l-22.3,13.4
+ c-63.1-27.9-45.5-79.3-141.6-93.9C-488.2,174.7-495.8,242.2-417.5,266.3L-417.5,266.3z"/>
+ </g>
+ <g id="g8334" transform="matrix(0.75069704,0.66064662,-0.66064662,0.75069704,-2311.1608,-4361.3859)">
+ <g id="g8336" transform="matrix(0.83439552,-0.55116614,0.55116614,0.83439552,-615.72368,2266.5819)">
+ <path id="path8338" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" class="st0" d="M3713,3153c0,0-19-1.9-24.8-29.9
+ c-31.9,32.8,14.5,51.5,14.5,51.5"/>
+ <path id="path8340" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc" class="st1" d="M3682.7,3152.6
+ c-11.9-1.6-42.6,21.8-30.2,38.6c6.9,9.4,35.4-6.4,38.3-16.1C3690.7,3175.1,3700.6,3156.4,3682.7,3152.6z"/>
+ <path id="path8342" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" class="st2" d="M3652.1,3189.3
+ c18.2-39.6,52.1-30.3,52.1-30.3"/>
+ <path id="path8344" inkscape:connector-curvature="0" sodipodi:nodetypes="ssssscscccsccssccs" class="st1" d="M3670.2,3153.6
+ c-4.6,2.3-9.3,5.8-13.3,9.8c-4,4.1-7.3,8.8-8.7,13.8s-1,10.6,2.5,15.3c2.3,3.2,6.4,4.1,10.5,3.7s8.6-1.8,12.9-3.9
+ s8.5-4.7,11.9-7.6s6-5.8,6.9-9l-4.3-1.3c-0.5,1.6-2.5,4.3-5.5,6.8s-6.9,5.1-10.9,7s-8.1,3.2-11.4,3.5s-5.4-0.4-6.5-1.9
+ c-2.7-3.6-3-7.4-1.8-11.4s4-8.2,7.6-11.9s8-6.9,12.2-9s9.8-3.2,11.9-3C3680.3,3149.5,3674.3,3151.5,3670.2,3153.6z"/>
+ <path id="path8346" inkscape:connector-curvature="0" sodipodi:nodetypes="cssc" class="st0" d="M3706,3165.4
+ c-7.8,0.5-19.3,1.4-28.9,12.8c-9.1,10.8-13.2,26.6-5.2,37.5c10,13.6,27.1-8.4,39.8-31.4"/>
+ </g>
+ <g id="g8348" transform="matrix(0.7634726,-0.64584022,0.64584022,0.7634726,4427.3544,1763.2075)">
+ </g>
+ </g>
+ <g id="g8350" transform="translate(-1537.64,348.15)">
+ <path id="path8352" inkscape:connector-curvature="0" sodipodi:nodetypes="ssccss" class="st8" d="M509.4,211.4
+ c-24.4,41.5-49,65.2-81.6,88.6c-9.4,6.8-10.2,35.5-3,57.1c0.1,0.3,50.9,14.5,52.1,14c36.9-27.4,69-100,66.3-143.6
+ C542.7,219.5,513.2,204.9,509.4,211.4L509.4,211.4z"/>
+ <path id="path8354" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc" class="st8" d="M424.8,357.1
+ c4.6,14,12.6,25,23.7,25c9.5,0,19.1-4,28.4-11C476.9,371.2,460,337.8,424.8,357.1L424.8,357.1z"/>
+ <path id="path8356" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M434.5,374.3
+ c10.2,0.5,26.2-6.4,26.2-6.4s-9.5,10.2-23.4,10.4L434.5,374.3z"/>
+ </g>
+ <path id="path8358" inkscape:connector-curvature="0" sodipodi:nodetypes="sscccccccs" class="st1" d="M-864.3,651.5
+ c102.1,13.7,165.7-26.9,167.6-85.3c1.7-51.1-17.1-128.3-17.1-128.3l-118.7-110.1c-3.6,59.3,29.6,157,29.2,199.2
+ c-143.2-82.2-177.4,16.1-178.6,19.4l-18.9,42.4l-13.6,38.2c25.4,31.4,91.7-7.3,91.7-7.3C-911.6,633.5-894,647.5-864.3,651.5
+ L-864.3,651.5z"/>
+ <path id="path8360" inkscape:connector-curvature="0" sodipodi:nodetypes="csscc" class="st1" d="M-980.6,547.4
+ c10.1-4.6,16-9,30.3-5.5c27.6,6.7,25.1,50.6,62,54.6c61.1,6.6,71.4-77.4,71.4-77.4S-939,446.5-980.6,547.4z"/>
+ <path id="path8362" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccscc" class="st1" d="M-921.6,616.8
+ c-42.2,21-66.5,21.2-79.9,16.7c-6.8-2.3-10.9-5.7-13.3-8.5c-2.5-2.8-3.2-4.8-3.2-4.8s-1.3,13,16,19c15.5,5.3,40.1,4.5,83.1-17
+ L-921.6,616.8z"/>
+ <path id="path8364" inkscape:connector-curvature="0" sodipodi:nodetypes="csccsccc" class="st1" d="M-975.7,530.6
+ c-7.5,11.8-13.2,25.1-17.7,37.4c-4.6,12.7-10.5,18.9-8.6,23.8c0,0,2.2-1.6,5-5s6.2-8.8,9.2-16.6c4.6-12.2,10.1-25.2,17.2-36.4
+ L-975.7,530.6L-975.7,530.6z"/>
+ <path id="path8366" inkscape:connector-curvature="0" class="st1" d="M-902.4,491.9c-15.7,0.1-31.5,3.3-46.2,11.5
+ c-18.5,10.3-30,29.6-38.5,48.9l8.4-3.9c8.2-3.4,19.3-6.7,27.9-4.6c6.4,1.6,11.1,5.3,15.1,10.2c4.1,4.9,7.5,11.1,11.2,17.3
+ c7.5,12.4,16.8,25.1,36,27.2c15.7,1.7,28.4-2.5,38.3-9.6c9.9-7.2,17.1-17.4,22.3-27.7c7.9-15.5,11.3-31.5,12.5-38.3
+ c6.3,3.4,10,5.8,10,5.8l3.3-5c0,0-21-13.7-49.7-23.1c-14.4-4.7-30.8-8.4-47.5-8.7C-900.3,491.9-901.3,491.9-902.4,491.9
+ L-902.4,491.9z M-902.2,497.9c3.8,0,7.5,0.2,11.3,0.5c-1.3,1.6-2.6,3.6-3.5,6.1c-1,2.9-1.3,6.3-0.3,10c-2.7,0-8.1-0.5-16.4-4
+ c7.2,5,11,10.1,12.8,13.2c-4-0.3-8.3-0.3-12.6,0.6c-1.7,0.3-3.4,0.8-5,1.4c-9.9-6.3-13.1-12.7-13.9-17.5c-0.5-2.8-0.3-4.9,0-6.3
+ C-920.8,499.2-911.5,498.1-902.2,497.9L-902.2,497.9z M-885.9,498.9c9,1.1,17.8,3.1,26.1,5.5c-0.5,1.5-0.9,3.4-0.6,5.8
+ c0.1,1.4,0.5,3,1.2,4.6c-2.9-0.1-8.2-0.6-15.8-3.5c6.9,4.8,11.5,9.4,13.8,12c-8.9-0.7-15.3,0-19.6,1.7c-0.6,0.3-1.2,0.5-1.7,0.8
+ c-9.6-8.6-9.8-15.2-8.1-19.9C-889.5,502.5-887.2,500.1-885.9,498.9L-885.9,498.9z M-934,503.3c-0.2,1.6-0.2,3.5,0.2,5.6
+ c0.4,2,1.1,4.2,2.3,6.5c-3-0.1-8.1-0.8-15.6-3.8l0,0c7.4,4.7,11.7,9.6,13.9,12.6c-6.4,0.5-11.1,2.3-14.5,4.5c-1.8-1-7.9-5-10.1-11
+ c3.7-3.6,7.7-6.7,12.1-9.1c3.8-2.2,7.7-3.9,11.7-5.4L-934,503.3z M-856.1,505.6c0.8,0.2,1.6,0.4,2.4,0.7
+ c8.3,2.7,15.9,5.8,22.5,8.8c-0.9,0.1-1.9,0.3-2.8,0.6c-5,1.2-10,3.6-13.7,7.3c-6.5-5.5-8.4-10-8.7-13.3
+ C-856.6,507.9-856.3,506.5-856.1,505.6z M-826.3,518.7c1.5,0,2.8,0.2,3.9,0.5c1.1,0.6,2.2,1.1,3.2,1.7c-0.8,5.4-4,22.1-12.2,38.3
+ c-9.8-7.8-14.7-14.5-16.4-19.8c-1.8-5.6-0.5-9.7,2.4-13s7.6-5.7,12.3-6.9C-830.7,519-828.4,518.7-826.3,518.7z M-960.8,520.8
+ c2.5,5.4,7.1,9,9.8,10.6c-3.1,3.1-4.4,6.2-4.9,7.8c-6.9-0.3-14,1.6-20,3.9C-971.7,534.9-966.7,527.3-960.8,520.8L-960.8,520.8z
+ M-868.3,527c4.5-0.1,10.1,0.3,17,1.4c-1.5,3.5-1.8,7.7-0.3,12.2c0.4,1.1,0.8,2.3,1.4,3.4c-2.3,0.1-8.1-0.2-17.5-4
+ c8.5,5.5,12.8,11.2,14.5,14.1c-8.1-0.7-15,0.8-19.6,4.2l-0.3,0.3c-0.9-1-2.5-2.9-4.6-5.9c-2.9-4.1-6-9.5-6.8-14
+ c-0.5-2.3-0.4-4.2,0.4-5.8c0.7-1.7,2.1-3.1,4.8-4.2C-876.8,527.7-873.2,527-868.3,527L-868.3,527z M-903.8,527.6
+ c6.5-0.1,13.4,1,17.2,1.7c-0.5,0.6-0.8,1.2-1.1,1.9c-1.2,2.6-1.3,5.4-0.8,8.2c0.4,2,1,3.9,1.9,5.8c-2.8-0.3-8.2-1.4-16.1-5.4
+ c7.8,6,11.6,11.9,13.2,15c-4.6-0.7-8.6-0.8-11.8-0.3c-3.4,0.6-6.1,1.7-8.3,3.3c-8.2-11-10.5-18.2-9.9-22.3
+ c0.3-2.2,1.3-3.6,2.8-4.8c1.6-1.2,3.9-2,6.5-2.5C-908.2,527.8-906,527.6-903.8,527.6L-903.8,527.6z M-930,528.1
+ c2.8,0,5.9,0.2,9.5,0.7c-1.5,1.6-2.6,3.7-3,6.1c-0.4,3.2,0.3,7,2.4,11.6c-2.6-0.2-8.1-1.1-16.6-5.4c7.9,6,11.6,12,13.2,15
+ c-1.6-0.1-3.2-0.2-4.7-0.1c-1.1-1.6-2.2-3.1-3.4-4.6c-4.4-5.3-9.8-9.6-17.2-11.4c-0.7-0.2-1.4-0.3-2-0.4c0.6-1.6,1.9-4.2,5-6.6
+ C-943.6,530.5-938.4,528.1-930,528.1L-930,528.1z M-857.5,558.1c6.8-0.2,15.2,1.4,24.1,5c-2.1,3.7-4.4,7.3-7.1,10.7
+ c-2.9-0.1-9.6-0.8-18.9-4.5c7.6,4.8,10.9,9.2,12.3,11.8c-1.7,1.6-3.5,3.1-5.4,4.5c-2.6,1.9-5.4,3.5-8.3,4.9
+ c-7.8-7.4-11.7-13.7-12.9-18.5c-1.2-4.9,0.1-8.1,3.3-10.5C-867.6,559.4-863.1,558.2-857.5,558.1L-857.5,558.1z M-896.2,558.2
+ c5.1,0,11.6,1.2,19.9,4c-1.6,2.9-2.2,6.3-1.4,10.1c-2.6,0-8.2-0.5-17-4.1c5,3.2,8.5,6.6,10.9,9.4c-4.7,0.8-8.2,3.3-10.6,6
+ c-2.6,2.9-3.9,6.2-4.6,8.2c-6-2.6-10.5-6.5-14.3-11.2h0.2c0,0-1.8-9,1.9-15.3c1.8-3.2,4.8-5.8,10.5-6.8
+ C-899.3,558.3-897.8,558.2-896.2,558.2L-896.2,558.2z M-926.6,560c4.4,0.3,9.6,1.2,12.8,1.9c-0.3,0.4-0.6,0.9-0.9,1.3
+ c-2.2,3.9-2.8,8.1-2.9,11.5c-1.2-1.8-2.3-3.6-3.5-5.5C-922.9,566.1-924.7,563-926.6,560L-926.6,560z M-879.7,581.1
+ c1.8,0,4,0.3,6.4,1c2.1,3.2,4.8,6.5,8.4,10c-6.7,2.4-14.4,3.4-23.2,2.4c-2.6-0.3-5-0.8-7.1-1.4c0.5-1.6,1.7-4.4,3.9-6.9
+ C-888.9,583.4-885.4,581-879.7,581.1L-879.7,581.1z"/>
+ <path id="path8368" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccscscscccccc" class="st1" d="M-835.1,321.2
+ l-0.4,6.3c-2.1,34.1,7.7,79.6,16.4,120.5c4.4,20.5,8.5,39.8,10.8,55.7c2.4,16,2.7,28.7,0.3,35.1l5.7,2.1c3.2-8.7,2.4-21.8,0-38
+ c-2.4-16.3-6.6-35.6-10.9-56.1c-8.2-38.3-16.9-80.4-16.4-112.4l113.1,105c0.6,2.5,18.5,77.2,16.9,126.6
+ c-1,28.2-16.6,51.8-44.7,67.2c-28.2,15.3-69,22.1-119.6,15.3c-31.8-4.3-48.9-20-58.5-34.8c-9.5-14.8-11.2-28.3-11.2-28.3
+ c-4.2,13,6,32.5,13.2,40.8c11.1,12.8,28.7,24.6,55.7,28.2c51.5,6.9,93.6,0.2,123.2-15.9c29.7-16.2,46.9-42,47.9-72.3
+ c1.6-51.9-17.3-129.1-17.3-129.1l-0.2-0.9L-835.1,321.2z"/>
+ <g id="g8370" transform="translate(-1537.64,348.15)">
+ <path id="path8372" inkscape:connector-curvature="0" sodipodi:nodetypes="cssc" class="st1" d="M894.5-61.3
+ c0,0,24.8-29.1,26.9-65.4c2.2-38.6-28.2-81.9-50.6-81.7c-36.3,0.4-18.4,111-18.4,111"/>
+ <path id="path8374" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M920.3-145.5
+ c-40-57.6-71.8-20.9-71.8-20.9s-0.3-41.7,21.9-42.1C900.2-207,920.3-145.5,920.3-145.5L920.3-145.5z"/>
+ <path id="path8376" inkscape:connector-curvature="0" sodipodi:nodetypes="cssc" class="st8" d="M894.5-61.3
+ c0,0,24.8-29.1,26.9-65.4c2.2-38.6-28.2-81.9-50.6-81.7c-36.3,0.4-18.4,111-18.4,111"/>
+ </g>
+ <path id="path8378" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" class="st9" d="M-666.6,245.4
+ c58,15.6,65.1,100.4,65.4,112.2"/>
+ <path id="path8380" inkscape:connector-curvature="0" sodipodi:nodetypes="cssscccccccc" class="st1" d="M-819.4,410.5
+ c0,0-6.7,36.1,19.5,51.8c19.2,11.6,39.5,24.4,39.5,60.7c0,20.1-18,44.2-41.2,44.2c-48.2,0-69.9-100.3-70.8-106.5
+ c-3.1,3.2-53.7,8.3-43.3-57.4c-22.1-11.3-21.2-40.3-21.2-40.3c2.8-62.6,67.3-91.8,67.3-91.8c-21.5-20,4.6-44.9,4.6-44.9
+ c-8.6,37.7,27.8,41.4,27.8,41.4l6.7,90.5L-819.4,410.5z"/>
+ <path id="path8382" inkscape:connector-curvature="0" class="st1" d="M-604.9,337.3c-0.6,0-1.3,0-2,0.1l1.2,6.4
+ c4.4-4,14.6-0.9,14.6-0.9S-595,337.1-604.9,337.3z M-609.1,349l0.9,6.4c4.5-3.7,14.5,0,14.5,0S-597.6,348.6-609.1,349z"/>
+ <path id="path8384" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" class="st1" d="M-628.1,455.2
+ c-38.4,13.8-101.7,0.4-101.7,0.4s-60.2,5.6-100.6-96.9l19.8-102.7l141.1-10.4c61.2,13.4,66.6,111.2,66.6,111.2l-43.8,15.5
+ C-653,436.1-628.1,455.2-628.1,455.2L-628.1,455.2z"/>
+ <path id="path8386" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M-606.1,333.6
+ c0.7,17.8-9.9,22.5-9.9,22.5c-8.7-2.9-36.4-22.1-22.1-83.9C-621.4,271.5-606.1,333.6-606.1,333.6z"/>
+ <path id="path8388" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M-777.9,331
+ c2.5-12.5,76.8-78.8,114.5,42.2c4.8,48-52.4,51.8-77.1,29.3C-740.5,402.5-778.9,358.7-777.9,331z"/>
+ <path id="path8390" inkscape:connector-curvature="0" sodipodi:nodetypes="cccssscc" class="st1" d="M-730,455.5
+ c0,0,56.7,15.5,102.9-0.5c-29.8-24-7.8-71.3-7.8-71.3s4.6,17.3,19.1,17.7c12,0.4,23.4-11.9,27.5-23.2c2.2-6.3,2.8-18.6-4-20.7
+ c-6.9-2-29.1,10.4-45.5-24C-659.6,425.7-730,455.5-730,455.5z"/>
+ <g id="g8392" transform="matrix(0.46583,-0.09126,0.15422,0.81732,-1002.44,389.55)">
+
+ <ellipse id="ellipse8394" transform="matrix(-0.9954 9.558140e-02 -9.558140e-02 -0.9954 1586.162 -53.5114)" class="st1" cx="794.4" cy="11.2" rx="29.1" ry="40.4"/>
+ <g>
+ <defs>
+
+ <ellipse id="SVGID_1_" transform="matrix(0.9585 -0.2852 0.2852 0.9585 29.7809 226.9944)" cx="794.4" cy="11.2" rx="57.6" ry="140.3"/>
+ </defs>
+ <use xlink:href="#SVGID_1_" style="overflow:visible;fill:#020202;"/>
+ <clipPath id="SVGID_00000052092074371827948000000007567869426826983584_">
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
+ </clipPath>
+ <g id="g8396" style="clip-path:url(#SVGID_00000052092074371827948000000007567869426826983584_);">
+ <path id="path8398" inkscape:connector-curvature="0" class="st1" d="M790.5,21.1l51,12.5l-10.8,14L790.5,21.1z"/>
+ <path id="path8400" inkscape:connector-curvature="0" class="st1" d="M791,20.4l46.2-1.8l-2.5,15.5L791,20.4z"/>
+ </g>
+ <use xlink:href="#SVGID_1_" style="overflow:visible;fill:none;stroke:#020202;stroke-miterlimit:10;"/>
+ </g>
+
+ <ellipse id="ellipse8402" transform="matrix(-0.9971 7.634457e-02 -7.634457e-02 -0.9971 1585.0844 -35.6571)" class="st1" cx="793.2" cy="12.5" rx="18.9" ry="30.6"/>
+
+ <ellipse id="ellipse8404" transform="matrix(-0.9923 -0.1238 0.1238 -0.9923 1571.2478 139.021)" class="st1" cx="789.9" cy="20.7" rx="4.3" ry="5"/>
+
+ <ellipse id="ellipse8406" transform="matrix(-0.9999 -1.690848e-02 1.690848e-02 -0.9999 1564.2906 5.9618)" class="st1" cx="782.2" cy="-3.6" rx="10.5" ry="15.8"/>
+ </g>
+ <path id="path8408" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" class="st1" d="M-800.3,285l12.6-43.5
+ l125-6.2c10.2,11.2,16.2,58,20.1,76c12.6,56.4,42.8,45.1,42.8,45.1s-13.8,14.7-31.8,14.5c-39.3-2.3-40.2-92.3-118.6-95.8
+ C-777.5,274-800.3,285-800.3,285L-800.3,285z"/>
+ <g id="g8410" transform="translate(-1537.64,348.15)">
+ <path id="path8412" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M920.6,52.6
+ c-13.4,28.8-10.7,53.7-10.7,53.7s-27.5-19.2-7.3-69.6C902.6,36.7,908.5,52.7,920.6,52.6z"/>
+ <path id="path8414" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" class="st1" d="M895.5,69
+ c16.2,10.6,10.9,34.1,10.9,34.1S893.6,91.5,895.5,69L895.5,69z"/>
+ </g>
+ <path id="path8416" inkscape:connector-curvature="0" sodipodi:nodetypes="csccccccc" class="st1" d="M-776.2,556.4
+ c34.9,6.3,43.4,36.9,40.4,58.3c-3.7,27.3,3.2,52.4,41.6,51.3c-11.9-31.6,34.6-32,33.9-80c12.2,43,27.3,2.3,12.5-33.7
+ c6,7.1,10.7,9.6,14,8.9c0.4-12.5-31-77.6-86.5-58.5c-26.8-17-47.7-11.3-47.7-11.3C-744.9,528.5-776.2,556.4-776.2,556.4z"/>
+ <path id="path8418" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" class="st11" d="M-728.2,498.8
+ c67.2,61.9-35.7,121.7,31.2,167.3"/>
+ <path id="path8420" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" class="st11" d="M-720.2,503
+ c90.2,36.4,0.5,97.4,35.7,131.7"/>
+ <path id="path8422" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" class="st4" d="M-633.9,560.6
+ c-7.2-42.6-50.9-72.1-87-57.7c-24.5-16.9-45.5-11-45.5-11"/>
+ <path id="path8424" inkscape:connector-curvature="0" sodipodi:nodetypes="cscccssc" class="st4" d="M-776.2,556.4
+ c34.9,6.3,43.4,36.9,40.4,58.3c-3.7,27.3,3.2,52.4,41.6,51.3c-11.9-31.6,34.6-32,33.9-80c12.2,43,27.3,2.3,12.5-33.7
+ c6,7.1,10.7,9.6,14,8.9c8.5-1.7,8.4-23.8-1.1-43.3c-2.2-4.4-4.9-8.7-8-12.6"/>
+ <path id="path8426" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccccccscccccccc" class="st1" d="
+ M-603.8,361.1c1.4,0,2.8-0.2,4.1-0.4c6.1-0.9,9.1,0,9.8,5.9c0.4,3.6-0.3,8-1.2,10.6c-1.9,5.1-5.5,10.7-10,14.8
+ c-4.5,4-9.7,6.9-14.7,6.4c-14.3-1.3-18.8-21.4-18.8-21.4c-5.6,12-7.8,23.1-9,33.4c-1.7,13.9-1.6,30.6,10.7,43.2
+ c-20.2,6-42.1,6.2-60,4.8c-21-1.7-36.8-3.9-37.1-2.9c-0.4,1.1,14.4,7.1,35.7,8.9c20,1.8,45.2,1.4,68.2-6.6l5.2-1.8l-4.3-3.4
+ c-13.9-11.1-16.1-27.5-14.4-41.8c0.9-8.1,2.9-17,4.6-21.7c0,0,6.3,15.3,19.1,15.3c7,0,13.5-3.2,18.8-8s9.4-11,11.6-17.2
+ c1.3-3.6,2-8.5,1.6-13.2c-1-9.1-6.2-11.5-13.1-11.4L-603.8,361.1z M-618.4,372.9c1.6,9,8.8,12.2,13.7,1.6
+ C-612.8,381.5-618.4,372.9-618.4,372.9z"/>
+ <path id="path8428" inkscape:connector-curvature="0" sodipodi:nodetypes="cscsc" class="st1" d="M-607.4,280.8
+ c0,0-25.7-18.4-33.6-13.1c-11.6,7.8,4.1,64.1,4.1,64.1s-7.4-48.5,1.7-54.3C-629.2,273.5-618.4,282.5-607.4,280.8z"/>
+ <path id="path8430" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccsscscccsccsccccscccccc" class="st1" d="
+ M-663,232.5l-2.3,2.9c4.2,3.4,7.5,11.6,10.2,22.3c2.6,10.6,4.6,23.6,7.1,36.7c2.5,13,5.3,26.2,9.7,37.2
+ c4.3,10.9,9.6,17.9,14.7,22.2c9.2,7.5,19.4,4.7,19.4,4.7s-2.9,2.7-7.3,5c-6.7,3.5-14.9,6.4-24,4.8c-8.8-1.6-15.3-8-21.6-17
+ c-6.3-9.1-12.2-20.8-19.7-32.3c-14.9-23.1-36.5-45.7-80.2-45.7c-25,0-45.1,10.7-45.1,10.7l1.3,3.5c0,0,21.1-10.5,43.8-10.5
+ c42.4,0,62.4,21.4,77,44c7.4,11.4,13.3,23,19.8,32.4s13.9,16.7,24.1,18.6c21,3.8,37.4-12.7,41.6-17.4c-4.8-0.4-11.5,0.9-16.5,0.1
+ c-3.1-0.5-6.4-1.6-9.7-3.8c-6-4.3-10.5-11.5-14.2-20.7c-4.1-10.6-7-23.5-9.4-36.5c-2.5-13-4.5-26-7.2-36.9
+ C-654.2,246-657.4,237.1-663,232.5L-663,232.5z"/>
+ <path id="path8432" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" class="st12" d="M-713.1,285.3c0,0,28.3,2,51.8,11
+ c3.3-18.9,9-33.9,9-33.9"/>
+ <path id="path8434" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" class="st12" d="M-681.8,314.5
+ c0,0,17.6,2.7,30.2,9.9c1.1-11.2,6.4-25.6,6.4-25.6"/>
+ <path id="path8436" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" class="st12" d="M-662.9,345.1c0,0,14.6,3,26,9
+ c0.7-7.9,3.3-14.3,3.3-14.3"/>
+ <g>
+ <defs>
+ <path id="SVGID_00000181066027619792395620000013717289080395288984_" d="M-777.9,331c2.5-12.5,76.7-78.7,114.5,42.3
+ c4.8,48-52.4,51.7-77.2,29.2C-740.6,402.5-778.9,358.7-777.9,331L-777.9,331z"/>
+ </defs>
+ <use xlink:href="#SVGID_00000181066027619792395620000013717289080395288984_" style="overflow:visible;fill:#020202;"/>
+ <clipPath id="SVGID_00000112605057226350634000000017918115075763832453_">
+ <use xlink:href="#SVGID_00000181066027619792395620000013717289080395288984_" style="overflow:visible;"/>
+ </clipPath>
+
+ <g id="g8438" transform="matrix(1.1316,0,0,1.1316,-1631.24,351.95)" style="clip-path:url(#SVGID_00000112605057226350634000000017918115075763832453_);">
+
+ <ellipse id="ellipse8440" transform="matrix(0.9565 -0.2917 0.2917 0.9565 31.2592 232.1659)" class="st1" cx="794.4" cy="11.2" rx="28.5" ry="41.2"/>
+ <g>
+ <defs>
+
+ <ellipse id="SVGID_00000003810914380278807120000009135155338393611697_" transform="matrix(0.9565 -0.2917 0.2917 0.9565 31.2592 232.1659)" cx="794.4" cy="11.2" rx="134.7" ry="194.5"/>
+ </defs>
+ <use xlink:href="#SVGID_00000003810914380278807120000009135155338393611697_" style="overflow:visible;fill:#020202;"/>
+ <clipPath id="SVGID_00000058565853623625744780000000607534357551438731_">
+ <use xlink:href="#SVGID_00000003810914380278807120000009135155338393611697_" style="overflow:visible;"/>
+ </clipPath>
+ <g id="g8442" style="clip-path:url(#SVGID_00000058565853623625744780000000607534357551438731_);">
+ <path id="path8444" inkscape:connector-curvature="0" class="st1" d="M790.5,21.1l51,12.5l-10.8,14L790.5,21.1z"/>
+ <path id="path8446" inkscape:connector-curvature="0" class="st1" d="M791,20.4l46.2-1.8l-2.5,15.5L791,20.4z"/>
+ </g>
+
+ <use xlink:href="#SVGID_00000003810914380278807120000009135155338393611697_" style="overflow:visible;fill:none;stroke:#020202;stroke-miterlimit:10;"/>
+ </g>
+
+ <ellipse id="ellipse8448" transform="matrix(0.9793 -0.2026 0.2026 0.9793 13.919 160.9394)" class="st1" cx="793.2" cy="12.5" rx="18.7" ry="31"/>
+
+ <ellipse id="ellipse8450" transform="matrix(0.442 -0.897 0.897 0.442 427.4644 728.723)" class="st1" cx="799.4" cy="20.8" rx="5.2" ry="4.2"/>
+
+ <ellipse id="ellipse8452" transform="matrix(2.343895e-02 -0.9997 0.9997 2.343895e-02 763.0382 784.5002)" class="st1" cx="783.1" cy="1.7" rx="15.8" ry="10.5"/>
+ </g>
+
+ <use xlink:href="#SVGID_00000181066027619792395620000013717289080395288984_" style="overflow:visible;fill:none;stroke:#020202;stroke-miterlimit:10;"/>
+ </g>
+ <path id="path8454" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" class="st1" d="M-770.6,324.8l-11.3,8.8
+ c2.1,14.2,8.6,27.6,15.8,38.7c-13.4,2.7-10.3,17.4-10.3,17.4s1.8-10.4,13.8-12.3c1.2,1.6,2.3,3.2,3.5,4.7
+ c-13.1,5.9-7.6,18.6-7.6,18.6s0.3-9.6,10.7-14.6c2,2.3,3.8,4.4,5.5,6.3c-8.8,8.5-4.3,17.1-4.3,17.1s1.7-9.7,7.4-13.7
+ c4.1,5,7,7,7.5,7.3C-739.9,403.1-778.5,355.4-770.6,324.8L-770.6,324.8z"/>
+ <path id="path8456" inkscape:connector-curvature="0" sodipodi:nodetypes="cscsc" class="st1" d="M-663.4,373.5
+ c1.5-2.9-6.8-78.2-71.2-75.5c-41.9,1.7-60.3,46.7-58.3,51.5c0,0,24.9-39.9,64.8-40.3C-684.1,308.8-663.4,373.5-663.4,373.5z"/>
+ <g id="g8458" transform="translate(-1537.64,348.15)">
+ <path id="path8460" inkscape:connector-curvature="0" sodipodi:nodetypes="cscssc" class="st1" d="M708.5-0.2
+ c-4.8,16.9,7.1,42.9,20.9,36.6c7.3-3.3,6.6-20,6.6-20s8.3,6,10.2,18.4c1.7,10.9-1.1,23.9-13.9,27.3
+ c-24.8,6.6-31.3-20.6-31.7-27.7"/>
+ <path id="path8462" inkscape:connector-curvature="0" sodipodi:nodetypes="cccscccccscsccscscccc" class="st1" d="M706.4-0.8
+ c-2.6,9.2-0.7,20.3,3.7,28.6c2.2,4.2,5,7.7,8.5,9.8c3.5,2.1,7.9,3,11.9,0.8c7.3-4.1,7.8-12.1,7.7-16.8c2.3,2.7,5,7.1,6,13.5l0,0
+ c0.8,5.1,0.5,10.7-1.4,15.2c-1.9,4.5-5.1,8-10.9,9.6c-11.6,3.1-18.1-1.4-22.5-7.8s-6.1-14.8-6.3-17.8c-3.5,3.6-2.2,13.3,2.6,20.4
+ c5,7.5,14.2,13.1,27.4,9.6c7.1-1.9,11.6-6.6,13.9-12.2c2.3-5.6,2.5-11.9,1.7-17.7c-1.4-9.9-7.2-17-14.9-22.6
+ c0.7,4.7,2,19.1-5.1,22.5c-2.8,1.3-5.2,0.9-7.7-0.6c-2.5-1.5-4.9-4.4-6.8-8.1c-3.8-7.3-5.5-17.7-3.3-25.3L706.4-0.8z"/>
+ </g>
+ <path id="path8464" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccsccscccssscssccccscccccccc" class="st1" d="
+ M-781.5,472.3l-2.3,2.3c0,0,2.7,2.6,5.2,9.1c2.6,6.4,4.9,16.5,3.9,31.1c-0.6,8.3-3.3,18-8.3,25.3s-12.2,12.2-22.5,11.6
+ c-15.9-0.9-25.4-16.1-24.5-29.4c0.5-6.8,2.8-12,6-15.3c3.3-3.2,7.5-4.7,12.5-4.2c5.3,0.6,8.8,3.1,11.1,6.5c2.4,3.3,3.5,7.7,3.7,12
+ c0.1,4.4-1,7.7-2.8,9.9c-1.9,2.2-4.5,3.4-7.7,3.4c-6.2,0-10.7-6.6-8.9-11.9c1-2.8,2.8-4.8,5.8-4.2c-0.2-2-6.8-3.1-8.8,3.1
+ c-2.6,7.5,3.5,16.1,11.9,16.1c4,0,7.7-1.5,10.1-4.5c2.5-2.9,3.8-7.1,3.6-12.1c-0.2-4.8-1.4-9.7-4.2-13.8c-2.8-4-7.3-7.1-13.5-7.8
+ c-5.8-0.6-11.1,1.2-15.1,5.2c-3.9,3.9-6.4,9.9-6.9,17.3c-1.1,15,9.6,31.9,27.5,32.9l0,0c11.5,0.6,19.9-5.1,25.4-13
+ c5.5-8,8.2-18.1,8.8-26.9c1.1-15.1-1.3-25.7-4-32.6c-2.8-6.9-6-10.2-6-10.2V472.3z"/>
+ <path id="path8466" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsc" class="st11" d="M-797.4,463.9
+ c0,0,11.4,16.8,9,36.6c0,0-9.4-16.8-26.5-16.8c-36.6,0-34.2,44.6-28.9,53.2"/>
+ <path id="path8468" inkscape:connector-curvature="0" sodipodi:nodetypes="csssc" class="st4" d="M-819.4,410.5
+ c0,0-6.7,36.1,19.5,51.8c19.2,11.6,39.5,24.4,39.5,60.7c0,20.1-18,44.2-41.2,44.2c-48.2,0-70.8-106.5-70.8-106.5"/>
+
+ <path id="path8470" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccssccccssscsscccccssccccccccccccc" class="st1" d="
+ M-862.1,220.1l-5,5c0,0-6.7,6.6-10.6,15.8c-1.9,4.7-3.3,10.1-2.6,15.7c0.6,4.8,2.8,9.8,6.9,14.3c-12.2,6.6-65.4,38.4-65.4,92.9
+ c0,25.1,15.9,44,33.3,44c8.5,0,15-3.7,19.3-8.8c4.2-5.2,6.2-11.8,6-17.9l0,0c-0.3-8.1-7.3-15-16.7-13.8c-5.4,0.6-9.5,2.7-12.2,5.6
+ c-2.7,3-3.8,6.8-3.5,10.5c0.2,4.5,3.2,7.6,6.7,8.3c4.6,1,7.5-0.9,7.8-1.4c-1.1,0.2-3.9,0-6-1.1c-2.2-1.1-3.8-2.7-4.1-6.1
+ c-0.1-2.7,0.6-5.1,2.4-7.2c1.8-2,4.8-3.6,9.5-4.2l0,0c6.9-0.8,11.4,3.9,11.6,9.6c0.2,5-1.6,10.6-5,14.8c-3.5,4.3-8.6,7.2-15.8,7.2
+ c-14.1,0-28.8-16.3-28.8-39.5c0-58.2,65.5-90.2,65.5-90.2l3-1.5l-2.4-2.2c-5-4.5-7.1-9.2-7.6-13.8c-0.6-4.6,0.5-9.2,2.3-13.4
+ c1.4-3.4,3.3-6.3,5-8.7c-0.6,15.7,6.2,25,13.7,29.9c8.7,5.7,18.2,6,18.2,6l0.2-4.5c0,0-8.4-0.3-15.9-5.3
+ c-7.5-4.9-14.2-13.9-11-33.1L-862.1,220.1L-862.1,220.1z"/>
+ <path id="path8472" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" class="st11" d="M-920.8,399.9
+ c-18.1-98.8,76.3-108.4,82.2-108.2c0,0-42.1,42.1-47.9,80.3"/>
+ <path id="path8474" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" class="st11" d="M-818.5,438.1
+ c-50-46.3-13.6-114.6-13.6-114.6"/>
+ <path id="path8476" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccsccccccsccccccccccccccc" class="st1" d="
+ M-873.7,400.5c-5.9-0.6-11.4,1.2-15.4,5c-4.1,3.7-6.6,9.4-7,16.3c-0.2,4.1,0.7,8.6,3.1,12.4c2.4,3.8,6.5,6.8,11.9,7.3
+ c6,0.5,10-2.6,12-6.4c2.4-4.4,0.3-8.9-1.5-9.9c0.5,2.1,0,5.5-1.5,8c-1.6,2.4-4,4.2-8.6,3.8c-4.1-0.4-6.7-2.4-8.5-5.2
+ c-1.8-2.9-2.6-6.6-2.4-9.7l0,0c0.3-6,2.4-10.5,5.5-13.3c3.1-2.9,7.2-4.3,12-3.8c10,0.9,18.2,11,18.7,25c0.3,7.7-2.5,16.1-7.6,22.2
+ c-5.1,6-12.3,9.8-21.4,8.5c-10.1-1.3-16.6-5.4-21.2-10.8c-4.5-5.4-7-12.3-8.2-19.1c-2.5-13.6,0.2-26.6,0.2-26.6l-4.5-0.9
+ c0,0-2.8,13.7-0.2,28.3c1.4,7.3,4,14.9,9.3,21.2c5.2,6.2,13,10.9,24,12.4c10.6,1.4,19.5-3.1,25.4-10.1s9.1-16.4,8.7-25.2
+ C-851.4,414.1-860.9,401.6-873.7,400.5L-873.7,400.5z"/>
+ <path id="path8478" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc" class="st4" d="M-794,276.1
+ c31.6-14.9,50.4-14.1,67.6-9.1c17.9,5.1,33,11,61,15.3c-4.7-16.7,7.5-30,17.9-45.1c13.8-20.1,9-55.3-68.9-66.5
+ C-875.6,121.7-794,276.1-794,276.1L-794,276.1z"/>
+ <path id="path8480" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st11" d="M-814.9,209.5
+ c17-60.5,82.8-4,82.8-4l-0.3,35c0,0-56-55-72.7,9"/>
+ <path id="path8482" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" class="st11" d="M-667.4,281.7
+ c-15-33.7,39.8-80.5-41-96"/>
+ <g id="g8484" transform="matrix(0.39352,-0.04219,0.02679,0.4028,-1344.14,-96.45)">
+ <g id="g8486">
+ <path id="path8488" inkscape:connector-curvature="0" sodipodi:nodetypes="cscccsssssscsc" class="st1" d="M1513.3,738.9
+ c63.8,46.9,88.9,112.1,96.7,154.9c12.4,68.5,11.2,141.1,35.9,216.9c0,0-110.6-44.9-179.4-62.3c0,0,3-25.8,0.3-57.5
+ c-3.5-41.6-14.1-106-56.3-185.1c-30.6-57.4-96-94.8-140-104.2c-44.6-9.6-94.8,4.6-135.4-16.7c-56.2-29.3-78.1-101.1-55.9-113.2
+ c20.8-11.3,42,45.8,73.2,54.8c76.3,22.1,120.1-26,179-17.2c38.2,5.7,93.1,70.6,93.1,70.6c24.7-64.4-58.1-94.4-43.4-118.7
+ c12.6-20.8,222.3,29.5,127.6,188.4"/>
+ <path id="path8490" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccc" class="st1" d="M1517,771.4
+ c-2.1,43.4-46.3,61.4-65,135.1l12.8,73.4c0,0,33.6-91.6,75.6-154.3c40,21.2,68.8,66.8,68.8,66.8l-17.3-63.1
+ C1582.4,818.8,1535.2,801.9,1517,771.4L1517,771.4z M1567.7,885.4c-36.7,100.5-99.5,140-99.5,140l1.1,23.7l33.4,6.3
+ c0,0,50.5-34.8,84.5-103.5c18.2,16.2,37.5,63.5,37.5,63.5l-5.5-73.5C1619.2,941.9,1594.7,901.4,1567.7,885.4L1567.7,885.4z"/>
+
+ <path id="path8492" inkscape:connector-curvature="0" sodipodi:nodetypes="csccccccccccccsssssssccccccccccccccccccccccscccsccccccccccsssssssccscsscss" class="st1" d="
+ M1393.8,549.7c-3.9,0.2-7.3,0.7-10.4,1.7c-3.1,1-6.2,2.7-8.3,6.1l0,0l0,0c-2.7,4.6-3.3,10.1-2.1,14.8c1.1,4.7,3.6,8.8,6.5,12.8
+ c5.9,8,14.1,16,21.7,25c7.6,9,14.6,18.8,18.2,29.8c2.6,7.9,3.6,16.3,1.8,26c-5.9-6.4-14.1-14.9-24.2-24.2
+ c-18.9-17.3-42.1-35.8-64.6-39.2l0,0c-31.5-4.7-58.4,5.8-85.9,13.8c-27.6,8.1-56.2,16-92.2,3.6c-16.6-5.7-27.5-21.6-37-32.8
+ c-6-7.1-11.8-13.6-18.2-18.4c-19-14.1-34.8,2.3-35.4,21.7c-0.3,10.3,2.4,22.1,7.6,34.3c10.3,24.5,30.7,51,60.6,66.6
+ c21.9,11.4,45.8,13.2,69.3,13.5c23.5,0.3,46.7-0.7,67.8,3.8l0,0c41.7,9,106.1,45.9,135.3,100.7l0,0
+ c41.7,78,52.1,141.3,55.5,182.4l0,0l0,0c2.7,30.9-0.3,56.1-0.3,56.1l-0.7,6.1l6,1.5c67.8,17.1,177.4,60,177.4,60l13.8,5.4
+ l-4.5-14.1c-24.3-74.4-22-144.5-34.6-214l0,0l0,0c-7.8-42.9-32.4-107.1-93.8-154.8c17.1-34.3,20.3-64.2,14.2-89.3
+ c-7.1-28.8-26.1-50.6-48.1-66.2c-22.1-15.6-47.2-25.2-68.1-29.6C1410.7,550.3,1401.4,549.3,1393.8,549.7L1393.8,549.7z
+ M1394.7,563.3c5.9-0.3,14,0.9,23.5,3c19.1,4.1,42.8,13.1,62.9,27.4c20.1,14.2,36.5,33.4,42.6,58.1c5.2,21.5,3.7,44.9-9.5,77.1
+ c-6.3,15.7-4.4,26.7,0.1,30c0.6-1,1.5-7.8,2-8.8c56.7,45,79.6,105.1,86.8,144.9c11.5,63.5,10.1,130.2,30.8,202
+ c-27.9-10.7-103.4-38.9-160-53.8c0.6-7.1,2.2-26.1-0.1-52.9l0,0c-3.6-42.2-14.4-107.8-57.1-187.8
+ c-32-59.9-98.4-97.8-144.7-107.8l0,0c-23.5-5.1-47.7-3.8-70.6-4.1s-44.9-1.2-63.1-11.9c-25-14.6-44.2-37.3-54.1-59.6
+ c-4.8-10.8-6.7-21.1-6.5-28.6c0.3-9.7,4.9-16.7,13.2-10.6c4.4,3.2,9.8,9.2,15.6,16.1c11.7,13.9,25.2,31.2,44,37.2
+ c36.6,11.8,71.7,4.6,99.9-3.6c28.2-8.3,52.6-17.5,80-13.4c15.7,2.3,39.3,18.8,57.1,35.7c14.8,14.1,30.3,28.1,40.6,42.5
+ c0,0,3.2-3.6,5.8-15c3.7-16.1,3.3-30.5-1.2-44c-4.5-13.6-12.7-24.8-20.8-34.4c-8.2-9.6-16.6-17.6-21.1-24.2
+ C1383.3,565.6,1387.6,563.7,1394.7,563.3L1394.7,563.3z"/>
+ </g>
+ <g id="g8494">
+ <path id="path8496" inkscape:connector-curvature="0" sodipodi:nodetypes="sssscccs" class="st1" d="M1447.2,1012.6
+ c-20.5-0.6-30.8-29.5-28.9-45.4c3.4-26.5,29.5-36.4,50.7-36.4c38.2,0,61.6,33.4,86.1,73.7c27.5,45.2,78.5,101,78.5,101
+ c-40.8-13.4-75.3-13.1-135.8-54.5c0,0-2.7-51-37.8-75C1469.5,984.8,1472.7,1013.5,1447.2,1012.6L1447.2,1012.6z"/>
+
+ <path id="path8498" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccccsccscccccscsssccs" class="st1" d="
+ M1469,923.7c-11.7,0-24.6,2.6-35.6,9.3c-11.1,6.7-20.1,17.9-22,33.2l0,0h-0.1c-1.1,9.9,1.3,22,6.9,32.6
+ c5.6,10.5,15.3,20.2,28.8,20.7c7.6,0.3,14.2-1.8,18.9-5.8c4.6-4,7-9.5,7.8-14.8c0-0.1-0.1-0.1,0-0.2c3.7,5.4,6.7,11.2,9.1,17.1
+ c7.3,18.2,8,43.9,8,43.9l0.3,2.7c40.2,16.7,78.4,44.4,165.1,58.3l-17.4-20.1c0,0-50.9-55.8-77.7-99.9l0,0l0,0
+ c-12.3-20.2-24.5-39.1-39-53.3S1490.1,923.7,1469,923.7L1469,923.7z M1469,937.7c17.1,0,30.4,7.2,43.3,19.8
+ c12.8,12.6,24.6,30.5,36.8,50.5c18.7,30.7,54,74.4,73.6,92.7c-31.2-6-68.8-21.6-117.8-45.8c-0.6-6.6-3-28.9-9.1-44.2
+ c-5.6-14-15.2-29.1-30.4-39.2c-17.6-11.7-28.2,3.3-28.2,3.3c9.8-1.8,14.9,0.3,19.3,4.8c8.4,8.6,2.2,28-9.1,25.9
+ c-7.4-1.4-13.8-7.4-16.9-13.2c-4.3-7.9-6-18.3-5.3-24.3c1.5-11.1,7.2-18.1,15.4-23C1448.8,940.1,1459.5,937.7,1469,937.7
+ L1469,937.7z"/>
+ </g>
+ </g>
+ <g id="g8500" transform="matrix(0.39088,-0.01383,0.01445,0.37408,-1322.84,-104.75)">
+ <path id="path8502" inkscape:connector-curvature="0" sodipodi:nodetypes="csssssc" class="st1" d="M1305.3,1170
+ c0,0,27.8-52.6,32-131.9c7.2-136.5-87.7-224-168.5-224c-41.5,0-51.8,17.6-47.3,41.7c6.4,34.1,21.6,68.9,23.9,103.6
+ c4.2,62.7-19.7,107.4-19.7,184.9c0,145.5,120.8,146.7,120.8,146.7"/>
+ <path id="path8504" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc" class="st1" d="M1146.6,960.1
+ c0,0,44.5-44.2,88.7,17c-12.4-43.5-34.6-66.1-34.6-66.1c-23-78.1,67.5-53.4,67.5-53.4s-48.8-42.4-99.4-44.9
+ c-49.9,0-48.4,33.6-48.4,33.6C1121.5,875.9,1142.7,912.3,1146.6,960.1L1146.6,960.1z"/>
+ <path id="path8506" inkscape:connector-curvature="0" sodipodi:nodetypes="ccscccccssscssccccscc" class="st1" d="M1156.7,813.5
+ c-6,0.3-11.9,1.8-16.8,4.7c-5,3-9,7.6-10.4,13.7c-2.8,12.1,4.1,27.5,24.9,47.3l0,0l0,0c16.2,15.4,30.6,23.8,43,36
+ c12.5,12.2,23.5,28.3,33.3,60.1c6.9,22.3,4.5,50.1,0.5,79.2s-9.8,59.5-7.2,87.3c1.6,17.5,5.7,33.7,14.1,47.6
+ c8.4,13.8,19.8,20.8,30.4,20.6c0,0-31.9-19.6-35.5-68.8c-2-27.1,3.8-61,7.1-85.5c4-29.3,6.9-58.2-0.8-83.1
+ c-10.2-32.8-22.1-50.7-35.5-63.8c-13.5-13.1-27.8-21.4-43.2-36.1l0,0c-19.7-18.8-24.2-31.9-22.3-38.7
+ c2.3-8.4,13.7-12.1,20.9-12.5L1156.7,813.5z"/>
+ <path id="path8508" inkscape:connector-curvature="0" sodipodi:nodetypes="scccccccssccscccccsscss" class="st1" d="
+ M1168.8,807.1c-21.7-0.7-36.8,4.5-45.9,14c-9.2,9.4-10.8,22.8-8.3,36l0,0l0,0c6.6,35.3,21.6,69.8,23.8,102.8l0,0l0,0
+ c4.1,60.7-19.7,105.5-19.7,184.4c0,75,36.9,116.3,74.1,135.8c27.6,14.4,49.3,25.4,78,8.7c0,0-30.8,2.4-71.2-20.9
+ c-33.7-18.5-66.9-53.1-66.9-123.6c0-76.1,24-120.7,19.7-185.4l0,0c-2.4-36.4-17.8-71.4-24-104.4l0,0c-2-10.8-0.7-18.3,4.5-23.7
+ c5.3-5.4,16.1-9.7,35.9-9.7c75.7,0,168.5,83.5,161.5,216.6c-4.1,77.9-31.4,141.3-31.4,141.3c29.5-20.9,40.6-65.3,45.4-140.5
+ C1352.6,907.7,1261.9,810.1,1168.8,807.1L1168.8,807.1z"/>
+ </g>
+ <path id="path8510" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M-638,277.2
+ c12.5-3.9,32,56.5,32,56.5c0.4-4.2-8-43.2-20.9-58.5C-626.9,275.2-634.9,271.2-638,277.2z"/>
+ <path id="path8512" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M-608.1,326l1.7,6.2
+ c3.8-4.2,13.5-1.9,13.5-1.9S-597.5,324.1-608.1,326L-608.1,326z"/>
+
+ <g id="g8514" transform="matrix(0.9997,-0.02467,0.02467,0.9997,-1544.14,366.45)" inkscape:transform-center-x="-71.76" inkscape:transform-center-y="52.701">
+ <path id="path8516" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsssssc" class="st1" d="M715,277.4
+ c3.9,11.8,30.4,57.9,88.9,32.9c10.7,19.3,7.3,30.3,11.4,53.6c3.7,21.2,22.2,34.2,40.8,40.2c19.2,6.2,38.6,4.9,42.1-2.7
+ c3.5-7.5,4.3-16.1,3.2-25.3c-6.4-52.1-76.5-123.9-101.8-124.3c-18.3-0.3-25.7,15-54.6,4.3"/>
+ <path id="path8518" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscsccccccccccscsccccccccccc" class="st1" d="
+ M799.7,248.6c-10-0.2-16.9,3.8-24.3,6.2c-7.4,2.3-15.3,5.1-29.2-0.1c0,0,8.7,12.1,31,5.8c8.2-2.3,14.1-6,22.4-5.9
+ c4.9,0.1,13.9,4.3,23.9,11.7s21.2,18,31.8,30.1c21.2,24.2,40,55,43.1,79.9l0,0l-41.4,24.8l0,0c-18-5.8-35.3-18.1-38.7-37.9
+ c-2-11.4-2.2-19.8-3.2-28.1c-1-8.3-3-16.4-8.6-26.4l-1.3-2.4l-2.5,1.1c-28.5,12.2-48.4,7-62.1-2.4s-21.1-23.6-22.8-28.7
+ c0,0-4,17.3,19.4,33.6c14.6,10.2,36.5,15.3,65.2,3.9c4.2,8.2,5.8,14.8,6.7,21.9c1,7.9,1.2,16.6,3.3,28.4
+ c4,22.6,23.5,36.3,42.8,42.5l49.2-31.2l0,0c-3.3-27.2-22.8-58.3-44.5-83.1c-10.9-12.4-22.3-23.2-32.8-30.9
+ C816.6,253.7,807.4,248.7,799.7,248.6L799.7,248.6L799.7,248.6z"/>
+ <g id="g8520">
+ <path id="path8522" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc" class="st5" d="M856.1,404
+ c19.2,6.2,38.6,4.9,42.1-2.7c3.5-7.5,4.3-16.1,3.2-25.3C875.7,366.4,857.9,388.7,856.1,404z"/>
+ <path id="path8524" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" class="st1" d="M881.3,407.4l5.4-22.5
+ c0,0,2.1,12.3-2,23.4L881.3,407.4z"/>
+ </g>
+ <g id="g8526">
+ <path id="path8528" inkscape:connector-curvature="0" sodipodi:nodetypes="csscc" class="st1" d="M797.4,303.3
+ c-2.3,18-5.5,31.3-10,46.4c-5.6,18.9,20.5,28.9,30.1,9.4c5.5-11.1,3.2-36.6,3.2-36.6S815.1,297.5,797.4,303.3L797.4,303.3z"/>
+ <path id="path8530" inkscape:connector-curvature="0" sodipodi:nodetypes="cccsc" class="st1" d="M806.5,320.5
+ c0,0,1.1,21.9-10.4,47l3.6,1.7c3.7-8,6.1-15.8,7.7-22.6C810.6,333.3,809.3,324.6,806.5,320.5z"/>
+ <path id="path8532" inkscape:connector-curvature="0" sodipodi:nodetypes="cccscsccsc" class="st1" d="M796.8,302.8
+ c-2.3,17.7-7.3,31.1-11.8,46.3c-3.2,10.6,2.8,19.4,11,22.1c8.1,2.8,18.6-0.2,23.8-11c4.8-9.9,3.3-34.8-1.5-37.5
+ c0,0,0.6,6.2,0.4,13.9c-0.1,7.6-1.1,16.6-3.4,21.4c-4.3,8.8-11.8,10.5-17.7,8.4c-5.9-2-10.2-7.7-7.8-16
+ C795,332.7,803,305.6,796.8,302.8L796.8,302.8z"/>
+ </g>
+ </g>
+ </g>
+</g>
</svg>
diff --git a/logo.png b/logo.png
index e6198c1..e19c6ec 100644
--- a/logo.png
+++ b/logo.png
Binary files differ
diff --git a/logo.svg b/logo.svg
index 4353290..1ebada3 100644
--- a/logo.svg
+++ b/logo.svg
@@ -1,25 +1,208 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 128 128" style="enable-background:new 0 0 128 128;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#C2620E;}
- .st1{fill:url(#SVGID_1_);}
-
- .st2{opacity:0.25;fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;enable-background:new ;}
- .st3{opacity:0.25;enable-background:new ;}
-</style>
-<path class="st0" d="M88.9,27.5c-1.5,0-2.7-1.2-2.7-2.7c0-9.8,6.9-13.3,13.3-13.3c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7
- c-3.7,0-8,1.4-8,8C91.6,26.3,90.4,27.5,88.9,27.5z"/>
-<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-212.0208" y1="152.1573" x2="-265.7299" y2="205.8673" gradientTransform="matrix(2.6667 0 0 2.6667 659.1362 -377.0412)">
- <stop offset="0" style="stop-color:#FED100"/>
- <stop offset="1" style="stop-color:#E38101"/>
-</linearGradient>
-<path class="st1" d="M37.3,25c15.3-14.9,42.3-14.6,59.1,1.9s17.2,42.9-17.2,76.5c-11.4,11.2-38.2,26.1-53.4,11.2
- c-7.3-7.2-10.1-23-8.5-40C19,56.1,25.8,36.3,37.3,25z"/>
-<path class="st2" d="M35.1,81.7c0,0,7.7,23.1,29.6,11.7"/>
-<path class="st3" d="M48.1,52.7L48.1,52.7c-1.4-0.6-2-2.1-1.5-3.5L53.2,33c0.6-1.4,2.1-2,3.5-1.5l0,0c1.4,0.6,2,2.1,1.5,3.5
- l-6.6,16.3C51,52.6,49.4,53.3,48.1,52.7z"/>
-<path class="st3" d="M75.4,63.8L75.4,63.8c-1.4-0.6-2-2.1-1.5-3.5L80.5,44c0.6-1.4,2.1-2,3.5-1.5l0,0c1.4,0.6,2,2.1,1.5,3.5
- l-6.6,16.3C78.3,63.7,76.7,64.3,75.4,63.8z"/>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="3200" height="3200" viewBox="0 0 3200 3200" id="svg2" version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="93.svg">
+ <defs id="defs4">
+ <linearGradient inkscape:collect="always" id="linearGradient5550">
+ <stop style="stop-color:#3b1f15;stop-opacity:1" offset="0" id="stop5552"/>
+ <stop id="stop5558" offset="0.50606" style="stop-color:#a5821e;stop-opacity:1"/>
+ <stop style="stop-color:#dfc914;stop-opacity:1" offset="1" id="stop5554"/>
+ </linearGradient>
+ <marker inkscape:stockid="Arrow1Lstart" orient="auto" refY="0" refX="0" id="Arrow1Lstart" style="overflow:visible" inkscape:isstock="true">
+ <path id="path4663" d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" transform="matrix(0.8,0,0,0.8,10,0)" inkscape:connector-curvature="0"/>
+ </marker>
+ <linearGradient inkscape:collect="always" id="linearGradient4191">
+ <stop style="stop-color:#3c2417;stop-opacity:1" offset="0" id="stop4193"/>
+ <stop style="stop-color:#e6c30e;stop-opacity:1" offset="1" id="stop4195"/>
+ </linearGradient>
+ <clipPath clipPathUnits="userSpaceOnUse" id="clipPath5113">
+ <ellipse transform="matrix(0.94122,-0.33779,0.31389,0.94946,0,0)" ry="41.202" rx="28.562" cy="278.99" cx="750.93" id="ellipse5115" style="opacity:1;fill:url(#linearGradient5117);fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </clipPath>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4191" id="linearGradient5117" gradientUnits="userSpaceOnUse" x1="751.16" y1="248.42" x2="752.37" y2="311.73"/>
+ <clipPath clipPathUnits="userSpaceOnUse" id="clipPath5242">
+ <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path5244" d="m 754.07,-18.525 c 2.21,-11.046 67.8,-69.564 101.16,37.364 4.2,42.418 -46.31,45.704 -68.19,25.821 0,0 -33.85,-38.6621 -32.97,-63.185 z" style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </clipPath>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient5550" id="linearGradient9126" gradientUnits="userSpaceOnUse" x1="751.16" y1="248.42" x2="752.37" y2="311.73"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient5550" id="linearGradient9128" gradientUnits="userSpaceOnUse" x1="751.16" y1="248.42" x2="752.37" y2="311.73"/>
+ </defs>
+ <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.13734568" inkscape:cx="3355.0844" inkscape:cy="2365.3485" inkscape:document-units="px" inkscape:current-layer="layer8" showgrid="false" inkscape:window-width="1920" inkscape:window-height="1017" inkscape:window-x="1672" inkscape:window-y="-8" inkscape:window-maximized="1" inkscape:snap-global="false" showguides="false" units="px"/>
+ <metadata id="metadata7">
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ <dc:title/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g inkscape:groupmode="layer" id="layer8" inkscape:label="Jumping Mouth Open" style="display:inline">
+ <g style="display:inline;opacity:1" id="g8250" transform="matrix(4.1695347,0,0,4.1695347,5393.6664,-112.32055)">
+ <g transform="matrix(0.75069704,0.66064662,-0.66064662,0.75069704,-2255.3072,-4350.1815)" id="g8252" style="display:inline;opacity:1">
+ <g style="display:inline;opacity:1" id="g8254" transform="matrix(0.83439552,-0.55116614,0.55116614,0.83439552,-615.72368,2266.5819)">
+ <path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path8256" d="m 3713.0306,3153.0143 c 0,0 -18.9847,-1.9306 -24.7766,-29.9249 -31.8556,32.8209 14.4798,51.4837 14.4798,51.4837" style="opacity:1;fill:#be5a25;fill-opacity:1;fill-rule:nonzero;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="cscc" inkscape:connector-curvature="0" id="path8258" d="m 3682.6955,3152.6144 c -11.9056,-1.6089 -42.59,21.8271 -30.2467,38.6128 6.9057,9.3911 35.3951,-6.4355 38.2911,-16.0887 0,0 9.8654,-18.6956 -8.0444,-22.5241 z" style="opacity:1;fill:#be5a25;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="cc" inkscape:connector-curvature="0" id="path8260" d="m 3652.0534,3189.3438 c 18.2022,-39.5899 52.1039,-30.2612 52.1039,-30.2612" style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="ssssscscccsccssccs" inkscape:connector-curvature="0" id="path8262" d="m 3670.1855,3153.6055 c -4.5966,2.3434 -9.3218,5.7779 -13.3125,9.8418 -3.9906,4.0638 -7.2617,8.7631 -8.7382,13.8066 -1.4765,5.0435 -0.9955,10.5505 2.5019,15.3066 2.3426,3.1857 6.389,4.0643 10.4922,3.7149 4.1032,-0.3494 8.5928,-1.8426 12.9395,-3.9199 4.3466,-2.0774 8.5298,-4.7495 11.8906,-7.5918 3.3608,-2.8423 5.9684,-5.7548 6.9355,-8.9785 l -4.3105,-1.293 c -0.4809,1.6028 -2.52,4.2893 -5.5313,6.8359 -3.0112,2.5467 -6.9249,5.0547 -10.9257,6.9668 -4.0009,1.9121 -8.1096,3.2176 -11.3809,3.4961 -3.2713,0.2786 -5.3741,-0.3865 -6.4844,-1.8965 -2.6742,-3.6366 -2.9859,-7.3555 -1.8086,-11.3769 1.1773,-4.0215 4.0051,-8.2257 7.6309,-11.918 3.6258,-3.6923 8.0281,-6.8749 12.1523,-8.9883 4.1243,-2.1133 9.7892,-3.2415 11.92,-2.9535 -3.8668,-5.1551 -9.8994,-3.128 -13.9708,-1.0523 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path sodipodi:nodetypes="cssc" inkscape:connector-curvature="0" id="path8264" d="m 3705.9776,3165.4534 c -7.7922,0.5195 -19.2865,1.4456 -28.8988,12.7737 -9.1474,10.7803 -13.2455,26.5955 -5.2305,37.51 10.0046,13.6238 27.0758,-8.4186 39.8174,-31.3989" style="opacity:1;fill:#be5a25;fill-opacity:1;fill-rule:nonzero;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </g>
+ <g style="display:inline;opacity:1" id="g8266" transform="matrix(0.7634726,-0.64584022,0.64584022,0.7634726,4427.3544,1763.2075)"/>
+ </g>
+ <g inkscape:transform-center-y="47.921" inkscape:transform-center-x="44.714" transform="matrix(0.90002,0.05707,-0.05141,0.99915,-858.4,178.2)" id="g8268">
+ <g id="g8270" transform="translate(-614.17,191.93)">
+ <path style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:#a7aa89;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 509.37,211.41 c -24.43,41.53 -49,65.16 -81.57,88.64 -9.41,6.78 -10.17,35.5 -3.02,57.07 0.13,0.3 50.92,14.53 52.1,14.04 36.93,-27.44 68.97,-99.99 66.33,-143.59 -0.49,-8.05 -30.02,-22.65 -33.84,-16.16 z" id="path8272" inkscape:connector-curvature="0" sodipodi:nodetypes="ssccss"/>
+ <path sodipodi:nodetypes="cscc" inkscape:connector-curvature="0" id="path8274" d="m 424.78,357.12 c 4.64,14.01 12.62,25.01 23.73,25.01 9.46,0 19.08,-4.05 28.39,-10.97 0,0 -16.94,-33.33 -52.12,-14.04 z" style="opacity:1;fill:#aec16e;fill-opacity:1;stroke:#85954b;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="opacity:1;fill:#85954b;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 434.46,374.33 c 10.18,0.54 26.25,-6.43 26.25,-6.43 0,0 -9.46,10.18 -23.39,10.36 z" id="path8276" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
+ </g>
+ <path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path8278" d="m -58.493,390.13 -18.89,42.38 -13.58,38.21 c 25.36,31.43 91.73025,-7.29 91.73025,-7.29 z" style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="ccccscc" inkscape:connector-curvature="0" id="path8280" d="m 1.8073,460.54 c -42.1803,21.04 -66.4703,21.18 -79.9103,16.67 -6.72,-2.26 -10.83,-5.67 -13.3,-8.48 -2.46,-2.81 -3.17,-4.78 -3.17,-4.78 0,0 -1.31,13.04 15.99,18.95 15.5,5.3 40.07,4.46 83.0703,-17 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path sodipodi:nodetypes="csccsccc" inkscape:connector-curvature="0" id="path8282" d="m -52.283,374.41 c -7.47,11.83 -13.15,25.09 -17.69,37.46 -4.63,12.63 -10.47,18.88 -8.64,23.74 0,0 2.28,-1.61 5.04,-5 2.76,-3.4 6.21,-8.74 9.2,-16.61 4.64,-12.2 10.06,-25.15 17.17,-36.4 l -5.08,-3.2 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ </g>
+ <g id="g8284" transform="translate(-1537.64,348.15)">
+ <path sodipodi:nodetypes="csscccccc" inkscape:connector-curvature="0" id="path8286" d="m 889.81,204.26 c 5.99,7.13 10.68,9.63 14.04,8.95 10.39,-2.14 7.84,-35.07 -9.19,-55.92 -6.98,-8.54 -18.44,-15.25 -29.48,-15.76 0,0 15.07,-10.27 7.2,-25.6 -5.02,7.43 -10.68,10.68 -16.55,11.24 0,0 -14.44,-36.632 -50.4,-46.39 l 6.72,68.73 z" style="opacity:1;fill:#be5a25;fill-opacity:1;stroke:none;stroke-width:4.47660017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 902.68,169.93 c -2.17,-4.45 -4.85,-8.75 -8.02,-12.64 -6.98,-8.54 -18.44,-15.25 -29.48,-15.76 0,0 15.07,-10.27 7.2,-25.6 -22.05,32.63 -56.23,-15.39 -68.47,-17.725" id="path8288" inkscape:connector-curvature="0" sodipodi:nodetypes="csccc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="M 855.61,127.06 C 841.07,90.392 804.16,80.243 804.16,80.243" id="path8290" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
+ </g>
+ <g id="g8292" transform="matrix(0.96062,-0.27787,0.27787,0.96062,-1599.44,600.86)">
+ <path style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 824.77,244.7 c 2.84,12.1 24.97,60.38 85.57,40.82 8.92,20.18 4.54,30.85 6.51,54.39 1.78,21.43 18.96,36.06 36.94,43.72 18.57,7.9 37.99,8.36 42.15,1.16 4.16,-7.13 5.76,-15.63 5.46,-24.91 -1.63,-52.46 -64.9,-130.32 -90,-133.08 -18.16,-1.99 -26.97,12.59 -54.8,-0.71" id="path8294" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsssssc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 911.72,223.82 c -9.92,-1.09 -17.18,2.28 -24.74,3.93 -7.55,1.65 -15.69,3.69 -29.11,-2.76 0,0 7.52,12.81 30.4,8.58 8.39,-1.55 14.57,-4.73 22.81,-3.83 4.88,0.55 13.47,5.51 22.75,13.83 9.28,8.32 19.48,19.82 28.95,32.85 18.94,26.08 34.85,58.44 35.63,83.52 l 0,0 -43.44,20.89 0,0 c -17.35,-7.39 -33.46,-21.27 -35.13,-41.22 -0.97,-11.55 -0.36,-19.95 -0.63,-28.3 -0.28,-8.35 -1.5,-16.61 -6.12,-27.06 l -1.09,-2.47 -2.58,0.83 c -29.51,9.54 -48.82,2.59 -61.61,-7.99 -12.79,-10.58 -18.89,-25.43 -20.11,-30.66 0,0 -5.57,16.83 16.29,35.28 13.59,11.48 34.93,18.52 64.53,9.81 3.44,8.53 4.46,15.22 4.69,22.46 0.26,7.91 -0.35,16.61 0.66,28.6 1.9,22.9 20.14,38.3 38.75,46.24 l 51.78,-26.62 0,0 c -0.8,-27.38 -17.39,-60.17 -36.76,-86.84 -9.7,-13.34 -20.11,-25.1 -29.81,-33.79 -9.7,-8.7 -18.44,-14.49 -26.09,-15.33 l 0,0 z" id="path8296" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscsccccccccccscsccccccccccc"/>
+ <g transform="matrix(0.99585,0.09104,-0.09104,0.99585,137.99,-96.604)" id="g8298">
+ <path style="opacity:1;fill:#aec16e;fill-opacity:1;stroke:#85954b;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 856.13,403.97 c 19.21,6.18 38.59,4.87 42.08,-2.68 3.46,-7.48 4.32,-16.09 3.18,-25.31 -25.7,-9.59 -43.5,12.71 -45.26,27.99 z" id="path8300" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc"/>
+ <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path8302" d="m 881.25,407.36 5.36,-22.5 c 0,0 2.14,12.33 -1.97,23.4 z" style="opacity:1;fill:#85954b;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </g>
+ <g transform="matrix(0.97759,0.21055,-0.21055,0.97759,189.41,-186.35)" id="g8304">
+ <path sodipodi:nodetypes="csscc" inkscape:connector-curvature="0" id="path8306" d="m 797.41,303.35 c -2.32,18.04 -5.53,31.34 -10.04,46.44 -5.63,18.86 20.55,28.86 30.13,9.36 5.48,-11.15 3.21,-36.6 3.21,-36.6 0,0 -5.66,-25.01 -23.3,-19.2 z" style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="cccsc" inkscape:connector-curvature="0" id="path8308" d="m 806.5,320.48 c 0,0 1.11,21.86 -10.43,47.05 l 3.64,1.66 c 3.69,-8.05 6.08,-15.8 7.74,-22.65 3.18,-13.19 1.81,-21.93 -0.95,-26.06 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path sodipodi:nodetypes="cccscsccsc" inkscape:connector-curvature="0" id="path8310" d="m 796.81,302.76 c -2.28,17.74 -7.3,31.11 -11.84,46.31 -3.15,10.57 2.82,19.35 10.95,22.15 8.13,2.79 18.58,-0.25 23.82,-10.97 4.83,-9.88 3.3,-34.83 -1.52,-37.48 0,0 0.56,6.25 0.44,13.86 -0.12,7.61 -1.06,16.64 -3.4,21.42 -4.32,8.79 -11.77,10.49 -17.72,8.44 -5.94,-2.04 -10.21,-7.68 -7.77,-15.98 5.22,-17.8 13.26,-44.91 7.04,-47.75 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ </g>
+ </g>
+ <g id="g8312" transform="matrix(1.0859,-0.0829,0.0829,1.0859,-503.34,180.65)" inkscape:transform-center-x="157.51" inkscape:transform-center-y="43.632">
+ <path sodipodi:nodetypes="cccscccccccccccc" inkscape:connector-curvature="0" id="path8314" d="m -576.95,185.9 c -2.23,0 -4.49,0.1 -6.79,0.23 0,0 -0.24,0.5 -0.26,0.53 -132.1,1.03 -129.21,137.87 -129.21,163.2 0,46.76 -32.5,46.43 -32.5,46.43 0,0 25.46,13.79 47.67,2.97 52.94,11.69 92.19,-37.79 54.11,-91.9 0,0 13.21,9.28 27.14,-3.93 0,0 -19.29,-1.43 -23.21,-24.99 -2.83,-23.67 21.91,-38.66 37.86,-45.24 26.93,19.96 24.76,36.21 21.3,50.44 0,0 16.2,-3.14 12.63,-27.78 18.93,77.86 68.05,65.25 61.62,25.25 5,27.5 35.86,31.82 35.86,31.82 0,0 -37.53,-39.29 -2.53,-64.65 0,0 -34.64,-62.68 -103.69,-62.38 z" style="opacity:1;fill:#be5a25;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="ccccccccccccccccccccccscsscscsccsc" inkscape:connector-curvature="0" id="path8316" d="m -610,231.38 c 0,0 9.16,4.54 17.16,13.32 7.99,8.78 14.69,21.46 10.07,38.41 l -0.85,3.1 3.16,-0.61 c 0,0 4.72,-0.93 8.74,-5.25 2.29,-2.46 4.23,-6.2 5.24,-11.19 9.92,30.27 24.94,43.98 38.36,45.51 7.6,0.87 14.53,-2.41 18.9,-8.52 2.53,-3.54 4.11,-8.07 4.77,-13.22 4.25,7.7 10.66,12.88 16.71,16.16 8.68,4.7 16.73,5.82 16.73,5.82 l 5.7,0.8 -3.97,-4.16 c 0,0 -9.15,-9.63 -13.97,-22.15 -2.42,-6.27 -3.72,-13.18 -2.42,-19.94 1.31,-6.76 5.17,-13.46 13.58,-19.56 l -2.34,-3.24 c -9.09,6.58 -13.67,14.3 -15.16,22.04 -1.5,7.74 0,15.4 2.6,22.13 3.36,8.72 7.7,14.71 10.96,18.76 -2.74,-0.82 -6.16,-2.04 -9.8,-4.02 -5.72,-3.09 -11.78,-7.69 -15.43,-14.94 -3.84,-7.63 -8.44,-25.01 -11.85,-31.55 0,0 5.02,22.54 5.02,31.38 0,5.49 -1.98,10.01 -4.38,13.37 -3.62,5.07 -8.95,7.58 -15.19,6.87 -12.49,-1.43 -29.31,-16.77 -38.61,-55.31 -1.46,-6.04 -4.99,-10.35 -4.99,-10.35 0,0 0.2,5.17 1.07,11.11 1.74,11.88 -1.27,18.06 -4.46,21.48 -1.23,1.31 -2.43,2.13 -3.51,2.74 3.08,-16.57 -3.59,-29.79 -11.73,-38.36 -6.51,-6.86 -10.37,-10.82 -20.11,-10.63 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path sodipodi:nodetypes="ccccccccccccccccc" inkscape:connector-curvature="0" id="path8318" d="m -605.03,233.22 c -26.12,10.07 -36.87,26.01 -37.2,40.61 -0.3,13.73 8.55,25.83 21.2,30.36 -10.33,7.66 -19.44,3.04 -29.53,-1.4 0,0 1.06,3.76 4.99,5.72 18.76,26.65 18.23,51.6 6.94,68.55 -11.29,16.94 -33.57,26.05 -59.49,20.14 l -0.9,3.9 c 27.29,6.23 51.44,-3.41 63.72,-21.82 11.46,-17.21 12.16,-41.91 -3.62,-67.62 0.96,0.26 1.95,0.52 3.07,0.67 5.53,0.74 13.07,-0.47 20.44,-7.45 l 2.73,-2.59 -3.68,-0.81 c -12.83,-2.84 -22.16,-14.42 -21.87,-27.56 0.29,-13.13 10.1,-28.24 37.11,-37.89 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path sodipodi:nodetypes="ccsscscscccccscccc" inkscape:connector-curvature="0" id="path8320" d="m -582.5,184.65 c -67.5,0 -101.12,35.17 -117.31,73.29 -16.18,38.13 -15.4,79.29 -15.4,91.92 0,22.92 -7.91,33.58 -15.41,39.12 -6.74,4.97 -14.32,6.09 -22.09,5.48 14.64,9.93 34.2,12.11 47.44,9.29 10.7,-2.28 21.64,-8.81 30.24,-22.06 4.92,-7.58 9.31,-17.33 12.07,-29.97 4.22,-19.3 3.13,-30.92 0.6,-33.43 -1.77,29.42 -7.95,48.76 -16.03,61.22 -8.07,12.46 -17.99,18.12 -27.77,20.34 -12.96,2.95 -25.17,-0.31 -32.3,-2.88 3.02,-0.85 6.53,-2.18 10.16,-4.75 8.64,-6.13 17.09,-18.54 17.09,-42.38 0,-12.79 -0.68,-53.23 15.09,-90.36 15.76,-37.12 47.49,-70.85 113.62,-70.85 l 0,-4 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path sodipodi:nodetypes="csc" inkscape:connector-curvature="0" id="path8322" d="m -742.5,397.36 c 0,0 66.54,-0.12 59.64,-78.93 -7.94,-90.75 54.65,-124.64 54.65,-124.64" style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="cccsc" inkscape:connector-curvature="0" id="path8324" d="m -656.86,338.49 c 0,0 1.51,44.59 -26.75,60.79 l 1.5,2.6 c 15.16,-8.69 22.03,-24.62 25.49,-38.27 4.18,-16.48 -0.24,-25.12 -0.24,-25.12 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path sodipodi:nodetypes="cssc" inkscape:connector-curvature="0" id="path8326" d="m -653.21,394.15 c 0,0 7.14,-10.48 7.14,-28.57 0,-39.64 -15,-51.43 -15,-77.86 0,-78.42 82.86,-101.07 82.86,-101.07" style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="sccccs" inkscape:connector-curvature="0" id="path8328" d="m -535.63,259.24 c 2.54,16.86 9.07,36.06 25.3,44.45 l 1.38,-2.66 c -14.84,-7.68 -21.2,-25.8 -23.72,-42.24 -2.51,-16.45 -1.2,-30.93 -1.2,-30.93 -2.78,2.31 -4.44,13.61 -1.76,31.38 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path sodipodi:nodetypes="csccc" inkscape:connector-curvature="0" id="path8330" d="m -544.21,253.7 c -3.24,3.72 0.56,20.11 6.43,31.14 4.71,8.85 11.95,17.83 22.7,24.51 l 1.58,-2.54 c -28.56,-17.76 -30.71,-53.11 -30.71,-53.11 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <path style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:#a7aa89;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -417.54,266.34 -22.26,13.37 c -63.09,-27.95 -45.47,-79.3 -141.61,-93.91 93.18,-11.13 85.64,56.36 163.87,80.54 z" id="path8332" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
+ </g>
+ <g style="display:inline;opacity:1" id="g8334" transform="matrix(0.75069704,0.66064662,-0.66064662,0.75069704,-2311.1608,-4361.3859)">
+ <g transform="matrix(0.83439552,-0.55116614,0.55116614,0.83439552,-615.72368,2266.5819)" id="g8336" style="display:inline;opacity:1">
+ <path style="opacity:1;fill:#be5a25;fill-opacity:1;fill-rule:nonzero;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 3713.0306,3153.0143 c 0,0 -18.9847,-1.9306 -24.7766,-29.9249 -31.8556,32.8209 14.4798,51.4837 14.4798,51.4837" id="path8338" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc"/>
+ <path style="opacity:1;fill:#be5a25;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 3682.6955,3152.6144 c -11.9056,-1.6089 -42.59,21.8271 -30.2467,38.6128 6.9057,9.3911 35.3951,-6.4355 38.2911,-16.0887 0,0 9.8654,-18.6956 -8.0444,-22.5241 z" id="path8340" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 3652.0534,3189.3438 c 18.2022,-39.5899 52.1039,-30.2612 52.1039,-30.2612" id="path8342" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 3670.1855,3153.6055 c -4.5966,2.3434 -9.3218,5.7779 -13.3125,9.8418 -3.9906,4.0638 -7.2617,8.7631 -8.7382,13.8066 -1.4765,5.0435 -0.9955,10.5505 2.5019,15.3066 2.3426,3.1857 6.389,4.0643 10.4922,3.7149 4.1032,-0.3494 8.5928,-1.8426 12.9395,-3.9199 4.3466,-2.0774 8.5298,-4.7495 11.8906,-7.5918 3.3608,-2.8423 5.9684,-5.7548 6.9355,-8.9785 l -4.3105,-1.293 c -0.4809,1.6028 -2.52,4.2893 -5.5313,6.8359 -3.0112,2.5467 -6.9249,5.0547 -10.9257,6.9668 -4.0009,1.9121 -8.1096,3.2176 -11.3809,3.4961 -3.2713,0.2786 -5.3741,-0.3865 -6.4844,-1.8965 -2.6742,-3.6366 -2.9859,-7.3555 -1.8086,-11.3769 1.1773,-4.0215 4.0051,-8.2257 7.6309,-11.918 3.6258,-3.6923 8.0281,-6.8749 12.1523,-8.9883 4.1243,-2.1133 9.7892,-3.2415 11.92,-2.9535 -3.8668,-5.1551 -9.8994,-3.128 -13.9708,-1.0523 z" id="path8344" inkscape:connector-curvature="0" sodipodi:nodetypes="ssssscscccsccssccs"/>
+ <path style="opacity:1;fill:#be5a25;fill-opacity:1;fill-rule:nonzero;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 3705.9776,3165.4534 c -7.7922,0.5195 -19.2865,1.4456 -28.8988,12.7737 -9.1474,10.7803 -13.2455,26.5955 -5.2305,37.51 10.0046,13.6238 27.0758,-8.4186 39.8174,-31.3989" id="path8346" inkscape:connector-curvature="0" sodipodi:nodetypes="cssc"/>
+ </g>
+ <g transform="matrix(0.7634726,-0.64584022,0.64584022,0.7634726,4427.3544,1763.2075)" id="g8348" style="display:inline;opacity:1"/>
+ </g>
+ <g id="g8350" transform="translate(-1537.64,348.15)">
+ <path sodipodi:nodetypes="ssccss" inkscape:connector-curvature="0" id="path8352" d="m 509.37,211.41 c -24.43,41.53 -49,65.16 -81.57,88.64 -9.41,6.78 -10.17,35.5 -3.02,57.07 0.13,0.3 50.92,14.53 52.1,14.04 36.93,-27.44 68.97,-99.99 66.33,-143.59 -0.49,-8.05 -30.02,-22.65 -33.84,-16.16 z" style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:#a7aa89;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="opacity:1;fill:#aec16e;fill-opacity:1;stroke:#85954b;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 424.78,357.12 c 4.64,14.01 12.62,25.01 23.73,25.01 9.46,0 19.08,-4.05 28.39,-10.97 0,0 -16.94,-33.33 -52.12,-14.04 z" id="path8354" inkscape:connector-curvature="0" sodipodi:nodetypes="cscc"/>
+ <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path8356" d="m 434.46,374.33 c 10.18,0.54 26.25,-6.43 26.25,-6.43 0,0 -9.46,10.18 -23.39,10.36 z" style="opacity:1;fill:#85954b;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </g>
+ <path style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -864.34,651.48 c 102.1,13.72 165.7,-26.89 167.6,-85.33 1.7,-51.1 -17.1,-128.3 -17.1,-128.3 l -118.7,-110.1 c -3.6,59.3 29.6,157 29.2,199.2 -143.2,-82.2 -177.4,16.1 -178.6,19.4 l -18.9,42.4 -13.6,38.19 c 25.4,31.43 91.7,-7.29 91.7,-7.29 11.1,13.88 28.7,27.85 58.4,31.83 z" id="path8358" inkscape:connector-curvature="0" sodipodi:nodetypes="sscccccccs"/>
+ <path style="opacity:1;fill:#aec16e;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -980.64,547.45 c 10.1,-4.6 16,-9 30.3,-5.5 27.6,6.7 25.1,50.63 62,54.63 61.1,6.64 71.4,-77.43 71.4,-77.43 0,0 -122.1,-72.6 -163.7,28.3 z" id="path8360" inkscape:connector-curvature="0" sodipodi:nodetypes="csscc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m -921.64,616.76 c -42.2,21.04 -66.5,21.18 -79.9,16.67 -6.8,-2.26 -10.9,-5.67 -13.3,-8.48 -2.5,-2.81 -3.2,-4.78 -3.2,-4.78 0,0 -1.3,13.04 16,18.95 15.5,5.3 40.1,4.46 83.1,-17 z" id="path8362" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccscc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m -975.74,530.65 c -7.5,11.8 -13.2,25.1 -17.7,37.4 -4.6,12.7 -10.5,18.9 -8.6,23.8 0,0 2.2,-1.6 5,-5 2.8,-3.4 6.2,-8.8 9.2,-16.6 4.6,-12.2 10.1,-25.2 17.2,-36.4 l -5.1,-3.2 z" id="path8364" inkscape:connector-curvature="0" sodipodi:nodetypes="csccsccc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#85954b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m -902.44,491.95 c -15.7,0.1 -31.5,3.3 -46.2,11.5 -18.5,10.3 -30,29.6 -38.5,48.9 l 8.4,-3.9 c 8.2,-3.4 19.3,-6.7 27.9,-4.6 6.4,1.6 11.1,5.3 15.1,10.2 4.1,4.9 7.5,11.1 11.2,17.3 7.5,12.4 16.8,25.13 36,27.22 15.7,1.71 28.4,-2.47 38.3,-9.62 9.9,-7.2 17.1,-17.4 22.3,-27.7 7.9,-15.5 11.3,-31.5 12.5,-38.3 6.3,3.4 10,5.8 10,5.8 l 3.3,-5 c 0,0 -21,-13.7 -49.7,-23.1 -14.4,-4.7 -30.8,-8.4 -47.5,-8.7 -1,0 -2,0 -3.1,0 z m 0.2,6 c 3.8,0 7.5,0.2 11.3,0.5 -1.3,1.6 -2.6,3.6 -3.5,6.1 -1,2.9 -1.3,6.3 -0.3,10 -2.7,0 -8.1,-0.5 -16.4,-4 7.2,5 11,10.1 12.8,13.2 -4,-0.3 -8.3,-0.3 -12.6,0.6 -1.7,0.3 -3.4,0.8 -5,1.4 -9.9,-6.3 -13.1,-12.7 -13.9,-17.5 -0.5,-2.8 -0.3,-4.9 0,-6.3 9,-2.8 18.3,-3.9 27.6,-4 z m 16.3,1 c 9,1.1 17.8,3.1 26.1,5.5 -0.5,1.5 -0.9,3.4 -0.6,5.8 0.1,1.4 0.5,3 1.2,4.6 -2.9,-0.1 -8.2,-0.6 -15.8,-3.5 6.9,4.8 11.5,9.4 13.8,12 -8.9,-0.7 -15.3,0 -19.6,1.7 -0.6,0.3 -1.2,0.5 -1.7,0.8 -9.6,-8.6 -9.8,-15.2 -8.1,-19.9 1.1,-3.4 3.4,-5.8 4.7,-7 z m -48.1,4.4 c -0.2,1.6 -0.2,3.5 0.2,5.6 0.4,2 1.1,4.2 2.3,6.5 -3,-0.1 -8.1,-0.8 -15.6,-3.8 l 0,0 c 7.4,4.7 11.7,9.6 13.9,12.6 -6.4,0.5 -11.1,2.3 -14.5,4.5 -1.8,-1 -7.9,-5 -10.1,-11 3.7,-3.6 7.7,-6.7 12.1,-9.1 3.8,-2.2 7.7,-3.9 11.7,-5.4 z m 77.9,2.3 c 0.8,0.2 1.6,0.4 2.4,0.7 8.3,2.7 15.9,5.8 22.5,8.8 -0.9,0.1 -1.9,0.3 -2.8,0.6 -5,1.2 -10,3.6 -13.7,7.3 -6.5,-5.5 -8.4,-10 -8.7,-13.3 -0.2,-1.8 0.1,-3.2 0.3,-4.1 z m 29.8,13.1 c 1.5,0 2.8,0.2 3.9,0.5 1.1,0.6 2.2,1.1 3.2,1.7 -0.8,5.4 -4,22.1 -12.2,38.3 -9.8,-7.8 -14.7,-14.5 -16.4,-19.8 -1.8,-5.6 -0.5,-9.7 2.4,-13 2.9,-3.3 7.6,-5.7 12.3,-6.9 2.4,-0.5 4.7,-0.8 6.8,-0.8 z m -134.5,2.1 c 2.5,5.4 7.1,9 9.8,10.6 -3.1,3.1 -4.4,6.2 -4.9,7.8 -6.9,-0.3 -14,1.6 -20,3.9 4.2,-8.2 9.2,-15.8 15.1,-22.3 z m 92.5,6.2 c 4.5,-0.1 10.1,0.3 17,1.4 -1.5,3.5 -1.8,7.7 -0.3,12.2 0.4,1.1 0.8,2.3 1.4,3.4 -2.3,0.1 -8.1,-0.2 -17.5,-4 8.5,5.5 12.8,11.2 14.5,14.1 -8.1,-0.7 -15,0.8 -19.6,4.2 l -0.3,0.3 c -0.9,-1 -2.5,-2.9 -4.6,-5.9 -2.9,-4.1 -6,-9.5 -6.8,-14 -0.5,-2.3 -0.4,-4.2 0.4,-5.8 0.7,-1.7 2.1,-3.1 4.8,-4.2 2.5,-1 6.1,-1.7 11,-1.7 z m -35.5,0.6 c 6.5,-0.1 13.4,1 17.2,1.7 -0.5,0.6 -0.8,1.2 -1.1,1.9 -1.2,2.6 -1.3,5.4 -0.8,8.2 0.4,2 1,3.9 1.9,5.8 -2.8,-0.3 -8.2,-1.4 -16.1,-5.4 7.8,6 11.6,11.9 13.2,15 -4.6,-0.7 -8.6,-0.8 -11.8,-0.3 -3.4,0.6 -6.1,1.7 -8.3,3.3 -8.2,-11 -10.5,-18.2 -9.9,-22.3 0.3,-2.2 1.3,-3.6 2.8,-4.8 1.6,-1.2 3.9,-2 6.5,-2.5 2,-0.4 4.2,-0.6 6.4,-0.6 z m -26.2,0.5 c 2.8,0 5.9,0.2 9.5,0.7 -1.5,1.6 -2.6,3.7 -3,6.1 -0.4,3.2 0.3,7 2.4,11.6 -2.6,-0.2 -8.1,-1.1 -16.6,-5.4 7.9,6 11.6,12 13.2,15 -1.6,-0.1 -3.2,-0.2 -4.7,-0.1 -1.1,-1.6 -2.2,-3.1 -3.4,-4.6 -4.4,-5.3 -9.8,-9.6 -17.2,-11.4 -0.7,-0.2 -1.4,-0.3 -2,-0.4 0.6,-1.6 1.9,-4.2 5,-6.6 3.2,-2.5 8.4,-4.9 16.8,-4.9 z m 72.5,30 c 6.8,-0.2 15.2,1.4 24.1,5 -2.1,3.7 -4.4,7.3 -7.1,10.7 -2.9,-0.1 -9.6,-0.8 -18.9,-4.5 7.6,4.8 10.9,9.2 12.3,11.8 -1.7,1.6 -3.5,3.1 -5.4,4.5 -2.6,1.9 -5.4,3.5 -8.3,4.9 -7.8,-7.4 -11.7,-13.7 -12.9,-18.5 -1.2,-4.9 0.1,-8.1 3.3,-10.5 2.8,-2.1 7.3,-3.3 12.9,-3.4 z m -38.7,0.1 c 5.1,0 11.6,1.2 19.9,4 -1.6,2.9 -2.2,6.3 -1.4,10.1 -2.6,0 -8.2,-0.5 -17,-4.1 5,3.2 8.5,6.6 10.9,9.4 -4.7,0.8 -8.2,3.3 -10.6,6 -2.6,2.9 -3.9,6.2 -4.6,8.2 -6,-2.6 -10.5,-6.5 -14.3,-11.2 l 0.2,0 c 0,0 -1.8,-9 1.9,-15.3 1.8,-3.2 4.8,-5.8 10.5,-6.8 1.4,-0.2 2.9,-0.3 4.5,-0.3 z m -30.4,1.8 c 4.4,0.3 9.6,1.2 12.8,1.9 -0.3,0.4 -0.6,0.9 -0.9,1.3 -2.2,3.9 -2.8,8.1 -2.9,11.5 -1.2,-1.8 -2.3,-3.6 -3.5,-5.5 -1.8,-3.1 -3.6,-6.2 -5.5,-9.2 z m 46.9,21.1 c 1.8,0 4,0.3 6.4,1 2.1,3.2 4.8,6.5 8.4,10.04 -6.7,2.37 -14.4,3.36 -23.2,2.4 -2.6,-0.28 -5,-0.77 -7.1,-1.42 0.5,-1.62 1.7,-4.42 3.9,-6.92 2.4,-2.8 5.9,-5.2 11.6,-5.1 z" id="path8366" inkscape:connector-curvature="0"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m -835.14,321.25 -0.4,6.3 c -2.1,34.1 7.7,79.6 16.4,120.5 4.4,20.5 8.5,39.8 10.8,55.7 2.4,16 2.7,28.7 0.3,35.1 l 5.7,2.1 c 3.2,-8.7 2.4,-21.8 0,-38 -2.4,-16.3 -6.6,-35.6 -10.9,-56.1 -8.2,-38.3 -16.9,-80.4 -16.4,-112.4 l 113.1,105 c 0.6,2.5 18.5,77.2 16.9,126.6 -1,28.15 -16.6,51.85 -44.7,67.19 -28.2,15.34 -69,22.06 -119.6,15.27 -31.8,-4.27 -48.9,-20.02 -58.5,-34.77 -9.5,-14.75 -11.2,-28.29 -11.2,-28.29 -4.2,12.98 6,32.54 13.2,40.76 11.1,12.8 28.7,24.62 55.7,28.24 51.5,6.93 93.6,0.21 123.2,-15.94 29.7,-16.15 46.9,-41.99 47.9,-72.26 1.6,-51.9 -17.3,-129.1 -17.3,-129.1 l -0.2,-0.9 z" id="path8368" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccscscscccccc"/>
+ <g id="g8370" transform="translate(-1537.64,348.15)">
+ <path style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 894.49,-61.331 c 0,0 24.77,-29.112 26.87,-65.409 2.24,-38.57 -28.16,-81.9 -50.56,-81.67 -36.3,0.38 -18.39,111.02 -18.39,111.02" id="path8372" inkscape:connector-curvature="0" sodipodi:nodetypes="cssc"/>
+ <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path8374" d="m 920.3,-145.48 c -39.95,-57.63 -71.77,-20.86 -71.77,-20.86 0,0 -0.35,-41.72 21.92,-42.07 29.7,1.41 49.85,62.93 49.85,62.93 z" style="opacity:1;fill:#c6c699;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="cssc" inkscape:connector-curvature="0" id="path8376" d="m 894.49,-61.331 c 0,0 24.77,-29.112 26.87,-65.409 2.24,-38.57 -28.16,-81.9 -50.56,-81.67 -36.3,0.38 -18.39,111.02 -18.39,111.02" style="opacity:1;fill:none;fill-opacity:1;stroke:#a7aa89;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </g>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#a7aa89;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -666.64,245.45 c 58,15.6 65.1,100.4 65.4,112.2" id="path8378" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
+ <path style="opacity:1;fill:#be5a25;fill-opacity:1;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -819.44,410.55 c 0,0 -6.7,36.1 19.5,51.8 19.2,11.6 39.5,24.4 39.5,60.7 0,20.1 -18,44.2 -41.2,44.2 -48.2,0 -69.9,-100.3 -70.8,-106.5 -3.1,3.2 -53.7,8.3 -43.3,-57.4 -22.1,-11.3 -21.2,-40.3 -21.2,-40.3 2.8,-62.6 67.3,-91.8 67.3,-91.8 -21.5,-20 4.6,-44.9 4.6,-44.9 -8.6,37.7 27.8,41.4 27.8,41.4 l 6.7,90.5 z" id="path8380" inkscape:connector-curvature="0" sodipodi:nodetypes="cssscccccccc"/>
+ <path style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -604.94,337.35 c -0.6,0 -1.3,0 -2,0.1 l 1.2,6.4 c 4.4,-4 14.6,-0.9 14.6,-0.9 0,0 -3.9,-5.8 -13.8,-5.6 z m -4.2,11.7 0.9,6.4 c 4.5,-3.7 14.5,0 14.5,0 0,0 -3.9,-6.8 -15.4,-6.4 z" id="path8382" inkscape:connector-curvature="0"/>
+ <path style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -628.14,455.25 c -38.4,13.8 -101.7,0.4 -101.7,0.4 0,0 -60.2,5.6 -100.6,-96.9 l 19.8,-102.7 141.1,-10.4 c 61.2,13.4 66.6,111.2 66.6,111.2 l -43.8,15.5 c -6.3,63.8 18.6,82.9 18.6,82.9 z" id="path8384" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc"/>
+ <path style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -606.14,333.65 c 0.7,17.8 -9.9,22.5 -9.9,22.5 -8.7,-2.9 -36.4,-22.1 -22.1,-83.9 16.7,-0.7 32,61.4 32,61.4 z" id="path8386" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
+ <path style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -777.94,331.05 c 2.5,-12.5 76.8,-78.8 114.5,42.2 4.8,48 -52.4,51.8 -77.1,29.3 0,0 -38.4,-43.8 -37.4,-71.5 z" id="path8388" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
+ <path style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -730.04,455.55 c 0,0 56.7,15.5 102.9,-0.5 -29.8,-24 -7.8,-71.3 -7.8,-71.3 0,0 4.6,17.3 19.1,17.7 12,0.4 23.4,-11.9 27.5,-23.2 2.2,-6.3 2.8,-18.6 -4,-20.7 -6.9,-2 -29.1,10.4 -45.5,-24 -21.8,92.2 -92.2,122 -92.2,122 z" id="path8390" inkscape:connector-curvature="0" sodipodi:nodetypes="cccssscc"/>
+ <g transform="matrix(0.46583,-0.09126,0.15422,0.81732,-1002.44,389.55)" clip-path="none" id="g8392">
+ <ellipse style="opacity:1;fill:url(#linearGradient9126);fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="ellipse8394" cx="750.92999" cy="278.98999" rx="28.562" ry="41.202" transform="matrix(0.94122,-0.33779,0.31389,0.94946,0,0)"/>
+ <g id="g8396" clip-path="url(#clipPath5113)">
+ <path inkscape:connector-curvature="0" id="path8398" d="m 790.5,21.112 51,12.5 -10.75,14 z" style="opacity:1;fill:#fbf275;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path inkscape:connector-curvature="0" id="path8400" d="m 791,20.362 46.25,-1.75 -2.5,15.5 z" style="opacity:1;fill:#e0c915;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </g>
+ <ellipse transform="matrix(0.9219,-0.38742,0.27171,0.96238,0,0)" ry="30.84" rx="18.893999" cy="321.22" cx="765.75" id="ellipse8402" style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <ellipse style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="ellipse8404" cx="713.47998" cy="-344.89001" rx="4.1595998" ry="5.2069001" transform="matrix(0.888,0.45985,-0.4534,0.89131,0,0)"/>
+ <ellipse transform="matrix(-0.945,0.32706,0.13697,0.99058,0,0)" ry="15.584" rx="10.833" cy="257.29999" cx="-790.40002" id="ellipse8406" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </g>
+ <path style="opacity:1;fill:#aec16e;fill-opacity:1;stroke:none;stroke-width:3.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -800.34,285.05 12.6,-43.5 125,-6.2 c 10.2,11.2 16.2,58 20.1,76 12.6,56.4 42.8,45.1 42.8,45.1 0,0 -13.8,14.7 -31.8,14.5 -39.3,-2.3 -40.2,-92.3 -118.6,-95.8 -27.3,-1.1 -50.1,9.9 -50.1,9.9 z" id="path8408" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc"/>
+ <g id="g8410" transform="translate(-1537.64,348.15)">
+ <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path8412" d="m 920.63,52.564 c -13.38,28.789 -10.74,53.666 -10.74,53.666 0,0 -27.52,-19.195 -7.32,-69.576 0,0 5.94,16.036 18.06,15.91 z" style="opacity:1;fill:#ad047a;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path8414" d="m 895.5,68.979 c 16.16,10.607 10.86,34.091 10.86,34.091 0,0 -12.75,-11.615 -10.86,-34.091 z" style="opacity:1;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ </g>
+ <path style="opacity:1;fill:#be5a25;fill-opacity:1;stroke:none;stroke-width:4.47660017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -776.24,556.45 c 34.9,6.3 43.4,36.87 40.4,58.35 -3.7,27.28 3.2,52.42 41.6,51.35 -11.9,-31.56 34.6,-32 33.9,-80 12.2,42.96 27.3,2.3 12.5,-33.7 6,7.1 10.7,9.6 14,8.9 0.4,-12.5 -31,-77.6 -86.5,-58.5 -26.8,-17 -47.7,-11.3 -47.7,-11.3 23.1,37 -8.2,64.9 -8.2,64.9 z" id="path8416" inkscape:connector-curvature="0" sodipodi:nodetypes="csccccccc"/>
+ <path sodipodi:nodetypes="cc" inkscape:connector-curvature="0" id="path8418" d="m -728.24,498.85 c 67.2,61.9 -35.7,121.75 31.2,167.34" style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="cc" inkscape:connector-curvature="0" id="path8420" d="m -720.24,503.05 c 90.2,36.4 0.5,97.42 35.7,131.68" style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path8422" d="m -633.94,560.65 c -7.2,-42.6 -50.9,-72.1 -87,-57.7 -24.5,-16.9 -45.5,-11 -45.5,-11" style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -776.24,556.45 c 34.9,6.3 43.4,36.87 40.4,58.35 -3.7,27.28 3.2,52.42 41.6,51.35 -11.9,-31.56 34.6,-32 33.9,-80 12.2,42.96 27.3,2.3 12.5,-33.7 6,7.1 10.7,9.6 14,8.9 8.5,-1.7 8.4,-23.8 -1.1,-43.3 -2.2,-4.4 -4.9,-8.7 -8,-12.6" id="path8424" inkscape:connector-curvature="0" sodipodi:nodetypes="cscccssc"/>
+ <path style="opacity:1;fill:#a7aa89;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -603.84,361.15 c 1.4,0 2.8,-0.2 4.1,-0.4 6.1,-0.9 9.1,0 9.8,5.9 0.4,3.6 -0.3,8 -1.2,10.6 -1.9,5.1 -5.5,10.7 -10,14.8 -4.5,4 -9.7,6.9 -14.7,6.4 -14.3,-1.3 -18.8,-21.4 -18.8,-21.4 -5.6,12 -7.8,23.1 -9,33.4 -1.7,13.9 -1.6,30.6 10.7,43.2 -20.2,6 -42.1,6.2 -60,4.8 -21,-1.7 -36.8,-3.9 -37.1,-2.9 -0.4,1.1 14.4,7.1 35.7,8.9 20,1.8 45.2,1.4 68.2,-6.6 l 5.2,-1.8 -4.3,-3.4 c -13.9,-11.1 -16.1,-27.5 -14.4,-41.8 0.9,-8.1 2.9,-17 4.6,-21.7 0,0 6.3,15.3 19.1,15.3 7,0 13.5,-3.2 18.8,-8 5.3,-4.8 9.4,-11 11.6,-17.2 1.3,-3.6 2,-8.5 1.6,-13.2 -1,-9.1 -6.2,-11.5 -13.1,-11.4 z m -14.6,11.8 c 1.6,9 8.8,12.2 13.7,1.6 -8.1,7 -13.7,-1.6 -13.7,-1.6 z" id="path8426" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccccccscccccccc"/>
+ <path style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -607.44,280.85 c 0,0 -25.7,-18.4 -33.6,-13.1 -11.6,7.8 4.1,64.1 4.1,64.1 0,0 -7.4,-48.5 1.7,-54.3 6,-4 16.8,5 27.8,3.3 z" id="path8428" inkscape:connector-curvature="0" sodipodi:nodetypes="cscsc"/>
+ <path style="opacity:1;fill:#85954b;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -663.04,232.55 -2.3,2.9 c 4.2,3.4 7.5,11.6 10.2,22.3 2.6,10.6 4.6,23.6 7.1,36.7 2.5,13 5.3,26.2 9.7,37.2 4.3,10.9 9.6,17.9 14.7,22.2 9.2,7.5 19.4,4.7 19.4,4.7 0,0 -2.9,2.7 -7.3,5 -6.7,3.5 -14.9,6.4 -24,4.8 -8.8,-1.6 -15.3,-8 -21.6,-17 -6.3,-9.1 -12.2,-20.8 -19.7,-32.3 -14.9,-23.1 -36.5,-45.7 -80.2,-45.7 -25,0 -45.1,10.7 -45.1,10.7 l 1.3,3.5 c 0,0 21.1,-10.5 43.8,-10.5 42.4,0 62.4,21.4 77,44 7.4,11.4 13.3,23 19.8,32.4 6.5,9.4 13.9,16.7 24.1,18.6 21,3.8 37.4,-12.7 41.6,-17.4 -4.8,-0.4 -11.5,0.9 -16.5,0.1 -3.1,-0.5 -6.4,-1.6 -9.7,-3.8 -6,-4.3 -10.5,-11.5 -14.2,-20.7 -4.1,-10.6 -7,-23.5 -9.4,-36.5 -2.5,-13 -4.5,-26 -7.2,-36.9 -2.7,-10.9 -5.9,-19.8 -11.5,-24.3 z" id="path8430" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccsscscccsccsccccscccccc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#85954b;stroke-width:3.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -713.14,285.35 c 0,0 28.3,2 51.8,11 3.3,-18.9 9,-33.9 9,-33.9" id="path8432" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#85954b;stroke-width:3.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -681.84,314.55 c 0,0 17.6,2.7 30.2,9.9 1.1,-11.2 6.4,-25.6 6.4,-25.6" id="path8434" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#85954b;stroke-width:3.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -662.94,345.15 c 0,0 14.6,3 26,9 0.7,-7.9 3.3,-14.3 3.3,-14.3" id="path8436" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc"/>
+ <g id="g8438" clip-path="url(#clipPath5242)" transform="matrix(1.1316,0,0,1.1316,-1631.24,351.95)">
+ <ellipse transform="matrix(0.94122,-0.33779,0.31389,0.94946,0,0)" ry="41.202" rx="28.562" cy="278.98999" cx="750.92999" id="ellipse8440" style="opacity:1;fill:url(#linearGradient9128);fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <g clip-path="url(#clipPath5113)" id="g8442">
+ <path style="opacity:1;fill:#fbf275;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 790.5,21.112 51,12.5 -10.75,14 z" id="path8444" inkscape:connector-curvature="0"/>
+ <path style="opacity:1;fill:#e0c915;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 791,20.362 46.25,-1.75 -2.5,15.5 z" id="path8446" inkscape:connector-curvature="0"/>
+ </g>
+ <ellipse style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="ellipse8448" cx="765.75" cy="321.22" rx="18.893999" ry="30.84" transform="matrix(0.9219,-0.38742,0.27171,0.96238,0,0)"/>
+ <ellipse transform="matrix(0.888,0.45985,-0.4534,0.89131,0,0)" ry="5.2069001" rx="4.1595998" cy="-349.17001" cx="721.98999" id="ellipse8450" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <ellipse style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="ellipse8452" cx="-790.57001" cy="262.72" rx="10.833" ry="15.584" transform="matrix(-0.945,0.32706,0.13697,0.99058,0,0)"/>
+ </g>
+ <path style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -770.64,324.85 -11.3,8.8 c 2.1,14.2 8.6,27.6 15.8,38.7 -13.4,2.7 -10.3,17.4 -10.3,17.4 0,0 1.8,-10.4 13.8,-12.3 1.2,1.6 2.3,3.2 3.5,4.7 -13.1,5.9 -7.6,18.6 -7.6,18.6 0,0 0.3,-9.6 10.7,-14.6 2,2.3 3.8,4.4 5.5,6.3 -8.8,8.5 -4.3,17.1 -4.3,17.1 0,0 1.7,-9.7 7.4,-13.7 4.1,5 7,7 7.5,7.3 0,0 -38.6,-47.7 -30.7,-78.3 z" id="path8454" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc"/>
+ <path style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -663.44,373.55 c 1.5,-2.9 -6.8,-78.2 -71.2,-75.5 -41.9,1.7 -60.3,46.7 -58.3,51.5 0,0 24.9,-39.9 64.8,-40.3 44,-0.4 64.7,64.3 64.7,64.3 z" id="path8456" inkscape:connector-curvature="0" sodipodi:nodetypes="cscsc"/>
+ <g id="g8458" transform="translate(-1537.64,348.15)">
+ <path sodipodi:nodetypes="cscssc" inkscape:connector-curvature="0" id="path8460" d="m 708.53,-0.16624 c -4.75,16.87524 7.12,42.90324 20.94,36.62324 7.34,-3.338 6.63,-20.006 6.63,-20.006 0,0 8.33,6.024 10.23,18.389 1.68,10.891 -1.07,23.873 -13.94,27.323 -24.79,6.642 -31.28,-20.556 -31.65,-27.681" style="opacity:1;fill:#be5a25;fill-opacity:1;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 706.36,-0.77539 c -2.59,9.19859 -0.69,20.30639 3.68,28.64839 2.19,4.171 5.01,7.681 8.49,9.805 3.48,2.123 7.93,3.013 11.87,0.828 7.3,-4.051 7.82,-12.121 7.72,-16.834 2.27,2.74 5,7.075 5.99,13.51 l 0,0 c 0.79,5.129 0.5,10.727 -1.37,15.248 -1.87,4.52 -5.14,8.006 -10.93,9.558 -11.61,3.109 -18.14,-1.444 -22.55,-7.789 -4.41,-6.345 -6.12,-14.806 -6.27,-17.836 -3.54,3.618 -2.17,13.277 2.57,20.405 4.98,7.479 14.23,13.098 27.41,9.566 7.08,-1.897 11.62,-6.628 13.92,-12.184 2.31,-5.555 2.46,-11.881 1.66,-17.656 -1.37,-9.88 -7.22,-17.045 -14.9,-22.588 0.66,4.718 2.01,19.144 -5.11,22.502 -2.79,1.317 -5.18,0.946 -7.67,-0.572 -2.48,-1.518 -4.92,-4.391 -6.84,-8.051 -3.83,-7.32 -5.5,-17.665 -3.33,-25.34164 z" id="path8462" inkscape:connector-curvature="0" sodipodi:nodetypes="cccscccccscsccscscccc"/>
+ </g>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m -781.54,472.35 -2.3,2.3 c 0,0 2.7,2.6 5.2,9.1 2.6,6.4 4.9,16.5 3.9,31.1 -0.6,8.3 -3.3,18 -8.3,25.3 -5,7.3 -12.2,12.2 -22.5,11.6 -15.9,-0.9 -25.4,-16.1 -24.5,-29.4 0.5,-6.8 2.8,-12 6,-15.3 3.3,-3.2 7.5,-4.7 12.5,-4.2 5.3,0.6 8.8,3.1 11.1,6.5 2.4,3.3 3.5,7.7 3.7,12 0.1,4.4 -1,7.7 -2.8,9.9 -1.9,2.2 -4.5,3.4 -7.7,3.4 -6.2,0 -10.7,-6.6 -8.9,-11.9 1,-2.8 2.8,-4.8 5.8,-4.2 -0.2,-2 -6.8,-3.1 -8.8,3.1 -2.6,7.5 3.5,16.1 11.9,16.1 4,0 7.7,-1.5 10.1,-4.5 2.5,-2.9 3.8,-7.1 3.6,-12.1 -0.2,-4.8 -1.4,-9.7 -4.2,-13.8 -2.8,-4 -7.3,-7.1 -13.5,-7.8 -5.8,-0.6 -11.1,1.2 -15.1,5.2 -3.9,3.9 -6.4,9.9 -6.9,17.3 -1.1,15 9.6,31.9 27.5,32.9 l 0,0 c 11.5,0.6 19.9,-5.1 25.4,-13 5.5,-8 8.2,-18.1 8.8,-26.9 1.1,-15.1 -1.3,-25.7 -4,-32.6 -2.8,-6.9 -6,-10.2 -6,-10.2 z" id="path8464" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccsccscccssscssccccscccccccc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -797.44,463.95 c 0,0 11.4,16.8 9,36.6 0,0 -9.4,-16.8 -26.5,-16.8 -36.6,0 -34.2,44.6 -28.9,53.2" id="path8466" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsc"/>
+ <path sodipodi:nodetypes="csssc" inkscape:connector-curvature="0" id="path8468" d="m -819.44,410.55 c 0,0 -6.7,36.1 19.5,51.8 19.2,11.6 39.5,24.4 39.5,60.7 0,20.1 -18,44.2 -41.2,44.2 -48.2,0 -70.8,-106.5 -70.8,-106.5" style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m -862.14,220.15 -5,5 c 0,0 -6.7,6.6 -10.6,15.8 -1.9,4.7 -3.3,10.1 -2.6,15.7 0.6,4.8 2.8,9.8 6.9,14.3 -12.2,6.6 -65.4,38.4 -65.4,92.9 0,25.1 15.9,44 33.3,44 8.5,0 15,-3.7 19.3,-8.8 4.2,-5.2 6.2,-11.8 6,-17.9 l 0,0 c -0.3,-8.1 -7.3,-15 -16.7,-13.8 -5.4,0.6 -9.5,2.7 -12.2,5.6 -2.7,3 -3.8,6.8 -3.5,10.5 0.2,4.5 3.2,7.6 6.7,8.3 4.6,1 7.5,-0.9 7.8,-1.4 -1.1,0.2 -3.9,0 -6,-1.1 -2.2,-1.1 -3.8,-2.7 -4.1,-6.1 -0.1,-2.7 0.6,-5.1 2.4,-7.2 1.8,-2 4.8,-3.6 9.5,-4.2 l 0,0 c 6.9,-0.8 11.4,3.9 11.6,9.6 0.2,5 -1.6,10.6 -5,14.8 -3.5,4.3 -8.6,7.2 -15.8,7.2 -14.1,0 -28.8,-16.3 -28.8,-39.5 0,-58.2 65.5,-90.2 65.5,-90.2 l 3,-1.5 -2.4,-2.2 c -5,-4.5 -7.1,-9.2 -7.6,-13.8 -0.6,-4.6 0.5,-9.2 2.3,-13.4 1.4,-3.4 3.3,-6.3 5,-8.7 -0.6,15.7 6.2,25 13.7,29.9 8.7,5.7 18.2,6 18.2,6 l 0.2,-4.5 c 0,0 -8.4,-0.3 -15.9,-5.3 -7.5,-4.9 -14.2,-13.9 -11,-33.1 l 1.2,-6.9 z" id="path8470" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccssccccssscsscccccssccccccccccccc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -920.84,399.95 c -18.1,-98.8 76.3,-108.4 82.2,-108.2 0,0 -42.1,42.1 -47.9,80.3" id="path8472" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -818.54,438.15 c -50,-46.3 -13.6,-114.6 -13.6,-114.6" id="path8474" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m -873.74,400.55 c -5.9,-0.6 -11.4,1.2 -15.4,5 -4.1,3.7 -6.6,9.4 -7,16.3 -0.2,4.1 0.7,8.6 3.1,12.4 2.4,3.8 6.5,6.8 11.9,7.3 6,0.5 10,-2.6 12,-6.4 2.4,-4.4 0.3,-8.9 -1.5,-9.9 0.5,2.1 0,5.5 -1.5,8 -1.6,2.4 -4,4.2 -8.6,3.8 -4.1,-0.4 -6.7,-2.4 -8.5,-5.2 -1.8,-2.9 -2.6,-6.6 -2.4,-9.7 l 0,0 c 0.3,-6 2.4,-10.5 5.5,-13.3 3.1,-2.9 7.2,-4.3 12,-3.8 10,0.9 18.2,11 18.7,25 0.3,7.7 -2.5,16.1 -7.6,22.2 -5.1,6 -12.3,9.8 -21.4,8.5 -10.1,-1.3 -16.6,-5.4 -21.2,-10.8 -4.5,-5.4 -7,-12.3 -8.2,-19.1 -2.5,-13.6 0.2,-26.6 0.2,-26.6 l -4.5,-0.9 c 0,0 -2.8,13.7 -0.2,28.3 1.4,7.3 4,14.9 9.3,21.2 5.2,6.2 13,10.9 24,12.4 10.6,1.4 19.5,-3.1 25.4,-10.1 5.9,-7 9.1,-16.4 8.7,-25.2 -0.5,-15.8 -10,-28.3 -22.8,-29.4 z" id="path8476" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccsccccccsccccccccccccccc"/>
+ <path style="opacity:1;fill:#be5a25;fill-opacity:1;stroke:#8b3310;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -794.04,276.15 c 31.6,-14.9 50.4,-14.1 67.6,-9.1 17.9,5.1 33,11 61,15.3 -4.7,-16.7 7.5,-30 17.9,-45.1 13.8,-20.1 9,-55.3 -68.9,-66.5 -159.2,-49 -77.6,105.4 -77.6,105.4 z" id="path8478" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -814.94,209.55 c 17,-60.5 82.8,-4 82.8,-4 l -0.3,35 c 0,0 -56,-55 -72.7,9" id="path8480" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
+ <path style="opacity:1;fill:none;fill-opacity:1;stroke:#8b3310;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -667.44,281.75 c -15,-33.7 39.8,-80.5 -41,-96" id="path8482" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
+ <g style="display:inline;opacity:1" id="g8484" transform="matrix(0.39352,-0.04219,0.02679,0.4028,-1344.14,-96.45)">
+ <g id="g8486">
+ <path sodipodi:nodetypes="cscccsssssscsc" inkscape:connector-curvature="0" id="path8488" d="m 1513.3,738.9 c 63.8,46.86 88.9,112.08 96.7,154.89 12.4,68.54 11.2,141.11 35.9,216.91 0,0 -110.6,-44.9 -179.4,-62.3 0,0 3,-25.8 0.3,-57.52 -3.5,-41.6 -14.1,-106.05 -56.3,-185.07 -30.6,-57.36 -96,-94.77 -140,-104.23 -44.6,-9.6 -94.8,4.56 -135.4,-16.67 -56.2,-29.35 -78.1,-101.11 -55.9,-113.23 20.8,-11.32 42,45.83 73.2,54.84 76.3,22.06 120.1,-26 179,-17.25 38.2,5.68 93.1,70.57 93.1,70.57 24.7,-64.44 -58.1,-94.39 -43.4,-118.74 12.6,-20.84 222.3,29.49 127.6,188.39" style="opacity:1;fill:#540718;fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="opacity:1;fill:#980c2c;fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 1517,771.36 c -2.1,43.37 -46.3,61.38 -65,135.13 l 12.8,73.39 c 0,0 33.6,-91.57 75.6,-154.32 40,21.25 68.8,66.82 68.8,66.82 l -17.3,-63.11 c -9.5,-10.5 -56.7,-27.41 -74.9,-57.91 z m 50.7,114 c -36.7,100.5 -99.5,140.04 -99.5,140.04 l 1.1,23.7 33.4,6.3 c 0,0 50.5,-34.8 84.5,-103.54 18.2,16.25 37.5,63.54 37.5,63.54 l -5.5,-73.54 c 0,0 -24.5,-40.5 -51.5,-56.5 z" id="path8490" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#21060b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 1393.8,549.7 c -3.9,0.18 -7.3,0.66 -10.4,1.7 -3.1,1.04 -6.2,2.67 -8.3,6.08 l 0,0 0,0 c -2.7,4.56 -3.3,10.06 -2.1,14.75 1.1,4.69 3.6,8.77 6.5,12.77 5.9,8.02 14.1,15.98 21.7,24.97 7.6,8.98 14.6,18.84 18.2,29.76 2.6,7.88 3.6,16.34 1.8,25.95 -5.9,-6.4 -14.1,-14.87 -24.2,-24.16 -18.9,-17.27 -42.1,-35.84 -64.6,-39.17 l 0,0 c -31.5,-4.69 -58.4,5.75 -85.9,13.82 -27.6,8.06 -56.2,16.01 -92.2,3.62 -16.6,-5.71 -27.5,-21.62 -37,-32.83 -6,-7.07 -11.8,-13.63 -18.2,-18.42 -19,-14.13 -34.8,2.31 -35.4,21.66 -0.3,10.28 2.4,22.06 7.6,34.34 10.3,24.52 30.7,50.96 60.6,66.56 21.9,11.44 45.8,13.19 69.3,13.5 23.5,0.32 46.7,-0.72 67.8,3.81 l 0,0 c 41.7,8.97 106.1,45.86 135.3,100.69 l 0,0 c 41.7,78.05 52.1,141.33 55.5,182.36 l 0,0 0,0 c 2.7,30.94 -0.3,56.14 -0.3,56.14 l -0.7,6.1 6,1.5 c 67.8,17.1 177.4,60 177.4,60 l 13.8,5.4 -4.5,-14.1 c -24.3,-74.4 -22,-144.45 -34.6,-213.97 l 0,0 0,0 c -7.8,-42.86 -32.4,-107.07 -93.8,-154.85 17.1,-34.32 20.3,-64.18 14.2,-89.27 -7.1,-28.77 -26.1,-50.64 -48.1,-66.24 -22.1,-15.6 -47.2,-25.16 -68.1,-29.63 -10.4,-2.23 -19.7,-3.2 -27.3,-2.85 z m 0.9,13.56 c 5.9,-0.34 14,0.94 23.5,2.98 19.1,4.08 42.8,13.13 62.9,27.37 20.1,14.23 36.5,33.43 42.6,58.14 5.2,21.53 3.7,44.9 -9.5,77.14 -6.3,15.67 -4.4,26.71 0.1,30.03 0.6,-0.99 1.5,-7.79 2,-8.78 56.7,45.04 79.6,105.13 86.8,144.9 11.5,63.5 10.1,130.16 30.8,201.96 -27.9,-10.7 -103.4,-38.9 -160,-53.8 0.6,-7.1 2.2,-26.1 -0.1,-52.91 l 0,0 c -3.6,-42.18 -14.4,-107.79 -57.1,-187.77 -32,-59.9 -98.4,-97.83 -144.7,-107.78 l 0,0 c -23.5,-5.07 -47.7,-3.82 -70.6,-4.13 -22.9,-0.31 -44.9,-1.25 -63.1,-11.9 -25,-14.61 -44.2,-37.34 -54.1,-59.59 -4.8,-10.79 -6.7,-21.11 -6.5,-28.61 0.3,-9.72 4.9,-16.69 13.2,-10.62 4.4,3.18 9.8,9.19 15.6,16.11 11.7,13.89 25.2,31.19 44,37.25 36.6,11.79 71.7,4.63 99.9,-3.64 28.2,-8.26 52.6,-17.47 80,-13.41 15.7,2.34 39.3,18.76 57.1,35.66 14.8,14.07 30.3,28.07 40.6,42.53 0,0 3.2,-3.63 5.8,-15.02 3.7,-16.09 3.3,-30.46 -1.2,-44.04 -4.5,-13.58 -12.7,-24.81 -20.8,-34.41 -8.2,-9.6 -16.6,-17.57 -21.1,-24.19 -7.5,-11.11 -3.2,-13.06 3.9,-13.47 z" id="path8492" inkscape:connector-curvature="0" sodipodi:nodetypes="csccccccccccccsssssssccccccccccccccccccccccscccsccccccccccsssssssccscsscss"/>
+ </g>
+ <g id="g8494">
+ <path style="opacity:1;fill:#be5a25;fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 1447.2,1012.6 c -20.5,-0.6 -30.8,-29.48 -28.9,-45.43 3.4,-26.48 29.5,-36.43 50.7,-36.43 38.2,0 61.6,33.43 86.1,73.66 27.5,45.2 78.5,101 78.5,101 -40.8,-13.4 -75.3,-13.1 -135.8,-54.5 0,0 -2.7,-51.02 -37.8,-75.01 9.5,8.9 12.7,37.61 -12.8,36.71 z" id="path8496" inkscape:connector-curvature="0" sodipodi:nodetypes="sssscccs"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8b3310;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 1469,923.74 c -11.7,0 -24.6,2.64 -35.6,9.29 -11.1,6.66 -20.1,17.88 -22,33.25 l 0,0 -0.1,0 c -1.1,9.94 1.3,21.95 6.9,32.57 5.6,10.55 15.3,20.25 28.8,20.65 7.6,0.3 14.2,-1.8 18.9,-5.8 4.6,-4 7,-9.5 7.8,-14.81 0,-0.1 -0.1,-0.14 0,-0.22 3.7,5.43 6.7,11.23 9.1,17.13 7.3,18.2 8,43.9 8,43.9 l 0.3,2.7 c 40.2,16.7 78.4,44.4 165.1,58.3 l -17.4,-20.1 c 0,0 -50.9,-55.8 -77.7,-99.9 l 0,0 0,0 c -12.3,-20.23 -24.5,-39.08 -39,-53.28 -14.5,-14.2 -32,-23.74 -53.1,-23.74 z m 0,14 c 17.1,0 30.4,7.18 43.3,19.75 12.8,12.57 24.6,30.55 36.8,50.51 18.7,30.7 54,74.4 73.6,92.7 -31.2,-6 -68.8,-21.6 -117.8,-45.8 -0.6,-6.6 -3,-28.9 -9.1,-44.2 -5.6,-14.04 -15.2,-29.08 -30.4,-39.19 -17.6,-11.74 -28.2,3.35 -28.2,3.35 9.8,-1.83 14.9,0.26 19.3,4.81 8.4,8.59 2.2,28.03 -9.1,25.93 -7.4,-1.4 -13.8,-7.39 -16.9,-13.22 -4.3,-7.93 -6,-18.34 -5.3,-24.35 1.5,-11.09 7.2,-18.08 15.4,-23.01 8.2,-4.94 18.9,-7.28 28.4,-7.28 z" id="path8498" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccccsccscccccscsssccs"/>
+ </g>
+ </g>
+ <g id="g8500" transform="matrix(0.39088,-0.01383,0.01445,0.37408,-1322.84,-104.75)">
+ <path sodipodi:nodetypes="csssssc" inkscape:connector-curvature="0" id="path8502" d="m 1305.3,1170 c 0,0 27.8,-52.6 32,-131.9 7.2,-136.51 -87.7,-224.03 -168.5,-224.03 -41.5,0 -51.8,17.64 -47.3,41.72 6.4,34.15 21.6,68.94 23.9,103.61 4.2,62.7 -19.7,107.4 -19.7,184.9 0,145.5 120.8,146.7 120.8,146.7" style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="ccccccc" inkscape:connector-curvature="0" id="path8504" d="m 1146.6,960.08 c 0,0 44.5,-44.19 88.7,16.98 -12.4,-43.49 -34.6,-66.12 -34.6,-66.12 -23,-78.14 67.5,-53.39 67.5,-53.39 0,0 -48.8,-42.43 -99.4,-44.9 -49.9,0 -48.4,33.59 -48.4,33.59 1.1,29.7 22.3,66.11 26.2,113.84 z" style="opacity:1;fill:#c6c699;fill-opacity:1;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 1156.7,813.46 c -6,0.29 -11.9,1.75 -16.8,4.7 -5,2.95 -9,7.61 -10.4,13.66 -2.8,12.1 4.1,27.54 24.9,47.3 l 0,0 0,0 c 16.2,15.39 30.6,23.8 43,36 12.5,12.19 23.5,28.27 33.3,60.07 6.9,22.3 4.5,50.11 0.5,79.21 -4,29.1 -9.8,59.5 -7.2,87.3 1.6,17.5 5.7,33.7 14.1,47.6 8.4,13.8 19.8,20.8 30.4,20.6 0,0 -31.9,-19.6 -35.5,-68.8 -2,-27.1 3.8,-61 7.1,-85.5 4,-29.3 6.9,-58.23 -0.8,-83.07 -10.2,-32.8 -22.1,-50.7 -35.5,-63.84 -13.5,-13.14 -27.8,-21.43 -43.2,-36.09 l 0,0 c -19.7,-18.81 -24.2,-31.87 -22.3,-38.74 2.3,-8.38 13.7,-12.11 20.9,-12.51 z" id="path8506" inkscape:connector-curvature="0" sodipodi:nodetypes="ccscccccssscssccccscc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 1168.8,807.07 c -21.7,-0.7 -36.8,4.52 -45.9,13.96 -9.2,9.43 -10.8,22.75 -8.3,36.05 l 0,0 0,0 c 6.6,35.28 21.6,69.84 23.8,102.78 l 0,0 0,0 c 4.1,60.74 -19.7,105.54 -19.7,184.44 0,75 36.9,116.3 74.1,135.8 27.6,14.4 49.3,25.4 78,8.7 0,0 -30.8,2.4 -71.2,-20.9 -33.7,-18.5 -66.9,-53.1 -66.9,-123.6 0,-76.1 24,-120.7 19.7,-185.37 l 0,0 c -2.4,-36.39 -17.8,-71.41 -24,-104.43 l 0,0 c -2,-10.79 -0.7,-18.32 4.5,-23.72 5.3,-5.41 16.1,-9.71 35.9,-9.71 75.7,0 168.5,83.54 161.5,216.63 -4.1,77.9 -31.4,141.3 -31.4,141.3 29.5,-20.9 40.6,-65.3 45.4,-140.5 8.3,-130.83 -82.4,-228.42 -175.5,-231.43 z" id="path8508" inkscape:connector-curvature="0" sodipodi:nodetypes="scccccccssccscccccsscss"/>
+ </g>
+ <path style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -638.04,277.25 c 12.5,-3.9 32,56.5 32,56.5 0.4,-4.2 -8,-43.2 -20.9,-58.5 0,0 -8,-4 -11.1,2 z" id="path8510" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
+ <path style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -608.14,326.05 1.7,6.2 c 3.8,-4.2 13.5,-1.9 13.5,-1.9 0,0 -4.6,-6.2 -15.2,-4.3 z" id="path8512" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
+ <g id="g8514" inkscape:transform-center-x="-71.76" inkscape:transform-center-y="52.701" transform="matrix(0.9997,-0.02467,0.02467,0.9997,-1544.14,366.45)">
+ <path sodipodi:nodetypes="ccsssssc" inkscape:connector-curvature="0" id="path8516" d="m 715,277.36 c 3.93,11.79 30.36,57.86 88.93,32.86 10.72,19.29 7.33,30.31 11.43,53.57 3.73,21.18 22.17,34.19 40.77,40.18 19.21,6.18 38.59,4.87 42.08,-2.68 3.46,-7.48 4.32,-16.09 3.18,-25.31 -6.41,-52.09 -76.5,-123.87 -101.75,-124.33 -18.27,-0.33 -25.71,14.99 -54.64,4.28" style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path sodipodi:nodetypes="cscscsccccccccccscsccccccccccc" inkscape:connector-curvature="0" id="path8518" d="m 799.69,248.65 c -9.98,-0.18 -16.9,3.84 -24.28,6.17 -7.37,2.33 -15.29,5.1 -29.24,-0.1 0,0 8.65,12.07 31.05,5.78 8.22,-2.31 14.08,-6.04 22.37,-5.89 4.91,0.1 13.91,4.26 23.91,11.7 10,7.44 21.21,17.96 31.82,30.08 21.24,24.24 40.03,55.02 43.09,79.92 l 0,0 -41.36,24.76 0,0 c -17.95,-5.78 -35.26,-18.13 -38.74,-37.85 -2.01,-11.41 -2.17,-19.83 -3.2,-28.12 -1.04,-8.29 -3.01,-16.41 -8.56,-26.39 l -1.31,-2.36 -2.49,1.06 c -28.52,12.18 -48.38,7.02 -62.08,-2.35 -13.7,-9.37 -21.13,-23.6 -22.82,-28.7 0,0 -4.02,17.27 19.43,33.65 14.58,10.19 36.47,15.26 65.16,3.89 4.2,8.18 5.82,14.75 6.71,21.94 0.98,7.86 1.17,16.57 3.26,28.42 3.98,22.64 23.55,36.31 42.8,42.52 l 49.16,-31.22 0,0 c -3.35,-27.19 -22.81,-58.34 -44.53,-83.13 -10.87,-12.4 -22.31,-23.17 -32.76,-30.94 -10.45,-7.78 -19.68,-12.75 -27.38,-12.89 l 0,0 z" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
+ <g id="g8520">
+ <path sodipodi:nodetypes="cscc" inkscape:connector-curvature="0" id="path8522" d="m 856.13,403.97 c 19.21,6.18 38.59,4.87 42.08,-2.68 3.46,-7.48 4.32,-16.09 3.18,-25.31 -25.7,-9.59 -43.5,12.71 -45.26,27.99 z" style="opacity:1;fill:#aec16e;fill-opacity:1;stroke:#85954b;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
+ <path style="opacity:1;fill:#85954b;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 881.25,407.36 5.36,-22.5 c 0,0 2.14,12.33 -1.97,23.4 z" id="path8524" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
+ </g>
+ <g id="g8526">
+ <path style="opacity:1;fill:#fbfedf;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 797.41,303.35 c -2.32,18.04 -5.53,31.34 -10.04,46.44 -5.63,18.86 20.55,28.86 30.13,9.36 5.48,-11.15 3.21,-36.6 3.21,-36.6 0,0 -5.66,-25.01 -23.3,-19.2 z" id="path8528" inkscape:connector-curvature="0" sodipodi:nodetypes="csscc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 806.5,320.48 c 0,0 1.11,21.86 -10.43,47.05 l 3.64,1.66 c 3.69,-8.05 6.08,-15.8 7.74,-22.65 3.18,-13.19 1.81,-21.93 -0.95,-26.06 z" id="path8530" inkscape:connector-curvature="0" sodipodi:nodetypes="cccsc"/>
+ <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a7aa89;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 796.81,302.76 c -2.28,17.74 -7.3,31.11 -11.84,46.31 -3.15,10.57 2.82,19.35 10.95,22.15 8.13,2.79 18.58,-0.25 23.82,-10.97 4.83,-9.88 3.3,-34.83 -1.52,-37.48 0,0 0.56,6.25 0.44,13.86 -0.12,7.61 -1.06,16.64 -3.4,21.42 -4.32,8.79 -11.77,10.49 -17.72,8.44 -5.94,-2.04 -10.21,-7.68 -7.77,-15.98 5.22,-17.8 13.26,-44.91 7.04,-47.75 z" id="path8532" inkscape:connector-curvature="0" sodipodi:nodetypes="cccscsccsc"/>
+ </g>
+ </g>
+ </g>
+ </g>
</svg>
diff --git a/main.js b/main.js
index 9a36226..9fe643e 100644
--- a/main.js
+++ b/main.js
@@ -7,7 +7,7 @@ process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true';
const createWindow = () => {
const mainWindow = new BrowserWindow({
- backgroundColor: "#ed9464",
+ backgroundColor: "#90a14a",
frame: false,
show: false,
fullscreen: false,
diff --git a/release.json b/release.json
index 6d71763..9d470bf 100644
--- a/release.json
+++ b/release.json
@@ -1,6 +1,6 @@
{
- "name": "mangoOS Developer Preview",
- "shortName": "mangoOS DP",
+ "name": "kirinOS Developer Preview",
+ "shortName": "kirinOS DP",
"version": "Developer Preview",
"shortVersion": "DP",
"experimental": {
diff --git a/setup.sh b/setup.sh
index 9ef61c7..16d174b 100644
--- a/setup.sh
+++ b/setup.sh
@@ -1,17 +1,17 @@
#!/bin/bash
-cd /mango
+cd /kirin
apt install -y network-manager xserver-xorg x11-xserver-utils xinit libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgtk-3-0 libasound2 fonts-inter ecryptfs-utils nodejs xxd pulseaudio alsa-utils openbox fonts-roboto xterm
apt autoremove -y
chmod -R +x *
-cp ./setup/modm\@.service /etc/systemd/system/modm\@.service
-cp ./setup/mostartup.service /etc/systemd/system/mostartup.service
-cp ./setup/moaudio.service /etc/systemd/system/moaudio.service
+cp ./setup/kodm\@.service /etc/systemd/system/kodm\@.service
+cp ./setup/kostartup.service /etc/systemd/system/kostartup.service
+cp ./setup/koaudio.service /etc/systemd/system/koaudio.service
cp ./setup/xinitrc /root/.xinitrc
cp ./setup/xinitrc /.xinitrc
systemctl daemon-reload
systemctl disable getty@tty1.service
-systemctl enable modm@tty1.service
-systemctl enable mostartup.service
+systemctl enable kodm@tty1.service
+systemctl enable kostartup.service
systemctl disable apparmor.service
systemctl disable kmod.service
systemctl disable systemd-sysctl.service
@@ -24,31 +24,33 @@ systemctl disable networking.service
systemctl disable NetworkManager.service
systemctl disable wpa_supplicant.service
systemctl disable polkit.service
+systemctl disable modm@tty1.service
+systemctl disable mostartup.service
mkdir -p /root/.config/openbox
cp -f ./setup/rc.xml /root/.config/openbox
-if [ -d "/mango/users/0" ]; then
+if [ -d "/kirin/users/0" ]; then
echo "Users already setup"
else
- mkdir -p /mango/users/0/crypt
- mkdir -p /mango/users/0/lock
- mkdir -p /mango/users/0/home
- echo "Owner" > /mango/users/0/name
+ mkdir -p /kirin/users/0/crypt
+ mkdir -p /kirin/users/0/lock
+ mkdir -p /kirin/users/0/home
+ echo "Owner" > /kirin/users/0/name
rm /root/.ecryptfs
rm /.ecryptfs
- ln -s /mango/users/0/crypt /root/.ecryptfs
- ln -s /mango/users/0/crypt /.ecryptfs
- ( stty -echo; printf "Passphrase: " 1>&2; PASSWORD="password"; stty echo; echo 1>&2; head -c 24 /dev/random | xxd -p; echo "$PASSWORD"; ) | ecryptfs-wrap-passphrase /mango/users/0/crypt/wrapped-passphrase
+ ln -s /kirin/users/0/crypt /root/.ecryptfs
+ ln -s /kirin/users/0/crypt /.ecryptfs
+ ( stty -echo; printf "Passphrase: " 1>&2; PASSWORD="password"; stty echo; echo 1>&2; head -c 24 /dev/random | xxd -p; echo "$PASSWORD"; ) | ecryptfs-wrap-passphrase /kirin/users/0/crypt/wrapped-passphrase
KEY=$(node setup/cryptsetup.js)
- echo "/mango/users/0/lock /mango/users/0/home ecryptfs" > /mango/users/0/crypt/secret.conf
- echo $KEY > /mango/users/0/key
- echo $KEY > /mango/users/0/crypt/secret.sig
- echo $KEY >> /mango/users/0/crypt/secret.sig
+ echo "/kirin/users/0/lock /kirin/users/0/home ecryptfs" > /kirin/users/0/crypt/secret.conf
+ echo $KEY > /kirin/users/0/key
+ echo $KEY > /kirin/users/0/crypt/secret.sig
+ echo $KEY >> /kirin/users/0/crypt/secret.sig
PASSPHRASE=$(node setup/unwraptest.js)
- mount -t ecryptfs /mango/users/0/lock /mango/users/0/home -o verbosity=0,key=passphrase:passphrase_passwd=$PASSPHRASE,ecryptfs_sig=$KEY,ecryptfs_fnek_sig=$KEY,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_unlink_sigs
- mkdir -p /mango/users/0/home/data /mango/users/0/home/data/Music /mango/users/0/home/data/Downloads /mango/users/0/home/data/Documents /mango/users/0/home/data/Pictures /mango/users/0/home/data/Videos /mango/users/0/home/config /mango/users/0/home/apps
- umount /mango/users/0/home
+ mount -t ecryptfs /kirin/users/0/lock /kirin/users/0/home -o verbosity=0,key=passphrase:passphrase_passwd=$PASSPHRASE,ecryptfs_sig=$KEY,ecryptfs_fnek_sig=$KEY,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_unlink_sigs
+ mkdir -p /kirin/users/0/home/data /kirin/users/0/home/data/Music /kirin/users/0/home/data/Downloads /kirin/users/0/home/data/Documents /kirin/users/0/home/data/Pictures /kirin/users/0/home/data/Videos /kirin/users/0/home/config /kirin/users/0/home/apps
+ umount /kirin/users/0/home
fi
-mkdir /mango/session \ No newline at end of file
+mkdir /kirin/session \ No newline at end of file
diff --git a/setup/cryptsetup.js b/setup/cryptsetup.js
index 7c15e59..1e92144 100644
--- a/setup/cryptsetup.js
+++ b/setup/cryptsetup.js
@@ -1 +1 @@
-console.log(require('child_process').execSync("( stty -echo; printf \"Passphrase: \" 1>&2; PASSWORD=\"password\"; stty echo; echo \"$PASSWORD\"; ) | ecryptfs-insert-wrapped-passphrase-into-keyring /mango/users/0/crypt/wrapped-passphrase -").toString().trim().split("[")[1].split("]")[0]); \ No newline at end of file
+console.log(require('child_process').execSync("( stty -echo; printf \"Passphrase: \" 1>&2; PASSWORD=\"password\"; stty echo; echo \"$PASSWORD\"; ) | ecryptfs-insert-wrapped-passphrase-into-keyring /kirin/users/0/crypt/wrapped-passphrase -").toString().trim().split("[")[1].split("]")[0]); \ No newline at end of file
diff --git a/setup/moaudio.service b/setup/koaudio.service
index 9afd229..3c9e536 100644
--- a/setup/moaudio.service
+++ b/setup/koaudio.service
@@ -1,5 +1,5 @@
[Unit]
-Description=mangoOS Audio Subsystem
+Description=kirinOS Audio Subsystem
DefaultDependencies=no
Conflicts=rescue.service
diff --git a/setup/modm@.service b/setup/kodm@.service
index 99d4852..455bca3 100644
--- a/setup/modm@.service
+++ b/setup/kodm@.service
@@ -1,5 +1,5 @@
[Unit]
-Description=mangoOS Display Manager (%I)
+Description=kirinOS Display Manager (%I)
After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target
After=rc-local.service
Before=getty.target
@@ -10,7 +10,7 @@ Before=rescue.service
ConditionPathExists=/dev/tty0
[Service]
-ExecStart=-/mango/x11.sh
+ExecStart=-/kirin/x11.sh
Type=idle
Restart=always
RestartSec=0
diff --git a/setup/mostartup.service b/setup/kostartup.service
index a04bbe6..0aaf18e 100644
--- a/setup/mostartup.service
+++ b/setup/kostartup.service
@@ -1,5 +1,5 @@
[Unit]
-Description=mangoOS Startup UI
+Description=kirinOS Startup UI
Before=basic.target
After=local-fs.target
DefaultDependencies=no
@@ -10,7 +10,7 @@ IgnoreOnIsolate=yes
[Service]
Type=oneshot
-ExecStart=-/mango/startup.sh
+ExecStart=-/kirin/startup.sh
UtmpIdentifier=0
StandardInput=tty
StandardOutput=tty
diff --git a/setup/modm@tty1.service b/setup/modm@tty1.service
deleted file mode 100644
index 1b5c916..0000000
--- a/setup/modm@tty1.service
+++ /dev/null
@@ -1,30 +0,0 @@
-[Unit]
-Description=mangoOS Display Manager (%I)
-After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target
-After=rc-local.service
-Before=getty.target
-IgnoreOnIsolate=yes
-Conflicts=getty@%I.service
-Conflicts=rescue.service
-Before=rescue.service
-ConditionPathExists=/dev/tty0
-
-[Service]
-ExecStart=/mango/x11.sh
-Type=idle
-Restart=always
-RestartSec=0
-UtmpIdentifier=%I
-StandardInput=tty
-StandardOutput=tty
-TTYPath=/dev/%I
-TTYReset=yes
-TTYVHangup=yes
-TTYVTDisallocate=yes
-IgnoreSIGPIPE=no
-SendSIGHUP=yes
-UnsetEnvironment=LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
-
-[Install]
-WantedBy=getty.target
-DefaultInstance=tty1 \ No newline at end of file
diff --git a/setup/unwraptest.js b/setup/unwraptest.js
index c60f886..6cd5cca 100644
--- a/setup/unwraptest.js
+++ b/setup/unwraptest.js
@@ -1 +1 @@
-console.log(require('child_process').execSync('echo "password" | ecryptfs-unwrap-passphrase /mango/users/0/crypt/wrapped-passphrase').toString().trim().split("\n")[1]); \ No newline at end of file
+console.log(require('child_process').execSync('echo "password" | ecryptfs-unwrap-passphrase /kirin/users/0/crypt/wrapped-passphrase').toString().trim().split("\n")[1]); \ No newline at end of file
diff --git a/setup/xinitrc b/setup/xinitrc
index f3c1b5e..2084bdf 100644
--- a/setup/xinitrc
+++ b/setup/xinitrc
@@ -1,4 +1,4 @@
#!/bin/bash
-cd /mango
-xsetroot -solid "#ed9464" -bg "#ed9464"
+cd /kirin
+xsetroot -solid "#90a14a" -bg "#90a14a"
./init.sh \ No newline at end of file
diff --git a/startup.sh b/startup.sh
index 3757061..657b675 100644
--- a/startup.sh
+++ b/startup.sh
@@ -1,19 +1,19 @@
#!/bin/bash
-echo -en "\e]P0ed9464" # black
-echo -en "\e]P8ed9464" # darkgrey
-echo -en "\e]P1ed9464" # darkred
-echo -en "\e]P9ed9464" # red
-echo -en "\e]P2ed9464" # darkgreen
-echo -en "\e]PAed9464" # green
-echo -en "\e]P3ed9464" # brown
-echo -en "\e]PBed9464" # yellow
-echo -en "\e]P4ed9464" # darkblue
-echo -en "\e]PCed9464" # blue
-echo -en "\e]P5ed9464" # darkmagenta
-echo -en "\e]PDed9464" # magenta
-echo -en "\e]P6ed9464" # darkcyan
-echo -en "\e]PEed9464" # cyan
-echo -en "\e]P7ed9464" # lightgrey
-echo -en "\e]PFed9464" # white
+echo -en "\e]P090a14a" # black
+echo -en "\e]P890a14a" # darkgrey
+echo -en "\e]P190a14a" # darkred
+echo -en "\e]P990a14a" # red
+echo -en "\e]P290a14a" # darkgreen
+echo -en "\e]PA90a14a" # green
+echo -en "\e]P390a14a" # brown
+echo -en "\e]PB90a14a" # yellow
+echo -en "\e]P490a14a" # darkblue
+echo -en "\e]PC90a14a" # blue
+echo -en "\e]P590a14a" # darkmagenta
+echo -en "\e]PD90a14a" # magenta
+echo -en "\e]P690a14a" # darkcyan
+echo -en "\e]PE90a14a" # cyan
+echo -en "\e]P790a14a" # lightgrey
+echo -en "\e]PF90a14a" # white
clear \ No newline at end of file
diff --git a/test.js b/test.js
deleted file mode 100644
index d4ede11..0000000
--- a/test.js
+++ /dev/null
@@ -1,14 +0,0 @@
-const hello = (param) => {
- console.log("hello");
-
- if (param) {
- console.log("yes");
- } else {
- console.log("no");
- }
-}
-
-let functionSourceCode = hello.toString();
-let sourceCodeInsideFunction = functionSourceCode.match(/[^{]+{([\s\S]*)}$/)[1];
-
-console.log(sourceCodeInsideFunction); \ No newline at end of file
diff --git a/wallpaper.jpg b/wallpaper.jpg
index ad7c0d2..dfe3a39 100644
--- a/wallpaper.jpg
+++ b/wallpaper.jpg
Binary files differ