First slides
This commit is contained in:
@@ -5,7 +5,10 @@ const { isDark } = useDarkMode()
|
||||
|
||||
<template>
|
||||
<footer class="absolute bottom-10 right-10 p-2">
|
||||
<div class="flex">
|
||||
<img src="/ems.svg" width="80" class="mr-8" />
|
||||
<img v-if="isDark" src="/rptu_white.svg" width="80" />
|
||||
<img v-else src="/rptu_black.svg" width="80" />
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
15
index.html
15
index.html
@@ -1,15 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Avenir+Next:wght@200;400;600&family=Nunito+Sans:wght@200;400;600&family=Fira+Code:wght@200;400;600&display=swap" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/@fs/home/derek/Desktop/presentation/master-thesis/node_modules/@slidev/client/main.ts"></script>
|
||||
<div id="mermaid-rendering-container"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
16
netlify.toml
16
netlify.toml
@@ -1,16 +0,0 @@
|
||||
[build]
|
||||
publish = "dist"
|
||||
command = "npm run build"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "20"
|
||||
|
||||
[[redirects]]
|
||||
from = "/.well-known/*"
|
||||
to = "/.well-known/:splat"
|
||||
status = 200
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
222
package-lock.json
generated
222
package-lock.json
generated
@@ -9,6 +9,7 @@
|
||||
"@slidev/cli": "^0.48.8",
|
||||
"@slidev/theme-default": "latest",
|
||||
"@slidev/theme-seriph": "latest",
|
||||
"slidev-addon-citations": "^0.0.9",
|
||||
"slidev-theme-academic": "^1.3.0",
|
||||
"slidev-theme-geist": "^0.8.1",
|
||||
"vue": "^3.4.21"
|
||||
@@ -636,6 +637,81 @@
|
||||
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-6.0.4.tgz",
|
||||
"integrity": "sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A=="
|
||||
},
|
||||
"node_modules/@citation-js/core": {
|
||||
"version": "0.7.9",
|
||||
"resolved": "https://registry.npmjs.org/@citation-js/core/-/core-0.7.9.tgz",
|
||||
"integrity": "sha512-fSbkB32JayDChZnAYC/kB+sWHRvxxL7ibVetyBOyzOc+5aCnjb6UVsbcfhnkOIEyAMoRRvWDyFmakEoTtA5ttQ==",
|
||||
"dependencies": {
|
||||
"@citation-js/date": "^0.5.0",
|
||||
"@citation-js/name": "^0.4.2",
|
||||
"fetch-ponyfill": "^7.1.0",
|
||||
"sync-fetch": "^0.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@citation-js/date": {
|
||||
"version": "0.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@citation-js/date/-/date-0.5.1.tgz",
|
||||
"integrity": "sha512-1iDKAZ4ie48PVhovsOXQ+C6o55dWJloXqtznnnKy6CltJBQLIuLLuUqa8zlIvma0ZigjVjgDUhnVaNU1MErtZw==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@citation-js/name": {
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@citation-js/name/-/name-0.4.2.tgz",
|
||||
"integrity": "sha512-brSPsjs2fOVzSnARLKu0qncn6suWjHVQtrqSUrnqyaRH95r/Ad4wPF5EsoWr+Dx8HzkCGb/ogmoAzfCsqlTwTQ==",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/@citation-js/plugin-bibtex": {
|
||||
"version": "0.7.9",
|
||||
"resolved": "https://registry.npmjs.org/@citation-js/plugin-bibtex/-/plugin-bibtex-0.7.9.tgz",
|
||||
"integrity": "sha512-gIJpCd6vmmTOcRfDrSOjtoNhw2Mi94UwFxmgJ7GwkXyTYcNheW5VlMMo1tlqjakJGARQ0eOsKcI57gSPqJSS2g==",
|
||||
"dependencies": {
|
||||
"@citation-js/date": "^0.5.0",
|
||||
"@citation-js/name": "^0.4.2",
|
||||
"moo": "^0.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@citation-js/core": "^0.7.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@citation-js/plugin-csl": {
|
||||
"version": "0.7.9",
|
||||
"resolved": "https://registry.npmjs.org/@citation-js/plugin-csl/-/plugin-csl-0.7.9.tgz",
|
||||
"integrity": "sha512-mbD7CnUiPOuVnjeJwo+d0RGUcY0PE8n01gHyjq0qpTeS42EGmQ9+LzqfsTUVWWBndTwc6zLRuIF1qFAUHKE4oA==",
|
||||
"dependencies": {
|
||||
"@citation-js/date": "^0.5.0",
|
||||
"citeproc": "^2.4.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@citation-js/core": "^0.7.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@citation-js/plugin-doi": {
|
||||
"version": "0.7.9",
|
||||
"resolved": "https://registry.npmjs.org/@citation-js/plugin-doi/-/plugin-doi-0.7.9.tgz",
|
||||
"integrity": "sha512-n6vYT9SU+FewthkRHuwlLmALrQKTpBq9zg9sVUDgnNhe3T/IirOKfleQ5+F5t6y2N82EAwakj/rtHTcsL/fYsw==",
|
||||
"dependencies": {
|
||||
"@citation-js/date": "^0.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@citation-js/core": "^0.7.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@drauu/core": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@drauu/core/-/core-0.4.0.tgz",
|
||||
@@ -2679,6 +2755,25 @@
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
||||
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
||||
},
|
||||
"node_modules/base64-js": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
||||
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/feross"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/feross"
|
||||
},
|
||||
{
|
||||
"type": "consulting",
|
||||
"url": "https://feross.org/support"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/binary-extensions": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
||||
@@ -2745,6 +2840,29 @@
|
||||
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||||
}
|
||||
},
|
||||
"node_modules/buffer": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
||||
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/feross"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/feross"
|
||||
},
|
||||
{
|
||||
"type": "consulting",
|
||||
"url": "https://feross.org/support"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"base64-js": "^1.3.1",
|
||||
"ieee754": "^1.1.13"
|
||||
}
|
||||
},
|
||||
"node_modules/bundle-name": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
|
||||
@@ -2916,6 +3034,11 @@
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/citeproc": {
|
||||
"version": "2.4.63",
|
||||
"resolved": "https://registry.npmjs.org/citeproc/-/citeproc-2.4.63.tgz",
|
||||
"integrity": "sha512-68F95Bp4UbgZU/DBUGQn0qV3HDZLCdI9+Bb2ByrTaNJDL5VEm9LqaiNaxljsvoaExSLEXe1/r6n2Z06SCzW3/Q=="
|
||||
},
|
||||
"node_modules/citty": {
|
||||
"version": "0.1.6",
|
||||
"resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
|
||||
@@ -4027,6 +4150,14 @@
|
||||
"reusify": "^1.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/fetch-ponyfill": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz",
|
||||
"integrity": "sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==",
|
||||
"dependencies": {
|
||||
"node-fetch": "~2.6.1"
|
||||
}
|
||||
},
|
||||
"node_modules/file-saver": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz",
|
||||
@@ -4545,6 +4676,25 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/ieee754": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
||||
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/feross"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/feross"
|
||||
},
|
||||
{
|
||||
"type": "consulting",
|
||||
"url": "https://feross.org/support"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/ignore": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
|
||||
@@ -6332,6 +6482,11 @@
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.47.0.tgz",
|
||||
"integrity": "sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw=="
|
||||
},
|
||||
"node_modules/moo": {
|
||||
"version": "0.5.2",
|
||||
"resolved": "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz",
|
||||
"integrity": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q=="
|
||||
},
|
||||
"node_modules/mri": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
|
||||
@@ -6375,6 +6530,25 @@
|
||||
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/node-fetch": {
|
||||
"version": "2.6.13",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.13.tgz",
|
||||
"integrity": "sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==",
|
||||
"dependencies": {
|
||||
"whatwg-url": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "4.x || >=6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"encoding": "^0.1.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"encoding": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/node-fetch-native": {
|
||||
"version": "1.6.4",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
|
||||
@@ -7219,6 +7393,23 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/slidev-addon-citations": {
|
||||
"version": "0.0.9",
|
||||
"resolved": "https://registry.npmjs.org/slidev-addon-citations/-/slidev-addon-citations-0.0.9.tgz",
|
||||
"integrity": "sha512-fTbc5HXkaMLfr1f62SHXfB3KRzij5LVAvnboNXtGMud3IxvVxH++7ig24Mb8Wfz96LEOCxHnqDmYGrF8aB456w==",
|
||||
"dependencies": {
|
||||
"@citation-js/core": ">=0.6.8",
|
||||
"@citation-js/plugin-bibtex": ">=0.6.8",
|
||||
"@citation-js/plugin-csl": ">=0.6.8",
|
||||
"@citation-js/plugin-doi": ">=0.6.8",
|
||||
"@slidev/cli": ">=0.42.11",
|
||||
"@slidev/types": ">=0.42.11",
|
||||
"vite": ">=4.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"slidev": ">0.42.11"
|
||||
}
|
||||
},
|
||||
"node_modules/slidev-theme-academic": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/slidev-theme-academic/-/slidev-theme-academic-1.3.0.tgz",
|
||||
@@ -7396,6 +7587,18 @@
|
||||
"resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
|
||||
"integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
|
||||
},
|
||||
"node_modules/sync-fetch": {
|
||||
"version": "0.4.5",
|
||||
"resolved": "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.4.5.tgz",
|
||||
"integrity": "sha512-esiWJ7ixSKGpd9DJPBTC4ckChqdOjIwJfYhVHkcQ2Gnm41323p1TRmEI+esTQ9ppD+b5opps2OTEGTCGX5kF+g==",
|
||||
"dependencies": {
|
||||
"buffer": "^5.7.1",
|
||||
"node-fetch": "^2.6.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/tar": {
|
||||
"version": "6.2.1",
|
||||
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
||||
@@ -7454,6 +7657,11 @@
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/tr46": {
|
||||
"version": "0.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
||||
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
||||
},
|
||||
"node_modules/trim-lines": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
||||
@@ -8267,6 +8475,11 @@
|
||||
"resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.3.0.tgz",
|
||||
"integrity": "sha512-BSR9wyRsy/KOValMgd5kMyr3JzpdeoR9KVId8u5GVlTTAtNChlsE4yTxeY7zMdNSyOmoKBv8NH2qeRY9Tg+IaA=="
|
||||
},
|
||||
"node_modules/webidl-conversions": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
||||
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
||||
},
|
||||
"node_modules/webpack-sources": {
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
|
||||
@@ -8280,6 +8493,15 @@
|
||||
"resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz",
|
||||
"integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg=="
|
||||
},
|
||||
"node_modules/whatwg-url": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
||||
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
||||
"dependencies": {
|
||||
"tr46": "~0.0.3",
|
||||
"webidl-conversions": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/which": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"@slidev/cli": "^0.48.8",
|
||||
"@slidev/theme-default": "latest",
|
||||
"@slidev/theme-seriph": "latest",
|
||||
"slidev-addon-citations": "^0.0.9",
|
||||
"slidev-theme-academic": "^1.3.0",
|
||||
"slidev-theme-geist": "^0.8.1",
|
||||
"vue": "^3.4.21"
|
||||
|
||||
901
public/dnn.svg
Normal file
901
public/dnn.svg
Normal file
@@ -0,0 +1,901 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
width="491.9751"
|
||||
height="181.07915"
|
||||
viewBox="0 0 491.9751 181.07914"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
id="g1"
|
||||
transform="translate(-146.32178,-112.25177)">
|
||||
<path
|
||||
id="path3"
|
||||
d="M 11.26332,0 C 11.26332,6.22063 6.22063,11.26332 0,11.26332 -6.22063,11.26332 -11.26332,6.22063 -11.26332,0 c 0,-6.22063 5.04269,-11.26332 11.26332,-11.26332 6.22063,0 11.26332,5.04269 11.26332,11.26332 z"
|
||||
style="fill:#ccccff;fill-opacity:1;fill-rule:nonzero;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g3"
|
||||
aria-label="i 0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,156.2104,149.80339)">
|
||||
<path
|
||||
id="path4"
|
||||
d="m 3.0941531,-6.8193369 c 0,-0.2109375 -0.1523437,-0.3867187 -0.3984375,-0.3867187 -0.2929687,0 -0.5859375,0.28125 -0.5859375,0.5742187 0,0.2109375 0.1523438,0.3867188 0.4101563,0.3867188 0.2460937,0 0.5742187,-0.2460938 0.5742187,-0.5742188 z m -0.8203125,4.1015625 c 0.1289063,-0.3164062 0.1289063,-0.3398437 0.234375,-0.6328125 0.09375,-0.2109375 0.140625,-0.3632812 0.140625,-0.5742187 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.03124997,0 -1.44140622,1.5820313 -1.44140622,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0195312 0.72656252,-1.3476562 1.10156252,-1.3476562 0.09375,0 0.2695312,0 0.2695312,0.3515625 0,0.2226562 -0.070312,0.4570312 -0.1171875,0.5625 -0.082031,0.28125 -0.5742187,1.546875 -0.75,2.015625 -0.1054687,0.2929687 -0.25781247,0.6445312 -0.25781247,0.87890623 0,0.515625 0.37499997,0.890625 0.90234377,0.890625 1.0195312,0 1.4296875,-1.58203123 1.4296875,-1.67578123 0,-0.1054688 -0.1054688,-0.1054688 -0.1289063,-0.1054688 -0.1171875,0 -0.1171875,0.023437 -0.1640625,0.1875 -0.1992187,0.69140628 -0.5625,1.35937503 -1.1132812,1.35937503 -0.1875,0 -0.2695313,-0.1171875 -0.2695313,-0.36328125 0,-0.26953125 0.070312,-0.421875 0.3164063,-1.08984378 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path5"
|
||||
d="m 7.6615359,-0.9072275 c 0,-0.8554687 -0.09375,-1.3710937 -0.3515625,-1.875 -0.3515625,-0.703125 -0.9960937,-0.8789062 -1.4414062,-0.8789062 -0.9960938,0 -1.3710938,0.75 -1.4765625,0.9726562 -0.2929688,0.5742188 -0.3046875,1.3710938 -0.3046875,1.78125 0,0.52734375 0.023437,1.3359375 0.4101562,1.96875 0.3632813,0.5859375 0.9492188,0.7382813 1.3710938,0.7382813 0.3867187,0 1.0664062,-0.1171875 1.4648437,-0.9023438 0.2929688,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z m -1.7929687,2.484375 c -0.2695313,0 -0.8203125,-0.1289062 -0.984375,-0.9609375 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.6171875 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.1640625,-0.8085937 0.7851562,-0.890625 0.984375,-0.890625 0.2695312,0 0.8203125,0.1289063 0.984375,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875 0,1.18359375 -0.09375,1.62890625 C 6.6888797,1.4716788 6.1380984,1.5771475 5.8685672,1.5771475 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path6"
|
||||
d="m 11.26332,-28.3468 c 0,6.22063 -5.04269,11.26332 -11.26332,11.26332 -6.22063,0 -11.26332,-5.04269 -11.26332,-11.26332 0,-6.22064 5.04269,-11.26334 11.26332,-11.26334 6.22063,0 11.26332,5.0427 11.26332,11.26334 z"
|
||||
style="fill:#b3b3ff;fill-opacity:1;fill-rule:nonzero;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g6"
|
||||
aria-label="i 1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,156.2104,187.59912)">
|
||||
<path
|
||||
id="path7"
|
||||
d="m 3.0941531,-6.8214103 c 0,-0.2109375 -0.1523437,-0.3867188 -0.3984375,-0.3867188 -0.2929687,0 -0.5859375,0.28125 -0.5859375,0.5742188 0,0.2109375 0.1523438,0.3867187 0.4101563,0.3867187 0.2460937,0 0.5742187,-0.2460937 0.5742187,-0.5742187 z m -0.8203125,4.1015625 c 0.1289063,-0.3164063 0.1289063,-0.3398438 0.234375,-0.6328125 0.09375,-0.2109375 0.140625,-0.3632813 0.140625,-0.5742188 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.03124997,0 -1.44140622,1.5820312 -1.44140622,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0195313 0.72656252,-1.3476563 1.10156252,-1.3476563 0.09375,0 0.2695312,0 0.2695312,0.3515625 0,0.2226563 -0.070312,0.4570313 -0.1171875,0.5625 -0.082031,0.28125 -0.5742187,1.546875 -0.75,2.015625 -0.1054687,0.2929688 -0.25781247,0.6445313 -0.25781247,0.87890629 0,0.515625 0.37499997,0.890625 0.90234377,0.890625 1.0195312,0 1.4296875,-1.58203129 1.4296875,-1.67578129 0,-0.1054687 -0.1054688,-0.1054687 -0.1289063,-0.1054687 -0.1171875,0 -0.1171875,0.023437 -0.1640625,0.1875 -0.1992187,0.69140624 -0.5625,1.35937499 -1.1132812,1.35937499 -0.1875,0 -0.2695313,-0.1171875 -0.2695313,-0.36328125 0,-0.26953125 0.070312,-0.421875 0.3164063,-1.08984374 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path8"
|
||||
d="m 6.2670047,-3.4376212 c 0,-0.2226563 -0.023437,-0.2226563 -0.234375,-0.2226563 -0.328125,0.3164063 -0.75,0.5039063 -1.5117188,0.5039063 V -2.88684 c 0.2226563,0 0.6445313,0 1.1132813,-0.2226562 v 4.0898437 c 0,0.2929688 -0.023437,0.3984375 -0.7851563,0.3984375 h -0.28125 V 1.6365975 C 4.8959109,1.61316 5.5873172,1.61316 5.9388797,1.61316 c 0.3632812,0 1.0546875,0 1.3828125,0.023437 V 1.378785 h -0.28125 c -0.75,0 -0.7734375,-0.1054687 -0.7734375,-0.3984375 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path9"
|
||||
d="m 11.26332,-56.69362 c 0,6.22064 -5.04269,11.26334 -11.26332,11.26334 -6.22063,0 -11.26332,-5.0427 -11.26332,-11.26334 0,-6.22063 5.04269,-11.26332 11.26332,-11.26332 6.22063,0 11.26332,5.04269 11.26332,11.26332 z"
|
||||
style="fill:#9999ff;fill-opacity:1;fill-rule:nonzero;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g9"
|
||||
aria-label="i 2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,156.2104,225.39488)">
|
||||
<path
|
||||
id="path10"
|
||||
d="m 3.0941531,-6.8205741 c 0,-0.2109375 -0.1523437,-0.3867187 -0.3984375,-0.3867187 -0.2929687,0 -0.5859375,0.28125 -0.5859375,0.5742187 0,0.2109375 0.1523438,0.3867188 0.4101563,0.3867188 0.2460937,0 0.5742187,-0.2460938 0.5742187,-0.5742188 z m -0.8203125,4.1015625 c 0.1289063,-0.3164062 0.1289063,-0.3398437 0.234375,-0.6328125 0.09375,-0.2109375 0.140625,-0.3632812 0.140625,-0.5742187 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.03124997,0 -1.44140622,1.5820313 -1.44140622,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0195312 0.72656252,-1.3476562 1.10156252,-1.3476562 0.09375,0 0.2695312,0 0.2695312,0.3515625 0,0.2226562 -0.070312,0.4570312 -0.1171875,0.5625 -0.082031,0.28125 -0.5742187,1.546875 -0.75,2.015625 -0.1054687,0.2929687 -0.25781247,0.6445312 -0.25781247,0.87890624 0,0.515625 0.37499997,0.890625 0.90234377,0.890625 1.0195312,0 1.4296875,-1.58203124 1.4296875,-1.67578124 0,-0.1054688 -0.1054688,-0.1054688 -0.1289063,-0.1054688 -0.1171875,0 -0.1171875,0.023437 -0.1640625,0.1875 -0.1992187,0.69140629 -0.5625,1.35937504 -1.1132812,1.35937504 -0.1875,0 -0.2695313,-0.1171875 -0.2695313,-0.36328125 0,-0.26953125 0.070312,-0.421875 0.3164063,-1.08984379 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path11"
|
||||
d="m 6.0091922,0.0085275 c 0.1289062,-0.1171875 0.4570312,-0.375 0.5859375,-0.4921875 0.4921875,-0.45703125 0.9609375,-0.890625 0.9609375,-1.6171875 0,-0.9492187 -0.796875,-1.5585937 -1.7929688,-1.5585937 -0.9492187,0 -1.5820312,0.7265625 -1.5820312,1.4296875 0,0.3984375 0.3164062,0.4453125 0.421875,0.4453125 0.1640625,0 0.4101562,-0.1171875 0.4101562,-0.421875 0,-0.4101563 -0.3984375,-0.4101563 -0.4921875,-0.4101563 0.234375,-0.5859375 0.7734375,-0.7851562 1.1601563,-0.7851562 0.7382812,0 1.125,0.6328125 1.125,1.3007812 0,0.8320313 -0.5859375,1.4296875 -1.5234375,2.40234375 L 4.2748172,1.3327463 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 H 7.3334109 L 7.5560672,0.20774625 H 7.3099734 c -0.023437,0.1640625 -0.082031,0.5625 -0.1757812,0.71484375 -0.046875,0.0585938 -0.65625,0.0585938 -0.7851563,0.0585938 H 4.9310672 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path12"
|
||||
d="m 11.26332,-85.04042 c 0,6.22062 -5.04269,11.26332 -11.26332,11.26332 -6.22063,0 -11.26332,-5.0427 -11.26332,-11.26332 0,-6.22064 5.04269,-11.26334 11.26332,-11.26334 6.22063,0 11.26332,5.0427 11.26332,11.26334 z"
|
||||
style="fill:#8080ff;fill-opacity:1;fill-rule:nonzero;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g12"
|
||||
aria-label="i 3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,156.2104,263.19061)">
|
||||
<path
|
||||
id="path13"
|
||||
d="m 3.0941531,-6.8197178 c 0,-0.2109375 -0.1523437,-0.3867188 -0.3984375,-0.3867188 -0.2929687,0 -0.5859375,0.28125 -0.5859375,0.5742188 0,0.2109375 0.1523438,0.3867187 0.4101563,0.3867187 0.2460937,0 0.5742187,-0.2460937 0.5742187,-0.5742187 z m -0.8203125,4.1015625 c 0.1289063,-0.3164063 0.1289063,-0.3398438 0.234375,-0.6328125 0.09375,-0.2109375 0.140625,-0.3632813 0.140625,-0.5742188 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.03124997,0 -1.44140622,1.5820312 -1.44140622,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0195313 0.72656252,-1.3476563 1.10156252,-1.3476563 0.09375,0 0.2695312,0 0.2695312,0.3515625 0,0.2226563 -0.070312,0.4570313 -0.1171875,0.5625 -0.082031,0.28125 -0.5742187,1.546875 -0.75,2.015625 -0.1054687,0.2929688 -0.25781247,0.6445313 -0.25781247,0.87890629 0,0.515625 0.37499997,0.890625 0.90234377,0.890625 1.0195312,0 1.4296875,-1.58203129 1.4296875,-1.67578129 0,-0.1054687 -0.1054688,-0.1054687 -0.1289063,-0.1054687 -0.1171875,0 -0.1171875,0.023437 -0.1640625,0.1875 -0.1992187,0.69140624 -0.5625,1.35937499 -1.1132812,1.35937499 -0.1875,0 -0.2695313,-0.1171875 -0.2695313,-0.36328125 0,-0.26953125 0.070312,-0.421875 0.3164063,-1.08984374 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path14"
|
||||
d="m 5.7748172,-1.0247959 c 0.6328125,0 1.03125,0.45703121 1.03125,1.30078121 0,0.99609379 -0.5742188,1.28906249 -0.9960938,1.28906249 -0.4335937,0 -1.03125,-0.1640625 -1.3125,-0.58593749 0.2929688,0 0.4921875,-0.17578125 0.4921875,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.4453125,-0.43359375 -0.2109375,0 -0.4335937,0.12890625 -0.4335937,0.45703125 0,0.74999999 0.8085937,1.24218749 1.7226562,1.24218749 1.0546875,0 1.7929688,-0.7265625 1.7929688,-1.52343749 0,-0.66796875 -0.515625,-1.265625 -1.3359375,-1.44140621 0.6328125,-0.2226563 1.1015625,-0.7734375 1.1015625,-1.40625 0,-0.6328125 -0.7148438,-1.0898438 -1.546875,-1.0898438 -0.8554688,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.1992187,0.421875 0.4101562,0.421875 0.2460938,0 0.4101563,-0.1757813 0.4101563,-0.4101563 0,-0.2929687 -0.2578125,-0.3984375 -0.4335938,-0.4101562 0.3398438,-0.4335938 0.9492188,-0.46875 1.0898438,-0.46875 0.2109375,0 0.8085937,0.070312 0.8085937,0.890625 0,0.5625 -0.2226562,0.890625 -0.3398437,1.0195312 -0.234375,0.2460938 -0.421875,0.2578125 -0.9023438,0.2929688 -0.1523437,0.011719 -0.2226562,0.023437 -0.2226562,0.1171875 0,0.1171875 0.070312,0.1171875 0.2109375,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path15"
|
||||
d="m 67.70546,14.17339 c 0,6.08174 -4.9301,11.01182 -11.01183,11.01182 -6.08173,0 -11.01183,-4.93008 -11.01183,-11.01182 0,-6.08173 4.9301,-11.01183 11.01183,-11.01183 6.08173,0 11.01183,4.9301 11.01183,11.01183 z"
|
||||
style="fill:#cce9ce;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g15"
|
||||
aria-label="o 0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,230.78217,129.24029)">
|
||||
<path
|
||||
id="path16"
|
||||
d="m 5.1204012,-2.9751419 c 0,-1.1367187 -0.7734375,-1.8515625 -1.7460937,-1.8515625 -1.4648438,0 -2.9296875,1.5585938 -2.9296875,3.1054688 0,1.07812498 0.7382812,1.83984373 1.7460937,1.83984373 1.453125,0 2.9296875,-1.50000003 2.9296875,-3.09375003 z m -2.9179687,2.85937503 c -0.46875,0 -0.9492188,-0.33984375 -0.9492188,-1.19531253 0,-0.5273437 0.28125,-1.7109375 0.6328125,-2.2617187 0.5507813,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273437 0.9609375,1.1835937 0,0.421875 -0.2226562,1.5703125 -0.6328125,2.2734375 -0.3867187,0.63281253 -0.984375,1.00781253 -1.4882812,1.00781253 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path17"
|
||||
d="m 9.1897372,-0.9067825 c 0,-0.8554687 -0.09375,-1.3710937 -0.3515625,-1.875 -0.3515625,-0.703125 -0.9960938,-0.8789062 -1.4414063,-0.8789062 -0.9960937,0 -1.3710937,0.75 -1.4765625,0.9726562 -0.2929687,0.5742188 -0.3046875,1.3710938 -0.3046875,1.78125 0,0.52734375 0.023437,1.3359375 0.4101563,1.96875 0.3632812,0.5859375 0.9492187,0.7382813 1.3710937,0.7382813 0.3867188,0 1.0664063,-0.1171875 1.4648438,-0.9023438 0.2929687,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z m -1.7929688,2.484375 c -0.2695312,0 -0.8203125,-0.1289062 -0.984375,-0.9609375 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.6171875 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.1640625,-0.8085937 0.7851563,-0.890625 0.984375,-0.890625 0.2695313,0 0.8203125,0.1289063 0.984375,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875 0,1.18359375 -0.09375,1.62890625 C 8.2170809,1.4721238 7.6662997,1.5775925 7.3967684,1.5775925 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path18"
|
||||
d="m 67.70546,-14.1734 c 0,6.08173 -4.9301,11.01182 -11.01183,11.01182 -6.08173,0 -11.01183,-4.93009 -11.01183,-11.01182 0,-6.08174 4.9301,-11.01183 11.01183,-11.01183 6.08173,0 11.01183,4.93009 11.01183,11.01183 z"
|
||||
style="fill:#b4deb8;fill-opacity:1;fill-rule:nonzero;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g18"
|
||||
aria-label="o 1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,230.78217,167.03601)">
|
||||
<path
|
||||
id="path19"
|
||||
d="m 5.1204012,-2.9772053 c 0,-1.1367188 -0.7734375,-1.8515625 -1.7460937,-1.8515625 -1.4648438,0 -2.9296875,1.5585937 -2.9296875,3.1054687 0,1.07812504 0.7382812,1.83984379 1.7460937,1.83984379 1.453125,0 2.9296875,-1.49999999 2.9296875,-3.09374999 z m -2.9179687,2.85937499 c -0.46875,0 -0.9492188,-0.33984375 -0.9492188,-1.19531249 0,-0.5273438 0.28125,-1.7109375 0.6328125,-2.2617188 0.5507813,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273438 0.9609375,1.1835938 0,0.421875 -0.2226562,1.5703125 -0.6328125,2.2734375 -0.3867187,0.63281249 -0.984375,1.00781249 -1.4882812,1.00781249 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path20"
|
||||
d="m 7.7952059,-3.4371662 c 0,-0.2226563 -0.023437,-0.2226563 -0.234375,-0.2226563 -0.328125,0.3164063 -0.75,0.5039063 -1.5117187,0.5039063 v 0.2695312 c 0.2226562,0 0.6445312,0 1.1132812,-0.2226562 v 4.0898437 c 0,0.2929688 -0.023437,0.3984375 -0.7851562,0.3984375 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.0195312,-0.023437 1.3710937,-0.023437 0.3632813,0 1.0546875,0 1.3828125,0.023437 V 1.37924 h -0.28125 c -0.75,0 -0.7734375,-0.1054687 -0.7734375,-0.3984375 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path21"
|
||||
d="m 67.70546,-42.52022 c 0,6.08174 -4.9301,11.01183 -11.01183,11.01183 -6.08173,0 -11.01183,-4.93009 -11.01183,-11.01183 0,-6.08172 4.9301,-11.01182 11.01183,-11.01182 6.08173,0 11.01183,4.9301 11.01183,11.01182 z"
|
||||
style="fill:#9bd4a5;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g21"
|
||||
aria-label="o 2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,230.78217,204.83177)">
|
||||
<path
|
||||
id="path22"
|
||||
d="m 5.1204012,-2.9763691 c 0,-1.1367187 -0.7734375,-1.8515625 -1.7460937,-1.8515625 -1.4648438,0 -2.9296875,1.5585938 -2.9296875,3.1054688 0,1.07812499 0.7382812,1.83984374 1.7460937,1.83984374 1.453125,0 2.9296875,-1.50000004 2.9296875,-3.09375004 z m -2.9179687,2.85937504 c -0.46875,0 -0.9492188,-0.33984375 -0.9492188,-1.19531254 0,-0.5273437 0.28125,-1.7109375 0.6328125,-2.2617187 0.5507813,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273437 0.9609375,1.1835937 0,0.421875 -0.2226562,1.5703125 -0.6328125,2.2734375 -0.3867187,0.63281254 -0.984375,1.00781254 -1.4882812,1.00781254 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path23"
|
||||
d="m 7.5373934,0.00605281 c 0.1289063,-0.1171875 0.4570313,-0.375 0.5859375,-0.4921875 0.4921875,-0.45703125 0.9609375,-0.89062501 0.9609375,-1.61718751 0,-0.9492187 -0.796875,-1.5585937 -1.7929687,-1.5585937 -0.9492188,0 -1.5820313,0.7265625 -1.5820313,1.4296875 0,0.3984375 0.3164063,0.4453125 0.421875,0.4453125 0.1640625,0 0.4101563,-0.1171875 0.4101563,-0.421875 0,-0.4101563 -0.3984375,-0.4101563 -0.4921875,-0.4101563 0.234375,-0.5859375 0.7734375,-0.7851562 1.1601562,-0.7851562 0.7382813,0 1.125,0.6328125 1.125,1.3007812 0,0.8320313 -0.5859375,1.42968751 -1.5234375,2.40234376 L 5.8030184,1.3302716 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 H 8.8616122 L 9.0842684,0.20527156 H 8.8381747 c -0.023437,0.1640625 -0.082031,0.5625 -0.1757813,0.71484375 -0.046875,0.0585938 -0.65625,0.0585938 -0.7851562,0.0585938 H 6.4592684 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path24"
|
||||
d="m 67.70546,-70.86702 c 0,6.08172 -4.9301,11.01182 -11.01183,11.01182 -6.08173,0 -11.01183,-4.9301 -11.01183,-11.01182 0,-6.08174 4.9301,-11.01183 11.01183,-11.01183 6.08173,0 11.01183,4.93009 11.01183,11.01183 z"
|
||||
style="fill:#84ca93;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g24"
|
||||
aria-label="o 3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,230.78217,242.62752)">
|
||||
<path
|
||||
id="path25"
|
||||
d="m 5.1204012,-2.9755228 c 0,-1.1367188 -0.7734375,-1.8515625 -1.7460937,-1.8515625 -1.4648438,0 -2.9296875,1.5585937 -2.9296875,3.1054687 0,1.07812504 0.7382812,1.83984379 1.7460937,1.83984379 1.453125,0 2.9296875,-1.49999999 2.9296875,-3.09374999 z m -2.9179687,2.85937499 c -0.46875,0 -0.9492188,-0.33984375 -0.9492188,-1.19531249 0,-0.5273438 0.28125,-1.7109375 0.6328125,-2.2617188 0.5507813,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273438 0.9609375,1.1835938 0,0.421875 -0.2226562,1.5703125 -0.6328125,2.2734375 -0.3867187,0.63281249 -0.984375,1.00781249 -1.4882812,1.00781249 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path26"
|
||||
d="m 7.3030184,-1.0243509 c 0.6328125,0 1.03125,0.45703121 1.03125,1.30078121 0,0.99609379 -0.5742187,1.28906249 -0.9960937,1.28906249 -0.4335938,0 -1.03125,-0.1640625 -1.3125,-0.58593749 0.2929687,0 0.4921875,-0.17578125 0.4921875,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.4453125,-0.43359375 -0.2109375,0 -0.4335938,0.12890625 -0.4335938,0.45703125 0,0.74999999 0.8085938,1.24218749 1.7226563,1.24218749 1.0546875,0 1.7929687,-0.7265625 1.7929687,-1.52343749 0,-0.66796875 -0.515625,-1.265625 -1.3359375,-1.44140621 0.6328125,-0.2226563 1.1015625,-0.7734375 1.1015625,-1.40625 0,-0.6328125 -0.7148437,-1.0898438 -1.546875,-1.0898438 -0.8554687,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.1992188,0.421875 0.4101563,0.421875 0.2460937,0 0.4101562,-0.1757813 0.4101562,-0.4101563 0,-0.2929687 -0.2578125,-0.3984375 -0.4335937,-0.4101562 0.3398437,-0.4335938 0.9492187,-0.46875 1.0898437,-0.46875 0.2109375,0 0.8085938,0.070312 0.8085938,0.890625 0,0.5625 -0.2226563,0.890625 -0.3398438,1.0195312 -0.234375,0.2460938 -0.421875,0.2578125 -0.9023437,0.2929688 -0.1523438,0.011719 -0.2226563,0.023437 -0.2226563,0.1171875 0,0.1171875 0.070312,0.1171875 0.2109375,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path27"
|
||||
d="m 67.70546,-99.21384 c 0,6.08174 -4.9301,11.01183 -11.01183,11.01183 -6.08173,0 -11.01183,-4.93009 -11.01183,-11.01183 0,-6.08172 4.9301,-11.01182 11.01183,-11.01182 6.08173,0 11.01183,4.9301 11.01183,11.01182 z"
|
||||
style="fill:#6cc082;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g27"
|
||||
aria-label="o 4"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,230.78217,280.42327)">
|
||||
<path
|
||||
id="path28"
|
||||
d="m 5.1204012,-2.9776063 c 0,-1.1367187 -0.7734375,-1.8515625 -1.7460937,-1.8515625 -1.4648438,0 -2.9296875,1.5585938 -2.9296875,3.1054688 0,1.078125 0.7382812,1.83984375 1.7460937,1.83984375 1.453125,0 2.9296875,-1.50000005 2.9296875,-3.09375005 z m -2.9179687,2.85937505 c -0.46875,0 -0.9492188,-0.33984375 -0.9492188,-1.19531255 0,-0.5273437 0.28125,-1.7109375 0.6328125,-2.2617187 0.5507813,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273437 0.9609375,1.1835937 0,0.421875 -0.2226562,1.5703125 -0.6328125,2.2734375 -0.3867187,0.63281255 -0.984375,1.00781255 -1.4882812,1.00781255 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path29"
|
||||
d="m 8.4280184,-3.5195984 c 0,-0.1640625 0,-0.2226563 -0.1640625,-0.2226563 -0.1054687,0 -0.1171875,0.011719 -0.1992187,0.1171875 L 5.5217684,0.06633906 v 0.2578125 h 2.25 v 0.66796875 c 0,0.29296879 -0.023437,0.38671879 -0.6328125,0.38671879 h -0.1875 v 0.2578125 c 0.6796875,-0.023437 0.6914063,-0.023437 1.1484375,-0.023437 0.4570313,0 0.46875,0 1.1484375,0.023437 V 1.3788391 h -0.1875 c -0.609375,0 -0.6328125,-0.09375 -0.6328125,-0.38671879 V 0.32415156 h 0.84375 v -0.2578125 h -0.84375 z M 7.8303622,-2.8750672 V 0.06633906 H 5.8030184 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path30"
|
||||
d="M 11.66182,0 45.48254,14.17339"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path31"
|
||||
d="M 11.66182,-28.3468 45.48254,14.17339"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path32"
|
||||
d="M 11.66182,-56.69362 45.48254,14.17339"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path33"
|
||||
d="M 11.66182,-85.04042 45.48254,14.17339"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path34"
|
||||
d="M 11.66182,0 45.48254,-42.52022"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path35"
|
||||
d="M 11.66182,-28.3468 45.48254,-42.52022"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path36"
|
||||
d="m 11.66182,-56.69362 33.82072,14.1734"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path37"
|
||||
d="m 11.66182,-85.04042 33.82072,42.5202"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path38"
|
||||
d="M 11.66182,0 45.48254,-70.86702"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path39"
|
||||
d="M 11.66182,-28.3468 45.48254,-70.86702"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path40"
|
||||
d="m 11.66182,-56.69362 33.82072,-14.1734"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path41"
|
||||
d="m 11.66182,-85.04042 33.82072,14.1734"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path42"
|
||||
d="M 11.66182,0 45.48254,-99.21384"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path43"
|
||||
d="M 11.66182,-28.3468 45.48254,-99.21384"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path44"
|
||||
d="M 11.66182,-56.69362 45.48254,-99.21384"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path45"
|
||||
d="M 11.66182,-85.04042 45.48254,-99.21384"
|
||||
style="fill:none;stroke:#404040;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path46"
|
||||
d="M 11.66182,0 45.2833,-14.1734"
|
||||
style="fill:none;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g46"
|
||||
aria-label="w 1,0"
|
||||
transform="matrix(1.2285733,0.51792,-0.51792,1.2285733,191.82326,141.72187)">
|
||||
<path
|
||||
id="path47"
|
||||
d="m 5.0410166,-3.7014935 c 0.062995,-0.2427623 0.1577517,-0.6515303 0.1611398,-0.7038306 0.00275,-0.204649 -0.1536174,-0.3040629 -0.3167649,-0.2988761 -0.1261984,0.00233 -0.3313772,0.088824 -0.3926778,0.3054362 -0.042031,0.081309 -0.5499067,2.1649564 -0.6253944,2.4384212 -0.078876,0.3257651 -0.1032274,0.5395189 -0.099735,0.7288165 -0.00222,0.1153996 -0.00392,0.1415497 0.00805,0.2000966 -0.2527177,0.57710229 -0.5686391,0.91377085 -1.0103336,0.9219205 -0.8663438,-0.003604 -0.8661275,-0.81764778 -0.8696202,-1.0069454 0.00667,-0.3461987 0.070726,-0.7674597 0.5726687,-2.110962 0.1266238,-0.3331759 0.1782897,-0.4821363 0.1764911,-0.6975842 -2.091e-4,-0.4831959 -0.3454526,-0.9099645 -0.8917478,-0.9085912 -1.0402901,0.00613 -1.431281,1.5826601 -1.43805733,1.6872608 0.004023,0.1000483 0.10862323,0.1068246 0.1347734,0.1085187 0.10004827,-0.00402 0.10629475,-0.019374 0.17500607,-0.188238 0.29231594,-1.0262075 0.72818926,-1.3498533 1.09598576,-1.3522863 0.1000483,-0.00402 0.2723005,0.012388 0.2764276,0.3540347 -0.00159,0.2677482 -0.1265192,0.5747739 -0.1861257,0.7652357 -0.4832031,1.2974485 -0.6307903,1.7920778 -0.6254989,2.1968233 0.00328,1.003341 0.7350559,1.3816227 1.5598981,1.37728653 0.1784988,0.00106 0.687845,0.002545 1.13092,-0.75654911 0.2851071,0.70647985 1.0326631,0.76016065 1.3635105,0.76058596 0.8140434,2.1623e-4 1.3043365,-0.67703891 1.5729352,-1.33714418 0.3913046,-0.8517313 0.7277712,-2.3162453 0.7247038,-2.8363903 0.00826,-0.6139469 -0.3016227,-0.7758256 -0.4801215,-0.7768853 -0.2677481,-0.00159 -0.5495788,0.2952717 -0.5386754,0.5323173 -0.00392,0.1415497 0.060346,0.2034847 0.1598639,0.2887115 0.117728,0.1284224 0.388439,0.408559 0.3915064,0.928704 0.00243,0.3677965 -0.3194212,1.4446103 -0.596595,1.9938684 -0.2788678,0.57540822 -0.6720754,0.97009375 -1.1922205,0.97316115 -0.520145,0.003067 -0.8136181,-0.33106362 -0.820708,-0.95125695 -0.00127,-0.3046972 0.079301,-0.6566125 0.1201682,-0.8010206 z m 0,0"
|
||||
style="fill:#ff6666;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path48"
|
||||
d="m 10.312658,-3.4374483 c 0.0044,-0.2307991 -0.0217,-0.2324931 -0.226351,-0.2352469 -0.3358253,0.3196232 -0.7524294,0.5079657 -1.5141724,0.5111376 l -0.00159,0.2677482 c 0.2200003,0.009 0.6508959,0.0054 1.1061431,-0.211948 l 0.00347,4.08101579 C 9.6768758,1.2691567 9.6700994,1.3737574 8.9083564,1.3769293 l -0.2785471,0.00296 -0.00614,0.2569493 c 0.3217426,-0.021173 1.0203864,-0.02318 1.3620327,-0.027307 0.367797,-0.00243 1.055641,1.117e-4 1.384795,0.026687 l 0.0061,-0.2569493 -0.278547,0.00296 c -0.750905,-0.00137 -0.78563,-0.113916 -0.782346,-0.40781438 z m 0,0"
|
||||
style="fill:#ff6666;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path49"
|
||||
d="m 13.532887,1.5163342 c -0.0015,0.5093462 -0.09963,0.9704145 -0.615013,1.4674768 -0.01705,0.019904 -0.04489,0.04436 -0.04203,0.081309 0.0012,0.063099 0.07167,0.109683 0.134773,0.1085187 0.08925,5.299e-4 0.754653,-0.6233652 0.752541,-1.563607 0.0015,-0.5093462 -0.196492,-0.85829866 -0.548938,-0.84961917 -0.278547,0.002963 -0.433649,0.20824619 -0.43185,0.42369407 -0.009,0.2200002 0.1389,0.4501649 0.443597,0.4488961 0.189298,-0.00349 0.306921,-0.1166683 0.306921,-0.1166683 z m 0,0"
|
||||
style="fill:#ff6666;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path50"
|
||||
d="m 18.29615,-0.91137121 c 0.0082,-0.85554479 -0.09496,-1.37166729 -0.352117,-1.86100529 -0.34196,-0.7206669 -0.987244,-0.8937698 -1.43349,-0.896419 -0.992543,-0.00128 -1.377071,0.7458547 -1.481567,0.9806764 -0.294219,0.5691618 -0.298988,1.3724063 -0.304495,1.78170415 0.0076,0.53094393 0.029,1.33588251 0.40844,1.96444175 0.37658,0.5916101 0.960459,0.7397271 1.380556,0.7406822 0.383148,0.00381 1.057865,-0.1152878 1.450334,-0.90391998 0.305018,-0.57371416 0.335407,-1.28601519 0.332339,-1.80616023 z M 16.507126,1.5724623 C 16.239378,1.5708728 15.679955,1.4506 15.518718,0.61559328 c -0.09115,-0.45757567 -0.08977,-1.20851983 -0.09506,-1.61326532 0.0049,-0.56164646 -0.0011,-1.11874056 0.0954,-1.55365886 0.157117,-0.8038788 0.782393,-0.8894193 0.987042,-0.8866655 0.267748,0.00159 0.816372,0.1264147 0.984385,0.8568207 0.0974,0.4422244 0.09538,1.04082 0.09676,1.5871152 0.0065,0.46784471 0.0022,1.18183982 -0.100481,1.63210931 -0.16961,0.83458149 -0.711883,0.93600309 -0.979631,0.93441349 z m 0,0"
|
||||
style="fill:#ff6666;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path51"
|
||||
d="M 11.66182,-28.3468 45.2833,-14.1734"
|
||||
style="fill:none;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path52"
|
||||
d="M 11.66182,-56.69362 45.2833,-14.1734"
|
||||
style="fill:none;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path53"
|
||||
d="M 11.66182,-85.04042 45.2833,-14.1734"
|
||||
style="fill:none;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<g
|
||||
id="g53"
|
||||
aria-label="w 0,0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,319.06561,163.38588)">
|
||||
<path
|
||||
id="path54"
|
||||
d="m 5.0396572,-3.7024959 c 0.058594,-0.234375 0.1640625,-0.6445313 0.1640625,-0.703125 0,-0.1992188 -0.1523438,-0.2929688 -0.3164063,-0.2929688 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273438 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992188 -0.2460938,0.57421871 -0.5742188,0.91406246 -1.0078125,0.91406246 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609376 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210937 0.1289062,-0.328125 0.1875,-0.4804688 0.1875,-0.6914063 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.04296876,0 -1.44140626,1.5820312 -1.44140626,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0078125 0.72656246,-1.3476563 1.10156246,-1.3476563 0.09375,0 0.2695313,0.011719 0.2695313,0.3632813 0,0.2695312 -0.1171875,0.5742187 -0.1875,0.7617187 -0.4804688,1.2890625 -0.6210938,1.7929688 -0.6210938,2.203125 0,0.99609376 0.7382813,1.37109376 1.5585938,1.37109376 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593746 0.375,-0.8554688 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929687 -0.5390625,0.5273437 0,0.140625 0.058594,0.2109375 0.1640625,0.2929688 0.1171875,0.1289062 0.3867187,0.4101562 0.3867187,0.9257812 0,0.375 -0.3164062,1.4414063 -0.5976562,2.0039063 -0.28125,0.57421871 -0.6679688,0.96093746 -1.1953125,0.96093746 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921876 0,-0.3046875 0.070312,-0.6445312 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path55"
|
||||
d="m 11.713485,-0.90757406 c 0,-0.85546874 -0.09375,-1.37109374 -0.351562,-1.87500004 -0.351563,-0.703125 -0.996094,-0.8789062 -1.4414064,-0.8789062 -0.9960938,0 -1.3710938,0.75 -1.4765625,0.9726562 -0.2929688,0.5742188 -0.3046875,1.3710938 -0.3046875,1.78125004 0,0.52734375 0.023437,1.3359375 0.4101562,1.96874996 0.3632813,0.5859375 0.9492188,0.7382813 1.3710938,0.7382813 0.3867184,0 1.0664064,-0.1171875 1.4648434,-0.90234376 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 9.9205166,1.5768009 c -0.2695313,0 -0.8203125,-0.1289062 -0.984375,-0.96093746 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718754 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.1640625,-0.8085937 0.7851562,-0.890625 0.984375,-0.890625 0.2695314,0 0.8203124,0.1289063 0.9843754,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875004 0,1.18359379 -0.09375,1.62890629 C 10.740829,1.4713322 10.190048,1.5768009 9.9205166,1.5768009 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path56"
|
||||
d="m 13.532821,1.5182072 c 0,0.515625 -0.105468,0.9726562 -0.609375,1.4648437 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054687 0.128907,0.1054687 0.09375,0 0.75,-0.6210937 0.75,-1.5585937 0,-0.515625 -0.1875,-0.85546876 -0.539063,-0.85546876 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359376 0,0.2226562 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path57"
|
||||
d="m 18.299423,-0.90757406 c 0,-0.85546874 -0.09375,-1.37109374 -0.351563,-1.87500004 -0.351562,-0.703125 -0.996093,-0.8789062 -1.441406,-0.8789062 -0.996094,0 -1.371094,0.75 -1.476562,0.9726562 -0.292969,0.5742188 -0.304688,1.3710938 -0.304688,1.78125004 0,0.52734375 0.02344,1.3359375 0.410156,1.96874996 0.363282,0.5859375 0.949219,0.7382813 1.371094,0.7382813 0.386719,0 1.066406,-0.1171875 1.464844,-0.90234376 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 16.506454,1.5768009 c -0.269531,0 -0.820312,-0.1289062 -0.984375,-0.96093746 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718754 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.164063,-0.8085937 0.785156,-0.890625 0.984375,-0.890625 0.269531,0 0.820313,0.1289063 0.984375,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875004 0,1.18359379 -0.09375,1.62890629 C 17.326767,1.4713322 16.775985,1.5768009 16.506454,1.5768009 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g57"
|
||||
aria-label="w 0,1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,354.26661,163.38588)">
|
||||
<path
|
||||
id="path58"
|
||||
d="m 5.0383212,-3.7024959 c 0.058594,-0.234375 0.1640625,-0.6445313 0.1640625,-0.703125 0,-0.1992188 -0.1523437,-0.2929688 -0.3164062,-0.2929688 -0.1289063,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507813,2.15625 -0.6210938,2.4375 -0.082031,0.328125 -0.1054687,0.5273438 -0.1054687,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992188 -0.2460937,0.57421871 -0.5742187,0.91406246 -1.0078125,0.91406246 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609376 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210937 0.1289063,-0.328125 0.1875,-0.4804688 0.1875,-0.6914063 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.0429687,0 -1.4414062,1.5820312 -1.4414062,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0078125 0.7265625,-1.3476563 1.1015625,-1.3476563 0.09375,0 0.2695312,0.011719 0.2695312,0.3632813 0,0.2695312 -0.1171875,0.5742187 -0.1875,0.7617187 -0.4804687,1.2890625 -0.6210937,1.7929688 -0.6210937,2.203125 0,0.99609376 0.7382812,1.37109376 1.5585937,1.37109376 0.1875,0 0.6914063,0 1.1367188,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007812,-0.6796875 1.5820312,-1.33593746 0.375,-0.8554688 0.7148438,-2.3203125 0.7148438,-2.8359375 0,-0.609375 -0.2929688,-0.7734375 -0.4804688,-0.7734375 -0.2695312,0 -0.5390625,0.2929687 -0.5390625,0.5273437 0,0.140625 0.058594,0.2109375 0.1640625,0.2929688 0.1171875,0.1289062 0.3867188,0.4101562 0.3867188,0.9257812 0,0.375 -0.3164063,1.4414063 -0.5976563,2.0039063 -0.28125,0.57421871 -0.6679687,0.96093746 -1.1953125,0.96093746 -0.515625,0 -0.8085937,-0.328125 -0.8085937,-0.94921876 0,-0.3046875 0.070312,-0.6445312 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path59"
|
||||
d="m 11.712149,-0.90757406 c 0,-0.85546874 -0.09375,-1.37109374 -0.351562,-1.87500004 -0.351563,-0.703125 -0.996094,-0.8789062 -1.4414064,-0.8789062 -0.9960937,0 -1.3710937,0.75 -1.4765625,0.9726562 -0.2929687,0.5742188 -0.3046875,1.3710938 -0.3046875,1.78125004 0,0.52734375 0.023437,1.3359375 0.4101563,1.96874996 0.3632812,0.5859375 0.9492187,0.7382813 1.3710937,0.7382813 0.3867184,0 1.0664064,-0.1171875 1.4648434,-0.90234376 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 9.9191806,1.5768009 c -0.2695312,0 -0.8203125,-0.1289062 -0.984375,-0.96093746 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718754 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.1640625,-0.8085937 0.7851563,-0.890625 0.984375,-0.890625 0.2695314,0 0.8203124,0.1289063 0.9843754,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875004 0,1.18359379 -0.09375,1.62890629 C 10.739493,1.4713322 10.188712,1.5768009 9.9191806,1.5768009 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path60"
|
||||
d="m 13.531485,1.5182072 c 0,0.515625 -0.105468,0.9726562 -0.609375,1.4648437 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054687 0.128907,0.1054687 0.09375,0 0.75,-0.6210937 0.75,-1.5585937 0,-0.515625 -0.1875,-0.85546876 -0.539063,-0.85546876 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359376 0,0.2226562 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path61"
|
||||
d="m 16.903556,-3.4388241 c 0,-0.2226562 -0.02344,-0.2226562 -0.234375,-0.2226562 -0.328125,0.3164062 -0.75,0.5039062 -1.511719,0.5039062 v 0.2695313 c 0.222656,0 0.644531,0 1.113281,-0.2226563 v 4.08984379 c 0,0.29296871 -0.02344,0.39843751 -0.785156,0.39843751 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.019531,-0.023437 1.371094,-0.023437 0.363281,0 1.054687,0 1.382812,0.023437 V 1.3775822 h -0.28125 c -0.75,0 -0.773437,-0.1054688 -0.773437,-0.39843751 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g61"
|
||||
aria-label="w 0,2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,389.46763,163.38588)">
|
||||
<path
|
||||
id="path62"
|
||||
d="m 5.039905,-3.7024959 c 0.058594,-0.234375 0.1640625,-0.6445313 0.1640625,-0.703125 0,-0.1992188 -0.1523438,-0.2929688 -0.3164063,-0.2929688 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273438 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992188 -0.2460938,0.57421871 -0.5742188,0.91406246 -1.0078125,0.91406246 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609376 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210937 0.1289062,-0.328125 0.1875,-0.4804688 0.1875,-0.6914063 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.04296875,0 -1.44140625,1.5820312 -1.44140625,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0078125 0.72656245,-1.3476563 1.10156245,-1.3476563 0.09375,0 0.2695313,0.011719 0.2695313,0.3632813 0,0.2695312 -0.1171875,0.5742187 -0.1875,0.7617187 -0.4804688,1.2890625 -0.6210938,1.7929688 -0.6210938,2.203125 0,0.99609376 0.7382813,1.37109376 1.5585938,1.37109376 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593746 0.375,-0.8554688 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929687 -0.5390625,0.5273437 0,0.140625 0.058594,0.2109375 0.1640625,0.2929688 0.1171875,0.1289062 0.3867187,0.4101562 0.3867187,0.9257812 0,0.375 -0.3164062,1.4414063 -0.5976562,2.0039063 -0.28125,0.57421871 -0.6679688,0.96093746 -1.1953125,0.96093746 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921876 0,-0.3046875 0.070312,-0.6445312 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path63"
|
||||
d="m 11.713733,-0.90757406 c 0,-0.85546874 -0.09375,-1.37109374 -0.351562,-1.87500004 -0.351563,-0.703125 -0.996094,-0.8789062 -1.4414066,-0.8789062 -0.9960938,0 -1.3710938,0.75 -1.4765625,0.9726562 -0.2929688,0.5742188 -0.3046875,1.3710938 -0.3046875,1.78125004 0,0.52734375 0.023437,1.3359375 0.4101562,1.96874996 0.3632813,0.5859375 0.9492188,0.7382813 1.3710938,0.7382813 0.3867186,0 1.0664066,-0.1171875 1.4648436,-0.90234376 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 9.9207644,1.5768009 c -0.2695313,0 -0.8203125,-0.1289062 -0.984375,-0.96093746 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718754 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.1640625,-0.8085937 0.7851562,-0.890625 0.984375,-0.890625 0.2695316,0 0.8203126,0.1289063 0.9843746,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875004 0,1.18359379 -0.09375,1.62890629 C 10.741077,1.4713322 10.190296,1.5768009 9.9207644,1.5768009 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path64"
|
||||
d="m 13.533069,1.5182072 c 0,0.515625 -0.105469,0.9726562 -0.609375,1.4648437 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054687 0.128906,0.1054687 0.09375,0 0.75,-0.6210937 0.75,-1.5585937 0,-0.515625 -0.1875,-0.85546876 -0.539062,-0.85546876 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359376 0,0.2226562 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path65"
|
||||
d="m 16.647327,0.00648844 c 0.128906,-0.1171875 0.457031,-0.375 0.585937,-0.4921875 0.492188,-0.45703125 0.960938,-0.89062504 0.960938,-1.61718754 0,-0.9492187 -0.796875,-1.5585937 -1.792969,-1.5585937 -0.949219,0 -1.582031,0.7265625 -1.582031,1.4296875 0,0.3984375 0.316406,0.4453125 0.421875,0.4453125 0.164062,0 0.410156,-0.1171875 0.410156,-0.421875 0,-0.4101563 -0.398437,-0.4101563 -0.492187,-0.4101563 0.234375,-0.5859375 0.773437,-0.7851562 1.160156,-0.7851562 0.738281,0 1.125,0.6328125 1.125,1.3007812 0,0.8320313 -0.585938,1.42968754 -1.523438,2.40234379 L 14.912952,1.3307072 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 h 3.152344 l 0.222656,-1.42968751 h -0.246094 c -0.02344,0.1640625 -0.08203,0.5625 -0.175781,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785156,0.0585938 h -1.417969 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g65"
|
||||
aria-label="w 0,3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,424.66863,163.38588)">
|
||||
<path
|
||||
id="path66"
|
||||
d="m 5.0385691,-3.7024959 c 0.058594,-0.234375 0.1640625,-0.6445313 0.1640625,-0.703125 0,-0.1992188 -0.1523438,-0.2929688 -0.3164063,-0.2929688 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273438 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992188 -0.2460938,0.57421871 -0.5742188,0.91406246 -1.0078125,0.91406246 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609376 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210937 0.1289062,-0.328125 0.1875,-0.4804688 0.1875,-0.6914063 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.04296879,0 -1.44140629,1.5820312 -1.44140629,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0078125 0.72656249,-1.3476563 1.10156249,-1.3476563 0.09375,0 0.2695313,0.011719 0.2695313,0.3632813 0,0.2695312 -0.1171875,0.5742187 -0.1875,0.7617187 -0.4804688,1.2890625 -0.6210938,1.7929688 -0.6210938,2.203125 0,0.99609376 0.7382813,1.37109376 1.5585938,1.37109376 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593746 0.375,-0.8554688 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929687 -0.5390625,0.5273437 0,0.140625 0.058594,0.2109375 0.1640625,0.2929688 0.1171875,0.1289062 0.3867187,0.4101562 0.3867187,0.9257812 0,0.375 -0.3164062,1.4414063 -0.5976562,2.0039063 -0.28125,0.57421871 -0.6679688,0.96093746 -1.1953125,0.96093746 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921876 0,-0.3046875 0.070312,-0.6445312 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path67"
|
||||
d="m 11.712397,-0.90757406 c 0,-0.85546874 -0.09375,-1.37109374 -0.351562,-1.87500004 -0.351563,-0.703125 -0.996094,-0.8789062 -1.4414066,-0.8789062 -0.9960937,0 -1.3710937,0.75 -1.4765625,0.9726562 -0.2929687,0.5742188 -0.3046875,1.3710938 -0.3046875,1.78125004 0,0.52734375 0.023437,1.3359375 0.4101563,1.96874996 0.3632812,0.5859375 0.9492187,0.7382813 1.3710937,0.7382813 0.3867186,0 1.0664066,-0.1171875 1.4648436,-0.90234376 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 9.9194284,1.5768009 c -0.2695312,0 -0.8203125,-0.1289062 -0.984375,-0.96093746 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718754 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.1640625,-0.8085937 0.7851563,-0.890625 0.984375,-0.890625 0.2695316,0 0.8203126,0.1289063 0.9843746,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875004 0,1.18359379 -0.09375,1.62890629 C 10.739741,1.4713322 10.18896,1.5768009 9.9194284,1.5768009 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path68"
|
||||
d="m 13.531733,1.5182072 c 0,0.515625 -0.105469,0.9726562 -0.609375,1.4648437 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054687 0.128906,0.1054687 0.09375,0 0.75,-0.6210937 0.75,-1.5585937 0,-0.515625 -0.1875,-0.85546876 -0.539062,-0.85546876 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359376 0,0.2226562 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path69"
|
||||
d="m 16.411616,-1.0247616 c 0.632812,0 1.03125,0.45703129 1.03125,1.30078129 0,0.99609371 -0.574219,1.28906251 -0.996094,1.28906251 -0.433594,0 -1.03125,-0.1640625 -1.3125,-0.58593751 0.292969,0 0.492188,-0.17578125 0.492188,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.445313,-0.43359375 -0.210937,0 -0.433594,0.12890625 -0.433594,0.45703125 0,0.75000001 0.808594,1.24218751 1.722657,1.24218751 1.054687,0 1.792968,-0.7265625 1.792968,-1.52343751 0,-0.66796875 -0.515625,-1.265625 -1.335937,-1.44140629 0.632812,-0.2226562 1.101562,-0.7734375 1.101562,-1.40625 0,-0.6328125 -0.714843,-1.0898437 -1.546875,-1.0898437 -0.855468,0 -1.5,0.4570312 -1.5,1.0664062 0,0.2929688 0.199219,0.421875 0.410157,0.421875 0.246093,0 0.410156,-0.1757812 0.410156,-0.4101562 0,-0.2929688 -0.257813,-0.3984375 -0.433594,-0.4101563 0.339844,-0.4335937 0.949219,-0.46875 1.089844,-0.46875 0.210937,0 0.808594,0.070312 0.808594,0.890625 0,0.5625 -0.222657,0.890625 -0.339844,1.0195313 -0.234375,0.2460937 -0.421875,0.2578125 -0.902344,0.2929687 -0.152344,0.011719 -0.222656,0.023437 -0.222656,0.1171875 0,0.1171875 0.07031,0.1171875 0.210937,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g69"
|
||||
aria-label="w 1,0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,319.06561,183.59249)">
|
||||
<path
|
||||
id="path70"
|
||||
d="m 5.0396572,-3.7021825 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421875 -0.5742188,0.9140625 -1.0078125,0.9140625 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.9960937 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296876,0 -1.44140626,1.5820313 -1.44140626,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.72656246,-1.3476562 1.10156246,-1.3476562 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.9960937 0.7382813,1.3710937 1.5585938,1.3710937 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.3359375 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421875 -0.6679688,0.9609375 -1.1953125,0.9609375 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.9492187 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path71"
|
||||
d="m 10.318954,-3.4385106 c 0,-0.2226563 -0.02344,-0.2226563 -0.234375,-0.2226563 -0.3281249,0.3164063 -0.7499999,0.5039063 -1.5117187,0.5039063 v 0.2695312 c 0.2226563,0 0.6445313,0 1.1132813,-0.2226562 v 4.08984373 c 0,0.29296877 -0.023437,0.39843747 -0.7851563,0.39843747 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.0195313,-0.023437 1.3710938,-0.023437 0.3632809,0 1.0546879,0 1.3828129,0.023437 V 1.3778956 h -0.28125 c -0.75,0 -0.773438,-0.1054687 -0.773438,-0.39843747 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path72"
|
||||
d="m 13.532821,1.5185206 c 0,0.515625 -0.105468,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128907,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546872 -0.539063,-0.85546872 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359372 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path73"
|
||||
d="m 18.299423,-0.90726062 c 0,-0.85546878 -0.09375,-1.37109378 -0.351563,-1.87499998 -0.351562,-0.703125 -0.996093,-0.8789063 -1.441406,-0.8789063 -0.996094,0 -1.371094,0.75 -1.476562,0.9726563 -0.292969,0.5742187 -0.304688,1.3710937 -0.304688,1.78124998 0,0.52734375 0.02344,1.3359375 0.410156,1.96875002 0.363282,0.5859375 0.949219,0.7382812 1.371094,0.7382812 0.386719,0 1.066406,-0.1171875 1.464844,-0.90234372 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 16.506454,1.5771144 c -0.269531,0 -0.820312,-0.1289063 -0.984375,-0.96093752 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718748 0,-0.5507813 0,-1.1132813 0.09375,-1.546875 0.164063,-0.8085938 0.785156,-0.890625 0.984375,-0.890625 0.269531,0 0.820313,0.1289062 0.984375,0.8554687 0.09375,0.4453125 0.09375,1.0429688 0.09375,1.5820313 0,0.46874998 0,1.18359373 -0.09375,1.62890623 C 17.326767,1.4716456 16.775985,1.5771144 16.506454,1.5771144 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g73"
|
||||
aria-label="w 1,1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,354.26661,183.59249)">
|
||||
<path
|
||||
id="path74"
|
||||
d="m 5.0383212,-3.7021825 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523437,-0.2929687 -0.3164062,-0.2929687 -0.1289063,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507813,2.15625 -0.6210938,2.4375 -0.082031,0.328125 -0.1054687,0.5273437 -0.1054687,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460937,0.57421875 -0.5742187,0.9140625 -1.0078125,0.9140625 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.9960937 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289063,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.0429687,0 -1.4414062,1.5820313 -1.4414062,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.7265625,-1.3476562 1.1015625,-1.3476562 0.09375,0 0.2695312,0.011719 0.2695312,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804687,1.2890625 -0.6210937,1.7929687 -0.6210937,2.203125 0,0.9960937 0.7382812,1.3710937 1.5585937,1.3710937 0.1875,0 0.6914063,0 1.1367188,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007812,-0.6796875 1.5820312,-1.3359375 0.375,-0.8554687 0.7148438,-2.3203125 0.7148438,-2.8359375 0,-0.609375 -0.2929688,-0.7734375 -0.4804688,-0.7734375 -0.2695312,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867188,0.4101563 0.3867188,0.9257813 0,0.375 -0.3164063,1.4414062 -0.5976563,2.0039062 -0.28125,0.57421875 -0.6679687,0.9609375 -1.1953125,0.9609375 -0.515625,0 -0.8085937,-0.328125 -0.8085937,-0.9492187 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path75"
|
||||
d="m 10.317618,-3.4385106 c 0,-0.2226563 -0.02344,-0.2226563 -0.234375,-0.2226563 -0.3281249,0.3164063 -0.7499999,0.5039063 -1.5117186,0.5039063 v 0.2695312 c 0.2226562,0 0.6445312,0 1.1132812,-0.2226562 v 4.08984373 c 0,0.29296877 -0.023437,0.39843747 -0.7851562,0.39843747 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.0195312,-0.023437 1.3710937,-0.023437 0.3632809,0 1.0546879,0 1.3828129,0.023437 V 1.3778956 h -0.28125 c -0.75,0 -0.773438,-0.1054687 -0.773438,-0.39843747 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path76"
|
||||
d="m 13.531485,1.5185206 c 0,0.515625 -0.105468,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128907,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546872 -0.539063,-0.85546872 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359372 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path77"
|
||||
d="m 16.903556,-3.4385106 c 0,-0.2226563 -0.02344,-0.2226563 -0.234375,-0.2226563 -0.328125,0.3164063 -0.75,0.5039063 -1.511719,0.5039063 v 0.2695312 c 0.222656,0 0.644531,0 1.113281,-0.2226562 v 4.08984373 c 0,0.29296877 -0.02344,0.39843747 -0.785156,0.39843747 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.019531,-0.023437 1.371094,-0.023437 0.363281,0 1.054687,0 1.382812,0.023437 V 1.3778956 h -0.28125 c -0.75,0 -0.773437,-0.1054687 -0.773437,-0.39843747 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g77"
|
||||
aria-label="w 1,2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,389.46763,183.59249)">
|
||||
<path
|
||||
id="path78"
|
||||
d="m 5.039905,-3.7021825 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421875 -0.5742188,0.9140625 -1.0078125,0.9140625 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.9960937 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296875,0 -1.44140625,1.5820313 -1.44140625,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 C 0.914905,-4.241245 1.3484987,-4.5810887 1.7234987,-4.5810887 c 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.9960937 0.7382813,1.3710937 1.5585938,1.3710937 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.3359375 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421875 -0.6679688,0.9609375 -1.1953125,0.9609375 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.9492187 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path79"
|
||||
d="m 10.319202,-3.4385106 c 0,-0.2226563 -0.02344,-0.2226563 -0.234375,-0.2226563 -0.3281251,0.3164063 -0.7500001,0.5039063 -1.5117189,0.5039063 v 0.2695312 c 0.2226563,0 0.6445313,0 1.1132813,-0.2226562 v 4.08984373 c 0,0.29296877 -0.023437,0.39843747 -0.7851563,0.39843747 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.0195313,-0.023437 1.3710938,-0.023437 0.3632811,0 1.0546871,0 1.3828121,0.023437 V 1.3778956 h -0.28125 c -0.75,0 -0.773437,-0.1054687 -0.773437,-0.39843747 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path80"
|
||||
d="m 13.533069,1.5185206 c 0,0.515625 -0.105469,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128906,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546872 -0.539062,-0.85546872 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359372 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path81"
|
||||
d="m 16.647327,0.00680188 c 0.128906,-0.1171875 0.457031,-0.375 0.585937,-0.4921875 0.492188,-0.45703125 0.960938,-0.89062498 0.960938,-1.61718748 0,-0.9492188 -0.796875,-1.5585938 -1.792969,-1.5585938 -0.949219,0 -1.582031,0.7265625 -1.582031,1.4296875 0,0.3984375 0.316406,0.4453125 0.421875,0.4453125 0.164062,0 0.410156,-0.1171875 0.410156,-0.421875 0,-0.4101562 -0.398437,-0.4101562 -0.492187,-0.4101562 0.234375,-0.5859375 0.773437,-0.7851563 1.160156,-0.7851563 0.738281,0 1.125,0.6328125 1.125,1.3007813 0,0.8320312 -0.585938,1.42968748 -1.523438,2.40234373 L 14.912952,1.3310206 c -0.09375,0.09375 -0.09375,0.1054688 -0.09375,0.3046875 h 3.152344 l 0.222656,-1.42968747 h -0.246094 c -0.02344,0.1640625 -0.08203,0.5625 -0.175781,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785156,0.0585938 h -1.417969 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g81"
|
||||
aria-label="w 1,3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,424.66863,183.59249)">
|
||||
<path
|
||||
id="path82"
|
||||
d="m 5.0385691,-3.7021825 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421875 -0.5742188,0.9140625 -1.0078125,0.9140625 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.9960937 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296879,0 -1.44140629,1.5820313 -1.44140629,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 C 0.91356926,-4.241245 1.347163,-4.5810887 1.722163,-4.5810887 c 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.9960937 0.7382813,1.3710937 1.5585938,1.3710937 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.3359375 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421875 -0.6679688,0.9609375 -1.1953125,0.9609375 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.9492187 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path83"
|
||||
d="m 10.317866,-3.4385106 c 0,-0.2226563 -0.02344,-0.2226563 -0.234375,-0.2226563 -0.3281251,0.3164063 -0.7500001,0.5039063 -1.5117188,0.5039063 v 0.2695312 c 0.2226562,0 0.6445312,0 1.1132812,-0.2226562 v 4.08984373 c 0,0.29296877 -0.023437,0.39843747 -0.7851562,0.39843747 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.0195312,-0.023437 1.3710937,-0.023437 0.3632811,0 1.0546871,0 1.3828121,0.023437 V 1.3778956 h -0.28125 c -0.75,0 -0.773437,-0.1054687 -0.773437,-0.39843747 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path84"
|
||||
d="m 13.531733,1.5185206 c 0,0.515625 -0.105469,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128906,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546872 -0.539062,-0.85546872 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359372 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path85"
|
||||
d="m 16.411616,-1.0244481 c 0.632812,0 1.03125,0.45703123 1.03125,1.30078123 0,0.99609377 -0.574219,1.28906247 -0.996094,1.28906247 -0.433594,0 -1.03125,-0.1640625 -1.3125,-0.58593747 0.292969,0 0.492188,-0.17578125 0.492188,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.445313,-0.43359375 -0.210937,0 -0.433594,0.12890625 -0.433594,0.45703125 0,0.74999997 0.808594,1.24218747 1.722657,1.24218747 1.054687,0 1.792968,-0.7265625 1.792968,-1.52343747 0,-0.66796875 -0.515625,-1.265625 -1.335937,-1.44140623 0.632812,-0.2226563 1.101562,-0.7734375 1.101562,-1.40625 0,-0.6328125 -0.714843,-1.0898438 -1.546875,-1.0898438 -0.855468,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.199219,0.421875 0.410157,0.421875 0.246093,0 0.410156,-0.1757813 0.410156,-0.4101563 0,-0.2929687 -0.257813,-0.3984375 -0.433594,-0.4101562 0.339844,-0.4335938 0.949219,-0.46875 1.089844,-0.46875 0.210937,0 0.808594,0.070312 0.808594,0.890625 0,0.5625 -0.222657,0.890625 -0.339844,1.0195312 -0.234375,0.2460938 -0.421875,0.2578125 -0.902344,0.2929688 -0.152344,0.011719 -0.222656,0.023437 -0.222656,0.1171875 0,0.1171875 0.07031,0.1171875 0.210937,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g85"
|
||||
aria-label="w 2,0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,319.06561,203.79911)">
|
||||
<path
|
||||
id="path86"
|
||||
d="m 5.0396572,-3.7018691 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421879 -0.5742188,0.91406254 -1.0078125,0.91406254 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609374 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296876,0 -1.44140626,1.5820313 -1.44140626,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.72656246,-1.3476562 1.10156246,-1.3476562 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.99609374 0.7382813,1.37109374 1.5585938,1.37109374 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593754 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421879 -0.6679688,0.96093754 -1.1953125,0.96093754 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921874 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path87"
|
||||
d="m 10.061142,0.00711531 c 0.128906,-0.1171875 0.457031,-0.375 0.585937,-0.4921875 0.492188,-0.45703125 0.960938,-0.89062501 0.960938,-1.61718751 0,-0.9492187 -0.796875,-1.5585937 -1.7929692,-1.5585937 -0.9492187,0 -1.5820312,0.7265625 -1.5820312,1.4296875 0,0.3984375 0.3164062,0.4453125 0.421875,0.4453125 0.1640625,0 0.4101562,-0.1171875 0.4101562,-0.421875 0,-0.4101563 -0.3984375,-0.4101563 -0.4921875,-0.4101563 0.234375,-0.5859375 0.7734375,-0.7851562 1.1601563,-0.7851562 0.7382814,0 1.1250004,0.6328125 1.1250004,1.3007812 0,0.8320313 -0.585938,1.42968751 -1.5234379,2.40234376 L 8.3267666,1.3313341 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 H 11.38536 l 0.222657,-1.42968754 h -0.246094 c -0.02344,0.1640625 -0.08203,0.5625 -0.175781,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785157,0.0585938 H 8.9830166 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path88"
|
||||
d="m 13.532821,1.5188341 c 0,0.515625 -0.105468,0.9726562 -0.609375,1.4648437 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054687 0.128907,0.1054687 0.09375,0 0.75,-0.6210937 0.75,-1.5585937 0,-0.515625 -0.1875,-0.85546879 -0.539063,-0.85546879 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359379 0,0.2226562 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path89"
|
||||
d="m 18.299423,-0.90694719 c 0,-0.85546871 -0.09375,-1.37109371 -0.351563,-1.87500001 -0.351562,-0.703125 -0.996093,-0.8789062 -1.441406,-0.8789062 -0.996094,0 -1.371094,0.75 -1.476562,0.9726562 -0.292969,0.5742188 -0.304688,1.3710938 -0.304688,1.78125001 0,0.52734375 0.02344,1.3359375 0.410156,1.96874999 0.363282,0.5859375 0.949219,0.7382813 1.371094,0.7382813 0.386719,0 1.066406,-0.1171875 1.464844,-0.90234379 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 16.506454,1.5774278 c -0.269531,0 -0.820312,-0.1289062 -0.984375,-0.96093749 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718751 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.164063,-0.8085937 0.785156,-0.890625 0.984375,-0.890625 0.269531,0 0.820313,0.1289063 0.984375,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875001 0,1.18359376 -0.09375,1.62890626 C 17.326767,1.4719591 16.775985,1.5774278 16.506454,1.5774278 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g89"
|
||||
aria-label="w 2,1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,354.26661,203.79911)">
|
||||
<path
|
||||
id="path90"
|
||||
d="m 5.0383212,-3.7018691 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523437,-0.2929687 -0.3164062,-0.2929687 -0.1289063,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507813,2.15625 -0.6210938,2.4375 -0.082031,0.328125 -0.1054687,0.5273437 -0.1054687,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460937,0.57421879 -0.5742187,0.91406254 -1.0078125,0.91406254 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609374 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289063,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.0429687,0 -1.4414062,1.5820313 -1.4414062,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.7265625,-1.3476562 1.1015625,-1.3476562 0.09375,0 0.2695312,0.011719 0.2695312,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804687,1.2890625 -0.6210937,1.7929687 -0.6210937,2.203125 0,0.99609374 0.7382812,1.37109374 1.5585937,1.37109374 0.1875,0 0.6914063,0 1.1367188,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007812,-0.6796875 1.5820312,-1.33593754 0.375,-0.8554687 0.7148438,-2.3203125 0.7148438,-2.8359375 0,-0.609375 -0.2929688,-0.7734375 -0.4804688,-0.7734375 -0.2695312,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867188,0.4101563 0.3867188,0.9257813 0,0.375 -0.3164063,1.4414062 -0.5976563,2.0039062 -0.28125,0.57421879 -0.6679687,0.96093754 -1.1953125,0.96093754 -0.515625,0 -0.8085937,-0.328125 -0.8085937,-0.94921874 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path91"
|
||||
d="m 10.059806,0.00711531 c 0.128906,-0.1171875 0.457031,-0.375 0.585937,-0.4921875 0.492188,-0.45703125 0.960938,-0.89062501 0.960938,-1.61718751 0,-0.9492187 -0.796875,-1.5585937 -1.7929691,-1.5585937 -0.9492188,0 -1.5820313,0.7265625 -1.5820313,1.4296875 0,0.3984375 0.3164063,0.4453125 0.421875,0.4453125 0.1640625,0 0.4101563,-0.1171875 0.4101563,-0.421875 0,-0.4101563 -0.3984375,-0.4101563 -0.4921875,-0.4101563 0.234375,-0.5859375 0.7734375,-0.7851562 1.1601562,-0.7851562 0.7382814,0 1.1250004,0.6328125 1.1250004,1.3007812 0,0.8320313 -0.585938,1.42968751 -1.5234379,2.40234376 L 8.3254306,1.3313341 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 h 3.1523434 l 0.222657,-1.42968754 h -0.246094 c -0.02344,0.1640625 -0.08203,0.5625 -0.175781,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785157,0.0585938 H 8.9816806 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path92"
|
||||
d="m 13.531485,1.5188341 c 0,0.515625 -0.105468,0.9726562 -0.609375,1.4648437 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054687 0.128907,0.1054687 0.09375,0 0.75,-0.6210937 0.75,-1.5585937 0,-0.515625 -0.1875,-0.85546879 -0.539063,-0.85546879 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359379 0,0.2226562 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path93"
|
||||
d="m 16.903556,-3.4381972 c 0,-0.2226562 -0.02344,-0.2226562 -0.234375,-0.2226562 -0.328125,0.3164062 -0.75,0.5039062 -1.511719,0.5039062 v 0.2695313 c 0.222656,0 0.644531,0 1.113281,-0.2226563 v 4.08984376 c 0,0.29296874 -0.02344,0.39843754 -0.785156,0.39843754 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.019531,-0.023437 1.371094,-0.023437 0.363281,0 1.054687,0 1.382812,0.023437 V 1.3782091 h -0.28125 c -0.75,0 -0.773437,-0.1054688 -0.773437,-0.39843754 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g93"
|
||||
aria-label="w 2,2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,389.46763,203.79911)">
|
||||
<path
|
||||
id="path94"
|
||||
d="m 5.039905,-3.7018691 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421879 -0.5742188,0.91406254 -1.0078125,0.91406254 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609374 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296875,0 -1.44140625,1.5820313 -1.44140625,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.72656245,-1.3476562 1.10156245,-1.3476562 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.99609374 0.7382813,1.37109374 1.5585938,1.37109374 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593754 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421879 -0.6679688,0.96093754 -1.1953125,0.96093754 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921874 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path95"
|
||||
d="m 10.061389,0.00711531 c 0.128907,-0.1171875 0.457032,-0.375 0.585938,-0.4921875 0.492187,-0.45703125 0.960937,-0.89062501 0.960937,-1.61718751 0,-0.9492187 -0.796875,-1.5585937 -1.7929684,-1.5585937 -0.9492187,0 -1.5820312,0.7265625 -1.5820312,1.4296875 0,0.3984375 0.3164062,0.4453125 0.421875,0.4453125 0.1640625,0 0.4101562,-0.1171875 0.4101562,-0.421875 0,-0.4101563 -0.3984375,-0.4101563 -0.4921875,-0.4101563 0.234375,-0.5859375 0.7734375,-0.7851562 1.1601563,-0.7851562 0.7382816,0 1.1249996,0.6328125 1.1249996,1.3007812 0,0.8320313 -0.585937,1.42968751 -1.5234371,2.40234376 L 8.3270144,1.3313341 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 h 3.1523436 l 0.222656,-1.42968754 h -0.246093 c -0.02344,0.1640625 -0.08203,0.5625 -0.175782,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785156,0.0585938 H 8.9832644 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path96"
|
||||
d="m 13.533069,1.5188341 c 0,0.515625 -0.105469,0.9726562 -0.609375,1.4648437 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054687 0.128906,0.1054687 0.09375,0 0.75,-0.6210937 0.75,-1.5585937 0,-0.515625 -0.1875,-0.85546879 -0.539062,-0.85546879 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359379 0,0.2226562 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path97"
|
||||
d="m 16.647327,0.00711531 c 0.128906,-0.1171875 0.457031,-0.375 0.585937,-0.4921875 0.492188,-0.45703125 0.960938,-0.89062501 0.960938,-1.61718751 0,-0.9492187 -0.796875,-1.5585937 -1.792969,-1.5585937 -0.949219,0 -1.582031,0.7265625 -1.582031,1.4296875 0,0.3984375 0.316406,0.4453125 0.421875,0.4453125 0.164062,0 0.410156,-0.1171875 0.410156,-0.421875 0,-0.4101563 -0.398437,-0.4101563 -0.492187,-0.4101563 0.234375,-0.5859375 0.773437,-0.7851562 1.160156,-0.7851562 0.738281,0 1.125,0.6328125 1.125,1.3007812 0,0.8320313 -0.585938,1.42968751 -1.523438,2.40234376 L 14.912952,1.3313341 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 h 3.152344 l 0.222656,-1.42968754 h -0.246094 c -0.02344,0.1640625 -0.08203,0.5625 -0.175781,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785156,0.0585938 h -1.417969 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g97"
|
||||
aria-label="w 2,3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,424.66863,203.79911)">
|
||||
<path
|
||||
id="path98"
|
||||
d="m 5.0385691,-3.7018691 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421879 -0.5742188,0.91406254 -1.0078125,0.91406254 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609374 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296879,0 -1.44140629,1.5820313 -1.44140629,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.72656249,-1.3476562 1.10156249,-1.3476562 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.99609374 0.7382813,1.37109374 1.5585938,1.37109374 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593754 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421879 -0.6679688,0.96093754 -1.1953125,0.96093754 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921874 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path99"
|
||||
d="m 10.060053,0.00711531 c 0.128907,-0.1171875 0.457032,-0.375 0.585938,-0.4921875 0.492187,-0.45703125 0.960937,-0.89062501 0.960937,-1.61718751 0,-0.9492187 -0.796875,-1.5585937 -1.7929683,-1.5585937 -0.9492188,0 -1.5820313,0.7265625 -1.5820313,1.4296875 0,0.3984375 0.3164063,0.4453125 0.421875,0.4453125 0.1640625,0 0.4101563,-0.1171875 0.4101563,-0.421875 0,-0.4101563 -0.3984375,-0.4101563 -0.4921875,-0.4101563 0.234375,-0.5859375 0.7734375,-0.7851562 1.1601562,-0.7851562 0.7382816,0 1.1249996,0.6328125 1.1249996,1.3007812 0,0.8320313 -0.585937,1.42968751 -1.5234371,2.40234376 L 8.3256784,1.3313341 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 h 3.1523436 l 0.222656,-1.42968754 h -0.246093 c -0.02344,0.1640625 -0.08203,0.5625 -0.175782,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785156,0.0585938 H 8.9819284 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path100"
|
||||
d="m 13.531733,1.5188341 c 0,0.515625 -0.105469,0.9726562 -0.609375,1.4648437 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054687 0.128906,0.1054687 0.09375,0 0.75,-0.6210937 0.75,-1.5585937 0,-0.515625 -0.1875,-0.85546879 -0.539062,-0.85546879 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359379 0,0.2226562 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path101"
|
||||
d="m 16.411616,-1.0241347 c 0.632812,0 1.03125,0.45703126 1.03125,1.30078126 0,0.99609374 -0.574219,1.28906254 -0.996094,1.28906254 -0.433594,0 -1.03125,-0.1640625 -1.3125,-0.58593754 0.292969,0 0.492188,-0.17578125 0.492188,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.445313,-0.43359375 -0.210937,0 -0.433594,0.12890625 -0.433594,0.45703125 0,0.75000004 0.808594,1.24218754 1.722657,1.24218754 1.054687,0 1.792968,-0.7265625 1.792968,-1.52343754 0,-0.66796875 -0.515625,-1.265625 -1.335937,-1.44140626 0.632812,-0.2226562 1.101562,-0.7734375 1.101562,-1.40625 0,-0.6328125 -0.714843,-1.0898437 -1.546875,-1.0898437 -0.855468,0 -1.5,0.4570312 -1.5,1.0664062 0,0.2929688 0.199219,0.421875 0.410157,0.421875 0.246093,0 0.410156,-0.1757812 0.410156,-0.4101562 0,-0.2929688 -0.257813,-0.3984375 -0.433594,-0.4101563 0.339844,-0.4335937 0.949219,-0.46875 1.089844,-0.46875 0.210937,0 0.808594,0.070312 0.808594,0.890625 0,0.5625 -0.222657,0.890625 -0.339844,1.0195313 -0.234375,0.2460937 -0.421875,0.2578125 -0.902344,0.2929687 -0.152344,0.011719 -0.222656,0.023437 -0.222656,0.1171875 0,0.1171875 0.07031,0.1171875 0.210937,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g101"
|
||||
aria-label="w 3,0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,319.06561,224.00572)">
|
||||
<path
|
||||
id="path102"
|
||||
d="m 5.0396572,-3.7044853 c 0.058594,-0.234375 0.1640625,-0.6445313 0.1640625,-0.703125 0,-0.1992188 -0.1523438,-0.2929688 -0.3164063,-0.2929688 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273438 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992188 -0.2460938,0.57421874 -0.5742188,0.91406249 -1.0078125,0.91406249 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609379 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210937 0.1289062,-0.328125 0.1875,-0.4804688 0.1875,-0.6914063 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.04296876,0 -1.44140626,1.5820312 -1.44140626,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0078125 0.72656246,-1.3476563 1.10156246,-1.3476563 0.09375,0 0.2695313,0.011719 0.2695313,0.3632813 0,0.2695312 -0.1171875,0.5742187 -0.1875,0.7617187 -0.4804688,1.2890625 -0.6210938,1.7929688 -0.6210938,2.203125 0,0.99609379 0.7382813,1.37109379 1.5585938,1.37109379 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593749 0.375,-0.8554688 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929687 -0.5390625,0.5273437 0,0.140625 0.058594,0.2109375 0.1640625,0.2929688 0.1171875,0.1289062 0.3867187,0.4101562 0.3867187,0.9257812 0,0.375 -0.3164062,1.4414063 -0.5976562,2.0039063 -0.28125,0.57421874 -0.6679688,0.96093749 -1.1953125,0.96093749 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921879 0,-0.3046875 0.070312,-0.6445312 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path103"
|
||||
d="m 9.8267666,-1.0238212 c 0.6328124,0 1.0312504,0.4570312 1.0312504,1.3007812 0,0.9960938 -0.574219,1.2890625 -0.9960942,1.2890625 -0.4335937,0 -1.03125,-0.1640625 -1.3125,-0.5859375 0.2929688,0 0.4921875,-0.17578125 0.4921875,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.4453125,-0.43359375 -0.2109375,0 -0.4335937,0.12890625 -0.4335937,0.45703125 0,0.75 0.8085937,1.2421875 1.7226562,1.2421875 1.0546877,0 1.7929687,-0.7265625 1.7929687,-1.5234375 0,-0.66796875 -0.515625,-1.265625 -1.335937,-1.4414062 0.632812,-0.2226563 1.101562,-0.7734375 1.101562,-1.40625 0,-0.6328125 -0.714844,-1.0898438 -1.5468749,-1.0898438 -0.8554688,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.1992187,0.421875 0.4101562,0.421875 0.2460938,0 0.4101563,-0.1757813 0.4101563,-0.4101563 0,-0.2929687 -0.2578125,-0.3984375 -0.4335938,-0.4101562 0.3398438,-0.4335938 0.9492188,-0.46875 1.0898438,-0.46875 0.2109374,0 0.8085934,0.070312 0.8085934,0.890625 0,0.5625 -0.222656,0.890625 -0.339843,1.0195312 -0.234375,0.2460938 -0.4218754,0.2578125 -0.9023442,0.2929688 -0.1523437,0.011719 -0.2226562,0.023437 -0.2226562,0.1171875 0,0.1171875 0.070312,0.1171875 0.2109375,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path104"
|
||||
d="m 13.532821,1.5191475 c 0,0.515625 -0.105468,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128907,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546875 -0.539063,-0.85546875 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359375 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path105"
|
||||
d="m 18.299423,-0.90663375 c 0,-0.85546875 -0.09375,-1.37109375 -0.351563,-1.87499995 -0.351562,-0.703125 -0.996093,-0.8789063 -1.441406,-0.8789063 -0.996094,0 -1.371094,0.75 -1.476562,0.9726563 -0.292969,0.5742187 -0.304688,1.3710937 -0.304688,1.78124995 0,0.52734375 0.02344,1.3359375 0.410156,1.96875005 0.363282,0.5859375 0.949219,0.7382812 1.371094,0.7382812 0.386719,0 1.066406,-0.1171875 1.464844,-0.90234375 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 16.506454,1.5777413 c -0.269531,0 -0.820312,-0.1289063 -0.984375,-0.96093755 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718745 0,-0.5507813 0,-1.1132813 0.09375,-1.546875 0.164063,-0.8085938 0.785156,-0.890625 0.984375,-0.890625 0.269531,0 0.820313,0.1289062 0.984375,0.8554687 0.09375,0.4453125 0.09375,1.0429688 0.09375,1.5820313 0,0.46874995 0,1.1835937 -0.09375,1.6289062 -0.164062,0.84375 -0.714844,0.9492188 -0.984375,0.9492188 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g105"
|
||||
aria-label="w 3,1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,354.26661,224.00572)">
|
||||
<path
|
||||
id="path106"
|
||||
d="m 5.0383212,-3.7044853 c 0.058594,-0.234375 0.1640625,-0.6445313 0.1640625,-0.703125 0,-0.1992188 -0.1523437,-0.2929688 -0.3164062,-0.2929688 -0.1289063,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507813,2.15625 -0.6210938,2.4375 -0.082031,0.328125 -0.1054687,0.5273438 -0.1054687,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992188 -0.2460937,0.57421874 -0.5742187,0.91406249 -1.0078125,0.91406249 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609379 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210937 0.1289063,-0.328125 0.1875,-0.4804688 0.1875,-0.6914063 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.0429687,0 -1.4414062,1.5820312 -1.4414062,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0078125 0.7265625,-1.3476563 1.1015625,-1.3476563 0.09375,0 0.2695312,0.011719 0.2695312,0.3632813 0,0.2695312 -0.1171875,0.5742187 -0.1875,0.7617187 -0.4804687,1.2890625 -0.6210937,1.7929688 -0.6210937,2.203125 0,0.99609379 0.7382812,1.37109379 1.5585937,1.37109379 0.1875,0 0.6914063,0 1.1367188,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007812,-0.6796875 1.5820312,-1.33593749 0.375,-0.8554688 0.7148438,-2.3203125 0.7148438,-2.8359375 0,-0.609375 -0.2929688,-0.7734375 -0.4804688,-0.7734375 -0.2695312,0 -0.5390625,0.2929687 -0.5390625,0.5273437 0,0.140625 0.058594,0.2109375 0.1640625,0.2929688 0.1171875,0.1289062 0.3867188,0.4101562 0.3867188,0.9257812 0,0.375 -0.3164063,1.4414063 -0.5976563,2.0039063 -0.28125,0.57421874 -0.6679687,0.96093749 -1.1953125,0.96093749 -0.515625,0 -0.8085937,-0.328125 -0.8085937,-0.94921879 0,-0.3046875 0.070312,-0.6445312 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path107"
|
||||
d="m 9.8254306,-1.0238212 c 0.6328124,0 1.0312504,0.4570312 1.0312504,1.3007812 0,0.9960938 -0.574219,1.2890625 -0.9960941,1.2890625 -0.4335938,0 -1.03125,-0.1640625 -1.3125,-0.5859375 0.2929687,0 0.4921875,-0.17578125 0.4921875,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.4453125,-0.43359375 -0.2109375,0 -0.4335938,0.12890625 -0.4335938,0.45703125 0,0.75 0.8085938,1.2421875 1.7226563,1.2421875 1.0546876,0 1.7929686,-0.7265625 1.7929686,-1.5234375 0,-0.66796875 -0.515625,-1.265625 -1.335937,-1.4414062 0.632812,-0.2226563 1.101562,-0.7734375 1.101562,-1.40625 0,-0.6328125 -0.714844,-1.0898438 -1.5468749,-1.0898438 -0.8554687,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.1992188,0.421875 0.4101563,0.421875 0.2460937,0 0.4101562,-0.1757813 0.4101562,-0.4101563 0,-0.2929687 -0.2578125,-0.3984375 -0.4335937,-0.4101562 0.3398437,-0.4335938 0.9492187,-0.46875 1.0898437,-0.46875 0.2109374,0 0.8085934,0.070312 0.8085934,0.890625 0,0.5625 -0.222656,0.890625 -0.339843,1.0195312 -0.234375,0.2460938 -0.4218754,0.2578125 -0.9023441,0.2929688 -0.1523438,0.011719 -0.2226563,0.023437 -0.2226563,0.1171875 0,0.1171875 0.070312,0.1171875 0.2109375,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path108"
|
||||
d="m 13.531485,1.5191475 c 0,0.515625 -0.105468,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128907,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546875 -0.539063,-0.85546875 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359375 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path109"
|
||||
d="m 16.903556,-3.4378837 c 0,-0.2226563 -0.02344,-0.2226563 -0.234375,-0.2226563 -0.328125,0.3164063 -0.75,0.5039063 -1.511719,0.5039063 v 0.2695312 c 0.222656,0 0.644531,0 1.113281,-0.2226562 V 0.980085 c 0,0.2929688 -0.02344,0.3984375 -0.785156,0.3984375 h -0.28125 V 1.636335 c 0.328125,-0.023437 1.019531,-0.023437 1.371094,-0.023437 0.363281,0 1.054687,0 1.382812,0.023437 V 1.3785225 h -0.28125 c -0.75,0 -0.773437,-0.1054687 -0.773437,-0.3984375 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g109"
|
||||
aria-label="w 3,2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,389.46763,224.00572)">
|
||||
<path
|
||||
id="path110"
|
||||
d="m 5.039905,-3.7044853 c 0.058594,-0.234375 0.1640625,-0.6445313 0.1640625,-0.703125 0,-0.1992188 -0.1523438,-0.2929688 -0.3164063,-0.2929688 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273438 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992188 -0.2460938,0.57421874 -0.5742188,0.91406249 -1.0078125,0.91406249 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609379 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210937 0.1289062,-0.328125 0.1875,-0.4804688 0.1875,-0.6914063 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.04296875,0 -1.44140625,1.5820312 -1.44140625,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0078125 0.72656245,-1.3476563 1.10156245,-1.3476563 0.09375,0 0.2695313,0.011719 0.2695313,0.3632813 0,0.2695312 -0.1171875,0.5742187 -0.1875,0.7617187 -0.4804688,1.2890625 -0.6210938,1.7929688 -0.6210938,2.203125 0,0.99609379 0.7382813,1.37109379 1.5585938,1.37109379 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593749 0.375,-0.8554688 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929687 -0.5390625,0.5273437 0,0.140625 0.058594,0.2109375 0.1640625,0.2929688 0.1171875,0.1289062 0.3867187,0.4101562 0.3867187,0.9257812 0,0.375 -0.3164062,1.4414063 -0.5976562,2.0039063 -0.28125,0.57421874 -0.6679688,0.96093749 -1.1953125,0.96093749 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921879 0,-0.3046875 0.070312,-0.6445312 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path111"
|
||||
d="m 9.8270144,-1.0238212 c 0.6328126,0 1.0312496,0.4570312 1.0312496,1.3007812 0,0.9960938 -0.574218,1.2890625 -0.9960934,1.2890625 -0.4335937,0 -1.03125,-0.1640625 -1.3125,-0.5859375 0.2929688,0 0.4921875,-0.17578125 0.4921875,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.4453125,-0.43359375 -0.2109375,0 -0.4335937,0.12890625 -0.4335937,0.45703125 0,0.75 0.8085937,1.2421875 1.7226562,1.2421875 1.0546879,0 1.7929689,-0.7265625 1.7929689,-1.5234375 0,-0.66796875 -0.515625,-1.265625 -1.335938,-1.4414062 0.632813,-0.2226563 1.101563,-0.7734375 1.101563,-1.40625 0,-0.6328125 -0.714844,-1.0898438 -1.5468751,-1.0898438 -0.8554688,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.1992187,0.421875 0.4101562,0.421875 0.2460938,0 0.4101563,-0.1757813 0.4101563,-0.4101563 0,-0.2929687 -0.2578125,-0.3984375 -0.4335938,-0.4101562 0.3398438,-0.4335938 0.9492188,-0.46875 1.0898438,-0.46875 0.2109376,0 0.8085936,0.070312 0.8085936,0.890625 0,0.5625 -0.222656,0.890625 -0.339844,1.0195312 -0.234375,0.2460938 -0.4218746,0.2578125 -0.9023434,0.2929688 -0.1523437,0.011719 -0.2226562,0.023437 -0.2226562,0.1171875 0,0.1171875 0.070312,0.1171875 0.2109375,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path112"
|
||||
d="m 13.533069,1.5191475 c 0,0.515625 -0.105469,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128906,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546875 -0.539062,-0.85546875 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359375 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path113"
|
||||
d="m 16.647327,0.00742875 c 0.128906,-0.1171875 0.457031,-0.375 0.585937,-0.4921875 0.492188,-0.45703125 0.960938,-0.89062495 0.960938,-1.61718745 0,-0.9492188 -0.796875,-1.5585938 -1.792969,-1.5585938 -0.949219,0 -1.582031,0.7265625 -1.582031,1.4296875 0,0.3984375 0.316406,0.4453125 0.421875,0.4453125 0.164062,0 0.410156,-0.1171875 0.410156,-0.421875 0,-0.4101562 -0.398437,-0.4101562 -0.492187,-0.4101562 0.234375,-0.5859375 0.773437,-0.7851563 1.160156,-0.7851563 0.738281,0 1.125,0.6328125 1.125,1.3007813 0,0.8320312 -0.585938,1.42968745 -1.523438,2.4023437 l -1.007812,1.03125 c -0.09375,0.09375 -0.09375,0.1054688 -0.09375,0.3046875 h 3.152344 l 0.222656,-1.4296875 h -0.246094 c -0.02344,0.1640625 -0.08203,0.5625 -0.175781,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785156,0.0585938 h -1.417969 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g113"
|
||||
aria-label="w 3,3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,424.66863,224.00572)">
|
||||
<path
|
||||
id="path114"
|
||||
d="m 5.0385691,-3.7044853 c 0.058594,-0.234375 0.1640625,-0.6445313 0.1640625,-0.703125 0,-0.1992188 -0.1523438,-0.2929688 -0.3164063,-0.2929688 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273438 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992188 -0.2460938,0.57421874 -0.5742188,0.91406249 -1.0078125,0.91406249 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609379 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210937 0.1289062,-0.328125 0.1875,-0.4804688 0.1875,-0.6914063 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.04296879,0 -1.44140629,1.5820312 -1.44140629,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0078125 0.72656249,-1.3476563 1.10156249,-1.3476563 0.09375,0 0.2695313,0.011719 0.2695313,0.3632813 0,0.2695312 -0.1171875,0.5742187 -0.1875,0.7617187 -0.4804688,1.2890625 -0.6210938,1.7929688 -0.6210938,2.203125 0,0.99609379 0.7382813,1.37109379 1.5585938,1.37109379 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593749 0.375,-0.8554688 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929687 -0.5390625,0.5273437 0,0.140625 0.058594,0.2109375 0.1640625,0.2929688 0.1171875,0.1289062 0.3867187,0.4101562 0.3867187,0.9257812 0,0.375 -0.3164062,1.4414063 -0.5976562,2.0039063 -0.28125,0.57421874 -0.6679688,0.96093749 -1.1953125,0.96093749 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921879 0,-0.3046875 0.070312,-0.6445312 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path115"
|
||||
d="m 9.8256784,-1.0238212 c 0.6328126,0 1.0312496,0.4570312 1.0312496,1.3007812 0,0.9960938 -0.574218,1.2890625 -0.9960933,1.2890625 -0.4335938,0 -1.03125,-0.1640625 -1.3125,-0.5859375 0.2929687,0 0.4921875,-0.17578125 0.4921875,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.4453125,-0.43359375 -0.2109375,0 -0.4335938,0.12890625 -0.4335938,0.45703125 0,0.75 0.8085938,1.2421875 1.7226563,1.2421875 1.0546878,0 1.7929688,-0.7265625 1.7929688,-1.5234375 0,-0.66796875 -0.515625,-1.265625 -1.335938,-1.4414062 0.632813,-0.2226563 1.101563,-0.7734375 1.101563,-1.40625 0,-0.6328125 -0.714844,-1.0898438 -1.5468751,-1.0898438 -0.8554687,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.1992188,0.421875 0.4101563,0.421875 0.2460937,0 0.4101562,-0.1757813 0.4101562,-0.4101563 0,-0.2929687 -0.2578125,-0.3984375 -0.4335937,-0.4101562 0.3398437,-0.4335938 0.9492187,-0.46875 1.0898437,-0.46875 0.2109376,0 0.8085936,0.070312 0.8085936,0.890625 0,0.5625 -0.222656,0.890625 -0.339844,1.0195312 -0.234375,0.2460938 -0.4218746,0.2578125 -0.9023433,0.2929688 -0.1523438,0.011719 -0.2226563,0.023437 -0.2226563,0.1171875 0,0.1171875 0.070312,0.1171875 0.2109375,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path116"
|
||||
d="m 13.531733,1.5191475 c 0,0.515625 -0.105469,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128906,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546875 -0.539062,-0.85546875 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359375 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path117"
|
||||
d="m 16.411616,-1.0238212 c 0.632812,0 1.03125,0.4570312 1.03125,1.3007812 0,0.9960938 -0.574219,1.2890625 -0.996094,1.2890625 -0.433594,0 -1.03125,-0.1640625 -1.3125,-0.5859375 0.292969,0 0.492188,-0.17578125 0.492188,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.445313,-0.43359375 -0.210937,0 -0.433594,0.12890625 -0.433594,0.45703125 0,0.75 0.808594,1.2421875 1.722657,1.2421875 1.054687,0 1.792968,-0.7265625 1.792968,-1.5234375 0,-0.66796875 -0.515625,-1.265625 -1.335937,-1.4414062 0.632812,-0.2226563 1.101562,-0.7734375 1.101562,-1.40625 0,-0.6328125 -0.714843,-1.0898438 -1.546875,-1.0898438 -0.855468,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.199219,0.421875 0.410157,0.421875 0.246093,0 0.410156,-0.1757813 0.410156,-0.4101563 0,-0.2929687 -0.257813,-0.3984375 -0.433594,-0.4101562 0.339844,-0.4335938 0.949219,-0.46875 1.089844,-0.46875 0.210937,0 0.808594,0.070312 0.808594,0.890625 0,0.5625 -0.222657,0.890625 -0.339844,1.0195312 -0.234375,0.2460938 -0.421875,0.2578125 -0.902344,0.2929688 -0.152344,0.011719 -0.222656,0.023437 -0.222656,0.1171875 0,0.1171875 0.07031,0.1171875 0.210937,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g117"
|
||||
aria-label="w 4,0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,319.06561,244.21235)">
|
||||
<path
|
||||
id="path118"
|
||||
d="m 5.0396572,-3.7041819 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421878 -0.5742188,0.91406253 -1.0078125,0.91406253 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609373 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296876,0 -1.44140626,1.5820313 -1.44140626,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.72656246,-1.3476562 1.10156246,-1.3476562 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.99609373 0.7382813,1.37109373 1.5585938,1.37109373 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593753 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421878 -0.6679688,0.96093753 -1.1953125,0.96093753 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921873 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path119"
|
||||
d="m 10.951767,-3.5196116 c 0,-0.1640625 0,-0.2226562 -0.164063,-0.2226562 -0.105469,0 -0.117187,0.011719 -0.199219,0.1171875 L 8.0455166,0.06632594 v 0.2578125 h 2.2500004 v 0.66796875 c 0,0.29296871 -0.02344,0.38671871 -0.6328129,0.38671871 h -0.1875 v 0.2578125 c 0.6796879,-0.023437 0.6914059,-0.023437 1.1484379,-0.023437 0.457031,0 0.46875,0 1.148437,0.023437 V 1.3788259 h -0.1875 c -0.609375,0 -0.632812,-0.09375 -0.632812,-0.38671871 V 0.32413844 h 0.84375 v -0.2578125 h -0.84375 z M 10.35411,-2.8750803 V 0.06632594 H 8.3267666 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path120"
|
||||
d="m 13.532821,1.5194509 c 0,0.515625 -0.105468,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128907,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546871 -0.539063,-0.85546871 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359371 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path121"
|
||||
d="m 18.299423,-0.90633031 c 0,-0.85546879 -0.09375,-1.37109379 -0.351563,-1.87499999 -0.351562,-0.703125 -0.996093,-0.8789063 -1.441406,-0.8789063 -0.996094,0 -1.371094,0.75 -1.476562,0.9726563 -0.292969,0.5742187 -0.304688,1.3710937 -0.304688,1.78124999 0,0.52734375 0.02344,1.3359375 0.410156,1.96875001 0.363282,0.5859375 0.949219,0.7382812 1.371094,0.7382812 0.386719,0 1.066406,-0.1171875 1.464844,-0.90234371 0.292969,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 16.506454,1.5780447 c -0.269531,0 -0.820312,-0.1289063 -0.984375,-0.96093751 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718749 0,-0.5507813 0,-1.1132813 0.09375,-1.546875 0.164063,-0.8085938 0.785156,-0.890625 0.984375,-0.890625 0.269531,0 0.820313,0.1289062 0.984375,0.8554687 0.09375,0.4453125 0.09375,1.0429688 0.09375,1.5820313 0,0.46874999 0,1.18359374 -0.09375,1.62890624 C 17.326767,1.4725759 16.775985,1.5780447 16.506454,1.5780447 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g121"
|
||||
aria-label="w 4,1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,354.26661,244.21235)">
|
||||
<path
|
||||
id="path122"
|
||||
d="m 5.0383212,-3.7041819 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523437,-0.2929687 -0.3164062,-0.2929687 -0.1289063,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507813,2.15625 -0.6210938,2.4375 -0.082031,0.328125 -0.1054687,0.5273437 -0.1054687,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460937,0.57421878 -0.5742187,0.91406253 -1.0078125,0.91406253 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609373 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289063,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.0429687,0 -1.4414062,1.5820313 -1.4414062,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.7265625,-1.3476562 1.1015625,-1.3476562 0.09375,0 0.2695312,0.011719 0.2695312,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804687,1.2890625 -0.6210937,1.7929687 -0.6210937,2.203125 0,0.99609373 0.7382812,1.37109373 1.5585937,1.37109373 0.1875,0 0.6914063,0 1.1367188,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007812,-0.6796875 1.5820312,-1.33593753 0.375,-0.8554687 0.7148438,-2.3203125 0.7148438,-2.8359375 0,-0.609375 -0.2929688,-0.7734375 -0.4804688,-0.7734375 -0.2695312,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867188,0.4101563 0.3867188,0.9257813 0,0.375 -0.3164063,1.4414062 -0.5976563,2.0039062 -0.28125,0.57421878 -0.6679687,0.96093753 -1.1953125,0.96093753 -0.515625,0 -0.8085937,-0.328125 -0.8085937,-0.94921873 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path123"
|
||||
d="m 10.950431,-3.5196116 c 0,-0.1640625 0,-0.2226562 -0.164063,-0.2226562 -0.105469,0 -0.117187,0.011719 -0.199219,0.1171875 L 8.0441806,0.06632594 v 0.2578125 h 2.2500004 v 0.66796875 c 0,0.29296871 -0.02344,0.38671871 -0.6328129,0.38671871 h -0.1875 v 0.2578125 c 0.6796879,-0.023437 0.6914059,-0.023437 1.1484379,-0.023437 0.457031,0 0.46875,0 1.148437,0.023437 V 1.3788259 h -0.1875 c -0.609375,0 -0.632812,-0.09375 -0.632812,-0.38671871 V 0.32413844 h 0.84375 v -0.2578125 h -0.84375 z m -0.597657,0.6445313 V 0.06632594 H 8.3254306 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path124"
|
||||
d="m 13.531485,1.5194509 c 0,0.515625 -0.105468,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128907,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546871 -0.539063,-0.85546871 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359371 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path125"
|
||||
d="m 16.903556,-3.4375803 c 0,-0.2226563 -0.02344,-0.2226563 -0.234375,-0.2226563 -0.328125,0.3164063 -0.75,0.5039063 -1.511719,0.5039063 v 0.2695312 c 0.222656,0 0.644531,0 1.113281,-0.2226562 v 4.08984374 c 0,0.29296876 -0.02344,0.39843746 -0.785156,0.39843746 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.019531,-0.023437 1.371094,-0.023437 0.363281,0 1.054687,0 1.382812,0.023437 V 1.3788259 h -0.28125 c -0.75,0 -0.773437,-0.1054687 -0.773437,-0.39843746 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g125"
|
||||
aria-label="w 4,2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,389.46763,244.21235)">
|
||||
<path
|
||||
id="path126"
|
||||
d="m 5.039905,-3.7041819 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421878 -0.5742188,0.91406253 -1.0078125,0.91406253 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609373 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296875,0 -1.44140625,1.5820313 -1.44140625,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.72656245,-1.3476562 1.10156245,-1.3476562 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.99609373 0.7382813,1.37109373 1.5585938,1.37109373 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593753 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421878 -0.6679688,0.96093753 -1.1953125,0.96093753 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921873 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path127"
|
||||
d="m 10.952014,-3.5196116 c 0,-0.1640625 0,-0.2226562 -0.164062,-0.2226562 -0.105469,0 -0.117188,0.011719 -0.199219,0.1171875 L 8.0457644,0.06632594 v 0.2578125 h 2.2499996 v 0.66796875 c 0,0.29296871 -0.02344,0.38671871 -0.6328121,0.38671871 h -0.1875 v 0.2578125 c 0.6796871,-0.023437 0.6914061,-0.023437 1.1484371,-0.023437 0.457032,0 0.46875,0 1.148438,0.023437 V 1.3788259 h -0.1875 c -0.609375,0 -0.632813,-0.09375 -0.632813,-0.38671871 V 0.32413844 h 0.84375 v -0.2578125 h -0.84375 z m -0.597656,0.6445313 V 0.06632594 H 8.3270144 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path128"
|
||||
d="m 13.533069,1.5194509 c 0,0.515625 -0.105469,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128906,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546871 -0.539062,-0.85546871 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359371 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path129"
|
||||
d="m 16.647327,0.00773219 c 0.128906,-0.1171875 0.457031,-0.375 0.585937,-0.4921875 0.492188,-0.45703125 0.960938,-0.89062499 0.960938,-1.61718749 0,-0.9492188 -0.796875,-1.5585938 -1.792969,-1.5585938 -0.949219,0 -1.582031,0.7265625 -1.582031,1.4296875 0,0.3984375 0.316406,0.4453125 0.421875,0.4453125 0.164062,0 0.410156,-0.1171875 0.410156,-0.421875 0,-0.4101562 -0.398437,-0.4101562 -0.492187,-0.4101562 0.234375,-0.5859375 0.773437,-0.7851563 1.160156,-0.7851563 0.738281,0 1.125,0.6328125 1.125,1.3007813 0,0.8320312 -0.585938,1.42968749 -1.523438,2.40234374 L 14.912952,1.3319509 c -0.09375,0.09375 -0.09375,0.1054688 -0.09375,0.3046875 h 3.152344 l 0.222656,-1.42968746 h -0.246094 c -0.02344,0.1640625 -0.08203,0.5625 -0.175781,0.71484375 -0.04687,0.0585938 -0.65625,0.0585938 -0.785156,0.0585938 h -1.417969 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g129"
|
||||
aria-label="w 4,3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,424.66863,244.21235)">
|
||||
<path
|
||||
id="path130"
|
||||
d="m 5.0385691,-3.7041819 c 0.058594,-0.234375 0.1640625,-0.6445312 0.1640625,-0.703125 0,-0.1992187 -0.1523438,-0.2929687 -0.3164063,-0.2929687 -0.1289062,0 -0.328125,0.082031 -0.3984375,0.3046875 -0.035156,0.070312 -0.5507812,2.15625 -0.6210937,2.4375 -0.082031,0.328125 -0.1054688,0.5273437 -0.1054688,0.7265625 0,0.1171875 0,0.140625 0.011719,0.1992187 -0.2460938,0.57421878 -0.5742188,0.91406253 -1.0078125,0.91406253 -0.8671875,0 -0.8671875,-0.80859375 -0.8671875,-0.99609373 0,-0.3515625 0.058594,-0.7734375 0.5625,-2.1210938 0.1289062,-0.328125 0.1875,-0.4804687 0.1875,-0.6914062 0,-0.4921875 -0.3515625,-0.9023438 -0.890625,-0.9023438 -1.04296879,0 -1.44140629,1.5820313 -1.44140629,1.6875 0,0.1054688 0.10546875,0.1054688 0.12890625,0.1054688 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992188 0.29296875,-1.0078125 0.72656249,-1.3476562 1.10156249,-1.3476562 0.09375,0 0.2695313,0.011719 0.2695313,0.3632812 0,0.2695313 -0.1171875,0.5742188 -0.1875,0.7617188 -0.4804688,1.2890625 -0.6210938,1.7929687 -0.6210938,2.203125 0,0.99609373 0.7382813,1.37109373 1.5585938,1.37109373 0.1875,0 0.6914062,0 1.1367187,-0.76171875 0.28125,0.703125 1.03125,0.76171875 1.359375,0.76171875 0.8203125,0 1.3007813,-0.6796875 1.5820313,-1.33593753 0.375,-0.8554687 0.7148437,-2.3203125 0.7148437,-2.8359375 0,-0.609375 -0.2929687,-0.7734375 -0.4804687,-0.7734375 -0.2695313,0 -0.5390625,0.2929688 -0.5390625,0.5273438 0,0.140625 0.058594,0.2109375 0.1640625,0.2929687 0.1171875,0.1289063 0.3867187,0.4101563 0.3867187,0.9257813 0,0.375 -0.3164062,1.4414062 -0.5976562,2.0039062 -0.28125,0.57421878 -0.6679688,0.96093753 -1.1953125,0.96093753 -0.515625,0 -0.8085938,-0.328125 -0.8085938,-0.94921873 0,-0.3046875 0.070312,-0.6445313 0.1171875,-0.796875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path131"
|
||||
d="m 10.950678,-3.5196116 c 0,-0.1640625 0,-0.2226562 -0.164062,-0.2226562 -0.105469,0 -0.117188,0.011719 -0.199219,0.1171875 L 8.0444284,0.06632594 v 0.2578125 h 2.2499996 v 0.66796875 c 0,0.29296871 -0.02344,0.38671871 -0.6328121,0.38671871 h -0.1875 v 0.2578125 c 0.6796871,-0.023437 0.6914061,-0.023437 1.1484371,-0.023437 0.457032,0 0.46875,0 1.148438,0.023437 V 1.3788259 h -0.1875 c -0.609375,0 -0.632813,-0.09375 -0.632813,-0.38671871 V 0.32413844 h 0.84375 v -0.2578125 h -0.84375 z m -0.597656,0.6445313 V 0.06632594 H 8.3256784 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path132"
|
||||
d="m 13.531733,1.5194509 c 0,0.515625 -0.105469,0.9726563 -0.609375,1.4648438 -0.02344,0.023437 -0.04687,0.035156 -0.04687,0.082031 0,0.058594 0.07031,0.1054688 0.128906,0.1054688 0.09375,0 0.75,-0.6210938 0.75,-1.5585938 0,-0.515625 -0.1875,-0.85546871 -0.539062,-0.85546871 -0.28125,0 -0.433594,0.22265625 -0.433594,0.43359371 0,0.2226563 0.140625,0.4453125 0.445313,0.4453125 0.1875,0 0.304687,-0.1171875 0.304687,-0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path133"
|
||||
d="m 16.411616,-1.0235178 c 0.632812,0 1.03125,0.45703124 1.03125,1.30078124 0,0.99609376 -0.574219,1.28906246 -0.996094,1.28906246 -0.433594,0 -1.03125,-0.1640625 -1.3125,-0.58593746 0.292969,0 0.492188,-0.17578125 0.492188,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.445313,-0.43359375 -0.210937,0 -0.433594,0.12890625 -0.433594,0.45703125 0,0.74999996 0.808594,1.24218746 1.722657,1.24218746 1.054687,0 1.792968,-0.7265625 1.792968,-1.52343746 0,-0.66796875 -0.515625,-1.265625 -1.335937,-1.44140624 0.632812,-0.2226563 1.101562,-0.7734375 1.101562,-1.40625 0,-0.6328125 -0.714843,-1.0898438 -1.546875,-1.0898438 -0.855468,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.199219,0.421875 0.410157,0.421875 0.246093,0 0.410156,-0.1757813 0.410156,-0.4101563 0,-0.2929687 -0.257813,-0.3984375 -0.433594,-0.4101562 0.339844,-0.4335938 0.949219,-0.46875 1.089844,-0.46875 0.210937,0 0.808594,0.070312 0.808594,0.890625 0,0.5625 -0.222657,0.890625 -0.339844,1.0195312 -0.234375,0.2460938 -0.421875,0.2578125 -0.902344,0.2929688 -0.152344,0.011719 -0.222656,0.023437 -0.222656,0.1171875 0,0.1171875 0.07031,0.1171875 0.210937,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path134"
|
||||
d="m 4.0770825,19.311549 c 0.2460937,0 0.3046875,0 0.3046875,-0.152343 0.023437,-7.652344 0.9140625,-14.0039066 4.7226562,-19.33593787 0.082031,-0.09375 0.082031,-0.1171875 0.082031,-0.140625 0,-0.10546875 -0.082031,-0.10546875 -0.2578125,-0.10546875 -0.1640625,0 -0.1875,0 -0.2109375,0.0234375 -0.046875,0.0234375 -1.4296875,1.61718752 -2.53125,3.80859372 -1.4414063,2.8828125 -2.34375,6.1875 -2.7539063,10.1601564 -0.035156,0.339844 -0.2578125,2.613281 -0.2578125,5.191406 v 0.433594 c 0.011719,0.117187 0.070312,0.117187 0.3046875,0.117187 z m 0.3046875,0.07617 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 H 3.4794262 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.5976563 c 0.2929687,0 0.3046875,-0.01172 0.3046875,-0.292968 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4794262 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976563 c 0.2929687,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4794262 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976563 c 0.2929687,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.547852 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4794262 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976563 c 0.2929687,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544921 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 H 3.4794262 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.5976563 c 0.2929687,0 0.3046875,-0.01172 0.3046875,-0.292968 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 H 3.4794262 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.5976563 c 0.2929687,0 0.3046875,-0.01172 0.3046875,-0.292968 z m -0.9023438,6.243164 c -0.234375,0 -0.2929687,0 -0.3046875,0.128907 v 0.421875 c 0,6.667968 1.1835938,10.570312 1.5234375,11.671875 0.75,2.425781 1.9570313,4.980468 3.7734375,7.21875 0.1640625,0.199218 0.2109375,0.257812 0.2578125,0.28125 0.023437,0.01172 0.035156,0.02344 0.1992188,0.02344 0.1757812,0 0.2578125,0 0.2578125,-0.117187 0,-0.02344 0,-0.03516 -0.070312,-0.140625 C 5.4833325,72.807643 4.3934887,66.737331 4.38177,58.510768 c 0,-0.152344 -0.058594,-0.152344 -0.3046875,-0.152344 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
aria-label=" "
|
||||
transform="matrix(1.3333333,0,0,1.3333333,294.78264,151.00908)" />
|
||||
<path
|
||||
id="path135"
|
||||
d="M 6.3626228,18.760768 C 6.3626228,12.092799 5.1673103,8.1904556 4.8274666,7.0888931 4.0891853,4.6631119 2.8821541,2.1201431 1.0540291,-0.12985687 0.88996656,-0.32907562 0.85481031,-0.38766937 0.80793531,-0.39938812 c -0.0234375,-0.0117188 -0.0351563,-0.0234375 -0.2109375,-0.0234375 -0.1640625,0 -0.24609375,0 -0.24609375,0.10546875 0,0.0234375 0,0.046875 0.140625,0.234375 C 4.2884041,5.2256119 5.1438728,11.776393 5.1438728,19.159206 c 0,0.152343 0.070312,0.152343 0.3046875,0.152343 h 0.609375 c 0.2226563,0 0.2929688,0 0.3046875,-0.117187 z m 0,0.626953 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292968 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.547852 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544921 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292968 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292968 z m 0,6.372071 C 6.3509041,58.358424 6.2805916,58.358424 6.0579353,58.358424 h -0.609375 c -0.234375,0 -0.3046875,0 -0.3046875,0.152344 0,1.125 0,3.726563 -0.2929687,6.445313 -0.5859375,5.636718 -2.0390625,9.539062 -4.42968754,12.890625 -0.0703125,0.105468 -0.0703125,0.117187 -0.0703125,0.140625 0,0.117187 0.0820313,0.117187 0.24609375,0.117187 0.17578125,0 0.19921875,0 0.22265625,-0.02344 0.046875,-0.03516 1.42968754,-1.628907 2.53125004,-3.820313 1.4414062,-2.882812 2.34375,-6.1875 2.7421875,-10.160156 0.035156,-0.339844 0.2695312,-2.601563 0.2695312,-5.191406 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
aria-label=" "
|
||||
transform="matrix(1.3333333,0,0,1.3333333,461.73135,151.00908)" />
|
||||
<path
|
||||
id="path136"
|
||||
d="M 4.2435478,-3.0366203 2.0638603,-5.2045891 C 1.9349541,-5.3334953 1.9115166,-5.3569328 1.8177666,-5.3569328 c -0.1054688,0 -0.2109375,0.09375 -0.2109375,0.2109375 0,0.082031 0.023437,0.1054687 0.140625,0.2226562 l 2.1796875,2.1914063 -2.1796875,2.19140624 c -0.1171875,0.12890625 -0.140625,0.140625 -0.140625,0.22265625 0,0.1171875 0.1054687,0.22265625 0.2109375,0.22265625 0.09375,0 0.1171875,-0.0234375 0.2460937,-0.15234375 l 2.1679688,-2.17968749 2.2617187,2.26171874 c 0.023437,0.0117188 0.09375,0.0703125 0.1640625,0.0703125 0.1289063,0 0.2226563,-0.10546875 0.2226563,-0.22265625 0,-0.0234375 0,-0.0703125 -0.035156,-0.1171875 -0.011719,-0.0234375 -1.7460937,-1.73437499 -2.296875,-2.29687499 l 2.0039063,-1.9921875 c 0.046875,-0.070312 0.2109375,-0.2109375 0.2695312,-0.2695313 0.011719,-0.023437 0.058594,-0.070312 0.058594,-0.1523437 0,-0.1171875 -0.09375,-0.2109375 -0.2226563,-0.2109375 -0.09375,0 -0.1289062,0.046875 -0.2578125,0.1640625 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
aria-label="×"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,480.36928,206.42773)" />
|
||||
<g
|
||||
id="g136"
|
||||
aria-label="i 0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,521.87615,174.29129)">
|
||||
<path
|
||||
id="path137"
|
||||
d="m 3.09289,-6.8190559 c 0,-0.2109375 -0.1523437,-0.3867188 -0.3984375,-0.3867188 -0.2929687,0 -0.5859375,0.28125 -0.5859375,0.5742188 0,0.2109375 0.1523438,0.3867187 0.4101563,0.3867187 0.2460937,0 0.5742187,-0.2460937 0.5742187,-0.5742187 z m -0.8203125,4.1015625 c 0.1289063,-0.3164063 0.1289063,-0.3398438 0.234375,-0.6328125 0.09375,-0.2109375 0.140625,-0.3632813 0.140625,-0.5742188 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.03125,0 -1.44140625,1.5820312 -1.44140625,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0195313 0.72656255,-1.3476563 1.10156255,-1.3476563 0.09375,0 0.2695312,0 0.2695312,0.3515625 0,0.2226563 -0.070312,0.4570313 -0.1171875,0.5625 -0.082031,0.28125 -0.5742187,1.546875 -0.75,2.015625 -0.1054687,0.2929688 -0.2578125,0.6445313 -0.2578125,0.87890626 0,0.515625 0.375,0.890625 0.9023438,0.890625 1.0195312,0 1.4296875,-1.58203126 1.4296875,-1.67578126 0,-0.1054687 -0.1054688,-0.1054687 -0.1289063,-0.1054687 -0.1171875,0 -0.1171875,0.023437 -0.1640625,0.1875 -0.1992187,0.69140621 -0.5625,1.35937496 -1.1132812,1.35937496 -0.1875,0 -0.2695313,-0.1171875 -0.2695313,-0.36328125 0,-0.26953125 0.070312,-0.421875 0.3164063,-1.08984371 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path138"
|
||||
d="m 7.6602728,-0.90694656 c 0,-0.85546874 -0.09375,-1.37109374 -0.3515625,-1.87500004 -0.3515625,-0.703125 -0.9960937,-0.8789062 -1.4414062,-0.8789062 -0.9960938,0 -1.3710938,0.75 -1.4765625,0.9726562 -0.2929688,0.5742188 -0.3046875,1.3710938 -0.3046875,1.78125004 0,0.52734375 0.023437,1.3359375 0.4101562,1.96874996 0.3632813,0.5859375 0.9492188,0.7382813 1.3710938,0.7382813 0.3867187,0 1.0664062,-0.1171875 1.4648437,-0.90234376 0.2929688,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z M 5.8673041,1.5774284 c -0.2695313,0 -0.8203125,-0.1289062 -0.984375,-0.96093746 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.61718754 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.1640625,-0.8085937 0.7851562,-0.890625 0.984375,-0.890625 0.2695312,0 0.8203125,0.1289063 0.984375,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875004 0,1.18359379 -0.09375,1.62890629 C 6.6876166,1.4719597 6.1368353,1.5774284 5.8673041,1.5774284 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g138"
|
||||
aria-label="i 1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,521.87615,195.76204)">
|
||||
<path
|
||||
id="path139"
|
||||
d="m 3.09289,-6.8205534 c 0,-0.2109375 -0.1523437,-0.3867188 -0.3984375,-0.3867188 -0.2929687,0 -0.5859375,0.28125 -0.5859375,0.5742188 0,0.2109375 0.1523438,0.3867187 0.4101563,0.3867187 0.2460937,0 0.5742187,-0.2460937 0.5742187,-0.5742187 z m -0.8203125,4.1015625 c 0.1289063,-0.3164063 0.1289063,-0.3398438 0.234375,-0.6328125 0.09375,-0.2109375 0.140625,-0.3632813 0.140625,-0.5742188 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.03125,0 -1.44140625,1.5820312 -1.44140625,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0195313 0.72656255,-1.3476563 1.10156255,-1.3476563 0.09375,0 0.2695312,0 0.2695312,0.3515625 0,0.2226563 -0.070312,0.4570313 -0.1171875,0.5625 -0.082031,0.28125 -0.5742187,1.546875 -0.75,2.015625 -0.1054687,0.2929688 -0.2578125,0.6445313 -0.2578125,0.87890626 0,0.515625 0.375,0.890625 0.9023438,0.890625 1.0195312,0 1.4296875,-1.58203126 1.4296875,-1.67578126 0,-0.1054687 -0.1054688,-0.1054687 -0.1289063,-0.1054687 -0.1171875,0 -0.1171875,0.023437 -0.1640625,0.1875 -0.1992187,0.69140621 -0.5625,1.35937496 -1.1132812,1.35937496 -0.1875,0 -0.2695313,-0.1171875 -0.2695313,-0.36328125 0,-0.26953125 0.070312,-0.421875 0.3164063,-1.08984371 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path140"
|
||||
d="m 6.2657416,-3.4367644 c 0,-0.2226562 -0.023437,-0.2226562 -0.234375,-0.2226562 -0.328125,0.3164062 -0.75,0.5039062 -1.5117188,0.5039062 v 0.2695313 c 0.2226563,0 0.6445313,0 1.1132813,-0.2226563 v 4.08984378 c 0,0.29296872 -0.023437,0.39843752 -0.7851563,0.39843752 h -0.28125 v 0.2578125 c 0.328125,-0.023437 1.0195313,-0.023437 1.3710938,-0.023437 0.3632812,0 1.0546875,0 1.3828125,0.023437 V 1.3796419 h -0.28125 c -0.75,0 -0.7734375,-0.1054688 -0.7734375,-0.39843752 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g140"
|
||||
aria-label="i 2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,521.87615,217.2328)">
|
||||
<path
|
||||
id="path141"
|
||||
d="m 3.09289,-6.8191312 c 0,-0.2109375 -0.1523437,-0.3867188 -0.3984375,-0.3867188 -0.2929687,0 -0.5859375,0.28125 -0.5859375,0.5742188 0,0.2109375 0.1523438,0.3867187 0.4101563,0.3867187 0.2460937,0 0.5742187,-0.2460937 0.5742187,-0.5742187 z m -0.8203125,4.1015625 c 0.1289063,-0.3164063 0.1289063,-0.3398438 0.234375,-0.6328125 0.09375,-0.2109375 0.140625,-0.3632813 0.140625,-0.5742188 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.03125,0 -1.44140625,1.5820312 -1.44140625,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 C 0.9132025,-4.252725 1.3467963,-4.58085 1.7217963,-4.58085 c 0.09375,0 0.2695312,0 0.2695312,0.3515625 0,0.2226563 -0.070312,0.4570313 -0.1171875,0.5625 -0.082031,0.28125 -0.5742187,1.546875 -0.75,2.015625 -0.1054687,0.2929688 -0.2578125,0.6445313 -0.2578125,0.87890625 0,0.515625 0.375,0.890625 0.9023438,0.890625 1.0195312,0 1.4296875,-1.58203125 1.4296875,-1.67578125 0,-0.1054687 -0.1054688,-0.1054687 -0.1289063,-0.1054687 -0.1171875,0 -0.1171875,0.023437 -0.1640625,0.1875 -0.1992187,0.6914062 -0.5625,1.35937495 -1.1132812,1.35937495 -0.1875,0 -0.2695313,-0.1171875 -0.2695313,-0.36328125 0,-0.26953125 0.070312,-0.421875 0.3164063,-1.0898437 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path142"
|
||||
d="m 6.0079291,0.00704063 c 0.1289062,-0.1171875 0.4570312,-0.375 0.5859375,-0.4921875 0.4921875,-0.45703125 0.9609375,-0.89062503 0.9609375,-1.61718753 0,-0.9492187 -0.796875,-1.5585937 -1.7929688,-1.5585937 -0.9492187,0 -1.5820312,0.7265625 -1.5820312,1.4296875 0,0.3984375 0.3164062,0.4453125 0.421875,0.4453125 0.1640625,0 0.4101562,-0.1171875 0.4101562,-0.421875 0,-0.4101563 -0.3984375,-0.4101563 -0.4921875,-0.4101563 0.234375,-0.5859375 0.7734375,-0.7851562 1.1601563,-0.7851562 0.7382812,0 1.125,0.6328125 1.125,1.3007812 0,0.8320313 -0.5859375,1.42968753 -1.5234375,2.40234378 L 4.2735541,1.3312594 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 H 7.3321478 L 7.5548041,0.20625938 H 7.3087103 c -0.023437,0.1640625 -0.082031,0.5625 -0.1757812,0.71484375 -0.046875,0.0585938 -0.65625,0.0585938 -0.7851563,0.0585938 H 4.9298041 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g142"
|
||||
aria-label="i 3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,521.87615,238.70356)">
|
||||
<path
|
||||
id="path143"
|
||||
d="m 3.09289,-6.8206387 c 0,-0.2109375 -0.1523437,-0.3867188 -0.3984375,-0.3867188 -0.2929687,0 -0.5859375,0.28125 -0.5859375,0.5742188 0,0.2109375 0.1523438,0.3867187 0.4101563,0.3867187 0.2460937,0 0.5742187,-0.2460937 0.5742187,-0.5742187 z m -0.8203125,4.1015625 c 0.1289063,-0.3164063 0.1289063,-0.3398438 0.234375,-0.6328125 0.09375,-0.2109375 0.140625,-0.3632813 0.140625,-0.5742188 0,-0.4921875 -0.3515625,-0.9023437 -0.890625,-0.9023437 -1.03125,0 -1.44140625,1.5820312 -1.44140625,1.6875 0,0.1054687 0.10546875,0.1054687 0.12890625,0.1054687 0.10546875,0 0.1171875,-0.023437 0.17578125,-0.1992187 0.29296875,-1.0195313 0.72656255,-1.3476563 1.10156255,-1.3476563 0.09375,0 0.2695312,0 0.2695312,0.3515625 0,0.2226563 -0.070312,0.4570313 -0.1171875,0.5625 -0.082031,0.28125 -0.5742187,1.546875 -0.75,2.015625 -0.1054687,0.2929688 -0.2578125,0.6445313 -0.2578125,0.87890625 0,0.515625 0.375,0.890625 0.9023438,0.890625 1.0195312,0 1.4296875,-1.58203125 1.4296875,-1.67578125 0,-0.1054687 -0.1054688,-0.1054687 -0.1289063,-0.1054687 -0.1171875,0 -0.1171875,0.023437 -0.1640625,0.1875 -0.1992187,0.6914062 -0.5625,1.35937495 -1.1132812,1.35937495 -0.1875,0 -0.2695313,-0.1171875 -0.2695313,-0.36328125 0,-0.26953125 0.070312,-0.421875 0.3164063,-1.0898437 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path144"
|
||||
d="m 5.7735541,-1.0227872 c 0.6328125,0 1.03125,0.45703126 1.03125,1.30078126 0,0.99609374 -0.5742188,1.28906254 -0.9960938,1.28906254 -0.4335937,0 -1.03125,-0.1640625 -1.3125,-0.58593754 0.2929688,0 0.4921875,-0.17578125 0.4921875,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.4453125,-0.43359375 -0.2109375,0 -0.4335937,0.12890625 -0.4335937,0.45703125 0,0.75000004 0.8085937,1.24218754 1.7226562,1.24218754 1.0546875,0 1.7929688,-0.7265625 1.7929688,-1.52343754 0,-0.66796875 -0.515625,-1.265625 -1.3359375,-1.44140626 0.6328125,-0.2226562 1.1015625,-0.7734375 1.1015625,-1.40625 0,-0.6328125 -0.7148438,-1.0898437 -1.546875,-1.0898437 -0.8554688,0 -1.5,0.4570312 -1.5,1.0664062 0,0.2929688 0.1992187,0.421875 0.4101562,0.421875 0.2460938,0 0.4101563,-0.1757812 0.4101563,-0.4101562 0,-0.2929688 -0.2578125,-0.3984375 -0.4335938,-0.4101563 0.3398438,-0.4335937 0.9492188,-0.46875 1.0898438,-0.46875 0.2109375,0 0.8085937,0.070312 0.8085937,0.890625 0,0.5625 -0.2226562,0.890625 -0.3398437,1.0195313 -0.234375,0.2460937 -0.421875,0.2578125 -0.9023438,0.2929687 -0.1523437,0.011719 -0.2226562,0.023437 -0.2226562,0.1171875 0,0.1171875 0.070312,0.1171875 0.2109375,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path145"
|
||||
d="m 4.0786175,19.31125 c 0.2460938,0 0.3046875,0 0.3046875,-0.152343 0.023437,-7.652344 0.9140625,-14.0039067 4.7226563,-19.33593794 0.082031,-0.09375 0.082031,-0.1171875 0.082031,-0.140625 0,-0.10546875 -0.082031,-0.10546875 -0.2578125,-0.10546875 -0.1640625,0 -0.1875,0 -0.2109375,0.0234375 -0.046875,0.0234375 -1.4296875,1.61718749 -2.53125,3.80859379 -1.4414062,2.8828125 -2.34375,6.1875 -2.7539062,10.1601564 -0.035156,0.339844 -0.2578125,2.613281 -0.2578125,5.191406 v 0.433594 c 0.011719,0.117187 0.070312,0.117187 0.3046875,0.117187 z m 0.3046875,0.07617 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4809613 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4809613 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4809613 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.547852 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4809613 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544921 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 H 3.4809613 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292968 z m -0.9023437,6.243164 c -0.234375,0 -0.2929688,0 -0.3046875,0.128907 v 0.421875 c 0,6.667968 1.1835937,10.570312 1.5234375,11.671875 0.75,2.425781 1.9570312,4.980468 3.7734375,7.21875 0.1640625,0.199218 0.2109375,0.257812 0.2578125,0.28125 0.023437,0.01172 0.035156,0.02344 0.1992187,0.02344 0.1757813,0 0.2578125,0 0.2578125,-0.117187 0,-0.02344 0,-0.03516 -0.070312,-0.140625 C 5.4848675,66.262422 4.3950238,60.19211 4.383305,51.965547 c 0,-0.152344 -0.058594,-0.152344 -0.3046875,-0.152344 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
aria-label=" "
|
||||
transform="matrix(1.3333333,0,0,1.3333333,497.59309,155.37276)" />
|
||||
<path
|
||||
id="path146"
|
||||
d="M 6.3640009,18.760469 C 6.3640009,12.0925 5.1686884,8.1901566 4.8288447,7.0885941 4.0905634,4.6628128 2.8835322,2.1198441 1.0554072,-0.13015594 0.89134469,-0.32937469 0.85618844,-0.38796844 0.80931344,-0.39968719 c -0.0234375,-0.0117188 -0.0351563,-0.0234375 -0.2109375,-0.0234375 -0.1640625,0 -0.24609375,0 -0.24609375,0.10546875 0,0.0234375 0,0.046875 0.140625,0.234375 C 4.2897822,5.2253128 5.1452509,11.776094 5.1452509,19.158907 c 0,0.152343 0.070312,0.152343 0.3046875,0.152343 h 0.609375 c 0.2226563,0 0.2929688,0 0.3046875,-0.117187 z m 0,0.626953 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.547852 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544921 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292968 z m 0,6.372071 C 6.3522822,51.813203 6.2819697,51.813203 6.0593134,51.813203 h -0.609375 c -0.234375,0 -0.3046875,0 -0.3046875,0.152344 0,1.125 0,3.726563 -0.2929687,6.445313 -0.5859375,5.636718 -2.0390625,9.539062 -4.42968751,12.890625 -0.0703125,0.105468 -0.0703125,0.117187 -0.0703125,0.140625 0,0.117187 0.0820313,0.117187 0.24609375,0.117187 0.17578125,0 0.19921875,0 0.22265625,-0.02344 0.046875,-0.03516 1.42968751,-1.628907 2.53125001,-3.820313 1.4414062,-2.882812 2.34375,-6.1875 2.7421875,-10.160156 0.035156,-0.339844 0.2695312,-2.601563 0.2695312,-5.191406 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
aria-label=" "
|
||||
transform="matrix(1.3333333,0,0,1.3333333,544.75295,155.37276)" />
|
||||
<path
|
||||
id="path147"
|
||||
d="m 7.4997987,-3.5614669 c 0.1640625,0 0.3632813,0 0.3632813,-0.2226562 0,-0.2226563 -0.1992188,-0.2226563 -0.3515625,-0.2226563 H 0.972455 c -0.15234375,0 -0.36328125,0 -0.36328125,0.2226563 0,0.2226562 0.2109375,0.2226562 0.375,0.2226562 z m 0.011719,2.109375 c 0.1523437,0 0.3515625,0 0.3515625,-0.2109375 0,-0.2226562 -0.1992188,-0.2226562 -0.3632813,-0.2226562 H 0.98417375 c -0.1640625,0 -0.375,0 -0.375,0.2226562 0,0.2109375 0.2109375,0.2109375 0.36328125,0.2109375 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
aria-label="="
|
||||
transform="matrix(1.3333333,0,0,1.3333333,563.39089,205.45956)" />
|
||||
<g
|
||||
id="g147"
|
||||
aria-label="o 0"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,604.89773,168.55161)">
|
||||
<path
|
||||
id="path148"
|
||||
d="m 5.1216219,-2.9771866 c 0,-1.1367187 -0.7734375,-1.8515625 -1.7460938,-1.8515625 -1.4648437,0 -2.92968747,1.5585938 -2.92968747,3.1054688 0,1.07812499 0.73828127,1.83984374 1.74609377,1.83984374 1.453125,0 2.9296875,-1.50000004 2.9296875,-3.09375004 z m -2.9179688,2.85937504 c -0.46875,0 -0.9492187,-0.33984375 -0.9492187,-1.19531254 0,-0.5273437 0.28125,-1.7109375 0.6328125,-2.2617187 0.5507812,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273437 0.9609375,1.1835937 0,0.421875 -0.2226563,1.5703125 -0.6328125,2.2734375 -0.3867188,0.63281254 -0.984375,1.00781254 -1.4882813,1.00781254 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path149"
|
||||
d="m 9.1909578,-0.9058975 c 0,-0.8554687 -0.09375,-1.3710937 -0.3515625,-1.875 -0.3515625,-0.703125 -0.9960937,-0.8789062 -1.4414062,-0.8789062 -0.9960938,0 -1.3710938,0.75 -1.4765625,0.9726562 -0.2929688,0.5742188 -0.3046875,1.3710938 -0.3046875,1.78125 0,0.52734375 0.023437,1.3359375 0.4101562,1.96875 0.3632813,0.5859375 0.9492188,0.7382813 1.3710938,0.7382813 0.3867187,0 1.0664062,-0.1171875 1.4648437,-0.9023438 0.2929688,-0.57421875 0.328125,-1.2890625 0.328125,-1.8046875 z m -1.7929687,2.484375 c -0.2695313,0 -0.8203125,-0.1289062 -0.984375,-0.9609375 -0.09375,-0.45703125 -0.09375,-1.20703125 -0.09375,-1.6171875 0,-0.5507812 0,-1.1132812 0.09375,-1.546875 0.1640625,-0.8085937 0.7851562,-0.890625 0.984375,-0.890625 0.2695312,0 0.8203125,0.1289063 0.984375,0.8554688 0.09375,0.4453125 0.09375,1.0429687 0.09375,1.5820312 0,0.46875 0,1.18359375 -0.09375,1.62890625 C 8.2183016,1.4730088 7.6675203,1.5784775 7.3979891,1.5784775 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g149"
|
||||
aria-label="o 1"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,604.89773,186.69192)">
|
||||
<path
|
||||
id="path150"
|
||||
d="m 5.1216219,-2.9769478 c 0,-1.1367188 -0.7734375,-1.8515625 -1.7460938,-1.8515625 -1.4648437,0 -2.92968747,1.5585937 -2.92968747,3.1054687 0,1.07812504 0.73828127,1.83984379 1.74609377,1.83984379 1.453125,0 2.9296875,-1.49999999 2.9296875,-3.09374999 z m -2.9179688,2.85937499 c -0.46875,0 -0.9492187,-0.33984375 -0.9492187,-1.19531249 0,-0.5273438 0.28125,-1.7109375 0.6328125,-2.2617188 0.5507812,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273438 0.9609375,1.1835938 0,0.421875 -0.2226563,1.5703125 -0.6328125,2.2734375 -0.3867188,0.63281249 -0.984375,1.00781249 -1.4882813,1.00781249 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path151"
|
||||
d="m 7.7964266,-3.4369087 c 0,-0.2226563 -0.023437,-0.2226563 -0.234375,-0.2226563 -0.328125,0.3164063 -0.75,0.5039063 -1.5117188,0.5039063 v 0.2695312 c 0.2226563,0 0.6445313,0 1.1132813,-0.2226562 V 0.98106 c 0,0.2929688 -0.023437,0.3984375 -0.7851563,0.3984375 h -0.28125 V 1.63731 c 0.328125,-0.023437 1.0195313,-0.023437 1.3710938,-0.023437 0.3632812,0 1.0546875,0 1.3828125,0.023437 V 1.3794975 h -0.28125 c -0.75,0 -0.7734375,-0.1054687 -0.7734375,-0.3984375 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g151"
|
||||
aria-label="o 2"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,604.89773,204.83224)">
|
||||
<path
|
||||
id="path152"
|
||||
d="m 5.1216219,-2.9767191 c 0,-1.1367187 -0.7734375,-1.8515625 -1.7460938,-1.8515625 -1.4648437,0 -2.92968747,1.5585938 -2.92968747,3.1054688 0,1.07812499 0.73828127,1.83984374 1.74609377,1.83984374 1.453125,0 2.9296875,-1.50000004 2.9296875,-3.09375004 z m -2.9179688,2.85937504 c -0.46875,0 -0.9492187,-0.33984375 -0.9492187,-1.19531254 0,-0.5273437 0.28125,-1.7109375 0.6328125,-2.2617187 0.5507812,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273437 0.9609375,1.1835937 0,0.421875 -0.2226563,1.5703125 -0.6328125,2.2734375 -0.3867188,0.63281254 -0.984375,1.00781254 -1.4882813,1.00781254 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path153"
|
||||
d="m 7.5386141,0.0086325 c 0.1289062,-0.1171875 0.4570312,-0.375 0.5859375,-0.4921875 0.4921875,-0.45703125 0.9609375,-0.890625 0.9609375,-1.6171875 0,-0.9492187 -0.796875,-1.5585937 -1.7929688,-1.5585937 -0.9492187,0 -1.5820312,0.7265625 -1.5820312,1.4296875 0,0.3984375 0.3164062,0.4453125 0.421875,0.4453125 0.1640625,0 0.4101562,-0.1171875 0.4101562,-0.421875 0,-0.4101563 -0.3984375,-0.4101563 -0.4921875,-0.4101563 0.234375,-0.5859375 0.7734375,-0.7851562 1.1601563,-0.7851562 0.7382812,0 1.125,0.6328125 1.125,1.3007812 0,0.8320313 -0.5859375,1.4296875 -1.5234375,2.40234375 L 5.8042391,1.3328513 c -0.09375,0.09375 -0.09375,0.1054687 -0.09375,0.3046875 H 8.8628328 L 9.0854891,0.20785125 H 8.8393953 c -0.023437,0.1640625 -0.082031,0.5625 -0.1757812,0.71484375 -0.046875,0.0585938 -0.65625,0.0585938 -0.7851563,0.0585938 H 6.4604891 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g153"
|
||||
aria-label="o 3"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,604.89773,222.97255)">
|
||||
<path
|
||||
id="path154"
|
||||
d="m 5.1216219,-2.9764803 c 0,-1.1367188 -0.7734375,-1.8515625 -1.7460938,-1.8515625 -1.4648437,0 -2.92968747,1.5585937 -2.92968747,3.1054687 0,1.07812504 0.73828127,1.83984379 1.74609377,1.83984379 1.453125,0 2.9296875,-1.49999999 2.9296875,-3.09374999 z m -2.9179688,2.85937499 c -0.46875,0 -0.9492187,-0.33984375 -0.9492187,-1.19531249 0,-0.5273438 0.28125,-1.7109375 0.6328125,-2.2617188 0.5507812,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273438 0.9609375,1.1835938 0,0.421875 -0.2226563,1.5703125 -0.6328125,2.2734375 -0.3867188,0.63281249 -0.984375,1.00781249 -1.4882813,1.00781249 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path155"
|
||||
d="m 7.3042391,-1.0223787 c 0.6328125,0 1.03125,0.4570312 1.03125,1.3007812 0,0.9960938 -0.5742188,1.2890625 -0.9960938,1.2890625 -0.4335937,0 -1.03125,-0.1640625 -1.3125,-0.5859375 0.2929688,0 0.4921875,-0.17578125 0.4921875,-0.4453125 0,-0.2578125 -0.1875,-0.43359375 -0.4453125,-0.43359375 -0.2109375,0 -0.4335937,0.12890625 -0.4335937,0.45703125 0,0.75 0.8085937,1.2421875 1.7226562,1.2421875 1.0546875,0 1.7929688,-0.7265625 1.7929688,-1.5234375 0,-0.66796875 -0.515625,-1.265625 -1.3359375,-1.4414062 0.6328125,-0.2226563 1.1015625,-0.7734375 1.1015625,-1.40625 0,-0.6328125 -0.7148438,-1.0898438 -1.546875,-1.0898438 -0.8554688,0 -1.5,0.4570313 -1.5,1.0664063 0,0.2929687 0.1992187,0.421875 0.4101562,0.421875 0.2460938,0 0.4101563,-0.1757813 0.4101563,-0.4101563 0,-0.2929687 -0.2578125,-0.3984375 -0.4335938,-0.4101562 0.3398438,-0.4335938 0.9492188,-0.46875 1.0898438,-0.46875 0.2109375,0 0.8085937,0.070312 0.8085937,0.890625 0,0.5625 -0.2226562,0.890625 -0.3398437,1.0195312 -0.234375,0.2460938 -0.421875,0.2578125 -0.9023438,0.2929688 -0.1523437,0.011719 -0.2226562,0.023437 -0.2226562,0.1171875 0,0.1171875 0.070312,0.1171875 0.2109375,0.1171875 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="g155"
|
||||
aria-label="o 4"
|
||||
transform="matrix(1.3333333,0,0,1.3333333,604.89773,241.11285)">
|
||||
<path
|
||||
id="path156"
|
||||
d="m 5.1216219,-2.9762416 c 0,-1.1367187 -0.7734375,-1.8515625 -1.7460938,-1.8515625 -1.4648437,0 -2.92968747,1.5585938 -2.92968747,3.1054688 0,1.07812499 0.73828127,1.83984374 1.74609377,1.83984374 1.453125,0 2.9296875,-1.50000004 2.9296875,-3.09375004 z m -2.9179688,2.85937504 c -0.46875,0 -0.9492187,-0.33984375 -0.9492187,-1.19531254 0,-0.5273437 0.28125,-1.7109375 0.6328125,-2.2617187 0.5507812,-0.84375 1.171875,-1.0078125 1.4765625,-1.0078125 0.6328125,0 0.9609375,0.5273437 0.9609375,1.1835937 0,0.421875 -0.2226563,1.5703125 -0.6328125,2.2734375 -0.3867188,0.63281254 -0.984375,1.00781254 -1.4882813,1.00781254 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
id="path157"
|
||||
d="m 8.4292391,-3.5211634 c 0,-0.1640625 0,-0.2226563 -0.1640625,-0.2226563 -0.1054688,0 -0.1171875,0.011719 -0.1992188,0.1171875 L 5.5229891,0.06477406 v 0.2578125 h 2.25 v 0.66796875 c 0,0.29296879 -0.023437,0.38671879 -0.6328125,0.38671879 h -0.1875 v 0.2578125 c 0.6796875,-0.023437 0.6914062,-0.023437 1.1484375,-0.023437 0.4570312,0 0.46875,0 1.1484375,0.023437 V 1.3772741 h -0.1875 c -0.609375,0 -0.6328125,-0.09375 -0.6328125,-0.38671879 V 0.32258656 h 0.84375 v -0.2578125 h -0.84375 z M 7.8315828,-2.8766322 V 0.06477406 H 5.8042391 Z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</g>
|
||||
<path
|
||||
id="path158"
|
||||
d="m 4.0770659,19.31125 c 0.2460938,0 0.3046875,0 0.3046875,-0.152343 0.023437,-7.652344 0.9140625,-14.0039067 4.7226563,-19.33593794 0.082031,-0.09375 0.082031,-0.1171875 0.082031,-0.140625 0,-0.10546875 -0.082031,-0.10546875 -0.2578125,-0.10546875 -0.1640625,0 -0.1875,0 -0.2109375,0.0234375 -0.046875,0.0234375 -1.4296875,1.61718749 -2.53125,3.80859379 -1.4414062,2.8828125 -2.34375,6.1875 -2.7539062,10.1601564 -0.035156,0.339844 -0.2578125,2.613281 -0.2578125,5.191406 v 0.433594 c 0.011719,0.117187 0.070312,0.117187 0.3046875,0.117187 z m 0.3046875,0.07617 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4794097 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4794097 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4794097 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.547852 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 H 3.4794097 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544921 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 H 3.4794097 c -0.2929688,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.5976562 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292968 z m -0.9023437,6.243164 c -0.234375,0 -0.2929688,0 -0.3046875,0.128907 v 0.421875 c 0,6.667968 1.1835937,10.570312 1.5234375,11.671875 0.75,2.425781 1.9570312,4.980468 3.7734375,7.21875 0.1640625,0.199218 0.2109375,0.257812 0.2578125,0.28125 0.023437,0.01172 0.035156,0.02344 0.1992187,0.02344 0.1757813,0 0.2578125,0 0.2578125,-0.117187 0,-0.02344 0,-0.03516 -0.070312,-0.140625 C 5.4833159,66.262422 4.3934722,60.19211 4.3817534,51.965547 c 0,-0.152344 -0.058594,-0.152344 -0.3046875,-0.152344 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
aria-label=" "
|
||||
transform="matrix(1.3333333,0,0,1.3333333,580.61469,155.37276)" />
|
||||
<path
|
||||
id="path159"
|
||||
d="M 6.3621362,18.760469 C 6.3621362,12.0925 5.1668237,8.1901566 4.82698,7.0885941 4.0886987,4.6628128 2.8816675,2.1198441 1.0535425,-0.13015594 0.88948,-0.32937469 0.85432375,-0.38796844 0.80744875,-0.39968719 c -0.0234375,-0.0117188 -0.0351563,-0.0234375 -0.2109375,-0.0234375 -0.1640625,0 -0.24609375,0 -0.24609375,0.10546875 0,0.0234375 0,0.046875 0.140625,0.234375 3.796875,5.30859374 4.6523437,11.85937494 4.6523437,19.24218794 0,0.152343 0.070312,0.152343 0.3046875,0.152343 h 0.609375 c 0.2226563,0 0.2929688,0 0.3046875,-0.117187 z m 0,0.626953 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544922 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.547852 c 0,-0.28125 -0.011719,-0.292969 -0.3046875,-0.292969 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292969 v 6.175781 c 0,0.28125 0.011719,0.292969 0.3046875,0.292969 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292969 z m 0,6.544921 c 0,-0.28125 -0.011719,-0.292968 -0.3046875,-0.292968 h -0.609375 c -0.2929687,0 -0.3046875,0.01172 -0.3046875,0.292968 v 6.175782 c 0,0.28125 0.011719,0.292968 0.3046875,0.292968 h 0.609375 c 0.2929688,0 0.3046875,-0.01172 0.3046875,-0.292968 z m 0,6.372071 C 6.3504175,51.813203 6.280105,51.813203 6.0574487,51.813203 h -0.609375 c -0.234375,0 -0.3046875,0 -0.3046875,0.152344 0,1.125 0,3.726563 -0.2929687,6.445313 C 4.26448,64.047578 2.811355,67.949922 0.42073,71.301485 0.3504175,71.406953 0.3504175,71.418672 0.3504175,71.44211 c 0,0.117187 0.0820313,0.117187 0.24609375,0.117187 0.17578125,0 0.19921875,0 0.22265625,-0.02344 0.046875,-0.03516 1.4296875,-1.628907 2.53125,-3.820313 1.4414062,-2.882812 2.34375,-6.1875 2.7421875,-10.160156 0.035156,-0.339844 0.2695312,-2.601563 0.2695312,-5.191406 z m 0,0"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
aria-label=" "
|
||||
transform="matrix(1.3333333,0,0,1.3333333,629.81403,155.37276)" />
|
||||
<path
|
||||
id="path160"
|
||||
d="m 216.0787,-19.58823 h -98.03265 c -2.20094,0 -3.98511,-1.78416 -3.98511,-3.9851 v -7.58345 c 0,-2.20095 1.78417,-3.98511 3.98511,-3.98511 h 98.03265 c 2.20095,0 3.98511,1.78416 3.98511,3.98511 v 7.58345 c 0,2.20094 -1.78416,3.9851 -3.98511,3.9851 z"
|
||||
style="fill:none;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path161"
|
||||
d="m 278.34492,-10.11441 h -8.19104 c -2.20094,0 -3.9851,-1.78416 -3.9851,-3.98511 V -70.9409 c 0,-2.20095 1.78416,-3.98511 3.9851,-3.98511 h 8.19104 c 2.20093,0 3.98511,1.78416 3.98511,3.98511 v 56.84138 c 0,2.20095 -1.78418,3.98511 -3.98511,3.98511 z"
|
||||
style="fill:none;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
<path
|
||||
id="path162"
|
||||
d="m 342.14072,-21.91286 h -9.72063 c -2.20094,0 -3.98511,-1.78416 -3.98511,-3.9851 v -6.0337 c 0,-2.20094 1.78417,-3.9851 3.98511,-3.9851 h 9.72063 c 2.20094,0 3.9851,1.78416 3.9851,3.9851 v 6.0337 c 0,2.20094 -1.78416,3.9851 -3.9851,3.9851 z"
|
||||
style="fill:none;stroke:#ff6666;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.3333333,0,0,-1.3333333,161.87088,146.09772)" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 159 KiB |
224
public/ems.svg
Normal file
224
public/ems.svg
Normal file
@@ -0,0 +1,224 @@
|
||||
<?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"
|
||||
version="1.1"
|
||||
width="901.25"
|
||||
height="391.25"
|
||||
id="svg2"
|
||||
xml:space="preserve"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6" /><g
|
||||
transform="matrix(1.25,0,0,-1.25,0,391.25)"
|
||||
id="g10"><path
|
||||
d="m 211.257,4.75938 -6.871,11.18402 c -2.426,3.9078 -5.524,8.4218 -7.209,9.2976 7.276,0 11.589,6.1313 11.589,12.8012 0,7.2766 -4.717,13.3398 -15.16,13.3398 l -14.216,0 0,-46.62262 7.613,0 0,20.14452 c 1.483,-0.0668 2.157,-0.5387 3.033,-1.4144 2.56,-2.5598 4.716,-5.7942 7.95,-11.5215 l 4.042,-7.20862 9.229,0 z M 200.68,37.9742 c 0,-2.425 -0.808,-4.3793 -2.088,-5.6594 -1.415,-1.4144 -3.571,-1.9531 -7.613,-1.9531 l -3.976,0 0,14.7543 4.245,0 c 6.872,0 9.432,-2.425 9.432,-7.1418"
|
||||
id="path14"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 244.539,4.75938 0,6.60312 -18.662,0 0,14.552 14.216,0 0,6.4003 -14.35,0 0,12.7344 17.112,0 1.011,6.3328 -25.872,0 0,-46.62262 26.545,0"
|
||||
id="path16"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 282.724,18.8406 c 0,7.0071 -4.717,11.3184 -11.454,13.2731 l -5.525,1.616 c -4.581,1.3476 -6.198,2.8301 -6.198,5.7269 0,3.8411 3.032,6.3329 7.614,6.3329 3.705,0 6.669,-1.0106 10.981,-3.5704 l 3.503,5.4571 c -4.109,2.8968 -9.432,4.4472 -14.754,4.4472 -9.365,0 -15.833,-5.5925 -15.833,-13.8117 0,-2.6957 0.674,-4.9183 1.953,-6.8047 1.752,-2.6277 4.784,-4.3797 9.028,-5.5925 L 267.026,24.5 c 4.783,-1.348 6.939,-3.5035 6.939,-6.9395 0,-4.6488 -3.437,-7.4109 -9.163,-7.4109 -4.716,0 -8.422,1.4145 -12.598,3.8395 l -2.965,-5.92855 c 4.582,-2.7625 9.97,-4.17696 15.294,-4.17696 11.925,0 18.191,7.20861 18.191,14.95701"
|
||||
id="path18"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 317.689,4.75938 0,6.60312 -18.662,0 0,14.552 14.215,0 0,6.4003 -14.35,0 0,12.7344 17.112,0 1.011,6.3328 -25.872,0 0,-46.62262 26.546,0"
|
||||
id="path20"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 358.365,4.75938 -14.889,46.62262 -8.96,0 -15.295,-46.62262 8.018,0 3.773,12.26252 15.092,0 3.773,-12.26252 8.488,0 z m -14.013,18.73012 -11.454,0 c 1.078,3.091 5.861,20.1628 5.861,20.1628 l 0.068,0 c 0.337,-1.8144 5.053,-19.1546 5.525,-20.1628"
|
||||
id="path22"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 395.48,4.75938 -6.871,11.18402 c -2.426,3.9078 -5.525,8.4218 -7.21,9.2976 7.277,0 11.589,6.1313 11.589,12.8012 0,7.2766 -4.716,13.3398 -15.159,13.3398 l -14.216,0 0,-46.62262 7.613,0 0,20.14452 c 1.482,-0.0668 2.157,-0.5387 3.032,-1.4144 2.56,-2.5598 4.716,-5.7942 7.95,-11.5215 l 4.042,-7.20862 9.23,0 z M 384.903,37.9742 c 0,-2.425 -0.808,-4.3793 -2.088,-5.6594 -1.416,-1.4144 -3.572,-1.9531 -7.614,-1.9531 l -3.975,0 0,14.7543 4.245,0 c 6.872,0 9.432,-2.425 9.432,-7.1418"
|
||||
id="path24"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 433.007,8.12812 -3.638,4.91838 c -2.628,-2.0891 -5.053,-2.9649 -8.355,-2.9649 -4.514,0 -8.354,2.1559 -10.375,6.6032 -1.213,2.6277 -1.82,5.8617 -1.82,11.5879 0,5.5246 0.809,9.4324 2.426,12.2625 2.021,3.5703 5.323,5.5918 9.298,5.5918 2.897,0 5.457,-0.8082 7.95,-2.6278 l 3.57,5.1207 c -2.762,2.2903 -7.074,3.6383 -11.588,3.6383 -7.277,0 -13.677,-4.0426 -17.18,-10.7125 -2.088,-3.9074 -3.099,-8.5562 -3.099,-14.1488 0,-6.7379 1.818,-12.3973 5.322,-16.641 3.638,-4.37934 8.557,-6.73793 14.755,-6.73793 4.986,0 9.096,1.34805 12.734,4.11015"
|
||||
id="path26"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 471.811,4.75938 0,46.62262 -7.816,0 0,-18.7297 -15.899,0 0,18.7297 -7.681,0 0,-46.62262 7.681,0 0,21.56012 15.899,0 0,-21.56012 7.816,0"
|
||||
id="path28"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 530.685,8.06055 0,21.96405 -16.911,0 1.078,-6.3328 7.95,0 0,-12.1277 c -1.752,-0.9426 -3.773,-1.4825 -6.198,-1.4825 -3.57,0 -6.939,1.2809 -8.825,3.5036 -2.224,2.6277 -3.437,7.2097 -3.437,13.7449 0,10.9137 3.167,18.4594 11.79,18.4594 3.572,0 6.603,-1.0774 9.837,-3.5704 l 3.908,4.8516 c -3.841,3.3008 -8.557,4.918 -13.879,4.918 -4.514,0 -8.153,-1.0785 -11.521,-3.6383 -5.862,-4.3793 -8.759,-11.0492 -8.759,-20.6164 0,-7.3442 1.618,-12.5988 5.188,-16.9781 3.638,-4.5141 8.691,-6.60317 15.226,-6.60317 5.188,0 10.308,1.34766 14.553,3.90782"
|
||||
id="path30"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="M 572.652,4.75938 565.78,15.9434 c -2.426,3.9078 -5.524,8.4218 -7.209,9.2976 7.276,0 11.589,6.1313 11.589,12.8012 0,7.2766 -4.717,13.3398 -15.16,13.3398 l -14.216,0 0,-46.62262 7.613,0 0,20.14452 c 1.483,-0.0668 2.157,-0.5387 3.033,-1.4144 2.56,-2.5598 4.716,-5.7942 7.95,-11.5215 l 4.042,-7.20862 9.23,0 z M 562.074,37.9742 c 0,-2.425 -0.808,-4.3793 -2.088,-5.6594 -1.415,-1.4144 -3.571,-1.9531 -7.613,-1.9531 l -3.976,0 0,14.7543 4.245,0 c 6.872,0 9.432,-2.425 9.432,-7.1418"
|
||||
id="path32"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 616.31,28.0035 c 0,13.609 -6.334,24.052 -19.472,24.052 -11.655,0 -19.47,-8.6231 -19.47,-23.9852 0,-13.8105 6.535,-24.05233 19.807,-24.05233 12.128,0 19.135,9.43243 19.135,23.98553 z m -8.827,-0.4719 c 0,-12.532 -3.571,-17.65152 -10.51,-17.65152 -7.95,0 -10.982,6.66992 -10.982,18.66212 0,11.184 2.964,17.5176 10.78,17.5176 8.354,0 10.712,-7.1418 10.712,-18.5282"
|
||||
id="path34"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 657.002,17.8301 0,33.5519 -7.749,0 0,-31.3285 c 0,-6.1992 -2.762,-9.5 -8.422,-9.5 -5.726,0 -8.286,2.3582 -8.286,9.5 l 0,31.3285 -7.816,0 0,-33.6199 c 0,-7.4781 3.841,-13.81054 16.102,-13.81054 10.242,0 16.171,5.32227 16.171,13.87854"
|
||||
id="path36"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 698.098,37.4355 c 0,5.1207 -2.29,9.2977 -6.4,11.7231 -2.561,1.55 -5.053,2.2234 -11.858,2.2234 l -12.397,0 0,-46.62262 7.681,0 0,17.78712 7.883,0 c 8.422,0 15.091,5.7262 15.091,14.889 z m -8.556,-0.4718 c 0,-5.5246 -2.628,-8.2192 -8.355,-8.2192 l -6.063,0 0,16.3715 6.063,0 c 3.032,0 5.053,-0.8078 6.468,-2.2902 1.281,-1.3477 1.887,-3.3012 1.887,-5.8621"
|
||||
id="path38"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 210.518,86.2141 c 0,7.007 -4.717,11.3187 -11.455,13.273 l -5.525,1.6159 c -4.581,1.348 -6.198,2.831 -6.198,5.727 0,3.841 3.032,6.333 7.614,6.333 3.705,0 6.67,-1.01 10.982,-3.57 l 3.503,5.457 c -4.11,2.897 -9.432,4.447 -14.755,4.447 -9.365,0 -15.832,-5.592 -15.832,-13.812 0,-2.695 0.673,-4.918 1.953,-6.8041 1.752,-2.6278 4.783,-4.3797 9.028,-5.593 l 4.986,-1.4145 c 4.784,-1.3476 6.94,-3.5035 6.94,-6.939 0,-4.6489 -3.437,-7.4114 -9.163,-7.4114 -4.717,0 -8.422,1.4149 -12.599,3.8399 l -2.965,-5.9289 c 4.582,-2.7621 9.971,-4.177 15.294,-4.177 11.926,0 18.192,7.2086 18.192,14.9571"
|
||||
id="path40"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 249.794,118.756 -9.028,0 -7.141,-14.755 c -1.213,-2.56 -2.561,-5.8615 -2.561,-5.8615 0,0 -1.078,3.0315 -2.492,5.9965 l -7.007,14.62 -9.366,0 14.688,-27.7583 0,-18.8645 8.018,0 0,18.7977 14.889,27.8251"
|
||||
id="path42"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 284.95,86.2141 c 0,7.007 -4.717,11.3187 -11.455,13.273 l -5.524,1.6159 c -4.582,1.348 -6.199,2.831 -6.199,5.727 0,3.841 3.032,6.333 7.614,6.333 3.705,0 6.67,-1.01 10.982,-3.57 l 3.503,5.457 c -4.11,2.897 -9.432,4.447 -14.754,4.447 -9.366,0 -15.833,-5.592 -15.833,-13.812 0,-2.695 0.673,-4.918 1.953,-6.8041 1.752,-2.6278 4.784,-4.3797 9.028,-5.593 l 4.987,-1.4145 c 4.783,-1.3476 6.939,-3.5035 6.939,-6.939 0,-4.6489 -3.437,-7.4114 -9.163,-7.4114 -4.717,0 -8.422,1.4149 -12.599,3.8399 l -2.965,-5.9289 c 4.582,-2.7621 9.971,-4.177 15.294,-4.177 11.926,0 18.192,7.2086 18.192,14.9571"
|
||||
id="path44"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 321.262,118.756 -32.272,0 0,-6.468 11.79,0 0,-40.1548 7.748,0 0,40.1548 11.724,0 1.01,6.468"
|
||||
id="path46"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 351.839,72.1332 0,6.6031 -18.662,0 0,14.5516 14.216,0 0,6.4008 -14.351,0 0,12.7343 17.113,0 1.011,6.333 -25.872,0 0,-46.6228 26.545,0"
|
||||
id="path48"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 404.441,72.1332 -4.109,46.6228 -10.309,0 -7.344,-26.5455 c -0.876,-3.2339 -1.482,-6.4003 -1.684,-7.8148 -0.269,1.4145 -0.674,4.0422 -1.752,7.9496 l -7.141,26.4107 -10.309,0 -4.244,-46.6228 7.613,0 2.022,28.1618 c 0.201,2.897 0.471,7.344 0.471,8.894 0.27,-1.55 1.146,-5.727 2.022,-8.826 l 7.747,-28.2298 6.603,0 8.489,29.5098 c 0.875,2.964 1.482,5.929 1.819,7.478 0,-1.415 0.135,-5.12 0.336,-8.085 l 2.157,-28.9028 7.613,0"
|
||||
id="path50"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 445.001,86.2141 c 0,7.007 -4.717,11.3187 -11.454,13.273 l -5.525,1.6159 c -4.581,1.348 -6.198,2.831 -6.198,5.727 0,3.841 3.031,6.333 7.614,6.333 3.705,0 6.669,-1.01 10.981,-3.57 l 3.504,5.457 c -4.111,2.897 -9.433,4.447 -14.755,4.447 -9.365,0 -15.833,-5.592 -15.833,-13.812 0,-2.695 0.674,-4.918 1.954,-6.8041 1.751,-2.6278 4.783,-4.3797 9.028,-5.593 l 4.986,-1.4145 c 4.783,-1.3476 6.939,-3.5035 6.939,-6.939 0,-4.6489 -3.437,-7.4114 -9.163,-7.4114 -4.717,0 -8.422,1.4149 -12.599,3.8399 l -2.964,-5.9289 c 4.582,-2.7621 9.971,-4.177 15.294,-4.177 11.925,0 18.191,7.2086 18.191,14.9571"
|
||||
id="path52"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 501.646,95.3094 c 0,7.2766 -1.617,12.8686 -5.053,16.8436 -4.379,4.986 -9.566,6.603 -18.325,6.603 l -9.702,0 0,-46.6228 11.521,0 c 8.691,0 12.733,1.5492 16.641,6.5352 3.167,4.0421 4.918,9.5668 4.918,16.641 z m -8.624,-0.8082 c 0,-10.5774 -3.301,-16.0356 -11.52,-16.0356 l -5.121,0 0,34.1594 4.918,0 c 4.177,0 6.603,-1.078 8.759,-4.043 2.425,-3.301 2.964,-8.084 2.964,-14.0808"
|
||||
id="path54"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 536.939,72.1332 0,6.6031 -18.662,0 0,14.5516 14.216,0 0,6.4008 -14.351,0 0,12.7343 17.113,0 1.011,6.333 -25.872,0 0,-46.6228 26.545,0"
|
||||
id="path56"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 575.123,86.2141 c 0,7.007 -4.716,11.3187 -11.454,13.273 l -5.525,1.6159 c -4.581,1.348 -6.198,2.831 -6.198,5.727 0,3.841 3.032,6.333 7.614,6.333 3.705,0 6.67,-1.01 10.981,-3.57 l 3.504,5.457 c -4.11,2.897 -9.433,4.447 -14.755,4.447 -9.365,0 -15.833,-5.592 -15.833,-13.812 0,-2.695 0.674,-4.918 1.954,-6.8041 1.751,-2.6278 4.783,-4.3797 9.028,-5.593 l 4.986,-1.4145 c 4.784,-1.3476 6.939,-3.5035 6.939,-6.939 0,-4.6489 -3.436,-7.4114 -9.162,-7.4114 -4.717,0 -8.422,1.4149 -12.599,3.8399 l -2.965,-5.9289 c 4.582,-2.7621 9.971,-4.177 15.294,-4.177 11.925,0 18.191,7.2086 18.191,14.9571"
|
||||
id="path58"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 583.543,72.1332 7.94961,0 0,46.6227 -7.94961,0 0,-46.6227 z"
|
||||
id="path60"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 635.209,75.434 0,21.964 -16.911,0 1.078,-6.3324 7.95,0 0,-12.1277 c -1.752,-0.943 -3.773,-1.4824 -6.198,-1.4824 -3.57,0 -6.939,1.2808 -8.826,3.5035 -2.223,2.6273 -3.436,7.2094 -3.436,13.7445 0,10.9145 3.167,18.4595 11.79,18.4595 3.572,0 6.603,-1.077 9.837,-3.57 l 3.908,4.851 c -3.84,3.301 -8.557,4.918 -13.88,4.918 -4.514,0 -8.152,-1.078 -11.521,-3.638 -5.861,-4.379 -8.758,-11.049 -8.758,-20.6162 0,-7.3445 1.617,-12.5988 5.188,-16.9781 3.638,-4.5141 8.691,-6.6031 15.226,-6.6031 5.188,0 10.308,1.3476 14.553,3.9074"
|
||||
id="path62"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 676.907,72.1332 0,46.6228 -7.344,0 0.135,-21.29 c 0,-4.2449 0.472,-10.9148 0.673,-13.273 l -0.201,-0.2024 c -0.607,2.1559 -2.628,7.6805 -4.784,11.993 l -11.318,22.7724 -8.759,0 0,-46.6228 7.612,0 -0.269,22.5703 c -0.067,4.1094 -0.135,9.0275 -0.471,12.9355 l 0.202,0.202 c 0.875,-2.762 3.435,-8.6242 5.928,-13.8117 l 10.443,-21.8961 8.153,0"
|
||||
id="path64"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 224.935,139.507 -4.11,46.622 -10.307,0 -7.345,-26.545 c -0.876,-3.234 -1.482,-6.4 -1.684,-7.815 -0.269,1.415 -0.674,4.042 -1.751,7.95 l -7.142,26.41 -10.308,0 -4.245,-46.622 7.613,0 2.021,28.162 c 0.202,2.897 0.472,7.343 0.472,8.893 0.269,-1.55 1.146,-5.727 2.021,-8.825 l 7.748,-28.23 6.603,0 8.488,29.51 c 0.876,2.963 1.483,5.928 1.82,7.478 0,-1.415 0.135,-5.12 0.336,-8.085 l 2.157,-28.903 7.613,0"
|
||||
id="path66"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 234.368,139.507 7.95,0 0,46.6227 -7.95,0 0,-46.6227 z"
|
||||
id="path68"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 283.879,142.876 -3.639,4.918 c -2.628,-2.089 -5.052,-2.965 -8.355,-2.965 -4.513,0 -8.354,2.156 -10.375,6.603 -1.213,2.628 -1.819,5.862 -1.819,11.588 0,5.525 0.809,9.432 2.426,12.262 2.021,3.571 5.322,5.592 9.297,5.592 2.897,0 5.457,-0.808 7.95,-2.628 l 3.57,5.121 c -2.762,2.29 -7.073,3.638 -11.588,3.638 -7.276,0 -13.676,-4.042 -17.18,-10.712 -2.088,-3.907 -3.099,-8.556 -3.099,-14.149 0,-6.737 1.819,-12.397 5.322,-16.641 3.639,-4.379 8.557,-6.737 14.756,-6.737 4.985,0 9.095,1.347 12.734,4.11"
|
||||
id="path70"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 323.154,139.507 -6.872,11.184 c -2.426,3.907 -5.525,8.421 -7.209,9.297 7.276,0 11.589,6.132 11.589,12.801 0,7.277 -4.717,13.34 -15.16,13.34 l -14.216,0 0,-46.622 7.613,0 0,20.144 c 1.482,-0.067 2.157,-0.539 3.033,-1.414 2.559,-2.56 4.715,-5.794 7.95,-11.522 l 4.042,-7.208 9.23,0 z m -10.578,33.214 c 0,-2.425 -0.808,-4.379 -2.088,-5.659 -1.415,-1.414 -3.571,-1.953 -7.613,-1.953 l -3.976,0 0,14.755 4.245,0 c 6.872,0 9.432,-2.426 9.432,-7.143"
|
||||
id="path72"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 366.811,162.751 c 0,13.609 -6.333,24.052 -19.471,24.052 -11.656,0 -19.471,-8.623 -19.471,-23.985 0,-13.811 6.535,-24.052 19.808,-24.052 12.127,0 19.134,9.432 19.134,23.985 z m -8.826,-0.472 c 0,-12.532 -3.571,-17.652 -10.51,-17.652 -7.95,0 -10.982,6.67 -10.982,18.662 0,11.184 2.964,17.518 10.78,17.518 8.354,0 10.712,-7.141 10.712,-18.528"
|
||||
id="path74"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 402.113,139.507 0,6.603 -18.662,0 0,14.552 14.216,0 0,6.4 -14.351,0 0,12.735 17.113,0 1.011,6.332 -25.872,0 0,-46.622 26.545,0"
|
||||
id="path76"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 434.301,145.907 -17.247,0 0,40.222 -7.883,0 0,-46.622 23.85,0 1.28,6.4"
|
||||
id="path78"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 466.905,139.507 0,6.603 -18.662,0 0,14.552 14.216,0 0,6.4 -14.35,0 0,12.735 17.112,0 1.011,6.332 -25.871,0 0,-46.622 26.544,0"
|
||||
id="path80"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 504.753,142.876 -3.639,4.918 c -2.627,-2.089 -5.052,-2.965 -8.354,-2.965 -4.514,0 -8.354,2.156 -10.375,6.603 -1.213,2.628 -1.82,5.862 -1.82,11.588 0,5.525 0.809,9.432 2.426,12.262 2.021,3.571 5.323,5.592 9.298,5.592 2.897,0 5.457,-0.808 7.95,-2.628 l 3.57,5.121 c -2.762,2.29 -7.074,3.638 -11.588,3.638 -7.276,0 -13.677,-4.042 -17.181,-10.712 -2.088,-3.907 -3.098,-8.556 -3.098,-14.149 0,-6.737 1.819,-12.397 5.322,-16.641 3.638,-4.379 8.556,-6.737 14.756,-6.737 4.984,0 9.094,1.347 12.733,4.11"
|
||||
id="path82"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 540.054,186.129 -32.272,0 0,-6.468 11.79,0 0,-40.154 7.748,0 0,40.154 11.723,0 1.011,6.468"
|
||||
id="path84"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 575.953,139.507 -6.872,11.184 c -2.426,3.907 -5.524,8.421 -7.21,9.297 7.277,0 11.59,6.132 11.59,12.801 0,7.277 -4.717,13.34 -15.16,13.34 l -14.215,0 0,-46.622 7.612,0 0,20.144 c 1.483,-0.067 2.157,-0.539 3.033,-1.414 2.56,-2.56 4.715,-5.794 7.95,-11.522 l 4.042,-7.208 9.23,0 z m -10.578,33.214 c 0,-2.425 -0.808,-4.379 -2.087,-5.659 -1.417,-1.414 -3.572,-1.953 -7.614,-1.953 l -3.976,0 0,14.755 4.245,0 c 6.873,0 9.432,-2.426 9.432,-7.143"
|
||||
id="path86"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 619.611,162.751 c 0,13.609 -6.334,24.052 -19.472,24.052 -11.655,0 -19.471,-8.623 -19.471,-23.985 0,-13.811 6.536,-24.052 19.808,-24.052 12.128,0 19.135,9.432 19.135,23.985 z m -8.827,-0.472 c 0,-12.532 -3.571,-17.652 -10.51,-17.652 -7.95,0 -10.983,6.67 -10.983,18.662 0,11.184 2.966,17.518 10.781,17.518 8.355,0 10.712,-7.141 10.712,-18.528"
|
||||
id="path88"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:evenodd;stroke:none" /><path
|
||||
d="m 659.965,139.507 0,46.622 -7.343,0 0.135,-21.289 c 0,-4.245 0.472,-10.915 0.673,-13.273 l -0.201,-0.203 c -0.607,2.156 -2.628,7.681 -4.784,11.993 l -11.319,22.772 -8.758,0 0,-46.622 7.612,0 -0.269,22.57 c -0.067,4.109 -0.135,9.028 -0.471,12.935 l 0.201,0.203 c 0.877,-2.763 3.436,-8.624 5.929,-13.812 l 10.443,-21.896 8.152,0"
|
||||
id="path90"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 670.745,139.507 7.94961,0 0,46.6227 -7.94961,0 0,-46.6227 z"
|
||||
id="path92"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 720.255,142.876 -3.639,4.918 c -2.627,-2.089 -5.052,-2.965 -8.354,-2.965 -4.514,0 -8.354,2.156 -10.375,6.603 -1.213,2.628 -1.82,5.862 -1.82,11.588 0,5.525 0.809,9.432 2.426,12.262 2.021,3.571 5.322,5.592 9.298,5.592 2.897,0 5.457,-0.808 7.95,-2.628 l 3.57,5.121 c -2.762,2.29 -7.074,3.638 -11.588,3.638 -7.277,0 -13.677,-4.042 -17.181,-10.712 -2.088,-3.907 -3.098,-8.556 -3.098,-14.149 0,-6.737 1.818,-12.397 5.322,-16.641 3.638,-4.379 8.556,-6.737 14.755,-6.737 4.985,0 9.095,1.347 12.734,4.11"
|
||||
id="path94"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 22.159,248.708 78.1371,0 0,63.5809 -78.1371,0 0,-63.5809 z"
|
||||
id="path96"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 22.159,0.848828 78.1371,0 0,63.5801 -78.1371,0 0,-63.5801 z"
|
||||
id="path98"
|
||||
style="fill:#2056ae;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 20.9934,122.896 80.5305,0 0,65.5281 -80.5305,0 0,-65.5281 z"
|
||||
id="path100"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 95.1133,176.919 -5.909,0 0,16.874 1.2047,0 0,14.069 3.4133,0 0,-14.069 1.291,0 0,-16.874"
|
||||
id="path102"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 81.3145,207.862 0,-14.069 1.291,0 0,-16.874 -5.9094,0 0,16.874 1.2051,0 0,14.069 3.4133,0"
|
||||
id="path104"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 68.8055,207.862 0,-14.069 1.291,0 0,-16.874 -5.909,0 0,16.874 1.2047,0 0,14.069 3.4133,0"
|
||||
id="path106"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 56.2973,207.862 0,-14.069 1.291,0 0,-16.874 -5.909,0 0,16.874 1.2051,0 0,14.069 3.4129,0"
|
||||
id="path108"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 43.7906,207.862 0,-14.069 1.291,0 0,-16.874 -5.9093,0 0,16.874 1.205,0 0,14.069 3.4133,0"
|
||||
id="path110"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 31.2816,207.862 0,-14.069 1.2911,0 0,-16.874 -5.9094,0 0,16.874 1.2051,0 0,14.069 3.4132,0"
|
||||
id="path112"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 121.059,184.471 -14.07,0 0,1.291 -16.8742,0 0,-5.909 16.8742,0 0,1.204 14.07,0 0,3.414"
|
||||
id="path114"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 121.059,173.75 -14.07,0 0,1.291 -16.8742,0 0,-5.91 16.8742,0 0,1.205 14.07,0 0,3.414"
|
||||
id="path116"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 121.059,163.027 -14.07,0 0,1.291 -16.8742,0 0,-5.909 16.8742,0 0,1.205 14.07,0 0,3.413"
|
||||
id="path118"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 121.059,152.306 -14.07,0 0,1.291 -16.8742,0 0,-5.909 16.8742,0 0,1.205 14.07,0 0,3.413"
|
||||
id="path120"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 121.059,141.586 -14.07,0 0,1.291 -16.8742,0 0,-5.91 16.8742,0 0,1.205 14.07,0 0,3.414"
|
||||
id="path122"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 90.1148,132.155 0,-5.91 16.8742,0 0,1.205 14.07,0 0,3.414 -14.07,0 0,1.291 -16.8742,0"
|
||||
id="path124"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 27.9535,103.923 0,14.07 -1.291,0 0,16.874 5.9094,0 0,-16.874 -1.2051,0 0,-14.07 -3.4133,0"
|
||||
id="path126"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 43.8754,103.923 -3.4133,0 0,14.07 -1.2914,0 0,16.874 5.9094,0 0,-16.874 -1.2047,0 0,-14.07"
|
||||
id="path128"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 56.3844,103.923 -3.4133,0 0,14.07 -1.291,0 0,16.874 5.9094,0 0,-16.874 -1.2051,0 0,-14.07"
|
||||
id="path130"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 68.8926,103.923 -3.4133,0 0,14.07 -1.291,0 0,16.874 5.9094,0 0,-16.874 -1.2051,0 0,-14.07"
|
||||
id="path132"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 81.3996,103.923 -3.4129,0 0,14.07 -1.291,0 0,16.874 5.909,0 0,-16.874 -1.2051,0 0,-14.07"
|
||||
id="path134"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 89.2047,134.867 5.9094,0 0,-16.874 -1.2051,0 0,-14.07 -3.4133,0 0,14.07 -1.291,0 0,16.874"
|
||||
id="path136"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 0.224219,184.471 14.069881,0 0,1.291 16.8739,0 0,-5.909 -16.8739,0 0,1.204 -14.069881,0 0,3.414"
|
||||
id="path138"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 0.224219,170.336 0,3.414 14.069881,0 0,1.291 16.8739,0 0,-5.91 -16.8739,0 0,1.205 -14.069881,0"
|
||||
id="path140"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 0.224219,159.614 0,3.413 14.069881,0 0,1.291 16.8739,0 0,-5.909 -16.8739,0 0,1.205 -14.069881,0"
|
||||
id="path142"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 0.224219,148.893 0,3.413 14.069881,0 0,1.291 16.8739,0 0,-5.909 -16.8739,0 0,1.205 -14.069881,0"
|
||||
id="path144"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 0.224219,138.172 0,3.414 14.069881,0 0,1.291 16.8739,0 0,-5.91 -16.8739,0 0,1.205 -14.069881,0"
|
||||
id="path146"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
|
||||
d="m 31.168,132.155 0,-5.91 -16.8739,0 0,1.205 -14.069881,0 0,3.414 14.069881,0 0,1.291 16.8739,0"
|
||||
id="path148"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></svg>
|
||||
|
After Width: | Height: | Size: 24 KiB |
263
public/gpt.svg
Normal file
263
public/gpt.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 97 KiB |
227
public/world_energy.svg
Normal file
227
public/world_energy.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 114 KiB |
58
slides.md
58
slides.md
@@ -1,52 +1,36 @@
|
||||
---
|
||||
title: System-Level Integration and Exploration of PIM-DRAM
|
||||
author: Derek Christ
|
||||
coverAuthor: Derek Christ
|
||||
layout: cover
|
||||
selectable: true
|
||||
theme: academic
|
||||
download: true
|
||||
export:
|
||||
withToc: true
|
||||
fonts:
|
||||
sans: Helvetica
|
||||
addons:
|
||||
- slidev-addon-citations
|
||||
biblio:
|
||||
filename: references.bib
|
||||
---
|
||||
|
||||
### Master Thesis
|
||||
|
||||
# System-Level Integration and Exploration of PIM-DRAM
|
||||
## Derek Christ
|
||||
|
||||
---
|
||||
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
<div>
|
||||
|
||||
The first column
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
The second column
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
src: ./slides/introduction.md
|
||||
---
|
||||
|
||||
normal slide...
|
||||
---
|
||||
src: ./slides/pim.md
|
||||
---
|
||||
|
||||
Page: {{ $page }}
|
||||
<SlideCurrentNo class="text-orange-400" />
|
||||
---
|
||||
layout: end
|
||||
---
|
||||
|
||||
Is current page active: {{ $page === $slidev.nav.currentPage }}
|
||||
|
||||
<script setup>
|
||||
import { useDarkMode } from '@slidev/client'
|
||||
const { isDark } = useDarkMode()
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<p v-if="isDark">
|
||||
Der Dark Mode ist aktiviert.
|
||||
</p>
|
||||
<p v-else>
|
||||
Der Light Mode ist aktiviert.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
hä warum geits net
|
||||
-->
|
||||
# Thank you for your attention
|
||||
<hr/>
|
||||
33
slides/introduction.md
Normal file
33
slides/introduction.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
layout: figure
|
||||
figureUrl: world_energy.svg
|
||||
figureCaption: Total energy of computing
|
||||
figureFootnoteNumber: 1
|
||||
---
|
||||
|
||||
## Introduction
|
||||
### Energy Demand of Applications
|
||||
<hr/>
|
||||
|
||||
<Footnotes separator>
|
||||
<Footnote :number=1>
|
||||
SRC. „Decadal Plan for Semiconductors“, Januar 2021. https://www.src.org/about/decadal-plan/.
|
||||
</Footnote>
|
||||
</Footnotes>
|
||||
|
||||
---
|
||||
layout: figure
|
||||
figureUrl: gpt.svg
|
||||
figureCaption: Roofline model of GPT revisions
|
||||
figureFootnoteNumber: 1
|
||||
---
|
||||
|
||||
## Introduction
|
||||
### Memory Bound Workloads
|
||||
<hr/>
|
||||
|
||||
<Footnotes separator>
|
||||
<Footnote :number=1>
|
||||
Ivo Bolsens. „Scalable AI Architectures for Edge and Cloud“, 2023.
|
||||
</Footnote>
|
||||
</Footnotes>
|
||||
47
slides/pim.md
Normal file
47
slides/pim.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
layout: figure
|
||||
figureUrl: dnn.svg
|
||||
figureCaption: A fully connected DNN layer
|
||||
figureFootnoteNumber: 1
|
||||
---
|
||||
|
||||
## Processing-in-Memory
|
||||
### Applicable Workloads
|
||||
<hr/>
|
||||
|
||||
<Footnotes separator>
|
||||
<Footnote :number=1>
|
||||
He et al. „Newton: A DRAM-maker’s Accelerator-in-Memory (AiM) Architecture for Machine Learning“, 2020.
|
||||
</Footnote>
|
||||
</Footnotes>
|
||||
|
||||
---
|
||||
|
||||
## Processing-in-Memory
|
||||
### Architectures
|
||||
<hr/>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Possible placements of compute logic<sup>1</sup>:
|
||||
|
||||
<v-clicks>
|
||||
|
||||
- Inside the memory subarray
|
||||
- In the PSA region near a subarray
|
||||
- Outside the bank in its peripheral region
|
||||
- In the I/O region of the memory
|
||||
|
||||
</v-clicks>
|
||||
|
||||
<br>
|
||||
|
||||
<div v-click class="text-xl"> The nearer the computation is to the memory array, the higher the achievable bandwidth! </div>
|
||||
|
||||
<Footnotes separator>
|
||||
<Footnote :number=1>
|
||||
Sudarshan et al. „A Critical Assessment of DRAM-PIM Architectures - Trends, Challenges and Solutions“, 2022.
|
||||
|
||||
</Footnote>
|
||||
</Footnotes>
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{ "source": "/(.*)", "destination": "/index.html" }
|
||||
],
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "dist"
|
||||
}
|
||||
Reference in New Issue
Block a user