maj fichier accueil progression terminale + images

This commit is contained in:
Florian Mathieu
2024-09-15 21:50:32 +02:00
parent 540af7d918
commit 59ec98276d
12 changed files with 1234 additions and 81 deletions

121
README.md
View File

@@ -1,91 +1,50 @@
# Terminale NSI # Cours NSI Terminale
Cours et fichiers liés à la Terminale NSI pour les élèves ## Découpage
## Getting started <table cellspacing="0" cellpadding="0" style="border-collapse: collapse;margin:auto;" >
<body>
<tr>
<td style="text-align: center;"><a title="Modularité" href="Modularité/"><img src='assets/modular.svg' width="128px"/><br/>Modularité</a></td>
<td style="border: none;text-align: center;"><a title="Récursivité" href="Recursivité/"><img src='assets/recursivite.svg' width="128px"/><br/>Récursivité</a></td>
<td style="border: none;text-align: center;"><a title="Programmation Orientée Objet" href="POO"><img src='assets/poo.svg' width="128px"/><br/>Programmation Orientée Objet</a></td>
<td style="border: none;text-align: center;"><a title="Structures de données : Pile et File" href="Pile_et_File/"><img src='assets/pile_file.svg' width="128px"/><br/>Structures Pile et File</a></td>
<td style="border: none;text-align: center;"><a title="Arbres" href="Arbres/"><img src='assets/arbre.svg' width="128px"/><br/>Arbres et Arbres binaires</a></td>
<td style="border: none;text-align: center;"><a title="Graphes" href="Graphes/"><img src='assets/graphe.svg' width="128px"/><br/>Graphes</a></td>
</tr>
<tr>
<td style="text-align: center;"><a title="Bases de données" href="bases_donnees"><img src='assets/bdd.svg' width="128px"/><br/>Bases de données</a></td>
<td style="border: none;text-align: center;"><a title="SGBD" href="SGBD"><img src='assets/sgbd.svg' width="128px"/><br/>SGBD</a></td>
<td style="border: none;text-align: center;"><a title="Routage et Algorithmes de routage" href="Routage"><img src='assets/routage.svg' width="128px"/><br/>Routage et Algorithmes de routage</a></td>
<td style="border: none;text-align: center;"><a title="Calculabilité" href="Calculabilite"><img src='assets/calculabilite.svg' width="128px"/><br/>Calculabilité</a></td>
<td style="border: none;text-align: center;"><a title="Recherche textuelle" href="Recherche_Textuelle"><img src='assets/recherche.svg' width="128px"/><br/>Recherche textuelle</a></td>
</tr>
</body>
</table>
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
## Add your files ### Progression
- [ ] [Create](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files | Séquence | Contenu | Projet associé |
- [ ] [Add files using the command line](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: | --------------------------------------------- | ------------------------------------------------------------ | -------------- |
| 1 - a : Modularité | Mise au point de bibliothèques, mise au point de programmes, debug | |
| 1 - b : Récursivité | | |
| 2 - a : Programmation orientée objet | | |
| 2 - b : Structure Pile & File | | |
| 3 - a : Arbres, arbres binaires | | |
| 3 - b : Graphes | | |
| 4 - a : Bases de données | | |
| 4 - b : Système de Gestion de Base de Données | | |
| 5 -a : Routage et algorithmes de routage | | |
| 5 - b : Calculabilité | | |
| 6 : Recherche textuelle | | |
```
cd existing_repo
git remote add origin https://gitlab.com/Poueteuh/terminale-nsi.git
git branch -M main
git push -uf origin main
```
## Integrate with your tools
- [ ] [Set up project integrations](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/project/integrations/) ### Sitographie
## Collaborate with your team
- [ ] [Invite team members and collaborators](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/project/members/)
- [ ] [Create a new merge request](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
- [ ] [Automatically close issues from merge requests](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
- [ ] [Automatically merge when pipeline succeeds](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
## Test and Deploy
Use the built-in continuous integration in GitLab.
- [ ] [Get started with GitLab CI/CD](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://docs.gitlab.com/ee/user/clusters/agent/)
***
# Editing this README
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://gitlab.com/-/experiment/new_project_readme_content:df4fdf14dc2a30e838dec7aeebd5cea1?https://www.makeareadme.com/) for this template.
## Suggestions for a good README
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
## Name
Choose a self-explaining name for your project.
## Description
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
## Badges
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
## Visuals
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
## Support
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
## Roadmap
If you have ideas for releases in the future, it is a good idea to list them in the README.
## Contributing
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.
## License
For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
- [Gitlab de David Landry](https://gitlab.com/david_landry/nsi)
- [Framagit de Christophe Mieszczak](https://framagit.org/tofmzk/informatique_git/-/tree/master/terminale_nsi)
- [Site de David Roche](https://pixees.fr/informatiquelycee/n_site/nsi_term.html)
-

242
assets/arbre.svg Normal file
View File

@@ -0,0 +1,242 @@
<?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="0.0"
width="300"
height="250"
viewBox="0 0 289.333 253"
id="svg2623"
xml:space="preserve"><defs
id="defs2799" /><g
transform="matrix(1.012,0,0,1.012,180.087,42.504)"
id="g2987"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(70,-15)"
id="path2981"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text2983"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan2985">2</tspan></text>
</g><g
transform="matrix(1.012,0,0,1.012,104.187,98.164)"
id="g2992"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(70,-15)"
id="path2994"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text2996"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan2998">7</tspan></text>
</g><g
transform="matrix(1.012,0,0,1.012,255.986,98.164)"
id="g3000"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(70,-15)"
id="path3002"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text3004"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan3006">5</tspan></text>
</g><g
transform="matrix(1.012,0,0,1.012,53.5865,174.064)"
id="g3008"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(70,-15)"
id="path3010"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text3012"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan3014">2</tspan></text>
</g><g
transform="matrix(1.012,0,0,1.012,154.786,174.064)"
id="g3016"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(70,-15)"
id="path3018"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text3020"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan3022">6</tspan></text>
</g><g
transform="matrix(1.012,0,0,1.012,306.586,174.064)"
id="g3024"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(70,-15)"
id="path3026"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text3028"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan3030">9</tspan></text>
</g><g
transform="matrix(1.012,0,0,1.012,114.307,244.904)"
id="g3032"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(70,-15)"
id="path3034"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text3036"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan3038">5</tspan></text>
</g><g
transform="matrix(1.012,0,0,1.012,186.995,244.744)"
id="g3040"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(78.1738,-14.8418)"
id="path3042"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text3044"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan3046">11</tspan></text>
</g><g
transform="matrix(1.012,0,0,1.012,255.986,244.904)"
id="g3048"
style="overflow:visible"><path
d="m -85.000008,-2 a 20,20 0 1 1 -40.000002,0 20,20 0 1 1 40.000002,0 z"
transform="translate(70,-15)"
id="path3050"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><text
x="-42.312504"
y="-8.09375"
id="text3052"
xml:space="preserve"
style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"><tspan
x="-42.312504"
y="-8.09375"
id="tspan3054">4</tspan></text>
</g><g
transform="matrix(-0.597738,-0.801692,0.801692,-0.597738,131.928,233.807)"
id="g3096"><path
d="m 159.85851,60.695994 -3.04799,14.192 6.096,0 -3.04801,-14.192 z"
id="path3092"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
d="m 159.8465,70.84 0,43.93551"
id="path3094"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g><g
transform="matrix(0.597738,-0.801692,-0.801692,-0.597738,156.41,233.807)"
id="g3106"
style="overflow:visible"><path
d="m 159.85851,60.695994 -3.04799,14.192 6.096,0 -3.04801,-14.192 z"
id="path3108"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
d="m 159.8465,70.84 0,43.93551"
id="path3110"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g><g
transform="matrix(-0.836546,-0.547897,0.547897,-0.836546,130.664,278.069)"
id="g3112"
style="overflow:visible"><path
d="m 159.85851,60.695994 -3.04799,14.192 6.096,0 -3.04801,-14.192 z"
id="path3114"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
d="m 159.8465,70.84 0,39.91866"
id="path3116"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g><g
transform="matrix(0.836546,-0.547897,-0.547897,-0.836546,7.25664,278.147)"
id="g3118"
style="overflow:visible"><path
d="m 159.85851,60.695994 -3.04799,14.192 6.096,0 -3.04801,-14.192 z"
id="path3120"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
d="m 159.8465,70.84 0,39.91866"
id="path3122"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g><g
transform="matrix(0.836546,-0.547897,-0.547897,-0.836546,159.563,277.894)"
id="g3124"
style="overflow:visible"><path
d="m 159.85851,60.695994 -3.04799,14.192 6.096,0 -3.04801,-14.192 z"
id="path3126"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
d="m 159.8465,70.84 0,39.91866"
id="path3128"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g><g
transform="matrix(-0.836546,-0.547897,0.547897,-0.836546,333.182,349.493)"
id="g3130"
style="overflow:visible"><path
d="m 159.85851,60.695994 -3.04799,14.192 6.096,0 -3.04801,-14.192 z"
id="path3132"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
d="m 159.8465,70.84 0,36.27828"
id="path3134"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g><g
transform="matrix(0.875939,-0.482422,-0.482422,-0.875939,39.6299,340.2)"
id="g3142"
style="overflow:visible"><path
d="m 159.85851,60.695994 -3.04799,14.192 6.096,0 -3.04801,-14.192 z"
id="path3144"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
d="m 159.8465,70.84 0,31.1306"
id="path3146"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g><g
transform="matrix(-0.875939,-0.482422,0.482422,-0.875939,199.907,341.565)"
id="g3148"
style="overflow:visible"><path
d="m 159.85851,60.695994 -3.04799,14.192 6.096,0 -3.04801,-14.192 z"
id="path3150"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
d="m 159.8465,70.84 0,31.1306"
id="path3152"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g><metadata
id="metadata3117"><rdf:RDF><cc:Work
rdf:about=""><dc:title></dc:title></cc:Work></rdf:RDF></metadata></svg>

After

Width:  |  Height:  |  Size: 17 KiB

28
assets/bdd.svg Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg fill="#000000" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="800px" height="800px" viewBox="0 0 95.103 95.103"
xml:space="preserve">
<g>
<g id="Layer_1_14_">
<g>
<g>
<g>
<path d="M47.561,0C25.928,0,8.39,6.393,8.39,14.283v11.72c0,7.891,17.538,14.282,39.171,14.282
c21.632,0,39.17-6.392,39.17-14.282v-11.72C86.731,6.393,69.193,0,47.561,0z"/>
</g>
</g>
<g>
<g>
<path d="M47.561,47.115c-20.654,0-37.682-5.832-39.171-13.227c-0.071,0.353,0,19.355,0,19.355
c0,7.892,17.538,14.283,39.171,14.283c21.632,0,39.17-6.393,39.17-14.283c0,0,0.044-19.003-0.026-19.355
C85.214,41.284,68.214,47.115,47.561,47.115z"/>
</g>
</g>
<path d="M86.694,61.464c-1.488,7.391-18.479,13.226-39.133,13.226S9.875,68.854,8.386,61.464L8.39,80.82
c0,7.891,17.538,14.282,39.171,14.282c21.632,0,39.17-6.393,39.17-14.282L86.694,61.464z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

361
assets/calculabilite.svg Normal file
View File

@@ -0,0 +1,361 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.2" baseProfile="tiny" width="167.01mm" height="81.01mm" viewBox="1000 1800 16701 8101" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xml:space="preserve">
<defs class="ClipPathGroup">
<clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
<rect x="1000" y="1800" width="16701" height="8101"/>
</clipPath>
</defs>
<defs>
<font id="EmbeddedFont_1" horiz-adv-x="2048">
<font-face font-family="Liberation Sans embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1852" descent="423"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="y" horiz-adv-x="1059" d="M 604,1 C 579,-64 553,-123 527,-175 500,-227 471,-272 438,-309 405,-346 369,-374 329,-394 289,-413 243,-423 191,-423 168,-423 147,-423 128,-423 109,-423 88,-420 67,-414 L 67,-279 C 80,-282 94,-284 110,-284 126,-284 140,-284 151,-284 204,-284 253,-264 298,-225 343,-186 383,-124 417,-38 L 434,5 5,1082 197,1082 425,484 C 432,466 440,442 451,412 461,382 471,352 482,322 492,292 501,265 509,241 517,217 522,202 523,196 525,203 530,218 538,240 545,261 554,285 564,312 573,339 583,366 593,393 603,420 611,444 618,464 L 830,1082 1020,1082 604,1 Z"/>
<glyph unicode="r" horiz-adv-x="556" d="M 142,0 L 142,830 C 142,853 142,876 142,900 141,923 141,946 140,968 139,990 139,1011 138,1030 137,1049 137,1067 136,1082 L 306,1082 C 307,1067 308,1049 309,1030 310,1010 311,990 312,969 313,948 313,929 314,910 314,891 314,874 314,861 L 318,861 C 331,902 344,938 359,969 373,999 390,1024 409,1044 428,1063 451,1078 478,1088 505,1097 537,1102 575,1102 590,1102 604,1101 617,1099 630,1096 641,1094 648,1092 L 648,927 C 636,930 622,933 606,935 590,936 572,937 552,937 511,937 476,928 447,909 418,890 394,865 376,832 357,799 344,759 335,714 326,668 322,618 322,564 L 322,0 142,0 Z"/>
<glyph unicode="q" horiz-adv-x="954" d="M 484,-20 C 347,-20 246,26 182,119 118,212 86,351 86,536 86,724 119,865 185,960 250,1055 350,1102 484,1102 529,1102 568,1098 603,1090 637,1082 668,1070 695,1055 722,1039 745,1019 766,996 786,973 804,945 821,914 L 823,914 C 823,931 824,949 825,970 826,990 827,1010 828,1028 829,1046 830,1061 831,1074 832,1087 834,1094 835,1094 L 1008,1094 C 1007,1083 1005,1053 1004,1005 1002,957 1001,889 1001,799 L 1001,-425 821,-425 821,14 C 821,31 821,49 822,68 822,87 822,104 823,121 824,140 824,159 825,178 L 823,178 C 806,144 787,115 766,90 745,65 720,44 693,28 666,11 635,-1 601,-9 566,-16 527,-20 484,-20 Z M 821,554 C 821,633 814,699 801,752 787,805 768,848 743,880 718,912 687,935 652,949 616,962 576,969 532,969 486,969 447,961 414,944 381,927 355,901 335,866 314,831 299,786 290,733 280,679 275,615 275,542 275,470 280,407 289,354 298,301 312,257 333,222 353,187 379,162 412,145 444,128 483,119 530,119 570,119 608,125 643,138 678,150 709,172 736,205 762,237 783,281 798,338 813,394 821,466 821,554 Z"/>
<glyph unicode="n" horiz-adv-x="900" d="M 825,0 L 825,686 C 825,739 821,783 814,818 806,853 793,882 776,904 759,925 736,941 708,950 679,959 644,963 602,963 559,963 521,956 487,941 452,926 423,904 399,876 374,847 355,812 342,771 329,729 322,681 322,627 L 322,0 142,0 142,853 C 142,876 142,900 142,925 141,950 141,974 140,996 139,1019 139,1038 138,1054 137,1070 137,1078 136,1078 L 306,1078 C 307,1075 307,1066 308,1052 309,1037 310,1021 311,1002 312,984 312,965 313,945 314,926 314,910 314,897 L 317,897 C 334,928 353,957 374,982 395,1007 419,1029 446,1047 473,1064 505,1078 540,1088 575,1097 616,1102 663,1102 723,1102 775,1095 818,1080 861,1065 897,1043 925,1012 953,981 974,942 987,894 1000,845 1006,788 1006,721 L 1006,0 825,0 Z"/>
<glyph unicode="l" horiz-adv-x="187" d="M 138,0 L 138,1484 318,1484 318,0 138,0 Z"/>
<glyph unicode="e" horiz-adv-x="980" d="M 276,503 C 276,446 282,394 294,347 305,299 323,258 348,224 372,189 403,163 441,144 479,125 525,115 578,115 656,115 719,131 766,162 813,193 844,233 861,281 L 1019,236 C 1008,206 992,176 972,146 951,115 924,88 890,64 856,39 814,19 763,4 712,-12 650,-20 578,-20 418,-20 296,28 213,123 129,218 87,360 87,548 87,649 100,735 125,806 150,876 185,933 229,977 273,1021 324,1053 383,1073 442,1092 504,1102 571,1102 662,1102 738,1087 799,1058 860,1029 909,988 946,937 983,885 1009,824 1025,754 1040,684 1048,608 1048,527 L 1048,503 276,503 Z M 862,641 C 852,755 823,838 775,891 727,943 658,969 568,969 538,969 507,964 474,955 441,945 410,928 382,903 354,878 330,845 311,803 292,760 281,706 278,641 L 862,641 Z"/>
<glyph unicode="c" horiz-adv-x="875" d="M 275,546 C 275,484 280,427 289,375 298,323 313,278 334,241 355,203 384,174 419,153 454,132 497,122 548,122 612,122 666,139 709,173 752,206 778,258 788,328 L 970,328 C 964,283 951,239 931,197 911,155 884,118 850,86 815,54 773,28 724,9 675,-10 618,-20 553,-20 468,-20 396,-6 337,23 278,52 230,91 193,142 156,192 129,251 112,320 95,388 87,462 87,542 87,615 93,679 105,735 117,790 134,839 156,881 177,922 203,957 232,986 261,1014 293,1037 328,1054 362,1071 398,1083 436,1091 474,1098 512,1102 551,1102 612,1102 666,1094 713,1077 760,1060 801,1038 836,1009 870,980 898,945 919,906 940,867 955,824 964,779 L 779,765 C 770,825 746,873 708,908 670,943 616,961 546,961 495,961 452,953 418,936 383,919 355,893 334,859 313,824 298,781 289,729 280,677 275,616 275,546 Z"/>
<glyph unicode="a" horiz-adv-x="1060" d="M 414,-20 C 305,-20 224,9 169,66 114,124 87,203 87,303 87,375 101,434 128,480 155,526 190,562 234,588 277,614 327,632 383,642 439,652 496,657 554,657 L 797,657 797,717 C 797,762 792,800 783,832 774,863 759,889 740,908 721,928 697,942 668,951 639,960 604,965 565,965 530,965 499,963 471,958 443,953 419,944 398,931 377,918 361,900 348,878 335,855 327,827 323,793 L 135,810 C 142,853 154,892 173,928 192,963 218,994 253,1020 287,1046 330,1066 382,1081 433,1095 496,1102 569,1102 705,1102 807,1071 876,1009 945,946 979,856 979,738 L 979,272 C 979,219 986,179 1000,152 1014,125 1041,111 1080,111 1090,111 1100,112 1110,113 1120,114 1130,116 1139,118 L 1139,6 C 1116,1 1094,-3 1072,-6 1049,-9 1025,-10 1000,-10 966,-10 937,-5 913,4 888,13 868,26 853,45 838,63 826,86 818,113 810,140 805,171 803,207 L 797,207 C 778,172 757,141 734,113 711,85 684,61 653,42 622,22 588,7 549,-4 510,-15 465,-20 414,-20 Z M 455,115 C 512,115 563,125 606,146 649,167 684,194 713,226 741,259 762,294 776,332 790,371 797,408 797,443 L 797,531 600,531 C 556,531 514,528 475,522 435,517 400,506 370,489 340,472 316,449 299,418 281,388 272,349 272,300 272,241 288,195 320,163 351,131 396,115 455,115 Z"/>
<glyph unicode="O" horiz-adv-x="1377" d="M 1495,711 C 1495,601 1479,501 1448,411 1416,321 1370,244 1310,180 1250,116 1177,67 1090,32 1003,-3 905,-20 795,-20 679,-20 577,-2 490,35 403,71 330,122 272,187 214,252 170,329 141,418 112,507 97,605 97,711 97,821 112,920 143,1009 174,1098 219,1173 278,1236 337,1298 411,1346 498,1380 585,1413 684,1430 797,1430 909,1430 1009,1413 1096,1379 1183,1345 1256,1297 1315,1234 1374,1171 1418,1096 1449,1007 1480,918 1495,820 1495,711 Z M 1300,711 C 1300,796 1289,873 1268,942 1246,1011 1214,1071 1172,1120 1129,1169 1077,1207 1014,1234 951,1261 879,1274 797,1274 713,1274 639,1261 576,1234 513,1207 460,1169 418,1120 375,1071 344,1011 323,942 302,873 291,796 291,711 291,626 302,549 324,479 345,408 377,348 420,297 462,246 515,206 578,178 641,149 713,135 795,135 883,135 959,149 1023,178 1086,207 1139,247 1180,298 1221,349 1251,409 1271,480 1290,551 1300,628 1300,711 Z"/>
<glyph unicode="?" horiz-adv-x="980" d="M 1063,1032 C 1063,985 1057,943 1045,907 1032,871 1016,839 995,811 974,782 951,757 925,735 898,712 871,691 844,671 817,651 790,631 764,612 737,593 714,572 693,549 672,526 655,501 642,474 629,446 622,414 621,377 L 446,377 C 447,423 455,463 468,498 481,533 497,563 518,590 539,617 562,641 588,662 614,683 640,703 667,722 694,741 720,760 746,779 771,798 794,819 814,842 834,865 850,892 863,921 875,950 881,985 881,1024 881,1063 874,1098 860,1129 846,1160 826,1186 801,1207 775,1228 744,1243 708,1254 671,1265 631,1270 586,1270 493,1270 419,1247 364,1202 309,1156 277,1093 268,1014 L 84,1014 C 91,1071 106,1124 129,1175 151,1225 182,1269 223,1307 263,1345 313,1375 373,1397 432,1419 503,1430 584,1430 660,1430 728,1421 787,1402 846,1383 897,1357 938,1323 979,1288 1010,1246 1031,1197 1052,1148 1063,1093 1063,1032 Z M 438,0 L 438,201 633,201 633,0 438,0 Z"/>
<glyph unicode="1" horiz-adv-x="874" d="M 156,0 L 156,153 515,153 515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0 156,0 Z"/>
<glyph unicode="0" horiz-adv-x="980" d="M 1059,705 C 1059,570 1046,456 1021,364 995,271 960,197 916,140 871,83 819,42 759,17 699,-8 635,-20 567,-20 498,-20 434,-8 375,17 316,42 264,82 221,139 177,196 143,270 118,363 93,455 80,569 80,705 80,847 93,965 118,1058 143,1151 177,1225 221,1280 265,1335 317,1374 377,1397 437,1419 502,1430 573,1430 640,1430 704,1419 763,1397 822,1374 873,1335 917,1280 961,1225 996,1151 1021,1058 1046,965 1059,847 1059,705 Z M 876,705 C 876,817 869,910 856,985 843,1059 823,1118 797,1163 771,1207 739,1238 702,1257 664,1275 621,1284 573,1284 522,1284 478,1275 439,1256 400,1237 368,1206 342,1162 315,1117 295,1058 282,984 269,909 262,816 262,705 262,597 269,506 283,432 296,358 316,299 343,254 369,209 401,176 439,157 477,137 520,127 569,127 616,127 659,137 697,157 735,176 767,209 794,254 820,299 840,358 855,432 869,506 876,597 876,705 Z"/>
</font>
</defs>
<defs class="TextShapeIndex">
<g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40"/>
</defs>
<defs class="EmbeddedBulletChars">
<g id="bullet-char-template(57356)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
</g>
<g id="bullet-char-template(57354)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
</g>
<g id="bullet-char-template(10146)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
</g>
<g id="bullet-char-template(10132)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
</g>
<g id="bullet-char-template(10007)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
</g>
<g id="bullet-char-template(10004)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
</g>
<g id="bullet-char-template(9679)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
</g>
<g id="bullet-char-template(8226)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
</g>
<g id="bullet-char-template(8211)" transform="scale(0.00048828125,-0.00048828125)">
<path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
</g>
</defs>
<defs class="TextEmbeddedBitmaps"/>
<g class="SlideGroup">
<g>
<g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
<g class="Page">
<g class="com.sun.star.drawing.CustomShape">
<g id="id3">
<rect class="BoundingBox" stroke="none" fill="none" x="1511" y="5299" width="7691" height="3903"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 5356,9200 L 1512,9200 1512,5300 9200,5300 9200,9200 5356,9200 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 5356,9200 L 1512,9200 1512,5300 9200,5300 9200,9200 5356,9200 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id4">
<rect class="BoundingBox" stroke="none" fill="none" x="1899" y="6199" width="904" height="904"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 2350,6200 C 2605,6200 2800,6395 2800,6650 2800,6905 2605,7100 2350,7100 2095,7100 1900,6905 1900,6650 1900,6395 2095,6200 2350,6200 Z M 1900,6200 L 1900,6200 Z M 2801,7101 L 2801,7101 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 2350,6200 C 2605,6200 2800,6395 2800,6650 2800,6905 2605,7100 2350,7100 2095,7100 1900,6905 1900,6650 1900,6395 2095,6200 2350,6200 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 1900,6200 L 1900,6200 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 2801,7101 L 2801,7101 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id5">
<rect class="BoundingBox" stroke="none" fill="none" x="3999" y="6799" width="904" height="904"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 4450,6800 C 4705,6800 4900,6995 4900,7250 4900,7505 4705,7700 4450,7700 4195,7700 4000,7505 4000,7250 4000,6995 4195,6800 4450,6800 Z M 4000,6800 L 4000,6800 Z M 4901,7701 L 4901,7701 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 4450,6800 C 4705,6800 4900,6995 4900,7250 4900,7505 4705,7700 4450,7700 4195,7700 4000,7505 4000,7250 4000,6995 4195,6800 4450,6800 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 4000,6800 L 4000,6800 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 4901,7701 L 4901,7701 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id6">
<rect class="BoundingBox" stroke="none" fill="none" x="5499" y="8099" width="904" height="904"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 5950,8100 C 6205,8100 6400,8295 6400,8550 6400,8805 6205,9000 5950,9000 5695,9000 5500,8805 5500,8550 5500,8295 5695,8100 5950,8100 Z M 5500,8100 L 5500,8100 Z M 6401,9001 L 6401,9001 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 5950,8100 C 6205,8100 6400,8295 6400,8550 6400,8805 6205,9000 5950,9000 5695,9000 5500,8805 5500,8550 5500,8295 5695,8100 5950,8100 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 5500,8100 L 5500,8100 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 6401,9001 L 6401,9001 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id7">
<rect class="BoundingBox" stroke="none" fill="none" x="2899" y="7999" width="904" height="904"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 3350,8000 C 3605,8000 3800,8195 3800,8450 3800,8705 3605,8900 3350,8900 3095,8900 2900,8705 2900,8450 2900,8195 3095,8000 3350,8000 Z M 2900,8000 L 2900,8000 Z M 3801,8901 L 3801,8901 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 3350,8000 C 3605,8000 3800,8195 3800,8450 3800,8705 3605,8900 3350,8900 3095,8900 2900,8705 2900,8450 2900,8195 3095,8000 3350,8000 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 2900,8000 L 2900,8000 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 3801,8901 L 3801,8901 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id8">
<rect class="BoundingBox" stroke="none" fill="none" x="3099" y="5599" width="904" height="904"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 3550,5600 C 3805,5600 4000,5795 4000,6050 4000,6305 3805,6500 3550,6500 3295,6500 3100,6305 3100,6050 3100,5795 3295,5600 3550,5600 Z M 3100,5600 L 3100,5600 Z M 4001,6501 L 4001,6501 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 3550,5600 C 3805,5600 4000,5795 4000,6050 4000,6305 3805,6500 3550,6500 3295,6500 3100,6305 3100,6050 3100,5795 3295,5600 3550,5600 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 3100,5600 L 3100,5600 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 4001,6501 L 4001,6501 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="368px" font-weight="400"><tspan class="TextPosition" x="3273" y="6195"/><tspan class="TextPosition" x="3273" y="6195"><tspan font-size="635px" fill="rgb(0,0,0)" stroke="none">q</tspan></tspan><tspan class="TextPosition" x="3624" y="6404"><tspan fill="rgb(0,0,0)" stroke="none">?</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id9">
<rect class="BoundingBox" stroke="none" fill="none" x="6699" y="6299" width="904" height="904"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 7150,6300 C 7405,6300 7600,6495 7600,6750 7600,7005 7405,7200 7150,7200 6895,7200 6700,7005 6700,6750 6700,6495 6895,6300 7150,6300 Z M 6700,6300 L 6700,6300 Z M 7601,7201 L 7601,7201 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 7150,6300 C 7405,6300 7600,6495 7600,6750 7600,7005 7405,7200 7150,7200 6895,7200 6700,7005 6700,6750 6700,6495 6895,6300 7150,6300 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 6700,6300 L 6700,6300 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 7601,7201 L 7601,7201 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="368px" font-weight="400"><tspan class="TextPosition" x="6887" y="6895"/><tspan class="TextPosition" x="6887" y="6895"><tspan font-size="635px" fill="rgb(0,0,0)" stroke="none">q</tspan></tspan><tspan class="TextPosition" x="7238" y="7104"><tspan fill="rgb(0,0,0)" stroke="none">y</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id10">
<rect class="BoundingBox" stroke="none" fill="none" x="8099" y="6299" width="904" height="904"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 8550,6300 C 8805,6300 9000,6495 9000,6750 9000,7005 8805,7200 8550,7200 8295,7200 8100,7005 8100,6750 8100,6495 8295,6300 8550,6300 Z M 8100,6300 L 8100,6300 Z M 9001,7201 L 9001,7201 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8550,6300 C 8805,6300 9000,6495 9000,6750 9000,7005 8805,7200 8550,7200 8295,7200 8100,7005 8100,6750 8100,6495 8295,6300 8550,6300 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8100,6300 L 8100,6300 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 9001,7201 L 9001,7201 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="368px" font-weight="400"><tspan class="TextPosition" x="8273" y="6895"/><tspan class="TextPosition" x="8273" y="6895"><tspan font-size="635px" fill="rgb(0,0,0)" stroke="none">q</tspan></tspan><tspan class="TextPosition" x="8624" y="7104"><tspan fill="rgb(0,0,0)" stroke="none">n</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id11">
<rect class="BoundingBox" stroke="none" fill="none" x="999" y="6401" width="902" height="300"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 1000,6500 L 1473,6553"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 1900,6600 L 1469,6401 1436,6699 1900,6600 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id12">
<rect class="BoundingBox" stroke="none" fill="none" x="2299" y="7099" width="702" height="1102"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 2300,7100 L 2769,7837"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 3000,8200 L 2885,7740 2632,7901 3000,8200 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id13">
<rect class="BoundingBox" stroke="none" fill="none" x="3291" y="6500" width="300" height="1502"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 3300,8000 L 3443,6926"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 3500,6500 L 3292,6926 3589,6966 3500,6500 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id14">
<rect class="BoundingBox" stroke="none" fill="none" x="3599" y="3600" width="902" height="2002"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 3600,5600 L 4324,3992"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 4500,3600 L 4179,3949 4452,4072 4500,3600 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id15">
<rect class="BoundingBox" stroke="none" fill="none" x="3699" y="7600" width="502" height="602"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 3700,8200 L 3925,7930"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 4200,7600 L 3797,7850 4027,8042 4200,7600 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id16">
<rect class="BoundingBox" stroke="none" fill="none" x="3900" y="6400" width="502" height="402"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 4400,6800 L 4236,6669"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 3900,6400 L 4158,6798 4345,6564 3900,6400 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id17">
<rect class="BoundingBox" stroke="none" fill="none" x="4799" y="7499" width="802" height="702"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 4800,7500 L 5276,7917"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 5600,8200 L 5360,7791 5163,8017 5600,8200 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id18">
<rect class="BoundingBox" stroke="none" fill="none" x="5899" y="3599" width="1302" height="2702"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 5900,3600 L 7013,5913"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 7200,6300 L 7140,5829 6870,5960 7200,6300 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id19">
<rect class="BoundingBox" stroke="none" fill="none" x="4900" y="6899" width="1802" height="376"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 6700,6900 L 5324,7129"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 4900,7200 L 5369,7274 5319,6978 4900,7200 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id20">
<rect class="BoundingBox" stroke="none" fill="none" x="6799" y="3499" width="1702" height="2802"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 6800,3500 L 8277,5932"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 8500,6300 L 8395,5837 8138,5993 8500,6300 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id21">
<rect class="BoundingBox" stroke="none" fill="none" x="3699" y="1799" width="3503" height="1803"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 5450,3600 L 3700,3600 3700,1800 7200,1800 7200,3600 5450,3600 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 5450,3600 L 3700,3600 3700,1800 7200,1800 7200,3600 5450,3600 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="4517" y="2921"/><tspan class="TextPosition" x="4517" y="2921"><tspan fill="rgb(255,255,255)" stroke="none">Oracle</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id22">
<rect class="BoundingBox" stroke="none" fill="none" x="5750" y="8999" width="301" height="902"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 5900,9000 L 5900,9470"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 5900,9900 L 6050,9450 5750,9450 5900,9900 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.ClosedBezierShape">
<g id="id23">
<rect class="BoundingBox" stroke="none" fill="none" x="11199" y="3499" width="6503" height="703"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 11200,3500 C 11200,4200 11200,4200 11200,4200 11200,4200 17100,4200 17400,4200 17700,4200 17100,4000 17100,4000 L 17600,3800 17000,3800 17700,3500 11200,3500 Z"/>
<path fill="none" stroke="rgb(255,255,255)" d="M 11200,3500 L 11200,4200 17400,4200 C 17700,4200 17100,4000 17100,4000 L 17600,3800 17000,3800 17700,3500 11200,3500 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.ClosedBezierShape">
<g id="id24">
<rect class="BoundingBox" stroke="none" fill="none" x="11199" y="6699" width="6503" height="703"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 11200,6700 L 11200,7400 17400,7400 C 17700,7400 17100,7200 17100,7200 L 17600,7000 17000,7000 17700,6700 11200,6700 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.ConnectorShape">
<g id="id25">
<rect class="BoundingBox" stroke="none" fill="none" x="7199" y="2699" width="7302" height="802"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 7200,2700 L 14350,2700 14350,3070"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 14350,3500 L 14500,3050 14200,3050 14350,3500 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id26">
<rect class="BoundingBox" stroke="none" fill="none" x="8799" y="2699" width="3" height="2603"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8800,5300 L 8800,2700"/>
</g>
</g>
<g class="com.sun.star.drawing.ConnectorShape">
<g id="id27">
<rect class="BoundingBox" stroke="none" fill="none" x="9192" y="5972" width="6209" height="729"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 9193,5973 L 9193,6086 15250,6086 15250,6270"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 15250,6700 L 15400,6250 15100,6250 15250,6700 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id28">
<rect class="BoundingBox" stroke="none" fill="none" x="11199" y="3499" width="903" height="703"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 11650,4200 L 11200,4200 11200,3500 12100,3500 12100,4200 11650,4200 Z"/>
<path fill="none" stroke="rgb(255,255,255)" d="M 11650,4200 L 11200,4200 11200,3500 12100,3500 12100,4200 11650,4200 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="11475" y="4071"/><tspan class="TextPosition" x="11475" y="4071"><tspan fill="rgb(255,255,255)" stroke="none">0</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id29">
<rect class="BoundingBox" stroke="none" fill="none" x="12099" y="3499" width="903" height="703"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 12550,4200 L 12100,4200 12100,3500 13000,3500 13000,4200 12550,4200 Z"/>
<path fill="none" stroke="rgb(255,255,255)" d="M 12550,4200 L 12100,4200 12100,3500 13000,3500 13000,4200 12550,4200 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="12375" y="4071"/><tspan class="TextPosition" x="12375" y="4071"><tspan fill="rgb(255,255,255)" stroke="none">1</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id30">
<rect class="BoundingBox" stroke="none" fill="none" x="12999" y="3499" width="903" height="703"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 13450,4200 L 13000,4200 13000,3500 13900,3500 13900,4200 13450,4200 Z"/>
<path fill="none" stroke="rgb(255,255,255)" d="M 13450,4200 L 13000,4200 13000,3500 13900,3500 13900,4200 13450,4200 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="13275" y="4071"/><tspan class="TextPosition" x="13275" y="4071"><tspan fill="rgb(255,255,255)" stroke="none">0</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id31">
<rect class="BoundingBox" stroke="none" fill="none" x="13899" y="3499" width="903" height="703"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 14350,4200 L 13900,4200 13900,3500 14800,3500 14800,4200 14350,4200 Z"/>
<path fill="none" stroke="rgb(255,255,255)" d="M 14350,4200 L 13900,4200 13900,3500 14800,3500 14800,4200 14350,4200 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="14175" y="4071"/><tspan class="TextPosition" x="14175" y="4071"><tspan fill="rgb(255,255,255)" stroke="none">0</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id32">
<rect class="BoundingBox" stroke="none" fill="none" x="14799" y="3499" width="903" height="703"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 15250,4200 L 14800,4200 14800,3500 15700,3500 15700,4200 15250,4200 Z"/>
<path fill="none" stroke="rgb(255,255,255)" d="M 15250,4200 L 14800,4200 14800,3500 15700,3500 15700,4200 15250,4200 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="15075" y="4071"/><tspan class="TextPosition" x="15075" y="4071"><tspan fill="rgb(255,255,255)" stroke="none">1</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id33">
<rect class="BoundingBox" stroke="none" fill="none" x="15699" y="3499" width="903" height="703"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 16150,4200 L 15700,4200 15700,3500 16600,3500 16600,4200 16150,4200 Z"/>
<path fill="none" stroke="rgb(255,255,255)" d="M 16150,4200 L 15700,4200 15700,3500 16600,3500 16600,4200 16150,4200 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="15975" y="4071"/><tspan class="TextPosition" x="15975" y="4071"><tspan fill="rgb(255,255,255)" stroke="none">0</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id34">
<rect class="BoundingBox" stroke="none" fill="none" x="11199" y="6699" width="903" height="703"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 11650,7400 L 11200,7400 11200,6700 12100,6700 12100,7400 11650,7400 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 11650,7400 L 11200,7400 11200,6700 12100,6700 12100,7400 11650,7400 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="11475" y="7271"/><tspan class="TextPosition" x="11475" y="7271"><tspan fill="rgb(0,0,0)" stroke="none">0</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id35">
<rect class="BoundingBox" stroke="none" fill="none" x="12099" y="6699" width="903" height="703"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 12550,7400 L 12100,7400 12100,6700 13000,6700 13000,7400 12550,7400 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 12550,7400 L 12100,7400 12100,6700 13000,6700 13000,7400 12550,7400 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="12375" y="7271"/><tspan class="TextPosition" x="12375" y="7271"><tspan fill="rgb(0,0,0)" stroke="none">0</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id36">
<rect class="BoundingBox" stroke="none" fill="none" x="12999" y="6699" width="903" height="703"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 13450,7400 L 13000,7400 13000,6700 13900,6700 13900,7400 13450,7400 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 13450,7400 L 13000,7400 13000,6700 13900,6700 13900,7400 13450,7400 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="13275" y="7271"/><tspan class="TextPosition" x="13275" y="7271"><tspan fill="rgb(0,0,0)" stroke="none">0</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id37">
<rect class="BoundingBox" stroke="none" fill="none" x="13899" y="6699" width="903" height="703"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 14350,7400 L 13900,7400 13900,6700 14800,6700 14800,7400 14350,7400 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 14350,7400 L 13900,7400 13900,6700 14800,6700 14800,7400 14350,7400 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="14175" y="7271"/><tspan class="TextPosition" x="14175" y="7271"><tspan fill="rgb(0,0,0)" stroke="none">1</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id38">
<rect class="BoundingBox" stroke="none" fill="none" x="14799" y="6699" width="903" height="703"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 15250,7400 L 14800,7400 14800,6700 15700,6700 15700,7400 15250,7400 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 15250,7400 L 14800,7400 14800,6700 15700,6700 15700,7400 15250,7400 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="635px" font-weight="400"><tspan class="TextPosition" x="15075" y="7271"/><tspan class="TextPosition" x="15075" y="7271"><tspan fill="rgb(0,0,0)" stroke="none">0</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id39">
<rect class="BoundingBox" stroke="none" fill="none" x="15699" y="6699" width="903" height="703"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 16150,7400 L 15700,7400 15700,6700 16600,6700 16600,7400 16150,7400 Z"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 16150,7400 L 15700,7400 15700,6700 16600,6700 16600,7400 16150,7400 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.LineShape">
<g id="id40">
<rect class="BoundingBox" stroke="none" fill="none" x="6400" y="7199" width="2002" height="1302"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8400,7200 L 6761,8266"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 6400,8500 L 6859,8381 6696,8129 6400,8500 Z"/>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 35 KiB

76
assets/graphe.svg Normal file
View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
-->
<!-- Title: G Pages: 1 -->
<svg width="243pt" height="235pt" viewBox="0.00 0.00 243.39 234.72" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 230.7203)">
<title>G</title>
<polygon fill="#9fb6cd" stroke="transparent" points="-4,4 -4,-230.7203 239.3858,-230.7203 239.3858,4 -4,4"/>
<!-- 0 -->
<g id="node1" class="node">
<title>0</title>
<ellipse fill="none" stroke="#000000" cx="27" cy="-172.296" rx="27" ry="18"/>
<text text-anchor="middle" x="27" y="-168.096" font-family="Times,serif" font-size="14.00" fill="#000000">0</text>
</g>
<!-- 1 -->
<g id="node2" class="node">
<title>1</title>
<ellipse fill="none" stroke="#000000" cx="139.1026" cy="-18" rx="27" ry="18"/>
<text text-anchor="middle" x="139.1026" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">1</text>
</g>
<!-- 0&#45;&#45;1 -->
<g id="edge1" class="edge">
<title>0--1</title>
<path fill="none" stroke="#000000" d="M38.7851,-156.0752C60.2591,-126.5188 105.5322,-64.2057 127.138,-34.4678"/>
</g>
<!-- 3 -->
<g id="node4" class="node">
<title>3</title>
<ellipse fill="none" stroke="#000000" cx="139.1026" cy="-208.7203" rx="27" ry="18"/>
<text text-anchor="middle" x="139.1026" y="-204.5203" font-family="Times,serif" font-size="14.00" fill="#000000">3</text>
</g>
<!-- 0&#45;&#45;3 -->
<g id="edge5" class="edge">
<title>0--3</title>
<path fill="none" stroke="#000000" d="M51.3246,-180.1995C70.128,-186.3091 96.0341,-194.7265 114.8255,-200.8322"/>
</g>
<!-- 4 -->
<g id="node5" class="node">
<title>4</title>
<ellipse fill="none" stroke="#000000" cx="208.3858" cy="-113.3602" rx="27" ry="18"/>
<text text-anchor="middle" x="208.3858" y="-109.1602" font-family="Times,serif" font-size="14.00" fill="#000000">4</text>
</g>
<!-- 0&#45;&#45;4 -->
<g id="edge7" class="edge">
<title>0--4</title>
<path fill="none" stroke="#000000" d="M51.4625,-164.3476C86.1779,-153.0679 149.3605,-132.5387 184.0219,-121.2765"/>
</g>
<!-- 2 -->
<g id="node3" class="node">
<title>2</title>
<ellipse fill="none" stroke="#000000" cx="27" cy="-54.4243" rx="27" ry="18"/>
<text text-anchor="middle" x="27" y="-50.2243" font-family="Times,serif" font-size="14.00" fill="#000000">2</text>
</g>
<!-- 1&#45;&#45;2 -->
<g id="edge2" class="edge">
<title>1--2</title>
<path fill="none" stroke="#000000" d="M114.778,-25.9035C95.9746,-32.0131 70.0685,-40.4305 51.2771,-46.5362"/>
</g>
<!-- 2&#45;&#45;0 -->
<g id="edge4" class="edge">
<title>2--0</title>
<path fill="none" stroke="#000000" d="M27,-72.5835C27,-94.6692 27,-131.7397 27,-153.922"/>
</g>
<!-- 2&#45;&#45;3 -->
<g id="edge3" class="edge">
<title>2--3</title>
<path fill="none" stroke="#000000" d="M38.7851,-70.6451C60.2591,-100.2015 105.5322,-162.5146 127.138,-192.2525"/>
</g>
<!-- 3&#45;&#45;4 -->
<g id="edge6" class="edge">
<title>3--4</title>
<path fill="none" stroke="#000000" d="M151.1708,-192.1099C163.8873,-174.6071 183.7918,-147.2109 196.4559,-129.7803"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

1
assets/modular.svg Normal file
View File

@@ -0,0 +1 @@
<svg class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M737.148 541.92h-256.85V286.073c0-17.673-14.327-32-32-32h-288.85c-17.673 0-32 14.327-32 32v576.698c0 17.673 14.327 32 32 32h577.7c17.673 0 32-14.327 32-32V573.92c0-17.673-14.327-32-32-32z m-320.85-223.847V541.92h-224.85V318.073h224.85z m-224.85 288.85h224.85v223.848h-224.85V606.923z m513.7 223.848h-224.85V605.92h224.85v224.851z" fill="" /><path d="M843.523 146.698h-280c-17.132 0-31.02 13.888-31.02 31.02v280c0 17.132 13.888 31.02 31.02 31.02h280c17.132 0 31.02-13.888 31.02-31.02v-280c0-17.132-13.888-31.02-31.02-31.02z m-31.019 280H594.543V208.737h217.961v217.961z" fill="" /><path d="M671.523 285.718h64v64h-64z" fill="" /></svg>

After

Width:  |  Height:  |  Size: 830 B

156
assets/pile_file.svg Normal file
View File

@@ -0,0 +1,156 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.0"
width="469.5"
height="378.5"
viewBox="0 0 469.5 378.5"
id="svg2"
xml:space="preserve"><defs
id="defs41" />
<rect
width="469"
height="378"
x="0.25"
y="0.25"
style="fill:none;stroke:black;stroke-width:0.5"
id="rect7" /><g
id="g9">
<rect
width="66.086998"
height="221.74001"
x="206.41499"
y="78.598"
style="fill:white;stroke:black"
id="rect11" />
<rect
width="26.087"
height="26.087"
x="226.41499"
y="174.64101"
style="fill:#f7f632;stroke:black;stroke-width:0.5"
id="rect13" />
<rect
width="26.087999"
height="26.087"
x="226.414"
y="251.467"
style="fill:#f03190;stroke:black;stroke-width:0.5"
id="rect15" />
<rect
width="26.087999"
height="26.087999"
x="226.414"
y="213.054"
style="fill:#64b832;stroke:black;stroke-width:0.5"
id="rect17" />
<rect
width="26.087"
height="26.087"
x="43.294998"
y="15.706"
style="fill:#f7f632;stroke:black;stroke-width:0.5"
id="rect19" />
<rect
width="26.087"
height="26.087999"
x="120.121"
y="15.706"
style="fill:#f03190;stroke:black;stroke-width:0.5"
id="rect21" />
<rect
width="26.087999"
height="26.087999"
x="81.708"
y="15.706"
style="fill:#64b832;stroke:black;stroke-width:0.5"
id="rect23" />
<rect
width="26.087999"
height="26.087"
x="347.64301"
y="15.706"
style="fill:#f03190;stroke:black;stroke-width:0.5"
id="rect25" />
<rect
width="26.087"
height="26.087999"
x="424.46899"
y="15.706"
style="fill:#f7f632;stroke:black;stroke-width:0.5"
id="rect27" />
<rect
width="26.087999"
height="26.087999"
x="386.056"
y="15.706"
style="fill:#64b832;stroke:black;stroke-width:0.5"
id="rect29" />
<rect
width="26.087999"
height="26.087999"
x="347.64301"
y="334.25"
style="fill:#f7f632;stroke:black;stroke-width:0.5"
id="rect31" />
<rect
width="26.087"
height="26.087999"
x="424.46899"
y="334.25"
style="fill:#f03190;stroke:black;stroke-width:0.5"
id="rect33" />
<rect
width="26.087999"
height="26.087999"
x="386.056"
y="334.25"
style="fill:#64b832;stroke:black;stroke-width:0.5"
id="rect35" />
<g
id="g37">
<polyline
id="polyline39"
points="170.839,29.033 226.414,29.033 226.414,62.946 "
style="fill:none;stroke:black" />
<path
d="M 227.439,65.308 C 227.939,63.655 228.398,62.58 228.931,61.254 L 223.887,61.254 C 224.113,61.729 224.88,63.655 225.379,65.308 C 225.914,67.078 226.279,68.682 226.41,69.723 C 226.539,68.682 226.905,67.077 227.439,65.308 z "
id="path41" />
</g>
<g
id="g43">
<polyline
id="polyline45"
points="308.079,29.033 252.504,29.033 252.504,62.946 "
style="fill:none;stroke:black" />
<path
d="M 310.441,28.008 C 308.787,27.508 307.712,27.049 306.386,26.516 L 306.386,31.56 C 306.861,31.334 308.786,30.567 310.441,30.068 C 312.211,29.533 313.814,29.168 314.855,29.037 C 313.814,28.908 312.211,28.542 310.441,28.008 z "
id="path47" />
</g>
<g
id="g49">
<polyline
id="polyline51"
points="308.153,347.294 252.578,347.294 252.578,313.381 "
style="fill:none;stroke:black" />
<path
d="M 310.516,346.27 C 308.862,345.77 307.787,345.31 306.461,344.778 L 306.461,349.823 C 306.936,349.596 308.861,348.83 310.516,348.331 C 312.286,347.796 313.889,347.431 314.93,347.3 C 313.889,347.169 312.285,346.803 310.516,346.27 z "
id="path53" />
</g>
<text
transform="translate(372.3936,81.2065)"
id="text55"><tspan
x="0"
y="0"
style="font-size:21px;letter-spacing:2;font-family:ArialMT"
id="tspan57">LIFO</tspan></text>
<text
transform="translate(371.8193,314.25)"
id="text59"><tspan
x="0"
y="0"
style="font-size:21px;letter-spacing:2;font-family:ArialMT"
id="tspan61">FIFO</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

34
assets/poo.svg Normal file
View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg fill="#000000" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 318.188 318.188" xml:space="preserve">
<g>
<g>
<g>
<path d="M123.905,232.637c-7.613,0-13.417,2.106-17.409,6.317c-3.993,4.212-5.989,10.31-5.989,18.295
c0,8.073,2.007,14.222,6.021,18.444c4.016,4.223,9.785,6.334,17.312,6.334c7.636,0,13.434-2.1,17.394-6.301
c3.959-4.201,5.94-10.337,5.94-18.411c0-8.095-1.97-14.231-5.907-18.411C137.328,234.727,131.541,232.637,123.905,232.637z
M131.142,267.85c-1.586,2.254-4.02,3.38-7.302,3.38c-6.454,0-9.681-4.638-9.681-13.915c0-9.364,3.248-14.046,9.746-14.046
c3.194,0,5.596,1.143,7.204,3.429c1.608,2.287,2.412,5.825,2.412,10.617C133.521,262.085,132.728,265.597,131.142,267.85z"/>
<path d="M201.388,277.794c0,3.129-0.459,5.338-1.378,6.629c-0.919,1.29-2.45,1.936-4.595,1.936c-0.919,0-1.771-0.082-2.56-0.246
c-0.787-0.164-1.531-0.312-2.231-0.443v10.075c2.122,0.459,4.364,0.689,6.727,0.689c5.689,0,9.954-1.669,12.799-5.005
c2.844-3.336,4.267-8.253,4.267-14.751v-43.287h-13.029V277.794z"/>
<path d="M283.149,52.722L232.625,2.197C231.218,0.79,229.311,0,227.321,0H40.342c-4.143,0-7.5,3.358-7.5,7.5v303.188
c0,4.142,3.357,7.5,7.5,7.5h237.504c4.143,0,7.5-3.358,7.5-7.5V58.025C285.346,56.036,284.556,54.129,283.149,52.722z
M234.821,25.606l24.918,24.919h-24.918V25.606z M47.842,15h171.979v10.263H47.842V15z M47.842,303.188V40.263h171.979v17.763
c0,4.142,3.357,7.5,7.5,7.5h43.024v237.662H47.842z"/>
<path d="M194.706,70.602c-1.407-1.407-3.314-2.197-5.304-2.197h-85.811c-4.143,0-7.5,3.358-7.5,7.5v85.811
c0,1.989,0.79,3.897,2.196,5.303l23.507,23.506c1.357,1.357,3.232,2.197,5.304,2.197h85.811c4.143,0,7.5-3.358,7.5-7.5v-85.81
c0-2.071-0.84-3.946-2.196-5.303L194.706,70.602z M119.599,167.116l-8.507-8.506V94.012l8.507,8.507V167.116z M121.699,83.405
h64.597l8.506,8.506h-64.596L121.699,83.405z M205.409,177.722h-70.811v-70.811h70.811V177.722z"/>
<path d="M190.788,260.171c-1.335-1.838-3.49-3.15-6.465-3.938v-0.328c2.253-0.547,4.069-1.772,5.447-3.676
c1.379-1.903,2.068-4.201,2.068-6.892c0-4.091-1.581-7.105-4.742-9.041c-3.162-1.936-8.003-2.905-14.522-2.905h-16.736v47.979
h18.673c5.644,0,10.102-1.252,13.373-3.758c3.271-2.505,4.906-5.934,4.906-10.288
C192.79,264.394,192.122,262.009,190.788,260.171z M172.444,243.204c4.069,0,6.104,1.346,6.104,4.037
c0,1.51-0.508,2.647-1.525,3.413c-1.018,0.766-2.456,1.148-4.315,1.148h-3.905v-8.598H172.444z M173.362,271.362h-4.561v-10.075
h4.299c2.057,0,3.626,0.427,4.709,1.28c1.083,0.853,1.625,2.079,1.625,3.676C179.434,269.655,177.409,271.362,173.362,271.362z"
/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

1
assets/recherche.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>

After

Width:  |  Height:  |  Size: 272 B

19
assets/recursivite.svg Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 73 73" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>architecture-and-paradigms/paradigms/recursion</title>
<desc>Created with Sketch.</desc>
<defs>
</defs>
<g id="architecture-and-paradigms/paradigms/recursion" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="container" transform="translate(2.000000, 2.000000)" fill="#FFFFFF" fill-rule="nonzero" stroke="#000000" stroke-width="2">
<rect id="mask" x="-1" y="-1" width="71" height="71" rx="14">
</rect>
</g>
<g id="infinite-mathematical-symbol" transform="translate(7.000000, 22.000000)" fill="#000000" fill-rule="nonzero">
<path d="M45.2795695,0.246549669 C36.9523642,0.246549669 31.4415298,7.05499338 26.5796954,13.0632252 C22.4258609,18.1958344 18.5033377,23.0424305 13.7259007,23.0424305 C8.76013245,23.0424305 5.71127815,17.9387351 5.71127815,14.2799536 C5.71127815,10.887649 9.05591391,5.95782781 14.2979272,5.95782781 C19.3844305,5.95782781 22.034351,10.0288278 22.1679801,10.2374768 C22.9920265,11.5710331 24.7417086,11.9906755 26.0819073,11.1732715 C27.4287483,10.3527417 27.8554238,8.59563576 27.0345033,7.2487947 C26.8602384,6.96356291 22.6712384,0.246940397 14.2979272,0.246940397 C5.87225828,0.246940397 0,7.64343046 0,14.2803444 C0,21.126298 5.63703974,28.7540993 13.7255099,28.7540993 C21.227106,28.7540993 26.2053775,22.6040331 31.0187616,16.6559735 C35.4715033,11.155298 39.6776954,5.95821854 45.2795695,5.95821854 C48.6124834,5.95821854 50.8025166,7.08898675 51.9731391,9.41225828 C52.9874702,11.4284172 52.9866887,13.7098808 52.9859073,14.5003245 C52.9859073,14.9535695 52.7463907,17.2268278 51.6375033,19.2738543 C50.373106,21.6057219 48.5780993,22.6911656 45.984053,22.6911656 C40.760404,22.6911656 37.9381722,19.2957351 36.8753907,18.0168808 C36.5991457,17.6839801 36.4002649,17.4444636 36.1345695,17.2170596 C34.9381589,16.1921788 33.1345563,16.3297152 32.1077219,17.5276887 C31.1176159,18.6830728 31.2129536,20.4007152 32.2944901,21.4404437 C32.3460662,21.499053 32.4081921,21.5760265 32.4820397,21.6655033 C33.8671722,23.332351 38.0788344,28.4016623 45.9828808,28.4016623 C55.5893311,28.4016623 58.6960132,19.0347285 58.6960132,14.4612517 C58.6967947,11.5483709 58.1513377,8.98597351 57.0729272,6.84360927 C55.5588543,3.835 52.2829868,0.246549669 45.2795695,0.246549669 Z" id="Shape">
</path>

After

Width:  |  Height:  |  Size: 2.6 KiB

247
assets/routage.svg Normal file
View File

@@ -0,0 +1,247 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="743pt" height="552pt" viewBox="0 0 743 552" version="1.1">
<g id="surface0">
<rect x="0" y="0" width="743" height="552" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 246.890625 343.648438 L 246.835938 343.050781 L 246.710938 342.449219 L 246.503906 341.859375 L 246.207031 341.28125 L 245.808594 340.691406 L 245.34375 340.121094 L 244.78125 339.558594 L 244.152344 339.007812 L 243.429688 338.464844 L 242.632812 337.945312 L 241.765625 337.441406 L 240.824219 336.925781 L 239.808594 336.441406 L 238.726562 335.984375 L 237.566406 335.546875 L 236.347656 335.128906 L 235.082031 334.71875 L 233.753906 334.347656 L 232.375 333.996094 L 230.9375 333.664062 L 229.453125 333.359375 L 227.921875 333.105469 L 226.363281 332.835938 L 224.785156 332.628906 L 223.160156 332.429688 L 221.503906 332.277344 L 219.832031 332.132812 L 218.140625 332.039062 L 216.449219 331.945312 L 214.734375 331.914062 L 213.023438 331.886719 L 213.023438 331.886719 L 211.304688 331.914062 L 209.59375 331.945312 L 207.898438 332.039062 L 206.207031 332.132812 L 204.535156 332.277344 L 202.878906 332.429688 L 201.253906 332.628906 L 199.667969 332.835938 L 198.105469 333.105469 L 196.585938 333.359375 L 195.101562 333.664062 L 193.667969 333.996094 L 192.289062 334.347656 L 190.957031 334.71875 L 189.683594 335.128906 L 188.476562 335.546875 L 187.316406 335.984375 L 186.230469 336.441406 L 185.214844 336.925781 L 184.273438 337.441406 L 183.40625 337.945312 L 182.609375 338.464844 L 181.886719 339.007812 L 181.257812 339.558594 L 180.699219 340.121094 L 180.230469 340.691406 L 179.832031 341.28125 L 179.527344 341.859375 L 179.308594 342.449219 L 179.195312 343.050781 L 179.148438 343.648438 L 179.148438 343.648438 L 179.195312 344.238281 L 179.308594 344.835938 L 179.527344 345.425781 L 179.832031 346.007812 L 180.230469 346.59375 L 180.699219 347.167969 L 181.257812 347.726562 L 181.886719 348.277344 L 182.609375 348.820312 L 183.40625 349.34375 L 184.273438 349.867188 L 185.214844 350.359375 L 186.230469 350.84375 L 187.316406 351.300781 L 188.476562 351.757812 L 189.683594 352.175781 L 190.957031 352.566406 L 192.289062 352.945312 L 193.667969 353.289062 L 195.101562 353.621094 L 196.585938 353.925781 L 198.105469 354.203125 L 199.667969 354.449219 L 201.253906 354.675781 L 202.878906 354.859375 L 204.535156 355.027344 L 206.207031 355.152344 L 207.898438 355.265625 L 209.59375 355.34375 L 211.304688 355.390625 L 213.023438 355.398438 L 213.023438 355.398438 L 214.734375 355.390625 L 216.449219 355.34375 L 218.140625 355.265625 L 219.832031 355.152344 L 221.503906 355.027344 L 223.160156 354.859375 L 224.785156 354.675781 L 226.363281 354.449219 L 227.921875 354.203125 L 229.453125 353.925781 L 230.9375 353.621094 L 232.375 353.289062 L 233.753906 352.945312 L 235.082031 352.566406 L 236.347656 352.175781 L 237.566406 351.757812 L 238.726562 351.300781 L 239.808594 350.84375 L 240.824219 350.359375 L 241.765625 349.867188 L 242.632812 349.34375 L 243.429688 348.820312 L 244.152344 348.277344 L 244.78125 347.726562 L 245.34375 347.167969 L 245.808594 346.59375 L 246.207031 346.007812 L 246.503906 345.425781 L 246.710938 344.835938 L 246.835938 344.238281 L 246.890625 343.648438 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.373609 24.602852 L 17.371266 24.572969 L 17.365602 24.544453 L 17.354664 24.514961 L 17.33982 24.486445 L 17.320484 24.45793 L 17.29568 24.429805 L 17.270094 24.402852 L 17.237672 24.375117 L 17.20193 24.348555 L 17.162477 24.321992 L 17.118922 24.297188 L 17.072242 24.272578 L 17.021852 24.24875 L 16.968141 24.225898 L 16.911109 24.204023 L 16.850172 24.184102 L 16.7865 24.164961 L 16.720875 24.145625 L 16.652516 24.129414 L 16.581227 24.112227 L 16.507008 24.097578 L 16.431812 24.084297 L 16.354859 24.071797 L 16.275562 24.061445 L 16.195094 24.051484 L 16.112477 24.043867 L 16.029664 24.036641 L 15.945484 24.031953 L 15.860914 24.028633 L 15.775758 24.025703 L 15.690797 24.025703 L 15.690797 24.025703 L 15.604664 24.025703 L 15.520094 24.028633 L 15.434937 24.031953 L 15.351734 24.036641 L 15.268531 24.043867 L 15.186305 24.051484 L 15.105445 24.061445 L 15.026148 24.071797 L 14.948609 24.084297 L 14.873609 24.097578 L 14.799391 24.112227 L 14.728102 24.129414 L 14.660133 24.145625 L 14.593922 24.164961 L 14.53025 24.184102 L 14.469898 24.204023 L 14.413258 24.225898 L 14.359547 24.24875 L 14.308766 24.272578 L 14.261305 24.297188 L 14.218922 24.321992 L 14.178883 24.348555 L 14.143336 24.375117 L 14.111891 24.402852 L 14.084352 24.429805 L 14.060523 24.45793 L 14.041578 24.486445 L 14.026344 24.514961 L 14.015406 24.544453 L 14.009156 24.572969 L 14.006812 24.602852 L 14.006812 24.602852 L 14.009156 24.631953 L 14.015406 24.661836 L 14.026344 24.689961 L 14.041578 24.718867 L 14.060523 24.747969 L 14.084352 24.775508 L 14.111891 24.803047 L 14.143336 24.830586 L 14.178883 24.856758 L 14.218922 24.88332 L 14.261305 24.908516 L 14.308766 24.932344 L 14.359547 24.956563 L 14.413258 24.979805 L 14.469898 25.000898 L 14.53025 25.021211 L 14.593922 25.040742 L 14.660133 25.059688 L 14.728102 25.076484 L 14.799391 25.0925 L 14.873609 25.107734 L 14.948609 25.121016 L 15.026148 25.13293 L 15.105445 25.144453 L 15.186305 25.153828 L 15.268531 25.161445 L 15.351734 25.168086 L 15.434937 25.172969 L 15.520094 25.177266 L 15.604664 25.179609 L 15.690797 25.18 L 15.690797 25.18 L 15.775758 25.179609 L 15.860914 25.177266 L 15.945484 25.172969 L 16.029664 25.168086 L 16.112477 25.161445 L 16.195094 25.153828 L 16.275562 25.144453 L 16.354859 25.13293 L 16.431812 25.121016 L 16.507008 25.107734 L 16.581227 25.0925 L 16.652516 25.076484 L 16.720875 25.059688 L 16.7865 25.040742 L 16.850172 25.021211 L 16.911109 25.000898 L 16.968141 24.979805 L 17.021852 24.956563 L 17.072242 24.932344 L 17.118922 24.908516 L 17.162477 24.88332 L 17.20193 24.856758 L 17.237672 24.830586 L 17.270094 24.803047 L 17.29568 24.775508 L 17.320484 24.747969 L 17.33982 24.718867 L 17.354664 24.689961 L 17.365602 24.661836 L 17.371266 24.631953 L 17.373609 24.602852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 179.15625 327.359375 L 179.15625 343.867188 L 246.492188 343.867188 L 246.492188 327.359375 L 179.15625 327.359375 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,70.588237%,100%);fill-opacity:1;" d="M 246.890625 327.160156 L 246.835938 326.5625 L 246.710938 325.953125 L 246.503906 325.375 L 246.207031 324.785156 L 245.808594 324.195312 L 245.34375 323.625 L 244.78125 323.0625 L 244.152344 322.519531 L 243.429688 321.96875 L 242.632812 321.457031 L 241.765625 320.933594 L 240.824219 320.4375 L 239.808594 319.945312 L 238.726562 319.496094 L 237.566406 319.050781 L 236.347656 318.625 L 235.082031 318.222656 L 233.753906 317.851562 L 232.375 317.5 L 230.9375 317.179688 L 229.453125 316.882812 L 227.921875 316.597656 L 226.363281 316.351562 L 224.785156 316.121094 L 223.160156 315.933594 L 221.503906 315.769531 L 219.832031 315.636719 L 218.140625 315.53125 L 216.449219 315.457031 L 214.734375 315.410156 L 213.023438 315.398438 L 213.023438 315.398438 L 211.304688 315.410156 L 209.59375 315.457031 L 207.898438 315.53125 L 206.207031 315.636719 L 204.535156 315.769531 L 202.878906 315.933594 L 201.253906 316.121094 L 199.667969 316.351562 L 198.105469 316.597656 L 196.585938 316.882812 L 195.101562 317.179688 L 193.667969 317.5 L 192.289062 317.851562 L 190.957031 318.222656 L 189.683594 318.625 L 188.476562 319.050781 L 187.316406 319.496094 L 186.230469 319.945312 L 185.214844 320.4375 L 184.273438 320.933594 L 183.40625 321.457031 L 182.609375 321.96875 L 181.886719 322.519531 L 181.257812 323.0625 L 180.699219 323.625 L 180.230469 324.195312 L 179.832031 324.785156 L 179.527344 325.375 L 179.308594 325.953125 L 179.195312 326.5625 L 179.148438 327.160156 L 179.148438 327.160156 L 179.195312 327.75 L 179.308594 328.351562 L 179.527344 328.9375 L 179.832031 329.511719 L 180.230469 330.097656 L 180.699219 330.667969 L 181.257812 331.230469 L 181.886719 331.792969 L 182.609375 332.332031 L 183.40625 332.847656 L 184.273438 333.359375 L 185.214844 333.875 L 186.230469 334.347656 L 187.316406 334.804688 L 188.476562 335.253906 L 189.683594 335.671875 L 190.957031 336.078125 L 192.289062 336.441406 L 193.667969 336.792969 L 195.101562 337.125 L 196.585938 337.441406 L 198.105469 337.695312 L 199.667969 337.953125 L 201.253906 338.179688 L 202.878906 338.363281 L 204.535156 338.523438 L 206.207031 338.65625 L 207.898438 338.761719 L 209.59375 338.847656 L 211.304688 338.894531 L 213.023438 338.902344 L 213.023438 338.902344 L 214.734375 338.894531 L 216.449219 338.847656 L 218.140625 338.761719 L 219.832031 338.65625 L 221.503906 338.523438 L 223.160156 338.363281 L 224.785156 338.179688 L 226.363281 337.953125 L 227.921875 337.695312 L 229.453125 337.441406 L 230.9375 337.125 L 232.375 336.792969 L 233.753906 336.441406 L 235.082031 336.078125 L 236.347656 335.671875 L 237.566406 335.253906 L 238.726562 334.804688 L 239.808594 334.347656 L 240.824219 333.875 L 241.765625 333.359375 L 242.632812 332.847656 L 243.429688 332.332031 L 244.152344 331.792969 L 244.78125 331.230469 L 245.34375 330.667969 L 245.808594 330.097656 L 246.207031 329.511719 L 246.503906 328.9375 L 246.710938 328.351562 L 246.835938 327.75 L 246.890625 327.160156 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.373609 23.778047 L 17.371266 23.748164 L 17.365602 23.719648 L 17.354664 23.690547 L 17.33982 23.661641 L 17.320484 23.633516 L 17.29568 23.604609 L 17.270094 23.577852 L 17.237672 23.550313 L 17.20193 23.524141 L 17.162477 23.497188 L 17.118922 23.472969 L 17.072242 23.447773 L 17.021852 23.423945 L 16.968141 23.40207 L 16.911109 23.379219 L 16.850172 23.360273 L 16.7865 23.339766 L 16.720875 23.321211 L 16.652516 23.304023 L 16.581227 23.287422 L 16.507008 23.272773 L 16.431812 23.259492 L 16.354859 23.247578 L 16.275562 23.236055 L 16.195094 23.22668 L 16.112477 23.219063 L 16.029664 23.211836 L 15.945484 23.207148 L 15.860914 23.203242 L 15.775758 23.200898 L 15.690797 23.200508 L 15.690797 23.200508 L 15.604664 23.200898 L 15.520094 23.203242 L 15.434937 23.207148 L 15.351734 23.211836 L 15.268531 23.219063 L 15.186305 23.22668 L 15.105445 23.236055 L 15.026148 23.247578 L 14.948609 23.259492 L 14.873609 23.272773 L 14.799391 23.287422 L 14.728102 23.304023 L 14.660133 23.321211 L 14.593922 23.339766 L 14.53025 23.360273 L 14.469898 23.379219 L 14.413258 23.40207 L 14.359547 23.423945 L 14.308766 23.447773 L 14.261305 23.472969 L 14.218922 23.497188 L 14.178883 23.524141 L 14.143336 23.550313 L 14.111891 23.577852 L 14.084352 23.604609 L 14.060523 23.633516 L 14.041578 23.661641 L 14.026344 23.690547 L 14.015406 23.719648 L 14.009156 23.748164 L 14.006812 23.778047 L 14.006812 23.778047 L 14.009156 23.807539 L 14.015406 23.836641 L 14.026344 23.865547 L 14.041578 23.894063 L 14.060523 23.922578 L 14.084352 23.951094 L 14.111891 23.978242 L 14.143336 24.005781 L 14.178883 24.031953 L 14.218922 24.058516 L 14.261305 24.083711 L 14.308766 24.107539 L 14.359547 24.131758 L 14.413258 24.154609 L 14.469898 24.175898 L 14.53025 24.196406 L 14.593922 24.215938 L 14.660133 24.234492 L 14.728102 24.251484 L 14.799391 24.268281 L 14.873609 24.283906 L 14.948609 24.296211 L 15.026148 24.309102 L 15.105445 24.320039 L 15.186305 24.329023 L 15.268531 24.337617 L 15.351734 24.344258 L 15.434937 24.348555 L 15.520094 24.352852 L 15.604664 24.355195 L 15.690797 24.355781 L 15.690797 24.355781 L 15.775758 24.355195 L 15.860914 24.352852 L 15.945484 24.348555 L 16.029664 24.344258 L 16.112477 24.337617 L 16.195094 24.329023 L 16.275562 24.320039 L 16.354859 24.309102 L 16.431812 24.296211 L 16.507008 24.283906 L 16.581227 24.268281 L 16.652516 24.251484 L 16.720875 24.234492 L 16.7865 24.215938 L 16.850172 24.196406 L 16.911109 24.175898 L 16.968141 24.154609 L 17.021852 24.131758 L 17.072242 24.107539 L 17.118922 24.083711 L 17.162477 24.058516 L 17.20193 24.031953 L 17.237672 24.005781 L 17.270094 23.978242 L 17.29568 23.951094 L 17.320484 23.922578 L 17.33982 23.894063 L 17.354664 23.865547 L 17.365602 23.836641 L 17.371266 23.807539 L 17.373609 23.778047 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 213.652344 324.488281 L 218.578125 326.144531 L 230.492188 321.179688 L 235.824219 322.824219 L 232.945312 318.71875 L 218.996094 318.71875 L 224.730469 319.945312 L 213.652344 324.488281 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 211.589844 329.023438 L 206.671875 327.359375 L 195.167969 332.332031 L 189.425781 330.667969 L 192.289062 335.207031 L 206.671875 335.207031 L 200.503906 333.550781 L 211.589844 329.023438 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 190.652344 319.945312 L 195.566406 318.300781 L 207.492188 322.824219 L 212.835938 321.597656 L 209.964844 325.707031 L 195.988281 325.707031 L 201.730469 324.488281 L 190.652344 319.945312 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 234.996094 333.960938 L 230.0625 335.613281 L 218.578125 330.667969 L 212.835938 332.332031 L 215.707031 328.1875 L 230.0625 328.1875 L 223.910156 329.425781 L 234.996094 333.960938 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 214.0625 324.898438 L 218.996094 326.542969 L 230.878906 321.597656 L 236.234375 323.253906 L 233.351562 319.117188 L 219.394531 319.117188 L 225.148438 320.34375 L 214.0625 324.898438 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 212.007812 329.425781 L 207.0625 327.78125 L 195.566406 332.722656 L 189.824219 331.078125 L 192.695312 335.613281 L 207.0625 335.613281 L 200.910156 333.960938 L 212.007812 329.425781 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 191.0625 320.34375 L 195.988281 318.71875 L 207.898438 323.253906 L 213.234375 322 L 210.371094 326.144531 L 196.394531 326.144531 L 202.15625 324.898438 L 191.0625 320.34375 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 235.398438 334.386719 L 230.492188 336.03125 L 218.996094 331.078125 L 213.234375 332.722656 L 216.105469 328.617188 L 230.492188 328.617188 L 224.328125 329.84375 L 235.398438 334.386719 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.006812 23.778047 L 14.006812 24.601875 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.373609 23.778047 L 17.373609 24.601875 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.073805 21.906172 L 14.042359 21.81418 L 14.005836 21.723945 L 13.960523 21.633516 L 13.908766 21.548164 L 13.852125 21.462813 L 13.790406 21.380781 L 13.722242 21.300313 L 13.648023 21.219844 L 13.569898 21.147578 L 13.487867 21.075508 L 13.397242 21.003242 L 13.30525 20.93918 L 13.206812 20.875117 L 13.104859 20.819258 L 13.000172 20.761836 L 12.890602 20.714375 L 12.778492 20.666719 L 12.662477 20.623945 L 12.54275 20.584688 L 12.423023 20.551875 L 12.299586 20.523945 L 12.173609 20.500898 L 12.047633 20.479609 L 11.919117 20.464766 L 11.789234 20.456563 L 11.661891 20.449922 L 11.530836 20.449922 L 11.40232 20.45168 L 11.276344 20.461445 L 11.145289 20.474531 L 11.019312 20.492695 L 10.893336 20.515742 L 10.77107 20.543477 L 10.647633 20.576484 L 10.527906 20.61418 L 10.411891 20.655195 L 10.299781 20.697969 L 10.188844 20.747188 L 10.080445 20.801289 L 9.978492 20.860469 L 9.880055 20.921211 L 9.786891 20.983516 L 9.694898 21.052461 L 9.609156 21.121406 L 9.528492 21.198555 L 9.455445 21.277266 L 9.384937 21.354414 L 9.32068 21.436641 L 9.263844 21.523555 L 9.209742 21.608906 L 9.16443 21.696016 L 9.122828 21.78625 L 9.090016 21.878242 L 9.063453 21.970039 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.437867 21.855195 L 9.359742 21.796016 L 9.279078 21.741914 L 9.195875 21.690938 L 9.108961 21.643477 L 9.019508 21.600703 L 8.930055 21.56457 L 8.838062 21.528438 L 8.743531 21.498945 L 8.649 21.475898 L 8.55193 21.454609 L 8.453687 21.438203 L 8.355445 21.428438 L 8.255836 21.423359 L 8.157594 21.421797 L 8.057984 21.425117 L 7.960914 21.434883 L 7.861305 21.446406 L 7.76443 21.46457 L 7.668531 21.487422 L 7.574 21.517109 L 7.480836 21.546602 L 7.390016 21.586055 L 7.30193 21.62375 L 7.215016 21.669648 L 7.129273 21.720625 L 7.047242 21.773164 L 6.967945 21.828828 L 6.892359 21.888008 L 6.821852 21.955391 L 6.751148 22.022578 L 6.685719 22.093281 L 6.625172 22.167109 L 6.567164 22.244258 L 6.514234 22.324727 L 6.463844 22.40832 L 6.419703 22.490547 L 6.378102 22.577461 L 6.345484 22.666133 L 6.313844 22.758125 L 6.286109 22.848359 L 6.265992 22.941914 L 6.250953 23.035469 L 6.238258 23.129023 L 6.230836 23.221016 L 6.230836 23.319453 L 6.234547 23.413008 L 6.242164 23.506563 L 6.256031 23.600117 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.809937 26.600898 L 5.807398 26.684688 L 5.813648 26.770039 L 5.822437 26.85207 L 5.837672 26.93918 L 5.856422 27.021211 L 5.884156 27.105 L 5.911891 27.187031 L 5.947242 27.2675 L 5.986305 27.344648 L 6.030445 27.421797 L 6.078297 27.497188 L 6.129859 27.569453 L 6.187867 27.638398 L 6.250953 27.709102 L 6.313844 27.769844 L 6.382008 27.833711 L 6.456227 27.892891 L 6.532008 27.950313 L 6.612672 28.002852 L 6.69568 28.05207 L 6.78025 28.098164 L 6.868336 28.13918 L 6.959156 28.180195 L 7.053687 28.213008 L 7.148219 28.244258 L 7.242555 28.272188 L 7.340992 28.295039 L 7.440406 28.313203 L 7.540016 28.326289 L 7.642164 28.336055 L 7.742945 28.344258 L 7.846266 28.344258 L 7.945875 28.344258 L 8.047828 28.334492 L 8.148609 28.324727 L 8.248219 28.309883 L 8.346461 28.288594 L 8.444898 28.267109 L 8.543141 28.237617 L 8.636305 28.206367 L 8.728297 28.170234 L 8.81775 28.130977 L 8.904859 28.088203 L 8.991773 28.042305 L 9.073609 27.991328 L 9.150562 27.938789 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 15.887281 23.733125 L 16.059937 23.468867 L 16.088844 23.396602 L 16.112867 23.326094 L 16.135523 23.253828 L 16.149391 23.18 L 16.159352 23.107734 L 16.16443 23.035469 L 16.165797 22.959883 L 16.159352 22.884492 L 16.15193 22.810664 L 16.135523 22.736641 L 16.11775 22.666133 L 16.093922 22.593867 L 16.066187 22.523359 L 16.033375 22.452656 L 15.994312 22.385469 L 15.952711 22.318086 L 15.907398 22.254023 L 15.857008 22.191719 L 15.802711 22.130977 L 15.742359 22.070234 L 15.681812 22.016133 L 15.616187 21.960273 L 15.54568 21.909297 L 15.473805 21.860078 L 15.398219 21.81418 L 15.318922 21.773164 L 15.238258 21.733711 L 15.156422 21.699141 L 15.07068 21.664766 L 14.982398 21.636836 L 14.891773 21.608906 L 14.80232 21.587617 L 14.708961 21.567891 L 14.615797 21.554805 L 14.519898 21.544844 L 14.425367 21.536641 L 14.329664 21.530195 L 14.232594 21.530195 L 14.138062 21.536641 L 14.042359 21.544844 L 13.947828 21.554805 L 13.854664 21.567891 L 13.762672 21.587617 L 13.67068 21.608906 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.274 25.793281 L 16.537477 25.525703 L 16.576539 25.446992 L 16.613062 25.364961 L 16.640797 25.284492 L 16.664625 25.200703 L 16.68357 25.118672 L 16.694898 25.036641 L 16.699977 24.951289 L 16.699977 24.869063 L 16.690016 24.782148 L 16.678492 24.700117 L 16.660914 24.616328 L 16.634547 24.534297 L 16.602906 24.453828 L 16.568922 24.373359 L 16.526148 24.296211 L 16.47693 24.219063 L 16.421461 24.145234 L 16.36482 24.072969 L 16.301734 24.002461 L 15.887281 23.733125 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 13.820484 28.787617 L 13.913844 28.82375 L 14.008375 28.858125 L 14.102906 28.882734 L 14.199977 28.900898 L 14.29568 28.913984 L 14.393922 28.92043 L 14.490992 28.92375 L 14.586695 28.913984 L 14.684937 28.904023 L 14.782008 28.884492 L 14.876539 28.859883 L 14.969898 28.828633 L 15.06443 28.790938 L 15.157594 28.749727 L 15.245875 28.700508 L 15.331422 28.647969 L 15.418531 28.587227 L 15.500367 28.523359 L 15.581031 28.452656 L 15.657789 28.375508 L 15.732203 28.295039 L 15.802711 28.211445 L 15.868336 28.124336 L 15.932594 28.027461 L 15.993141 27.930586 L 16.048414 27.832148 L 16.097633 27.72375 L 16.145484 27.617109 L 16.188453 27.508711 L 16.227516 27.39543 L 16.2615 27.277266 L 16.290406 27.159102 L 16.311891 27.040938 L 16.332008 26.922773 L 16.347242 26.799531 L 16.356031 26.678047 L 16.361109 26.555 L 16.361109 26.430195 L 16.354664 26.308711 L 16.343336 26.185664 L 16.329469 26.062617 L 16.30818 25.942695 L 16.284156 25.826094 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.332789 23.662617 L 6.263453 23.67082 L 6.195484 23.680586 L 6.126148 23.69543 L 6.059352 23.715156 L 5.995094 23.736445 L 5.928297 23.762617 L 5.864039 23.793867 L 5.80232 23.82668 L 5.743141 23.86457 L 5.683766 23.905586 L 5.624586 23.948164 L 5.570484 23.994063 L 5.517555 24.043477 L 5.467164 24.096016 L 5.419312 24.153438 L 5.372633 24.209297 L 5.328492 24.270039 L 5.28943 24.335664 L 5.250367 24.399531 L 5.218922 24.465352 L 5.187281 24.534297 L 5.157203 24.604805 L 5.131812 24.67707 L 5.110523 24.749336 L 5.090406 24.824727 L 5.076539 24.901875 L 5.062672 24.977461 L 5.055055 25.054609 L 5.049977 25.131758 L 5.049977 25.210469 L 5.049977 25.286055 L 5.057594 25.364961 L 5.065211 25.443672 L 5.076539 25.5175 L 5.09275 25.593086 L 5.110523 25.668477 L 5.131812 25.7425 L 5.157203 25.81457 L 5.187281 25.885273 L 5.218922 25.955781 L 5.254078 26.021406 L 5.290602 26.085469 L 5.331031 26.151094 L 5.372633 26.210273 L 5.419312 26.267695 L 5.468336 26.323555 L 5.518727 26.374531 L 5.573023 26.425313 L 5.628492 26.471211 L 5.683766 26.513984 L 5.743141 26.555 L 5.806031 26.594453 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.665406 27.878047 L 8.684156 27.966719 L 8.709352 28.057148 L 8.740992 28.145625 L 8.782594 28.232734 L 8.826734 28.319648 L 8.880836 28.401875 L 8.941383 28.483906 L 9.006812 28.565938 L 9.082398 28.643086 L 9.160523 28.720234 L 9.245094 28.790938 L 9.337086 28.863008 L 9.432789 28.930391 L 9.534937 28.996016 L 9.643141 29.056758 L 9.755445 29.11418 L 9.868727 29.166719 L 9.990992 29.217695 L 10.113258 29.263594 L 10.241773 29.306367 L 10.371656 29.345625 L 10.506422 29.381758 L 10.643727 29.411445 L 10.782398 29.434297 L 10.923609 29.458906 L 11.064625 29.47375 L 11.208375 29.488594 L 11.354469 29.493477 L 11.498219 29.499922 L 11.643141 29.498359 L 11.788062 29.493477 L 11.931617 29.480391 L 12.074 29.468867 L 12.215211 29.447383 L 12.356227 29.422773 L 12.494898 29.396602 L 12.628492 29.365352 L 12.762086 29.325898 L 12.891773 29.288203 L 13.016578 29.242305 L 13.140016 29.193086 L 13.25857 29.142109 L 13.372047 29.084688 L 13.481617 29.027266 L 13.586109 28.961641 L 13.685719 28.899141 L 13.78025 28.826875 L 13.867164 28.756367 L 13.951539 28.682539 L 14.024781 28.606953 L 14.095289 28.524922 L 14.158375 28.444453 L 14.215016 28.360664 L 14.266578 28.27707 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(91.764706%,76.862746%,58.039218%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56.078434%,35.686275%,10.196079%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.512867 29.699922 L 11.694703 29.699922 L 11.694703 28.506367 L 10.744703 27.980781 L 9.512867 28.858125 L 9.512867 29.699922 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(87.058824%,61.176473%,29.803923%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56.078434%,35.686275%,10.196079%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.694703 29.699922 L 12.082203 29.313789 L 12.082203 28.472188 L 11.694703 28.858125 L 11.694703 29.699922 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(83.137256%,0%,3.921569%);fill-opacity:1;" d="M 136.785156 429.265625 L 139.613281 423.636719 L 139.613281 440.480469 L 136.785156 443.300781 L 136.785156 435.585938 L 136.785156 429.265625 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(83.137256%,0%,3.921569%);fill-opacity:1;" d="M 136.785156 429.265625 L 139.613281 423.636719 L 139.613281 440.480469 L 136.785156 443.300781 L 136.785156 435.585938 L 136.785156 429.265625 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,0%,3.137255%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.888258 28.893281 L 12.029664 28.611836 L 12.029664 29.454023 L 11.888258 29.595039 L 11.888258 29.209297 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,33.333334%,36.470589%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,0%,3.137255%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.888258 28.823359 L 11.782398 28.752656 L 11.782398 29.595039 L 11.888258 29.595039 L 11.888258 28.823359 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(61.56863%,70.588237%,71.764708%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.235295%,37.254903%,38.431373%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.550758 28.12043 L 11.941187 29.03332 L 12.363648 28.611836 L 10.973023 27.699922 L 10.550758 28.12043 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(83.137256%,0%,3.921569%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,0%,3.137255%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.923414 28.401875 L 11.994508 28.331758 L 11.994508 28.717695 L 11.923414 28.787813 L 11.923414 28.401875 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,33.333334%,36.470589%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,0%,3.137255%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.923414 28.401875 L 11.818336 28.401875 L 11.818336 28.717695 L 11.923414 28.787813 L 11.923414 28.401875 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,0%,3.137255%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.818336 28.401875 L 11.923414 28.401875 L 11.994508 28.331758 L 11.888258 28.348555 L 11.818336 28.401875 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(42.352942%,56.078434%,57.647061%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.235295%,37.254903%,38.431373%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.336305 29.03332 L 9.705836 28.665547 L 10.955641 27.699922 L 10.550758 28.12043 L 9.336305 29.03332 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(89.411765%,69.01961%,43.921569%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56.078434%,35.686275%,10.196079%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.850172 29.03332 L 10.850172 29.699922 L 11.219703 29.699922 L 11.219703 29.03332 L 10.850172 29.03332 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(66.666669%,90.196079%,100%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56.078434%,35.686275%,10.196079%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.775953 29.03332 L 9.775953 29.383711 L 10.515602 29.383711 L 10.515602 29.03332 L 9.775953 29.03332 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.515602 29.03332 L 10.515602 29.383711 L 9.775953 29.383711 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(71.764708%,71.764708%,61.56863%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.094898 32.290742 L 10.093336 32.290742 L 10.093336 32.660078 L 8.094898 32.660078 L 8.094898 32.290742 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(78.823531%,78.823531%,71.372551%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.094898 32.290742 L 8.306812 32.089766 L 10.30525 32.089766 L 10.093336 32.290742 L 8.094898 32.290742 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.212;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.981422 32.458906 L 9.50193 32.458906 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(47.843137%,47.843137%,35.294119%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.093336 32.660078 L 10.30525 32.447578 L 10.30525 32.089766 L 10.093336 32.290742 L 10.093336 32.660078 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(78.823531%,78.823531%,71.372551%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.106227 32.894258 L 8.329078 32.614961 L 9.870094 32.614961 L 9.647047 32.894258 L 8.106227 32.894258 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(47.843137%,47.843137%,35.294119%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.647047 32.949922 L 9.870094 32.715742 L 9.870094 32.614961 L 9.647047 32.894258 L 9.647047 32.949922 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(71.764708%,71.764708%,61.56863%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.106227 32.894258 L 9.647047 32.894258 L 9.647047 32.949922 L 8.106227 32.949922 L 8.106227 32.894258 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.39607 32.246211 L 8.564039 32.089766 L 9.981422 32.089766 L 9.825562 32.246211 L 8.39607 32.246211 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(78.823531%,78.823531%,71.372551%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.384742 31.095234 L 8.541578 30.949922 L 9.959742 30.949922 L 9.802906 31.095234 L 8.384742 31.095234 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(71.764708%,71.764708%,61.56863%);fill-opacity:1;" d="M 66.714844 473.304688 L 95.304688 473.304688 L 95.304688 495.871094 L 66.714844 495.871094 L 66.714844 473.304688 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.384742 31.095234 L 9.813648 31.095234 L 9.813648 32.223359 L 8.384742 32.223359 L 8.384742 31.095234 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 69.171875 476.199219 L 92.84375 476.199219 L 92.84375 493.636719 L 69.171875 493.636719 L 69.171875 476.199219 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.507594 31.239961 L 9.691187 31.239961 L 9.691187 32.111445 L 8.507594 32.111445 L 8.507594 31.239961 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(47.843137%,47.843137%,35.294119%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.802906 32.212813 L 9.959742 32.056367 L 9.959742 30.949922 L 9.802906 31.095234 L 9.802906 32.212813 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(64.705884%,64.705884%,52.156866%);fill-opacity:1;" d="M 593.425781 503.398438 L 593.425781 468.765625 L 605.363281 468.765625 L 605.363281 503.398438 L 593.425781 503.398438 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.725172 30.868281 L 35.317164 30.868281 L 35.317164 32.599922 L 34.725172 32.599922 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(64.705884%,64.705884%,52.156866%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.317164 32.599922 L 35.317164 30.868281 L 35.913648 30.868281 L 35.913648 32.599922 L 35.317164 32.599922 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(64.705884%,64.705884%,52.156866%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.913648 32.599922 L 35.913648 30.868281 L 36.510914 30.868281 L 36.510914 32.599922 L 35.913648 32.599922 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(78.823531%,78.823531%,71.372551%);fill-opacity:1;" d="M 598.792969 463.398438 L 593.425781 468.765625 L 605.363281 468.765625 L 610.746094 463.398438 L 598.792969 463.398438 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.987867 30.600313 L 34.725172 30.863594 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.725172 30.868281 L 35.317164 30.868281 L 35.585523 30.600313 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(78.823531%,78.823531%,71.372551%);fill-opacity:1;" d="M 610.746094 463.398438 L 605.363281 468.765625 L 617.292969 468.765625 L 622.667969 463.398438 L 610.746094 463.398438 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.585523 30.600313 L 35.317164 30.868281 L 35.913648 30.868281 L 36.182008 30.600313 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(78.823531%,78.823531%,71.372551%);fill-opacity:1;" d="M 622.667969 463.398438 L 617.292969 468.765625 L 629.238281 468.765625 L 634.613281 463.398438 L 622.667969 463.398438 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.182008 30.600313 L 35.913648 30.868281 L 36.510914 30.868281 L 36.779273 30.600313 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(47.843137%,47.843137%,35.294119%);fill-opacity:1;" d="M 634.613281 498.328125 L 629.238281 503.398438 L 629.238281 468.765625 L 634.613281 463.398438 L 634.613281 498.328125 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.779664 32.346406 L 36.510914 32.599922 L 36.510914 30.868281 L 36.779273 30.600313 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.779664 30.600313 L 36.779664 32.346406 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(57.647061%,57.647061%,42.352942%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.003297 31.256563 L 36.003297 30.943281 L 36.436109 30.943281 L 36.436109 31.256563 L 36.003297 31.256563 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(57.647061%,57.647061%,42.352942%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.003297 31.644453 L 36.003297 31.346602 L 36.436109 31.346602 L 36.436109 31.644453 L 36.003297 31.644453 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(57.647061%,57.647061%,42.352942%);fill-opacity:1;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(28.627452%,28.627452%,21.176471%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.003297 32.494844 L 36.003297 32.196211 L 36.436109 32.196211 L 36.436109 32.494844 L 36.003297 32.494844 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 646.085938 424.167969 L 646.027344 423.570312 L 645.902344 422.96875 L 645.695312 422.378906 L 645.398438 421.800781 L 645 421.210938 L 644.535156 420.640625 L 643.972656 420.078125 L 643.347656 419.527344 L 642.625 418.984375 L 641.824219 418.464844 L 640.960938 417.960938 L 640.019531 417.445312 L 639 416.960938 L 637.917969 416.503906 L 636.757812 416.066406 L 635.539062 415.648438 L 634.273438 415.238281 L 632.945312 414.871094 L 631.566406 414.515625 L 630.128906 414.183594 L 628.648438 413.878906 L 627.117188 413.625 L 625.554688 413.359375 L 623.976562 413.148438 L 622.351562 412.949219 L 620.699219 412.796875 L 619.023438 412.652344 L 617.332031 412.558594 L 615.640625 412.464844 L 613.929688 412.433594 L 612.21875 412.40625 L 612.21875 412.40625 L 610.496094 412.433594 L 608.785156 412.464844 L 607.09375 412.558594 L 605.398438 412.652344 L 603.726562 412.796875 L 602.070312 412.949219 L 600.445312 413.148438 L 598.859375 413.359375 L 597.296875 413.625 L 595.777344 413.878906 L 594.292969 414.183594 L 592.859375 414.515625 L 591.480469 414.871094 L 590.148438 415.238281 L 588.875 415.648438 L 587.667969 416.066406 L 586.507812 416.503906 L 585.421875 416.960938 L 584.40625 417.445312 L 583.464844 417.960938 L 582.597656 418.464844 L 581.800781 418.984375 L 581.078125 419.527344 L 580.449219 420.078125 L 579.890625 420.640625 L 579.425781 421.210938 L 579.023438 421.800781 L 578.71875 422.378906 L 578.5 422.96875 L 578.386719 423.570312 L 578.339844 424.167969 L 578.339844 424.167969 L 578.386719 424.757812 L 578.5 425.355469 L 578.71875 425.945312 L 579.023438 426.527344 L 579.425781 427.117188 L 579.890625 427.6875 L 580.449219 428.246094 L 581.078125 428.796875 L 581.800781 429.339844 L 582.597656 429.863281 L 583.464844 430.386719 L 584.40625 430.878906 L 585.421875 431.367188 L 586.507812 431.820312 L 587.667969 432.277344 L 588.875 432.695312 L 590.148438 433.085938 L 591.480469 433.46875 L 592.859375 433.808594 L 594.292969 434.140625 L 595.777344 434.445312 L 597.296875 434.722656 L 598.859375 434.96875 L 600.445312 435.199219 L 602.070312 435.378906 L 603.726562 435.550781 L 605.398438 435.671875 L 607.09375 435.785156 L 608.785156 435.863281 L 610.496094 435.910156 L 612.21875 435.921875 L 612.21875 435.921875 L 613.929688 435.910156 L 615.640625 435.863281 L 617.332031 435.785156 L 619.023438 435.671875 L 620.699219 435.550781 L 622.351562 435.378906 L 623.976562 435.199219 L 625.554688 434.96875 L 627.117188 434.722656 L 628.648438 434.445312 L 630.128906 434.140625 L 631.566406 433.808594 L 632.945312 433.46875 L 634.273438 433.085938 L 635.539062 432.695312 L 636.757812 432.277344 L 637.917969 431.820312 L 639 431.367188 L 640.019531 430.878906 L 640.960938 430.386719 L 641.824219 429.863281 L 642.625 429.339844 L 643.347656 428.796875 L 643.972656 428.246094 L 644.535156 427.6875 L 645 427.117188 L 645.398438 426.527344 L 645.695312 425.945312 L 645.902344 425.355469 L 646.027344 424.757812 L 646.085938 424.167969 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 37.33318 28.628828 L 37.330836 28.598945 L 37.325172 28.57043 L 37.314234 28.540938 L 37.299586 28.512422 L 37.280055 28.483906 L 37.25525 28.455781 L 37.229664 28.428828 L 37.197242 28.401094 L 37.161695 28.374531 L 37.122242 28.347969 L 37.078492 28.323164 L 37.031812 28.298555 L 36.981422 28.274727 L 36.927711 28.251875 L 36.87068 28.23 L 36.809742 28.210078 L 36.74607 28.191133 L 36.680445 28.171602 L 36.612086 28.155391 L 36.540797 28.138203 L 36.466578 28.123555 L 36.391383 28.110273 L 36.31443 28.097969 L 36.235133 28.087422 L 36.154664 28.077461 L 36.072047 28.069844 L 35.989234 28.062617 L 35.905055 28.05793 L 35.820484 28.054609 L 35.735523 28.05168 L 35.650367 28.05168 L 35.650367 28.05168 L 35.564234 28.05168 L 35.479664 28.054609 L 35.394508 28.05793 L 35.311305 28.062617 L 35.228102 28.069844 L 35.145875 28.077461 L 35.065211 28.087422 L 34.985719 28.097969 L 34.90818 28.110273 L 34.83318 28.123555 L 34.758961 28.138203 L 34.687672 28.155391 L 34.619703 28.171602 L 34.553492 28.191133 L 34.48982 28.210078 L 34.429469 28.23 L 34.373023 28.251875 L 34.319312 28.274727 L 34.268336 28.298555 L 34.220875 28.323164 L 34.178492 28.347969 L 34.138648 28.374531 L 34.102906 28.401094 L 34.071461 28.428828 L 34.043922 28.455781 L 34.020289 28.483906 L 34.001148 28.512422 L 33.985914 28.540938 L 33.974977 28.57043 L 33.968922 28.598945 L 33.966383 28.628828 L 33.966383 28.628828 L 33.968922 28.65793 L 33.974977 28.687813 L 33.985914 28.715938 L 34.001148 28.744844 L 34.020289 28.773945 L 34.043922 28.801484 L 34.071461 28.829023 L 34.102906 28.856563 L 34.138648 28.882734 L 34.178492 28.909297 L 34.220875 28.934492 L 34.268336 28.95832 L 34.319312 28.982539 L 34.373023 29.005977 L 34.429469 29.026875 L 34.48982 29.047188 L 34.553492 29.066719 L 34.619703 29.085664 L 34.687672 29.102461 L 34.758961 29.118477 L 34.83318 29.133711 L 34.90818 29.146992 L 34.985719 29.158906 L 35.065211 29.17043 L 35.145875 29.179805 L 35.228102 29.187422 L 35.311305 29.194063 L 35.394508 29.198945 L 35.479664 29.203242 L 35.564234 29.205586 L 35.650367 29.205977 L 35.650367 29.205977 L 35.735523 29.205586 L 35.820484 29.203242 L 35.905055 29.198945 L 35.989234 29.194063 L 36.072047 29.187422 L 36.154664 29.179805 L 36.235133 29.17043 L 36.31443 29.158906 L 36.391383 29.146992 L 36.466578 29.133711 L 36.540797 29.118477 L 36.612086 29.102461 L 36.680445 29.085664 L 36.74607 29.066719 L 36.809742 29.047188 L 36.87068 29.026875 L 36.927711 29.005977 L 36.981422 28.982539 L 37.031812 28.95832 L 37.078492 28.934492 L 37.122242 28.909297 L 37.161695 28.882734 L 37.197242 28.856563 L 37.229664 28.829023 L 37.25525 28.801484 L 37.280055 28.773945 L 37.299586 28.744844 L 37.314234 28.715938 L 37.325172 28.687813 L 37.330836 28.65793 L 37.33318 28.628828 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 578.347656 407.882812 L 578.347656 424.386719 L 645.683594 424.386719 L 645.683594 407.882812 L 578.347656 407.882812 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,70.588237%,100%);fill-opacity:1;" d="M 646.085938 407.679688 L 646.027344 407.082031 L 645.902344 406.472656 L 645.695312 405.894531 L 645.398438 405.304688 L 645 404.714844 L 644.535156 404.144531 L 643.972656 403.582031 L 643.347656 403.042969 L 642.625 402.488281 L 641.824219 401.976562 L 640.960938 401.453125 L 640.019531 400.960938 L 639 400.464844 L 637.917969 400.019531 L 636.757812 399.570312 L 635.539062 399.144531 L 634.273438 398.742188 L 632.945312 398.375 L 631.566406 398.019531 L 630.128906 397.699219 L 628.648438 397.402344 L 627.117188 397.117188 L 625.554688 396.871094 L 623.976562 396.644531 L 622.351562 396.453125 L 620.699219 396.289062 L 619.023438 396.15625 L 617.332031 396.054688 L 615.640625 395.976562 L 613.929688 395.929688 L 612.21875 395.921875 L 612.21875 395.921875 L 610.496094 395.929688 L 608.785156 395.976562 L 607.09375 396.054688 L 605.398438 396.15625 L 603.726562 396.289062 L 602.070312 396.453125 L 600.445312 396.644531 L 598.859375 396.871094 L 597.296875 397.117188 L 595.777344 397.402344 L 594.292969 397.699219 L 592.859375 398.019531 L 591.480469 398.375 L 590.148438 398.742188 L 588.875 399.144531 L 587.667969 399.570312 L 586.507812 400.019531 L 585.421875 400.464844 L 584.40625 400.960938 L 583.464844 401.453125 L 582.597656 401.976562 L 581.800781 402.488281 L 581.078125 403.042969 L 580.449219 403.582031 L 579.890625 404.144531 L 579.425781 404.714844 L 579.023438 405.304688 L 578.71875 405.894531 L 578.5 406.472656 L 578.386719 407.082031 L 578.339844 407.679688 L 578.339844 407.679688 L 578.386719 408.269531 L 578.5 408.871094 L 578.71875 409.460938 L 579.023438 410.03125 L 579.425781 410.621094 L 579.890625 411.191406 L 580.449219 411.75 L 581.078125 412.3125 L 581.800781 412.855469 L 582.597656 413.367188 L 583.464844 413.878906 L 584.40625 414.394531 L 585.421875 414.871094 L 586.507812 415.324219 L 587.667969 415.773438 L 588.875 416.191406 L 590.148438 416.601562 L 591.480469 416.960938 L 592.859375 417.3125 L 594.292969 417.644531 L 595.777344 417.960938 L 597.296875 418.214844 L 598.859375 418.472656 L 600.445312 418.699219 L 602.070312 418.882812 L 603.726562 419.042969 L 605.398438 419.175781 L 607.09375 419.28125 L 608.785156 419.367188 L 610.496094 419.414062 L 612.21875 419.421875 L 612.21875 419.421875 L 613.929688 419.414062 L 615.640625 419.367188 L 617.332031 419.28125 L 619.023438 419.175781 L 620.699219 419.042969 L 622.351562 418.882812 L 623.976562 418.699219 L 625.554688 418.472656 L 627.117188 418.214844 L 628.648438 417.960938 L 630.128906 417.644531 L 631.566406 417.3125 L 632.945312 416.960938 L 634.273438 416.601562 L 635.539062 416.191406 L 636.757812 415.773438 L 637.917969 415.324219 L 639 414.871094 L 640.019531 414.394531 L 640.960938 413.878906 L 641.824219 413.367188 L 642.625 412.855469 L 643.347656 412.3125 L 643.972656 411.75 L 644.535156 411.191406 L 645 410.621094 L 645.398438 410.03125 L 645.695312 409.460938 L 645.902344 408.871094 L 646.027344 408.269531 L 646.085938 407.679688 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 37.33318 27.804023 L 37.330836 27.774141 L 37.325172 27.745625 L 37.314234 27.716523 L 37.299586 27.687617 L 37.280055 27.659492 L 37.25525 27.630586 L 37.229664 27.604023 L 37.197242 27.576289 L 37.161695 27.550313 L 37.122242 27.523164 L 37.078492 27.498945 L 37.031812 27.47375 L 36.981422 27.449922 L 36.927711 27.428047 L 36.87068 27.405195 L 36.809742 27.38625 L 36.74607 27.365742 L 36.680445 27.347188 L 36.612086 27.330195 L 36.540797 27.313398 L 36.466578 27.29875 L 36.391383 27.285469 L 36.31443 27.273555 L 36.235133 27.262227 L 36.154664 27.252656 L 36.072047 27.245039 L 35.989234 27.237813 L 35.905055 27.233125 L 35.820484 27.229414 L 35.735523 27.226875 L 35.650367 27.226484 L 35.650367 27.226484 L 35.564234 27.226875 L 35.479664 27.229414 L 35.394508 27.233125 L 35.311305 27.237813 L 35.228102 27.245039 L 35.145875 27.252656 L 35.065211 27.262227 L 34.985719 27.273555 L 34.90818 27.285469 L 34.83318 27.29875 L 34.758961 27.313398 L 34.687672 27.330195 L 34.619703 27.347188 L 34.553492 27.365742 L 34.48982 27.38625 L 34.429469 27.405195 L 34.373023 27.428047 L 34.319312 27.449922 L 34.268336 27.47375 L 34.220875 27.498945 L 34.178492 27.523164 L 34.138648 27.550313 L 34.102906 27.576289 L 34.071461 27.604023 L 34.043922 27.630586 L 34.020289 27.659492 L 34.001148 27.687617 L 33.985914 27.716523 L 33.974977 27.745625 L 33.968922 27.774141 L 33.966383 27.804023 L 33.966383 27.804023 L 33.968922 27.833516 L 33.974977 27.862617 L 33.985914 27.891523 L 34.001148 27.920039 L 34.020289 27.948555 L 34.043922 27.97707 L 34.071461 28.004219 L 34.102906 28.031758 L 34.138648 28.05793 L 34.178492 28.084492 L 34.220875 28.109688 L 34.268336 28.133516 L 34.319312 28.157734 L 34.373023 28.180586 L 34.429469 28.20207 L 34.48982 28.222383 L 34.553492 28.241914 L 34.619703 28.260469 L 34.687672 28.277656 L 34.758961 28.294258 L 34.83318 28.309883 L 34.90818 28.322188 L 34.985719 28.335078 L 35.065211 28.346016 L 35.145875 28.355 L 35.228102 28.363594 L 35.311305 28.370234 L 35.394508 28.374531 L 35.479664 28.378828 L 35.564234 28.381172 L 35.650367 28.381758 L 35.650367 28.381758 L 35.735523 28.381172 L 35.820484 28.378828 L 35.905055 28.374531 L 35.989234 28.370234 L 36.072047 28.363594 L 36.154664 28.355 L 36.235133 28.346016 L 36.31443 28.335078 L 36.391383 28.322188 L 36.466578 28.309883 L 36.540797 28.294258 L 36.612086 28.277656 L 36.680445 28.260469 L 36.74607 28.241914 L 36.809742 28.222383 L 36.87068 28.20207 L 36.927711 28.180586 L 36.981422 28.157734 L 37.031812 28.133516 L 37.078492 28.109688 L 37.122242 28.084492 L 37.161695 28.05793 L 37.197242 28.031758 L 37.229664 28.004219 L 37.25525 27.97707 L 37.280055 27.948555 L 37.299586 27.920039 L 37.314234 27.891523 L 37.325172 27.862617 L 37.330836 27.833516 L 37.33318 27.804023 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 612.84375 405.007812 L 617.769531 406.664062 L 629.683594 401.699219 L 635.015625 403.347656 L 632.136719 399.238281 L 618.1875 399.238281 L 623.921875 400.464844 L 612.84375 405.007812 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 610.78125 409.542969 L 605.867188 407.882812 L 594.359375 412.855469 L 588.617188 411.191406 L 591.480469 415.726562 L 605.867188 415.726562 L 599.695312 414.070312 L 610.78125 409.542969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 589.84375 400.464844 L 594.761719 398.820312 L 606.683594 403.347656 L 612.027344 402.121094 L 609.15625 406.226562 L 595.179688 406.226562 L 600.921875 405.007812 L 589.84375 400.464844 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 634.191406 414.480469 L 629.253906 416.132812 L 617.769531 411.191406 L 612.027344 412.855469 L 614.898438 408.707031 L 629.253906 408.707031 L 623.101562 409.945312 L 634.191406 414.480469 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 613.253906 405.417969 L 618.1875 407.0625 L 630.074219 402.121094 L 635.425781 403.773438 L 632.542969 399.636719 L 618.585938 399.636719 L 624.339844 400.863281 L 613.253906 405.417969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 611.199219 409.945312 L 606.253906 408.300781 L 594.761719 413.242188 L 589.015625 411.597656 L 591.890625 416.132812 L 606.253906 416.132812 L 600.105469 414.480469 L 611.199219 409.945312 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 590.253906 400.863281 L 595.179688 399.238281 L 607.09375 403.773438 L 612.425781 402.519531 L 609.5625 406.664062 L 595.585938 406.664062 L 601.347656 405.417969 L 590.253906 400.863281 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 634.589844 414.90625 L 629.683594 416.550781 L 618.1875 411.597656 L 612.425781 413.242188 L 615.296875 409.136719 L 629.683594 409.136719 L 623.523438 410.363281 L 634.589844 414.90625 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.966383 27.804023 L 33.966383 28.627852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 37.33318 27.804023 L 37.33318 28.627852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 561.085938 352.167969 L 561.027344 351.570312 L 560.902344 350.96875 L 560.695312 350.378906 L 560.398438 349.800781 L 560 349.210938 L 559.535156 348.640625 L 558.972656 348.078125 L 558.347656 347.527344 L 557.625 346.984375 L 556.824219 346.464844 L 555.960938 345.960938 L 555.019531 345.445312 L 554 344.960938 L 552.917969 344.503906 L 551.757812 344.066406 L 550.539062 343.648438 L 549.273438 343.238281 L 547.945312 342.871094 L 546.566406 342.515625 L 545.128906 342.183594 L 543.648438 341.878906 L 542.117188 341.625 L 540.554688 341.359375 L 538.976562 341.148438 L 537.351562 340.949219 L 535.699219 340.796875 L 534.023438 340.652344 L 532.332031 340.558594 L 530.640625 340.464844 L 528.929688 340.433594 L 527.21875 340.40625 L 527.21875 340.40625 L 525.496094 340.433594 L 523.785156 340.464844 L 522.09375 340.558594 L 520.398438 340.652344 L 518.726562 340.796875 L 517.070312 340.949219 L 515.445312 341.148438 L 513.859375 341.359375 L 512.296875 341.625 L 510.777344 341.878906 L 509.292969 342.183594 L 507.859375 342.515625 L 506.480469 342.871094 L 505.148438 343.238281 L 503.875 343.648438 L 502.667969 344.066406 L 501.507812 344.503906 L 500.421875 344.960938 L 499.40625 345.445312 L 498.464844 345.960938 L 497.597656 346.464844 L 496.800781 346.984375 L 496.078125 347.527344 L 495.449219 348.078125 L 494.890625 348.640625 L 494.425781 349.210938 L 494.023438 349.800781 L 493.71875 350.378906 L 493.5 350.96875 L 493.386719 351.570312 L 493.339844 352.167969 L 493.339844 352.167969 L 493.386719 352.757812 L 493.5 353.355469 L 493.71875 353.945312 L 494.023438 354.527344 L 494.425781 355.117188 L 494.890625 355.6875 L 495.449219 356.246094 L 496.078125 356.796875 L 496.800781 357.339844 L 497.597656 357.863281 L 498.464844 358.386719 L 499.40625 358.878906 L 500.421875 359.367188 L 501.507812 359.820312 L 502.667969 360.277344 L 503.875 360.695312 L 505.148438 361.085938 L 506.480469 361.46875 L 507.859375 361.808594 L 509.292969 362.140625 L 510.777344 362.445312 L 512.296875 362.722656 L 513.859375 362.96875 L 515.445312 363.199219 L 517.070312 363.378906 L 518.726562 363.550781 L 520.398438 363.671875 L 522.09375 363.785156 L 523.785156 363.863281 L 525.496094 363.910156 L 527.21875 363.921875 L 527.21875 363.921875 L 528.929688 363.910156 L 530.640625 363.863281 L 532.332031 363.785156 L 534.023438 363.671875 L 535.699219 363.550781 L 537.351562 363.378906 L 538.976562 363.199219 L 540.554688 362.96875 L 542.117188 362.722656 L 543.648438 362.445312 L 545.128906 362.140625 L 546.566406 361.808594 L 547.945312 361.46875 L 549.273438 361.085938 L 550.539062 360.695312 L 551.757812 360.277344 L 552.917969 359.820312 L 554 359.367188 L 555.019531 358.878906 L 555.960938 358.386719 L 556.824219 357.863281 L 557.625 357.339844 L 558.347656 356.796875 L 558.972656 356.246094 L 559.535156 355.6875 L 560 355.117188 L 560.398438 354.527344 L 560.695312 353.945312 L 560.902344 353.355469 L 561.027344 352.757812 L 561.085938 352.167969 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.08318 25.028828 L 33.080836 24.998945 L 33.075172 24.97043 L 33.064234 24.940938 L 33.049586 24.912422 L 33.030055 24.883906 L 33.00525 24.855781 L 32.979664 24.828828 L 32.947242 24.801094 L 32.911695 24.774531 L 32.872242 24.747969 L 32.828492 24.723164 L 32.781812 24.698555 L 32.731422 24.674727 L 32.677711 24.651875 L 32.62068 24.63 L 32.559742 24.610078 L 32.49607 24.591133 L 32.430445 24.571602 L 32.362086 24.555391 L 32.290797 24.538203 L 32.216578 24.523555 L 32.141383 24.510273 L 32.06443 24.497969 L 31.985133 24.487422 L 31.904664 24.477461 L 31.822047 24.469844 L 31.739234 24.462617 L 31.655055 24.45793 L 31.570484 24.454609 L 31.485523 24.45168 L 31.400367 24.45168 L 31.400367 24.45168 L 31.314234 24.45168 L 31.229664 24.454609 L 31.144508 24.45793 L 31.061305 24.462617 L 30.978102 24.469844 L 30.895875 24.477461 L 30.815211 24.487422 L 30.735719 24.497969 L 30.65818 24.510273 L 30.58318 24.523555 L 30.508961 24.538203 L 30.437672 24.555391 L 30.369703 24.571602 L 30.303492 24.591133 L 30.23982 24.610078 L 30.179469 24.63 L 30.123023 24.651875 L 30.069312 24.674727 L 30.018336 24.698555 L 29.970875 24.723164 L 29.928492 24.747969 L 29.888648 24.774531 L 29.852906 24.801094 L 29.821461 24.828828 L 29.793922 24.855781 L 29.770289 24.883906 L 29.751148 24.912422 L 29.735914 24.940938 L 29.724977 24.97043 L 29.718922 24.998945 L 29.716383 25.028828 L 29.716383 25.028828 L 29.718922 25.05793 L 29.724977 25.087813 L 29.735914 25.115938 L 29.751148 25.144844 L 29.770289 25.173945 L 29.793922 25.201484 L 29.821461 25.229023 L 29.852906 25.256563 L 29.888648 25.282734 L 29.928492 25.309297 L 29.970875 25.334492 L 30.018336 25.35832 L 30.069312 25.382539 L 30.123023 25.405977 L 30.179469 25.426875 L 30.23982 25.447188 L 30.303492 25.466719 L 30.369703 25.485664 L 30.437672 25.502461 L 30.508961 25.518477 L 30.58318 25.533711 L 30.65818 25.546992 L 30.735719 25.558906 L 30.815211 25.57043 L 30.895875 25.579805 L 30.978102 25.587422 L 31.061305 25.594063 L 31.144508 25.598945 L 31.229664 25.603242 L 31.314234 25.605586 L 31.400367 25.605977 L 31.400367 25.605977 L 31.485523 25.605586 L 31.570484 25.603242 L 31.655055 25.598945 L 31.739234 25.594063 L 31.822047 25.587422 L 31.904664 25.579805 L 31.985133 25.57043 L 32.06443 25.558906 L 32.141383 25.546992 L 32.216578 25.533711 L 32.290797 25.518477 L 32.362086 25.502461 L 32.430445 25.485664 L 32.49607 25.466719 L 32.559742 25.447188 L 32.62068 25.426875 L 32.677711 25.405977 L 32.731422 25.382539 L 32.781812 25.35832 L 32.828492 25.334492 L 32.872242 25.309297 L 32.911695 25.282734 L 32.947242 25.256563 L 32.979664 25.229023 L 33.00525 25.201484 L 33.030055 25.173945 L 33.049586 25.144844 L 33.064234 25.115938 L 33.075172 25.087813 L 33.080836 25.05793 L 33.08318 25.028828 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 493.347656 335.882812 L 493.347656 352.386719 L 560.683594 352.386719 L 560.683594 335.882812 L 493.347656 335.882812 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,70.588237%,100%);fill-opacity:1;" d="M 561.085938 335.679688 L 561.027344 335.082031 L 560.902344 334.472656 L 560.695312 333.894531 L 560.398438 333.304688 L 560 332.714844 L 559.535156 332.144531 L 558.972656 331.582031 L 558.347656 331.042969 L 557.625 330.488281 L 556.824219 329.976562 L 555.960938 329.453125 L 555.019531 328.960938 L 554 328.464844 L 552.917969 328.019531 L 551.757812 327.570312 L 550.539062 327.144531 L 549.273438 326.742188 L 547.945312 326.375 L 546.566406 326.019531 L 545.128906 325.699219 L 543.648438 325.402344 L 542.117188 325.117188 L 540.554688 324.871094 L 538.976562 324.644531 L 537.351562 324.453125 L 535.699219 324.289062 L 534.023438 324.15625 L 532.332031 324.054688 L 530.640625 323.976562 L 528.929688 323.929688 L 527.21875 323.921875 L 527.21875 323.921875 L 525.496094 323.929688 L 523.785156 323.976562 L 522.09375 324.054688 L 520.398438 324.15625 L 518.726562 324.289062 L 517.070312 324.453125 L 515.445312 324.644531 L 513.859375 324.871094 L 512.296875 325.117188 L 510.777344 325.402344 L 509.292969 325.699219 L 507.859375 326.019531 L 506.480469 326.375 L 505.148438 326.742188 L 503.875 327.144531 L 502.667969 327.570312 L 501.507812 328.019531 L 500.421875 328.464844 L 499.40625 328.960938 L 498.464844 329.453125 L 497.597656 329.976562 L 496.800781 330.488281 L 496.078125 331.042969 L 495.449219 331.582031 L 494.890625 332.144531 L 494.425781 332.714844 L 494.023438 333.304688 L 493.71875 333.894531 L 493.5 334.472656 L 493.386719 335.082031 L 493.339844 335.679688 L 493.339844 335.679688 L 493.386719 336.269531 L 493.5 336.871094 L 493.71875 337.460938 L 494.023438 338.03125 L 494.425781 338.621094 L 494.890625 339.191406 L 495.449219 339.75 L 496.078125 340.3125 L 496.800781 340.855469 L 497.597656 341.367188 L 498.464844 341.878906 L 499.40625 342.394531 L 500.421875 342.871094 L 501.507812 343.324219 L 502.667969 343.773438 L 503.875 344.191406 L 505.148438 344.601562 L 506.480469 344.960938 L 507.859375 345.3125 L 509.292969 345.644531 L 510.777344 345.960938 L 512.296875 346.214844 L 513.859375 346.472656 L 515.445312 346.699219 L 517.070312 346.882812 L 518.726562 347.042969 L 520.398438 347.175781 L 522.09375 347.28125 L 523.785156 347.367188 L 525.496094 347.414062 L 527.21875 347.421875 L 527.21875 347.421875 L 528.929688 347.414062 L 530.640625 347.367188 L 532.332031 347.28125 L 534.023438 347.175781 L 535.699219 347.042969 L 537.351562 346.882812 L 538.976562 346.699219 L 540.554688 346.472656 L 542.117188 346.214844 L 543.648438 345.960938 L 545.128906 345.644531 L 546.566406 345.3125 L 547.945312 344.960938 L 549.273438 344.601562 L 550.539062 344.191406 L 551.757812 343.773438 L 552.917969 343.324219 L 554 342.871094 L 555.019531 342.394531 L 555.960938 341.878906 L 556.824219 341.367188 L 557.625 340.855469 L 558.347656 340.3125 L 558.972656 339.75 L 559.535156 339.191406 L 560 338.621094 L 560.398438 338.03125 L 560.695312 337.460938 L 560.902344 336.871094 L 561.027344 336.269531 L 561.085938 335.679688 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.08318 24.204023 L 33.080836 24.174141 L 33.075172 24.145625 L 33.064234 24.116523 L 33.049586 24.087617 L 33.030055 24.059492 L 33.00525 24.030586 L 32.979664 24.004023 L 32.947242 23.976289 L 32.911695 23.950313 L 32.872242 23.923164 L 32.828492 23.898945 L 32.781812 23.87375 L 32.731422 23.849922 L 32.677711 23.828047 L 32.62068 23.805195 L 32.559742 23.78625 L 32.49607 23.765742 L 32.430445 23.747188 L 32.362086 23.730195 L 32.290797 23.713398 L 32.216578 23.69875 L 32.141383 23.685469 L 32.06443 23.673555 L 31.985133 23.662227 L 31.904664 23.652656 L 31.822047 23.645039 L 31.739234 23.637813 L 31.655055 23.633125 L 31.570484 23.629414 L 31.485523 23.626875 L 31.400367 23.626484 L 31.400367 23.626484 L 31.314234 23.626875 L 31.229664 23.629414 L 31.144508 23.633125 L 31.061305 23.637813 L 30.978102 23.645039 L 30.895875 23.652656 L 30.815211 23.662227 L 30.735719 23.673555 L 30.65818 23.685469 L 30.58318 23.69875 L 30.508961 23.713398 L 30.437672 23.730195 L 30.369703 23.747188 L 30.303492 23.765742 L 30.23982 23.78625 L 30.179469 23.805195 L 30.123023 23.828047 L 30.069312 23.849922 L 30.018336 23.87375 L 29.970875 23.898945 L 29.928492 23.923164 L 29.888648 23.950313 L 29.852906 23.976289 L 29.821461 24.004023 L 29.793922 24.030586 L 29.770289 24.059492 L 29.751148 24.087617 L 29.735914 24.116523 L 29.724977 24.145625 L 29.718922 24.174141 L 29.716383 24.204023 L 29.716383 24.204023 L 29.718922 24.233516 L 29.724977 24.262617 L 29.735914 24.291523 L 29.751148 24.320039 L 29.770289 24.348555 L 29.793922 24.37707 L 29.821461 24.404219 L 29.852906 24.431758 L 29.888648 24.45793 L 29.928492 24.484492 L 29.970875 24.509688 L 30.018336 24.533516 L 30.069312 24.557734 L 30.123023 24.580586 L 30.179469 24.60207 L 30.23982 24.622383 L 30.303492 24.641914 L 30.369703 24.660469 L 30.437672 24.677656 L 30.508961 24.694258 L 30.58318 24.709883 L 30.65818 24.722188 L 30.735719 24.735078 L 30.815211 24.746016 L 30.895875 24.755 L 30.978102 24.763594 L 31.061305 24.770234 L 31.144508 24.774531 L 31.229664 24.778828 L 31.314234 24.781172 L 31.400367 24.781758 L 31.400367 24.781758 L 31.485523 24.781172 L 31.570484 24.778828 L 31.655055 24.774531 L 31.739234 24.770234 L 31.822047 24.763594 L 31.904664 24.755 L 31.985133 24.746016 L 32.06443 24.735078 L 32.141383 24.722188 L 32.216578 24.709883 L 32.290797 24.694258 L 32.362086 24.677656 L 32.430445 24.660469 L 32.49607 24.641914 L 32.559742 24.622383 L 32.62068 24.60207 L 32.677711 24.580586 L 32.731422 24.557734 L 32.781812 24.533516 L 32.828492 24.509688 L 32.872242 24.484492 L 32.911695 24.45793 L 32.947242 24.431758 L 32.979664 24.404219 L 33.00525 24.37707 L 33.030055 24.348555 L 33.049586 24.320039 L 33.064234 24.291523 L 33.075172 24.262617 L 33.080836 24.233516 L 33.08318 24.204023 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 527.84375 333.007812 L 532.769531 334.664062 L 544.683594 329.699219 L 550.015625 331.347656 L 547.136719 327.238281 L 533.1875 327.238281 L 538.921875 328.464844 L 527.84375 333.007812 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 525.78125 337.542969 L 520.867188 335.882812 L 509.359375 340.855469 L 503.617188 339.191406 L 506.480469 343.726562 L 520.867188 343.726562 L 514.695312 342.070312 L 525.78125 337.542969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 504.84375 328.464844 L 509.761719 326.820312 L 521.683594 331.347656 L 527.027344 330.121094 L 524.15625 334.226562 L 510.179688 334.226562 L 515.921875 333.007812 L 504.84375 328.464844 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 549.191406 342.480469 L 544.253906 344.132812 L 532.769531 339.191406 L 527.027344 340.855469 L 529.898438 336.707031 L 544.253906 336.707031 L 538.101562 337.945312 L 549.191406 342.480469 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 528.253906 333.417969 L 533.1875 335.0625 L 545.074219 330.121094 L 550.425781 331.773438 L 547.542969 327.636719 L 533.585938 327.636719 L 539.339844 328.863281 L 528.253906 333.417969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 526.199219 337.945312 L 521.253906 336.300781 L 509.761719 341.242188 L 504.015625 339.597656 L 506.890625 344.132812 L 521.253906 344.132812 L 515.105469 342.480469 L 526.199219 337.945312 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 505.253906 328.863281 L 510.179688 327.238281 L 522.09375 331.773438 L 527.425781 330.519531 L 524.5625 334.664062 L 510.585938 334.664062 L 516.347656 333.417969 L 505.253906 328.863281 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 549.589844 342.90625 L 544.683594 344.550781 L 533.1875 339.597656 L 527.425781 341.242188 L 530.296875 337.136719 L 544.683594 337.136719 L 538.523438 338.363281 L 549.589844 342.90625 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 29.716383 24.204023 L 29.716383 25.027852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.08318 24.204023 L 33.08318 25.027852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 507.085938 262.167969 L 507.027344 261.570312 L 506.902344 260.96875 L 506.695312 260.378906 L 506.398438 259.800781 L 506 259.210938 L 505.535156 258.640625 L 504.972656 258.078125 L 504.347656 257.527344 L 503.625 256.984375 L 502.824219 256.464844 L 501.960938 255.960938 L 501.019531 255.445312 L 500 254.960938 L 498.917969 254.503906 L 497.757812 254.066406 L 496.539062 253.648438 L 495.273438 253.238281 L 493.945312 252.871094 L 492.566406 252.515625 L 491.128906 252.183594 L 489.648438 251.878906 L 488.117188 251.625 L 486.554688 251.359375 L 484.976562 251.148438 L 483.351562 250.949219 L 481.699219 250.796875 L 480.023438 250.652344 L 478.332031 250.558594 L 476.640625 250.464844 L 474.929688 250.433594 L 473.21875 250.40625 L 473.21875 250.40625 L 471.496094 250.433594 L 469.785156 250.464844 L 468.09375 250.558594 L 466.398438 250.652344 L 464.726562 250.796875 L 463.070312 250.949219 L 461.445312 251.148438 L 459.859375 251.359375 L 458.296875 251.625 L 456.777344 251.878906 L 455.292969 252.183594 L 453.859375 252.515625 L 452.480469 252.871094 L 451.148438 253.238281 L 449.875 253.648438 L 448.667969 254.066406 L 447.507812 254.503906 L 446.421875 254.960938 L 445.40625 255.445312 L 444.464844 255.960938 L 443.597656 256.464844 L 442.800781 256.984375 L 442.078125 257.527344 L 441.449219 258.078125 L 440.890625 258.640625 L 440.425781 259.210938 L 440.023438 259.800781 L 439.71875 260.378906 L 439.5 260.96875 L 439.386719 261.570312 L 439.339844 262.167969 L 439.339844 262.167969 L 439.386719 262.757812 L 439.5 263.355469 L 439.71875 263.945312 L 440.023438 264.527344 L 440.425781 265.117188 L 440.890625 265.6875 L 441.449219 266.246094 L 442.078125 266.796875 L 442.800781 267.339844 L 443.597656 267.863281 L 444.464844 268.386719 L 445.40625 268.878906 L 446.421875 269.367188 L 447.507812 269.820312 L 448.667969 270.277344 L 449.875 270.695312 L 451.148438 271.085938 L 452.480469 271.46875 L 453.859375 271.808594 L 455.292969 272.140625 L 456.777344 272.445312 L 458.296875 272.722656 L 459.859375 272.96875 L 461.445312 273.199219 L 463.070312 273.378906 L 464.726562 273.550781 L 466.398438 273.671875 L 468.09375 273.785156 L 469.785156 273.863281 L 471.496094 273.910156 L 473.21875 273.921875 L 473.21875 273.921875 L 474.929688 273.910156 L 476.640625 273.863281 L 478.332031 273.785156 L 480.023438 273.671875 L 481.699219 273.550781 L 483.351562 273.378906 L 484.976562 273.199219 L 486.554688 272.96875 L 488.117188 272.722656 L 489.648438 272.445312 L 491.128906 272.140625 L 492.566406 271.808594 L 493.945312 271.46875 L 495.273438 271.085938 L 496.539062 270.695312 L 497.757812 270.277344 L 498.917969 269.820312 L 500 269.367188 L 501.019531 268.878906 L 501.960938 268.386719 L 502.824219 267.863281 L 503.625 267.339844 L 504.347656 266.796875 L 504.972656 266.246094 L 505.535156 265.6875 L 506 265.117188 L 506.398438 264.527344 L 506.695312 263.945312 L 506.902344 263.355469 L 507.027344 262.757812 L 507.085938 262.167969 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.38318 20.528828 L 30.380836 20.498945 L 30.375172 20.47043 L 30.364234 20.440938 L 30.349586 20.412422 L 30.330055 20.383906 L 30.30525 20.355781 L 30.279664 20.328828 L 30.247242 20.301094 L 30.211695 20.274531 L 30.172242 20.247969 L 30.128492 20.223164 L 30.081812 20.198555 L 30.031422 20.174727 L 29.977711 20.151875 L 29.92068 20.13 L 29.859742 20.110078 L 29.79607 20.091133 L 29.730445 20.071602 L 29.662086 20.055391 L 29.590797 20.038203 L 29.516578 20.023555 L 29.441383 20.010273 L 29.36443 19.997969 L 29.285133 19.987422 L 29.204664 19.977461 L 29.122047 19.969844 L 29.039234 19.962617 L 28.955055 19.95793 L 28.870484 19.954609 L 28.785523 19.95168 L 28.700367 19.95168 L 28.700367 19.95168 L 28.614234 19.95168 L 28.529664 19.954609 L 28.444508 19.95793 L 28.361305 19.962617 L 28.278102 19.969844 L 28.195875 19.977461 L 28.115211 19.987422 L 28.035719 19.997969 L 27.95818 20.010273 L 27.88318 20.023555 L 27.808961 20.038203 L 27.737672 20.055391 L 27.669703 20.071602 L 27.603492 20.091133 L 27.53982 20.110078 L 27.479469 20.13 L 27.423023 20.151875 L 27.369312 20.174727 L 27.318336 20.198555 L 27.270875 20.223164 L 27.228492 20.247969 L 27.188648 20.274531 L 27.152906 20.301094 L 27.121461 20.328828 L 27.093922 20.355781 L 27.070289 20.383906 L 27.051148 20.412422 L 27.035914 20.440938 L 27.024977 20.47043 L 27.018922 20.498945 L 27.016383 20.528828 L 27.016383 20.528828 L 27.018922 20.55793 L 27.024977 20.587813 L 27.035914 20.615938 L 27.051148 20.644844 L 27.070289 20.673945 L 27.093922 20.701484 L 27.121461 20.729023 L 27.152906 20.756563 L 27.188648 20.782734 L 27.228492 20.809297 L 27.270875 20.834492 L 27.318336 20.85832 L 27.369312 20.882539 L 27.423023 20.905977 L 27.479469 20.926875 L 27.53982 20.947188 L 27.603492 20.966719 L 27.669703 20.985664 L 27.737672 21.002461 L 27.808961 21.018477 L 27.88318 21.033711 L 27.95818 21.046992 L 28.035719 21.058906 L 28.115211 21.07043 L 28.195875 21.079805 L 28.278102 21.087422 L 28.361305 21.094063 L 28.444508 21.098945 L 28.529664 21.103242 L 28.614234 21.105586 L 28.700367 21.105977 L 28.700367 21.105977 L 28.785523 21.105586 L 28.870484 21.103242 L 28.955055 21.098945 L 29.039234 21.094063 L 29.122047 21.087422 L 29.204664 21.079805 L 29.285133 21.07043 L 29.36443 21.058906 L 29.441383 21.046992 L 29.516578 21.033711 L 29.590797 21.018477 L 29.662086 21.002461 L 29.730445 20.985664 L 29.79607 20.966719 L 29.859742 20.947188 L 29.92068 20.926875 L 29.977711 20.905977 L 30.031422 20.882539 L 30.081812 20.85832 L 30.128492 20.834492 L 30.172242 20.809297 L 30.211695 20.782734 L 30.247242 20.756563 L 30.279664 20.729023 L 30.30525 20.701484 L 30.330055 20.673945 L 30.349586 20.644844 L 30.364234 20.615938 L 30.375172 20.587813 L 30.380836 20.55793 L 30.38318 20.528828 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 439.347656 245.882812 L 439.347656 262.386719 L 506.683594 262.386719 L 506.683594 245.882812 L 439.347656 245.882812 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,70.588237%,100%);fill-opacity:1;" d="M 507.085938 245.679688 L 507.027344 245.082031 L 506.902344 244.472656 L 506.695312 243.894531 L 506.398438 243.304688 L 506 242.714844 L 505.535156 242.144531 L 504.972656 241.582031 L 504.347656 241.042969 L 503.625 240.488281 L 502.824219 239.976562 L 501.960938 239.453125 L 501.019531 238.960938 L 500 238.464844 L 498.917969 238.019531 L 497.757812 237.570312 L 496.539062 237.144531 L 495.273438 236.742188 L 493.945312 236.375 L 492.566406 236.019531 L 491.128906 235.699219 L 489.648438 235.402344 L 488.117188 235.117188 L 486.554688 234.871094 L 484.976562 234.644531 L 483.351562 234.453125 L 481.699219 234.289062 L 480.023438 234.15625 L 478.332031 234.054688 L 476.640625 233.976562 L 474.929688 233.929688 L 473.21875 233.921875 L 473.21875 233.921875 L 471.496094 233.929688 L 469.785156 233.976562 L 468.09375 234.054688 L 466.398438 234.15625 L 464.726562 234.289062 L 463.070312 234.453125 L 461.445312 234.644531 L 459.859375 234.871094 L 458.296875 235.117188 L 456.777344 235.402344 L 455.292969 235.699219 L 453.859375 236.019531 L 452.480469 236.375 L 451.148438 236.742188 L 449.875 237.144531 L 448.667969 237.570312 L 447.507812 238.019531 L 446.421875 238.464844 L 445.40625 238.960938 L 444.464844 239.453125 L 443.597656 239.976562 L 442.800781 240.488281 L 442.078125 241.042969 L 441.449219 241.582031 L 440.890625 242.144531 L 440.425781 242.714844 L 440.023438 243.304688 L 439.71875 243.894531 L 439.5 244.472656 L 439.386719 245.082031 L 439.339844 245.679688 L 439.339844 245.679688 L 439.386719 246.269531 L 439.5 246.871094 L 439.71875 247.460938 L 440.023438 248.03125 L 440.425781 248.621094 L 440.890625 249.191406 L 441.449219 249.75 L 442.078125 250.3125 L 442.800781 250.855469 L 443.597656 251.367188 L 444.464844 251.878906 L 445.40625 252.394531 L 446.421875 252.871094 L 447.507812 253.324219 L 448.667969 253.773438 L 449.875 254.191406 L 451.148438 254.601562 L 452.480469 254.960938 L 453.859375 255.3125 L 455.292969 255.644531 L 456.777344 255.960938 L 458.296875 256.214844 L 459.859375 256.472656 L 461.445312 256.699219 L 463.070312 256.882812 L 464.726562 257.042969 L 466.398438 257.175781 L 468.09375 257.28125 L 469.785156 257.367188 L 471.496094 257.414062 L 473.21875 257.421875 L 473.21875 257.421875 L 474.929688 257.414062 L 476.640625 257.367188 L 478.332031 257.28125 L 480.023438 257.175781 L 481.699219 257.042969 L 483.351562 256.882812 L 484.976562 256.699219 L 486.554688 256.472656 L 488.117188 256.214844 L 489.648438 255.960938 L 491.128906 255.644531 L 492.566406 255.3125 L 493.945312 254.960938 L 495.273438 254.601562 L 496.539062 254.191406 L 497.757812 253.773438 L 498.917969 253.324219 L 500 252.871094 L 501.019531 252.394531 L 501.960938 251.878906 L 502.824219 251.367188 L 503.625 250.855469 L 504.347656 250.3125 L 504.972656 249.75 L 505.535156 249.191406 L 506 248.621094 L 506.398438 248.03125 L 506.695312 247.460938 L 506.902344 246.871094 L 507.027344 246.269531 L 507.085938 245.679688 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.38318 19.704023 L 30.380836 19.674141 L 30.375172 19.645625 L 30.364234 19.616523 L 30.349586 19.587617 L 30.330055 19.559492 L 30.30525 19.530586 L 30.279664 19.504023 L 30.247242 19.476289 L 30.211695 19.450313 L 30.172242 19.423164 L 30.128492 19.398945 L 30.081812 19.37375 L 30.031422 19.349922 L 29.977711 19.328047 L 29.92068 19.305195 L 29.859742 19.28625 L 29.79607 19.265742 L 29.730445 19.247188 L 29.662086 19.230195 L 29.590797 19.213398 L 29.516578 19.19875 L 29.441383 19.185469 L 29.36443 19.173555 L 29.285133 19.162227 L 29.204664 19.152656 L 29.122047 19.145039 L 29.039234 19.137813 L 28.955055 19.133125 L 28.870484 19.129414 L 28.785523 19.126875 L 28.700367 19.126484 L 28.700367 19.126484 L 28.614234 19.126875 L 28.529664 19.129414 L 28.444508 19.133125 L 28.361305 19.137813 L 28.278102 19.145039 L 28.195875 19.152656 L 28.115211 19.162227 L 28.035719 19.173555 L 27.95818 19.185469 L 27.88318 19.19875 L 27.808961 19.213398 L 27.737672 19.230195 L 27.669703 19.247188 L 27.603492 19.265742 L 27.53982 19.28625 L 27.479469 19.305195 L 27.423023 19.328047 L 27.369312 19.349922 L 27.318336 19.37375 L 27.270875 19.398945 L 27.228492 19.423164 L 27.188648 19.450313 L 27.152906 19.476289 L 27.121461 19.504023 L 27.093922 19.530586 L 27.070289 19.559492 L 27.051148 19.587617 L 27.035914 19.616523 L 27.024977 19.645625 L 27.018922 19.674141 L 27.016383 19.704023 L 27.016383 19.704023 L 27.018922 19.733516 L 27.024977 19.762617 L 27.035914 19.791523 L 27.051148 19.820039 L 27.070289 19.848555 L 27.093922 19.87707 L 27.121461 19.904219 L 27.152906 19.931758 L 27.188648 19.95793 L 27.228492 19.984492 L 27.270875 20.009688 L 27.318336 20.033516 L 27.369312 20.057734 L 27.423023 20.080586 L 27.479469 20.10207 L 27.53982 20.122383 L 27.603492 20.141914 L 27.669703 20.160469 L 27.737672 20.177656 L 27.808961 20.194258 L 27.88318 20.209883 L 27.95818 20.222188 L 28.035719 20.235078 L 28.115211 20.246016 L 28.195875 20.255 L 28.278102 20.263594 L 28.361305 20.270234 L 28.444508 20.274531 L 28.529664 20.278828 L 28.614234 20.281172 L 28.700367 20.281758 L 28.700367 20.281758 L 28.785523 20.281172 L 28.870484 20.278828 L 28.955055 20.274531 L 29.039234 20.270234 L 29.122047 20.263594 L 29.204664 20.255 L 29.285133 20.246016 L 29.36443 20.235078 L 29.441383 20.222188 L 29.516578 20.209883 L 29.590797 20.194258 L 29.662086 20.177656 L 29.730445 20.160469 L 29.79607 20.141914 L 29.859742 20.122383 L 29.92068 20.10207 L 29.977711 20.080586 L 30.031422 20.057734 L 30.081812 20.033516 L 30.128492 20.009688 L 30.172242 19.984492 L 30.211695 19.95793 L 30.247242 19.931758 L 30.279664 19.904219 L 30.30525 19.87707 L 30.330055 19.848555 L 30.349586 19.820039 L 30.364234 19.791523 L 30.375172 19.762617 L 30.380836 19.733516 L 30.38318 19.704023 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 473.84375 243.007812 L 478.769531 244.664062 L 490.683594 239.699219 L 496.015625 241.347656 L 493.136719 237.238281 L 479.1875 237.238281 L 484.921875 238.464844 L 473.84375 243.007812 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 471.78125 247.542969 L 466.867188 245.882812 L 455.359375 250.855469 L 449.617188 249.191406 L 452.480469 253.726562 L 466.867188 253.726562 L 460.695312 252.070312 L 471.78125 247.542969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 450.84375 238.464844 L 455.761719 236.820312 L 467.683594 241.347656 L 473.027344 240.121094 L 470.15625 244.226562 L 456.179688 244.226562 L 461.921875 243.007812 L 450.84375 238.464844 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 495.191406 252.480469 L 490.253906 254.132812 L 478.769531 249.191406 L 473.027344 250.855469 L 475.898438 246.707031 L 490.253906 246.707031 L 484.101562 247.945312 L 495.191406 252.480469 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 474.253906 243.417969 L 479.1875 245.0625 L 491.074219 240.121094 L 496.425781 241.773438 L 493.542969 237.636719 L 479.585938 237.636719 L 485.339844 238.863281 L 474.253906 243.417969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 472.199219 247.945312 L 467.253906 246.300781 L 455.761719 251.242188 L 450.015625 249.597656 L 452.890625 254.132812 L 467.253906 254.132812 L 461.105469 252.480469 L 472.199219 247.945312 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 451.253906 238.863281 L 456.179688 237.238281 L 468.09375 241.773438 L 473.425781 240.519531 L 470.5625 244.664062 L 456.585938 244.664062 L 462.347656 243.417969 L 451.253906 238.863281 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 495.589844 252.90625 L 490.683594 254.550781 L 479.1875 249.597656 L 473.425781 251.242188 L 476.296875 247.136719 L 490.683594 247.136719 L 484.523438 248.363281 L 495.589844 252.90625 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 27.016383 19.704023 L 27.016383 20.527852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.38318 19.704023 L 30.38318 20.527852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 314.085938 265.167969 L 314.027344 264.570312 L 313.902344 263.96875 L 313.695312 263.378906 L 313.398438 262.800781 L 313 262.210938 L 312.535156 261.640625 L 311.972656 261.078125 L 311.347656 260.527344 L 310.625 259.984375 L 309.824219 259.464844 L 308.960938 258.960938 L 308.019531 258.445312 L 307 257.960938 L 305.917969 257.503906 L 304.757812 257.066406 L 303.539062 256.648438 L 302.273438 256.238281 L 300.945312 255.871094 L 299.566406 255.515625 L 298.128906 255.183594 L 296.648438 254.878906 L 295.117188 254.625 L 293.554688 254.359375 L 291.976562 254.148438 L 290.351562 253.949219 L 288.699219 253.796875 L 287.023438 253.652344 L 285.332031 253.558594 L 283.640625 253.464844 L 281.929688 253.433594 L 280.21875 253.40625 L 280.21875 253.40625 L 278.496094 253.433594 L 276.785156 253.464844 L 275.09375 253.558594 L 273.398438 253.652344 L 271.726562 253.796875 L 270.070312 253.949219 L 268.445312 254.148438 L 266.859375 254.359375 L 265.296875 254.625 L 263.777344 254.878906 L 262.292969 255.183594 L 260.859375 255.515625 L 259.480469 255.871094 L 258.148438 256.238281 L 256.875 256.648438 L 255.667969 257.066406 L 254.507812 257.503906 L 253.421875 257.960938 L 252.40625 258.445312 L 251.464844 258.960938 L 250.597656 259.464844 L 249.800781 259.984375 L 249.078125 260.527344 L 248.449219 261.078125 L 247.890625 261.640625 L 247.425781 262.210938 L 247.023438 262.800781 L 246.71875 263.378906 L 246.5 263.96875 L 246.386719 264.570312 L 246.339844 265.167969 L 246.339844 265.167969 L 246.386719 265.757812 L 246.5 266.355469 L 246.71875 266.945312 L 247.023438 267.527344 L 247.425781 268.117188 L 247.890625 268.6875 L 248.449219 269.246094 L 249.078125 269.796875 L 249.800781 270.339844 L 250.597656 270.863281 L 251.464844 271.386719 L 252.40625 271.878906 L 253.421875 272.367188 L 254.507812 272.820312 L 255.667969 273.277344 L 256.875 273.695312 L 258.148438 274.085938 L 259.480469 274.46875 L 260.859375 274.808594 L 262.292969 275.140625 L 263.777344 275.445312 L 265.296875 275.722656 L 266.859375 275.96875 L 268.445312 276.199219 L 270.070312 276.378906 L 271.726562 276.550781 L 273.398438 276.671875 L 275.09375 276.785156 L 276.785156 276.863281 L 278.496094 276.910156 L 280.21875 276.921875 L 280.21875 276.921875 L 281.929688 276.910156 L 283.640625 276.863281 L 285.332031 276.785156 L 287.023438 276.671875 L 288.699219 276.550781 L 290.351562 276.378906 L 291.976562 276.199219 L 293.554688 275.96875 L 295.117188 275.722656 L 296.648438 275.445312 L 298.128906 275.140625 L 299.566406 274.808594 L 300.945312 274.46875 L 302.273438 274.085938 L 303.539062 273.695312 L 304.757812 273.277344 L 305.917969 272.820312 L 307 272.367188 L 308.019531 271.878906 L 308.960938 271.386719 L 309.824219 270.863281 L 310.625 270.339844 L 311.347656 269.796875 L 311.972656 269.246094 L 312.535156 268.6875 L 313 268.117188 L 313.398438 267.527344 L 313.695312 266.945312 L 313.902344 266.355469 L 314.027344 265.757812 L 314.085938 265.167969 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 20.73318 20.678828 L 20.730836 20.648945 L 20.725172 20.62043 L 20.714234 20.590938 L 20.699586 20.562422 L 20.680055 20.533906 L 20.65525 20.505781 L 20.629664 20.478828 L 20.597242 20.451094 L 20.561695 20.424531 L 20.522242 20.397969 L 20.478492 20.373164 L 20.431812 20.348555 L 20.381422 20.324727 L 20.327711 20.301875 L 20.27068 20.28 L 20.209742 20.260078 L 20.14607 20.241133 L 20.080445 20.221602 L 20.012086 20.205391 L 19.940797 20.188203 L 19.866578 20.173555 L 19.791383 20.160273 L 19.71443 20.147969 L 19.635133 20.137422 L 19.554664 20.127461 L 19.472047 20.119844 L 19.389234 20.112617 L 19.305055 20.10793 L 19.220484 20.104609 L 19.135523 20.10168 L 19.050367 20.10168 L 19.050367 20.10168 L 18.964234 20.10168 L 18.879664 20.104609 L 18.794508 20.10793 L 18.711305 20.112617 L 18.628102 20.119844 L 18.545875 20.127461 L 18.465211 20.137422 L 18.385719 20.147969 L 18.30818 20.160273 L 18.23318 20.173555 L 18.158961 20.188203 L 18.087672 20.205391 L 18.019703 20.221602 L 17.953492 20.241133 L 17.88982 20.260078 L 17.829469 20.28 L 17.773023 20.301875 L 17.719312 20.324727 L 17.668336 20.348555 L 17.620875 20.373164 L 17.578492 20.397969 L 17.538648 20.424531 L 17.502906 20.451094 L 17.471461 20.478828 L 17.443922 20.505781 L 17.420289 20.533906 L 17.401148 20.562422 L 17.385914 20.590938 L 17.374977 20.62043 L 17.368922 20.648945 L 17.366383 20.678828 L 17.366383 20.678828 L 17.368922 20.70793 L 17.374977 20.737813 L 17.385914 20.765938 L 17.401148 20.794844 L 17.420289 20.823945 L 17.443922 20.851484 L 17.471461 20.879023 L 17.502906 20.906563 L 17.538648 20.932734 L 17.578492 20.959297 L 17.620875 20.984492 L 17.668336 21.00832 L 17.719312 21.032539 L 17.773023 21.055977 L 17.829469 21.076875 L 17.88982 21.097188 L 17.953492 21.116719 L 18.019703 21.135664 L 18.087672 21.152461 L 18.158961 21.168477 L 18.23318 21.183711 L 18.30818 21.196992 L 18.385719 21.208906 L 18.465211 21.22043 L 18.545875 21.229805 L 18.628102 21.237422 L 18.711305 21.244063 L 18.794508 21.248945 L 18.879664 21.253242 L 18.964234 21.255586 L 19.050367 21.255977 L 19.050367 21.255977 L 19.135523 21.255586 L 19.220484 21.253242 L 19.305055 21.248945 L 19.389234 21.244063 L 19.472047 21.237422 L 19.554664 21.229805 L 19.635133 21.22043 L 19.71443 21.208906 L 19.791383 21.196992 L 19.866578 21.183711 L 19.940797 21.168477 L 20.012086 21.152461 L 20.080445 21.135664 L 20.14607 21.116719 L 20.209742 21.097188 L 20.27068 21.076875 L 20.327711 21.055977 L 20.381422 21.032539 L 20.431812 21.00832 L 20.478492 20.984492 L 20.522242 20.959297 L 20.561695 20.932734 L 20.597242 20.906563 L 20.629664 20.879023 L 20.65525 20.851484 L 20.680055 20.823945 L 20.699586 20.794844 L 20.714234 20.765938 L 20.725172 20.737813 L 20.730836 20.70793 L 20.73318 20.678828 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 246.347656 248.882812 L 246.347656 265.386719 L 313.683594 265.386719 L 313.683594 248.882812 L 246.347656 248.882812 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,70.588237%,100%);fill-opacity:1;" d="M 314.085938 248.679688 L 314.027344 248.082031 L 313.902344 247.472656 L 313.695312 246.894531 L 313.398438 246.304688 L 313 245.714844 L 312.535156 245.144531 L 311.972656 244.582031 L 311.347656 244.042969 L 310.625 243.488281 L 309.824219 242.976562 L 308.960938 242.453125 L 308.019531 241.960938 L 307 241.464844 L 305.917969 241.019531 L 304.757812 240.570312 L 303.539062 240.144531 L 302.273438 239.742188 L 300.945312 239.375 L 299.566406 239.019531 L 298.128906 238.699219 L 296.648438 238.402344 L 295.117188 238.117188 L 293.554688 237.871094 L 291.976562 237.644531 L 290.351562 237.453125 L 288.699219 237.289062 L 287.023438 237.15625 L 285.332031 237.054688 L 283.640625 236.976562 L 281.929688 236.929688 L 280.21875 236.921875 L 280.21875 236.921875 L 278.496094 236.929688 L 276.785156 236.976562 L 275.09375 237.054688 L 273.398438 237.15625 L 271.726562 237.289062 L 270.070312 237.453125 L 268.445312 237.644531 L 266.859375 237.871094 L 265.296875 238.117188 L 263.777344 238.402344 L 262.292969 238.699219 L 260.859375 239.019531 L 259.480469 239.375 L 258.148438 239.742188 L 256.875 240.144531 L 255.667969 240.570312 L 254.507812 241.019531 L 253.421875 241.464844 L 252.40625 241.960938 L 251.464844 242.453125 L 250.597656 242.976562 L 249.800781 243.488281 L 249.078125 244.042969 L 248.449219 244.582031 L 247.890625 245.144531 L 247.425781 245.714844 L 247.023438 246.304688 L 246.71875 246.894531 L 246.5 247.472656 L 246.386719 248.082031 L 246.339844 248.679688 L 246.339844 248.679688 L 246.386719 249.269531 L 246.5 249.871094 L 246.71875 250.460938 L 247.023438 251.03125 L 247.425781 251.621094 L 247.890625 252.191406 L 248.449219 252.75 L 249.078125 253.3125 L 249.800781 253.855469 L 250.597656 254.367188 L 251.464844 254.878906 L 252.40625 255.394531 L 253.421875 255.871094 L 254.507812 256.324219 L 255.667969 256.773438 L 256.875 257.191406 L 258.148438 257.601562 L 259.480469 257.960938 L 260.859375 258.3125 L 262.292969 258.644531 L 263.777344 258.960938 L 265.296875 259.214844 L 266.859375 259.472656 L 268.445312 259.699219 L 270.070312 259.882812 L 271.726562 260.042969 L 273.398438 260.175781 L 275.09375 260.28125 L 276.785156 260.367188 L 278.496094 260.414062 L 280.21875 260.421875 L 280.21875 260.421875 L 281.929688 260.414062 L 283.640625 260.367188 L 285.332031 260.28125 L 287.023438 260.175781 L 288.699219 260.042969 L 290.351562 259.882812 L 291.976562 259.699219 L 293.554688 259.472656 L 295.117188 259.214844 L 296.648438 258.960938 L 298.128906 258.644531 L 299.566406 258.3125 L 300.945312 257.960938 L 302.273438 257.601562 L 303.539062 257.191406 L 304.757812 256.773438 L 305.917969 256.324219 L 307 255.871094 L 308.019531 255.394531 L 308.960938 254.878906 L 309.824219 254.367188 L 310.625 253.855469 L 311.347656 253.3125 L 311.972656 252.75 L 312.535156 252.191406 L 313 251.621094 L 313.398438 251.03125 L 313.695312 250.460938 L 313.902344 249.871094 L 314.027344 249.269531 L 314.085938 248.679688 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 20.73318 19.854023 L 20.730836 19.824141 L 20.725172 19.795625 L 20.714234 19.766523 L 20.699586 19.737617 L 20.680055 19.709492 L 20.65525 19.680586 L 20.629664 19.654023 L 20.597242 19.626289 L 20.561695 19.600313 L 20.522242 19.573164 L 20.478492 19.548945 L 20.431812 19.52375 L 20.381422 19.499922 L 20.327711 19.478047 L 20.27068 19.455195 L 20.209742 19.43625 L 20.14607 19.415742 L 20.080445 19.397188 L 20.012086 19.380195 L 19.940797 19.363398 L 19.866578 19.34875 L 19.791383 19.335469 L 19.71443 19.323555 L 19.635133 19.312227 L 19.554664 19.302656 L 19.472047 19.295039 L 19.389234 19.287813 L 19.305055 19.283125 L 19.220484 19.279414 L 19.135523 19.276875 L 19.050367 19.276484 L 19.050367 19.276484 L 18.964234 19.276875 L 18.879664 19.279414 L 18.794508 19.283125 L 18.711305 19.287813 L 18.628102 19.295039 L 18.545875 19.302656 L 18.465211 19.312227 L 18.385719 19.323555 L 18.30818 19.335469 L 18.23318 19.34875 L 18.158961 19.363398 L 18.087672 19.380195 L 18.019703 19.397188 L 17.953492 19.415742 L 17.88982 19.43625 L 17.829469 19.455195 L 17.773023 19.478047 L 17.719312 19.499922 L 17.668336 19.52375 L 17.620875 19.548945 L 17.578492 19.573164 L 17.538648 19.600313 L 17.502906 19.626289 L 17.471461 19.654023 L 17.443922 19.680586 L 17.420289 19.709492 L 17.401148 19.737617 L 17.385914 19.766523 L 17.374977 19.795625 L 17.368922 19.824141 L 17.366383 19.854023 L 17.366383 19.854023 L 17.368922 19.883516 L 17.374977 19.912617 L 17.385914 19.941523 L 17.401148 19.970039 L 17.420289 19.998555 L 17.443922 20.02707 L 17.471461 20.054219 L 17.502906 20.081758 L 17.538648 20.10793 L 17.578492 20.134492 L 17.620875 20.159688 L 17.668336 20.183516 L 17.719312 20.207734 L 17.773023 20.230586 L 17.829469 20.25207 L 17.88982 20.272383 L 17.953492 20.291914 L 18.019703 20.310469 L 18.087672 20.327656 L 18.158961 20.344258 L 18.23318 20.359883 L 18.30818 20.372188 L 18.385719 20.385078 L 18.465211 20.396016 L 18.545875 20.405 L 18.628102 20.413594 L 18.711305 20.420234 L 18.794508 20.424531 L 18.879664 20.428828 L 18.964234 20.431172 L 19.050367 20.431758 L 19.050367 20.431758 L 19.135523 20.431172 L 19.220484 20.428828 L 19.305055 20.424531 L 19.389234 20.420234 L 19.472047 20.413594 L 19.554664 20.405 L 19.635133 20.396016 L 19.71443 20.385078 L 19.791383 20.372188 L 19.866578 20.359883 L 19.940797 20.344258 L 20.012086 20.327656 L 20.080445 20.310469 L 20.14607 20.291914 L 20.209742 20.272383 L 20.27068 20.25207 L 20.327711 20.230586 L 20.381422 20.207734 L 20.431812 20.183516 L 20.478492 20.159688 L 20.522242 20.134492 L 20.561695 20.10793 L 20.597242 20.081758 L 20.629664 20.054219 L 20.65525 20.02707 L 20.680055 19.998555 L 20.699586 19.970039 L 20.714234 19.941523 L 20.725172 19.912617 L 20.730836 19.883516 L 20.73318 19.854023 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 280.84375 246.007812 L 285.769531 247.664062 L 297.683594 242.699219 L 303.015625 244.347656 L 300.136719 240.238281 L 286.1875 240.238281 L 291.921875 241.464844 L 280.84375 246.007812 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 278.78125 250.542969 L 273.867188 248.882812 L 262.359375 253.855469 L 256.617188 252.191406 L 259.480469 256.726562 L 273.867188 256.726562 L 267.695312 255.070312 L 278.78125 250.542969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 257.84375 241.464844 L 262.761719 239.820312 L 274.683594 244.347656 L 280.027344 243.121094 L 277.15625 247.226562 L 263.179688 247.226562 L 268.921875 246.007812 L 257.84375 241.464844 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 302.191406 255.480469 L 297.253906 257.132812 L 285.769531 252.191406 L 280.027344 253.855469 L 282.898438 249.707031 L 297.253906 249.707031 L 291.101562 250.945312 L 302.191406 255.480469 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 281.253906 246.417969 L 286.1875 248.0625 L 298.074219 243.121094 L 303.425781 244.773438 L 300.542969 240.636719 L 286.585938 240.636719 L 292.339844 241.863281 L 281.253906 246.417969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 279.199219 250.945312 L 274.253906 249.300781 L 262.761719 254.242188 L 257.015625 252.597656 L 259.890625 257.132812 L 274.253906 257.132812 L 268.105469 255.480469 L 279.199219 250.945312 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 258.253906 241.863281 L 263.179688 240.238281 L 275.09375 244.773438 L 280.425781 243.519531 L 277.5625 247.664062 L 263.585938 247.664062 L 269.347656 246.417969 L 258.253906 241.863281 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 302.589844 255.90625 L 297.683594 257.550781 L 286.1875 252.597656 L 280.425781 254.242188 L 283.296875 250.136719 L 297.683594 250.136719 L 291.523438 251.363281 L 302.589844 255.90625 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.366383 19.854023 L 17.366383 20.677852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 20.73318 19.854023 L 20.73318 20.677852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 39.058961 24.58293 L 39.021266 24.456172 L 38.977711 24.331758 L 38.923414 24.207344 L 38.8615 24.089766 L 38.793727 23.971992 L 38.719898 23.858906 L 38.638453 23.747969 L 38.549586 23.637227 L 38.456227 23.537617 L 38.35818 23.438008 L 38.249586 23.338594 L 38.139625 23.250313 L 38.022047 23.162031 L 37.899977 23.085078 L 37.774977 23.005977 L 37.643727 22.940352 L 37.509547 22.874727 L 37.370875 22.815938 L 37.227711 22.761445 L 37.084547 22.716328 L 36.936891 22.677852 L 36.786109 22.646211 L 36.635523 22.616719 L 36.481617 22.596406 L 36.326539 22.585078 L 36.174195 22.576094 L 36.017555 22.576094 L 35.863844 22.578242 L 35.713062 22.591914 L 35.556227 22.609883 L 35.405641 22.634883 L 35.254859 22.666523 L 35.10857 22.705 L 34.960914 22.750313 L 34.81775 22.802266 L 34.679078 22.858906 L 34.544898 22.917695 L 34.412281 22.985469 L 34.282789 23.060273 L 34.160719 23.141719 L 34.043141 23.225313 L 33.931617 23.311445 L 33.821461 23.406367 L 33.719117 23.501484 L 33.622633 23.607734 L 33.535133 23.716328 L 33.450758 23.822773 L 33.373805 23.935859 L 33.306031 24.055781 L 33.241187 24.173359 L 33.186891 24.293281 L 33.137281 24.417891 L 33.098023 24.544453 L 33.066383 24.671211 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.514039 24.512813 L 33.42068 24.431367 L 33.324195 24.356758 L 33.224586 24.286641 L 33.12068 24.221016 L 33.013648 24.162031 L 32.906617 24.112422 L 32.796656 24.062617 L 32.68357 24.021797 L 32.570484 23.990156 L 32.454469 23.960664 L 32.336891 23.938203 L 32.219312 23.924531 L 32.100367 23.917695 L 31.982789 23.915547 L 31.863648 23.920039 L 31.747633 23.933516 L 31.628492 23.949336 L 31.512477 23.974336 L 31.398023 24.005977 L 31.284937 24.046797 L 31.173414 24.087422 L 31.06482 24.141719 L 30.959352 24.193867 L 30.855445 24.257148 L 30.752906 24.327266 L 30.654859 24.399727 L 30.559937 24.47668 L 30.469508 24.558125 L 30.385133 24.650898 L 30.300758 24.743672 L 30.222242 24.840938 L 30.149977 24.942695 L 30.080641 25.049141 L 30.017359 25.159883 L 29.957008 25.275313 L 29.904273 25.388398 L 29.854664 25.50832 L 29.815406 25.630586 L 29.777711 25.757344 L 29.744508 25.881758 L 29.720484 26.010664 L 29.70232 26.139766 L 29.687281 26.268672 L 29.678297 26.39543 L 29.678297 26.531172 L 29.682789 26.660078 L 29.691773 26.788984 L 29.708375 26.918086 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 29.174781 31.054219 L 29.171852 31.169648 L 29.179273 31.287227 L 29.18982 31.400313 L 29.207984 31.520234 L 29.230641 31.63332 L 29.263844 31.74875 L 29.296852 31.861836 L 29.339039 31.972773 L 29.385914 32.079219 L 29.438648 32.185469 L 29.495875 32.28957 L 29.557594 32.38918 L 29.62693 32.484102 L 29.70232 32.581367 L 29.777711 32.665156 L 29.859156 32.753438 L 29.948023 32.834883 L 30.038453 32.913984 L 30.134937 32.986445 L 30.234352 33.054414 L 30.335328 33.117695 L 30.440797 33.174336 L 30.549391 33.230781 L 30.662477 33.276094 L 30.775562 33.319063 L 30.888453 33.357539 L 31.006031 33.38918 L 31.125172 33.41418 L 31.244117 33.432148 L 31.366383 33.44582 L 31.486891 33.457148 L 31.610523 33.457148 L 31.729469 33.457148 L 31.851539 33.443477 L 31.972242 33.43 L 32.091187 33.409492 L 32.208766 33.380195 L 32.326344 33.350703 L 32.443922 33.310078 L 32.555445 33.267109 L 32.665406 33.217305 L 32.772437 33.163008 L 32.876539 33.104023 L 32.980445 33.040742 L 33.078492 32.970625 L 33.170484 32.898164 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 41.227906 27.101289 L 41.434352 26.737031 L 41.468922 26.637422 L 41.497633 26.540156 L 41.524781 26.440547 L 41.541383 26.338789 L 41.553492 26.23918 L 41.559352 26.139766 L 41.560914 26.035664 L 41.553492 25.931563 L 41.544312 25.829609 L 41.524781 25.727852 L 41.503687 25.630586 L 41.474977 25.530977 L 41.441969 25.433711 L 41.402711 25.336445 L 41.356031 25.243672 L 41.306227 25.150898 L 41.25193 25.062617 L 41.191773 24.97668 L 41.12693 24.892891 L 41.054469 24.809297 L 40.982203 24.734492 L 40.903883 24.657734 L 40.819508 24.587422 L 40.73357 24.519648 L 40.643141 24.456172 L 40.548023 24.399727 L 40.451734 24.34543 L 40.353687 24.297969 L 40.251148 24.250313 L 40.14568 24.211836 L 40.037086 24.173359 L 39.93025 24.144063 L 39.818727 24.116914 L 39.707008 24.09875 L 39.592555 24.085273 L 39.479469 24.073945 L 39.365016 24.064766 L 39.249 24.064766 L 39.135914 24.073945 L 39.021266 24.085273 L 38.908375 24.09875 L 38.796852 24.116914 L 38.686695 24.144063 L 38.576734 24.173359 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 41.690602 29.940938 L 42.005641 29.572188 L 42.05232 29.463594 L 42.09607 29.350313 L 42.129078 29.23957 L 42.157789 29.124141 L 42.180445 29.011055 L 42.193922 28.897773 L 42.199977 28.780195 L 42.199977 28.667109 L 42.187867 28.547188 L 42.174391 28.434102 L 42.153297 28.318672 L 42.121656 28.205391 L 42.083961 28.094648 L 42.043336 27.983711 L 41.991969 27.877461 L 41.93318 27.771016 L 41.866969 27.669258 L 41.799 27.569648 L 41.723805 27.472383 L 41.227906 27.101289 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.756031 34.068086 L 38.867555 34.117695 L 38.980641 34.165352 L 39.093727 34.199336 L 39.209742 34.224141 L 39.324195 34.242305 L 39.441773 34.251289 L 39.557984 34.255781 L 39.672437 34.242305 L 39.790016 34.228633 L 39.906031 34.201484 L 40.019117 34.1675 L 40.130641 34.124531 L 40.243727 34.072578 L 40.35525 34.015937 L 40.460719 33.948164 L 40.563258 33.875703 L 40.667164 33.791914 L 40.765211 33.703633 L 40.861695 33.606367 L 40.953492 33.500117 L 41.042555 33.38918 L 41.12693 33.27375 L 41.20525 33.153828 L 41.282203 33.02043 L 41.354469 32.886836 L 41.420875 32.751094 L 41.479469 32.601875 L 41.536891 32.454805 L 41.588062 32.305391 L 41.634742 32.149336 L 41.675562 31.986445 L 41.710133 31.823555 L 41.735719 31.660469 L 41.759937 31.497578 L 41.777906 31.327852 L 41.788453 31.160469 L 41.794508 30.990742 L 41.794508 30.818867 L 41.787086 30.651484 L 41.773414 30.481758 L 41.756812 30.312031 L 41.731227 30.146797 L 41.702711 29.98625 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 29.800367 27.004023 L 29.717359 27.015352 L 29.636109 27.028828 L 29.553102 27.049336 L 29.473219 27.076484 L 29.396461 27.105781 L 29.316578 27.142109 L 29.239625 27.185078 L 29.165797 27.230195 L 29.094898 27.282344 L 29.024195 27.338789 L 28.953297 27.397773 L 28.888453 27.461055 L 28.825172 27.529023 L 28.76482 27.601289 L 28.707594 27.680586 L 28.65193 27.757539 L 28.599 27.841133 L 28.55232 27.931758 L 28.505641 28.019844 L 28.467945 28.110469 L 28.43025 28.205391 L 28.394117 28.302852 L 28.364039 28.402266 L 28.338258 28.501875 L 28.314234 28.605977 L 28.297633 28.712227 L 28.281031 28.816328 L 28.272047 28.922773 L 28.265992 29.029023 L 28.265992 29.137617 L 28.265992 29.241719 L 28.274977 29.350313 L 28.284156 29.458906 L 28.297633 29.560859 L 28.317164 29.664961 L 28.338258 29.769063 L 28.364039 29.87082 L 28.394117 29.97043 L 28.43025 30.067695 L 28.467945 30.164961 L 28.510133 30.255391 L 28.553883 30.343672 L 28.602125 30.434102 L 28.65193 30.515742 L 28.707594 30.594844 L 28.766383 30.671797 L 28.826734 30.741914 L 28.891578 30.812031 L 28.957789 30.875313 L 29.024195 30.934297 L 29.094898 30.990742 L 29.170289 31.045039 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 32.590211 32.81457 L 32.612672 32.936641 L 32.642945 33.061055 L 32.680641 33.18332 L 32.73025 33.303242 L 32.782984 33.423164 L 32.847828 33.53625 L 32.920289 33.649336 L 32.998609 33.762617 L 33.089039 33.868867 L 33.182398 33.975313 L 33.283375 34.072578 L 33.393531 34.172187 L 33.507984 34.264766 L 33.630055 34.355391 L 33.759742 34.43918 L 33.893922 34.518281 L 34.029469 34.590742 L 34.175758 34.660859 L 34.321852 34.724141 L 34.475562 34.78293 L 34.630836 34.837227 L 34.792164 34.887031 L 34.956422 34.927852 L 35.122242 34.959492 L 35.290992 34.993477 L 35.459742 35.013789 L 35.631617 35.034102 L 35.806422 35.040938 L 35.978297 35.049922 L 36.151539 35.047773 L 36.324977 35.040938 L 36.496852 35.022773 L 36.667164 35.006953 L 36.835914 34.977656 L 37.004664 34.943672 L 37.170484 34.907539 L 37.33025 34.864375 L 37.490016 34.810078 L 37.645289 34.758125 L 37.794508 34.694844 L 37.942164 34.626875 L 38.083766 34.556758 L 38.219508 34.477461 L 38.350562 34.398359 L 38.475758 34.30793 L 38.594703 34.221797 L 38.707789 34.122383 L 38.811891 34.024922 L 38.912867 33.923164 L 39.000172 33.819063 L 39.084547 33.705977 L 39.159937 33.595039 L 39.227906 33.479805 L 39.289625 33.364375 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 20.337867 18.715352 L 20.324391 18.674922 L 20.308961 18.635469 L 20.28982 18.59582 L 20.267945 18.55832 L 20.243922 18.52082 L 20.21775 18.484688 L 20.188844 18.449336 L 20.157398 18.413984 L 20.124391 18.382344 L 20.089625 18.350703 L 20.051148 18.318867 L 20.012281 18.290742 L 19.97068 18.262617 L 19.92732 18.238203 L 19.882984 18.213008 L 19.836695 18.192109 L 19.789234 18.171211 L 19.740016 18.152461 L 19.68943 18.135078 L 19.638648 18.120625 L 19.586305 18.108516 L 19.532984 18.098359 L 19.479664 18.088984 L 19.425172 18.082539 L 19.370289 18.078828 L 19.316383 18.076094 L 19.260719 18.076094 L 19.206422 18.07668 L 19.152906 18.080977 L 19.097437 18.086836 L 19.044117 18.094648 L 18.990797 18.104805 L 18.939039 18.117109 L 18.886695 18.131563 L 18.835914 18.148164 L 18.786891 18.166133 L 18.73943 18.184883 L 18.692359 18.206563 L 18.646461 18.230195 L 18.603297 18.256172 L 18.561695 18.28293 L 18.522242 18.310273 L 18.48318 18.340547 L 18.446852 18.37082 L 18.412672 18.404609 L 18.381812 18.439375 L 18.35193 18.473164 L 18.324781 18.509297 L 18.300758 18.547383 L 18.277711 18.584883 L 18.25857 18.623164 L 18.240992 18.662813 L 18.22693 18.703047 L 18.215797 18.743477 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.374391 18.693086 L 18.341187 18.667109 L 18.307008 18.643281 L 18.271852 18.621016 L 18.234937 18.600117 L 18.197047 18.581367 L 18.159156 18.565547 L 18.120289 18.549531 L 18.08025 18.536641 L 18.040211 18.526484 L 17.999195 18.517109 L 17.957594 18.509883 L 17.915797 18.505586 L 17.873805 18.503438 L 17.832008 18.502656 L 17.790016 18.504219 L 17.748805 18.508516 L 17.706617 18.513594 L 17.665602 18.521406 L 17.624977 18.531563 L 17.584937 18.544453 L 17.545484 18.557539 L 17.507008 18.574727 L 17.469703 18.591328 L 17.432789 18.611641 L 17.396656 18.633906 L 17.361891 18.656953 L 17.328297 18.681563 L 17.296266 18.707539 L 17.266383 18.737031 L 17.2365 18.766523 L 17.208766 18.797578 L 17.18318 18.83 L 17.15857 18.863789 L 17.136109 18.899141 L 17.11482 18.936055 L 17.09607 18.971992 L 17.078492 19.010273 L 17.064625 19.049141 L 17.051344 19.08957 L 17.039625 19.129219 L 17.031031 19.170234 L 17.024586 19.21125 L 17.019312 19.252461 L 17.015992 19.292695 L 17.015992 19.336055 L 17.01775 19.37707 L 17.020875 19.418281 L 17.026734 19.459297 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.837867 20.77707 L 16.836695 20.813789 L 16.83943 20.851289 L 16.843141 20.887227 L 16.849586 20.925508 L 16.857594 20.961445 L 16.869312 20.998359 L 16.881031 21.034297 L 16.89607 21.069648 L 16.912477 21.103438 L 16.931227 21.137422 L 16.951539 21.170625 L 16.973414 21.202266 L 16.997828 21.232539 L 17.024586 21.263594 L 17.051344 21.290156 L 17.080055 21.318281 L 17.111695 21.344258 L 17.143531 21.369453 L 17.177711 21.3925 L 17.213062 21.41418 L 17.248805 21.434492 L 17.286109 21.452461 L 17.324586 21.47043 L 17.364625 21.484883 L 17.404664 21.498555 L 17.444703 21.510859 L 17.486305 21.52082 L 17.528492 21.528828 L 17.570484 21.534688 L 17.613844 21.538984 L 17.656422 21.5425 L 17.700172 21.5425 L 17.742359 21.5425 L 17.785719 21.538203 L 17.828297 21.533906 L 17.870484 21.527461 L 17.912086 21.518086 L 17.953687 21.508711 L 17.995484 21.495625 L 18.034937 21.481953 L 18.073805 21.466133 L 18.111695 21.44875 L 18.148609 21.43 L 18.185328 21.409883 L 18.220094 21.387617 L 18.252711 21.36457 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.105836 19.517695 L 21.178883 19.40168 L 21.191187 19.369844 L 21.201344 19.338984 L 21.210914 19.307148 L 21.216773 19.274727 L 21.22107 19.243086 L 21.223219 19.21125 L 21.223805 19.178242 L 21.22107 19.145039 L 21.21775 19.112617 L 21.210914 19.080195 L 21.203492 19.049141 L 21.193336 19.0175 L 21.181617 18.986445 L 21.16775 18.955391 L 21.151148 18.925898 L 21.13357 18.896406 L 21.114234 18.868281 L 21.092945 18.840742 L 21.070094 18.81418 L 21.044312 18.787422 L 21.018727 18.763594 L 20.990992 18.73918 L 20.961109 18.716914 L 20.930641 18.695234 L 20.898609 18.674922 L 20.865016 18.656953 L 20.830836 18.639766 L 20.796266 18.624531 L 20.759937 18.609492 L 20.722633 18.597188 L 20.684156 18.584883 L 20.646266 18.575508 L 20.606812 18.566914 L 20.567359 18.561055 L 20.526734 18.556758 L 20.486695 18.553242 L 20.44607 18.550313 L 20.405055 18.550313 L 20.365016 18.553242 L 20.324391 18.556758 L 20.284352 18.561055 L 20.244898 18.566914 L 20.206031 18.575508 L 20.166969 18.584883 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.269703 20.422383 L 21.381227 20.304805 L 21.397633 20.270234 L 21.413258 20.234297 L 21.424977 20.198945 L 21.435133 20.162031 L 21.443141 20.126094 L 21.447828 20.089961 L 21.449977 20.052461 L 21.449977 20.016523 L 21.44568 19.978242 L 21.440992 19.942305 L 21.433375 19.905586 L 21.422242 19.869453 L 21.408961 19.834102 L 21.394508 19.79875 L 21.376344 19.764961 L 21.355445 19.730977 L 21.332008 19.698555 L 21.307984 19.666914 L 21.281422 19.635859 L 21.105836 19.517695 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 20.230445 21.737227 L 20.270094 21.753047 L 20.309937 21.768086 L 20.349977 21.779023 L 20.391187 21.786836 L 20.431617 21.792695 L 20.473414 21.795625 L 20.51443 21.796992 L 20.555055 21.792695 L 20.596656 21.788398 L 20.637672 21.779609 L 20.677711 21.768867 L 20.717164 21.755195 L 20.757203 21.738594 L 20.796852 21.720625 L 20.834156 21.698945 L 20.870484 21.675898 L 20.907203 21.649141 L 20.941969 21.621016 L 20.976148 21.590156 L 21.00857 21.556172 L 21.040211 21.52082 L 21.070094 21.484102 L 21.097828 21.446016 L 21.124977 21.403438 L 21.150562 21.360859 L 21.174 21.317695 L 21.194898 21.270039 L 21.215211 21.223164 L 21.233375 21.175703 L 21.249781 21.125898 L 21.264234 21.073945 L 21.276539 21.021992 L 21.285719 20.970234 L 21.294117 20.918281 L 21.300562 20.86418 L 21.304273 20.810859 L 21.306422 20.756758 L 21.306422 20.70207 L 21.303687 20.64875 L 21.299 20.594648 L 21.293141 20.540547 L 21.283961 20.488008 L 21.273805 20.436836 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.059352 19.486641 L 17.029859 19.490352 L 17.001148 19.494648 L 16.971852 19.501094 L 16.943531 19.509688 L 16.916187 19.519063 L 16.888062 19.530586 L 16.860719 19.544258 L 16.834547 19.558711 L 16.809547 19.575313 L 16.784352 19.593281 L 16.759352 19.612031 L 16.7365 19.632344 L 16.714039 19.653828 L 16.69275 19.67707 L 16.672437 19.702266 L 16.652711 19.72668 L 16.633961 19.753438 L 16.617359 19.782148 L 16.600953 19.810273 L 16.587477 19.83918 L 16.574195 19.869453 L 16.561305 19.900508 L 16.550758 19.932148 L 16.541578 19.963789 L 16.532984 19.996992 L 16.527125 20.030977 L 16.521266 20.063984 L 16.518141 20.097969 L 16.515992 20.131758 L 16.515992 20.166523 L 16.515992 20.199531 L 16.519117 20.234297 L 16.522437 20.268867 L 16.527125 20.301289 L 16.534156 20.334492 L 16.541578 20.3675 L 16.550758 20.399922 L 16.561305 20.431758 L 16.574195 20.462617 L 16.587477 20.493672 L 16.602516 20.522578 L 16.617945 20.550703 L 16.634937 20.579414 L 16.652711 20.605391 L 16.672437 20.630586 L 16.693141 20.655195 L 16.714625 20.677461 L 16.737477 20.699922 L 16.760914 20.720039 L 16.784352 20.738789 L 16.809547 20.756758 L 16.836305 20.774141 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.047242 21.337813 L 18.05525 21.37668 L 18.065797 21.416328 L 18.079273 21.455391 L 18.096852 21.493477 L 18.115406 21.531758 L 18.138453 21.567695 L 18.164039 21.603828 L 18.191773 21.639766 L 18.223805 21.67375 L 18.256812 21.707539 L 18.29275 21.738594 L 18.331617 21.770234 L 18.372242 21.799922 L 18.415406 21.828633 L 18.461305 21.855391 L 18.508766 21.880586 L 18.556812 21.903633 L 18.60857 21.926094 L 18.660328 21.946211 L 18.71482 21.964961 L 18.769703 21.982148 L 18.82693 21.998164 L 18.885133 22.011055 L 18.943727 22.021211 L 19.003492 22.031953 L 19.063258 22.038398 L 19.124195 22.045039 L 19.186109 22.047188 L 19.246852 22.049922 L 19.308375 22.049336 L 19.369703 22.047188 L 19.430445 22.041328 L 19.490797 22.03625 L 19.550562 22.026875 L 19.610328 22.016133 L 19.669117 22.004609 L 19.725562 21.990938 L 19.782203 21.973555 L 19.837086 21.956953 L 19.890016 21.936836 L 19.942359 21.915156 L 19.992555 21.892891 L 20.040602 21.867695 L 20.086891 21.842305 L 20.131227 21.813594 L 20.173414 21.78625 L 20.213453 21.754414 L 20.250172 21.723555 L 20.286109 21.690938 L 20.316969 21.65793 L 20.346852 21.621797 L 20.373609 21.586445 L 20.397633 21.549727 L 20.419508 21.513008 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.812672 30.94875 L 10.166187 30.237422 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.33318 29.90168 L 10.334547 30.460664 L 10.166187 30.237422 L 9.886695 30.238008 L 10.33318 29.90168 Z M 10.33318 29.90168 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.674977 28.158516 L 14.350367 25.526094 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.61775 25.263008 L 14.436695 25.791914 L 14.350367 25.526094 L 14.085914 25.435469 L 14.61775 25.263008 Z M 14.61775 25.263008 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.494703 23.269648 L 17.871461 21.661836 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 18.115211 21.376875 L 17.980055 21.919258 L 17.871461 21.661836 L 17.600172 21.594063 L 18.115211 21.376875 Z M 18.115211 21.376875 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 20.734352 20.248945 L 26.417555 20.160469 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.792359 20.154805 L 26.296461 20.412422 L 26.417555 20.160469 L 26.288648 19.912422 L 26.792359 20.154805 Z M 26.792359 20.154805 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 29.289039 21.091914 L 30.521656 23.146406 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.714625 23.468086 L 30.242945 23.167891 L 30.521656 23.146406 L 30.671852 22.910664 L 30.714625 23.468086 Z M 30.714625 23.468086 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 32.446852 25.504219 L 34.163844 26.958711 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.449977 27.201094 L 33.907008 27.068672 L 34.163844 26.958711 L 34.230055 26.687031 L 34.449977 27.201094 Z M 34.449977 27.201094 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.706617 29.998555 L 35.685133 29.200898 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 35.716773 30.373555 L 35.453297 29.880391 L 35.706617 29.998555 L 35.953102 29.866914 L 35.716773 30.373555 Z M 35.716773 30.373555 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 29.887867 18.615352 L 29.874391 18.574922 L 29.858961 18.535469 L 29.83982 18.49582 L 29.817945 18.45832 L 29.793922 18.42082 L 29.76775 18.384688 L 29.738844 18.349336 L 29.707398 18.313984 L 29.674391 18.282344 L 29.639625 18.250703 L 29.601148 18.218867 L 29.562281 18.190742 L 29.52068 18.162617 L 29.47732 18.138203 L 29.432984 18.113008 L 29.386695 18.092109 L 29.339234 18.071211 L 29.290016 18.052461 L 29.23943 18.035078 L 29.188648 18.020625 L 29.136305 18.008516 L 29.082984 17.998359 L 29.029664 17.988984 L 28.975172 17.982539 L 28.920289 17.978828 L 28.866383 17.976094 L 28.810719 17.976094 L 28.756422 17.97668 L 28.702906 17.980977 L 28.647437 17.986836 L 28.594117 17.994648 L 28.540797 18.004805 L 28.489039 18.017109 L 28.436695 18.031563 L 28.385914 18.048164 L 28.336891 18.066133 L 28.28943 18.084883 L 28.242359 18.106563 L 28.196461 18.130195 L 28.153297 18.156172 L 28.111695 18.18293 L 28.072242 18.210273 L 28.03318 18.240547 L 27.996852 18.27082 L 27.962672 18.304609 L 27.931812 18.339375 L 27.90193 18.373164 L 27.874781 18.409297 L 27.850758 18.447383 L 27.827711 18.484883 L 27.80857 18.523164 L 27.790992 18.562813 L 27.77693 18.603047 L 27.765797 18.643477 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 27.924391 18.593086 L 27.891187 18.567109 L 27.857008 18.543281 L 27.821852 18.521016 L 27.784937 18.500117 L 27.747047 18.481367 L 27.709156 18.465547 L 27.670289 18.449531 L 27.63025 18.436641 L 27.590211 18.426484 L 27.549195 18.417109 L 27.507594 18.409883 L 27.465797 18.405586 L 27.423805 18.403438 L 27.382008 18.402656 L 27.340016 18.404219 L 27.298805 18.408516 L 27.256617 18.413594 L 27.215602 18.421406 L 27.174977 18.431563 L 27.134937 18.444453 L 27.095484 18.457539 L 27.057008 18.474727 L 27.019703 18.491328 L 26.982789 18.511641 L 26.946656 18.533906 L 26.911891 18.556953 L 26.878297 18.581563 L 26.846266 18.607539 L 26.816383 18.637031 L 26.7865 18.666523 L 26.758766 18.697578 L 26.73318 18.73 L 26.70857 18.763789 L 26.686109 18.799141 L 26.66482 18.836055 L 26.64607 18.871992 L 26.628492 18.910273 L 26.614625 18.949141 L 26.601344 18.98957 L 26.589625 19.029219 L 26.581031 19.070234 L 26.574586 19.11125 L 26.569312 19.152461 L 26.565992 19.192695 L 26.565992 19.236055 L 26.56775 19.27707 L 26.570875 19.318281 L 26.576734 19.359297 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.387867 20.67707 L 26.386695 20.713789 L 26.38943 20.751289 L 26.393141 20.787227 L 26.399586 20.825508 L 26.407594 20.861445 L 26.419312 20.898359 L 26.431031 20.934297 L 26.44607 20.969648 L 26.462477 21.003438 L 26.481227 21.037422 L 26.501539 21.070625 L 26.523414 21.102266 L 26.547828 21.132539 L 26.574586 21.163594 L 26.601344 21.190156 L 26.630055 21.218281 L 26.661695 21.244258 L 26.693531 21.269453 L 26.727711 21.2925 L 26.763062 21.31418 L 26.798805 21.334492 L 26.836109 21.352461 L 26.874586 21.37043 L 26.914625 21.384883 L 26.954664 21.398555 L 26.994703 21.410859 L 27.036305 21.42082 L 27.078492 21.428828 L 27.120484 21.434688 L 27.163844 21.438984 L 27.206422 21.4425 L 27.250172 21.4425 L 27.292359 21.4425 L 27.335719 21.438203 L 27.378297 21.433906 L 27.420484 21.427461 L 27.462086 21.418086 L 27.503687 21.408711 L 27.545484 21.395625 L 27.584937 21.381953 L 27.623805 21.366133 L 27.661695 21.34875 L 27.698609 21.33 L 27.735328 21.309883 L 27.770094 21.287617 L 27.802711 21.26457 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.655836 19.417695 L 30.728883 19.30168 L 30.741187 19.269844 L 30.751344 19.238984 L 30.760914 19.207148 L 30.766773 19.174727 L 30.77107 19.143086 L 30.773219 19.11125 L 30.773805 19.078242 L 30.77107 19.045039 L 30.76775 19.012617 L 30.760914 18.980195 L 30.753492 18.949141 L 30.743336 18.9175 L 30.731617 18.886445 L 30.71775 18.855391 L 30.701148 18.825898 L 30.68357 18.796406 L 30.664234 18.768281 L 30.642945 18.740742 L 30.620094 18.71418 L 30.594312 18.687422 L 30.568727 18.663594 L 30.540992 18.63918 L 30.511109 18.616914 L 30.480641 18.595234 L 30.448609 18.574922 L 30.415016 18.556953 L 30.380836 18.539766 L 30.346266 18.524531 L 30.309937 18.509492 L 30.272633 18.497188 L 30.234156 18.484883 L 30.196266 18.475508 L 30.156812 18.466914 L 30.117359 18.461055 L 30.076734 18.456758 L 30.036695 18.453242 L 29.99607 18.450313 L 29.955055 18.450313 L 29.915016 18.453242 L 29.874391 18.456758 L 29.834352 18.461055 L 29.794898 18.466914 L 29.756031 18.475508 L 29.716969 18.484883 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.819703 20.322383 L 30.931227 20.204805 L 30.947633 20.170234 L 30.963258 20.134297 L 30.974977 20.098945 L 30.985133 20.062031 L 30.993141 20.026094 L 30.997828 19.989961 L 30.999977 19.952461 L 30.999977 19.916523 L 30.99568 19.878242 L 30.990992 19.842305 L 30.983375 19.805586 L 30.972242 19.769453 L 30.958961 19.734102 L 30.944508 19.69875 L 30.926344 19.664961 L 30.905445 19.630977 L 30.882008 19.598555 L 30.857984 19.566914 L 30.831422 19.535859 L 30.655836 19.417695 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 29.780445 21.637227 L 29.820094 21.653047 L 29.859937 21.668086 L 29.899977 21.679023 L 29.941187 21.686836 L 29.981617 21.692695 L 30.023414 21.695625 L 30.06443 21.696992 L 30.105055 21.692695 L 30.146656 21.688398 L 30.187672 21.679609 L 30.227711 21.668867 L 30.267164 21.655195 L 30.307203 21.638594 L 30.346852 21.620625 L 30.384156 21.598945 L 30.420484 21.575898 L 30.457203 21.549141 L 30.491969 21.521016 L 30.526148 21.490156 L 30.55857 21.456172 L 30.590211 21.42082 L 30.620094 21.384102 L 30.647828 21.346016 L 30.674977 21.303438 L 30.700562 21.260859 L 30.724 21.217695 L 30.744898 21.170039 L 30.765211 21.123164 L 30.783375 21.075703 L 30.799781 21.025898 L 30.814234 20.973945 L 30.826539 20.921992 L 30.835719 20.870234 L 30.844117 20.818281 L 30.850562 20.76418 L 30.854273 20.710859 L 30.856422 20.656758 L 30.856422 20.60207 L 30.853687 20.54875 L 30.849 20.494648 L 30.843141 20.440547 L 30.833961 20.388008 L 30.823805 20.336836 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.609352 19.386641 L 26.579859 19.390352 L 26.551148 19.394648 L 26.521852 19.401094 L 26.493531 19.409688 L 26.466187 19.419063 L 26.438062 19.430586 L 26.410719 19.444258 L 26.384547 19.458711 L 26.359547 19.475313 L 26.334352 19.493281 L 26.309352 19.512031 L 26.2865 19.532344 L 26.264039 19.553828 L 26.24275 19.57707 L 26.222437 19.602266 L 26.202711 19.62668 L 26.183961 19.653438 L 26.167359 19.682148 L 26.150953 19.710273 L 26.137477 19.73918 L 26.124195 19.769453 L 26.111305 19.800508 L 26.100758 19.832148 L 26.091578 19.863789 L 26.082984 19.896992 L 26.077125 19.930977 L 26.071266 19.963984 L 26.068141 19.997969 L 26.065992 20.031758 L 26.065992 20.066523 L 26.065992 20.099531 L 26.069117 20.134297 L 26.072437 20.168867 L 26.077125 20.201289 L 26.084156 20.234492 L 26.091578 20.2675 L 26.100758 20.299922 L 26.111305 20.331758 L 26.124195 20.362617 L 26.137477 20.393672 L 26.152516 20.422578 L 26.167945 20.450703 L 26.184937 20.479414 L 26.202711 20.505391 L 26.222437 20.530586 L 26.243141 20.555195 L 26.264625 20.577461 L 26.287477 20.599922 L 26.310914 20.620039 L 26.334352 20.638789 L 26.359547 20.656758 L 26.386305 20.674141 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 27.597242 21.237813 L 27.60525 21.27668 L 27.615797 21.316328 L 27.629273 21.355391 L 27.646852 21.393477 L 27.665406 21.431758 L 27.688453 21.467695 L 27.714039 21.503828 L 27.741773 21.539766 L 27.773805 21.57375 L 27.806812 21.607539 L 27.84275 21.638594 L 27.881617 21.670234 L 27.922242 21.699922 L 27.965406 21.728633 L 28.011305 21.755391 L 28.058766 21.780586 L 28.106812 21.803633 L 28.15857 21.826094 L 28.210328 21.846211 L 28.26482 21.864961 L 28.319703 21.882148 L 28.37693 21.898164 L 28.435133 21.911055 L 28.493727 21.921211 L 28.553492 21.931953 L 28.613258 21.938398 L 28.674195 21.945039 L 28.736109 21.947188 L 28.796852 21.949922 L 28.858375 21.949336 L 28.919703 21.947188 L 28.980445 21.941328 L 29.040797 21.93625 L 29.100562 21.926875 L 29.160328 21.916133 L 29.219117 21.904609 L 29.275562 21.890938 L 29.332203 21.873555 L 29.387086 21.856953 L 29.440016 21.836836 L 29.492359 21.815156 L 29.542555 21.792891 L 29.590602 21.767695 L 29.636891 21.742305 L 29.681227 21.713594 L 29.723414 21.68625 L 29.763453 21.654414 L 29.800172 21.623555 L 29.836109 21.590938 L 29.866969 21.55793 L 29.896852 21.521797 L 29.923609 21.486445 L 29.947633 21.449727 L 29.969508 21.413008 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.037867 13.97043 L 16.024391 13.93 L 16.008961 13.890352 L 15.98982 13.850703 L 15.967945 13.813203 L 15.943922 13.775703 L 15.91775 13.739766 L 15.888844 13.704414 L 15.857398 13.669063 L 15.824391 13.637422 L 15.789625 13.605586 L 15.751148 13.573945 L 15.712281 13.54582 L 15.67068 13.517695 L 15.62732 13.493281 L 15.582984 13.467891 L 15.536695 13.446992 L 15.489234 13.426094 L 15.440016 13.407344 L 15.38943 13.390156 L 15.338648 13.375703 L 15.286305 13.363398 L 15.232984 13.353438 L 15.179664 13.344063 L 15.125172 13.337422 L 15.070289 13.333906 L 15.016383 13.330977 L 14.960719 13.330977 L 14.906422 13.331758 L 14.852906 13.336055 L 14.797437 13.341719 L 14.744117 13.349727 L 14.690797 13.359883 L 14.639039 13.371992 L 14.586695 13.386445 L 14.535914 13.403047 L 14.486891 13.421016 L 14.43943 13.439766 L 14.392359 13.461445 L 14.346461 13.485273 L 14.303297 13.51125 L 14.261695 13.537813 L 14.222242 13.565352 L 14.18318 13.595625 L 14.146852 13.625898 L 14.112672 13.659688 L 14.081812 13.694258 L 14.05193 13.728242 L 14.024781 13.76418 L 14.000758 13.802461 L 13.977711 13.839961 L 13.95857 13.878047 L 13.940992 13.917695 L 13.92693 13.958125 L 13.915797 13.998555 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.074391 13.947969 L 14.041187 13.922188 L 14.007008 13.898359 L 13.971852 13.875898 L 13.934937 13.855 L 13.897047 13.83625 L 13.859156 13.82043 L 13.820289 13.804609 L 13.78025 13.791523 L 13.740211 13.781563 L 13.699195 13.772188 L 13.657594 13.764961 L 13.615797 13.760664 L 13.573805 13.758516 L 13.532008 13.757734 L 13.490016 13.759102 L 13.448805 13.763594 L 13.406617 13.768477 L 13.365602 13.776484 L 13.324977 13.786641 L 13.284937 13.799531 L 13.245484 13.812617 L 13.207008 13.829805 L 13.169703 13.846406 L 13.132789 13.866523 L 13.096656 13.888984 L 13.061891 13.912031 L 13.028297 13.936445 L 12.996266 13.962422 L 12.966383 13.992109 L 12.9365 14.021602 L 12.908766 14.052656 L 12.88318 14.085078 L 12.85857 14.118867 L 12.836109 14.154219 L 12.81482 14.190938 L 12.79607 14.22707 L 12.778492 14.265156 L 12.764625 14.304219 L 12.751344 14.344453 L 12.739625 14.384102 L 12.731031 14.425313 L 12.724586 14.466328 L 12.719312 14.507344 L 12.715992 14.547773 L 12.715992 14.590938 L 12.71775 14.632148 L 12.720875 14.673164 L 12.726734 14.714375 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.537867 16.031953 L 12.536695 16.068672 L 12.53943 16.106172 L 12.543141 16.142305 L 12.549586 16.180391 L 12.557594 16.216523 L 12.569312 16.253242 L 12.581031 16.289375 L 12.59607 16.324727 L 12.612477 16.358516 L 12.631227 16.3925 L 12.651539 16.425508 L 12.673414 16.457344 L 12.697828 16.487617 L 12.724586 16.518477 L 12.751344 16.545234 L 12.780055 16.573359 L 12.811695 16.599336 L 12.843531 16.624531 L 12.877711 16.647578 L 12.913062 16.669258 L 12.948805 16.689375 L 12.986109 16.707344 L 13.024586 16.725508 L 13.064625 16.739766 L 13.104664 16.753633 L 13.144703 16.765742 L 13.186305 16.775898 L 13.228492 16.783906 L 13.270484 16.78957 L 13.313844 16.793867 L 13.356422 16.797578 L 13.400172 16.797578 L 13.442359 16.797578 L 13.485719 16.793281 L 13.528297 16.788789 L 13.570484 16.782344 L 13.612086 16.772969 L 13.653687 16.763594 L 13.695484 16.750703 L 13.734937 16.737031 L 13.773805 16.721211 L 13.811695 16.703828 L 13.848609 16.685078 L 13.885328 16.664961 L 13.920094 16.6425 L 13.952711 16.619453 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.805836 14.772773 L 16.878883 14.656563 L 16.891187 14.624922 L 16.901344 14.593867 L 16.910914 14.562227 L 16.916773 14.529805 L 16.92107 14.497969 L 16.923219 14.466328 L 16.923805 14.433125 L 16.92107 14.399922 L 16.91775 14.3675 L 16.910914 14.335078 L 16.903492 14.304219 L 16.893336 14.272383 L 16.881617 14.241328 L 16.86775 14.210469 L 16.851148 14.180781 L 16.83357 14.151289 L 16.814234 14.123164 L 16.792945 14.09582 L 16.770094 14.069063 L 16.744312 14.0425 L 16.718727 14.018672 L 16.690992 13.994258 L 16.661109 13.971797 L 16.630641 13.950117 L 16.598609 13.93 L 16.565016 13.912031 L 16.530836 13.894648 L 16.496266 13.879609 L 16.459937 13.864375 L 16.422633 13.852266 L 16.384156 13.839961 L 16.346266 13.830586 L 16.306812 13.821797 L 16.267359 13.816133 L 16.226734 13.811836 L 16.186695 13.808125 L 16.14607 13.805391 L 16.105055 13.805391 L 16.065016 13.808125 L 16.024391 13.811836 L 15.984352 13.816133 L 15.944898 13.821797 L 15.906031 13.830586 L 15.866969 13.839961 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.969703 15.677266 L 17.081227 15.559883 L 17.097633 15.525313 L 17.113258 15.48918 L 17.124977 15.453828 L 17.135133 15.417109 L 17.143141 15.380977 L 17.147828 15.345039 L 17.149977 15.307539 L 17.149977 15.271602 L 17.14568 15.23332 L 17.140992 15.197188 L 17.133375 15.160469 L 17.122242 15.124531 L 17.108961 15.08918 L 17.094508 15.053828 L 17.076344 15.019844 L 17.055445 14.986055 L 17.032008 14.953633 L 17.007984 14.921992 L 16.981422 14.890938 L 16.805836 14.772773 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 15.930445 16.992109 L 15.970094 17.00793 L 16.009937 17.023164 L 16.049977 17.033906 L 16.091187 17.041914 L 16.131617 17.047578 L 16.173414 17.050508 L 16.21443 17.05207 L 16.255055 17.047578 L 16.296656 17.043281 L 16.337672 17.034688 L 16.377711 17.023945 L 16.417164 17.010078 L 16.457203 16.993672 L 16.496852 16.975508 L 16.534156 16.954023 L 16.570484 16.930977 L 16.607203 16.904219 L 16.641969 16.876094 L 16.676148 16.845039 L 16.70857 16.81125 L 16.740211 16.775898 L 16.770094 16.73918 L 16.797828 16.700898 L 16.824977 16.65832 L 16.850562 16.615938 L 16.874 16.572578 L 16.894898 16.525117 L 16.915211 16.478242 L 16.933375 16.430586 L 16.949781 16.380977 L 16.964234 16.329023 L 16.976539 16.27707 L 16.985719 16.225117 L 16.994117 16.173359 L 17.000562 16.119258 L 17.004273 16.065938 L 17.006422 16.011836 L 17.006422 15.956953 L 17.003687 15.903633 L 16.999 15.849531 L 16.993141 15.795625 L 16.983961 15.742891 L 16.973805 15.691719 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.759352 14.741719 L 12.729859 14.745234 L 12.701148 14.749531 L 12.671852 14.756172 L 12.643531 14.764766 L 12.616187 14.774141 L 12.588062 14.785664 L 12.560719 14.799336 L 12.534547 14.813789 L 12.509547 14.830391 L 12.484352 14.848359 L 12.459352 14.867109 L 12.4365 14.887227 L 12.414039 14.908906 L 12.39275 14.931953 L 12.372437 14.957148 L 12.352711 14.981758 L 12.333961 15.00832 L 12.317359 15.037227 L 12.300953 15.065352 L 12.287477 15.094258 L 12.274195 15.124531 L 12.261305 15.155391 L 12.250758 15.187227 L 12.241578 15.218867 L 12.232984 15.25207 L 12.227125 15.285859 L 12.221266 15.319063 L 12.218141 15.353047 L 12.215992 15.386836 L 12.215992 15.421406 L 12.215992 15.454609 L 12.219117 15.48918 L 12.222437 15.52375 L 12.227125 15.556172 L 12.234156 15.589375 L 12.241578 15.622578 L 12.250758 15.655 L 12.261305 15.686641 L 12.274195 15.717695 L 12.287477 15.74875 L 12.302516 15.777461 L 12.317945 15.805586 L 12.334937 15.834492 L 12.352711 15.860469 L 12.372437 15.885664 L 12.393141 15.910078 L 12.414625 15.932539 L 12.437477 15.954805 L 12.460914 15.975117 L 12.484352 15.993867 L 12.509547 16.011836 L 12.536305 16.029023 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 13.747242 16.592891 L 13.75525 16.631758 L 13.765797 16.671406 L 13.779273 16.710273 L 13.796852 16.748555 L 13.815406 16.786641 L 13.838453 16.822773 L 13.864039 16.858711 L 13.891773 16.894844 L 13.923805 16.928633 L 13.956812 16.962617 L 13.99275 16.993672 L 14.031617 17.025313 L 14.072242 17.054805 L 14.115406 17.083711 L 14.161305 17.110469 L 14.208766 17.135664 L 14.256812 17.158711 L 14.30857 17.180977 L 14.360328 17.201289 L 14.41482 17.219844 L 14.469703 17.237227 L 14.52693 17.253047 L 14.585133 17.266133 L 14.643727 17.276094 L 14.703492 17.287031 L 14.763258 17.293477 L 14.824195 17.299922 L 14.886109 17.30207 L 14.946852 17.305 L 15.008375 17.304219 L 15.069703 17.30207 L 15.130445 17.296406 L 15.190797 17.291328 L 15.250562 17.281953 L 15.310328 17.271211 L 15.369117 17.259492 L 15.425562 17.24582 L 15.482203 17.228633 L 15.537086 17.212031 L 15.590016 17.191914 L 15.642359 17.170234 L 15.692555 17.147773 L 15.740602 17.122578 L 15.786891 17.097383 L 15.831227 17.068477 L 15.873414 17.041133 L 15.913453 17.009492 L 15.950172 16.978438 L 15.986109 16.946016 L 16.016969 16.912813 L 16.046852 16.876875 L 16.073609 16.841523 L 16.097633 16.804805 L 16.119508 16.767891 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 233.085938 165.269531 L 233.027344 164.667969 L 232.902344 164.070312 L 232.695312 163.480469 L 232.398438 162.902344 L 232 162.3125 L 231.535156 161.742188 L 230.972656 161.179688 L 230.347656 160.628906 L 229.625 160.085938 L 228.824219 159.5625 L 227.960938 159.058594 L 227.019531 158.546875 L 226 158.0625 L 224.917969 157.605469 L 223.757812 157.167969 L 222.539062 156.75 L 221.273438 156.339844 L 219.945312 155.96875 L 218.566406 155.617188 L 217.128906 155.285156 L 215.648438 154.980469 L 214.117188 154.722656 L 212.554688 154.457031 L 210.976562 154.25 L 209.351562 154.046875 L 207.699219 153.898438 L 206.023438 153.753906 L 204.332031 153.660156 L 202.640625 153.5625 L 200.929688 153.535156 L 199.21875 153.507812 L 199.21875 153.507812 L 197.496094 153.535156 L 195.785156 153.5625 L 194.09375 153.660156 L 192.398438 153.753906 L 190.726562 153.898438 L 189.070312 154.046875 L 187.445312 154.25 L 185.859375 154.457031 L 184.296875 154.722656 L 182.777344 154.980469 L 181.292969 155.285156 L 179.859375 155.617188 L 178.480469 155.96875 L 177.148438 156.339844 L 175.875 156.75 L 174.667969 157.167969 L 173.507812 157.605469 L 172.421875 158.0625 L 171.40625 158.546875 L 170.464844 159.058594 L 169.597656 159.5625 L 168.800781 160.085938 L 168.078125 160.628906 L 167.449219 161.179688 L 166.890625 161.742188 L 166.425781 162.3125 L 166.023438 162.902344 L 165.71875 163.480469 L 165.5 164.070312 L 165.386719 164.667969 L 165.339844 165.269531 L 165.339844 165.269531 L 165.386719 165.859375 L 165.5 166.457031 L 165.71875 167.046875 L 166.023438 167.625 L 166.425781 168.214844 L 166.890625 168.785156 L 167.449219 169.347656 L 168.078125 169.898438 L 168.800781 170.441406 L 169.597656 170.964844 L 170.464844 171.488281 L 171.40625 171.980469 L 172.421875 172.464844 L 173.507812 172.921875 L 174.667969 173.378906 L 175.875 173.796875 L 177.148438 174.1875 L 178.480469 174.566406 L 179.859375 174.910156 L 181.292969 175.242188 L 182.777344 175.546875 L 184.296875 175.820312 L 185.859375 176.070312 L 187.445312 176.296875 L 189.070312 176.476562 L 190.726562 176.648438 L 192.398438 176.773438 L 194.09375 176.886719 L 195.785156 176.964844 L 197.496094 177.011719 L 199.21875 177.019531 L 199.21875 177.019531 L 200.929688 177.011719 L 202.640625 176.964844 L 204.332031 176.886719 L 206.023438 176.773438 L 207.699219 176.648438 L 209.351562 176.476562 L 210.976562 176.296875 L 212.554688 176.070312 L 214.117188 175.820312 L 215.648438 175.546875 L 217.128906 175.242188 L 218.566406 174.910156 L 219.945312 174.566406 L 221.273438 174.1875 L 222.539062 173.796875 L 223.757812 173.378906 L 224.917969 172.921875 L 226 172.464844 L 227.019531 171.980469 L 227.960938 171.488281 L 228.824219 170.964844 L 229.625 170.441406 L 230.347656 169.898438 L 230.972656 169.347656 L 231.535156 168.785156 L 232 168.214844 L 232.398438 167.625 L 232.695312 167.046875 L 232.902344 166.457031 L 233.027344 165.859375 L 233.085938 165.269531 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.68318 15.683906 L 16.680836 15.654023 L 16.675172 15.625508 L 16.664234 15.596016 L 16.649586 15.5675 L 16.630055 15.538984 L 16.60525 15.510859 L 16.579664 15.483711 L 16.547242 15.456172 L 16.511695 15.429609 L 16.472242 15.402852 L 16.428492 15.378242 L 16.381812 15.353438 L 16.331422 15.329805 L 16.277711 15.306953 L 16.22068 15.285078 L 16.159742 15.265156 L 16.09607 15.246016 L 16.030445 15.226484 L 15.962086 15.210469 L 15.890797 15.193281 L 15.816578 15.178633 L 15.741383 15.165156 L 15.66443 15.152852 L 15.585133 15.1425 L 15.504664 15.132344 L 15.422047 15.124922 L 15.339234 15.117695 L 15.255055 15.113008 L 15.170484 15.109688 L 15.085523 15.106758 L 15.000367 15.106758 L 15.000367 15.106758 L 14.914234 15.106758 L 14.829664 15.109688 L 14.744508 15.113008 L 14.661305 15.117695 L 14.578102 15.124922 L 14.495875 15.132344 L 14.415211 15.1425 L 14.335719 15.152852 L 14.25818 15.165156 L 14.18318 15.178633 L 14.108961 15.193281 L 14.037672 15.210469 L 13.969703 15.226484 L 13.903492 15.246016 L 13.83982 15.265156 L 13.779469 15.285078 L 13.723023 15.306953 L 13.669312 15.329805 L 13.618336 15.353438 L 13.570875 15.378242 L 13.528492 15.402852 L 13.488648 15.429609 L 13.452906 15.456172 L 13.421461 15.483711 L 13.393922 15.510859 L 13.370289 15.538984 L 13.351148 15.5675 L 13.335914 15.596016 L 13.324977 15.625508 L 13.318922 15.654023 L 13.316383 15.683906 L 13.316383 15.683906 L 13.318922 15.712813 L 13.324977 15.742891 L 13.335914 15.77082 L 13.351148 15.799922 L 13.370289 15.828828 L 13.393922 15.856563 L 13.421461 15.884102 L 13.452906 15.911641 L 13.488648 15.937813 L 13.528492 15.964375 L 13.570875 15.98957 L 13.618336 16.013398 L 13.669312 16.037617 L 13.723023 16.060859 L 13.779469 16.081758 L 13.83982 16.102266 L 13.903492 16.121797 L 13.969703 16.140742 L 14.037672 16.157344 L 14.108961 16.173555 L 14.18318 16.188789 L 14.25818 16.20207 L 14.335719 16.213984 L 14.415211 16.225313 L 14.495875 16.234883 L 14.578102 16.2425 L 14.661305 16.249141 L 14.744508 16.253828 L 14.829664 16.258125 L 14.914234 16.260469 L 15.000367 16.261055 L 15.000367 16.261055 L 15.085523 16.260469 L 15.170484 16.258125 L 15.255055 16.253828 L 15.339234 16.249141 L 15.422047 16.2425 L 15.504664 16.234883 L 15.585133 16.225313 L 15.66443 16.213984 L 15.741383 16.20207 L 15.816578 16.188789 L 15.890797 16.173555 L 15.962086 16.157344 L 16.030445 16.140742 L 16.09607 16.121797 L 16.159742 16.102266 L 16.22068 16.081758 L 16.277711 16.060859 L 16.331422 16.037617 L 16.381812 16.013398 L 16.428492 15.98957 L 16.472242 15.964375 L 16.511695 15.937813 L 16.547242 15.911641 L 16.579664 15.884102 L 16.60525 15.856563 L 16.630055 15.828828 L 16.649586 15.799922 L 16.664234 15.77082 L 16.675172 15.742891 L 16.680836 15.712813 L 16.68318 15.683906 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 165.347656 148.980469 L 165.347656 165.488281 L 232.683594 165.488281 L 232.683594 148.980469 L 165.347656 148.980469 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,70.588237%,100%);fill-opacity:1;" d="M 233.085938 148.78125 L 233.027344 148.183594 L 232.902344 147.574219 L 232.695312 146.992188 L 232.398438 146.40625 L 232 145.816406 L 231.535156 145.246094 L 230.972656 144.683594 L 230.347656 144.140625 L 229.625 143.589844 L 228.824219 143.078125 L 227.960938 142.554688 L 227.019531 142.058594 L 226 141.566406 L 224.917969 141.117188 L 223.757812 140.671875 L 222.539062 140.242188 L 221.273438 139.84375 L 219.945312 139.472656 L 218.566406 139.121094 L 217.128906 138.796875 L 215.648438 138.503906 L 214.117188 138.21875 L 212.554688 137.972656 L 210.976562 137.742188 L 209.351562 137.550781 L 207.699219 137.390625 L 206.023438 137.257812 L 204.332031 137.152344 L 202.640625 137.078125 L 200.929688 137.03125 L 199.21875 137.019531 L 199.21875 137.019531 L 197.496094 137.03125 L 195.785156 137.078125 L 194.09375 137.152344 L 192.398438 137.257812 L 190.726562 137.390625 L 189.070312 137.550781 L 187.445312 137.742188 L 185.859375 137.972656 L 184.296875 138.21875 L 182.777344 138.503906 L 181.292969 138.796875 L 179.859375 139.121094 L 178.480469 139.472656 L 177.148438 139.84375 L 175.875 140.242188 L 174.667969 140.671875 L 173.507812 141.117188 L 172.421875 141.566406 L 171.40625 142.058594 L 170.464844 142.554688 L 169.597656 143.078125 L 168.800781 143.589844 L 168.078125 144.140625 L 167.449219 144.683594 L 166.890625 145.246094 L 166.425781 145.816406 L 166.023438 146.40625 L 165.71875 146.992188 L 165.5 147.574219 L 165.386719 148.183594 L 165.339844 148.78125 L 165.339844 148.78125 L 165.386719 149.371094 L 165.5 149.96875 L 165.71875 150.558594 L 166.023438 151.128906 L 166.425781 151.71875 L 166.890625 152.289062 L 167.449219 152.851562 L 168.078125 153.410156 L 168.800781 153.953125 L 169.597656 154.46875 L 170.464844 154.980469 L 171.40625 155.492188 L 172.421875 155.96875 L 173.507812 156.425781 L 174.667969 156.871094 L 175.875 157.289062 L 177.148438 157.699219 L 178.480469 158.0625 L 179.859375 158.414062 L 181.292969 158.746094 L 182.777344 159.058594 L 184.296875 159.316406 L 185.859375 159.574219 L 187.445312 159.800781 L 189.070312 159.980469 L 190.726562 160.144531 L 192.398438 160.277344 L 194.09375 160.382812 L 195.785156 160.464844 L 197.496094 160.515625 L 199.21875 160.523438 L 199.21875 160.523438 L 200.929688 160.515625 L 202.640625 160.464844 L 204.332031 160.382812 L 206.023438 160.277344 L 207.699219 160.144531 L 209.351562 159.980469 L 210.976562 159.800781 L 212.554688 159.574219 L 214.117188 159.316406 L 215.648438 159.058594 L 217.128906 158.746094 L 218.566406 158.414062 L 219.945312 158.0625 L 221.273438 157.699219 L 222.539062 157.289062 L 223.757812 156.871094 L 224.917969 156.425781 L 226 155.96875 L 227.019531 155.492188 L 227.960938 154.980469 L 228.824219 154.46875 L 229.625 153.953125 L 230.347656 153.410156 L 230.972656 152.851562 L 231.535156 152.289062 L 232 151.71875 L 232.398438 151.128906 L 232.695312 150.558594 L 232.902344 149.96875 L 233.027344 149.371094 L 233.085938 148.78125 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.68318 14.859102 L 16.680836 14.829219 L 16.675172 14.800703 L 16.664234 14.771602 L 16.649586 14.742695 L 16.630055 14.71457 L 16.60525 14.685469 L 16.579664 14.658906 L 16.547242 14.631367 L 16.511695 14.605195 L 16.472242 14.578047 L 16.428492 14.553828 L 16.381812 14.528633 L 16.331422 14.505 L 16.277711 14.483125 L 16.22068 14.460273 L 16.159742 14.441133 L 16.09607 14.42082 L 16.030445 14.402266 L 15.962086 14.385078 L 15.890797 14.368477 L 15.816578 14.353828 L 15.741383 14.340352 L 15.66443 14.328633 L 15.585133 14.317109 L 15.504664 14.307539 L 15.422047 14.299922 L 15.339234 14.292891 L 15.255055 14.288203 L 15.170484 14.284297 L 15.085523 14.281953 L 15.000367 14.281563 L 15.000367 14.281563 L 14.914234 14.281953 L 14.829664 14.284297 L 14.744508 14.288203 L 14.661305 14.292891 L 14.578102 14.299922 L 14.495875 14.307539 L 14.415211 14.317109 L 14.335719 14.328633 L 14.25818 14.340352 L 14.18318 14.353828 L 14.108961 14.368477 L 14.037672 14.385078 L 13.969703 14.402266 L 13.903492 14.42082 L 13.83982 14.441133 L 13.779469 14.460273 L 13.723023 14.483125 L 13.669312 14.505 L 13.618336 14.528633 L 13.570875 14.553828 L 13.528492 14.578047 L 13.488648 14.605195 L 13.452906 14.631367 L 13.421461 14.658906 L 13.393922 14.685469 L 13.370289 14.71457 L 13.351148 14.742695 L 13.335914 14.771602 L 13.324977 14.800703 L 13.318922 14.829219 L 13.316383 14.859102 L 13.316383 14.859102 L 13.318922 14.888594 L 13.324977 14.9175 L 13.335914 14.946602 L 13.351148 14.975117 L 13.370289 15.003633 L 13.393922 15.032148 L 13.421461 15.059297 L 13.452906 15.086836 L 13.488648 15.113008 L 13.528492 15.13957 L 13.570875 15.164766 L 13.618336 15.188594 L 13.669312 15.212813 L 13.723023 15.235664 L 13.779469 15.256953 L 13.83982 15.277461 L 13.903492 15.296992 L 13.969703 15.315547 L 14.037672 15.332539 L 14.108961 15.349141 L 14.18318 15.364961 L 14.25818 15.377266 L 14.335719 15.390156 L 14.415211 15.401094 L 14.495875 15.410078 L 14.578102 15.418672 L 14.661305 15.425313 L 14.744508 15.429609 L 14.829664 15.433906 L 14.914234 15.43625 L 15.000367 15.436641 L 15.000367 15.436641 L 15.085523 15.43625 L 15.170484 15.433906 L 15.255055 15.429609 L 15.339234 15.425313 L 15.422047 15.418672 L 15.504664 15.410078 L 15.585133 15.401094 L 15.66443 15.390156 L 15.741383 15.377266 L 15.816578 15.364961 L 15.890797 15.349141 L 15.962086 15.332539 L 16.030445 15.315547 L 16.09607 15.296992 L 16.159742 15.277461 L 16.22068 15.256953 L 16.277711 15.235664 L 16.331422 15.212813 L 16.381812 15.188594 L 16.428492 15.164766 L 16.472242 15.13957 L 16.511695 15.113008 L 16.547242 15.086836 L 16.579664 15.059297 L 16.60525 15.032148 L 16.630055 15.003633 L 16.649586 14.975117 L 16.664234 14.946602 L 16.675172 14.9175 L 16.680836 14.888594 L 16.68318 14.859102 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 199.84375 146.109375 L 204.769531 147.765625 L 216.683594 142.800781 L 222.015625 144.445312 L 219.136719 140.339844 L 205.1875 140.339844 L 210.921875 141.566406 L 199.84375 146.109375 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 197.78125 150.644531 L 192.867188 148.980469 L 181.359375 153.953125 L 175.617188 152.289062 L 178.480469 156.824219 L 192.867188 156.824219 L 186.695312 155.171875 L 197.78125 150.644531 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 176.84375 141.566406 L 181.761719 139.921875 L 193.683594 144.445312 L 199.027344 143.21875 L 196.15625 147.328125 L 182.179688 147.328125 L 187.921875 146.109375 L 176.84375 141.566406 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 221.191406 155.578125 L 216.253906 157.234375 L 204.769531 152.289062 L 199.027344 153.953125 L 201.898438 149.808594 L 216.253906 149.808594 L 210.101562 151.042969 L 221.191406 155.578125 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 200.253906 146.519531 L 205.1875 148.164062 L 217.074219 143.21875 L 222.425781 144.875 L 219.542969 140.738281 L 205.585938 140.738281 L 211.339844 141.964844 L 200.253906 146.519531 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 198.199219 151.042969 L 193.253906 149.398438 L 181.761719 154.34375 L 176.015625 152.699219 L 178.890625 157.234375 L 193.253906 157.234375 L 187.105469 155.578125 L 198.199219 151.042969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 177.253906 141.964844 L 182.179688 140.339844 L 194.09375 144.875 L 199.425781 143.617188 L 196.5625 147.765625 L 182.585938 147.765625 L 188.347656 146.519531 L 177.253906 141.964844 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 221.589844 156.007812 L 216.683594 157.652344 L 205.1875 152.699219 L 199.425781 154.34375 L 202.296875 150.234375 L 216.683594 150.234375 L 210.523438 151.460938 L 221.589844 156.007812 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 13.316383 14.859102 L 13.316383 15.68293 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.68318 14.859102 L 16.68318 15.68293 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 398.085938 66.269531 L 398.027344 65.667969 L 397.902344 65.070312 L 397.695312 64.480469 L 397.398438 63.902344 L 397 63.3125 L 396.535156 62.742188 L 395.972656 62.179688 L 395.347656 61.628906 L 394.625 61.085938 L 393.824219 60.5625 L 392.960938 60.058594 L 392.019531 59.546875 L 391 59.0625 L 389.917969 58.605469 L 388.757812 58.167969 L 387.539062 57.75 L 386.273438 57.339844 L 384.945312 56.96875 L 383.566406 56.617188 L 382.128906 56.285156 L 380.648438 55.980469 L 379.117188 55.722656 L 377.554688 55.457031 L 375.976562 55.25 L 374.351562 55.046875 L 372.699219 54.898438 L 371.023438 54.753906 L 369.332031 54.660156 L 367.640625 54.5625 L 365.929688 54.535156 L 364.21875 54.507812 L 364.21875 54.507812 L 362.496094 54.535156 L 360.785156 54.5625 L 359.09375 54.660156 L 357.398438 54.753906 L 355.726562 54.898438 L 354.070312 55.046875 L 352.445312 55.25 L 350.859375 55.457031 L 349.296875 55.722656 L 347.777344 55.980469 L 346.292969 56.285156 L 344.859375 56.617188 L 343.480469 56.96875 L 342.148438 57.339844 L 340.875 57.75 L 339.667969 58.167969 L 338.507812 58.605469 L 337.421875 59.0625 L 336.40625 59.546875 L 335.464844 60.058594 L 334.597656 60.5625 L 333.800781 61.085938 L 333.078125 61.628906 L 332.449219 62.179688 L 331.890625 62.742188 L 331.425781 63.3125 L 331.023438 63.902344 L 330.71875 64.480469 L 330.5 65.070312 L 330.386719 65.667969 L 330.339844 66.269531 L 330.339844 66.269531 L 330.386719 66.859375 L 330.5 67.457031 L 330.71875 68.046875 L 331.023438 68.625 L 331.425781 69.214844 L 331.890625 69.785156 L 332.449219 70.347656 L 333.078125 70.898438 L 333.800781 71.441406 L 334.597656 71.964844 L 335.464844 72.488281 L 336.40625 72.980469 L 337.421875 73.464844 L 338.507812 73.921875 L 339.667969 74.378906 L 340.875 74.796875 L 342.148438 75.1875 L 343.480469 75.566406 L 344.859375 75.910156 L 346.292969 76.242188 L 347.777344 76.546875 L 349.296875 76.820312 L 350.859375 77.070312 L 352.445312 77.296875 L 354.070312 77.476562 L 355.726562 77.648438 L 357.398438 77.773438 L 359.09375 77.886719 L 360.785156 77.964844 L 362.496094 78.011719 L 364.21875 78.019531 L 364.21875 78.019531 L 365.929688 78.011719 L 367.640625 77.964844 L 369.332031 77.886719 L 371.023438 77.773438 L 372.699219 77.648438 L 374.351562 77.476562 L 375.976562 77.296875 L 377.554688 77.070312 L 379.117188 76.820312 L 380.648438 76.546875 L 382.128906 76.242188 L 383.566406 75.910156 L 384.945312 75.566406 L 386.273438 75.1875 L 387.539062 74.796875 L 388.757812 74.378906 L 389.917969 73.921875 L 391 73.464844 L 392.019531 72.980469 L 392.960938 72.488281 L 393.824219 71.964844 L 394.625 71.441406 L 395.347656 70.898438 L 395.972656 70.347656 L 396.535156 69.785156 L 397 69.214844 L 397.398438 68.625 L 397.695312 68.046875 L 397.902344 67.457031 L 398.027344 66.859375 L 398.085938 66.269531 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.93318 10.733906 L 24.930836 10.704023 L 24.925172 10.675508 L 24.914234 10.646016 L 24.899586 10.6175 L 24.880055 10.588984 L 24.85525 10.560859 L 24.829664 10.533711 L 24.797242 10.506172 L 24.761695 10.479609 L 24.722242 10.452852 L 24.678492 10.428242 L 24.631812 10.403438 L 24.581422 10.379805 L 24.527711 10.356953 L 24.47068 10.335078 L 24.409742 10.315156 L 24.34607 10.296016 L 24.280445 10.276484 L 24.212086 10.260469 L 24.140797 10.243281 L 24.066578 10.228633 L 23.991383 10.215156 L 23.91443 10.202852 L 23.835133 10.1925 L 23.754664 10.182344 L 23.672047 10.174922 L 23.589234 10.167695 L 23.505055 10.163008 L 23.420484 10.159688 L 23.335523 10.156758 L 23.250367 10.156758 L 23.250367 10.156758 L 23.164234 10.156758 L 23.079664 10.159688 L 22.994508 10.163008 L 22.911305 10.167695 L 22.828102 10.174922 L 22.745875 10.182344 L 22.665211 10.1925 L 22.585719 10.202852 L 22.50818 10.215156 L 22.43318 10.228633 L 22.358961 10.243281 L 22.287672 10.260469 L 22.219703 10.276484 L 22.153492 10.296016 L 22.08982 10.315156 L 22.029469 10.335078 L 21.973023 10.356953 L 21.919312 10.379805 L 21.868336 10.403438 L 21.820875 10.428242 L 21.778492 10.452852 L 21.738648 10.479609 L 21.702906 10.506172 L 21.671461 10.533711 L 21.643922 10.560859 L 21.620289 10.588984 L 21.601148 10.6175 L 21.585914 10.646016 L 21.574977 10.675508 L 21.568922 10.704023 L 21.566383 10.733906 L 21.566383 10.733906 L 21.568922 10.762813 L 21.574977 10.792891 L 21.585914 10.82082 L 21.601148 10.849922 L 21.620289 10.878828 L 21.643922 10.906563 L 21.671461 10.934102 L 21.702906 10.961641 L 21.738648 10.987813 L 21.778492 11.014375 L 21.820875 11.03957 L 21.868336 11.063398 L 21.919312 11.087617 L 21.973023 11.110859 L 22.029469 11.131758 L 22.08982 11.152266 L 22.153492 11.171797 L 22.219703 11.190742 L 22.287672 11.207344 L 22.358961 11.223555 L 22.43318 11.238789 L 22.50818 11.25207 L 22.585719 11.263984 L 22.665211 11.275313 L 22.745875 11.284883 L 22.828102 11.2925 L 22.911305 11.299141 L 22.994508 11.303828 L 23.079664 11.308125 L 23.164234 11.310469 L 23.250367 11.311055 L 23.250367 11.311055 L 23.335523 11.310469 L 23.420484 11.308125 L 23.505055 11.303828 L 23.589234 11.299141 L 23.672047 11.2925 L 23.754664 11.284883 L 23.835133 11.275313 L 23.91443 11.263984 L 23.991383 11.25207 L 24.066578 11.238789 L 24.140797 11.223555 L 24.212086 11.207344 L 24.280445 11.190742 L 24.34607 11.171797 L 24.409742 11.152266 L 24.47068 11.131758 L 24.527711 11.110859 L 24.581422 11.087617 L 24.631812 11.063398 L 24.678492 11.03957 L 24.722242 11.014375 L 24.761695 10.987813 L 24.797242 10.961641 L 24.829664 10.934102 L 24.85525 10.906563 L 24.880055 10.878828 L 24.899586 10.849922 L 24.914234 10.82082 L 24.925172 10.792891 L 24.930836 10.762813 L 24.93318 10.733906 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 330.347656 49.980469 L 330.347656 66.488281 L 397.683594 66.488281 L 397.683594 49.980469 L 330.347656 49.980469 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,70.588237%,100%);fill-opacity:1;" d="M 398.085938 49.78125 L 398.027344 49.183594 L 397.902344 48.574219 L 397.695312 47.992188 L 397.398438 47.40625 L 397 46.816406 L 396.535156 46.246094 L 395.972656 45.683594 L 395.347656 45.140625 L 394.625 44.589844 L 393.824219 44.078125 L 392.960938 43.554688 L 392.019531 43.058594 L 391 42.566406 L 389.917969 42.117188 L 388.757812 41.671875 L 387.539062 41.242188 L 386.273438 40.84375 L 384.945312 40.472656 L 383.566406 40.121094 L 382.128906 39.796875 L 380.648438 39.503906 L 379.117188 39.21875 L 377.554688 38.972656 L 375.976562 38.742188 L 374.351562 38.550781 L 372.699219 38.390625 L 371.023438 38.257812 L 369.332031 38.152344 L 367.640625 38.078125 L 365.929688 38.03125 L 364.21875 38.019531 L 364.21875 38.019531 L 362.496094 38.03125 L 360.785156 38.078125 L 359.09375 38.152344 L 357.398438 38.257812 L 355.726562 38.390625 L 354.070312 38.550781 L 352.445312 38.742188 L 350.859375 38.972656 L 349.296875 39.21875 L 347.777344 39.503906 L 346.292969 39.796875 L 344.859375 40.121094 L 343.480469 40.472656 L 342.148438 40.84375 L 340.875 41.242188 L 339.667969 41.671875 L 338.507812 42.117188 L 337.421875 42.566406 L 336.40625 43.058594 L 335.464844 43.554688 L 334.597656 44.078125 L 333.800781 44.589844 L 333.078125 45.140625 L 332.449219 45.683594 L 331.890625 46.246094 L 331.425781 46.816406 L 331.023438 47.40625 L 330.71875 47.992188 L 330.5 48.574219 L 330.386719 49.183594 L 330.339844 49.78125 L 330.339844 49.78125 L 330.386719 50.371094 L 330.5 50.96875 L 330.71875 51.558594 L 331.023438 52.128906 L 331.425781 52.71875 L 331.890625 53.289062 L 332.449219 53.851562 L 333.078125 54.410156 L 333.800781 54.953125 L 334.597656 55.46875 L 335.464844 55.980469 L 336.40625 56.492188 L 337.421875 56.96875 L 338.507812 57.425781 L 339.667969 57.871094 L 340.875 58.289062 L 342.148438 58.699219 L 343.480469 59.0625 L 344.859375 59.414062 L 346.292969 59.746094 L 347.777344 60.058594 L 349.296875 60.316406 L 350.859375 60.574219 L 352.445312 60.800781 L 354.070312 60.980469 L 355.726562 61.144531 L 357.398438 61.277344 L 359.09375 61.382812 L 360.785156 61.464844 L 362.496094 61.515625 L 364.21875 61.523438 L 364.21875 61.523438 L 365.929688 61.515625 L 367.640625 61.464844 L 369.332031 61.382812 L 371.023438 61.277344 L 372.699219 61.144531 L 374.351562 60.980469 L 375.976562 60.800781 L 377.554688 60.574219 L 379.117188 60.316406 L 380.648438 60.058594 L 382.128906 59.746094 L 383.566406 59.414062 L 384.945312 59.0625 L 386.273438 58.699219 L 387.539062 58.289062 L 388.757812 57.871094 L 389.917969 57.425781 L 391 56.96875 L 392.019531 56.492188 L 392.960938 55.980469 L 393.824219 55.46875 L 394.625 54.953125 L 395.347656 54.410156 L 395.972656 53.851562 L 396.535156 53.289062 L 397 52.71875 L 397.398438 52.128906 L 397.695312 51.558594 L 397.902344 50.96875 L 398.027344 50.371094 L 398.085938 49.78125 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.93318 9.909102 L 24.930836 9.879219 L 24.925172 9.850703 L 24.914234 9.821602 L 24.899586 9.792695 L 24.880055 9.76457 L 24.85525 9.735469 L 24.829664 9.708906 L 24.797242 9.681367 L 24.761695 9.655195 L 24.722242 9.628047 L 24.678492 9.603828 L 24.631812 9.578633 L 24.581422 9.555 L 24.527711 9.533125 L 24.47068 9.510273 L 24.409742 9.491133 L 24.34607 9.47082 L 24.280445 9.452266 L 24.212086 9.435078 L 24.140797 9.418477 L 24.066578 9.403828 L 23.991383 9.390352 L 23.91443 9.378633 L 23.835133 9.367109 L 23.754664 9.357539 L 23.672047 9.349922 L 23.589234 9.342891 L 23.505055 9.338203 L 23.420484 9.334297 L 23.335523 9.331953 L 23.250367 9.331563 L 23.250367 9.331563 L 23.164234 9.331953 L 23.079664 9.334297 L 22.994508 9.338203 L 22.911305 9.342891 L 22.828102 9.349922 L 22.745875 9.357539 L 22.665211 9.367109 L 22.585719 9.378633 L 22.50818 9.390352 L 22.43318 9.403828 L 22.358961 9.418477 L 22.287672 9.435078 L 22.219703 9.452266 L 22.153492 9.47082 L 22.08982 9.491133 L 22.029469 9.510273 L 21.973023 9.533125 L 21.919312 9.555 L 21.868336 9.578633 L 21.820875 9.603828 L 21.778492 9.628047 L 21.738648 9.655195 L 21.702906 9.681367 L 21.671461 9.708906 L 21.643922 9.735469 L 21.620289 9.76457 L 21.601148 9.792695 L 21.585914 9.821602 L 21.574977 9.850703 L 21.568922 9.879219 L 21.566383 9.909102 L 21.566383 9.909102 L 21.568922 9.938594 L 21.574977 9.9675 L 21.585914 9.996602 L 21.601148 10.025117 L 21.620289 10.053633 L 21.643922 10.082148 L 21.671461 10.109297 L 21.702906 10.136836 L 21.738648 10.163008 L 21.778492 10.18957 L 21.820875 10.214766 L 21.868336 10.238594 L 21.919312 10.262813 L 21.973023 10.285664 L 22.029469 10.306953 L 22.08982 10.327461 L 22.153492 10.346992 L 22.219703 10.365547 L 22.287672 10.382539 L 22.358961 10.399141 L 22.43318 10.414961 L 22.50818 10.427266 L 22.585719 10.440156 L 22.665211 10.451094 L 22.745875 10.460078 L 22.828102 10.468672 L 22.911305 10.475313 L 22.994508 10.479609 L 23.079664 10.483906 L 23.164234 10.48625 L 23.250367 10.486641 L 23.250367 10.486641 L 23.335523 10.48625 L 23.420484 10.483906 L 23.505055 10.479609 L 23.589234 10.475313 L 23.672047 10.468672 L 23.754664 10.460078 L 23.835133 10.451094 L 23.91443 10.440156 L 23.991383 10.427266 L 24.066578 10.414961 L 24.140797 10.399141 L 24.212086 10.382539 L 24.280445 10.365547 L 24.34607 10.346992 L 24.409742 10.327461 L 24.47068 10.306953 L 24.527711 10.285664 L 24.581422 10.262813 L 24.631812 10.238594 L 24.678492 10.214766 L 24.722242 10.18957 L 24.761695 10.163008 L 24.797242 10.136836 L 24.829664 10.109297 L 24.85525 10.082148 L 24.880055 10.053633 L 24.899586 10.025117 L 24.914234 9.996602 L 24.925172 9.9675 L 24.930836 9.938594 L 24.93318 9.909102 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 364.84375 47.109375 L 369.769531 48.765625 L 381.683594 43.800781 L 387.015625 45.445312 L 384.136719 41.339844 L 370.1875 41.339844 L 375.921875 42.566406 L 364.84375 47.109375 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 362.78125 51.644531 L 357.867188 49.980469 L 346.359375 54.953125 L 340.617188 53.289062 L 343.480469 57.824219 L 357.867188 57.824219 L 351.695312 56.171875 L 362.78125 51.644531 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 341.84375 42.566406 L 346.761719 40.921875 L 358.683594 45.445312 L 364.027344 44.21875 L 361.15625 48.328125 L 347.179688 48.328125 L 352.921875 47.109375 L 341.84375 42.566406 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 386.191406 56.578125 L 381.253906 58.234375 L 369.769531 53.289062 L 364.027344 54.953125 L 366.898438 50.808594 L 381.253906 50.808594 L 375.101562 52.042969 L 386.191406 56.578125 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 365.253906 47.519531 L 370.1875 49.164062 L 382.074219 44.21875 L 387.425781 45.875 L 384.542969 41.738281 L 370.585938 41.738281 L 376.339844 42.964844 L 365.253906 47.519531 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 363.199219 52.042969 L 358.253906 50.398438 L 346.761719 55.34375 L 341.015625 53.699219 L 343.890625 58.234375 L 358.253906 58.234375 L 352.105469 56.578125 L 363.199219 52.042969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 342.253906 42.964844 L 347.179688 41.339844 L 359.09375 45.875 L 364.425781 44.617188 L 361.5625 48.765625 L 347.585938 48.765625 L 353.347656 47.519531 L 342.253906 42.964844 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 386.589844 57.007812 L 381.683594 58.652344 L 370.1875 53.699219 L 364.425781 55.34375 L 367.296875 51.234375 L 381.683594 51.234375 L 375.523438 52.460938 L 386.589844 57.007812 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.566383 9.909102 L 21.566383 10.73293 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.93318 9.909102 L 24.93318 10.73293 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 572.085938 150.269531 L 572.027344 149.667969 L 571.902344 149.070312 L 571.695312 148.480469 L 571.398438 147.902344 L 571 147.3125 L 570.535156 146.742188 L 569.972656 146.179688 L 569.347656 145.628906 L 568.625 145.085938 L 567.824219 144.5625 L 566.960938 144.058594 L 566.019531 143.546875 L 565 143.0625 L 563.917969 142.605469 L 562.757812 142.167969 L 561.539062 141.75 L 560.273438 141.339844 L 558.945312 140.96875 L 557.566406 140.617188 L 556.128906 140.285156 L 554.648438 139.980469 L 553.117188 139.722656 L 551.554688 139.457031 L 549.976562 139.25 L 548.351562 139.046875 L 546.699219 138.898438 L 545.023438 138.753906 L 543.332031 138.660156 L 541.640625 138.5625 L 539.929688 138.535156 L 538.21875 138.507812 L 538.21875 138.507812 L 536.496094 138.535156 L 534.785156 138.5625 L 533.09375 138.660156 L 531.398438 138.753906 L 529.726562 138.898438 L 528.070312 139.046875 L 526.445312 139.25 L 524.859375 139.457031 L 523.296875 139.722656 L 521.777344 139.980469 L 520.292969 140.285156 L 518.859375 140.617188 L 517.480469 140.96875 L 516.148438 141.339844 L 514.875 141.75 L 513.667969 142.167969 L 512.507812 142.605469 L 511.421875 143.0625 L 510.40625 143.546875 L 509.464844 144.058594 L 508.597656 144.5625 L 507.800781 145.085938 L 507.078125 145.628906 L 506.449219 146.179688 L 505.890625 146.742188 L 505.425781 147.3125 L 505.023438 147.902344 L 504.71875 148.480469 L 504.5 149.070312 L 504.386719 149.667969 L 504.339844 150.269531 L 504.339844 150.269531 L 504.386719 150.859375 L 504.5 151.457031 L 504.71875 152.046875 L 505.023438 152.625 L 505.425781 153.214844 L 505.890625 153.785156 L 506.449219 154.347656 L 507.078125 154.898438 L 507.800781 155.441406 L 508.597656 155.964844 L 509.464844 156.488281 L 510.40625 156.980469 L 511.421875 157.464844 L 512.507812 157.921875 L 513.667969 158.378906 L 514.875 158.796875 L 516.148438 159.1875 L 517.480469 159.566406 L 518.859375 159.910156 L 520.292969 160.242188 L 521.777344 160.546875 L 523.296875 160.820312 L 524.859375 161.070312 L 526.445312 161.296875 L 528.070312 161.476562 L 529.726562 161.648438 L 531.398438 161.773438 L 533.09375 161.886719 L 534.785156 161.964844 L 536.496094 162.011719 L 538.21875 162.019531 L 538.21875 162.019531 L 539.929688 162.011719 L 541.640625 161.964844 L 543.332031 161.886719 L 545.023438 161.773438 L 546.699219 161.648438 L 548.351562 161.476562 L 549.976562 161.296875 L 551.554688 161.070312 L 553.117188 160.820312 L 554.648438 160.546875 L 556.128906 160.242188 L 557.566406 159.910156 L 558.945312 159.566406 L 560.273438 159.1875 L 561.539062 158.796875 L 562.757812 158.378906 L 563.917969 157.921875 L 565 157.464844 L 566.019531 156.980469 L 566.960938 156.488281 L 567.824219 155.964844 L 568.625 155.441406 L 569.347656 154.898438 L 569.972656 154.347656 L 570.535156 153.785156 L 571 153.214844 L 571.398438 152.625 L 571.695312 152.046875 L 571.902344 151.457031 L 572.027344 150.859375 L 572.085938 150.269531 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.63318 14.933906 L 33.630836 14.904023 L 33.625172 14.875508 L 33.614234 14.846016 L 33.599586 14.8175 L 33.580055 14.788984 L 33.55525 14.760859 L 33.529664 14.733711 L 33.497242 14.706172 L 33.461695 14.679609 L 33.422242 14.652852 L 33.378492 14.628242 L 33.331812 14.603438 L 33.281422 14.579805 L 33.227711 14.556953 L 33.17068 14.535078 L 33.109742 14.515156 L 33.04607 14.496016 L 32.980445 14.476484 L 32.912086 14.460469 L 32.840797 14.443281 L 32.766578 14.428633 L 32.691383 14.415156 L 32.61443 14.402852 L 32.535133 14.3925 L 32.454664 14.382344 L 32.372047 14.374922 L 32.289234 14.367695 L 32.205055 14.363008 L 32.120484 14.359688 L 32.035523 14.356758 L 31.950367 14.356758 L 31.950367 14.356758 L 31.864234 14.356758 L 31.779664 14.359688 L 31.694508 14.363008 L 31.611305 14.367695 L 31.528102 14.374922 L 31.445875 14.382344 L 31.365211 14.3925 L 31.285719 14.402852 L 31.20818 14.415156 L 31.13318 14.428633 L 31.058961 14.443281 L 30.987672 14.460469 L 30.919703 14.476484 L 30.853492 14.496016 L 30.78982 14.515156 L 30.729469 14.535078 L 30.673023 14.556953 L 30.619312 14.579805 L 30.568336 14.603438 L 30.520875 14.628242 L 30.478492 14.652852 L 30.438648 14.679609 L 30.402906 14.706172 L 30.371461 14.733711 L 30.343922 14.760859 L 30.320289 14.788984 L 30.301148 14.8175 L 30.285914 14.846016 L 30.274977 14.875508 L 30.268922 14.904023 L 30.266383 14.933906 L 30.266383 14.933906 L 30.268922 14.962813 L 30.274977 14.992891 L 30.285914 15.02082 L 30.301148 15.049922 L 30.320289 15.078828 L 30.343922 15.106563 L 30.371461 15.134102 L 30.402906 15.161641 L 30.438648 15.187813 L 30.478492 15.214375 L 30.520875 15.23957 L 30.568336 15.263398 L 30.619312 15.287617 L 30.673023 15.310859 L 30.729469 15.331758 L 30.78982 15.352266 L 30.853492 15.371797 L 30.919703 15.390742 L 30.987672 15.407344 L 31.058961 15.423555 L 31.13318 15.438789 L 31.20818 15.45207 L 31.285719 15.463984 L 31.365211 15.475313 L 31.445875 15.484883 L 31.528102 15.4925 L 31.611305 15.499141 L 31.694508 15.503828 L 31.779664 15.508125 L 31.864234 15.510469 L 31.950367 15.511055 L 31.950367 15.511055 L 32.035523 15.510469 L 32.120484 15.508125 L 32.205055 15.503828 L 32.289234 15.499141 L 32.372047 15.4925 L 32.454664 15.484883 L 32.535133 15.475313 L 32.61443 15.463984 L 32.691383 15.45207 L 32.766578 15.438789 L 32.840797 15.423555 L 32.912086 15.407344 L 32.980445 15.390742 L 33.04607 15.371797 L 33.109742 15.352266 L 33.17068 15.331758 L 33.227711 15.310859 L 33.281422 15.287617 L 33.331812 15.263398 L 33.378492 15.23957 L 33.422242 15.214375 L 33.461695 15.187813 L 33.497242 15.161641 L 33.529664 15.134102 L 33.55525 15.106563 L 33.580055 15.078828 L 33.599586 15.049922 L 33.614234 15.02082 L 33.625172 14.992891 L 33.630836 14.962813 L 33.63318 14.933906 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,47.058824%,66.666669%);fill-opacity:1;" d="M 504.347656 133.980469 L 504.347656 150.488281 L 571.683594 150.488281 L 571.683594 133.980469 L 504.347656 133.980469 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,70.588237%,100%);fill-opacity:1;" d="M 572.085938 133.78125 L 572.027344 133.183594 L 571.902344 132.574219 L 571.695312 131.992188 L 571.398438 131.40625 L 571 130.816406 L 570.535156 130.246094 L 569.972656 129.683594 L 569.347656 129.140625 L 568.625 128.589844 L 567.824219 128.078125 L 566.960938 127.554688 L 566.019531 127.058594 L 565 126.566406 L 563.917969 126.117188 L 562.757812 125.671875 L 561.539062 125.242188 L 560.273438 124.84375 L 558.945312 124.472656 L 557.566406 124.121094 L 556.128906 123.796875 L 554.648438 123.503906 L 553.117188 123.21875 L 551.554688 122.972656 L 549.976562 122.742188 L 548.351562 122.550781 L 546.699219 122.390625 L 545.023438 122.257812 L 543.332031 122.152344 L 541.640625 122.078125 L 539.929688 122.03125 L 538.21875 122.019531 L 538.21875 122.019531 L 536.496094 122.03125 L 534.785156 122.078125 L 533.09375 122.152344 L 531.398438 122.257812 L 529.726562 122.390625 L 528.070312 122.550781 L 526.445312 122.742188 L 524.859375 122.972656 L 523.296875 123.21875 L 521.777344 123.503906 L 520.292969 123.796875 L 518.859375 124.121094 L 517.480469 124.472656 L 516.148438 124.84375 L 514.875 125.242188 L 513.667969 125.671875 L 512.507812 126.117188 L 511.421875 126.566406 L 510.40625 127.058594 L 509.464844 127.554688 L 508.597656 128.078125 L 507.800781 128.589844 L 507.078125 129.140625 L 506.449219 129.683594 L 505.890625 130.246094 L 505.425781 130.816406 L 505.023438 131.40625 L 504.71875 131.992188 L 504.5 132.574219 L 504.386719 133.183594 L 504.339844 133.78125 L 504.339844 133.78125 L 504.386719 134.371094 L 504.5 134.96875 L 504.71875 135.558594 L 505.023438 136.128906 L 505.425781 136.71875 L 505.890625 137.289062 L 506.449219 137.851562 L 507.078125 138.410156 L 507.800781 138.953125 L 508.597656 139.46875 L 509.464844 139.980469 L 510.40625 140.492188 L 511.421875 140.96875 L 512.507812 141.425781 L 513.667969 141.871094 L 514.875 142.289062 L 516.148438 142.699219 L 517.480469 143.0625 L 518.859375 143.414062 L 520.292969 143.746094 L 521.777344 144.058594 L 523.296875 144.316406 L 524.859375 144.574219 L 526.445312 144.800781 L 528.070312 144.980469 L 529.726562 145.144531 L 531.398438 145.277344 L 533.09375 145.382812 L 534.785156 145.464844 L 536.496094 145.515625 L 538.21875 145.523438 L 538.21875 145.523438 L 539.929688 145.515625 L 541.640625 145.464844 L 543.332031 145.382812 L 545.023438 145.277344 L 546.699219 145.144531 L 548.351562 144.980469 L 549.976562 144.800781 L 551.554688 144.574219 L 553.117188 144.316406 L 554.648438 144.058594 L 556.128906 143.746094 L 557.566406 143.414062 L 558.945312 143.0625 L 560.273438 142.699219 L 561.539062 142.289062 L 562.757812 141.871094 L 563.917969 141.425781 L 565 140.96875 L 566.019531 140.492188 L 566.960938 139.980469 L 567.824219 139.46875 L 568.625 138.953125 L 569.347656 138.410156 L 569.972656 137.851562 L 570.535156 137.289062 L 571 136.71875 L 571.398438 136.128906 L 571.695312 135.558594 L 571.902344 134.96875 L 572.027344 134.371094 L 572.085938 133.78125 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.63318 14.109102 L 33.630836 14.079219 L 33.625172 14.050703 L 33.614234 14.021602 L 33.599586 13.992695 L 33.580055 13.96457 L 33.55525 13.935469 L 33.529664 13.908906 L 33.497242 13.881367 L 33.461695 13.855195 L 33.422242 13.828047 L 33.378492 13.803828 L 33.331812 13.778633 L 33.281422 13.755 L 33.227711 13.733125 L 33.17068 13.710273 L 33.109742 13.691133 L 33.04607 13.67082 L 32.980445 13.652266 L 32.912086 13.635078 L 32.840797 13.618477 L 32.766578 13.603828 L 32.691383 13.590352 L 32.61443 13.578633 L 32.535133 13.567109 L 32.454664 13.557539 L 32.372047 13.549922 L 32.289234 13.542891 L 32.205055 13.538203 L 32.120484 13.534297 L 32.035523 13.531953 L 31.950367 13.531563 L 31.950367 13.531563 L 31.864234 13.531953 L 31.779664 13.534297 L 31.694508 13.538203 L 31.611305 13.542891 L 31.528102 13.549922 L 31.445875 13.557539 L 31.365211 13.567109 L 31.285719 13.578633 L 31.20818 13.590352 L 31.13318 13.603828 L 31.058961 13.618477 L 30.987672 13.635078 L 30.919703 13.652266 L 30.853492 13.67082 L 30.78982 13.691133 L 30.729469 13.710273 L 30.673023 13.733125 L 30.619312 13.755 L 30.568336 13.778633 L 30.520875 13.803828 L 30.478492 13.828047 L 30.438648 13.855195 L 30.402906 13.881367 L 30.371461 13.908906 L 30.343922 13.935469 L 30.320289 13.96457 L 30.301148 13.992695 L 30.285914 14.021602 L 30.274977 14.050703 L 30.268922 14.079219 L 30.266383 14.109102 L 30.266383 14.109102 L 30.268922 14.138594 L 30.274977 14.1675 L 30.285914 14.196602 L 30.301148 14.225117 L 30.320289 14.253633 L 30.343922 14.282148 L 30.371461 14.309297 L 30.402906 14.336836 L 30.438648 14.363008 L 30.478492 14.38957 L 30.520875 14.414766 L 30.568336 14.438594 L 30.619312 14.462813 L 30.673023 14.485664 L 30.729469 14.506953 L 30.78982 14.527461 L 30.853492 14.546992 L 30.919703 14.565547 L 30.987672 14.582539 L 31.058961 14.599141 L 31.13318 14.614961 L 31.20818 14.627266 L 31.285719 14.640156 L 31.365211 14.651094 L 31.445875 14.660078 L 31.528102 14.668672 L 31.611305 14.675313 L 31.694508 14.679609 L 31.779664 14.683906 L 31.864234 14.68625 L 31.950367 14.686641 L 31.950367 14.686641 L 32.035523 14.68625 L 32.120484 14.683906 L 32.205055 14.679609 L 32.289234 14.675313 L 32.372047 14.668672 L 32.454664 14.660078 L 32.535133 14.651094 L 32.61443 14.640156 L 32.691383 14.627266 L 32.766578 14.614961 L 32.840797 14.599141 L 32.912086 14.582539 L 32.980445 14.565547 L 33.04607 14.546992 L 33.109742 14.527461 L 33.17068 14.506953 L 33.227711 14.485664 L 33.281422 14.462813 L 33.331812 14.438594 L 33.378492 14.414766 L 33.422242 14.38957 L 33.461695 14.363008 L 33.497242 14.336836 L 33.529664 14.309297 L 33.55525 14.282148 L 33.580055 14.253633 L 33.599586 14.225117 L 33.614234 14.196602 L 33.625172 14.1675 L 33.630836 14.138594 L 33.63318 14.109102 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 538.84375 131.109375 L 543.769531 132.765625 L 555.683594 127.800781 L 561.015625 129.445312 L 558.136719 125.339844 L 544.1875 125.339844 L 549.921875 126.566406 L 538.84375 131.109375 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 536.78125 135.644531 L 531.867188 133.980469 L 520.359375 138.953125 L 514.617188 137.289062 L 517.480469 141.824219 L 531.867188 141.824219 L 525.695312 140.171875 L 536.78125 135.644531 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 515.84375 126.566406 L 520.761719 124.921875 L 532.683594 129.445312 L 538.027344 128.21875 L 535.15625 132.328125 L 521.179688 132.328125 L 526.921875 131.109375 L 515.84375 126.566406 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 560.191406 140.578125 L 555.253906 142.234375 L 543.769531 137.289062 L 538.027344 138.953125 L 540.898438 134.808594 L 555.253906 134.808594 L 549.101562 136.042969 L 560.191406 140.578125 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 539.253906 131.519531 L 544.1875 133.164062 L 556.074219 128.21875 L 561.425781 129.875 L 558.542969 125.738281 L 544.585938 125.738281 L 550.339844 126.964844 L 539.253906 131.519531 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 537.199219 136.042969 L 532.253906 134.398438 L 520.761719 139.34375 L 515.015625 137.699219 L 517.890625 142.234375 L 532.253906 142.234375 L 526.105469 140.578125 L 537.199219 136.042969 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 516.253906 126.964844 L 521.179688 125.339844 L 533.09375 129.875 L 538.425781 128.617188 L 535.5625 132.765625 L 521.585938 132.765625 L 527.347656 131.519531 L 516.253906 126.964844 "/>
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 560.589844 141.007812 L 555.683594 142.652344 L 544.1875 137.699219 L 538.425781 139.34375 L 541.296875 135.234375 L 555.683594 135.234375 L 549.523438 136.460938 L 560.589844 141.007812 "/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.266383 14.109102 L 30.266383 14.93293 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(66.666669%,90.196079%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.63318 14.109102 L 33.63318 14.93293 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.379469 8.271406 L 26.345094 8.218477 L 26.305055 8.166328 L 26.255641 8.11418 L 26.199 8.064961 L 26.137086 8.015742 L 26.069508 7.968281 L 25.995289 7.921797 L 25.914039 7.875508 L 25.828492 7.833711 L 25.739039 7.792109 L 25.63982 7.750313 L 25.539234 7.713398 L 25.431812 7.676484 L 25.320289 7.644258 L 25.206031 7.611055 L 25.086109 7.583516 L 24.963648 7.556172 L 24.836891 7.531367 L 24.706031 7.508711 L 24.575172 7.489766 L 24.440211 7.473555 L 24.30232 7.460469 L 24.164625 7.447969 L 24.024195 7.43957 L 23.882203 7.434883 L 23.743141 7.430977 L 23.599977 7.430977 L 23.459352 7.431953 L 23.321656 7.437617 L 23.178492 7.445234 L 23.040797 7.455586 L 22.902906 7.468867 L 22.769312 7.485078 L 22.634352 7.504023 L 22.503492 7.525703 L 22.376734 7.549531 L 22.254273 7.574141 L 22.132984 7.602461 L 22.014625 7.633711 L 21.902906 7.667891 L 21.795484 7.703047 L 21.693531 7.738984 L 21.593141 7.778828 L 21.499391 7.818477 L 21.411305 7.863008 L 21.331422 7.908516 L 21.254273 7.953047 L 21.183961 8.000508 L 21.122047 8.050703 L 21.062867 8.099922 L 21.013258 8.150117 L 20.96775 8.202266 L 20.932008 8.255391 L 20.902906 8.308516 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.312086 8.242109 L 21.226734 8.20793 L 21.138453 8.17668 L 21.047633 8.147383 L 20.952516 8.119844 L 20.854859 8.095234 L 20.757008 8.074336 L 20.656422 8.053633 L 20.553102 8.036445 L 20.449781 8.023164 L 20.343727 8.010859 L 20.236305 8.001484 L 20.128883 7.99582 L 20.020094 7.992891 L 19.912672 7.991914 L 19.803883 7.993867 L 19.697828 7.999531 L 19.589039 8.006172 L 19.482984 8.016523 L 19.378297 8.029805 L 19.274977 8.046992 L 19.173023 8.063984 L 19.073805 8.086641 L 18.97732 8.108516 L 18.882398 8.135078 L 18.788648 8.164375 L 18.699195 8.194844 L 18.612477 8.226875 L 18.529664 8.261055 L 18.452711 8.299922 L 18.375562 8.338789 L 18.303883 8.379609 L 18.237672 8.422188 L 18.174391 8.466719 L 18.116578 8.513203 L 18.0615 8.561445 L 18.013258 8.608906 L 17.96775 8.659102 L 17.932008 8.710273 L 17.897437 8.763203 L 17.867164 8.815352 L 17.845094 8.869453 L 17.828687 8.923359 L 17.81482 8.977461 L 17.806617 9.030586 L 17.806617 9.087422 L 17.810719 9.141328 L 17.818922 9.19543 L 17.834156 9.249336 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.346656 10.981563 L 17.343727 11.03 L 17.350758 11.079219 L 17.360328 11.126484 L 17.37693 11.176875 L 17.397437 11.224141 L 17.427906 11.272578 L 17.45818 11.319844 L 17.496656 11.366328 L 17.53943 11.410859 L 17.587672 11.455391 L 17.640016 11.498945 L 17.696461 11.540742 L 17.759742 11.580391 L 17.828687 11.621211 L 17.897437 11.656172 L 17.971852 11.693281 L 18.053102 11.727266 L 18.135719 11.760469 L 18.224 11.790742 L 18.31482 11.819258 L 18.407203 11.84582 L 18.503492 11.869453 L 18.602711 11.893086 L 18.706031 11.912031 L 18.809352 11.930195 L 18.912672 11.946211 L 19.020094 11.959492 L 19.128883 11.969844 L 19.237672 11.977461 L 19.349391 11.983125 L 19.459547 11.987813 L 19.572437 11.987813 L 19.681227 11.987813 L 19.79275 11.982148 L 19.903102 11.976484 L 20.011891 11.968086 L 20.119312 11.955781 L 20.226734 11.943281 L 20.334156 11.926289 L 20.436109 11.90832 L 20.536695 11.887422 L 20.634352 11.864766 L 20.729469 11.840156 L 20.824391 11.813594 L 20.914039 11.784102 L 20.998023 11.753828 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.3615 9.326094 L 28.550367 9.173555 L 28.582008 9.131953 L 28.60818 9.091133 L 28.632984 9.049531 L 28.648023 9.006758 L 28.659156 8.965156 L 28.664625 8.923359 L 28.665992 8.879805 L 28.659156 8.83625 L 28.650758 8.793672 L 28.632984 8.750898 L 28.613648 8.710273 L 28.587477 8.668477 L 28.557203 8.627852 L 28.521266 8.587031 L 28.478687 8.548164 L 28.43318 8.509297 L 28.38357 8.472383 L 28.328492 8.436445 L 28.269312 8.401289 L 28.203102 8.366328 L 28.137086 8.335078 L 28.065406 8.302852 L 27.988258 8.273359 L 27.909742 8.245039 L 27.827125 8.218477 L 27.740406 8.194844 L 27.65232 8.171992 L 27.562672 8.15207 L 27.469117 8.132148 L 27.372633 8.116133 L 27.273414 8.099922 L 27.175562 8.087617 L 27.073805 8.076289 L 26.971852 8.068672 L 26.867164 8.063008 L 26.763844 8.05832 L 26.659156 8.054414 L 26.553102 8.054414 L 26.449781 8.05832 L 26.345094 8.063008 L 26.241773 8.068672 L 26.13982 8.076289 L 26.039234 8.087617 L 25.938844 8.099922 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.784352 10.515352 L 29.072242 10.360859 L 29.115016 10.315352 L 29.155055 10.268086 L 29.185328 10.221602 L 29.2115 10.173359 L 29.232008 10.125898 L 29.244508 10.078438 L 29.249977 10.029219 L 29.249977 9.981953 L 29.239039 9.931563 L 29.226539 9.884297 L 29.207203 9.835859 L 29.178297 9.788594 L 29.143922 9.742109 L 29.106812 9.695625 L 29.059937 9.651094 L 29.006227 9.606563 L 28.94568 9.563984 L 28.88357 9.522383 L 28.81482 9.481563 L 28.3615 9.326094 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.102711 12.243672 L 26.204664 12.26457 L 26.307984 12.284492 L 26.411109 12.29875 L 26.517164 12.309102 L 26.621852 12.316719 L 26.729273 12.32043 L 26.835523 12.322383 L 26.940016 12.316719 L 27.047633 12.311055 L 27.153687 12.299727 L 27.257008 12.285469 L 27.358766 12.2675 L 27.462086 12.245625 L 27.564039 12.221992 L 27.660523 12.193477 L 27.754078 12.163203 L 27.849195 12.128242 L 27.938648 12.091133 L 28.02693 12.050508 L 28.110914 12.005977 L 28.192164 11.959492 L 28.269312 11.911055 L 28.340992 11.860859 L 28.411109 11.805 L 28.47732 11.749141 L 28.537867 11.692305 L 28.591578 11.629805 L 28.643922 11.568086 L 28.690797 11.505586 L 28.73357 11.440156 L 28.77068 11.371992 L 28.80232 11.303828 L 28.825758 11.235469 L 28.847828 11.167305 L 28.864234 11.096211 L 28.874 11.026094 L 28.879469 10.955 L 28.879469 10.883125 L 28.872633 10.812813 L 28.860133 10.741914 L 28.845094 10.67082 L 28.821656 10.60168 L 28.795484 10.534297 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 17.918141 9.285469 L 17.842359 9.290156 L 17.768141 9.29582 L 17.692359 9.304414 L 17.619312 9.315742 L 17.549 9.328047 L 17.475953 9.343281 L 17.405836 9.36125 L 17.338258 9.380195 L 17.273609 9.401875 L 17.208766 9.425703 L 17.144117 9.450313 L 17.084937 9.476875 L 17.02693 9.505195 L 16.971852 9.535664 L 16.919508 9.568672 L 16.868531 9.600898 L 16.820484 9.636055 L 16.777711 9.673945 L 16.734937 9.710859 L 16.700562 9.74875 L 16.666187 9.788594 L 16.632984 9.829414 L 16.605445 9.871016 L 16.582203 9.912617 L 16.560133 9.956367 L 16.544898 10.000898 L 16.529859 10.044453 L 16.521461 10.088984 L 16.515992 10.133516 L 16.515992 10.179023 L 16.515992 10.222578 L 16.524195 10.268086 L 16.532594 10.313594 L 16.544898 10.356172 L 16.562867 10.399727 L 16.582203 10.443281 L 16.605445 10.486055 L 16.632984 10.527656 L 16.666187 10.568477 L 16.700562 10.609102 L 16.739234 10.646992 L 16.779078 10.684102 L 16.823219 10.721992 L 16.868531 10.755977 L 16.919508 10.78918 L 16.973219 10.821406 L 17.028297 10.850898 L 17.087672 10.880195 L 17.148219 10.906758 L 17.208766 10.931367 L 17.273609 10.955 L 17.342359 10.977852 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 20.46775 11.718867 L 20.488453 11.770039 L 20.515992 11.821992 L 20.550367 11.873164 L 20.595875 11.923555 L 20.644117 11.97375 L 20.703297 12.021016 L 20.769312 12.068477 L 20.840992 12.115742 L 20.923609 12.160273 L 21.008961 12.204805 L 21.101344 12.245625 L 21.20193 12.287422 L 21.306617 12.326094 L 21.418141 12.36418 L 21.536695 12.399141 L 21.659156 12.432344 L 21.78318 12.462617 L 21.916773 12.492109 L 22.050367 12.518477 L 22.190797 12.543281 L 22.332789 12.565938 L 22.480055 12.586836 L 22.63025 12.603828 L 22.781812 12.617109 L 22.936109 12.631367 L 23.090211 12.639766 L 23.247242 12.648359 L 23.407008 12.651289 L 23.564039 12.655 L 23.722437 12.654023 L 23.880836 12.651289 L 24.037867 12.643672 L 24.193531 12.637031 L 24.347828 12.624727 L 24.502125 12.610469 L 24.653687 12.595234 L 24.799586 12.577266 L 24.94568 12.554609 L 25.087477 12.532734 L 25.223805 12.506172 L 25.358961 12.477852 L 25.488258 12.448359 L 25.612281 12.415352 L 25.732203 12.382148 L 25.846461 12.344258 L 25.95525 12.308125 L 26.05857 12.266523 L 26.153687 12.225703 L 26.245875 12.183125 L 26.325758 12.13957 L 26.402906 12.092109 L 26.471852 12.045625 L 26.533766 11.997383 L 26.590211 11.949141 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.202711 13.09543 L 33.18943 13.055 L 33.174 13.015352 L 33.154664 12.975703 L 33.132789 12.938203 L 33.108766 12.900703 L 33.082789 12.864766 L 33.053883 12.829414 L 33.022437 12.794063 L 32.989234 12.762422 L 32.954664 12.730586 L 32.916187 12.698945 L 32.87732 12.67082 L 32.835523 12.642695 L 32.792359 12.618281 L 32.748023 12.592891 L 32.701734 12.571992 L 32.654078 12.551094 L 32.605055 12.532344 L 32.554273 12.515156 L 32.503687 12.500703 L 32.451344 12.488398 L 32.398023 12.478438 L 32.344508 12.469063 L 32.290211 12.462422 L 32.235133 12.458906 L 32.181227 12.455977 L 32.125758 12.455977 L 32.071266 12.456758 L 32.017945 12.461055 L 31.962477 12.466719 L 31.909156 12.474727 L 31.855836 12.484883 L 31.803883 12.496992 L 31.751734 12.511445 L 31.700953 12.528047 L 31.65193 12.546016 L 31.604273 12.564766 L 31.557398 12.586445 L 31.5115 12.610273 L 31.468336 12.63625 L 31.426734 12.662813 L 31.387086 12.690352 L 31.348219 12.720625 L 31.311891 12.750898 L 31.277711 12.784688 L 31.246852 12.819258 L 31.216969 12.853242 L 31.189625 12.88918 L 31.165602 12.927461 L 31.14275 12.964961 L 31.123414 13.003047 L 31.105836 13.042695 L 31.091969 13.083125 L 31.080836 13.123555 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.239234 13.072969 L 31.206227 13.047188 L 31.172047 13.023359 L 31.136891 13.000898 L 31.099977 12.98 L 31.062086 12.96125 L 31.024195 12.94543 L 30.985328 12.929609 L 30.945289 12.916523 L 30.90525 12.906563 L 30.864039 12.897188 L 30.822437 12.889961 L 30.780836 12.885664 L 30.738648 12.883516 L 30.697047 12.882734 L 30.654859 12.884102 L 30.613844 12.888594 L 30.571656 12.893477 L 30.530641 12.901484 L 30.490016 12.911641 L 30.449977 12.924531 L 30.410523 12.937617 L 30.372047 12.954805 L 30.334742 12.971406 L 30.297828 12.991523 L 30.2615 13.013984 L 30.22693 13.037031 L 30.193336 13.061445 L 30.161305 13.087422 L 30.131422 13.117109 L 30.101539 13.146602 L 30.073805 13.177656 L 30.048023 13.210078 L 30.023609 13.243867 L 30.001148 13.279219 L 29.979859 13.315938 L 29.961109 13.35207 L 29.943531 13.390156 L 29.929664 13.429219 L 29.916383 13.469453 L 29.904469 13.509102 L 29.89607 13.550313 L 29.889625 13.591328 L 29.884352 13.632344 L 29.881031 13.672773 L 29.881031 13.715938 L 29.882594 13.757148 L 29.885914 13.798164 L 29.891773 13.839375 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 29.702906 15.156953 L 29.701734 15.193672 L 29.704469 15.231172 L 29.70818 15.267305 L 29.714625 15.305391 L 29.722633 15.341523 L 29.734352 15.378242 L 29.74607 15.414375 L 29.760914 15.449727 L 29.777516 15.483516 L 29.796266 15.5175 L 29.816578 15.550508 L 29.838453 15.582344 L 29.862867 15.612617 L 29.889625 15.643477 L 29.916383 15.670234 L 29.945094 15.698359 L 29.976539 15.724336 L 30.00857 15.749531 L 30.04275 15.772578 L 30.078102 15.794258 L 30.113844 15.814375 L 30.151148 15.832344 L 30.189625 15.850508 L 30.229664 15.864766 L 30.269508 15.878633 L 30.309547 15.890742 L 30.351344 15.900898 L 30.393336 15.908906 L 30.435523 15.91457 L 30.478883 15.918867 L 30.521461 15.922578 L 30.565211 15.922578 L 30.607398 15.922578 L 30.650562 15.918281 L 30.693336 15.913789 L 30.735523 15.907344 L 30.777125 15.897969 L 30.818727 15.888594 L 30.860328 15.875703 L 30.899977 15.862031 L 30.938844 15.846211 L 30.976734 15.828828 L 31.013648 15.810078 L 31.050367 15.789961 L 31.085133 15.7675 L 31.117555 15.744453 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.97068 13.897773 L 34.043922 13.781563 L 34.056227 13.749922 L 34.066383 13.718867 L 34.075953 13.687227 L 34.081812 13.654805 L 34.086109 13.622969 L 34.088258 13.591328 L 34.088648 13.558125 L 34.086109 13.524922 L 34.082789 13.4925 L 34.075953 13.460078 L 34.068336 13.429219 L 34.058375 13.397383 L 34.046461 13.366328 L 34.032594 13.335469 L 34.016187 13.305781 L 33.998609 13.276289 L 33.979273 13.248164 L 33.957984 13.22082 L 33.934937 13.194063 L 33.909352 13.1675 L 33.883766 13.143672 L 33.856031 13.119258 L 33.826148 13.096797 L 33.79568 13.075117 L 33.763648 13.055 L 33.730055 13.037031 L 33.695875 13.019648 L 33.661305 13.004609 L 33.624977 12.989375 L 33.587672 12.977266 L 33.549195 12.964961 L 33.511305 12.955586 L 33.471852 12.946797 L 33.432203 12.941133 L 33.391773 12.936836 L 33.351734 12.933125 L 33.311109 12.930391 L 33.270094 12.930391 L 33.230055 12.933125 L 33.18943 12.936836 L 33.149391 12.941133 L 33.109937 12.946797 L 33.070875 12.955586 L 33.032008 12.964961 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.134547 14.802266 L 34.24607 14.684883 L 34.262672 14.650313 L 34.278102 14.61418 L 34.28982 14.578828 L 34.299977 14.542109 L 34.307984 14.505977 L 34.312867 14.470039 L 34.315016 14.432539 L 34.315016 14.396602 L 34.310719 14.35832 L 34.305836 14.322188 L 34.298414 14.285469 L 34.287281 14.249531 L 34.274 14.21418 L 34.259547 14.178828 L 34.241383 14.144844 L 34.220484 14.111055 L 34.197047 14.078633 L 34.173023 14.046992 L 34.146266 14.015938 L 33.97068 13.897773 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.095484 16.117109 L 33.134937 16.13293 L 33.174977 16.148164 L 33.215016 16.158906 L 33.256227 16.166914 L 33.296656 16.172578 L 33.338258 16.175508 L 33.379469 16.17707 L 33.419898 16.172578 L 33.461695 16.168281 L 33.502711 16.159688 L 33.54275 16.148945 L 33.582203 16.135078 L 33.622242 16.118672 L 33.661695 16.100508 L 33.699195 16.079023 L 33.735328 16.055977 L 33.772242 16.029219 L 33.807008 16.001094 L 33.840992 15.970039 L 33.873609 15.93625 L 33.905055 15.900898 L 33.934937 15.86418 L 33.962672 15.825898 L 33.990016 15.78332 L 34.015602 15.740938 L 34.039039 15.697578 L 34.059937 15.650117 L 34.08025 15.603242 L 34.098414 15.555586 L 34.11482 15.505977 L 34.129273 15.454023 L 34.141578 15.40207 L 34.150562 15.350117 L 34.159156 15.298359 L 34.165602 15.244258 L 34.169312 15.190938 L 34.171461 15.136836 L 34.171461 15.081953 L 34.168727 15.028633 L 34.164039 14.974531 L 34.15818 14.920625 L 34.149 14.867891 L 34.138844 14.816719 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 29.924391 13.866719 L 29.894898 13.870234 L 29.866187 13.874531 L 29.836695 13.881172 L 29.80857 13.889766 L 29.781227 13.899141 L 29.752906 13.910664 L 29.725758 13.924336 L 29.699586 13.938789 L 29.674586 13.955391 L 29.649391 13.973359 L 29.624391 13.992109 L 29.601344 14.012227 L 29.579078 14.033906 L 29.557594 14.056953 L 29.537281 14.082148 L 29.517555 14.106758 L 29.499 14.13332 L 29.482398 14.162227 L 29.465797 14.190352 L 29.452516 14.219258 L 29.439234 14.249531 L 29.426344 14.280391 L 29.415602 14.312227 L 29.406617 14.343867 L 29.398023 14.37707 L 29.392164 14.410859 L 29.386305 14.444063 L 29.38318 14.478047 L 29.381031 14.511836 L 29.381031 14.546406 L 29.381031 14.579609 L 29.384156 14.61418 L 29.387477 14.64875 L 29.392164 14.681172 L 29.399195 14.714375 L 29.406617 14.747578 L 29.415602 14.78 L 29.426344 14.811641 L 29.439234 14.842695 L 29.452516 14.87375 L 29.467555 14.902461 L 29.482984 14.930586 L 29.499977 14.959492 L 29.517555 14.985469 L 29.537281 15.010664 L 29.55818 15.035078 L 29.579469 15.057539 L 29.602516 15.079805 L 29.625953 15.100117 L 29.649391 15.118867 L 29.674586 15.136836 L 29.701148 15.154023 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(42.352942%,56.078434%,57.647061%);stroke-opacity:1;stroke-miterlimit:10;" d="M 30.912086 15.717891 L 30.920094 15.756758 L 30.930836 15.796406 L 30.944117 15.835273 L 30.961891 15.873555 L 30.980445 15.911641 L 31.003492 15.947773 L 31.029078 15.983711 L 31.056812 16.019844 L 31.088844 16.053633 L 31.121852 16.087617 L 31.157594 16.118672 L 31.196656 16.150313 L 31.237281 16.179805 L 31.280445 16.208711 L 31.326344 16.235469 L 31.373805 16.260664 L 31.421852 16.283711 L 31.473609 16.305977 L 31.525367 16.326289 L 31.579859 16.344844 L 31.634742 16.362227 L 31.691969 16.378047 L 31.749977 16.391133 L 31.808766 16.401094 L 31.868531 16.412031 L 31.928297 16.418477 L 31.989234 16.424922 L 32.051148 16.42707 L 32.111891 16.43 L 32.173219 16.429219 L 32.234742 16.42707 L 32.295484 16.421406 L 32.355836 16.416328 L 32.415602 16.406953 L 32.475367 16.396211 L 32.534156 16.384492 L 32.590602 16.37082 L 32.647242 16.353633 L 32.702125 16.337031 L 32.755055 16.316914 L 32.807398 16.295234 L 32.857398 16.272773 L 32.905445 16.247578 L 32.95193 16.222383 L 32.996266 16.193477 L 33.038453 16.166133 L 33.078492 16.134492 L 33.115211 16.103438 L 33.150953 16.071016 L 33.182008 16.037813 L 33.211891 16.001875 L 33.238453 15.966523 L 33.262477 15.929805 L 33.284352 15.892891 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 15.621852 23.199141 L 15.085914 16.277266 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16.287672 14.481758 L 20.407594 11.911055 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 27.518922 12.234102 L 30.5365 13.794453 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 15.813062 16.210859 L 17.792555 18.502266 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.384156 15.496211 L 29.70857 18.31418 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
<path style="fill:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.904273 15.531172 L 31.463062 23.62668 " transform="matrix(20,0,0,20,-100.98,-148.6)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 205 KiB

29
assets/sgbd.svg Normal file
View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="-8.78 0 70 70" 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="http://www.w3.org/2000/svg">
<metadata>
<rdf:RDF>
<cc:Work>
<dc:subject>
Data
</dc:subject>
<dc:identifier>
sql-database-generic
</dc:identifier>
<dc:title>
SQL Database (Generic)
</dc:title>
<dc:format>
image/svg+xml
</dc:format>
<dc:publisher>
Amido Limited
</dc:publisher>
<dc:creator>
Richard Slater
</dc:creator>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
<path d="m 852.97077,1013.9363 c -6.55238,-0.4723 -13.02857,-2.1216 -17.00034,-4.3296 -2.26232,-1.2576 -3.98589,-2.8032 -4.66223,-4.1807 l -0.4024,-0.8196 0,-25.70807 0,-25.7081 0.31843,-0.6465 c 1.42297,-2.889 5.96432,-5.4935 12.30378,-7.0562 2.15195,-0.5305 5.2586,-1.0588 7.79304,-1.3252 2.58797,-0.2721 9.44765,-0.2307 12.02919,0.073 6.86123,0.8061 12.69967,2.6108 16.29768,5.0377 1.38756,0.9359 2.81137,2.4334 3.29371,3.4642 l 0.41358,0.8838 -0.0354,25.6303 -0.0354,25.63047 -0.33195,0.6744 c -0.18257,0.3709 -0.73406,1.1007 -1.22553,1.6216 -2.99181,3.1715 -9.40919,5.5176 -17.8267,6.5172 -1.71567,0.2038 -9.16916,0.3686 -10.92937,0.2417 z m 12.07501,-22.02839 c -0.0252,-0.0657 -1.00472,-0.93831 -2.17671,-1.93922 -1.17199,-1.00091 -2.18138,-1.86687 -2.24309,-1.92436 -0.0617,-0.0575 0.15481,-0.26106 0.48117,-0.45237 0.32635,-0.19131 0.95163,-0.7235 1.3895,-1.18265 1.2805,-1.34272 1.88466,-3.00131 1.88466,-5.17388 0,-2.1388 -0.65162,-3.8645 -1.95671,-5.1818 -1.31533,-1.3278 -2.82554,-1.8983 -5.02486,-1.8983 -3.39007,0 -5.99368,1.9781 -6.82468,5.1851 -0.28586,1.1031 -0.28432,3.33211 0.003,4.31023 0.74941,2.55136 2.79044,4.40434 5.33062,4.83946 0.8596,0.14724 0.97605,0.21071 1.5621,0.85144 0.34829,0.38078 1.06301,1.14085 1.58827,1.68904 l 0.95501,0.9967 2.53878,0 c 1.39633,0 2.51816,-0.0537 2.49296,-0.11939 z m -8.70653,-7.10848 c -0.61119,-0.31868 -0.84225,-0.56599 -1.19079,-1.27453 -0.26919,-0.54724 -0.31522,-0.85851 -0.31824,-2.15197 -0.003,-1.3143 0.0388,-1.5983 0.31987,-2.169 0.45985,-0.9339 1.09355,-1.376 2.07384,-1.4469 1.36454,-0.099 2.15217,0.5707 2.56498,2.1801 0.50612,1.97321 -0.0504,4.07107 -1.26471,4.76729 -0.63707,0.36527 -1.58737,0.40659 -2.18495,0.095 z m -11.25315,3.66269 c 2.66179,-0.5048 4.1728,-2.0528 4.1728,-4.27495 0,-1.97137 -0.97548,-3.12004 -3.6716,-4.32364 -1.54338,-0.689 -2.10241,-1.1215 -2.10241,-1.6268 0,-0.4188 0.53052,-0.8777 1.14813,-0.993 0.60302,-0.1126 2.20237,0.1652 3.14683,0.5467 l 0.79167,0.3198 0,-1.7524 0,-1.7525 -0.85923,-0.1906 c -0.53103,-0.1178 -1.64689,-0.1885 -2.92137,-0.1849 -1.80528,0 -2.15881,0.044 -2.83818,0.3138 -1.98445,0.7878 -2.92613,2.1298 -2.91107,4.1485 0.0141,1.8898 1.01108,3.06864 3.49227,4.12912 1.46399,0.62572 2.05076,1.10218 2.05076,1.66522 0,1.1965 -1.99362,1.34375 -4.10437,0.30315 -0.57805,-0.28498 -1.09739,-0.54137 -1.1541,-0.56976 -0.0567,-0.0284 -0.10311,0.79023 -0.10311,1.81917 0,1.86239 0.002,1.87137 0.33919,1.99974 1.26979,0.48278 4.07626,0.69787 5.52379,0.42335 z m 30.4308,-1.72766 0,-1.58098 -2.40584,0 -2.40583,0 0,-5.43035 0,-5.4303 -2.13089,0 -2.13088,0 0,7.0113 0,7.01131 4.53672,0 4.53672,0 0,-1.58098 z m -14.84745,-27.70503 c 4.23447,-0.2937 7.4086,-0.8482 10.20178,-1.7821 2.78264,-0.9304 4.42643,-2.0562 4.79413,-3.2834 0.14166,-0.4729 0.13146,-0.6523 -0.0665,-1.1708 -0.88775,-2.3245 -5.84694,-4.1104 -13.42493,-4.8345 -3.24154,-0.3098 -9.13671,-0.2094 -12.22745,0.2081 -4.71604,0.6372 -8.54333,1.8208 -10.2451,3.1683 -3.44251,2.726 0.19793,5.7242 8.66397,7.1354 3.67084,0.6119 8.42674,0.828 12.30414,0.559 z" fill="#00bcf2" transform="translate(-830.906 -943.981)"/>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB