diff --git a/.gitignore b/.gitignore index 7b710fb915652dba267801bff76a20cb9c063475..942730046b9ffad14a6c87c9dd1f0cdc4a139885 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ TODO.md -docs/planning/very_first_results.zip +docs/planning *results*/ \ No newline at end of file diff --git a/README.md b/README.md index e80ef367b3760ab40de9ded94b62942c0f2eb179..ac39053c45f15275ded714d28b7ec9059edb912e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ framework. It is currently in the very early stages of development. Install the latest version of the [Julia](https://julialang.org/downloads/) programming language (1.9+). The recommended editors are [VSCode](https://www.julia-vscode.org/) or -[Emacs](https://www.emacswiki.org/emacs/JuliaProgrammingLanguage) (see `docs/editors.md`). +[Emacs](https://www.emacswiki.org/emacs/JuliaProgrammingLanguage). To install package dependencies, open a Julia REPL in this folder and run `using Pkg; Pkg.activate("."); Pkg.instantiate()`. diff --git a/docs/build.sh b/docs/build.sh deleted file mode 100755 index 0e3ea16dd1f346460d31720093230194f6ccf2a4..0000000000000000000000000000000000000000 --- a/docs/build.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -echo "Preprocessing..." - -# include a date stamp with the latest commit -sed -i -e "s/\*Last updated:.*/\*Last updated: $(git log --format="%cd (commit %h)" --date=short -1)\* /" src/index.md - -echo "Building documentation..." - -julia builddocs.jl - -echo "Done." diff --git a/docs/editors.md b/docs/editors.md deleted file mode 100644 index 8b9073d248951a98615767e15bab24e4f537910c..0000000000000000000000000000000000000000 --- a/docs/editors.md +++ /dev/null @@ -1,47 +0,0 @@ -# Julia editors - -*Tutorial on collaborating on Julia packages: https://www.matecdev.com/posts/julia-package-collaboration.html* - -## Emacs - -There are a couple of addons that make working with Julia much nicer in Emacs: - -1. `julia-mode` gives syntax highlighting. Install with `M-x package-install julia-mode`. - -2. [`julia-snail`](https://github.com/gcv/julia-snail) provides IDE-like features, - especially a fully-functional REPL and the ability to evaluate code straight from inside a buffer. - Note that the installation can be somewhat tricky. You first need to manually install - all the dependencies of its dependency [vterm](https://github.com/akermu/emacs-libvterm), - then install vterm itself with `M-x package-install vterm`, *before* you can do - `M-x package-install julia-snail`. Then add it to your `init.el` with - `(require 'julia-snail)` and `(add-hook 'julia-mode-hook #'julia-snail-mode)`. - -3. [`company-mode`](http://company-mode.github.io/) integrates with Snail to give code - completion. Install with `M-x package-install company`, then add - `(add-hook 'julia-mode-hook #'company-mode)` and - `(global-set-key (kbd "C-<tab>") 'company-complete)` to your `init.el`. - -4. [`magit`](https://magit.vc/) is a great git interface for Emacs. Install with - `M-x package-install magit` and add `(global-set-key (kbd "C-x g") 'magit-status)` - to your `init.el`. - -## VSCode - -See [here](https://www.julia-vscode.org/). - -*TODO: add more detail.* - - -## Other useful stuff - -1. [`Revise.jl`](https://timholy.github.io/Revise.jl/stable/) allows one to reload code - without restarting the Julia interpreter. Get it with `Pkg.add("Revise")`, then - add `using Revise` to `.julia/config/startup.jl` to have it automatically available. - -2. [`git-bug`](https://github.com/MichaelMure/git-bug) is a commandline bug tracker that - integrates directly with git. It can also be used as a local interface to Gitlab issues. - To install on Linux, download the [binary](https://github.com/MichaelMure/git-bug/releases/tag/v0.8.0), - copy it to `/usr/local/bin/git-bug`, and set it as executable with `chmod +x - /usr/local/bin/git-bug`. To set up Gitlab integration, run `git bug bridge configure` - from within the relevant repository. - diff --git a/docs/planning/Aufbau_Indikator_Artenvielfalt-Landschaftsqualitaet_20211210.pdf b/docs/planning/Aufbau_Indikator_Artenvielfalt-Landschaftsqualitaet_20211210.pdf deleted file mode 100644 index ccb2c42640e2003738a6e4d0bae3ffabe8dfdab9..0000000000000000000000000000000000000000 Binary files a/docs/planning/Aufbau_Indikator_Artenvielfalt-Landschaftsqualitaet_20211210.pdf and /dev/null differ diff --git a/docs/planning/CAP4GI model aims_111022.odt b/docs/planning/CAP4GI model aims_111022.odt deleted file mode 100644 index 84d6041400fefe3328b9d5e5e9e8d8c8f8791b58..0000000000000000000000000000000000000000 Binary files a/docs/planning/CAP4GI model aims_111022.odt and /dev/null differ diff --git a/docs/planning/CAP4GI_model_v1.jpg b/docs/planning/CAP4GI_model_v1.jpg deleted file mode 100644 index b38169d8c5bda11c487f81d5dc9f5c2a536815c8..0000000000000000000000000000000000000000 Binary files a/docs/planning/CAP4GI_model_v1.jpg and /dev/null differ diff --git a/docs/planning/CAP4GI_model_v2.jpg b/docs/planning/CAP4GI_model_v2.jpg deleted file mode 100644 index fe392f1dfdc6b68b4c668e4cdb0327aac06610c0..0000000000000000000000000000000000000000 Binary files a/docs/planning/CAP4GI_model_v2.jpg and /dev/null differ diff --git a/docs/planning/IMG_4061.jpg b/docs/planning/IMG_4061.jpg deleted file mode 100644 index c83ca4fbfe894c0e539c6945505544ad2ee9be87..0000000000000000000000000000000000000000 Binary files a/docs/planning/IMG_4061.jpg and /dev/null differ diff --git a/docs/planning/Persephone ODD.odt b/docs/planning/Persephone ODD.odt deleted file mode 100644 index 10bf6ee35f3166601cfbad8f84dc927fbc9bd073..0000000000000000000000000000000000000000 Binary files a/docs/planning/Persephone ODD.odt and /dev/null differ diff --git a/docs/planning/Persephone_ODD_220214.docx b/docs/planning/Persephone_ODD_220214.docx deleted file mode 100644 index 8329cb9322cfcc64131eded1042fd8622afb0273..0000000000000000000000000000000000000000 Binary files a/docs/planning/Persephone_ODD_220214.docx and /dev/null differ diff --git a/docs/planning/agriscape_ess.png b/docs/planning/agriscape_ess.png deleted file mode 100644 index e0f635d21fb79feb8e91e485365e37a9a4ca034d..0000000000000000000000000000000000000000 Binary files a/docs/planning/agriscape_ess.png and /dev/null differ diff --git a/docs/planning/aquacrop.jpg b/docs/planning/aquacrop.jpg deleted file mode 100644 index 491597cefb148678768af26553c673c4431bd717..0000000000000000000000000000000000000000 Binary files a/docs/planning/aquacrop.jpg and /dev/null differ diff --git a/docs/planning/brainstorming.jpg b/docs/planning/brainstorming.jpg deleted file mode 100644 index 7abc73baf49b6721fa26d15105a8e460e7b54e62..0000000000000000000000000000000000000000 Binary files a/docs/planning/brainstorming.jpg and /dev/null differ diff --git a/docs/planning/design_options.jpg b/docs/planning/design_options.jpg deleted file mode 100644 index 44ce48d36cb91a48f994de24369e77b60a3494b0..0000000000000000000000000000000000000000 Binary files a/docs/planning/design_options.jpg and /dev/null differ diff --git a/docs/planning/logo_1.png b/docs/planning/logo_1.png deleted file mode 100644 index 347e8c66f78fad530eba9495f4e14f6a7e299f8d..0000000000000000000000000000000000000000 Binary files a/docs/planning/logo_1.png and /dev/null differ diff --git a/docs/planning/logo_1.svg b/docs/planning/logo_1.svg deleted file mode 100644 index 18e07704a6845bcd2dabe5e3dec7a74c860e7f52..0000000000000000000000000000000000000000 --- a/docs/planning/logo_1.svg +++ /dev/null @@ -1,184 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg30935" - version="1.1" - inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" - width="8in" - height="8in" - viewBox="0 0 768 768" - sodipodi:docname="logo.svg" - inkscape:export-filename="/home/xo30xoqa/Documents/Promotion/Persephone/logo.png" - inkscape:export-xdpi="96" - inkscape:export-ydpi="96"> - <metadata - id="metadata30941"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs30939" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1016" - id="namedview30937" - showgrid="false" - inkscape:zoom="0.70382402" - inkscape:cx="1.9971535" - inkscape:cy="302.99592" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - inkscape:current-layer="svg30935" - units="in" /> - <path - style="fill:#cd7826;fill-opacity:1;stroke-width:0.47761434" - d="m 348.54614,498.51132 c -4.80299,-0.90816 -6.13599,-1.8192 -6.64499,-4.54149 -0.48919,-2.61636 -0.18771,-24.49455 0.41341,-30.00015 0.90631,-8.30082 1.39027,-12.37642 2.07367,-17.46277 0.38052,-2.83211 0.85995,-6.76123 1.06542,-8.73139 0.79465,-7.6198 2.81639,-18.44712 5.6018,-30.00015 1.57294,-6.52407 2.30558,-10.37565 2.76812,-14.55231 0.15,-1.35449 0.64219,-4.07465 1.09377,-6.04481 0.45157,-1.97016 1.13288,-5.01932 1.51401,-6.77593 0.38113,-1.7566 1.09938,-4.14193 1.5961,-5.30074 1.13388,-2.64523 1.59983,-5.40202 0.97799,-5.78633 -0.25702,-0.15885 -1.23582,-0.0949 -2.17511,0.14221 -0.93928,0.23707 -2.45264,0.62034 -3.36302,0.85169 -0.91037,0.23136 -2.62306,1.01387 -3.80599,1.73893 -1.97414,1.21 -2.1908,1.51813 -2.63835,3.75195 -0.26818,1.33853 -1.09676,3.74099 -1.8413,5.33878 -0.74453,1.59781 -1.70045,4.01331 -2.12426,5.3678 -0.42381,1.35448 -1.13823,3.26867 -1.58761,4.25374 -0.44939,0.98509 -1.02959,2.89928 -1.28935,4.25376 -0.93582,4.8797 -1.48472,7.43396 -2.16503,10.07468 -0.38068,1.47762 -0.9543,3.79479 -1.27472,5.14928 -0.32042,1.35448 -1.00032,4.04978 -1.51087,5.98957 -0.51057,1.93977 -0.93714,4.35769 -0.94795,5.37315 -0.0107,1.01546 -0.31979,2.65228 -0.68664,3.63736 -0.66404,1.7831 -2.92341,11.59726 -3.99371,17.34776 -0.30908,1.66063 -0.78509,3.57482 -1.05782,4.25375 -0.27272,0.67893 -0.67927,2.64487 -0.90345,4.36876 -0.49783,3.82834 -3.08109,16.70119 -3.48151,17.3491 -0.15918,0.25757 -0.34069,2.68169 -0.40333,5.38695 -0.1064,4.59433 -0.18888,4.99361 -1.25082,6.05555 -1.72545,1.72545 -2.53149,0.79056 -2.53149,-2.93614 0,-1.60359 -0.23177,-3.68919 -0.51504,-4.63467 -0.56779,-1.89512 0.14702,-8.9322 1.90542,-18.75809 2.25562,-12.60433 2.60576,-14.70763 2.86983,-17.23889 0.15415,-1.47762 0.4552,-3.39181 0.66901,-4.25376 0.21378,-0.86194 1.04457,-4.45121 1.84618,-7.97614 1.40121,-6.16161 1.42866,-6.46405 0.71155,-7.83586 -0.41025,-0.78479 -0.85417,-2.39521 -0.9865,-3.5787 -0.13232,-1.18351 -0.56693,-2.8962 -0.9658,-3.80599 -0.48249,-1.10055 -0.85366,-3.90206 -1.10899,-8.37063 -0.21106,-3.69404 -0.59133,-9.43661 -0.84502,-12.76126 -0.2537,-3.32464 -0.58263,-9.77244 -0.73096,-14.32842 -0.14833,-4.556 -0.47188,-8.5355 -0.71899,-8.84333 -0.24711,-0.30784 -1.12276,-0.55971 -1.94589,-0.55971 -1.84612,0 -2.42445,0.92872 -2.4214,3.8885 0.003,3.69909 -0.93961,13.67147 -1.5595,16.48474 -0.34626,1.57146 -0.61217,5.81996 -0.64063,10.23565 -0.0268,4.15198 -0.16536,7.73789 -0.308,7.96867 -0.30046,0.48616 -0.72879,12.51211 -0.82682,23.2138 -0.0372,4.06345 -0.31772,11.41797 -0.62335,16.34336 -0.30563,4.92541 -0.49949,12.33879 -0.43081,16.4742 0.1336,8.04483 0.0297,8.4467 -2.07999,8.04341 -0.70056,-0.13392 -1.25053,0.10854 -1.69917,0.74905 -0.58644,0.83726 -0.72924,0.86765 -1.23173,0.26218 -0.77514,-0.93397 -0.3241,-27.84567 0.65674,-39.18562 0.39407,-4.55599 0.90854,-13.32096 1.14326,-19.47771 0.23473,-6.15675 0.62799,-13.00752 0.87391,-15.22395 0.24592,-2.21644 0.6363,-6.64929 0.86752,-9.8508 0.23121,-3.20151 0.8375,-8.2085 1.34731,-11.12664 0.50981,-2.91815 0.92693,-6.19741 0.92693,-7.28724 0,-1.73918 -0.14738,-2.03756 -1.20505,-2.43968 -0.66277,-0.25199 -1.70586,-0.39813 -2.31795,-0.32475 -0.95481,0.11447 -1.18973,0.48326 -1.65372,2.59612 -0.87015,3.96244 -1.45936,7.10355 -2.18375,11.64185 -0.37344,2.33956 -1.0032,6.29026 -1.39949,8.77932 -0.54469,3.42127 -0.60599,4.94033 -0.2512,6.22528 0.35477,1.28487 0.31339,2.31135 -0.16956,4.20582 -0.96113,3.77022 -2.01236,10.96942 -2.02114,13.84135 -0.004,1.39998 -0.3232,3.95588 -0.70872,5.67977 -0.74623,3.33691 -1.118,6.41924 -2.17642,18.04526 -0.36547,4.0144 -0.76975,7.46924 -0.89841,7.67741 -0.40068,0.64833 -1.3132,12.14555 -1.27772,16.09856 0.0186,2.06874 0.16169,5.00997 0.31805,6.53608 0.2686,2.62164 0.2084,2.87115 -1.09107,4.52229 -2.39195,3.03926 -5.03608,3.38773 -6.88887,0.90789 -0.85838,-1.1489 -0.92134,-1.79967 -0.86399,-8.93116 0.084,-10.44085 0.39978,-18.40788 0.75225,-18.9782 0.49299,-0.79767 1.7752,-9.8086 3.15809,-22.19398 0.37869,-3.39165 0.97842,-7.32077 1.33272,-8.73138 1.36689,-5.4422 1.63542,-6.89847 1.63542,-8.86929 0,-1.12088 0.23834,-2.47807 0.52965,-3.01599 0.29131,-0.53791 0.8933,-2.58997 1.33775,-4.56013 0.44445,-1.97016 1.19545,-5.19406 1.6689,-7.16422 0.47345,-1.97016 1.49394,-6.50377 2.26777,-10.07468 0.77383,-3.57091 1.69866,-7.51774 2.05519,-8.77074 0.94224,-3.3114 0.8645,-5.10992 -0.22086,-5.10992 -0.47801,0 -1.02659,0.25186 -1.21909,0.5597 -0.87705,1.40261 -8.75479,25.27976 -10.15641,30.78374 -0.6585,2.58583 -1.61619,6.11196 -2.12822,7.83586 -0.51201,1.72389 -1.92635,6.96271 -3.14296,11.64185 -1.21661,4.67913 -2.67865,10.11945 -3.24898,12.08961 -0.57032,1.97016 -1.3925,5.19405 -1.82706,7.16421 -0.43456,1.97017 -1.06571,4.58958 -1.40257,5.82093 -1.07068,3.91378 -3.76694,19.76246 -3.76694,22.14217 0,1.25934 -0.29196,2.98845 -0.6488,3.84249 -0.54143,1.29584 -0.87725,1.55279 -2.02932,1.55279 -0.75928,0 -2.0289,-0.27046 -2.82137,-0.60103 -0.79246,-0.33056 -2.48203,-0.8504 -3.75458,-1.15518 -3.56852,-0.85469 -3.9552,-1.53062 -3.81839,-6.67454 0.1067,-4.0114 2.13517,-15.80125 3.20096,-18.60447 0.23582,-0.62027 0.93827,-3.3042 1.56099,-5.96428 3.1186,-13.32171 5.5758,-21.22411 10.34488,-33.26949 0.82879,-2.09329 2.53838,-6.62689 3.79911,-10.07468 3.28792,-8.99171 4.88747,-13.12044 6.07154,-15.67172 1.9926,-4.29337 2.89647,-7.05102 3.17054,-9.67317 0.25387,-2.42883 0.20468,-2.64032 -0.61395,-2.64032 -0.48945,0 -1.19452,0.35261 -1.5668,0.78358 -1.98883,2.30234 -4.94041,7.26402 -6.13253,10.30893 -0.745,1.90289 -1.97963,4.971 -2.74362,6.81802 -0.764,1.84703 -1.77133,4.97018 -2.23853,6.94034 -0.46719,1.97016 -1.76596,6.30227 -2.88614,9.62691 -1.12018,3.32465 -2.85694,8.56348 -3.85947,11.64185 -6.81581,20.92879 -9.55709,29.07662 -10.24361,30.4468 -0.43218,0.86257 -1.2551,3.66191 -1.82872,6.22078 -0.63783,2.84537 -1.47448,5.28026 -2.15397,6.26869 -0.95199,1.38484 -1.11607,2.14428 -1.14625,5.30526 -0.0439,4.6002 -0.53966,4.92588 -3.36125,2.20809 -2.04118,-1.96609 -6.47439,-5.21189 -9.09763,-6.6609 -0.76046,-0.42005 -2.25573,-1.6206 -3.32282,-2.66786 -1.78017,-1.7471 -1.94014,-2.0903 -1.93994,-4.16166 1.3e-4,-1.24164 0.42651,-3.36574 0.94753,-4.72023 0.52102,-1.35448 1.10101,-3.57091 1.28889,-4.92539 0.53391,-3.84927 3.56251,-12.92843 6.72134,-20.14936 1.02346,-2.33956 2.5203,-6.06719 3.32632,-8.28362 0.80602,-2.21643 2.27438,-5.64183 3.26302,-7.61199 0.98864,-1.97015 1.94649,-4.08583 2.12855,-4.70151 0.18206,-0.61567 0.93739,-2.32837 1.67851,-3.80599 0.74112,-1.47762 1.73418,-3.89554 2.2068,-5.37316 0.47263,-1.47762 1.53319,-3.99629 2.3568,-5.59705 0.82362,-1.60075 1.96033,-4.01867 2.52603,-5.37315 0.56569,-1.35449 1.43922,-3.05859 1.94118,-3.7869 0.50195,-0.72832 1.52402,-2.46838 2.27127,-3.86683 0.74724,-1.39844 2.14818,-3.90505 3.1132,-5.57023 2.51897,-4.34658 3.00834,-5.95561 2.25463,-7.41311 -0.61718,-1.19351 -3.53497,-3.98992 -4.16309,-3.98992 -1.02425,0 -1.85229,1.21501 -5.64531,8.28362 -0.52859,0.98508 -1.59898,2.66784 -2.37865,3.73948 -0.77966,1.07164 -1.54879,2.38135 -1.70917,2.91046 -0.16039,0.52913 -0.81439,1.65908 -1.45334,2.51103 -2.01002,2.68003 -10.67981,20.28925 -11.21273,22.7742 -0.27984,1.3048 -0.8873,3.21664 -1.34993,4.24854 -0.46264,1.0319 -0.98127,2.37992 -1.15251,2.99559 -0.17125,0.61567 -0.87034,2.22762 -1.55354,3.5821 -1.47713,2.92849 -2.69589,6.17276 -4.03702,10.74633 -0.54161,1.84703 -1.2727,4.01992 -1.62464,4.82865 -0.35194,0.80874 -0.64468,2.0177 -0.65052,2.68658 -0.006,0.66889 -0.52739,2.42512 -1.15899,3.90274 -0.63159,1.47762 -1.3238,3.49256 -1.53822,4.47764 -0.41242,1.89465 -2.22368,7.01633 -3.20643,9.0668 -0.32182,0.67144 -0.93504,1.28819 -1.36271,1.37055 -1.24376,0.23952 -3.18963,-1.45353 -4.55608,-3.96415 -1.1321,-2.08005 -1.24013,-2.63597 -1.02873,-5.29418 0.26484,-3.33018 4.20879,-15.58341 6.34628,-19.71686 0.35429,-0.68511 1.33741,-3.34292 2.18471,-5.90622 2.0934,-6.33303 4.86064,-13.09328 6.67323,-16.30242 0.2782,-0.49254 1.33951,-2.50747 2.35846,-4.47763 1.01896,-1.97017 2.28698,-4.28155 2.81783,-5.13641 0.53086,-0.85485 1.40582,-2.6683 1.94437,-4.02986 0.53855,-1.36158 1.23488,-2.77799 1.54739,-3.1476 0.31252,-0.36961 1.50909,-2.38454 2.65906,-4.47763 1.14995,-2.0931 2.55245,-4.30935 3.11665,-4.92503 0.5642,-0.61568 1.47628,-2.02614 2.02684,-3.13435 0.55056,-1.10821 1.68094,-2.94865 2.51195,-4.08986 0.83102,-1.1412 1.51095,-2.2277 1.51095,-2.41442 0,-0.18672 0.87357,-1.36869 1.94128,-2.62659 3.0903,-3.6408 5.22294,-6.99649 5.22294,-8.21825 0,-0.62104 -0.19334,-1.85777 -0.42963,-2.74828 -0.23629,-0.89052 -0.53835,-2.32506 -0.67123,-3.18787 -0.17024,-1.10537 -0.90645,-2.2296 -2.4924,-3.80599 -2.21668,-2.20333 -3.57096,-4.16309 -3.57096,-5.16748 0,-0.35547 0.66978,-0.4199 2.19053,-0.21075 1.30152,0.179 2.30158,0.1216 2.46415,-0.14145 0.48776,-0.78922 -0.17533,-1.68609 -1.64782,-2.22879 -1.91943,-0.70741 -5.63157,-4.34462 -5.9553,-5.83509 -0.14228,-0.65508 -0.43152,-1.6948 -0.64275,-2.31047 -0.21123,-0.61567 -0.52142,-2.01491 -0.68931,-3.10944 -0.16789,-1.09452 -0.69053,-3.10945 -1.16141,-4.47763 -0.74484,-2.16422 -1.88412,-6.67203 -3.51438,-13.90557 -0.24977,-1.10822 -0.76423,-4.11489 -1.14324,-6.68152 -0.37902,-2.56663 -0.78261,-4.81785 -0.89686,-5.00271 -0.40786,-0.65992 -1.23978,-5.07807 -2.60571,-13.83829 -1.46275,-9.38116 -2.54134,-15.60215 -3.22177,-18.58218 -0.63794,-2.79392 -1.76228,-8.28094 -2.89013,-14.10455 -0.21463,-1.10821 -0.69497,-3.42297 -1.06742,-5.14391 -0.64728,-2.99073 -0.45322,-4.25822 0.55643,-3.63423 0.51895,0.32074 2.76098,9.53401 2.76471,11.36117 0.006,2.65519 0.87165,4.52902 2.43704,5.27185 0.82991,0.39381 1.86148,1.1056 2.29238,1.58174 0.69078,0.7633 4.09997,2.04821 4.44409,1.67496 0.0717,-0.0778 -0.0412,-1.14884 -0.25089,-2.38019 -1.10661,-6.4991 -1.32827,-8.69879 -1.06995,-10.61789 0.18335,-1.36205 -0.0623,-4.11066 -0.69285,-7.75138 -1.02231,-5.9031 -0.94541,-8.34914 0.23178,-7.37216 1.46253,1.21379 2.73831,5.24954 3.55809,11.25554 0.75575,5.53685 0.77863,6.68635 0.24351,12.23042 -0.57109,5.91672 -0.5613,6.14854 0.29587,7.00571 0.9985,0.99848 4.72085,2.26107 5.34176,1.81185 0.81092,-0.58666 3.7638,-10.28806 3.7638,-12.36557 0,-1.15019 0.19904,-2.46318 0.44232,-2.91773 0.42706,-0.79798 -0.11237,-5.58357 -1.36513,-12.11113 -0.3406,-1.77467 -0.33537,-2.84081 0.0185,-3.77159 0.85433,-2.24707 1.74481,-0.56365 2.2478,4.24938 0.87341,8.35757 1.24871,10.74606 1.79124,11.39976 0.30302,0.36513 0.69338,2.52932 0.86746,4.80932 0.17407,2.28001 0.52713,4.54846 0.78456,5.041 0.25743,0.49254 0.71531,2.00373 1.01752,3.35822 0.3022,1.35448 0.82223,3.47016 1.15561,4.70151 0.33338,1.23135 0.8268,4.35451 1.09648,6.94034 0.26968,2.58583 0.77331,6.51496 1.11918,8.73139 0.34586,2.21642 0.85281,6.0994 1.12657,8.62883 0.27375,2.52942 0.7831,5.28194 1.13188,6.11668 0.66296,1.58669 1.82671,9.55598 2.45648,16.82181 0.20279,2.33956 0.59367,4.95897 0.86862,5.82092 0.27495,0.86195 0.58388,3.38704 0.68651,5.61131 0.10262,2.22427 0.49773,5.23864 0.878,6.69858 0.38026,1.45995 0.69156,3.46847 0.69176,4.46338 3.2e-4,1.59743 0.96356,7.15091 1.61463,9.30895 0.13002,0.43097 0.55305,0.78359 0.94006,0.78359 0.59392,0 0.66088,-0.43648 0.42931,-2.79852 -0.15091,-1.53919 -0.49178,-5.82093 -0.75752,-9.51497 -0.26572,-3.69406 -0.77159,-8.46152 -1.12417,-10.59437 -0.96942,-5.86447 -1.39926,-18.94575 -0.638,-19.41624 0.38959,-0.24078 0.76572,-0.0869 1.0748,0.43971 0.2615,0.44557 0.89958,1.33724 1.41796,1.98148 0.51838,0.64425 1.20501,2.27958 1.52585,3.63407 0.32083,1.35449 0.85381,3.11109 1.18437,3.90355 0.33057,0.79247 0.60119,2.70666 0.6014,4.25375 2e-4,1.5471 0.2979,4.2391 0.66157,5.98223 0.42227,2.02405 0.73451,6.87817 0.86407,13.4329 0.15925,8.05756 0.39548,11.12975 1.09904,14.29345 0.4929,2.21643 0.96025,4.7351 1.03857,5.59705 0.0937,1.03125 0.37205,1.56717 0.81401,1.56717 0.57846,0 0.677,-1.5843 0.71019,-11.41797 0.0572,-16.93961 -1.00183,-30.71228 -2.66391,-34.64441 -0.40307,-0.95358 -0.73286,-2.90023 -0.73286,-4.32589 0,-2.75499 -0.11499,-2.92199 -3.78469,-5.49615 -0.63473,-0.44524 -1.45035,-1.26173 -1.81247,-1.81442 -0.96419,-1.47152 -3.60058,-19.49391 -4.69248,-32.07773 -0.24574,-2.83211 -0.85201,-7.81217 -1.34727,-11.0668 -0.49525,-3.25464 -0.90046,-6.89489 -0.90046,-8.08945 0,-1.19456 -0.20093,-3.26678 -0.44652,-4.60492 -0.24558,-1.33814 -0.64399,-4.95166 -0.88536,-8.03003 -0.24136,-3.07838 -0.75082,-7.51124 -1.13213,-9.8508 -0.71586,-4.39232 -1.55942,-17.96584 -1.20467,-19.38408 0.32579,-1.3024 1.17755,-0.60849 1.5757,1.28366 0.20335,0.96638 0.74234,3.26825 1.19776,5.11528 0.45542,1.84702 0.96144,5.77614 1.12448,8.73138 0.16305,2.95525 0.57541,6.62028 0.91637,8.14453 0.34097,1.52425 0.7536,4.4459 0.91696,6.49257 0.33346,4.17767 0.66018,4.84061 2.38566,4.84061 1.25109,0 2.32704,-1.113 3.766,-3.89569 1.13678,-2.19832 0.93165,-3.06439 -1.65919,-7.0055 -3.81173,-5.79824 -5.37295,-9.24816 -4.18518,-9.24816 0.93509,0 3.42118,2.50938 5.65599,5.70898 1.69639,2.42875 2.14139,2.79852 3.36775,2.79852 1.51654,0 1.19158,0.43091 4.87383,-6.46302 0.78056,-1.46137 1.65312,-2.73152 1.93902,-2.82254 0.54619,-0.1739 3.10055,3.44819 4.37259,6.20037 0.9985,2.16028 1.08409,5.05184 0.18001,6.08035 -1.32974,1.51274 -1.36827,2.63592 -0.15193,4.42831 0.63086,0.92962 1.26084,2.14374 1.39996,2.69802 0.28721,1.14436 1.45085,1.76403 2.09776,1.11711 0.27831,-0.27831 0.21457,-4.55579 -0.17872,-11.99235 -0.76135,-14.39631 -0.79311,-19.48659 -0.12298,-19.71171 0.82096,-0.27581 1.18292,1.20371 2.87072,11.73407 0.90651,5.6558 1.81488,22.23272 1.68475,30.74515 -0.074,4.84261 0.0199,8.95979 0.20868,9.1493 0.70266,0.70528 1.2428,-0.64366 1.64153,-4.09942 0.22566,-1.95583 0.70715,-4.57841 1.06997,-5.82797 0.36282,-1.24955 0.79551,-5.17868 0.96152,-8.73139 0.16601,-3.55271 0.67641,-8.27291 1.13423,-10.48934 0.45781,-2.21643 1.15877,-7.25377 1.55769,-11.19409 0.76571,-7.56337 1.33711,-10.52244 2.03189,-10.52244 0.23209,0 0.53221,0.55411 0.66696,1.23135 0.13473,0.67725 0.53134,2.23882 0.88134,3.47017 0.44297,1.55843 0.70885,5.8449 0.8749,14.10455 0.24482,12.17927 -0.0392,16.28547 -1.76523,25.52251 -0.98638,5.2787 -1.92821,11.03814 -2.19665,13.43291 -0.12423,1.10821 -0.35973,2.66978 -0.52334,3.47017 -0.23997,1.17394 -0.15468,1.45522 0.44123,1.45522 0.97208,0 1.49241,-1.41765 2.79388,-7.61198 0.59504,-2.8321 1.35587,-6.35823 1.69072,-7.83585 0.33485,-1.47762 1.01893,-4.50003 1.52019,-6.71646 1.27318,-5.62973 2.53268,-10.17933 3.90463,-14.10454 0.64557,-1.84703 1.36127,-5.1401 1.59044,-7.31793 0.22916,-2.17783 0.91906,-5.45635 1.53312,-7.28558 0.61405,-1.82924 1.11646,-3.69456 1.11646,-4.14517 0,-1.41229 0.92776,-3.55605 1.66067,-3.8373 0.6087,-0.23358 0.65139,0.0159 0.31958,1.8671 -0.21064,1.17518 -0.40467,3.95013 -0.43119,6.16656 -0.0588,4.91094 -1.23281,12.8865 -2.72251,18.49459 -0.98658,3.71402 -1.0385,4.29713 -0.47842,5.37315 0.34555,0.66387 1.04996,2.01299 1.56536,2.99807 1.25541,2.39942 2.99688,6.33614 3.70703,8.38002 0.3179,0.91496 0.86856,1.77507 1.22369,1.91133 0.70892,0.27205 3.82437,-1.39773 6.48272,-3.47455 1.87342,-1.46359 4.60406,-5.43273 5.06953,-7.36887 0.16382,-0.68143 0.64051,-1.94421 1.0593,-2.80615 0.41878,-0.86195 1.31512,-3.88435 1.99185,-6.71646 0.67673,-2.8321 1.61519,-6.47328 2.08548,-8.09151 0.4703,-1.61823 0.85621,-3.23017 0.85758,-3.5821 0.006,-1.62408 0.9825,-3.99811 1.64396,-3.99811 0.57976,0 0.65734,0.34651 0.42607,1.903 -0.15552,1.04664 -0.45736,3.12302 -0.67077,4.61416 -0.58305,4.07391 -1.81027,8.95767 -3.25681,12.96055 -1.7444,4.8271 -2.61165,8.29622 -3.07824,12.31349 -0.75285,6.48173 -1.25975,8.85084 -2.41731,11.29772 -1.15725,2.44621 -2.22918,7.167 -2.73917,12.06326 -0.18396,1.76612 -0.67828,3.16458 -1.62247,4.59004 -1.65402,2.49713 -2.39512,7.4223 -1.11684,7.4223 1.0812,0 3.74072,-5.63109 5.04188,-10.67532 1.75261,-6.79438 2.22149,-8.49933 3.65214,-13.28003 0.73698,-2.4627 1.46511,-5.18285 1.61807,-6.0448 0.15295,-0.86195 0.7585,-3.27987 1.34568,-5.37317 0.58718,-2.09329 1.46968,-5.41793 1.96113,-7.38809 0.49144,-1.97016 1.84047,-6.806 2.99784,-10.74632 1.15736,-3.94032 2.40095,-8.27243 2.76352,-9.62691 0.6761,-2.52576 1.23592,-3.49935 1.63159,-2.83754 0.53252,0.89068 -1.88323,12.15051 -3.58283,16.69967 -0.68453,1.83221 -1.23414,4.62154 -1.49985,7.61198 -0.43814,4.93115 -0.68073,6.31855 -1.98497,11.35262 -1.45928,5.63248 1.12207,4.82889 4.01624,-1.25028 3.08277,-6.4753 4.27168,-9.14517 4.27168,-9.59264 0,-0.25343 0.29187,-1.12248 0.6486,-1.93121 1.21182,-2.74724 4.72456,-14.3045 4.72456,-15.54425 0,-0.6786 -0.40299,-2.40512 -0.89553,-3.83671 -0.49254,-1.4316 -0.89553,-3.38111 -0.89553,-4.33226 0,-0.95115 -0.50569,-3.17676 -1.12375,-4.94579 -1.33368,-3.81728 -2.0739,-10.89241 -1.10585,-10.56973 0.81196,0.27065 1.90127,2.56446 4.32221,9.10146 0.7673,2.07184 1.80479,3.35822 2.70848,3.35822 0.42866,0 0.54084,0.28854 0.34819,0.89553 -0.19847,0.62534 -0.0805,0.89552 0.39117,0.89552 0.9363,0 1.0617,-0.27732 2.67335,-5.91232 1.71434,-5.99407 2.81529,-7.05553 2.40633,-2.32001 -0.14645,1.69568 -0.59416,4.34849 -0.99493,5.89514 -1.07611,4.15297 -0.89557,4.65414 2.01665,5.59841 1.35449,0.43918 3.30869,0.91852 4.34269,1.06518 2.12254,0.30106 2.00474,0.50165 2.67198,-4.55028 0.68314,-5.17235 0.42441,-8.2797 -0.93207,-11.19408 -3.25477,-6.9928 -4.22071,-10.60081 -2.90876,-10.86485 0.47831,-0.0963 1.18332,0.74277 2.15331,2.56268 0.7932,1.48819 2.09326,3.562 2.88903,4.60846 0.79578,1.04646 2.03348,3.28722 2.75045,4.97946 2.64677,6.24712 3.92293,6.68793 5.98844,2.06854 0.77178,-1.72606 1.40324,-3.27465 1.40324,-3.44131 0,-0.16666 0.38343,-0.71901 0.85207,-1.22741 0.46866,-0.50842 1.90818,-2.93932 3.19897,-5.40202 1.29077,-2.46271 3.07339,-5.29477 3.96137,-6.29349 0.88797,-0.99872 2.52122,-3.0481 3.62943,-4.55419 1.97646,-2.68605 2.79865,-3.2994 3.91793,-2.9228 0.79711,0.2682 0.69352,2.57956 -0.14687,3.27703 -0.38861,0.32251 -1.22152,1.60652 -1.85091,2.85334 -1.16039,2.29874 -2.14307,3.65797 -5.16643,7.14624 -0.92351,1.06552 -1.67912,2.06589 -1.67912,2.22305 0,0.15716 -0.40299,0.68874 -0.89552,1.18128 -0.49254,0.49254 -0.89553,1.37393 -0.89553,1.95864 0,1.59994 -1.21907,4.73431 -2.48882,6.39904 -0.62039,0.81336 -1.39701,2.24136 -1.72583,3.17334 -0.32881,0.93196 -1.01076,2.46489 -1.51544,3.40651 -1.14967,2.14504 -1.00208,2.61809 3.95389,12.67347 1.96199,3.98077 3.56725,7.39156 3.56725,7.57952 0,0.57822 2.68569,7.90787 3.62485,9.89273 1.04489,2.20836 2.19608,6.4244 2.19608,8.04284 0,0.628 0.30116,1.77677 0.66923,2.55279 0.36808,0.77602 1.05122,2.72066 1.5181,4.32142 2.62109,8.98683 4.89296,15.53913 5.8996,17.01501 0.41992,0.61567 1.17862,2.42912 1.686,4.02987 0.50737,1.60076 1.5609,4.7239 2.34117,6.94033 l 1.4187,4.02988 -0.73636,3.43714 c -0.84882,3.96215 -0.53418,6.0361 1.55109,10.22392 0.67562,1.35685 1.57479,3.87552 1.99815,5.59705 1.11167,4.52038 4.19082,9.61326 5.50723,9.10887 0.23231,-0.089 0.0503,-1.81831 -0.41725,-3.96387 -0.45613,-2.09329 -1.01251,-5.05842 -1.23639,-6.58917 -0.51167,-3.49844 -1.22973,-6.59064 -2.52503,-10.87361 -1.20903,-3.99771 -1.7614,-6.24115 -2.65366,-10.77773 -0.36668,-1.8643 -1.17854,-4.8867 -1.80414,-6.71645 -0.62562,-1.82975 -1.442,-4.53578 -1.81419,-6.0134 -0.37219,-1.47762 -1.45842,-5.20525 -2.41386,-8.28363 -0.95544,-3.07837 -2.28612,-7.81347 -2.95706,-10.52244 -0.67094,-2.70897 -1.77458,-7.04107 -2.45251,-9.62691 -0.67796,-2.58583 -1.36375,-6.06747 -1.52401,-7.73695 -0.16025,-1.66949 -0.89144,-4.99413 -1.62485,-7.3881 -0.73342,-2.39396 -1.61306,-5.25938 -1.95475,-6.3676 -0.3417,-1.10821 -0.87211,-3.12315 -1.17868,-4.47763 -0.30658,-1.35448 -0.91882,-3.49304 -1.36053,-4.75235 -0.44171,-1.25931 -0.94528,-3.54634 -1.11905,-5.08228 -0.29126,-2.57445 -0.25054,-2.78004 0.5213,-2.63141 0.87218,0.16798 1.16694,0.8901 1.88992,4.63018 0.23803,1.23135 0.97712,3.64927 1.64243,5.37317 0.66532,1.72388 1.3603,4.04106 1.54442,5.14927 0.40124,2.41503 2.05795,7.59226 3.22388,10.07468 0.46267,0.98508 0.84066,2.13177 0.83998,2.54821 -7.8e-4,0.41644 0.23152,0.90102 0.516,1.07684 0.578,0.35722 0.23695,-6.14075 -0.53631,-10.21814 -0.23578,-1.24329 -0.4287,-3.95205 -0.4287,-6.01946 0,-3.0751 0.13396,-3.81033 0.7364,-4.04151 0.89658,-0.34404 1.95019,0.95354 1.95019,2.40178 0,0.56342 0.50865,2.53967 1.13034,4.39165 0.6217,1.85199 1.317,4.83944 1.54514,6.63878 0.66871,5.2743 1.72581,7.16276 4.93649,8.8189 0.86194,0.4446 2.06747,1.34428 2.67894,1.9993 1.58788,1.70093 3.81851,2.98202 4.64204,2.66601 0.38802,-0.1489 1.1171,-1.41063 1.62018,-2.80384 0.50308,-1.39322 1.11951,-2.89014 1.36983,-3.3265 1.0335,-1.80151 0.94419,-4.70441 -0.37508,-12.19177 -0.73768,-4.18658 -1.5692,-9.32467 -1.84784,-11.41796 -0.27862,-2.0933 -0.71827,-5.29007 -0.97699,-7.10394 -0.34375,-2.40998 -0.33462,-3.43374 0.0339,-3.80225 0.69834,-0.69833 1.21993,0.23614 1.83875,3.29421 0.64446,3.1848 2.24425,8.59045 2.73079,9.2273 0.48754,0.63816 2.04743,5.12913 2.78273,8.01159 0.3141,1.23135 0.9161,2.89863 1.33775,3.70506 0.42165,0.80644 1.16503,3.42586 1.65196,5.82093 0.48691,2.39508 1.11621,4.85841 1.39845,5.47409 0.28223,0.61568 0.94653,2.41652 1.47621,4.00188 1.21474,3.63572 2.20919,4.20174 1.91218,1.08836 -0.11436,-1.19888 -0.56768,-3.79172 -1.00736,-5.76189 -0.43969,-1.97016 -0.84494,-5.2948 -0.90057,-7.38809 -0.062,-2.33327 -0.5361,-5.45198 -1.22522,-8.05975 -2.13855,-8.09271 -2.78579,-11.83012 -2.79156,-16.11948 -0.005,-4.01183 0.049,-4.26155 0.9556,-4.39079 1.24929,-0.17809 3.42577,2.11168 4.81196,5.06244 0.57847,1.23135 1.57287,4.65673 2.2098,7.61197 1.80654,8.38199 1.99797,9.24423 2.62615,11.82921 0.82895,3.4112 1.68756,3.50151 1.76627,0.18578 0.10945,-4.61146 -0.10281,-9.16219 -0.75982,-16.28971 -0.66057,-7.16634 -0.36938,-14.41098 0.6914,-17.20104 0.44979,-1.18305 0.52369,-1.21218 1.29776,-0.51166 0.95512,0.86437 1.56689,5.97271 1.668,13.92768 0.11997,9.44021 1.26553,18.70187 2.61329,21.12797 0.38503,0.69311 2.00664,2.87215 3.60356,4.84231 1.59692,1.97016 3.71395,5.14368 4.70451,7.05228 2.03956,3.92979 2.78328,4.26149 5.33455,2.37922 1.54747,-1.1417 5.10697,-5.11493 5.88547,-6.56957 0.5432,-1.01495 1.569,-1.1083 1.92701,-0.17535 0.14175,0.36941 0.65254,0.67164 1.13509,0.67164 0.73088,0 0.93034,-0.42399 1.19466,-2.53952 0.51535,-4.12475 0.0126,-4.39077 -6.29766,-3.33284 -6.46935,1.0846 -7.78592,1.13097 -8.69718,0.30629 -0.46635,-0.42204 -1.101,-1.40764 -1.41033,-2.19021 -0.30933,-0.78258 -0.81294,-1.72511 -1.11913,-2.09451 -0.30618,-0.36941 -1.28962,-2.98882 -2.18543,-5.82092 -0.89579,-2.8321 -1.82104,-5.49916 -2.05612,-5.92679 -0.60492,-1.10041 -0.52982,-2.13296 0.15514,-2.13296 0.73999,0 4.36495,6.09839 5.72236,9.62692 0.56845,1.47762 1.27411,2.95916 1.56813,3.2923 0.92457,1.04758 2.33344,0.1356 4.96315,-3.21266 1.38833,-1.76769 3.07529,-3.81846 3.74881,-4.55727 0.67351,-0.73882 2.64698,-3.9007 4.38548,-7.02643 2.34146,-4.2098 3.33456,-6.52211 3.83072,-8.91934 0.47126,-2.27692 1.00891,-3.57532 1.81383,-4.38024 1.1439,-1.14389 1.14413,-1.14392 2.03925,-0.24882 0.77272,0.77273 0.93401,1.7208 1.17875,6.92903 0.18993,4.04168 0.11296,6.62515 -0.23311,7.82487 -0.66807,2.31589 -1.72075,10.63099 -2.08458,16.4661 -0.15702,2.51832 -0.47827,5.28401 -0.71388,6.14595 -0.23562,0.86195 -0.60309,3.17912 -0.81661,5.14929 -0.2135,1.97015 -0.70362,4.99255 -1.08914,6.71644 -0.38552,1.72389 -0.70468,4.24257 -0.70924,5.59705 -0.005,1.35449 -0.31314,3.9739 -0.68571,5.82092 -0.37258,1.84703 -0.88623,4.55247 -1.14143,6.01209 -0.2552,1.45963 -0.53492,2.76934 -0.6216,2.91046 -0.0867,0.14114 -0.28373,2.47303 -0.43787,5.18201 -0.30785,5.40979 -1.03333,9.9852 -1.72273,10.86479 -0.69388,0.88529 -1.00567,6.82185 -0.3583,6.82185 0.76445,0 2.13135,-3.39561 2.50449,-6.22162 0.17543,-1.32861 0.6946,-3.24279 1.15371,-4.25375 0.47635,-1.04891 0.84357,-2.8955 0.85527,-4.30082 0.0113,-1.35448 0.22637,-3.26867 0.47797,-4.25375 1.10069,-4.30945 2.22906,-9.65469 2.6939,-12.76126 0.27637,-1.84702 0.79527,-4.86942 1.15311,-6.71645 0.35783,-1.84702 0.82428,-4.56719 1.03655,-6.04481 0.21228,-1.47761 0.59271,-3.35188 0.84542,-4.16504 0.51793,-1.66658 1.1295,-8.11415 1.90694,-20.10425 0.57009,-8.79211 0.98339,-9.94667 2.48213,-6.93375 0.72802,1.46353 0.8148,2.78007 0.76547,11.61339 -0.052,9.32073 -0.003,9.96274 0.75141,9.96274 0.56871,0 1.08103,-0.73226 1.73475,-2.47949 0.51023,-1.36372 0.9277,-2.78743 0.9277,-3.16378 0,-0.37637 0.19339,-1.04565 0.42975,-1.48729 0.23637,-0.44165 0.72018,-2.75471 1.07514,-5.14013 0.37874,-2.54519 1.11008,-5.29999 1.77012,-6.6676 0.6186,-1.28176 1.54834,-4.12701 2.0661,-6.32277 0.91099,-3.86348 1.50436,-5.18686 2.32569,-5.18686 1.24229,0 0.0644,6.8999 -3.97501,23.28371 -1.38312,5.61006 -1.32097,6.16965 1.01953,9.17914 4.35831,5.60407 4.74208,5.08786 8.15566,-10.9702 1.62598,-7.6489 1.66596,-8.06656 1.67553,-17.50494 0.008,-7.52536 0.14605,-9.83346 0.62433,-10.4105 0.74234,-0.89561 3.33029,-0.98154 4.03375,-0.13392 0.2773,0.33412 0.70995,2.80241 0.96147,5.4851 0.25151,2.68268 0.64867,5.98582 0.88259,7.34031 0.23392,1.35448 0.6642,4.42726 0.95619,6.82839 0.48406,3.98055 0.61452,4.36569 1.47888,4.36569 0.73861,0 1.22921,-0.64552 2.22127,-2.92273 0.7003,-1.60749 2.25634,-4.25445 3.45787,-5.88212 1.2015,-1.62767 2.18457,-3.14737 2.18457,-3.37711 0,-0.22973 0.45336,-0.35331 1.00747,-0.27462 1.84751,0.26239 1.62944,2.18699 -1.2339,10.88941 -4.09987,12.46057 -4.69897,14.63401 -4.69897,17.04682 0,1.36937 -0.21994,2.90072 -0.48875,3.403 -0.62275,1.16363 -0.12377,3.91817 0.77205,4.26193 1.20094,0.46084 2.02617,-0.99897 3.37629,-5.97264 0.72535,-2.67214 1.70179,-5.66442 2.16987,-6.6495 0.46807,-0.98508 1.56743,-3.56392 2.44303,-5.73076 0.8756,-2.16684 2.59638,-5.90266 3.82397,-8.30182 1.22758,-2.39916 2.23197,-4.57861 2.23197,-4.84323 0,-0.64959 1.75193,-2.84071 2.27131,-2.84071 0.69264,0 0.47132,2.24368 -0.66264,6.71749 -2.51414,9.91918 -3.96621,15.23976 -5.19327,19.0289 -0.71777,2.21644 -1.83631,6.34705 -2.48563,9.17915 -0.64934,2.83211 -1.5641,6.03124 -2.03282,7.1092 -0.46872,1.07795 -0.85222,2.3584 -0.85222,2.84543 0,0.48704 -0.52187,1.92226 -1.1597,3.18937 -0.63785,1.26711 -2.16309,5.32624 -3.38945,9.02029 -1.22635,3.69405 -2.887,8.02616 -3.69034,9.62692 -0.80335,1.60075 -1.58417,3.95472 -1.73517,5.23104 -0.18552,1.56797 -0.71822,2.93303 -1.64251,4.20899 -0.75239,1.03863 -1.36797,2.09681 -1.36797,2.35151 0,0.2547 -0.37443,1.28231 -0.83205,2.28358 -0.45763,1.00126 -1.3847,3.13019 -2.06015,4.73094 -0.67545,1.60075 -1.61073,3.72968 -2.07841,4.73094 -0.46767,1.00128 -0.85031,1.99293 -0.85031,2.20369 0,0.64804 -2.23012,6.1579 -3.36542,8.3148 -0.5907,1.12222 -1.21578,2.92713 -1.38909,4.01091 -0.29579,1.8498 -2.20242,6.3053 -4.20965,9.8373 -0.48765,0.85811 -0.88664,2.21135 -0.88664,3.00721 0,0.79587 -0.28393,2.10872 -0.63094,2.91745 -3.38544,7.88977 -4.7547,11.68391 -4.97442,13.78392 -0.29121,2.78311 -0.31313,2.74011 2.58296,5.06732 1.16977,0.93999 2.12688,1.96566 2.12688,2.27924 0,0.31358 0.66691,1.0557 1.48203,1.64914 1.3907,1.01249 3.54187,3.28817 8.99179,9.51226 1.25809,1.4368 3.65881,4.13073 5.33493,5.98653 1.67613,1.85579 3.36136,4.1586 3.74498,5.11733 0.38361,0.95875 1.28207,2.15944 1.9966,2.66822 1.50242,1.06984 2.62889,3.02742 2.62889,4.56856 0,0.58961 0.50433,1.65744 1.12073,2.373 0.61641,0.71554 1.52988,2.16951 2.02995,3.23104 0.50007,1.06153 1.67583,3.07647 2.61282,4.47763 0.93699,1.40118 1.96999,3.25281 2.29557,4.11476 0.32558,0.86195 0.76117,1.75859 0.96797,1.99255 0.20679,0.23395 0.37599,0.748 0.37599,1.14232 0,0.39432 0.79422,1.93923 1.76494,3.43313 1.18493,1.82355 2.06706,3.94974 2.6842,6.46966 0.74045,3.0234 1.18729,3.98281 2.29731,4.93252 1.51425,1.29558 1.68414,1.88889 3.76518,13.14938 0.63719,3.44778 1.35364,7.11352 1.59213,8.14608 0.23849,1.03257 0.41362,2.44302 0.38918,3.13435 -0.0292,0.82557 -0.26786,0.33493 -0.69543,-1.42963 -1.01717,-4.19782 -2.83281,-10.12112 -3.70578,-12.08962 -0.43685,-0.98508 -1.34372,-3.30225 -2.01527,-5.14927 -1.85676,-5.10676 -3.5787,-8.86103 -8.16221,-17.79559 -5.19505,-10.12664 -6.80875,-13.13644 -7.50373,-13.99562 -0.80768,-0.9985 -5.18562,-8.78477 -5.19356,-9.23685 -0.009,-0.48883 -2.1084,-3.48588 -5.5902,-7.97883 -1.47761,-1.90675 -3.2501,-4.2032 -3.93885,-5.10324 -0.68875,-0.90003 -4.31319,-4.7092 -8.05432,-8.46482 -5.30004,-5.32056 -7.05983,-6.82839 -7.96943,-6.82839 -1.25771,0 -2.64945,1.21654 -2.64945,2.31595 0,0.81334 3.74956,5.74726 7.16422,9.42715 1.35448,1.45969 2.73906,3.19264 3.07685,3.851 0.33778,0.65837 0.97949,1.60002 1.42603,2.09256 1.45285,1.60254 3.00276,3.94259 5.87185,8.86534 1.55003,2.65951 3.57231,5.74802 4.49398,6.86336 0.92167,1.11533 1.86273,2.70508 2.09126,3.53275 0.22854,0.82767 0.93806,2.18996 1.57673,3.0273 0.63867,0.83733 1.39549,2.20972 1.68183,3.04974 0.28634,0.84002 1.14255,2.43403 1.90268,3.54225 1.13737,1.6582 9.66999,18.47303 9.66999,19.05619 0,0.0964 0.57691,1.43959 1.28202,2.98495 0.7051,1.54536 1.43126,3.31347 1.61366,3.92914 0.18241,0.61567 0.78901,1.92538 1.348,2.91046 0.55899,0.98508 1.47448,3.05776 2.0344,4.60596 0.87813,2.42795 0.94746,3.0506 0.50434,4.52958 -0.28255,0.94307 -0.51373,2.11999 -0.51373,2.61537 0,1.23076 -1.09445,2.0452 -2.25385,1.67722 -0.66839,-0.21214 -1.66272,-1.81196 -3.32511,-5.34988 -1.30435,-2.776 -2.62389,-5.82999 -2.93229,-6.78664 -0.3084,-0.95665 -0.70916,-1.94087 -0.89059,-2.18714 -0.18141,-0.24627 -0.74697,-1.55597 -1.25678,-2.91046 -1.61362,-4.28707 -4.59546,-11.36228 -4.99289,-11.84698 -0.2104,-0.25658 -1.03448,-1.67547 -1.8313,-3.15309 -0.79682,-1.47763 -1.72277,-3.00469 -2.05766,-3.39349 -0.33489,-0.38879 -0.60889,-0.90847 -0.60889,-1.15483 0,-0.56475 -7.44095,-13.05047 -8.497,-14.25774 -0.43085,-0.49254 -2.06144,-3.11197 -3.62356,-5.82093 -4.41809,-7.66171 -12.61825,-19.91015 -15.73525,-23.50347 -1.58976,-1.83268 -1.74932,-1.90569 -3.68759,-1.68722 -2.53976,0.28627 -4.28025,1.3873 -4.26953,2.70089 0.004,0.54843 0.60897,1.88382 1.3433,2.96752 0.73432,1.08372 1.33514,2.16549 1.33514,2.40396 0,0.23846 1.0766,1.97121 2.39244,3.85055 1.31584,1.87933 2.65178,4.22294 2.96876,5.20802 0.56479,1.75521 1.38913,3.24232 6.10755,11.01809 1.28623,2.11962 3.27833,5.72503 4.42693,8.012 1.93319,3.84923 3.89197,7.09534 5.94411,9.85066 0.89697,1.20432 2.55647,5.57211 3.02377,7.95853 0.15788,0.80627 0.74361,2.01524 1.30163,2.68657 0.55801,0.67135 1.4355,2.53482 1.94997,4.14104 0.51447,1.60624 1.57101,4.32639 2.34786,6.0448 0.77686,1.71842 2.01955,4.8371 2.76153,6.93039 1.20196,3.39094 3.00451,7.31311 6.43084,13.99284 1.68891,3.29261 1.48171,4.66529 -1.17228,7.76596 -4.7592,5.56021 -7.45725,7.22536 -9.51871,5.87465 -1.45255,-0.95175 -5.01892,-8.48742 -8.30997,-17.55877 -2.40883,-6.63963 -3.33269,-8.9485 -4.19951,-10.49518 -0.47466,-0.84694 -1.26228,-2.55964 -1.75028,-3.80599 -1.15714,-2.95537 -3.52829,-8.28926 -6.25123,-14.06208 -1.2016,-2.54749 -2.18472,-4.70715 -2.18472,-4.79925 0,-0.48961 -4.22677,-10.87292 -5.83051,-14.32302 -1.02452,-2.20401 -2.23851,-4.81325 -2.69775,-5.79833 -0.45925,-0.98508 -2.27711,-5.01495 -4.0397,-8.95527 -3.2765,-7.32472 -4.11559,-8.73139 -5.20838,-8.73139 -0.47246,0 -0.55258,0.4048 -0.33235,1.67911 0.58919,3.40913 2.91881,11.08969 3.90462,12.8732 0.27224,0.49254 0.63871,1.80225 0.81437,2.91047 0.17565,1.10821 0.62736,2.92166 1.00378,4.02987 0.78544,2.31239 1.59738,5.59494 2.10436,8.50751 0.1929,1.10821 0.94784,3.82837 1.67763,6.0448 0.7298,2.21643 1.73191,5.44032 2.2269,7.16421 0.495,1.72389 1.22561,4.26027 1.62358,5.6364 0.39796,1.37613 0.72357,3.5191 0.72357,4.76214 0,1.43962 0.54835,3.78231 1.51048,6.45322 1.80418,5.00849 3.60192,10.80215 4.49668,14.49169 1.98418,8.18165 3.65147,14.30325 4.80469,17.6408 1.09563,3.17087 1.20984,3.894 0.7288,4.61434 -1.42367,2.13188 -10.70491,4.52473 -16.67151,4.2982 l -3.5637,-0.1353 -1.97226,-3.80599 c -1.896,-3.65883 -3.00856,-7.11623 -4.34569,-13.5047 -0.34331,-1.64024 -1.2109,-4.76339 -1.92797,-6.94033 -0.71707,-2.17694 -1.6404,-6.27525 -2.05183,-9.10736 -0.41143,-2.8321 -1.22702,-7.46645 -1.81242,-10.29856 -2.16233,-10.46119 -3.2828,-13.40441 -4.00601,-10.52292 -0.30326,1.20829 0.34064,8.98144 1.09176,13.1798 0.23941,1.33815 0.43528,3.46534 0.43528,4.72709 0,1.26175 0.38396,4.39827 0.85324,6.97003 0.46928,2.57177 1.18095,7.09387 1.58148,10.04912 0.40053,2.95523 0.91347,6.58211 1.13986,8.05973 0.22639,1.47763 0.52885,4.71464 0.67214,7.19337 0.33219,5.74671 0.10761,6.02303 -4.97409,6.12 -2.01497,0.0384 -3.94556,-0.1614 -4.50441,-0.4663 -0.53791,-0.29346 -1.80224,-0.53357 -2.8096,-0.53357 -2.25006,0 -2.6845,0.84277 -2.36555,4.5889 0.2241,2.6319 -0.26914,3.9186 -1.50212,3.9186 -1.12709,0 -1.888,-2.46446 -2.83774,-9.191 -0.52066,-3.68753 -1.22934,-8.11505 -1.57487,-9.83894 -0.34552,-1.72389 -0.86195,-4.44406 -1.1476,-6.04481 -1.03719,-5.81219 -1.43624,-7.8895 -2.06437,-10.74632 -0.81196,-3.69291 -3.56639,-14.16715 -4.65109,-17.68666 -0.45541,-1.47762 -1.82854,-5.91047 -3.05143,-9.8508 -1.22289,-3.94031 -2.85789,-9.27989 -3.63332,-11.86573 -2.35437,-7.85103 -5.02669,-14.93718 -6.07895,-16.11948 -0.64281,-0.72225 -1.08866,-1.95337 -1.25663,-3.46992 -0.14319,-1.29278 -0.58763,-3.10622 -0.98765,-4.02987 -1.60105,-3.69691 -2.94663,-6.31209 -3.46757,-6.73935 -0.94184,-0.77247 -6.90857,-2.40156 -8.23816,-2.24925 -1.20429,0.13796 -1.26095,0.24624 -1.1625,2.22151 0.0698,1.40131 0.74414,3.36682 2.07371,6.04481 2.42253,4.87941 4.07545,9.99355 4.75586,14.71464 0.53357,3.70219 0.85863,4.99039 2.31625,9.17915 0.85539,2.45816 2.59977,8.88128 4.6482,17.11554 0.59576,2.39485 0.9702,4.64875 0.83209,5.00868 -0.13812,0.35992 0.26922,2.16197 0.9052,4.00456 0.63597,1.84258 1.15632,3.67716 1.15632,4.07684 0,0.39968 0.42232,2.03394 0.93849,3.63168 0.51618,1.59774 0.82731,3.19476 0.69141,3.54892 -0.25353,0.66071 -0.0388,2.32126 1.50628,11.64388 0.48977,2.95524 1.07107,6.48138 1.29178,7.83586 0.44205,2.71269 2.02508,11.04124 2.766,14.55231 0.6915,3.27688 1.39059,11.0337 1.09968,12.20156 -0.81077,3.25475 -3.34407,-1.65099 -4.68224,-9.06722 -0.53325,-2.95523 -1.16097,-6.34562 -1.39495,-7.53419 -0.23397,-1.18857 -0.4254,-2.91762 -0.4254,-3.84232 0,-0.9247 -0.50139,-4.18361 -1.11418,-7.24199 -0.6128,-3.05839 -1.11654,-6.15089 -1.11942,-6.87222 -0.003,-0.72133 -0.19944,-1.93029 -0.43681,-2.68658 -0.51454,-1.63936 -2.072,-8.52621 -2.63999,-11.67364 -0.57923,-3.20975 -2.19716,-9.85012 -3.16383,-12.98514 -0.45563,-1.47762 -1.08471,-3.79479 -1.39798,-5.14928 -0.31326,-1.35448 -0.95487,-3.87316 -1.4258,-5.59705 -0.47091,-1.72389 -1.23853,-4.84703 -1.70581,-6.94032 -0.46728,-2.0933 -1.17847,-4.91421 -1.58043,-6.2687 -0.40195,-1.35448 -1.22035,-4.27614 -1.81867,-6.49257 -1.52697,-5.6566 -5.40717,-17.8264 -6.73472,-21.12268 -1.11593,-2.77083 -2.21956,-3.8113 -2.90193,-2.73589 -0.48867,0.77016 -0.46442,1.81941 0.12198,5.27639 0.27153,1.60076 0.56038,4.01868 0.64187,5.37316 0.24662,4.09901 0.9924,9.95401 1.5399,12.08961 0.64079,2.4995 1.57557,9.33313 2.48062,18.13442 0.37986,3.69405 0.88092,7.72392 1.11345,8.95528 0.23252,1.23134 0.52918,3.85076 0.65922,5.82092 0.13005,1.97016 0.44793,4.69032 0.70641,6.04481 1.13817,5.96426 1.49466,8.11811 2.59384,15.67172 0.23295,1.60075 0.32002,3.66866 0.1935,4.59535 -0.15138,1.10875 0.0837,2.48673 0.68748,4.02986 0.54714,1.39838 1.11092,4.42363 1.39663,7.49427 0.2635,2.8321 0.78482,6.15545 1.15848,7.38521 0.37366,1.22977 0.88917,4.7559 1.14558,7.83587 0.25642,3.07995 0.75501,6.73722 1.10801,8.12725 1.28839,5.0735 0.52476,7.03368 -3.13363,8.04381 -2.37912,0.65691 -3.37956,-0.17312 -4.69505,-3.89534 -0.86917,-2.45933 -1.15196,-4.43287 -1.43557,-10.0185 -0.35366,-6.96519 -0.88799,-12.10922 -1.69731,-16.33981 -1.02505,-5.35833 -1.50574,-10.07528 -1.45654,-14.29303 0.029,-2.48508 -0.16877,-5.3274 -0.43947,-6.31627 -0.2707,-0.98887 -0.65973,-5.92857 -0.8645,-10.97711 -0.5775,-14.23726 -1.57882,-29.35184 -1.98844,-30.01462 -0.20389,-0.3299 -0.52524,-2.59463 -0.71408,-5.03272 -0.32313,-4.17159 -1.73216,-16.25027 -2.64968,-22.71414 -0.99495,-7.00931 -0.94699,-6.87845 -2.67582,-7.30052 -2.44486,-0.59687 -2.54743,-0.0841 -2.08748,10.43487 1.32723,30.3529 1.50519,40.39117 0.78414,44.22972 -0.40555,2.15896 -0.40569,4.08178 -4.5e-4,8.28362 0.29016,3.00961 0.56899,10.10637 0.61962,15.77058 0.11278,12.61601 0.91627,23.23695 2.47282,32.68673 0.24339,1.47763 0.54001,4.50002 0.65916,6.71645 0.11913,2.21643 0.35037,5.36878 0.51386,7.00522 0.36781,3.68175 0.0275,5.15785 -1.27973,5.55212 -0.55354,0.16695 -1.67304,0.6119 -2.48779,0.9888 -0.86748,0.40127 -1.64673,0.5198 -1.8804,0.28601 -0.82231,-0.82276 -3.59214,-12.86641 -4.02757,-17.51251 -0.37883,-4.04213 -1.13231,-19.66426 -1.21546,-25.20038 -0.0129,-0.86195 -0.21153,-5.89928 -0.44131,-11.19409 -0.48293,-11.12837 -0.42207,-22.57525 0.21927,-41.23186 0.29641,-8.62302 0.30347,-14.01494 0.0202,-15.44784 -0.24495,-1.23906 -0.30978,-4.7581 -0.14833,-8.05098 0.36737,-7.4951 -0.0245,-11.3891 -1.14618,-11.3891 -0.73002,0 -0.83018,0.64495 -1.06044,6.82839 -0.13985,3.75562 -0.43516,9.8508 -0.65623,13.54485 -0.8938,14.93448 -1.35759,26.12286 -1.55915,37.61213 -0.11665,6.64928 -0.54097,18.03367 -0.94294,25.29863 -0.40197,7.26497 -0.79282,17.74263 -0.86856,23.2837 -0.10125,7.40802 -0.32985,10.84505 -0.86364,12.98514 -0.39926,1.60076 -0.7289,4.04673 -0.73255,5.4355 -0.008,3.12629 -0.66741,3.95194 -4.18827,5.24566 -5.29629,1.9461 -6.40956,1.31702 -7.01624,-3.96471 -0.75983,-6.61516 -0.52149,-15.13009 0.86481,-30.89568 0.27068,-3.07837 0.57116,-9.22393 0.66771,-13.65678 0.24386,-11.19621 1.05672,-27.85121 1.59949,-32.77252 0.24964,-2.26361 0.46591,-5.38675 0.48059,-6.94033 0.0148,-1.55357 0.21066,-3.83215 0.4355,-5.06349 0.22484,-1.23135 0.60593,-4.90338 0.84686,-8.16007 0.24093,-3.25668 0.64944,-6.31621 0.90779,-6.79895 0.25837,-0.48275 0.46975,-1.90999 0.46975,-3.17166 0,-1.26166 0.20885,-3.74321 0.46411,-5.51454 0.25526,-1.77132 0.64976,-4.5303 0.87666,-6.13105 0.22689,-1.60075 0.54266,-3.78561 0.7017,-4.85523 0.25095,-1.68773 0.18701,-1.92446 -0.48379,-1.79105 -0.94283,0.18749 -2.39186,3.60603 -2.43759,5.75075 -0.0184,0.86195 -0.53337,3.47072 -1.14442,5.79728 -0.61107,2.32656 -1.11102,4.79078 -1.11102,5.47604 0,0.68526 -0.28524,2.00561 -0.63387,2.93411 -0.35682,0.95031 -0.75803,4.33019 -0.91797,7.73298 -0.15625,3.32464 -0.46672,6.95153 -0.68992,8.05974 -0.2232,1.10822 -0.41572,3.72763 -0.42781,5.82092 -0.0121,2.09329 -0.21697,4.51122 -0.45527,5.37317 -0.63351,2.29149 -1.36128,7.23682 -1.77913,12.08961 -0.20145,2.33956 -0.59228,6.87317 -0.86852,10.07468 -0.27623,3.2015 -0.70237,7.55645 -0.94698,9.67766 -0.24461,2.1212 -0.44693,5.74809 -0.44959,8.05975 -0.003,2.35688 -0.28741,5.13416 -0.64815,6.32296 -0.36948,1.2176 -0.65386,4.07647 -0.6681,6.71645 -0.0137,2.52807 -0.25643,6.81291 -0.53952,9.52189 -0.2831,2.70896 -0.55562,7.60157 -0.60561,10.87244 -0.0823,5.38165 -0.18156,6.04354 -1.0445,6.96212 -0.87898,0.93563 -0.89954,1.0923 -0.26268,2.00154 0.38002,0.54256 0.56663,1.18761 0.4147,1.43344 -0.39962,0.6466 -4.76779,0.46518 -9.2625,-0.38469 z M 331.76356,403.7568 c 0.57124,-0.57123 1.73397,-3.89414 3.37253,-9.63821 0.24588,-0.86195 0.97476,-3.07715 1.61974,-4.92268 1.67509,-4.79305 1.89779,-9.18698 0.68097,-13.43563 -0.529,-1.84702 -1.50121,-5.47391 -2.16047,-8.05974 l -1.19868,-4.70151 -2.91045,-0.11548 c -1.60076,-0.0635 -3.20228,0.0738 -3.55894,0.30517 -1.00973,0.65498 -1.0705,4.96833 -0.23703,16.82531 0.41546,5.91048 0.89063,13.20976 1.05593,16.22064 0.18334,3.33961 0.51427,5.68805 0.84864,6.02242 0.30145,0.30146 0.54811,0.9108 0.54811,1.35408 0,0.97497 1.03278,1.05252 1.93965,0.14563 z m 103.37443,-7.62848 c 0.4849,-11.76331 1.14175,-19.43505 2.07614,-24.24857 1.29074,-6.64929 1.9906,-11.67196 1.69335,-12.15291 -0.35977,-0.58213 -2.80456,-0.90914 -3.51293,-0.46988 -0.3179,0.19714 -0.57011,1.2021 -0.57011,2.27168 0,2.48751 -0.61294,2.74949 -1.86875,0.79874 -2.11179,-3.28041 -2.5461,-3.77739 -2.71442,-3.1061 -0.0887,0.35387 -0.54632,1.95311 -1.01685,3.55386 -1.65673,5.63615 -2.68644,9.63542 -2.68503,10.42834 7.8e-4,0.44078 0.40441,1.59135 0.89695,2.5568 0.49254,0.96546 0.89552,2.59637 0.89552,3.62426 0,1.02788 0.22936,2.6344 0.50967,3.57002 0.43016,1.43572 0.39523,1.81559 -0.22388,2.43469 -1.03672,1.03672 -0.93858,1.81008 0.86096,6.78443 0.87699,2.42418 2.13632,6.07409 2.79853,8.11091 0.86289,2.65413 1.39429,3.6675 1.87565,3.5769 0.55072,-0.10365 0.72809,-1.49595 0.9852,-7.73317 z m -59.93877,-36.56526 c 0.2415,-0.38283 0.31258,-1.0257 0.15798,-1.42857 -0.35666,-0.92946 -4.66521,-1.02369 -5.88906,-0.12879 -1.14346,0.83612 -0.46999,1.67856 1.24933,1.56278 0.78265,-0.0527 1.82533,0.137 2.31707,0.42157 1.06087,0.61394 1.57163,0.51319 2.16468,-0.42699 z m 20.2245,0.52149 c 0.15357,-0.24847 0.16007,-0.82714 0.0144,-1.28594 -0.32117,-1.01193 -3.032,-1.4807 -5.43219,-0.93937 -1.95825,0.44166 -2.63335,1.02906 -2.27022,1.97534 0.21333,0.55595 1.01093,0.70175 3.83901,0.70175 1.96336,0 3.69538,-0.2033 3.84895,-0.45178 z m -74.31463,-6.09144 c 4.15609,-6.93534 4.89799,-8.23653 7.20536,-12.63709 2.98887,-5.70033 5.95577,-10.19323 9.08346,-13.75547 0.76061,-0.86629 1.91036,-2.62548 2.555,-3.9093 0.64464,-1.28383 1.86979,-3.47327 2.72258,-4.86544 1.90415,-3.10851 1.86867,-4.57278 -0.11552,-4.76684 -2.49737,-0.24425 -3.73408,0.58842 -4.94684,3.33068 -0.61521,1.39111 -1.6847,3.3566 -2.37664,4.36775 -0.69194,1.01114 -2.03122,3.45039 -2.97618,5.42054 -0.94496,1.97017 -2.58496,5.02884 -3.64443,6.79707 -1.05948,1.76823 -1.92665,3.38018 -1.92706,3.58211 -4.1e-4,0.20193 -1.159,2.68433 -2.57464,5.51643 -1.41564,2.8321 -2.93144,6.19766 -3.36843,7.47899 -0.43699,1.28135 -1.06002,2.59522 -1.38451,2.91971 -0.9049,0.90489 -1.52822,2.30042 -1.30525,2.92226 0.4223,1.17774 1.34153,0.45472 3.0531,-2.4014 z m -12.66088,-0.29205 c 0.43565,-0.92729 1.28117,-3.18422 1.87893,-5.01541 1.78234,-5.46007 5.97849,-15.01513 6.59396,-15.01513 0.20098,0 0.36543,0.60447 0.36543,1.34329 0,1.39988 0.9594,1.85477 1.65268,0.78358 0.93579,-1.44587 4.74448,-12.44622 4.42122,-12.76948 -0.43143,-0.43143 -2.35311,0.35143 -3.28616,1.33874 -5.21442,5.5176 -6.81762,7.48219 -6.81762,8.35449 0,0.54662 -0.3336,1.63869 -0.74133,2.42684 -1.25419,2.42433 -6.87064,18.67504 -6.87064,19.8796 0,1.34406 1.99158,0.40173 2.80353,-1.32652 z m 27.35252,0.79379 c 1.53104,-0.4645 2.78641,-1.30403 4.25948,-2.84852 3.12909,-3.28083 3.52363,-4.20494 2.6117,-6.11727 -0.46994,-0.98548 -1.06209,-1.55998 -1.6079,-1.55998 -1.78928,0 -6.70717,6.37259 -7.86126,10.18661 -0.35867,1.18535 -0.24151,1.20064 2.59798,0.33916 z m 102.37382,-1.45856 c -0.004,-0.67725 -0.60273,-2.31001 -1.32947,-3.62837 -1.35716,-2.46197 -3.22902,-6.57358 -9.20318,-20.21503 -3.87617,-8.85093 -7.75831,-17.15837 -9.41596,-20.14936 -0.61419,-1.10821 -2.12546,-3.9912 -3.35839,-6.40664 l -2.24168,-4.3917 -1.65825,0.13795 c -1.06156,0.0883 -1.70524,0.38645 -1.78885,0.82854 -0.0718,0.37982 1.68383,4.19789 3.90144,8.48459 2.21762,4.28671 4.24592,8.40756 4.50734,9.15745 0.26141,0.7499 0.98499,2.09894 1.60794,2.99787 0.62295,0.89892 1.40428,2.66411 1.73627,3.92265 0.332,1.25852 1.33911,3.62626 2.23801,5.26163 0.89891,1.63536 1.84166,4.09467 2.095,5.46512 0.53071,2.87084 2.07975,6.15748 3.5123,7.4521 1.28059,1.15729 2.0652,2.70769 3.57441,7.06309 1.52471,4.40016 2.21524,5.25146 4.25962,5.25146 1.41789,0 1.57077,-0.12041 1.56345,-1.23135 z m 8.51562,0.44478 c 0,-0.4326 -0.6191,-2.59867 -1.37578,-4.81345 -0.75667,-2.21479 -1.55733,-4.93362 -1.77924,-6.04183 -1.00174,-5.00249 -3.4196,-11.66705 -4.92881,-13.58571 -1.22672,-1.5595 -4.90903,-4.19733 -6.37189,-4.56448 -1.09828,-0.27565 -1.21601,-0.18797 -1.21601,0.90557 0,0.66592 0.37666,1.74561 0.837,2.3993 0.98177,1.39408 3.19288,5.99905 3.19288,6.64966 0,0.24712 0.58832,1.26147 1.30738,2.25412 0.71908,0.99265 1.61971,2.72468 2.00142,3.84895 1.1238,3.31013 5.12652,12.017 5.93526,12.91064 0.95586,1.05621 2.39779,1.07859 2.39779,0.0372 z m -19.04518,-2.32313 c 0.53436,-0.86461 -1.24258,-6.41981 -2.51824,-7.8727 -0.69989,-0.79713 -1.27252,-1.75966 -1.27252,-2.13897 0,-0.37931 -0.83452,-2.31727 -1.85448,-4.30658 -1.60451,-3.12941 -2.0119,-3.61642 -3.0224,-3.61316 -0.97954,0.003 -1.3991,0.45457 -2.60109,2.79853 -2.32114,4.52634 -2.31973,4.56668 0.25057,7.19789 1.24285,1.27231 2.94333,3.32077 3.77881,4.55211 1.12337,1.65563 2.03283,2.4366 3.4913,2.99806 2.26801,0.8731 3.37596,0.98686 3.74805,0.38482 z m 35.80414,0.0274 c 0.34985,-0.56606 -0.44669,-5.90045 -1.54557,-10.35061 -0.51691,-2.09329 -1.2367,-5.1157 -1.59954,-6.71645 -1.11292,-4.90984 -2.39453,-8.82467 -3.07343,-9.3881 -0.93793,-0.77842 -2.43293,-0.1372 -2.76502,1.18594 -0.37899,1.51001 0.63688,11.52389 1.39988,13.79921 0.33033,0.98508 0.72759,2.90873 0.88281,4.27478 0.15519,1.36604 0.72616,3.36508 1.26879,4.44231 0.79098,1.57024 1.34174,2.06727 2.77766,2.50667 2.31576,0.70863 2.36578,0.71327 2.65442,0.24625 z m -10.49287,-3.07445 c -0.005,-2.73681 -0.96048,-6.74747 -2.73088,-11.47214 -1.89226,-5.04987 -2.43431,-6.10258 -3.14228,-6.10258 -0.49501,0 -0.47726,3.67718 0.0291,6.04481 0.2107,0.98508 0.59954,2.84801 0.86407,4.13986 0.26452,1.29183 0.99007,3.30516 1.61232,4.47407 0.62226,1.1689 1.13138,2.33844 1.13138,2.59898 0,0.65597 0.95484,1.54835 1.65672,1.54835 0.33713,0 0.581,-0.5182 0.5795,-1.23135 z m -98.00783,-3.80704 c 4.34846,-4.21327 9.13147,-9.58335 9.56516,-10.73918 0.47957,-1.27815 3.47107,-5.13823 7.00138,-9.03427 2.64941,-2.92388 5.24748,-6.80434 7.28852,-10.8861 2.01772,-4.03511 2.06942,-5.12943 0.27439,-5.80698 -0.73881,-0.27887 -1.34563,-0.7764 -1.34848,-1.10563 -0.008,-0.97018 -4.30104,-4.95161 -5.15506,-4.78136 -0.43147,0.086 -1.08642,1.01804 -1.49738,2.13084 -0.85787,2.32295 -2.15525,3.17382 -1.68165,1.10289 0.16223,-0.70938 0.58257,-2.80098 0.93409,-4.64801 0.35153,-1.84703 0.94485,-4.21813 1.3185,-5.26911 0.69785,-1.96286 0.56146,-3.2493 -0.34184,-3.22416 -0.70054,0.0195 -2.07897,1.10573 -2.07897,1.63828 0,0.2389 -1.31035,1.92939 -2.91187,3.75662 -1.60154,1.82724 -2.99681,3.72524 -3.1006,4.21778 -0.1038,0.49254 -0.49057,2.30598 -0.85949,4.02987 -1.25545,5.86643 -1.30017,6.47755 -0.49659,6.78591 0.71089,0.2728 5.29793,-0.72535 11.50276,-2.50303 1.65814,-0.47505 3.11313,-0.70464 3.23331,-0.51018 0.28061,0.45402 -0.24616,2.12319 -1.98551,6.29147 -2.03119,4.86767 -2.31005,5.09583 -5.82978,4.76977 -1.60075,-0.14829 -4.10773,-0.58208 -5.57106,-0.96397 -1.46332,-0.38189 -3.22639,-0.57008 -3.91792,-0.41819 l -1.25734,0.27616 v -3.14077 c 0,-1.72743 0.17199,-3.60726 0.3822,-4.17739 1.54446,-4.18899 0.66932,-4.60899 -2.39323,-1.14856 -3.23424,3.65442 -3.70928,4.87549 -3.88244,9.97961 l -0.15133,4.46076 2.30293,0.13368 c 1.29963,0.0754 3.86812,-0.26594 5.89553,-0.78359 4.27347,-1.09111 4.56279,-1.10844 4.56279,-0.27327 0,1.35765 -2.38498,8.11429 -3.05228,8.6471 -0.82072,0.6553 -5.78937,0.75097 -7.39029,0.14231 -0.60382,-0.22957 -1.58087,-0.90043 -2.17122,-1.49078 -0.59037,-0.59037 -1.40683,-1.26 -1.81437,-1.48806 -0.47427,-0.26543 -0.90649,-1.44242 -1.20082,-3.27003 -0.52984,-3.29005 -0.57178,-3.3612 -1.75868,-2.98449 -1.24689,0.39575 -1.49511,1.25556 -1.68734,5.84476 -0.0928,2.21643 -0.2028,4.33212 -0.24435,4.70152 -0.20792,1.84842 0.0662,2.23882 1.57158,2.23882 1.46778,0 5.54153,-0.66268 7.11339,-1.15715 0.60946,-0.19171 0.78359,0.0139 0.78359,0.92533 0,1.09549 -1.1023,3.75994 -1.76309,4.26168 -0.49221,0.37375 -2.71454,4.37969 -2.71454,4.8932 0,0.26398 0.5765,0.47997 1.28112,0.47997 0.90072,0 1.86464,-0.56537 3.24628,-1.90407 z m 127.15839,-1.15002 c 0.65541,-0.74593 7.83564,-21.37212 8.32813,-23.92366 0.19888,-1.03039 0.083,-1.23135 -0.7103,-1.23135 -0.52138,0 -1.69986,0.40299 -2.61883,0.89553 -0.91897,0.49254 -1.91861,0.89552 -2.22144,0.89552 -0.85585,0 -1.34135,1.27536 -1.90486,5.00382 -0.28568,1.89016 -1.21313,5.10646 -2.06102,7.14734 -0.84788,2.04087 -1.42941,4.0642 -1.29227,4.49629 0.13714,0.43208 0.0118,1.99323 -0.27863,3.46921 -0.66818,3.3963 -0.38419,4.26173 1.26482,3.8545 0.67494,-0.16669 1.34742,-0.43992 1.4944,-0.6072 z m -11.3917,-5.90685 c 0.28728,-1.59764 0.64982,-5.31544 0.80562,-8.26177 0.15582,-2.94633 0.47877,-6.22915 0.71766,-7.29518 0.2389,-1.06602 0.52628,-5.50617 0.63862,-9.86699 0.11822,-4.58936 0.48927,-9.2489 0.88098,-11.06312 0.82125,-3.80367 1.36703,-9.73604 0.98686,-10.72673 -0.25282,-0.65885 -0.39643,-0.66094 -1.6286,-0.0238 -0.74324,0.38435 -1.35134,0.97045 -1.35134,1.30246 0,0.33201 -1.11166,1.84951 -2.47034,3.37221 l -2.47033,2.76856 0.28983,6.57903 c 0.15941,3.61847 0.24912,8.65663 0.19936,11.19592 -0.0563,2.87127 0.0985,4.84455 0.40925,5.21901 0.27483,0.33116 0.48534,1.77969 0.46779,3.21895 -0.0175,1.43928 0.0311,4.6318 0.10797,7.0945 0.31625,10.12254 0.26754,9.70502 1.11324,9.54215 0.5775,-0.11121 0.91727,-0.90762 1.30343,-3.05523 z m -61.93592,-1.32403 c -0.0878,-1.78216 -0.77449,-2.3904 -5.42939,-4.80928 -1.79603,-0.93329 -4.18552,-2.4525 -5.30997,-3.37601 -3.12832,-2.56929 -4.05274,-2.22195 -2.43087,0.91336 1.3883,2.68381 4.88327,5.73192 8.54367,7.4513 4.05792,1.9061 4.72804,1.88011 4.62656,-0.17937 z m -106.40818,-2.14048 c 0.39078,-0.92352 0.88412,-2.98882 1.0963,-4.58957 0.21218,-1.60076 0.51015,-3.84537 0.66216,-4.98802 0.21336,-1.60395 -0.0417,-3.14764 -1.11916,-6.77181 -1.33024,-4.47469 -1.39551,-5.06088 -1.39551,-12.53188 0,-6.39281 -0.12283,-7.93956 -0.66635,-8.39063 -0.54012,-0.44826 -0.70976,-0.41624 -0.89553,0.16905 -0.12605,0.39714 -0.34708,1.07469 -0.49119,1.50566 -0.1441,0.43098 -0.33858,3.403 -0.43216,6.60451 -0.0936,3.20152 -0.30778,7.6803 -0.47598,9.95285 -0.17975,2.42849 -0.0956,5.7512 0.20418,8.05974 0.2805,2.1603 0.72617,5.73088 0.99038,7.93463 0.2642,2.20374 0.58017,4.16831 0.70217,4.3657 0.4755,0.76937 1.14052,0.28714 1.82069,-1.32023 z m -24.04677,-1.75443 c 0.0108,-1.53892 -0.47039,-2.38738 -1.35416,-2.38738 -1.03707,0 -1.47537,1.33874 -0.91814,2.80436 0.77315,2.03354 2.25692,1.76126 2.2723,-0.41698 z m 132.84412,-2.7232 c 0.17399,-0.67725 0.32894,-2.13808 0.34435,-3.24629 l 0.028,-2.01494 -2.91046,0.12391 c -3.78054,0.16095 -4.66128,-0.0836 -5.29276,-1.46954 -0.28649,-0.62878 -0.88425,-1.28847 -1.32835,-1.46597 -0.94276,-0.37681 -4.18079,-2.39302 -7.17236,-4.46594 -1.15617,-0.80114 -3.14469,-1.97608 -4.41893,-2.61098 -2.55834,-1.27471 -3.24701,-2.21212 -1.88652,-2.56789 1.3109,-0.34282 2.81883,0.17928 11.36753,3.93581 1.92495,0.84589 4.09781,1.24235 5.0874,0.92827 0.71294,-0.22629 0.90458,-0.88091 1.16178,-3.96852 0.3926,-4.71335 0.0694,-6.12581 -1.40178,-6.12581 -2.02499,0 -2.83248,0.77039 -2.83248,2.70234 0,1.55263 -0.12636,1.77103 -1.00747,1.74123 -1.95977,-0.0662 -3.86208,-1.11479 -6.56072,-3.61619 -2.68703,-2.49062 -4.89187,-3.70255 -5.69875,-3.1324 -0.22579,0.15955 -0.78458,0.89457 -1.24174,1.63338 -0.45716,0.73881 -1.32891,1.87898 -1.93722,2.53372 -1.64769,1.77346 -1.20741,3.29789 2.56591,8.88425 0.41585,0.61567 1.11361,1.82464 1.55057,2.68658 1.14815,2.26484 2.8108,3.46701 5.61297,4.05843 2.5477,0.5377 7.68073,2.98433 11.19409,5.3356 2.62354,1.75576 4.34571,1.79937 4.77691,0.12095 z m -135.76456,-4.27717 c 0.3715,-0.56698 0.80432,-1.6752 0.96181,-2.4627 0.25713,-1.28558 0.17892,-1.43183 -0.76569,-1.43183 -0.64816,0 -1.61511,0.63288 -2.51867,1.64851 -1.68757,1.89688 -1.7542,2.16936 -0.68302,2.79326 1.26833,0.73873 2.28415,0.55378 3.00557,-0.54724 z m 71.90919,-6.0533 c 2.78236,-4.3774 7.00862,-9.86141 9.39767,-12.19442 1.14877,-1.12184 3.08614,-3.53976 4.30526,-5.37317 1.21912,-1.8334 3.77589,-5.32238 5.68171,-7.75328 1.90582,-2.4309 4.29379,-5.6548 5.30661,-7.16422 1.01281,-1.50941 2.90389,-3.96828 4.20239,-5.46415 1.29851,-1.49587 3.17861,-3.95082 4.178,-5.45543 0.99939,-1.50462 2.02093,-2.86165 2.27009,-3.01564 0.24917,-0.154 0.45303,-0.91867 0.45303,-1.69929 0,-1.91438 -2.11435,-7.33954 -2.99164,-7.67619 -0.8218,-0.31535 -1.93377,0.47478 -1.93377,1.37409 0,0.84019 -2.50556,5.2875 -4.37992,7.77425 -0.8353,1.10822 -1.81265,2.72017 -2.17189,3.58211 -1.11461,2.67436 -6.70717,11.85549 -9.95537,16.34337 -0.71296,0.98508 -1.61974,2.43031 -2.01505,3.21164 -0.39531,0.78131 -1.52761,2.35514 -2.51623,3.49739 -0.98861,1.14226 -1.79747,2.23715 -1.79747,2.4331 0,0.65483 -4.44811,8.09608 -6.32757,10.58542 -3.09786,4.10308 -5.56095,8.76006 -5.17087,9.77659 0.45104,1.17541 1.46907,0.35801 3.46502,-2.78217 z m 115.04888,-6.99834 c 0,-5.28268 -0.22076,-10.63424 -0.49057,-11.89235 -0.44843,-2.09093 -0.66203,-2.37077 -2.48605,-3.25696 -1.40386,-0.68203 -2.08826,-0.81938 -2.30838,-0.4632 -0.48917,0.79146 -0.26207,14.14433 0.2696,15.85269 0.26169,0.84085 0.61412,2.63705 0.78317,3.99153 0.47322,3.79157 1.41288,5.24598 3.44864,5.33781 0.72302,0.0326 0.78359,-0.70706 0.78359,-9.56952 z m -136.59096,6.40603 c 0.57245,-0.77429 1.59061,-2.94034 2.26259,-4.81346 0.67197,-1.87312 1.73868,-4.71537 2.37048,-6.31613 2.86713,-7.26433 3.86082,-12.30544 2.66195,-13.5043 -0.42628,-0.42629 -0.78659,-0.31533 -1.66961,0.51423 -1.4313,1.34463 -2.01454,3.45848 -2.01769,7.31269 -0.002,2.89243 -0.095,3.16488 -1.75021,5.14929 -1.987,2.38215 -3.07518,5.24712 -3.59874,9.47478 -0.50231,4.05604 -0.0567,4.61471 1.74123,2.1829 z m 126.27496,0.42783 c 0.53769,-0.57715 0.91297,-1.58943 0.91297,-2.4627 0,-1.20678 -0.17463,-1.48274 -0.93834,-1.48274 -1.61603,0 -3.53929,1.69951 -3.53929,3.12753 0,1.96736 2.05459,2.43879 3.56467,0.81791 z m -184.4609,-0.1397 c 0.3067,-0.36953 0.65097,-1.52813 0.76506,-2.57463 0.20594,-1.88916 0.17915,-1.93022 -3.74908,-5.74719 -2.17608,-2.11443 -4.40778,-4.08497 -4.95934,-4.37896 -0.55156,-0.29399 -1.31657,-1.14124 -1.70003,-1.88275 l -0.69718,-1.34821 2.14778,0.27685 2.14778,0.27684 1.27967,-2.66052 c 1.43995,-2.99381 1.35507,-3.42209 -1.13486,-5.72667 -4.41462,-4.086 -6.31222,-5.56301 -7.14712,-5.56301 -0.8347,0 -0.90085,0.1906 -0.66048,1.90299 0.14692,1.04665 0.43617,3.51494 0.64278,5.4851 0.20661,1.97017 0.59309,4.28734 0.85883,5.14928 0.26575,0.86195 0.67628,2.2724 0.91229,3.13434 1.43433,5.23853 3.08825,10.00754 3.67444,10.59505 1.38531,1.38847 5.18764,3.70225 6.1092,3.71756 0.52396,0.009 1.20357,-0.28652 1.51026,-0.65607 z m 172.6759,-0.89874 c 0.32461,-0.84591 -0.55427,-2.21664 -4.23239,-6.60104 -3.29717,-3.93029 -4.56229,-4.44605 -4.56229,-1.85997 0,0.88561 0.31398,2.69025 0.69775,4.01031 0.55424,1.90658 1.0788,2.68038 2.5509,3.76297 2.07914,1.52902 5.08038,1.90119 5.54603,0.68773 z m -124.2954,-0.4558 c 0.72657,-0.37573 1.32105,-0.87946 1.32105,-1.11941 0,-0.23994 0.27992,-0.43626 0.62204,-0.43626 0.34211,0 1.08479,-0.37471 1.65036,-0.83269 l 1.02833,-0.83269 -1.18225,-1.18224 c -0.815,-0.815 -1.65598,-1.18225 -2.70728,-1.18225 -0.83877,0 -2.42941,-0.12396 -3.53476,-0.27546 -2.52182,-0.34566 -3.05531,0.53717 -1.70628,2.8236 0.49744,0.84311 0.90444,1.78334 0.90444,2.08941 0,0.7357 0.9217,1.63114 1.67896,1.63114 0.33238,0 1.1988,-0.30742 1.92539,-0.68315 z m 17.7422,-0.54821 c 0.87034,-1.09243 5.51926,-10.78001 5.51926,-11.50121 0,-0.91009 -1.1806,-1.68069 -2.32612,-1.51829 -0.84206,0.11937 -1.22235,0.72347 -2.06525,3.28065 -2.74802,8.33698 -3.21357,12.35678 -1.12789,9.73885 z m 112.04174,-8.41342 c 1.29666,-1.99503 2.51657,-4.56679 2.98217,-6.28686 0.99661,-3.68179 0.6967,-4.08648 -2.46622,-3.3277 -1.78764,0.42885 -2.43483,0.83236 -2.95817,1.8444 -0.50643,0.97933 -0.98845,1.29545 -1.97527,1.29545 -0.71795,0 -1.43266,-0.20596 -1.58824,-0.45769 -0.15558,-0.25174 -1.40076,-1.28353 -2.76707,-2.29288 -1.3663,-1.00936 -3.69041,-3.04141 -5.16469,-4.51568 -2.25744,-2.25744 -2.77642,-2.58457 -3.28825,-2.07273 -0.51184,0.51184 -0.51133,1.06866 0.003,3.52804 1.35804,6.49072 1.27838,6.35142 5.66656,9.90823 3.6495,2.95806 8.01967,5.75351 8.99454,5.75351 0.20193,0 1.35456,-1.51924 2.56141,-3.37609 z m 43.86894,2.28621 c 1.26626,-0.65481 2.56522,-1.93952 2.24778,-2.22311 -0.0967,-0.0863 -1.33507,-0.29756 -2.752,-0.46937 -2.85021,-0.34556 -3.37645,0.0655 -2.83667,2.21619 0.32463,1.2934 1.4504,1.4539 3.34089,0.47629 z M 270.9884,310.04414 c 0.77847,-0.5193 2.41731,-5.34692 2.41731,-7.1208 0,-1.60463 -0.004,-1.60824 -1.65282,-1.34074 -2.09477,0.33993 -6.44092,2.51723 -7.04501,3.52936 -0.36635,0.61383 -0.14396,1.10121 1.09674,2.40354 0.85595,0.89847 2.16076,1.90419 2.89957,2.23492 1.58883,0.71127 1.64705,0.71875 2.28421,0.29372 z m 210.11532,-0.25156 c 0.64939,-0.78248 -0.8421,-12.02137 -1.63021,-12.28407 -1.02815,-0.34271 -1.52917,2.14728 -1.02019,5.0701 0.2617,1.50275 0.47581,3.48463 0.47581,4.40415 0,1.72637 0.64278,3.40406 1.30422,3.40406 0.20745,0 0.59912,-0.26741 0.87037,-0.59424 z m -168.07095,-2.45292 2.23882,-1.2352 -0.11911,-2.59533 c -0.11075,-2.41312 -1.25467,-7.49715 -2.31352,-10.2821 -0.45971,-1.20915 -1.52592,-1.59065 -2.05464,-0.73516 -0.78412,1.26875 -2.01691,6.83316 -2.27691,10.27728 -0.45278,5.99793 0.39188,6.85101 4.52536,4.57051 z m 83.87159,-5.39224 c 0.17952,-2.49934 -1.06032,-6.44159 -2.4308,-7.72908 -0.58698,-0.55145 -1.06724,-1.26543 -1.06724,-1.58663 0,-0.80791 1.8675,0.009 4.43917,1.94138 1.31747,0.99006 2.47451,1.4853 3.47016,1.4853 0.82154,0 1.4937,-0.0879 1.4937,-0.19532 0,-0.55176 -8.87235,-9.13661 -9.7099,-9.39527 -0.91626,-0.28295 -2.72001,-3.05083 -6.08322,-9.33479 -1.50943,-2.82026 -2.46838,-3.48747 -3.29718,-2.29407 -1.97809,2.84825 -4.34845,6.03456 -5.32445,7.15727 -0.622,0.7155 -1.20886,1.7039 -1.30411,2.19644 -0.0953,0.49254 -0.40343,2.1045 -0.68483,3.58212 -0.28139,1.47762 -0.91519,4.04695 -1.40842,5.70962 -0.49325,1.66268 -0.77246,3.22425 -0.62048,3.47017 0.39447,0.63826 3.16408,0.55375 3.6896,-0.11259 0.41812,-0.53016 0.77433,-1.9627 2.58863,-10.4105 0.99232,-4.62048 1.2784,-5.16365 2.00478,-3.8064 0.38831,0.72557 0.50575,2.80389 0.3899,6.89999 l -0.1658,5.86168 h 2.4627 2.4627 l 0.63864,-2.12688 c 0.67179,-2.23721 1.64112,-2.75471 2.7215,-1.45292 0.86768,1.04549 0.60757,4.55572 -0.46634,6.29334 -1.07471,1.73893 -0.884,2.9504 0.58497,3.71584 0.54938,0.28625 1.60335,0.91061 2.34216,1.38746 2.16862,1.39968 3.10934,1.03877 3.27416,-1.25616 z m -74.45581,-0.40851 c 2.16808,-1.10652 3.09992,-2.09687 4.00005,-4.25118 1.18355,-2.83263 0.9781,-3.35497 -1.39378,-3.54361 -1.14537,-0.0911 -2.80769,0.0918 -3.69404,0.40648 -0.90473,0.32119 -2.34757,0.45507 -3.28968,0.30524 -2.30872,-0.36717 -2.44779,0.30155 -1.01726,4.89155 1.16727,3.74532 1.19987,3.79215 2.39987,3.44799 0.66909,-0.19189 2.01678,-0.75731 2.99484,-1.25647 z m 164.88846,0.0911 c 0.67919,-0.47573 0.99268,-1.151 0.98733,-2.12687 -0.0187,-3.41949 -2.63616,-15.6709 -3.54143,-16.57618 -0.63387,-0.63386 -1.37615,0.0886 -1.37615,1.3394 0,1.36527 -1.1142,5.89772 -2.10235,8.55219 -0.70257,1.88728 -0.69372,1.9471 0.76216,5.14927 0.81015,1.7819 1.66928,3.49168 1.90919,3.79952 0.59739,0.76657 2.16203,0.70264 3.36125,-0.13733 z m -145.5561,-6.47419 c 0.0502,-2.34343 -0.0666,-4.5163 -0.25968,-4.82863 -0.6799,-1.10009 -1.77483,-0.0162 -2.31826,2.29489 -0.29964,1.27428 -0.84152,3.07206 -1.2042,3.99507 -0.95063,2.4194 -0.53433,3.10493 1.78377,2.93731 l 1.9071,-0.13787 z m 154.4108,2.31559 c 3.97349,-1.92207 4.68213,-2.56599 4.81205,-4.37263 0.0809,-1.12449 -0.0863,-1.2786 -1.70139,-1.56913 -0.98508,-0.1772 -2.35828,-0.54043 -3.05155,-0.8072 -1.47862,-0.56895 -3.42959,-0.62068 -4.23066,-0.11217 -0.55366,0.35145 -1.11723,7.86958 -0.62669,8.36014 0.45343,0.45342 1.32468,0.18123 4.79824,-1.49901 z m -147.15079,-0.12402 c 1.1889,-0.41446 1.71279,-1.08446 3.00337,-3.84101 0.85979,-1.83644 1.4996,-3.66954 1.42179,-4.07353 -0.087,-0.45153 -1.00279,-0.97648 -2.37685,-1.36241 -1.22946,-0.34531 -2.77022,-1.00647 -3.42391,-1.46924 -0.65369,-0.46277 -1.40929,-0.8414 -1.67911,-0.8414 -0.53971,0 -0.72314,11.26004 -0.19207,11.7911 0.43872,0.43873 1.61615,0.36492 3.24678,-0.20351 z m 92.20915,-3.55761 c 0.77562,-1.2477 1.41022,-2.38223 1.41022,-2.52116 0,-0.13892 0.68762,-1.20971 1.52805,-2.37952 2.88528,-4.01611 3.62096,-6.30869 2.41227,-7.51738 -1.33611,-1.33612 -3.7351,0.13324 -5.88493,3.60449 -0.41944,0.67724 -1.09288,1.23135 -1.49654,1.23135 -2.26477,0 -6.98581,-4.55001 -11.29269,-10.8836 -2.05471,-3.02158 -2.99568,-2.74712 -2.82552,0.82413 0.15399,3.23191 1.32471,8.92678 2.18351,10.62161 0.34385,0.67859 1.43155,1.74284 2.41713,2.365 0.98557,0.62217 3.21214,2.43452 4.94792,4.02744 3.93906,3.61486 4.69872,3.6871 6.60058,0.62764 z m -173.96429,-2.20906 c 0.48994,-0.86194 1.57084,-3.16182 2.402,-5.11084 1.81846,-4.26414 1.53915,-5.0038 -1.33354,-3.5314 -1.03887,0.53247 -2.7464,1.10078 -3.7945,1.26289 -1.52496,0.23587 -2.21817,0.67615 -3.47016,2.20405 -2.3466,2.86372 -2.13945,3.93308 1.12693,5.81742 2.62747,1.51576 3.937,1.34988 5.06927,-0.64212 z m 93.09036,-1.23135 c 0.83186,-1.41605 1.79898,-3.17912 2.14914,-3.91793 0.35018,-0.73881 1.07272,-2.06019 1.60565,-2.93641 0.53293,-0.87622 2.03272,-3.59639 3.33287,-6.04481 3.31196,-6.23704 3.37836,-6.35468 5.41935,-9.60096 1.00642,-1.60075 2.33852,-3.81719 2.96022,-4.9254 0.62171,-1.10821 1.50306,-2.49547 1.95856,-3.08279 0.4555,-0.58732 0.83263,-1.39329 0.83804,-1.79105 0.021,-1.5404 -2.03385,-8.10488 -2.60572,-8.32433 -1.28397,-0.4927 -2.26253,0.64349 -2.78537,3.23405 -0.28594,1.41681 -1.33557,4.49022 -2.33251,6.82978 -0.99694,2.33956 -1.96866,4.85823 -2.1594,5.59704 -0.69046,2.67465 -2.93131,8.67672 -5.19355,13.9108 -1.07158,2.47927 -1.94831,4.68272 -1.94831,4.89654 0,0.21382 -0.43957,0.85667 -0.97683,1.42856 -1.6175,1.72176 -3.32847,7.30155 -2.23893,7.30155 0.25539,0 1.14495,-1.15858 1.97679,-2.57464 z m 47.46448,-0.78358 c 0.54629,-1.52819 1.50927,-2.88968 3.03381,-4.28932 1.79698,-1.64976 2.23348,-2.3337 2.23348,-3.4996 0,-1.91688 -0.72064,-3.18128 -1.81314,-3.18128 -1.01461,0 -5.82005,3.72613 -6.42697,4.98346 -0.22234,0.4606 -0.66877,0.83745 -0.99205,0.83745 -0.93805,0 -6.43957,-3.16638 -6.43957,-3.70627 0,-0.79201 -1.88026,-2.56241 -2.72142,-2.56241 -0.60339,0 -0.80849,0.46936 -0.92941,2.12687 -0.0853,1.16979 -0.0905,2.58229 -0.0115,3.1389 0.1582,1.11428 2.99894,3.4984 7.91607,6.64363 4.08291,2.61164 5.06957,2.5328 6.15068,-0.49143 z m 52.69823,2.03205 c 0.44258,-0.23686 1.04291,-1.00579 1.33408,-1.70872 0.74746,-1.80452 0.005,-3.44239 -2.06765,-4.5607 -0.93343,-0.50366 -2.23552,-1.34546 -2.89354,-1.87068 -1.75511,-1.4009 -2.80008,-0.84458 -2.44568,1.30204 0.62106,3.76173 1.20705,5.01641 2.8709,6.14703 1.84655,1.25476 2.06176,1.3012 3.20189,0.69103 z m 47.86373,-0.14588 c 0.71246,-0.85846 6.24394,-18.11955 6.59349,-20.57514 0.24616,-1.72923 0.16747,-2.17335 -0.42538,-2.40085 -1.01614,-0.38993 -2.0593,0.60848 -2.0593,1.97097 0,1.11487 -0.14671,1.66973 -1.79946,6.80536 -2.06047,6.40249 -3.9163,13.55261 -3.68993,14.21648 0.24518,0.71903 0.77524,0.71257 1.38058,-0.0169 z m -188.82524,-1.77423 c 3.44781,-2.82277 3.47234,-2.90837 1.84979,-6.45285 -0.77095,-1.68417 -1.64882,-4.05856 -1.95082,-5.27642 -2.06954,-8.34603 -3.86325,-8.55992 -5.49597,-0.65538 -1.27604,6.17767 -1.36224,8.17693 -0.46495,10.78252 0.45186,1.31215 1.00615,2.63758 1.23177,2.94542 0.76689,1.04639 2.50014,0.56436 4.83018,-1.34329 z m -25.7432,-0.18584 c 0.86388,-0.39901 2.1476,-1.78967 3.35822,-3.63796 3.00318,-4.58509 3.48785,-5.57242 3.50815,-7.14641 0.0265,-2.05967 -1.34214,-1.93456 -2.9649,0.27102 -2.43884,3.31479 -6.63436,5.88573 -9.60489,5.88573 -1.91099,0 -2.0269,1.02108 -0.37677,3.31886 1.91146,2.66166 2.75701,2.84367 6.08019,1.30876 z m -35.86407,-2.73148 c 0.7261,-0.51931 2.08903,-5.40982 1.68957,-6.06254 -0.96072,-1.56979 -7.81517,-7.58597 -8.2021,-7.19903 -0.4279,0.42789 -0.19512,2.2065 1.07727,8.23109 0.84029,3.97871 1.01507,4.29672 2.65044,4.82234 1.81527,0.58344 2.21799,0.61354 2.78482,0.20814 z m 236.48935,-1.96457 c 0.84658,-0.70261 0.73241,-1.67993 -0.46324,-3.965 -1.46783,-2.80529 -3.28856,-8.29987 -3.63398,-10.96664 -0.1595,-1.23135 -0.39284,-2.59144 -0.51854,-3.02241 -0.70344,-2.41173 -3.26087,1.28968 -3.78983,5.4851 -0.17078,1.35449 -0.67541,3.39725 -1.12141,4.53946 l -0.81091,2.07676 1.43094,1.62974 c 0.78701,0.89635 1.85236,2.45583 2.36746,3.4655 l 0.93653,1.83575 2.5069,-0.29464 c 1.37879,-0.16205 2.77202,-0.51468 3.09608,-0.78362 z m -164.78451,-2.88008 c 2.08144,-1.70135 3.26101,-3.04206 3.68995,-4.19412 0.96136,-2.582 0.51941,-3.14581 -2.51944,-3.2141 -1.42378,-0.0319 -3.97289,-0.0864 -5.66469,-0.12083 -1.99202,-0.0406 -3.14702,0.12241 -3.27753,0.46253 -0.11084,0.28885 0.2358,1.38242 0.77032,2.43016 0.53452,1.04774 1.27576,2.9311 1.64719,4.18522 0.61597,2.07976 1.18987,2.92653 1.99598,2.94503 0.16431,0.004 1.67551,-1.11848 3.35822,-2.49389 z m 137.11331,1.63267 c 0.43196,-0.23117 1.06659,-1.27244 1.41032,-2.31392 l 0.62494,-1.89361 -1.77557,-1.38013 c -3.07483,-2.39003 -7.42491,-7.16978 -9.26902,-10.18454 -0.86573,-1.4153 -2.4176,-1.6938 -2.71194,-0.48667 -0.10509,0.43097 -0.23139,1.94968 -0.28066,3.37492 -0.0817,2.36305 0.0973,2.90788 2.03215,6.18443 2.09401,3.54614 4.14682,5.77654 5.3166,5.77654 0.32999,0 0.78804,-0.5541 1.01787,-1.23135 l 0.4179,-1.23134 0.34732,1.56717 c 0.47152,2.12759 1.30536,2.65592 2.87009,1.8185 z m 34.73955,-1.60386 c 4.07417,-2.08643 4.11766,-2.13126 4.91383,-5.06561 0.37861,-1.39541 0.87978,-3.10592 1.11369,-3.80111 0.76384,-2.27008 0.28642,-2.61284 -3.49905,-2.51216 -4.67652,0.12441 -7.97637,0.76165 -8.2991,1.60268 -0.27438,0.71501 0.47156,6.24866 0.94575,7.01592 0.14816,0.23973 0.25177,1.05576 0.23023,1.81341 -0.037,1.30325 0.54994,2.52328 1.21404,2.52328 0.16627,0 1.68754,-0.70939 3.38061,-1.57641 z m -213.35493,-1.76716 c 1.3958,-2.25846 1.164,-4.03169 -0.95146,-7.27862 -1.90782,-2.92824 -3.29612,-4.14532 -3.62003,-3.17359 -0.0964,0.28902 0.0845,2.25197 0.40197,4.36212 0.31742,2.11014 0.58149,4.47708 0.58681,5.25987 0.0109,1.60876 1.05439,2.91696 2.0285,2.54317 0.35729,-0.13711 1.05669,-0.90794 1.55421,-1.71295 z m 62.91415,1.36548 c 2.41698,-0.84113 2.76712,-1.52486 2.12546,-4.15047 -0.28966,-1.18529 -0.58288,-3.61316 -0.65158,-5.39529 -0.11591,-3.0067 -0.18946,-3.22052 -1.02044,-2.96678 -0.49254,0.1504 -0.92593,0.29879 -0.9631,0.32976 -0.0371,0.031 -0.57216,1.46677 -1.18891,3.19066 -0.61673,1.72389 -1.5548,4.31947 -2.08459,5.76796 -0.52978,1.44848 -0.85744,2.90931 -0.72813,3.24628 0.30019,0.78229 2.22696,0.77284 4.51129,-0.0221 z m 7.84154,-2.9473 c 1.43993,-1.43994 1.21583,-4.52986 -0.52317,-7.21361 -2.60042,-4.01312 -4.23657,-2.51109 -3.81238,3.49985 0.14481,2.05186 0.38545,3.92835 0.53479,4.16997 0.47184,0.76345 2.8688,0.47574 3.80076,-0.45621 z m 77.90687,0.44988 c 1.00101,-0.53572 3.40077,-5.46559 4.09326,-8.40883 0.27379,-1.16365 0.79024,-2.96731 1.1477,-4.00812 0.35744,-1.04082 0.52242,-2.09865 0.36661,-2.35076 -0.49025,-0.79325 -2.62371,-0.47318 -4.48419,0.67272 -2.82492,1.73991 -3.94094,1.50133 -8.56455,-1.83085 -0.52392,-0.37759 -2.13587,-2.08338 -3.58212,-3.79065 -3.83694,-4.52945 -4.36294,-4.23837 -3.6738,2.03308 0.52829,4.80776 1.2012,6.17029 4.44565,9.0018 1.37822,1.20281 3.86958,3.74849 5.53635,5.65709 1.66676,1.90858 3.22216,3.47016 3.45645,3.47016 0.23427,0 0.80067,-0.20054 1.25864,-0.44564 z m -174.72515,-1.90512 c 0.67081,-0.82331 2.46406,-7.19433 2.96174,-10.52244 0.34542,-2.31002 -0.21373,-2.46506 -2.1674,-0.60096 -1.71961,1.64075 -4.46577,3.1756 -5.68182,3.1756 -0.843,0 -0.897,-0.15993 -0.56708,-1.67911 0.69626,-3.20596 0.44583,-4.69178 -0.95883,-5.6886 -0.70987,-0.50375 -2.34959,-1.89678 -3.64382,-3.09561 -4.02517,-3.72848 -4.41293,-2.68097 -2.48634,6.71662 l 0.83831,4.08918 2.83385,2.62728 c 1.55862,1.44501 3.35877,3.09557 4.00031,3.66792 2.01413,1.79686 4.03223,2.33965 4.87108,1.31012 z m 139.70474,-6.49257 c 2.18066,-6.923 3.10305,-11.61525 2.41795,-12.30035 -1.5488,-1.5488 -5.90123,3.15713 -5.90123,6.38052 0,1.97506 -0.29855,2.33715 -1.42842,1.73245 -1.39913,-0.74878 -3.46525,-0.0278 -4.42339,1.54353 -1.34507,2.20588 -1.12622,3.56846 0.81161,5.05341 3.55073,2.72087 4.40646,3.22397 5.54689,3.26108 1.12354,0.0366 1.26192,-0.22706 2.97659,-5.67064 z m -109.28337,2.23881 c 0.16046,-0.43096 1.28336,-2.53226 2.49534,-4.66954 2.40372,-4.23887 2.81527,-4.41665 4.37649,-1.89054 0.5176,0.83751 1.31046,1.52275 1.76191,1.52275 0.69321,0 0.86681,-0.50465 1.11676,-3.24629 0.39703,-4.35491 0.14075,-8.5037 -0.53913,-8.72791 -0.29891,-0.0986 -1.94494,1.09447 -3.65785,2.65121 -4.7987,4.36116 -6.6212,5.63722 -8.50604,5.95565 -1.03886,0.17552 -2.21618,0.79533 -2.93413,1.54472 l -1.19909,1.25159 1.41283,2.41239 c 1.95943,3.34571 2.61139,3.97956 4.09322,3.97956 0.81697,0 1.39464,-0.28653 1.57969,-0.78359 z m 30.71721,-0.16788 c 1.6673,-0.85872 2.99296,-2.29768 2.99296,-3.24877 0,-0.50038 -0.90672,-3.17592 -2.01493,-5.94565 -1.10821,-2.76972 -2.01494,-5.32293 -2.01494,-5.67378 0,-0.89432 -1.10043,-1.70819 -1.89656,-1.40268 -0.6535,0.25077 -3.13413,7.31552 -3.71912,10.59191 -0.27404,1.5348 -0.13966,1.81329 1.87667,3.88923 2.25232,2.31891 3.11834,2.64345 4.77592,1.78974 z m 144.4203,-1.02184 c 2.4598,-1.5528 3.82099,-3.36371 4.7511,-6.32075 1.07608,-3.42116 0.70414,-4.01943 -2.49891,-4.01943 -2.68996,0 -4.13378,-0.82253 -6.44971,-3.67433 -0.73348,-0.9032 -1.96116,-2.36016 -2.72817,-3.23768 -0.76701,-0.87753 -1.97238,-2.78286 -2.67861,-4.23407 -0.70622,-1.45122 -1.87792,-3.26467 -2.60378,-4.02988 l -1.31976,-1.39128 -0.3227,1.1194 c -1.02519,3.5562 -0.29799,6.24599 3.29386,12.18352 2.78883,4.61008 5.55472,9.9635 6.15203,11.90735 0.2798,0.91054 0.58783,1.9074 0.68453,2.21523 0.27601,0.87866 1.85612,0.65861 3.72012,-0.51808 z m 30.59886,-4.79451 c 1.95093,-1.17877 3.04932,-2.13202 3.04932,-2.64637 0,-1.11203 -2.22376,-5.71049 -3.69313,-7.63692 -0.66823,-0.87609 -1.82534,-2.93907 -2.57137,-4.58439 -1.56555,-3.45276 -2.68319,-3.93439 -3.56498,-1.53625 -0.29429,0.80038 -0.81713,2.05971 -1.16186,2.79851 -1.74016,3.72947 -1.64236,5.45643 0.49214,8.69051 0.58373,0.88443 1.3741,2.49738 1.75638,3.58434 0.76893,2.18632 1.44253,3.173 2.16621,3.173 0.26288,0 1.85015,-0.82909 3.52729,-1.84243 z m -212.82213,-1.79027 c 0.26726,-0.76664 1.19369,-2.37904 2.05874,-3.58314 2.37955,-3.31217 2.20757,-4.37532 -1.62053,-10.01773 -2.14261,-3.1581 -3.46861,-4.70684 -4.02987,-4.70684 -1.02369,0 -1.04563,0.65505 -0.20253,6.0448 0.34671,2.21644 0.7701,5.84332 0.94089,8.05975 0.17078,2.21642 0.49787,4.38248 0.72687,4.81346 0.6402,1.20487 1.58854,0.93269 2.12643,-0.6103 z m 48.79862,-1.81219 c 1.63214,-1.51708 3.21225,-3.1794 3.51136,-3.69406 0.60266,-1.03694 0.76582,-3.37634 0.23975,-3.43742 -0.1847,-0.0214 -2.04853,-0.21905 -4.14182,-0.43911 -2.09329,-0.22008 -4.72414,-0.52197 -5.84633,-0.67087 -3.7425,-0.49659 -3.72852,0.11219 0.21405,9.32065 1.08563,2.53564 2.38432,2.30295 6.02299,-1.07919 z m 55.77095,1.60758 c 1.68724,-1.68723 1.3626,-3.35073 -1.18486,-6.07147 -1.66894,-1.78247 -2.9853,-2.38681 -3.31685,-1.5228 -0.14704,0.38317 -0.0536,0.9542 0.20764,1.26897 0.26124,0.31478 0.68168,1.49469 0.93433,2.62203 0.98046,4.37501 1.79271,5.27031 3.35974,3.70327 z m -29.61475,-1.87168 c 3.4684,-2.31626 3.58354,-2.72183 2.06595,-7.27756 -0.69705,-2.09251 -1.27455,-4.76168 -1.28333,-5.93146 -0.0138,-1.83673 -0.1405,-2.12687 -0.92897,-2.12687 -0.6915,0 -1.28899,0.78453 -2.4627,3.23365 -0.85232,1.77851 -1.54969,3.46817 -1.54969,3.75481 0,0.28663 -0.301,1.09829 -0.66888,1.80368 -0.67685,1.2978 -0.96331,7.33693 -0.37589,7.92436 0.73569,0.7357 2.89069,0.16393 5.20351,-1.38061 z m 148.16976,-3.18502 c 2.27649,-1.72005 3.94095,-3.83453 3.94095,-5.00645 0,-0.40613 -0.6847,-0.48193 -2.57464,-0.28501 -1.41892,0.14783 -3.30627,0.0502 -4.20452,-0.21737 -1.07991,-0.32175 -2.21306,-0.3439 -3.35822,-0.0657 -1.65971,0.40325 -1.72415,0.48795 -1.62262,2.13307 0.0582,0.94222 0.63413,2.61477 1.27994,3.71676 1.09235,1.86394 1.27846,1.98671 2.66977,1.76093 0.82256,-0.13349 2.56376,-1.0498 3.86934,-2.03627 z m -248.9757,-2.0762 c 0.1681,-0.98507 0.20633,-2.19403 0.0849,-2.68658 -0.24643,-0.99999 -3.47137,-3.54933 -5.66552,-4.47866 -0.7862,-0.33299 -2.56997,-1.62757 -3.96392,-2.87684 -3.80039,-3.40595 -4.5299,-2.96875 -3.54539,2.12479 0.48152,2.49123 1.9621,4.04572 6.97538,7.32355 4.70565,3.0767 5.67473,3.17081 6.1145,0.59374 z m 173.66743,-0.33582 c 0.488,-0.80038 0.88851,-1.85821 0.89003,-2.35076 0.002,-0.49254 0.90899,-2.7 2.01661,-4.90546 2.10945,-4.20029 2.41938,-5.78675 1.40224,-7.17776 -0.53984,-0.73829 -0.77196,-0.77 -1.97843,-0.27026 -0.75175,0.31138 -2.3671,1.55598 -3.58965,2.76577 -1.93394,1.91373 -2.46096,2.19962 -4.05489,2.19962 -1.61829,0 -1.91742,-0.16979 -2.56387,-1.45523 -1.62929,-3.23979 -5.39113,-6.17321 -6.21242,-4.84434 -0.43882,0.71004 2.39286,10.06161 3.23195,10.67343 0.42837,0.31233 2.1893,1.74087 3.91319,3.17452 5.03945,4.191 5.61484,4.37248 6.94524,2.19048 z m -39.64538,-0.50558 c 1.43703,-1.43705 3.50287,-5.69156 4.46089,-9.18707 1.00824,-3.67873 1.18204,-9.76422 0.29464,-10.31676 -0.9468,-0.58952 -1.62867,-0.15492 -2.99404,1.90829 -1.77611,2.6839 -5.39633,6.3971 -6.80774,6.98261 -1.28496,0.53306 -2.77621,3.41969 -2.77621,5.37393 0,1.2631 4.79269,6.30429 5.99352,6.30429 0.42,0 1.24302,-0.47939 1.82894,-1.06529 z m -64.44538,-5.05154 c 0.95325,-1.25801 0.79125,-2.49947 -0.94263,-7.22369 -0.87731,-2.39038 -1.67191,-4.58483 -1.76576,-4.87655 -0.0939,-0.29173 -0.56826,-0.74322 -1.05425,-1.00331 -0.82063,-0.43919 -0.93812,-0.22584 -1.64824,2.9931 -0.42055,1.90632 -1.04021,4.6348 -1.37704,6.06331 -0.533,2.26049 -0.52387,2.81211 0.0704,4.25376 1.08692,2.63694 1.77264,2.91707 4.10338,1.67633 1.09458,-0.5827 2.27096,-1.43002 2.61417,-1.88295 z m -35.75732,0.24964 c 0.69321,-1.01053 1.81449,-2.49796 2.49173,-3.3054 0.67724,-0.80745 1.23235,-1.64297 1.23358,-1.85673 0.002,-0.21376 0.4871,-0.99313 1.07973,-1.73194 l 1.0775,-1.34329 1.16502,1.09108 c 0.71737,0.67186 1.32176,0.92993 1.57294,0.67165 0.55621,-0.57191 0.76787,-9.27926 0.22971,-9.44945 -0.56776,-0.17954 -1.16091,0.27336 -2.29597,1.75312 -1.46074,1.90433 -7.55303,6.07271 -10.08684,6.90149 -2.15958,0.70635 -2.30717,0.70332 -2.86458,-0.059 -0.49025,-0.67044 -0.47229,-1.02687 0.10837,-2.14972 0.85139,-1.6464 0.65623,-2.14385 -2.74572,-6.99879 -2.60719,-3.72075 -3.51448,-4.4285 -4.56227,-3.55891 -0.50181,0.41647 -0.58025,1.30797 -0.36509,4.14953 0.31031,4.09812 1.04628,7.87286 1.535,7.87286 0.57554,0 5.80741,5.37176 7.19224,7.38453 2.11517,3.07428 3.44735,3.23435 5.23465,0.62896 z m 209.19808,-0.21912 c 1.35451,-1.21782 2.28724,-2.43502 2.28724,-2.98482 0,-0.51062 -0.87431,-2.35576 -1.94293,-4.10032 -2.0265,-3.30834 -3.87799,-7.07569 -3.87799,-7.89079 0,-1.05479 -1.41533,-3.1169 -2.13838,-3.11558 -0.57672,7.8e-4 -1.08745,0.99241 -2.01845,3.91793 -0.6855,2.15408 -1.23961,4.28018 -1.23134,4.72464 0.0415,2.23718 4.96845,11.50537 6.11616,11.50537 0.28514,0 1.54771,-0.92539 2.80569,-2.05643 z m -31.74147,-1.28387 c 1.8463,-1.34462 3.81028,-2.76448 4.36438,-3.15524 0.7155,-0.50458 1.00747,-1.16182 1.00747,-2.26783 0,-1.28533 -0.21508,-1.64027 -1.23135,-2.0321 -1.601,-0.61728 -4.08873,-0.27318 -6.51438,0.90105 -1.06702,0.51653 -2.34063,0.93916 -2.83024,0.93916 -1.72525,0 -4.90109,-4.25541 -7.3517,-9.8508 -1.45497,-3.32206 -2.82558,-5.09723 -3.70837,-4.80297 -0.98723,0.32908 -1.5825,3.40807 -1.32279,6.84208 0.24079,3.18381 0.37755,3.55531 1.87045,5.08066 0.88587,0.90513 2.61814,2.82833 3.84949,4.27378 6.55844,7.69879 6.78204,7.77553 11.86704,4.07221 z m -101.72225,-6.0828 c 2.25968,-1.48866 4.10446,-2.84874 4.09951,-3.0224 -0.0902,-3.16469 -1.34387,-7.81061 -3.37759,-12.51731 -0.88803,-2.0552 -2.20956,-1.95279 -2.88906,0.22388 -0.28829,0.92352 -1.1099,3.23419 -1.82578,5.13484 -0.9731,2.58358 -1.30036,4.22215 -1.29667,6.49256 0.005,3.43694 0.40826,6.39508 0.87054,6.39508 0.1708,0 2.15937,-1.21799 4.41905,-2.70665 z m 15.07271,0.63703 c 0.92871,-2.22275 0.88257,-2.47921 -0.77758,-4.32118 -1.22122,-1.35496 -1.61724,-1.54928 -2.4627,-1.20843 -1.314,0.52973 -1.35961,2.91479 -0.10285,5.37825 1.17977,2.31253 2.41673,2.36853 3.34313,0.15136 z m 126.67191,-1.0871 c 1.37941,-1.48992 2.63416,-3.21153 2.78833,-3.82581 0.15418,-0.61428 0.10511,-3.274 -0.10903,-5.9105 -0.34959,-4.30429 -0.48075,-4.80555 -1.28486,-4.91043 -0.70873,-0.0924 -1.19087,0.51466 -2.31143,2.91046 -0.77926,1.66612 -2.33955,3.96339 -3.47016,5.10924 -2.28958,2.32046 -2.32837,2.43938 -1.38538,4.24748 0.36788,0.70539 0.67013,1.82225 0.67164,2.4819 0.003,1.27717 1.02372,2.60662 2.00145,2.60662 0.32528,0 1.72003,-1.21903 3.09944,-2.70896 z m -122.12733,-9.59636 c 2.49777,-7.77266 2.95926,-11.32646 1.70362,-13.11915 -1.01544,-1.44973 -2.03636,-0.68882 -3.27402,2.44017 -0.56803,1.43609 -1.49338,3.71927 -2.05632,5.07376 -0.56294,1.35448 -1.39067,3.52012 -1.8394,4.81253 -0.80368,2.31474 -0.80221,2.36824 0.099,3.5821 0.50318,0.67776 1.39918,1.48062 1.99111,1.78413 1.4161,0.72613 1.87096,0.10991 3.37601,-4.57354 z m -97.55174,2.56647 c 1.24531,-1.79501 5.64884,-10.01557 5.99639,-11.19409 0.56705,-1.92289 -2.29177,-0.86462 -5.91657,2.19017 -1.45459,1.22586 -2.72085,1.84661 -4.42681,2.17013 -1.3142,0.24924 -2.46269,0.45315 -2.55221,0.45315 -0.0895,0 -0.16277,0.50315 -0.16277,1.11813 0,0.64892 0.65763,1.84602 1.56718,2.85279 0.86194,0.95406 1.56717,1.88952 1.56717,2.0788 0,0.53964 1.48782,1.53228 2.32026,1.54802 0.41421,0.008 1.13752,-0.53987 1.60736,-1.2171 z m 87.14509,-7.61198 c 0.3387,-1.11948 1.24049,-6.2645 1.49182,-8.51139 0.2032,-1.81672 0.14234,-1.93639 -1.28734,-2.53096 -2.14323,-0.89133 -6.46714,-1.3694 -6.8457,-0.75689 -0.67849,1.09782 2.98037,11.35026 4.36478,12.23051 0.92723,0.58955 2.03083,0.38048 2.27644,-0.43127 z m -127.17984,76.78856 c -0.773,-2.03015 -1.75482,-4.79939 -2.18182,-6.15388 -0.427,-1.35448 -1.23097,-2.96643 -1.78659,-3.58211 -0.55563,-0.61568 -1.14816,-1.92538 -1.31672,-2.91046 -0.62681,-3.66294 -3.53801,-15.05788 -5.13859,-20.11331 -0.83496,-2.63723 -1.46756,-4.77959 -3.77881,-12.79731 -2.19901,-7.62836 -4.49341,-17.6319 -5.6484,-24.62698 -0.26431,-1.60075 -0.56833,-3.31513 -0.6756,-3.80972 -0.28556,-1.3166 0.39118,-2.1579 1.46235,-1.81793 0.6559,0.20818 1.05731,0.94237 1.43383,2.62256 0.28762,1.28339 0.80079,3.24017 1.14039,4.34838 0.33961,1.10821 0.94001,3.32464 1.33423,4.92539 0.39421,1.60076 0.91863,3.6157 1.16539,4.47764 0.24675,0.86195 0.82136,3.27987 1.27692,5.37316 1.67752,7.70817 2.79515,11.95648 4.12286,15.67172 0.74807,2.09329 1.72958,5.66052 2.18111,7.92715 0.45153,2.26664 1.01452,4.48307 1.25109,4.9254 0.23657,0.44233 0.86091,2.91992 1.38743,5.50575 0.99962,4.90941 1.64385,7.51297 2.32797,9.40824 0.22327,0.61853 0.5764,2.12973 0.78473,3.35822 0.20834,1.2285 0.82249,3.89883 1.36478,5.9341 1.35685,5.09239 0.98897,5.78697 -0.70655,1.33399 z m 84.26566,-71.04081 c -0.17134,-0.27723 -0.1129,-1.15496 0.12987,-1.95052 0.24277,-0.79557 0.67404,-2.85693 0.95838,-4.58082 0.28434,-1.72389 0.78783,-4.44405 1.11885,-6.04481 0.33103,-1.60076 0.74059,-4.37209 0.91014,-6.15852 0.32816,-3.45764 0.87344,-4.34189 1.85212,-3.00345 1.06294,1.45365 0.74346,7.29255 -0.75461,13.7916 -1.1212,4.86412 -1.58046,6.11607 -2.63078,7.17169 -0.8349,0.83913 -1.37957,1.10556 -1.58397,0.77483 z m 86.01259,-4.72983 c -0.13954,-0.36365 -0.48072,-2.42895 -0.75817,-4.58957 -0.27745,-2.16061 -0.88058,-5.54034 -1.34029,-7.5105 -3.83619,-16.44061 -3.96983,-17.257 -3.32228,-20.29686 0.33538,-1.57439 1.30273,-2.29259 2.06339,-1.53193 0.24992,0.24993 0.81342,2.06496 1.25221,4.03342 0.43879,1.96845 0.9563,3.83546 1.15002,4.1489 0.19372,0.31345 0.51243,2.30316 0.70825,4.4216 0.19581,2.11844 0.87074,6.43703 1.49981,9.59686 1.27742,6.41634 1.37869,8.1431 0.62514,10.65821 -0.52735,1.76015 -1.4184,2.26776 -1.87808,1.06987 z m 45.06739,-16.20497 c -0.15759,-0.41068 0.15175,-5.29689 0.68741,-10.85827 0.53566,-5.56137 1.02354,-10.69574 1.08417,-11.40971 0.15343,-1.80693 1.50189,-2.58297 2.41259,-1.38845 0.56529,0.74145 0.65359,2.16662 0.51328,8.28362 -0.16782,7.31614 -0.18608,7.43062 -1.87465,11.75379 -1.68843,4.32283 -2.26773,5.06553 -2.8228,3.61902 z m -180.97514,-9.43994 c -0.74772,-3.73303 -0.44097,-15.7129 0.41621,-16.25463 1.55581,-0.98325 1.90434,-0.0301 2.62835,7.18742 0.32874,3.27716 0.36606,5.63766 0.10266,6.49257 -0.22762,0.73881 -0.64621,2.19963 -0.9302,3.24628 -0.72853,2.68502 -1.5974,2.42179 -2.21702,-0.67164 z" - id="path30945" - inkscape:connector-curvature="0" /> - <g - id="g5243" - transform="matrix(0.23775803,0,0,0.23775803,155.75229,442.9922)"> - <g - id="_x23_f2f2f2ff" /> - <g - id="_x23_000000ff"> - <path - id="path5184" - d="m 1863.48,135.82 c 18.49,-0.98 37.01,-1.49 55.51,-2.22 0.02,209.13 0.01,418.27 0.01,627.4 0.1,11.06 -0.24,22.13 0.22,33.19 -8.25,6.43 -15.5,14.27 -24.76,19.31 -35,20.67 -69.5499,42.11 -105.02,61.97 -14.2899,8.02 -28.3999,16.35 -42.7799,24.19 -21.4301,10.9301 -42.86,21.84 -64.24,32.86 -1.76,0.77 -3.51,2.23 -5.53,1.67 -3.4501,-0.75 -6.74,1.07 -10.11,1.45 -11.37,2.17 -22.6901,-1.78 -32.8401,-6.56 -11.12,-5.16 -19.98,-14.06 -27.35,-23.66 -12.35,-16.3 -21.02,-34.96 -29.5399,-53.45 -4.17,-9.52 -10.4601,-17.96 -14.3101,-27.6299 -0.83,-2.1801 -1.09,-4.5 -1.34,-6.78 1.41,-0.61 2.83,-1.25 4.2999,-1.78 -1.01,1.86 -2.8199,3.83 -1.8099,6.09 1.86,6.28 5.54,11.8 8.6899,17.48 5.2201,8.56 8.7001,18.01 13.14,26.97 8.5,17.04 17.6,34.19 30.9401,48 8.96,9.37 20.86,15.47 33.2899,18.8 7.63,2.05 15.75,1.45 23.28,-0.74 1.0701,-0.46 3.29,-0.72 2.8201,-2.43 -1.75,-13.01 -4.1901,-25.94 -6.0701,-38.94 -1.0699,-8.47 -3.98,-16.51 -6.29,-24.67 -3.2999,-11.4 -6.5399,-22.82 -9.87,-34.21 -3.5,-10.74 -7.2,-21.42 -10.84,-32.11 -3.52,-10.54 -7.09,-21.06 -10.64,-31.59 -2.24,-7.23 -5.9399,-13.88 -8.99,-20.77 -6.13,-13.21 -12.27,-26.41 -18.4199,-39.61 -3.4301,-6.73 -5.17,-14.12 -7.55,-21.24 -7,-21.78 -13.66,-43.67 -20.86,-65.38 -10.0801,-21.16 -20.52,-42.16 -30.6801,-63.28 -7.99,-17.04 -15.86,-34.13 -23.8099,-51.17 -1.8101,-3.79 -3.3,-7.78 -5.87,-11.13 -12.4401,-16.57 -24.91,-33.12 -37.3401,-49.7 -4.5599,-5.77 -8.5399,-12.01 -13.5499,-17.41 -15.1,-14.9 -30.23,-29.77 -45.3101,-44.7 -2.7799,-2.57 -5.12,-6.06 -9.0299,-6.95 -10.5701,-3.23 -21.1001,-6.56 -31.65,-9.82 -6.51,-2.12 -13.13,-3.9 -19.5601,-6.25 18.53,-9.05 37.41,-17.37 56.04,-26.21 15.12,-6.92 30.04,-14.3 45.3,-20.93 39.85,-15.78 79.5699,-31.89 119.49,-47.47 22.7899,-7.78 45.6,-15.52 68.4199,-23.23 5.2001,-1.64 8.6901,-6.14 12.9501,-9.29 7.87,-6.44 15.51,-13.19 23.5299,-19.45 8.28,-5.14 16.7301,-10.02 25.15,-14.93 11.25,-5.51 22.76,-10.49 34.0801,-15.84 6.84,-3.6 14.6799,-4.23 22.0499,-6.21 12.0601,-2.76 24.17,-5.39 36.09,-8.71 6.65,-4.13 12.54,-9.45 18.87,-14.08 5.7201,-4.98 13.25,-6.83 19.9801,-9.99 C 1848.99,141.86 1856,138.15 1863.48,135.82 m -132.15,682.59 c -11.2699,1.42 -20.09,12.3701 -19.3199,23.66 0.39,11.75 11.13,22.05 22.99,21.44 12.79,0.54 23.9301,-11.86 22.4,-24.5 -0.4901,-12.79 -13.5802,-22.85 -26.0701,-20.6 z" - inkscape:connector-curvature="0" - style="stroke:#000000;stroke-width:0.0938" /> - <path - id="path5186" - d="m 0,213.71 c 8.65,6.79 17.3,13.59 26.05,20.25 6.84,4.05 14.21,7.12 21.2,10.89 5.07,2.98 11.12,2.78 16.75,3.7 15.17,2.1 30.41,3.73 45.53,6.09 23.77,8.38 47.35,17.35 71.07,25.91 6.41,2.18 12.35,5.47 18.45,8.38 18.2,8.79 36.36,17.69 54.57,26.46 9.06,4.32 17.92,9.06 27.23,12.81 25.82,10.81 51.62,21.67 77.43,32.49 18.71,7.63 37.06,16.22 56.21,22.71 19.82,7.16 39.75,14.01 59.5,21.34 -1.47,2.24 -2.87,4.52 -4.35,6.74 -8.22,12.53 -16.36,25.11 -24.53,37.67 -2.47,3.88 -5.24,7.6 -7.17,11.79 -14.55,30.07 -29.32,60.03 -43.8,90.13 -29.82,78.24 -59.4,156.57 -89.3,234.78 -2.31,6.59 -5.41,12.9301 -7.09,19.7401 -3.61,18.28 -7.28,36.55 -10.83,54.84 -4.01,19.86 -7.81,39.75 -11.93,59.59 -4.42,16.61 -5.87,33.84 -10.59,50.39 -1.58,6.67 -4.43,12.9901 -5.66,19.76 4.04,-3.07 7.39,-6.89 10.99,-10.44 6.2,-6.14 12.35,-12.33 18.53,-18.49 4.8,-4.79 7.59,-11.07 11.27,-16.66 7.7,-12.22 15.09,-24.62 21.74,-37.44 7.26,-11.54 9.87,-25.11 14.58,-37.74 0.47,0.13 1.42,0.39 1.9,0.52 -3.72,9.78 -6.36,19.94 -10.26,29.65 -7.31,13.55 -14.45,27.22 -22.78,40.19 -4.49,6.86 -8.22,14.26 -13.2,20.77 -13.04,12.97 -25.87,26.15 -39.13,38.89 -4.87,5.15 -9.24,10.76 -14.29,15.75 -27.33,-11.82 -54.48,-24.05 -82.1,-35.19 -28.45,-11.86 -57.15,-23.13 -85.34,-35.63 -11.62,-5.03 -23.22,-10.1 -34.85,-15.13 -11.87,-4.79 -23.92,-9.1299 -35.8,-13.9 V 213.71 M 196.29,890.3 c -10.17,2.32 -17.95,12.24 -17.4,22.73 -0.02,12.03 11.09,22.74 23.14,22.0699 12.53,0.2401 23.57,-11.61 22.3,-24.11 C 224,897.32 209.45,886.66 196.29,890.3 Z" - inkscape:connector-curvature="0" - style="stroke:#000000;stroke-width:0.0938" /> - <path - id="path5188" - d="m 912.65,366.78 c 10.33,-3.82 21.44,-4.41 32.3,-5.48 18.95,-1.71 38.38,-0.1 56.33,6.46 23.08,8.52 47.74,10.64 71.6699,15.58 26.0601,5.89 52.13,11.78 78.3,17.18 30.65,5.77 60.8101,13.77 91.08,21.2 23.52,4.36 47.4601,-0.24 70.61,-4.66 11.05,-2.22 21.2101,-7.24 31.1001,-12.49 2.2,4.5 2.6899,9.55 3.97,14.34 1.9,7.53 3.1899,15.22 5.48,22.65 6.4,16.69 13.1,33.28 18.4301,50.36 4.23,13.01 9.12,25.83 11.98,39.25 4.4399,19.98 11.53,39.21 17.2,58.84 10.73,47.29 21.36,94.6 32.09,141.89 0.2301,1.91 1.3701,3.9 0.8201,5.8199 -6.41,3.4 -11.91,8.25 -16.23,14.07 -5.1901,7.11 -12.4501,12.22 -18.74,18.25 -7.61,7.13 -15.65,13.79 -24.11,19.89 -5.4601,3.96 -9.9401,10.26 -16.89,11.5 -5,-3.75 -8.92,-8.75 -13.4401,-13.03 -13.7,-13.9901 -27.2,-28.14 -40.6799,-42.33 -6.1001,-6.21 -11.8201,-12.84 -18.54,-18.42 -15.72,-13.3 -34.13,-22.73 -51.58,-33.46 -29.2201,-18.42 -57.1901,-38.71 -85.41,-58.59 -35.1901,-24.66 -71.0701,-48.31 -106.8101,-72.17 -15.88,-10.43 -31.22,-21.65 -47.33,-31.71 -18.48,-11.53 -37.91,-22.11 -59.06,-27.77 -13.25,-3.49 -27.25,-4.82 -40.8,-2.42 -13.77,2.61 -27.25,6.62 -40.32,11.63 -46.44,17.72 -86.75,47.75 -132.04,67.89 -17.14,7.75 -34.77,14.39 -52.61,20.32 -5.22,1.24 -10.65,0.01 -15.79,-1.06 -5.07,-1.34 -10.68,-2.53 -14.31,-6.63 -2.97,-3.06 -6.06,-6.06 -8.39,-9.65 -2.88,-4.44 -2.72,-9.94 -2.92,-15.01 -0.02,-3.24 -0.45,-6.76 1.38,-9.63 3.03,-5.12 7.54,-9.14 12.06,-12.92 8.04,-6.49 16.72,-12.1299 25.5,-17.56 7.9,-4.96 16.2,-9.47 22.98,-15.99 24.34,-23.13 34.23,-57.26 58.57,-80.4 8.89,-8.22 20.39,-12.87 31.93,-15.97 27.67,-7.54 55.53,-14.86 82.01,-26.04 C 879.41,383.1 895.17,373.05 912.65,366.78 Z" - inkscape:connector-curvature="0" - style="stroke:#000000;stroke-width:0.0938" /> - <path - id="path5190" - d="m 579.11,502.25 c 2.75,-8.48 3.59,-17.53 6.62,-25.92 13.1,4.06 26.81,5.53 40.38,7.05 23.9,2.66 48.05,2.33 71.95,-0.09 -4.59,7.72 -10.33,14.77 -16.84,20.94 -5.95,5.68 -13.27,9.52 -20.15,13.89 -11.33,7.09 -22.72,14.29 -32.56,23.4 -6.24,5.98 -12.76,13.3 -12.74,22.47 0.1,8.28 -0.34,17.1 3.64,24.66 3.1,5.63 7.73,10.19 12.22,14.71 5.07,5.24 12.43,7.12 19.27,8.88 7.69,1.57 15.97,3.32 23.56,0.39 23.3,-7.86 46.28,-16.8 68.28,-27.84 41.69,-20.68 80.15,-48.16 124.45,-63.38 4.84,-1.4 9.57,-3.8 14.74,-3.59 12.33,0.04 25.25,-2.63 37.06,2.19 23.37,8.04 46.49,17.72 66.45,32.54 34.4,25.68 72.3,46.03 109.11,67.95 30.87,18.24 60.01,39.17 89.6699,59.26 19.67,13.42 39.4601,26.67 59.64,39.33 16.39,9.94 32.17,20.92 47.05,33.05 12.65,9.92 22.7799,22.52 34.15,33.8 14.1399,13.69 22.2999,32.1 28.59,50.44 2.71,9.59 2.73,19.68 2.62,29.57 -0.1901,9.83 -4.25,18.97 -8.8101,27.49 -4.6499,9.44 -11.1499,18.09 -19.4299,24.65 -3.0701,2.2599 -6.8201,4.97 -10.8301,3.6299 -19.8899,-4.72 -39.4199,-11.2599 -57.8199,-20.2 -31.86,-17.14 -56.4301,-44.45 -86.01,-64.85 -18.61,-13.15 -38.28,-24.7 -58.04,-36.01 -4.72,-2.5 -9.1,-5.69 -14.0699,-7.66 -1.61,3.17 -3.45,6.21 -5.24,9.28 -3.6801,-1.2401 -8.5601,2.55 -6.8301,6.3799 4.3201,3.46 9.0801,6.33 13.5601,9.6 3.89,2.39 6.76,6.15 11.04,7.95 11.36,7.77 22.6699,15.69 34.83,22.19 4.11,2.11 8.11,4.74 12.8,5.34 10.88,10.39 21.12,21.49 32.6,31.25 1.9399,1.47 3.22,3.54 4.28,5.7 5.1899,10.14 12.75,18.79 18.2899,28.72 3.7001,6.61 6.86,13.83 7.17,21.52 0.16,13.16 -0.29,26.64 -4.89,39.14 -2.48,6.44 -4.66,13.22 -9.22,18.56 -6.02,7.22 -13.9401,12.61 -22.23,16.91 -2.0601,1.01 -4.11,2.19 -6.4,2.53 -18.88,1.06 -38.13,-2.47 -55.1,-10.92 -19.4501,-9.44 -35.62,-24.15 -51.03,-39.04 -24.5,-23.51 -48.04,-48.85 -77.72,-65.98 -2.07,3.53 -4.17,7.04 -6.03,10.69 17.81,10.19 33.28,23.87 48.15,37.88 14.02,13.31 27.5399,27.15 41.9199,40.08 13.86,12.42 29.2101,23.62 46.5901,30.55 0.5699,4.7599 1.48,9.81 0.35,14.52 -3.38,5.79 -4.55,12.4301 -6.6,18.73 -1.91,4.9801 -6.05,8.5701 -9.5901,12.38 -2.9299,3.2101 -7.2899,4.38 -11.25,5.75 -9.35,2.7001 -18.85,6.78 -28.7899,5.23 -5.53,-1 -11.0601,-2.0499 -16.51,-3.3999 -10.9501,-3.98 -21.3101,-9.42 -32.1901,-13.5701 -4.68,-1.6 -8.33,-5.0399 -12.24,-7.9 -15.92,-12.36 -30.51,-26.33 -46.69,-38.35 -8.95,-6.72 -17.87,-13.5 -26.96,-20.03 -11.29,-6.57 -24.87,-6.4 -37.45,-8.27 -0.68,4.02 -1.54,8.02 -1.81,12.1 10.76,1.69 22.19,1.44 32.2,6.2 14.74,10.8701 29.64,21.5801 43.66,33.38 11.57,9.86 22.95,19.97 35.23,28.9601 0.2401,9.0199 -2.85,17.8099 -6.1299,26.09 -3.8701,2.75 -8.67,3.91 -12.8701,6.1 -10.19,5.36 -22.22,6.5601 -33.5,4.95 -7.37,-0.87 -12.8199,-6.26 -18.9,-9.9299 -7.96,-5.01 -15.39,-10.91 -23.73,-15.27 -5.3,-2.78 -11.25,-0.71 -15.97,2.2 -20.19,-18.3099 -33.41,-42.6 -51.37,-62.8599 -2.33,-2.31 -1.74,-6.39 -5.05,-7.9301 -7.34,-1.04 -14.83,-1.65 -22.21,-0.84 -2.48,0.61 -4.94,-0.17 -7.37,-0.54 -4.36,-0.76 -8.79,-0.96 -13.19,-1.32 3.1,-5.88 6.02,-11.9901 6.91,-18.64 1.45,-10.73 0.96,-21.94 -2.8101,-32.17 -1.61,-4.47 -3.78,-8.7 -6.03,-12.87 -3.26,-5.8701 -6.09,-12.22 -11.37,-16.61 -8.53,-7.35 -18.91,-13.69 -30.48,-14 -7.46,-0.39 -15.13,-0.8 -22.4,1.29 -4.09,1.08 -7.96,2.79 -11.85,4.41 -4.1201,-11.41 -9.13,-22.67 -16.61,-32.32 -7.85,-10.21 -18.83,-18.54 -31.64,-21.14 -11.47,-2.15 -23.25,0.33 -34.1801,3.91 -6.96,2.58 -14.2599,4.95 -20.05,9.78 -3.77,3.09 -6.38,7.27 -9.18,11.19 -20.99,-18.0099 -43.07,-35.83 -69.39,-45.35 -4.18,-1.79 -9.3,-1.95 -12.32,-5.74 -2.66,-0.39 -4.65,2 -6.53,3.52 -3.31,3 -5.33,7.09 -6.79,11.26 -6.43,2.25 -12.81,4.66 -19.26,6.83 -0.67,-2.27 -0.97,-4.62 -0.74,-6.96 0.8,-15.4 1.43,-30.8 2.2,-46.2 0.14,-3.58 1.23,-7.02 1.97,-10.5 10.4,-45.9901 20.79,-91.9901 31.18,-137.98 2.66,-13.22 7.46,-25.85 11.26,-38.75 3.97,-11.6 6.53,-23.59 9.58,-35.44 1.95,-8.53 5.15,-16.69 7.8199,-25.01 4,-11.6299 7.4901,-23.4399 12.06,-34.86 2.9405,-7.71 5.9405,-15.4 8.8905,-23.11 z" - inkscape:connector-curvature="0" - style="stroke:#000000;stroke-width:0.0938" /> - <path - id="path5192" - d="m 529.64,901.09 c -2.85,-15.39 -1.25,-31.1201 -0.82,-46.64 27.56,8.13 50.33,26.53 71.79,44.9 4.14,3.2 7.68,7.2 12.18,9.92 3.42,-6 6.56,-12.22 10.76,-17.74 3.31,-4.3701 8.58,-6.45 13.51,-8.41 10.36,-3.98 21.56,-7.15 32.75,-5.53 10.85,2.1299 19.8,9.74 26.08,18.55 8.64,12.01 13.42,26.22 17.21,40.38 9.69,-4.25 18.96,-10.51 29.81,-11.16 5.85,-0.16 11.79,-0.08 17.53,1.16 6.3,2.06 12.05,5.67 16.99,10.07 3.98,3.3199 5.83,8.3 8.37,12.67 4.1,7.32 7.72,15.19 8.24,23.7 0.69,8.72 0.15,17.97 -4.35,25.71 -3.96,7.23 -8.75,13.96 -12.83,21.12 11.03,0.09 22.14,-0.33 33.09,1.26 11.58,1.77 22.08,7.28 32.14,12.9901 3.16,0.86 4.72,3.86 6.6299,6.25 12.15,16.01 23.3101,32.97 37.85,46.99 -17.33,9.51 -37.37,16.89 -57.42,13.61 -4.42,-0.71 -8.95,-0.85 -13.3,-1.85 -6.29,-4.92 -8.8199,-12.98 -14.06,-18.8401 -5.36,-6.0199 -11.85,-10.9099 -18.4,-15.5599 -7.38,-4.9 -14.97,-9.91 -23.61,-12.26 -12.3701,-2.78 -25.04,-4.6 -36.9301,-9.1801 -3.5699,-1.47 -7.41,-3.0599 -9.66,-6.37 -4.59,-6.38 -10.21,-12.0199 -14.16,-18.86 -3.6801,-6.33 -3.14,-13.9399 -3.36,-20.98 0.05,-6.07 -0.76,-12.09 -1.14,-18.13 -9.0601,3.79 -15.82,11.48 -24.14,16.57 -2.23,1.23 -4.73,2.67 -7.37,1.96 -6.63,-1.23 -13.3,-2.4 -19.7,-4.52 -9.06,-2.86 -16.8,-8.55 -24.97,-13.2 -3.98,-2.13 -6.77,-6.02 -7.44,-10.49 -2.94,-17.17 -4.29,-34.62 -4.1299,-52.05 -10.7401,3.5 -21.19,9.95 -32.88,8.6 -13.1,-1.59 -25.31,-7.01 -37.2,-12.45 -4.6799,-2.11 -5.9599,-7.67 -7.0599,-12.19 z" - inkscape:connector-curvature="0" - style="stroke:#000000;stroke-width:0.0938" /> - </g> - <g - id="_x23_1a1a1aff"> - <path - id="path5195" - d="m 1918.99,133.6 1.01,-0.02 v 659.9 l -0.78,0.71 c -0.46,-11.06 -0.12,-22.13 -0.22,-33.19 0,-209.13 0.01,-418.27 -0.01,-627.4 z" - inkscape:connector-curvature="0" - style="fill:#1a1a1a;stroke:#1a1a1a;stroke-width:0.0938" /> - </g> - <g - id="_x23_ffffffff"> - <path - id="path5198" - d="m 938.13,350.2 c 19.81,-2.65 40.28,-1.76 59.46,4.17 7.08,2.24 14.12,4.65 21.29,6.62 22.0599,5.59 44.8099,7.74 66.88,13.24 19.9299,4.45 39.87,8.85 59.83,13.18 12.6801,2.57 25.4,4.96 38.02,7.88 19.9401,4.35 39.6,9.89 59.46,14.58 22.27,4.73 44.8401,-0.38 66.8601,-4 8.85,-1.82 17.08,-5.76 25.09,-9.84 1.1899,-0.78 3.0699,-1.34 2.9199,-3.12 -0.6899,-3.12 -2.0399,-6.05 -3.2999,-8.96 4.6,-4.15 10.87,-5.37 16.3099,-8.04 4.8301,-2.36 10.2201,-2.89 15.51,-3.39 4.7101,-0.4 8.8,-2.97 12.8201,-5.25 10.5499,3.26 21.08,6.59 31.65,9.82 3.9099,0.89 6.25,4.38 9.0299,6.95 15.0801,14.93 30.2101,29.8 45.3101,44.7 5.01,5.4 8.99,11.64 13.5499,17.41 12.4301,16.58 24.9,33.13 37.3401,49.7 2.5699,3.35 4.0599,7.34 5.87,11.13 7.95,17.04 15.8199,34.13 23.8099,51.17 10.16,21.12 20.6,42.12 30.6801,63.28 7.2,21.71 13.86,43.6 20.86,65.38 2.38,7.12 4.12,14.51 7.55,21.24 6.1499,13.2 12.2899,26.4 18.4199,39.61 3.05,6.89 6.75,13.54 8.99,20.77 3.55,10.53 7.12,21.05 10.64,31.59 -11.6799,1.89 -23.3199,4.02 -34.97,6.06 -14.16,2.98 -28.17,6.65 -42.3101,9.7 -1.47,0.53 -2.8899,1.17 -4.2999,1.78 -9.36,3.47 -18.52,7.41 -27.8301,10.98 -10.2699,4.92 -21.84,5.11 -32.87,7.05 -10.6599,0.86 -18.97,8.19 -28.0599,13.0099 -5.05,2.53 -9.9501,7.44 -16.05,5.77 -10.48,-2.09 -21.1,-3.35 -31.5299,-5.6 0.6499,-6.58 3.0599,-12.78 4.61,-19.17 2.34,-9.52 4.97,-18.97 7.5199,-28.44 2.26,-8.93 0.13,-18.11 -0.02,-27.14 0,-7.39 -0.78,-14.73 -1.3301,-22.09 -6.3099,3.19 -9.23,10.02 -14.23,14.67 -6.97,6.36 -14.09,12.56 -21,18.9901 -7.97,7.11 -16.97,12.95 -24.89,20.14 -4.58,4.34 -10.37,6.86 -16.1,9.27 2.9,9.89 7.29,19.28 10.13,29.2 3.03,9.91 5.33,20.47 3.26,30.82 -1.62,9.63 -7.28,17.81 -11.8201,26.24 -4.6,7.57 -8.7699,15.54 -14.9199,22 -5.14,5.34 -10.6801,10.7 -17.8101,13.21 -10.3999,4.36 -22.0599,2.4301 -32.5699,-0.46 -25.55,-7.02 -47.21,-23.11 -67.92,-38.98 -1.25,-0.83 -2.5499,-1.54 -3.8199,-2.25 2.7899,5.11 6.7999,9.5099 9.03,14.9399 2.8899,7.07 4.2,14.65 4.98,22.22 1.86,19.01 2.38,39.01 -5.3,56.93 -4.0599,10.38 -11.38,19.03 -19.09,26.9 -7.23,6.65 -15.65,13.1699 -25.73,14.2999 -5.8201,0.89 -11.4301,2.8201 -17.28,3.5 -9.3201,1.2401 -19.15,1.2201 -27.76,5.4301 -2.71,1.13 -2.67,4.4301 -3.29,6.86 -1.0699,7.12 -4.12,13.79 -8.0599,19.77 -4.61,7.3099 -12.1901,11.86 -18.36,17.6801 -8.66,7.9099 -20.75,10.96 -32.26,10.46 -9.39,-0.8101 -18.54,-3.28 -27.4,-6.4301 -9.04,-2.48 -18.28,-4.47 -26.74,-8.6699 -4.75,6.0499 -2.8101,15.76 -9.71,20.49 -5.85,3.88 -8.59,10.6699 -13.87,15.1599 -5.06,5.2401 -12.25,7.7301 -19.36,8.4901 -10.16,1.2699 -20.71,3.9099 -30.82,1 -8.55,-3.26 -16.92,-6.9801 -25.27,-10.7101 -7.27,-3.2999 -14.78,-6.14 -21.58,-10.36 -3.17,-1.8199 -6,-4.24 -9.39,-5.63 -2.51,0.33 -4.7,1.71 -6.93,2.79 -18.15,9.03 -38.25,16.1899 -58.84,13.75 -7.71,-1.27 -16.13,-0.72 -23.11,-4.7001 -6.89,-4.97 -9.99,-13.3099 -15.23,-19.74 -4.88,-5.84 -11.0601,-10.38 -17.2,-14.7899 -7.05,-4.8301 -14.64,-9.3501 -23.15,-10.9401 -11.07,-2.13 -22.16,-4.39 -32.81,-8.15 -4.83,-1.75 -9.71,-3.87 -13.42,-7.5199 -3.22,-3.1901 -5.58,-7.0901 -8.45,-10.55 -4.73,-5.8 -9.83,-11.61 -12.16,-18.86 -1.8,-5.02 -1.2401,-10.55 -3.21,-15.52 -6.24,3.44 -12.71,8.15 -20.25,6.89 -13.09,-2.1 -26.57,-4.76 -37.9,-12.03 -6.81,-4.43 -14.57,-7.73 -20.01,-13.97 -4.29,-4.78 -5.7599,-11.3 -6.5099,-17.5 -1.07,-10.11 -2.47,-20.2 -2.95,-30.37 -5.5,0.27 -10.73,2.37 -16.25,2.37 -13.34,0.31 -26.01,-4.7 -38.16,-9.64 -5.33,-2.43 -11.28,-4.2 -15.44,-8.52 -5.31,-6.27 -7.42,-14.53 -8.43,-22.51 -1.12,-9.87 0.03,-19.8199 -0.66,-29.71 -4.88,0.32 -9.47,2.13 -13.97,3.92 -1.3,0.59 -3.28,1.28 -2.75,3.13 0.72,5.7 2.94,11.07 4.21,16.67 1.3,5.99 4.02,11.8 3.56,18.06 -9.35,1.82 -18.79,3.19 -28.14,5.02 -3.34,0.5 -7.07,1.77 -10.17,-0.22 -8.22,-4.77 -16.42,-9.59 -24.58,-14.45 -5.91,-3.35 -12.88,-3.51 -19.41,-4.71 -6.43,-1.18 -13.12,-1.22 -19.29,-3.57 -11.56,-4.33 -22.9,-9.19 -34.42,-13.61 -10.87,-3.38 -22.18,-5.06 -33.11,-8.21 -0.48,-0.13 -1.43,-0.39 -1.9,-0.52 -8.91,-2.4 -18.06,-3.63 -27.11,-5.3 -7.28,-1.19 -14.5,-2.77 -21.82,-3.67 3.55,-18.29 7.22,-36.56 10.83,-54.84 1.68,-6.81 4.78,-13.15 7.09,-19.7401 29.9,-78.21 59.48,-156.54 89.3,-234.78 14.48,-30.1 29.25,-60.06 43.8,-90.13 1.93,-4.19 4.7,-7.91 7.17,-11.79 8.17,-12.56 16.31,-25.14 24.53,-37.67 11.26,2.91 22.66,5.2 33.94,8.02 9.34,2.82 18.5,6.19 27.78,9.18 7.99,2.39 16.43,2.26 24.63,3.42 9.01,1.3 18.52,0.92 26.88,5.04 4.74,2.31 9.99,3.67 14.33,6.75 1.51,1 0.46,3.05 0.07,4.39 -2.3,5.4 -5.54,10.34 -7.62,15.85 1.91,1.02 3.91,1.89 6.0699,2.25 24.42,4.92 49.4,7.17 74.3,6.65 10.65,-0.65 21.28,-1.59 31.93,-2.21 4.33,0.04 6.66,-4.08 8.55,-7.35 3.84,-7.26 8.68,-13.91 13.32,-20.66 9,-13.8 21.15,-26.03 36.59,-32.37 17.88,-7.4 37.13,-10.53 55.47,-16.53 18.59,-5.55 36.99,-12.01 54.35,-20.76 14.73,-7.72 29.51,-15.76 45.63,-20.24 C 923.1,350.82 930.7,351.1 938.13,350.2 m -25.48,16.58 c -17.48,6.27 -33.2401,16.32 -50.21,23.73 -26.48,11.18 -54.34,18.5 -82.01,26.04 -11.54,3.1 -23.04,7.75 -31.93,15.97 -24.34,23.14 -34.23,57.27 -58.57,80.4 -6.78,6.52 -15.08,11.03 -22.98,15.99 -8.78,5.4301 -17.46,11.07 -25.5,17.56 -4.52,3.78 -9.03,7.8 -12.06,12.92 -1.83,2.87 -1.4,6.39 -1.38,9.63 0.2,5.07 0.04,10.57 2.92,15.01 2.33,3.59 5.42,6.59 8.39,9.65 3.63,4.1 9.24,5.29 14.31,6.63 5.14,1.07 10.57,2.3 15.79,1.06 17.84,-5.93 35.47,-12.57 52.61,-20.32 45.29,-20.14 85.6,-50.17 132.04,-67.89 13.07,-5.01 26.55,-9.02 40.32,-11.63 13.55,-2.4 27.55,-1.07 40.8,2.42 21.15,5.66 40.58,16.24 59.06,27.77 16.11,10.0601 31.45,21.28 47.33,31.71 35.74,23.86 71.62,47.51 106.8101,72.17 28.22,19.88 56.1899,40.17 85.41,58.59 17.45,10.73 35.86,20.16 51.58,33.46 6.72,5.58 12.4399,12.21 18.54,18.42 13.48,14.19 26.98,28.34 40.6799,42.33 4.52,4.28 8.4401,9.28 13.4401,13.03 6.95,-1.24 11.4299,-7.54 16.89,-11.5 8.46,-6.1 16.5,-12.76 24.11,-19.89 6.2899,-6.03 13.5499,-11.14 18.74,-18.25 4.3199,-5.82 9.8199,-10.67 16.23,-14.07 0.55,-1.92 -0.59,-3.91 -0.8201,-5.8199 -10.73,-47.29 -21.36,-94.6 -32.09,-141.89 -5.6699,-19.63 -12.76,-38.86 -17.2,-58.84 -2.86,-13.42 -7.75,-26.24 -11.98,-39.25 -5.3301,-17.08 -12.03,-33.67 -18.4301,-50.36 -2.29,-7.43 -3.58,-15.12 -5.48,-22.65 -1.28,-4.79 -1.77,-9.84 -3.97,-14.34 -9.89,5.25 -20.05,10.27 -31.1001,12.49 -23.1499,4.42 -47.09,9.02 -70.61,4.66 -30.2699,-7.43 -60.4299,-15.43 -91.08,-21.2 -26.17,-5.4 -52.24,-11.29 -78.3,-17.18 -23.9299,-4.94 -48.59,-7.06 -71.6699,-15.58 -17.95,-6.56 -37.38,-8.17 -56.33,-6.46 C 934.09,362.37 922.98,362.96 912.65,366.78 M 579.11,502.25 c -2.95,7.71 -5.95,15.4 -8.89,23.11 -4.5699,11.42 -8.06,23.23 -12.06,34.86 -2.67,8.32 -5.87,16.48 -7.8199,25.01 -3.05,11.85 -5.61,23.84 -9.58,35.44 -3.8,12.9 -8.6,25.53 -11.26,38.75 -10.39,45.99 -20.78,91.99 -31.18,137.98 -0.74,3.48 -1.83,6.92 -1.97,10.5 -0.77,15.4 -1.4,30.8 -2.2,46.2 -0.23,2.34 0.07,4.69 0.74,6.96 6.45,-2.17 12.83,-4.58 19.26,-6.83 1.46,-4.17 3.48,-8.26 6.79,-11.26 1.88,-1.52 3.87,-3.91 6.53,-3.52 3.02,3.79 8.14,3.95 12.32,5.74 26.32,9.52 48.4,27.34 69.39,45.35 2.8,-3.92 5.41,-8.1 9.18,-11.19 5.79,-4.83 13.09,-7.2 20.05,-9.78 10.9301,-3.58 22.71,-6.06 34.1801,-3.91 12.81,2.6 23.79,10.9301 31.64,21.14 7.48,9.65 12.49,20.91 16.61,32.32 3.89,-1.62 7.7599,-3.33 11.85,-4.41 7.27,-2.09 14.94,-1.68 22.4,-1.29 11.5699,0.31 21.95,6.65 30.48,14 5.28,4.39 8.11,10.74 11.37,16.61 2.25,4.17 4.42,8.4 6.03,12.87 3.77,10.23 4.26,21.44 2.8101,32.17 -0.89,6.65 -3.8101,12.76 -6.91,18.64 4.4,0.36 8.83,0.56 13.19,1.32 2.43,0.37 4.89,1.15 7.37,0.54 7.38,-0.81 14.87,-0.2 22.21,0.84 3.31,1.54 2.72,5.6201 5.05,7.9301 17.96,20.2599 31.18,44.55 51.37,62.8599 4.72,-2.9099 10.67,-4.98 15.97,-2.2 8.34,4.36 15.77,10.26 23.73,15.27 6.08,3.6699 11.53,9.0599 18.9,9.9299 11.28,1.6101 23.31,0.41 33.5,-4.95 4.2,-2.1899 9,-3.35 12.8701,-6.1 3.28,-8.28 6.37,-17.0701 6.1299,-26.09 -12.28,-8.9901 -23.66,-19.1001 -35.23,-28.9601 -14.02,-11.7999 -28.92,-22.5099 -43.66,-33.38 -10.01,-4.7599 -21.44,-4.5099 -32.2,-6.2 0.27,-4.08 1.13,-8.08 1.81,-12.1 12.58,1.87 26.16,1.7 37.45,8.27 9.09,6.53 18.01,13.31 26.96,20.03 16.18,12.02 30.77,25.99 46.69,38.35 3.91,2.8601 7.56,6.3 12.24,7.9 10.88,4.15 21.24,9.5901 32.1901,13.5701 5.45,1.35 10.98,2.3999 16.51,3.3999 9.9399,1.55 19.4399,-2.5299 28.7899,-5.23 3.9601,-1.37 8.3201,-2.5399 11.25,-5.75 3.54,-3.8099 7.6801,-7.3999 9.5901,-12.38 2.0499,-6.2999 3.22,-12.9399 6.6,-18.73 1.13,-4.71 0.22,-9.76 -0.35,-14.52 -17.38,-6.93 -32.7301,-18.13 -46.5901,-30.55 -14.38,-12.9301 -27.8999,-26.77 -41.9199,-40.08 -14.87,-14.01 -30.34,-27.69 -48.15,-37.88 1.86,-3.65 3.96,-7.16 6.03,-10.69 29.68,17.13 53.22,42.47 77.72,65.98 15.41,14.89 31.58,29.6 51.03,39.04 16.97,8.45 36.22,11.98 55.1,10.92 2.29,-0.34 4.34,-1.52 6.4,-2.53 8.2899,-4.3 16.21,-9.69 22.23,-16.91 4.5599,-5.34 6.74,-12.12 9.22,-18.56 4.6,-12.5 5.05,-25.98 4.89,-39.14 -0.3101,-7.69 -3.47,-14.91 -7.17,-21.52 -5.5399,-9.93 -13.1,-18.58 -18.2899,-28.72 -1.0601,-2.16 -2.3401,-4.23 -4.28,-5.7 -11.48,-9.76 -21.72,-20.86 -32.6,-31.25 -4.6901,-0.6 -8.6901,-3.23 -12.8,-5.34 -12.16,-6.5 -23.47,-14.42 -34.83,-22.19 -4.28,-1.8 -7.15,-5.56 -11.04,-7.95 -4.48,-3.27 -9.24,-6.14 -13.5601,-9.6 -1.73,-3.83 3.15,-7.62 6.8301,-6.3799 1.79,-3.07 3.63,-6.11 5.24,-9.28 4.97,1.97 9.35,5.16 14.0699,7.66 19.76,11.31 39.4301,22.86 58.04,36.01 29.58,20.4 54.15,47.71 86.01,64.85 18.4,8.94 37.9301,15.48 57.8199,20.2 4.01,1.34 7.76,-1.37 10.8301,-3.6299 8.28,-6.56 14.78,-15.21 19.4299,-24.65 4.5601,-8.52 8.62,-17.66 8.8101,-27.49 0.11,-9.89 0.09,-19.98 -2.62,-29.57 -6.29,-18.34 -14.4501,-36.75 -28.59,-50.44 -11.3701,-11.28 -21.5,-23.88 -34.15,-33.8 -14.88,-12.13 -30.66,-23.11 -47.05,-33.05 -20.1799,-12.66 -39.97,-25.91 -59.64,-39.33 -29.6599,-20.09 -58.7999,-41.02 -89.6699,-59.26 -36.8101,-21.92 -74.71,-42.27 -109.11,-67.95 -19.96,-14.82 -43.08,-24.5 -66.45,-32.54 -11.81,-4.82 -24.73,-2.15 -37.06,-2.19 -5.17,-0.21 -9.9,2.19 -14.74,3.59 -44.3,15.22 -82.76,42.7 -124.45,63.38 -22,11.04 -44.98,19.98 -68.28,27.84 -7.59,2.93 -15.87,1.18 -23.56,-0.39 -6.84,-1.76 -14.2,-3.64 -19.27,-8.88 -4.49,-4.52 -9.12,-9.08 -12.22,-14.71 -3.98,-7.56 -3.54,-16.38 -3.64,-24.66 -0.02,-9.17 6.5,-16.49 12.74,-22.47 9.84,-9.11 21.23,-16.31 32.56,-23.4 6.88,-4.37 14.2,-8.21 20.15,-13.89 6.51,-6.17 12.25,-13.22 16.84,-20.94 -23.9,2.42 -48.05,2.75 -71.95,0.09 -13.57,-1.52 -27.28,-2.99 -40.38,-7.05 -3.0305,8.39 -3.8705,17.44 -6.6205,25.92 m -49.47,398.84 c 1.1,4.52 2.38,10.08 7.06,12.19 11.89,5.4399 24.1,10.86 37.2,12.45 11.69,1.35 22.14,-5.1 32.88,-8.6 -0.16,17.43 1.1899,34.88 4.1299,52.05 0.67,4.47 3.46,8.36 7.44,10.49 8.17,4.65 15.91,10.34 24.97,13.2 6.4,2.12 13.07,3.29 19.7,4.52 2.64,0.71 5.14,-0.73 7.37,-1.96 8.32,-5.09 15.08,-12.78 24.14,-16.57 0.3799,6.04 1.1899,12.06 1.14,18.13 0.22,7.04 -0.32,14.65 3.36,20.98 3.95,6.8401 9.5699,12.48 14.16,18.86 2.25,3.3101 6.09,4.9 9.66,6.37 11.89,4.5801 24.56,6.4 36.9301,9.1801 8.64,2.35 16.23,7.36 23.61,12.26 6.55,4.65 13.04,9.54 18.4,15.5599 5.2401,5.8601 7.77,13.92 14.06,18.8401 4.35,1 8.88,1.14 13.3,1.85 20.05,3.28 40.09,-4.1 57.42,-13.61 -14.54,-14.02 -25.7,-30.98 -37.85,-46.99 -1.91,-2.39 -3.47,-5.39 -6.6299,-6.25 -10.06,-5.7101 -20.56,-11.22 -32.14,-12.9901 -10.95,-1.59 -22.06,-1.17 -33.09,-1.26 4.08,-7.16 8.87,-13.89 12.83,-21.12 4.5,-7.74 5.04,-16.99 4.35,-25.71 -0.52,-8.51 -4.14,-16.38 -8.24,-23.7 -2.54,-4.37 -4.39,-9.35 -8.37,-12.67 -4.94,-4.4 -10.69,-8.01 -16.99,-10.07 -5.74,-1.24 -11.68,-1.32 -17.53,-1.16 -10.85,0.65 -20.12,6.91 -29.81,11.16 -3.79,-14.16 -8.5699,-28.37 -17.21,-40.38 -6.28,-8.81 -15.23,-16.42 -26.08,-18.55 -11.19,-1.6201 -22.39,1.55 -32.75,5.53 -4.93,1.96 -10.2,4.04 -13.51,8.41 -4.2,5.52 -7.34,11.74 -10.76,17.74 -4.5,-2.72 -8.04,-6.72 -12.18,-9.92 -21.46,-18.37 -44.23,-36.77 -71.79,-44.9 -0.4301,15.52 -2.0301,31.25 0.8199,46.64 z" - inkscape:connector-curvature="0" - style="fill:#ffffff;stroke:#ffffff;stroke-width:0.0938" /> - </g> - <g - id="_x23_666666ff"> - <path - id="path5201" - d="m 1608.01,806.08 c 11.65,-2.04 23.29,-4.17 34.97,-6.06 3.64,10.69 7.34,21.37 10.84,32.11 3.3301,11.39 6.5701,22.81 9.87,34.21 2.3101,8.16 5.2201,16.2 6.29,24.67 1.88,13 4.3201,25.93 6.0701,38.94 0.47,1.71 -1.75,1.97 -2.8201,2.43 -7.53,2.19 -15.65,2.79 -23.28,0.74 -12.4299,-3.33 -24.33,-9.43 -33.2899,-18.8 -13.3401,-13.81 -22.4401,-30.96 -30.9401,-48 -4.4399,-8.96 -7.9199,-18.41 -13.14,-26.97 -3.1499,-5.68 -6.83,-11.2 -8.6899,-17.48 -1.01,-2.26 0.7999,-4.23 1.8099,-6.09 14.14,-3.05 28.15,-6.72 42.31,-9.7 z" - inkscape:connector-curvature="0" - style="fill:#666666;stroke:#666666;stroke-width:0.0938" /> - <path - id="path5203" - d="m 1731.36,820.57 c 13.15,-2.81 26.27,10.31 23.71,23.44 -1.2899,11.48 -13.86,19.8 -24.9399,16.89 -7.86,-2.13 -14.8101,-8.8 -15.72,-17.11 -1.9601,-10.59 6.4098,-21.65 16.9499,-23.22 z" - inkscape:connector-curvature="0" - style="fill:#666666;stroke:#666666;stroke-width:0.0938" /> - <path - id="path5205" - d="m 195.45,892.64 c 6.23,-1.21 13.52,-1.21 18.36,3.54 8.84,5.59 10.46,18.45 5.4,27.09 -4.99,8.1 -15.96,11.74 -24.83,8.34 -5.36,-1.73 -9.55,-6.14 -11.73,-11.24 -2.36,-5.3 -1.2,-11.31 0.21,-16.68 2.65,-4.97 7.12,-9.36 12.59,-11.05 z" - inkscape:connector-curvature="0" - style="fill:#666666;stroke:#666666;stroke-width:0.0938" /> - </g> - <g - id="_x23_717171ff"> - <path - id="path5208" - d="m 1731.33,818.41 c 12.49,-2.25 25.5801,7.81 26.0701,20.6 1.53,12.64 -9.61,25.04 -22.4,24.5 -11.86,0.61 -22.6,-9.69 -22.99,-21.44 -0.7701,-11.29 8.05,-22.24 19.3199,-23.66 m 0.03,2.16 c -10.54,1.57 -18.91,12.63 -16.95,23.22 0.9099,8.31 7.86,14.98 15.72,17.11 11.08,2.91 23.65,-5.41 24.9399,-16.89 2.5601,-13.13 -10.5599,-26.25 -23.7099,-23.44 z" - inkscape:connector-curvature="0" - style="fill:#717171;stroke:#717171;stroke-width:0.0938" /> - <path - id="path5210" - d="m 196.29,890.3 c 13.16,-3.64 27.71,7.02 28.04,20.69 1.27,12.5 -9.77,24.35 -22.3,24.11 -12.05,0.67 -23.16,-10.04 -23.14,-22.0699 -0.55,-10.4901 7.23,-20.4101 17.4,-22.7301 m -0.84,2.34 c -5.47,1.69 -9.94,6.08 -12.59,11.05 -1.41,5.37 -2.57,11.38 -0.21,16.68 2.18,5.1 6.37,9.51 11.73,11.24 8.87,3.4 19.84,-0.24 24.83,-8.34 5.06,-8.64 3.44,-21.5 -5.4,-27.09 -4.84,-4.75 -12.13,-4.75 -18.36,-3.54 z" - inkscape:connector-curvature="0" - style="fill:#717171;stroke:#717171;stroke-width:0.0938" /> - </g> - <g - id="_x23_4d4d4dff"> - <path - id="path5213" - d="m 286.92,860.43 c 7.32,0.9 14.54,2.48 21.82,3.67 9.05,1.67 18.2,2.9 27.11,5.3 -4.71,12.63 -7.32,26.2 -14.58,37.74 -6.65,12.82 -14.04,25.22 -21.74,37.44 -3.68,5.59 -6.47,11.87 -11.27,16.66 -6.18,6.16 -12.33,12.35 -18.53,18.49 -3.6,3.55 -6.95,7.37 -10.99,10.44 1.23,-6.77 4.08,-13.09 5.66,-19.76 4.72,-16.55 6.17,-33.78 10.59,-50.39 4.12,-19.84 7.92,-39.73 11.93,-59.59 z" - inkscape:connector-curvature="0" - style="fill:#4d4d4d;stroke:#4d4d4d;stroke-width:0.0938" /> - </g> - </g> - <g - id="g881" - transform="translate(0,-2.9921894e-5)"> - <path - style="fill:#000069;fill-opacity:1;stroke-width:0.08121084" - inkscape:connector-curvature="0" - d="m 648.51914,86.860735 c 0.79155,-0.32333 0.95578,-1.5166 0.32804,-2.0749 -0.30649,-0.33364 -0.7739,-0.40484 -1.20275,-0.43278 -0.54083,-0.0207 -1.08082,0.0536 -1.60638,0.1734 -0.64315,0.14167 -1.25552,0.399 -1.90922,0.49777 -1.98307,0.32952 -3.99951,0.38107 -6.00578,0.36696 -2.26733,-0.0123 -4.52113,-0.32463 -6.74878,-0.72618 -0.90511,-0.15221 -1.78182,-0.45037 -2.69543,-0.55397 -1.18206,-0.11988 -2.37743,-0.15 -3.561,-0.0357 -0.006,-0.0384 -0.0188,-0.11505 -0.0253,-0.15263 -0.0481,-0.0233 -0.14476,-0.0684 -0.19337,-0.0911 -0.0271,-0.15153 -0.11205,-0.2753 -0.22498,-0.37722 -0.053,-0.18394 -0.14906,-0.3644 -0.33223,-0.44576 -0.005,-0.0552 -0.011,-0.11081 -0.0177,-0.16739 -0.0359,0.0106 -0.1079,0.0321 -0.14379,0.0427 -0.037,-0.0329 -0.11038,-0.0997 -0.14737,-0.13275 -0.18822,0.0315 -0.33781,-0.0651 -0.39456,-0.24772 -0.0375,0.005 -0.11376,0.0164 -0.15136,0.0218 -0.0345,-0.0257 -0.10361,-0.0769 -0.13814,-0.10256 -0.23253,-0.0391 -0.46067,-0.11877 -0.70015,-0.0723 -0.34012,-2.57871 -1.24877,-5.03517 -2.20337,-7.44001 -0.37438,-1.01558 -0.63028,-2.06915 -0.89251,-3.11757 -0.32751,-1.3825 -0.63545,-2.7711 -0.882,-4.17108 -0.22402,-1.29418 -0.32501,-2.60635 -0.36648,-3.91837 -10e-4,-0.74546 0.0316,-1.49082 0.0253,-2.23638 -0.004,-0.42944 -0.0592,-0.8663 -0.2499,-1.2563 -0.23361,-0.53045 -0.8373,-0.84928 -1.40703,-0.80004 -0.4676,0.0564 -0.96791,0.28699 -1.16795,0.7401 -0.12723,0.31125 -0.0863,0.76005 0.23044,0.939 0.27154,0.0881 0.55125,-0.008 0.80756,-0.0988 0.22175,-0.0832 0.49807,-0.0353 0.64891,0.15563 0.27848,0.34736 0.35519,0.79985 0.44612,1.22282 0.20929,1.12142 0.28683,2.26045 0.41521,3.39218 0.1009,1.34687 0.3816,2.67083 0.64891,3.99293 0.28153,1.32822 0.59723,2.64982 0.96228,3.95754 0.28738,1.02767 0.60568,2.04944 1.02938,3.02978 0.72027,1.79041 1.32849,3.6564 1.49731,5.58832 -0.43567,-0.1894 -0.87051,-0.41435 -1.35445,-0.44322 -0.64303,-0.0635 -1.30782,0.20602 -1.72842,0.69608 -0.34053,0.45414 -0.53448,1.00841 -0.58874,1.57147 0.005,0.18385 -0.1595,0.29736 -0.26453,0.42612 -0.19971,0.0303 -0.39529,0.15498 -0.47522,0.34566 -0.0778,-0.0331 -0.15701,-0.0666 -0.23727,-0.10091 -0.0645,0.13839 -0.15248,0.26794 -0.31124,0.30638 2.9e-4,0.0385 0.001,0.11481 0.002,0.15329 -0.16192,0.1237 -0.33009,-0.0147 -0.48734,-0.078 -0.0261,0.10339 -0.034,0.2094 -0.0348,0.3153 -0.044,0.0443 -0.1323,0.13355 -0.17584,0.17823 -0.14545,-0.002 -0.19903,0.12959 -0.26097,0.23644 -0.0388,-0.005 -0.11481,-0.013 -0.15266,-0.0175 -0.0404,0.0865 -0.0826,0.17144 -0.12624,0.25611 -0.0614,-0.002 -0.12381,-0.005 -0.18713,-0.007 -0.0335,0.0384 -0.10341,0.11422 -0.13685,0.15262 -0.11577,0.0217 -0.27865,-0.0882 -0.34962,0.0526 -10e-4,0.0485 -0.002,0.0975 -0.004,0.14556 -0.0393,-0.0314 -0.11822,-0.0958 -0.15738,-0.1273 -0.0726,0.0789 -0.14612,0.15876 -0.22007,0.23835 -0.0633,-0.0508 -0.12715,-0.10192 -0.19248,-0.15341 -0.0251,0.0145 -0.0763,0.0437 -0.10235,0.0583 -0.0326,-0.087 -0.0632,-0.1723 -0.0986,-0.26006 -0.0985,0.0244 -0.16243,0.10289 -0.22961,0.1749 -0.044,-0.0534 -0.0905,-0.10727 -0.13743,-0.1615 -0.0405,0.0465 -0.12368,0.13751 -0.16416,0.18399 -0.0355,-0.0316 -0.1067,-0.0948 -0.14208,-0.12658 -0.0335,0.0384 -0.0985,0.11761 -0.13152,0.15728 -0.0685,-0.0632 -0.13786,-0.12635 -0.20831,-0.19026 -0.0574,0.0913 -0.10754,0.18881 -0.17643,0.27194 -0.10584,0.0286 -0.21891,0.007 -0.32853,0.008 -0.0325,0.0418 -0.0978,0.1245 -0.13053,0.16621 -0.0231,-0.0264 -0.0677,-0.0794 -0.0904,-0.10533 0.0195,-0.11722 0.0413,-0.23504 0.0411,-0.35424 -0.10252,-0.0609 -0.2358,-0.0588 -0.30677,-0.17308 -0.0461,0.0318 -0.0935,0.0625 -0.14168,0.0943 0.12455,-0.14299 -0.10058,-0.16397 -0.17968,-0.20271 -0.11274,-0.0573 -0.2349,-0.0527 -0.34893,0.002 0.0427,-0.17961 -0.1461,-0.2188 -0.25758,-0.11332 -0.29928,-0.37442 -0.49721,-0.82759 -0.85783,-1.15408 -0.95899,-0.87882 -2.03236,-1.61829 -3.10163,-2.35514 -0.68984,-0.50135 -1.43333,-0.9259 -2.11533,-1.43734 0.0266,0.0338 0.0521,0.0667 0.0766,0.0987 -1.29833,-0.87585 -2.65221,-1.66955 -4.02644,-2.42057 -1.24962,-0.68598 -2.56092,-1.24798 -3.86572,-1.81854 -5.36984,-2.33171 -10.84586,-4.413 -16.37808,-6.32472 -1.40566,-0.47715 -2.81055,-0.95633 -4.23342,-1.38009 -2.67787,-0.73327 -5.33116,-1.5509 -7.99644,-2.32827 -1.19785,-0.34148 -2.39694,-0.6876 -3.61512,-0.9517 -1.41454,-0.26099 -2.80513,-0.62906 -4.20814,-0.94408 -1.81989,-0.42398 -3.66371,-0.74085 -5.51739,-0.98014 -2.09882,-0.27512 -4.20572,-0.5031 -6.31946,-0.62235 -1.56137,-0.0771 -3.13725,-0.12945 -4.68681,0.11649 -3.22871,0.45097 -6.48328,1.2793 -9.26039,3.04584 -1.01443,0.66586 -2.05472,1.43273 -2.56151,2.57456 -0.39336,0.84528 -0.37075,1.84137 -0.0397,2.70276 0.17098,0.46879 0.42979,0.89583 0.69139,1.31658 0.46134,0.8505 0.9849,1.66809 1.57618,2.43372 0.29331,0.39053 0.64455,0.73287 1.02446,1.03719 -0.0957,-0.0594 -0.19482,-0.11905 -0.2944,-0.17909 0.38549,0.27447 0.68035,0.64592 1.01358,0.97527 0.83577,0.87552 1.66215,1.75967 2.51092,2.62238 1.25336,1.25078 2.4903,2.51741 3.75751,3.75441 0.29237,0.34168 0.6654,0.60087 0.96881,0.93087 0.96567,1.05168 1.84892,2.17458 2.74099,3.28837 0.67226,0.88678 1.43974,1.69378 2.17653,2.52574 0.88048,0.95884 1.66321,2.00129 2.47994,3.01392 0.85398,1.09838 1.74908,2.16581 2.57005,3.28874 0.71635,1.05131 1.35302,2.158464 2.14955,3.153494 0.58853,0.747191 1.19106,1.483421 1.78636,2.224991 0.36545,0.43829 0.67309,0.91949 1.04033,1.35568 0.67769,0.82754 1.34778,1.66883 2.12769,2.40232 0.0547,0.1311 0.072,0.27238 0.10184,0.40943 0.3069,1.44188 0.68479,2.86653 1.01783,4.30177 0.18121,0.85174 0.39914,1.70519 0.42622,2.57992 -0.0492,0.73988 -0.35834,1.42838 -0.56913,2.13146 -0.14116,0.47316 -0.14066,0.99076 0.0241,1.45855 0.20439,0.58846 0.62494,1.06139 0.9682,1.57007 0.68913,0.99389 1.40889,2.00551 1.75474,3.17825 0.15783,0.49912 0.14211,1.03534 0.0279,1.5418 -0.1806,0.83772 -0.48671,1.64613 -0.87285,2.40971 -0.57611,0.97656 -0.75273,2.16874 -0.55647,3.27967 0.0675,0.44789 0.24823,0.86564 0.36789,1.30039 0.26202,0.94872 0.17806,1.98446 -0.23022,2.88061 -0.38218,0.87636 -1.00598,1.61504 -1.65593,2.3051 -1.10895,1.16198 -2.13973,2.39635 -3.2029,3.60175 -0.62269,0.73611 -1.28393,1.44133 -1.86473,2.21123 -0.3112,0.3846 -0.64081,0.75404 -0.94534,1.14455 -0.27957,0.42196 -0.64452,0.77752 -0.92646,1.19826 -0.23117,0.33263 -0.52434,0.61833 -0.75084,0.95587 -0.25294,0.36697 -0.57369,0.68111 -0.8276,1.04809 -0.25333,0.36221 -0.56176,0.6817 -0.82999,1.03351 -0.2196,0.31953 -0.4724,0.61381 -0.72367,0.91028 -0.27811,0.3193 -0.5069,0.6779 -0.78849,0.99599 -0.56321,0.64661 -1.0551,1.35007 -1.63042,1.98711 -0.93583,1.18655 -1.93644,2.32108 -2.94176,3.44979 -0.77922,0.84058 -1.59556,1.65227 -2.51471,2.3434 -0.76503,0.58552 -1.59195,1.08504 -2.36201,1.66521 -0.55833,0.42168 -1.11493,0.86792 -1.52147,1.44583 -0.20496,0.31279 -0.36202,0.68691 -0.30338,1.0684 0.0591,0.48503 0.44265,0.84845 0.8275,1.1073 0.39211,0.23223 0.89166,0.13608 1.25431,-0.10689 0.87783,-0.57429 1.38768,-1.51973 2.04015,-2.31077 0.41231,-0.47337 0.8206,-0.95111 1.24905,-1.40946 0.5877,-0.54624 1.06005,-1.20274 1.65046,-1.74488 0.54968,-0.58829 1.07913,-1.19506 1.58764,-1.81824 0.24236,-0.35572 0.70438,-0.42414 0.99661,-0.72489 1.08225,-1.07323 2.14576,-2.16364 3.23628,-3.22793 0.89208,-0.9119 1.82433,-1.78439 2.69198,-2.72027 0.41983,-0.37086 0.75299,-0.82691 1.16995,-1.19942 0.37388,-0.38331 0.71535,-0.79755 1.11202,-1.15832 0.42549,-0.49658 0.91658,-0.92793 1.34865,-1.41781 0.6211,-0.57841 1.17206,-1.23753 1.872,-1.72692 0.90364,-0.64066 1.90288,-1.14119 2.94519,-1.51266 0.60695,-0.20519 1.23881,-0.38695 1.88548,-0.36734 1.14749,0.0586 2.21006,0.64211 3.3662,0.61933 0.49141,0.006 0.93514,-0.23208 1.33928,-0.48597 0.62459,-0.41104 1.24498,-0.84176 1.78982,-1.35512 -0.0149,0.0261 -0.0443,0.0795 -0.0593,0.10562 1.18445,-1.03752 2.39805,-2.04427 3.54694,-3.12255 0.56096,-0.52064 1.11946,-1.04352 1.66977,-1.57427 0.43485,-0.38709 0.83461,-0.85718 1.39826,-1.05658 0.36476,-0.13622 0.82659,0.0537 0.95775,0.42735 0.10298,0.29583 -0.003,0.61414 -0.11713,0.89128 -0.28663,0.64229 -0.75505,1.17697 -1.21318,1.70197 -0.4914,0.55193 -0.90593,1.16553 -1.40039,1.71479 -0.8042,1.04262 -1.63183,2.06934 -2.35948,3.16894 -0.67341,1.01793 -1.34381,2.08748 -1.59459,3.29852 -0.13605,0.60911 0.032,1.22908 0.29221,1.77997 0.54892,1.18441 0.54191,2.55726 0.2083,3.80009 -0.33259,1.32017 -1.07,2.48504 -1.8385,3.59075 -1.71491,2.43498 -3.66546,4.68971 -5.59379,6.95658 -0.88611,1.15607 -1.7117,2.35787 -2.51191,3.57541 -0.80486,1.18421 -1.51021,2.47027 -2.60415,3.42228 -0.61155,0.55927 -1.13248,1.20631 -1.7255,1.78516 -1.18364,1.3652 -2.43363,2.67971 -3.50455,4.13771 -0.28886,0.43873 -0.62742,0.87328 -0.73547,1.3993 -0.0724,0.36157 0.0557,0.76021 0.34713,0.9927 0.23977,0.24086 0.56034,0.44813 0.91532,0.39038 0.57502,-0.0829 0.98958,-0.54448 1.34369,-0.96634 0.45629,-0.52834 0.78207,-1.14987 1.17124,-1.72515 1.41809,-2.12586 3.00049,-4.13432 4.69097,-6.04952 0.6873,-0.79356 1.38307,-1.57887 2.07817,-2.36468 0.38667,-0.46639 0.83083,-0.87735 1.21967,-1.34004 1.20791,-1.38047 2.4403,-2.74143 3.76564,-4.00809 0.99388,-0.97163 2.00504,-1.92552 2.99938,-2.89675 1.12737,-1.02595 2.10222,-2.2034 3.08997,-3.36076 0.50864,-0.61865 1.06348,-1.19975 1.53116,-1.84966 0.82362,-1.02215 1.75972,-2.01309 2.95667,-2.59375 0.48311,-0.2313 1.02217,-0.36154 1.55847,-0.30301 0.75207,0.0607 1.51349,0.078 2.25211,0.24601 0.38847,0.0833 0.75269,0.29665 1.1592,0.27766 0.61314,-0.005 1.15422,-0.3398 1.66255,-0.64596 0.97473,-0.62224 1.89983,-1.42019 3.07021,-1.63477 0.91184,-0.17773 1.82685,0.10489 2.67477,0.41966 0.50129,0.19765 1.00678,0.39455 1.47422,0.66482 -0.0219,-0.0289 -0.0453,-0.0572 -0.0705,-0.0854 0.69792,0.39821 1.43709,0.84303 2.2661,0.84903 1.13019,0.008 2.15737,-0.52147 3.2233,-0.81905 1.02377,-0.28992 2.09714,-0.0667 3.10196,0.18928 1.06807,0.29771 2.18997,0.58553 3.30335,0.39056 0.41644,-0.0629 0.79429,-0.25707 1.15581,-0.46097 1.25705,0.82127 2.50042,1.66529 3.79345,2.43001 0.28026,0.12499 0.50499,0.3341 0.75216,0.50944 1.17262,0.79477 2.38194,1.55141 3.68155,2.12188 0.5118,0.17837 0.96197,0.48787 1.45119,0.7167 1.19807,0.60025 2.43099,1.12685 3.63033,1.72368 0.6584,0.38954 1.36914,0.67722 2.03965,1.04274 0.79612,0.4242 1.53255,0.94664 2.26942,1.46236 1.39849,0.97913 2.80131,1.95225 4.19422,2.93988 0.75364,0.53828 1.52273,1.05891 2.22892,1.6598 0.53365,0.35734 0.98357,0.82204 1.50896,1.18996 0.46649,0.34776 0.88048,0.75987 1.35404,1.09852 0.58018,0.4529 1.11619,0.96159 1.70549,1.40291 1.89889,1.46746 3.81976,2.90871 5.79786,4.27004 1.68039,1.10739 3.55,1.96379 5.53014,2.35673 0.77241,0.13528 1.61888,0.13247 2.31516,-0.27212 0.62172,-0.34246 1.02961,-0.94849 1.33479,-1.57117 0.56356,-1.20699 1.02923,-2.46273 1.33435,-3.76063 0.54988,-2.34898 0.69576,-4.77177 0.69423,-7.17725 0.004,-2.37354 -0.21655,-4.7464 -0.64054,-7.08098 -0.48335,-2.72748 -1.2364,-5.3993 -2.08793,-8.0325 -0.76346,-2.33442 -1.55872,-4.66003 -2.4442,-6.95232 -2.03997,-5.22849 -4.28841,-10.3747 -6.67791,-15.45281 -1.2185,-2.56998 -2.48137,-5.12164 -3.89245,-7.5928 -2.31249,-4.16077 -4.68295,-8.30805 -7.51121,-12.14599 -1.35268,-1.81611 -2.80176,-3.576721 -4.49478,-5.087795 -0.48016,-0.51775 -1.05429,-0.93878 -1.52469,-1.46665 -0.29132,-0.24493 -0.53622,-0.59415 -0.92683,-0.68118 -0.26688,-0.0556 -0.44703,-0.27834 -0.66298,-0.42819 0.0317,-0.0319 0.0955,-0.0954 0.12764,-0.12695 -0.0448,-0.0292 -0.13336,-0.0886 -0.17767,-0.11835 0.0348,-0.0399 0.10827,-0.11711 0.14456,-0.15572 -0.0352,-0.0208 -0.10494,-0.0621 -0.14001,-0.082 -0.0156,-0.0464 -0.0461,-0.13882 -0.0616,-0.18517 0.0143,-0.0266 0.0431,-0.0789 0.0572,-0.10568 -0.0707,-0.0616 -0.13977,-0.12612 -0.20758,-0.19319 -0.16368,0.002 -0.32763,0.0211 -0.49187,0.022 -0.0274,-0.10919 0.0139,-0.23125 -0.0391,-0.33967 0.0659,-0.0368 0.12495,-0.0813 0.17744,-0.13333 -0.0525,-0.15503 -0.16679,-0.27678 -0.27206,-0.39959 0.0965,-0.0262 0.18667,-0.0684 0.241,-0.1553 -0.0332,-0.0689 -0.067,-0.13828 -0.10133,-0.2091 0.0748,-0.0814 0.14656,-0.16376 0.21873,-0.24662 -0.0843,-0.23778 -0.27327,-0.43704 -0.28746,-0.69819 -0.0213,-0.18469 -0.12254,-0.34486 -0.20636,-0.50671 0.0794,0.008 0.15778,0.0157 0.23527,0.0237 0.0547,-0.0963 0.035,-0.18901 -0.0327,-0.27456 0.10062,-0.007 0.20022,-0.0157 0.2984,-0.0253 -0.0282,-0.0361 -0.0854,-0.1081 -0.11344,-0.14415 0.11679,-0.007 0.30011,0.1033 0.33518,-0.0768 0.0112,0.15636 -0.27738,-0.16611 -0.12524,-0.12243 0.0934,0.0182 0.18346,0.0443 0.27385,0.0671 0.0194,-0.0142 0.0589,-0.0439 0.0787,-0.0585 -0.0249,-0.0643 -0.0502,-0.12906 -0.077,-0.19415 0.0764,-0.0347 0.15195,-0.0694 0.22597,-0.1044 0.002,-0.0846 5.9e-4,-0.17002 -5e-4,-0.25547 0.0814,-0.0527 0.1623,-0.10472 0.24277,-0.15729 -0.066,-0.11606 -0.11128,-0.2364 0.04,-0.3143 -0.0524,-0.0306 -0.15591,-0.0923 -0.20784,-0.12244 0.14424,0.005 0.29237,0.005 0.42019,-0.0703 -0.0437,-0.0772 -0.089,-0.15387 -0.1351,-0.2314 0.14813,0.0278 0.24142,-0.0935 0.19488,-0.23273 0.0955,-0.10159 0.19274,-0.20087 0.28887,-0.30098 0.0405,0.009 0.12242,0.0257 0.16333,0.0348 0.0145,-0.0247 0.0439,-0.0728 0.0579,-0.0971 -0.0234,-0.0373 -0.0703,-0.11101 -0.0938,-0.14836 0.1949,-0.0932 0.41715,-0.0383 0.62118,-0.0889 0.53161,-0.11357 0.98533,-0.49573 1.22858,-0.97602 0.4119,-0.73404 0.58596,-1.68763 0.17701,-2.46052 -0.16403,-0.33393 -0.50321,-0.51564 -0.81866,-0.68195 0.0644,-0.0568 0.11395,-0.14511 0.20807,-0.15016 1.81998,-0.29117 3.68161,-0.0468 5.45333,0.40901 1.74583,0.41008 3.52996,0.63942 5.31551,0.78652 2.74328,0.2074 5.51767,0.19849 8.23727,-0.24725 0.8866,-0.17129 1.80837,-0.29418 2.70384,-0.11656 0.2894,0.0717 0.63318,0.16143 0.77788,0.44924 0.14983,0.32058 -0.20427,0.60482 -0.10962,0.93066 0.22671,0.24776 0.5982,0.33947 0.90438,0.18678 z" - id="path4515" /> - <g - style="fill:#005c00;fill-opacity:1" - id="layer1" - inkscape:label="Layer 1" - transform="matrix(0.84681108,0,0,0.78663366,85.541634,-181.79196)"> - <path - inkscape:connector-curvature="0" - id="path2133" - sodipodi:nodetypes="czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" - style="fill:#005c00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39930999px" - d="m 51.873,410.59 c -1.3899,1.9617 -1.2004,3.1528 -4.2961,5.605 -3.0957,2.4522 -4.8015,1.7516 -8.0868,4.2037 -3.2852,2.4522 -2.5271,3.2229 -5.0542,5.605 -2.5271,2.3821 -2.3376,1.4713 -5.0542,3.9235 -2.7166,2.4522 -3.3484,2.5923 -5.8124,5.8852 -2.4639,3.2929 -3.7275,5.4648 -4.0434,7.2865 -0.31589,1.8216 2.0217,-1.0509 2.7798,0 0.75814,1.0509 -0.88449,3.433 0.25271,4.2037 1.1372,0.77068 2.7798,-1.6815 4.2961,-1.121 1.5163,0.5605 0.82131,2.9426 1.769,3.363 0.94767,0.42038 0.69496,-2.1719 2.0217,-1.6815 1.3267,0.49044 1.769,3.0827 3.2852,3.6432 1.5163,0.56049 1.2004,-1.1911 2.7798,-1.4012 1.5794,-0.21019 2.843,-1.2611 3.538,0.56051 0.69496,1.8216 -2.5271,5.675 -0.75813,6.726 1.769,1.0509 4.4856,-1.8216 7.834,-2.5222 3.3484,-0.70062 1.8953,3.0127 5.5597,-0.28026 3.6643,-3.2929 5.4333,-8.4075 9.0976,-12.891 3.6643,-4.484 2.4639,-2.8726 5.5596,-5.0445 3.0957,-2.1719 3.6011,-2.312 6.8232,-3.6432 3.2221,-1.3312 6.76,0.35032 6.0651,-1.6815 -0.69496,-2.0318 -5.3701,-3.9235 -8.8449,-6.4457 -3.4748,-2.5222 -3.4116,-0.28025 -5.0542,-3.6432 -1.6426,-3.36295 -1.6426,-5.3948 -1.5163,-9.8087 0.12636,-4.4139 0.82131,-4.484 2.0217,-7.847 1.20039,-3.363 0.75813,-2.3821 2.7798,-5.605 2.02167,-3.2229 2.9694,-4.2738 5.307,-7.2865 2.3376,-3.0127 2.4639,-1.9617 4.0434,-4.7642 1.5794,-2.8025 2.4008,-5.3247 2.2744,-6.4457 -0.12635,-1.121 -1.2636,0 -2.7798,1.9617 -1.5163,1.9617 -1.5795,3.363 -3.2853,5.8852 -1.7058,2.5222 -1.8322,2.312 -3.538,4.2037 -1.7058,1.8917 -1.0108,1.7516 -3.2852,3.363 -2.2744,1.6114 -2.7798,0.70063 -5.8124,3.0827 -3.0325,2.3821 -3.917,3.8534 -6.3178,6.4457 -2.4008,2.5923 -2.148,2.3821 -3.2852,3.9235 -1.1372,1.5414 0.12635,0.28025 -1.2636,2.242 z" /> - <path - inkscape:connector-curvature="0" - id="path2135" - sodipodi:nodetypes="czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" - style="fill:#005c00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.26464px" - d="m 111.97,427.15 c 2.8141,3.8418 11.928,10.785 14.952,14.812 3.0241,4.027 -1.638,0.78689 -2.8561,1.296 -1.218,0.50916 -0.67201,1.0646 -2.016,0.7406 -1.344,-0.32401 -1.932,-1.5738 -3.3601,-2.0366 -1.428,-0.46287 -1.176,-0.6943 -2.352,0.18515 -1.176,0.87946 -2.184,2.4995 -2.352,3.3327 -0.16801,0.83317 0.88202,0.3703 1.68,0 0.79802,-0.3703 0.33601,-1.1572 1.512,-1.4812 1.176,-0.32401 2.31,-0.41659 3.1921,0.18515 0.88202,0.60173 -0.75602,1.6663 0.336,2.2218 1.092,0.55545 1.932,0.41659 4.0321,0 2.1,-0.41659 2.772,-1.2035 4.3681,-1.6663 1.596,-0.46287 1.008,-1.6663 2.016,-0.18514 1.008,1.48116 1.722,3.4715 2.016,6.1099 0.29401,2.6384 -1.134,2.8698 -0.84002,4.4436 0.29401,1.5738 1.26,0.74059 2.016,1.8515 0.75602,1.1109 0.29401,2.2681 1.008,2.5921 0.71401,0.32401 1.596,-0.0926 1.848,-1.296 0.252,-1.2035 -0.29401,-1.7589 -0.84002,-3.5178 -0.54601,-1.7589 -1.722,-2.9624 -1.344,-3.5178 0.37801,-0.55545 1.848,0.3703 2.8561,1.296 1.008,0.92574 0.42002,1.0646 1.176,2.4069 0.75602,1.3423 1.05,2.4069 1.848,2.9624 0.79802,0.55545 1.722,0.87945 1.344,-0.74059 -0.37801,-1.62 -1.47,-3.6104 -2.8561,-5.7396 -1.386,-2.1292 -1.428,-1.1572 -2.6881,-2.7772 -1.26,-1.62 -1.05,-1.8978 -2.352,-3.703 -1.302,-1.8052 -1.386,-2.0366 -2.8561,-3.5178 -1.47,-1.4812 0.92402,1.296 -3.0241,-2.4069 -3.9481,-3.703 -8.6522,-9.4426 -12.768,-12.405 -4.1161,-2.9624 -6.5102,-3.2864 -3.6961,0.55545 z" /> - <path - inkscape:connector-curvature="0" - id="path2137" - sodipodi:nodetypes="czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" - style="fill:#005c00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.33272001px" - d="m 163.64,318.32 c -1.5471,-0.92164 -2.4541,-1.4401 -4.2679,-2.7649 -1.8139,-1.3249 -1.4938,-1.3249 -2.9876,-2.5345 -1.4938,-1.2096 -1.2804,-1.3825 -2.9876,-2.3041 -1.7072,-0.92164 -2.134,-0.63363 -3.8412,-1.3825 -1.7072,-0.74883 -1.067,-0.97924 -2.9876,-1.6129 -1.9206,-0.63363 -2.5608,-0.74884 -4.6947,-0.92165 -2.134,-0.17281 -2.134,0.17281 -3.8412,0.23041 -1.7072,0.0576 -0.7469,-0.34562 -2.9876,0 -2.2407,0.34562 -3.6278,0.69124 -5.9751,1.3825 -2.3474,0.69123 -1.6005,0.40321 -3.4144,1.3825 -1.8139,0.97924 -2.0273,1.152 -3.8412,2.5345 -1.8139,1.3825 -1.9206,1.6705 -3.4144,2.9953 -1.4938,1.3249 -0.96029,0.92164 -2.5608,2.3041 -1.60051,1.38246 -2.1873,1.4977 -3.8412,3.2258 -1.6538,1.7281 -1.7072,2.0737 -2.7742,3.6866 -1.067,1.6129 -0.3201,1.3248 -1.4938,2.7649 -1.1737,1.4401 -1.5471,1.3249 -3.201,2.9953 -1.6538,1.6705 -1.227,1.7281 -3.4144,3.6866 -2.1873,1.9585 -2.7742,1.8433 -5.3349,4.1474 -2.5608,2.3041 -2.3474,2.5921 -4.9081,5.069 -2.5608,2.4769 -2.6675,2.3617 -5.3349,4.8386 -2.6675,2.4769 -3.0409,2.8225 -5.3349,5.069 -2.294,2.2465 -1.7605,1.4977 -3.8412,3.917 -2.0806,2.4193 -2.3474,3.1106 -4.4814,5.7603 -2.134,2.6497 -2.3474,2.6497 -4.0546,4.8386 -1.7072,2.1889 -1.1737,1.7857 -2.7742,3.917 -1.6005,2.1313 -1.7605,2.0161 -3.6278,4.6082 -1.8672,2.5921 -2.1873,3.053 -3.8412,5.7603 -1.6538,2.7073 -1.3871,2.4193 -2.7742,5.069 -1.3871,2.6497 -1.3871,2.5345 -2.7742,5.5299 -1.3871,2.9953 -1.7605,3.629 -2.7742,6.4515 -1.0136,2.8225 -0.58684,2.3041 -1.2804,4.8386 -0.69354,2.5345 -1.1203,3.2258 -1.4938,5.2994 -0.37344,2.0737 -0.1067,1.6129 0,2.9953 0.1067,1.3825 -0.80025,2.7073 0.42679,2.5345 1.227,-0.17281 2.0806,-1.3248 4.4814,-3.2257 2.4007,-1.9009 2.5608,-2.0161 5.1215,-4.3778 2.5608,-2.3617 2.3474,-2.8801 5.1215,-5.069 2.7742,-2.1889 3.5211,-1.6705 5.9751,-3.6866 2.4541,-2.0161 2.1873,-2.0737 3.8412,-4.3778 1.6538,-2.3041 1.5471,-3.1105 2.7742,-4.8386 1.227,-1.7281 0.7469,0.51842 2.134,-2.0737 1.3871,-2.59212 2.1873,-5.1266 3.4144,-8.2948 1.227,-3.1682 2.1873,-6.3363 1.4938,-4.3778 -0.69354,1.9585 -2.6141,7.8916 -4.268,12.212 -1.6538,4.3202 -1.067,2.9953 -2.3474,5.069 -1.2804,2.0737 -1.2804,1.3249 -2.7742,3.2258 -1.4938,1.9009 -1.6538,2.1889 -3.201,4.3778 -1.5471,2.1889 -1.7605,1.6129 -2.9876,4.3778 -1.227,2.7649 -1.2804,3.341 -1.9206,6.6819 -0.64019,3.341 -0.69354,3.9746 -0.64019,6.6819 0.0534,2.7073 0.0534,2.7649 0.85359,4.1474 0.80024,1.3825 0.69354,0.57603 2.3474,1.3825 1.6538,0.80644 2.2407,0.57602 4.268,1.8433 2.0273,1.26728 1.9739,1.6705 3.8412,3.2258 1.8672,1.5553 1.5471,2.3041 3.6278,2.9953 2.0806,0.69123 3.0943,-0.1152 4.6947,-0.23041 1.6005,-0.11521 0.53349,-0.23041 1.7072,-0.23041 1.17371,0 1.6005,0.69123 2.9876,0.23041 1.3871,-0.46082 1.0136,-2.1313 2.5608,-2.0737 1.5471,0.0576 1.2804,1.8433 3.6278,2.3041 2.3474,0.46082 3.5211,-0.28801 5.7617,-0.46082 2.2407,-0.17281 1.4404,-0.40322 3.201,-0.23041 1.7605,0.17281 1.9739,0.74883 3.8412,0.92164 1.8672,0.17281 1.5471,0.28801 3.6278,-0.23041 2.0806,-0.51843 2.294,-0.57603 4.6948,-1.8433 2.4007,-1.2673 1.8672,-1.2096 4.9081,-3.2257 3.0409,-2.0161 4.4813,-2.3041 7.2555,-4.8386 2.7742,-2.5345 1.8672,-2.9953 3.8412,-5.2994 1.9739,-2.3041 2.1873,-1.6705 4.0546,-3.917 1.8672,-2.2465 1.8139,-2.7649 3.4144,-5.069 1.6005,-2.3041 1.3871,-1.9009 2.9876,-4.1474 1.6005,-2.2465 1.8672,-2.2465 3.4144,-4.8386 1.5471,-2.5921 1.4404,-2.5921 2.7742,-5.5299 1.3337,-2.9377 1.2804,-2.7649 2.5608,-6.2211 1.2804,-3.4562 1.8139,-4.6658 2.5608,-7.6036 0.74689,-2.9377 -1e-5,-1.3825 0.42679,-4.1474 0.42679,-2.7649 0.90694,-3.0529 1.2804,-6.9123 0.37345,-3.8594 0.16005,-4.7234 0.2134,-8.5252 0.0534,-3.8018 0.0534,-4.0322 0,-6.6819 -0.0533,-2.6497 -0.0533,-2.0737 -0.2134,-3.917 -0.16005,-1.8433 -0.6402,-1.3825 -0.4268,-3.4562 0.2134,-2.0737 0.5335,-2.5921 1.2804,-4.8386 0.74689,-2.2465 0.69354,-2.1889 1.7072,-4.1474 1.0136,-1.9585 1.1203,-1.8433 2.3474,-3.6866 1.227,-1.8433 1.227,-2.3041 2.5608,-3.6866 1.3337,-1.3825 0.96028,-1.152 2.7742,-1.8433 1.8139,-0.69123 2.0273,-0.34561 4.4814,-0.92164 2.4541,-0.57603 3.5744,-0.63364 5.3349,-1.3825 1.7605,-0.74883 1.1737,-0.74883 1.7072,-1.6129 0.53349,-0.86404 1.067,-1.1521 0.42679,-1.8433 -0.64019,-0.69123 -1.1203,-0.69123 -2.9876,-0.92164 -1.8672,-0.23041 -2.5074,0.0576 -4.4813,0 -1.9739,-0.0576 -2.0806,0.0576 -3.4144,-0.23041 -1.3337,-0.28801 -0.37345,0 -1.9206,-0.92164 z" /> - </g> - </g> -</svg> diff --git a/docs/planning/logo_2.png b/docs/planning/logo_2.png deleted file mode 100644 index 7ff609ce65dc28e8d02bf0668ba0c84aa394ea27..0000000000000000000000000000000000000000 Binary files a/docs/planning/logo_2.png and /dev/null differ diff --git a/docs/planning/logo_2.svg b/docs/planning/logo_2.svg deleted file mode 100644 index c2d1a5bb2fa5fcb6892adb7c7a4567d2c5205be0..0000000000000000000000000000000000000000 --- a/docs/planning/logo_2.svg +++ /dev/null @@ -1,195 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="80mm" - height="80mm" - viewBox="0 0 80 80" - version="1.1" - id="svg8" - inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" - sodipodi:docname="logo_2.svg" - inkscape:export-filename="/home/xo30xoqa/Documents/Promotion/Persephone/docs/logo_2.png" - inkscape:export-xdpi="300" - inkscape:export-ydpi="300"> - <defs - id="defs2"> - <filter - inkscape:label="Black Light" - inkscape:menu-tooltip="Light areas turn to black" - x="0" - y="0" - width="1" - height="1" - inkscape:menu="Color" - id="filter2984" - style="color-interpolation-filters:sRGB"> - <feColorMatrix - result="result2" - type="luminanceToAlpha" - id="feColorMatrix2986" /> - <feComposite - operator="arithmetic" - in="result2" - result="result4" - k3="2" - in2="SourceGraphic" - id="feComposite2988" - k1="0" - k2="0" - k4="0" /> - <feBlend - in="result4" - in2="result2" - mode="multiply" - result="result3" - id="feBlend2990" /> - <feComposite - in="result3" - in2="SourceGraphic" - operator="in" - id="feComposite2992" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="2.5" - inkscape:cx="155.18871" - inkscape:cy="148.26028" - inkscape:document-units="mm" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:window-width="1920" - inkscape:window-height="1016" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - inkscape:snap-intersection-paths="true" - inkscape:object-paths="true" /> - <metadata - id="metadata5"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-217)"> - <g - id="g929" - transform="matrix(1.3148095,0,0,1.2181351,-26.591716,-44.253134)" - style="stroke-width:0.37801394;stroke-miterlimit:4;stroke-dasharray:none"> - <g - id="g994" - transform="translate(0.69782961,-28.904479)"> - <path - style="fill:none;fill-opacity:1;stroke:#999aff;stroke-width:0.37801394;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 49.59126,255.68993 c 2.053294,0.30069 2.471021,1.89545 2.471021,1.89545 0,0 1.376743,-0.95172 3.064706,-0.13785" - id="path879" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccc" /> - <path - style="fill:none;fill-opacity:1;stroke:#999aff;stroke-width:0.37801394;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 56.426498,255.57065 c 1.540239,-0.5057 2.283472,0.30529 2.283472,0.30529 0,0 0.709439,-1.02636 2.134471,-1.10441" - id="path879-7" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccc" /> - <path - style="fill:none;fill-opacity:1;stroke:#999aff;stroke-width:0.37801394;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 53.16493,253.17477 c 1.318891,-0.11935 1.776641,0.7057 1.776641,0.7057 0,0 0.741861,-0.71877 1.89609,-0.50302" - id="path879-5" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccc" /> - </g> - </g> - <g - id="g1000" - transform="matrix(0.96987284,0,0,0.88134486,-4.4328562,37.401743)"> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - id="path834" - d="m 7.211859,272.76901 c 23.830019,-1.72849 37.570007,6.71659 46.555596,14.21249" - style="fill:none;stroke:#a95500;stroke-width:1.05262387;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - id="path834-9" - d="m 84.414289,265.00018 c -17.327048,-0.56164 -34.471423,7.84254 -40.550885,14.71646" - style="fill:none;stroke:#a95500;stroke-width:1.05262387;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - <path - style="fill:#018900;fill-opacity:1;stroke:none;stroke-width:0.6820839;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="M 40.000239,217 -1.0000001e-7,237 v 40.00001 L 40.000239,297 80,277.00001 V 237 Z m 0,3.63306 37.438031,18.18346 v 36.36696 L 40.000239,293.36694 2.5617299,275.18348 v -36.36696 z" - id="path904" - inkscape:connector-curvature="0" /> - <text - xml:space="preserve" - style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:25%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" - x="3.4381723" - y="252.60989" - id="text865-6"><tspan - sodipodi:role="line" - id="tspan863-3" - x="3.4381723" - y="252.60989" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.28888893px;font-family:Lato;-inkscape-font-specification:'Lato, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#018900;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1">PERSEPHONE</tspan></text> - <g - transform="matrix(0.04574811,0,0,0.04574811,64.584623,231.31543)" - id="layer1-5" - inkscape:label="Layer 1"> - <path - sodipodi:nodetypes="cscscssssscssscssssssssssssssccssssscc" - inkscape:connector-curvature="0" - id="path846" - d="m 38.407134,199.9899 c -8.78432,5.3862 -0.915975,12.08549 -12.695682,5.27703 -9.147145,-5.28688 -15.8500865,37.78745 -7.723611,45.15071 -9.071419,1.31358 -15.8642777,8.29367 -13.852984,14.75671 8.346563,26.82064 24.340649,24.52485 36.696699,21.97357 -0.612773,2.07582 -3.683244,7.06744 0.10636,6.79335 14.832007,-1.07274 16.288734,-11.01706 22.45111,-12.18056 0.445344,-0.0841 0.833411,3.19822 0.114194,5.28139 -1.200407,3.47694 -0.286602,4.95092 0.955333,6.25607 0.616927,0.64833 -1.156657,-3.7765 -0.529481,-4.22166 0.950693,-0.67476 0.622369,-5.69481 1.128099,-6.11365 0.08269,0.75061 2.397492,-1.88415 2.437913,-0.19662 0.06958,2.90499 0.41081,7.37256 0.734674,5.23147 1.06894,-7.06689 2.546442,-7.40277 3.140879,-6.62536 1.51275,1.97839 -0.933651,11.88444 0.873765,12.62137 0.571487,0.23121 -0.366562,-1.99686 0.525031,-5.86442 0.383149,-1.66203 -0.121475,-3.47676 0.36008,-5.78485 0.11829,-0.56697 2.554951,-3.25706 2.837137,-3.65749 0.274934,-0.39014 3.171167,-0.19315 3.909716,1.94489 0.504508,1.4605 -0.917643,4.72451 -0.779211,6.1544 0.376471,3.88863 -0.250756,6.3341 0.406887,6.76608 0.399762,0.26258 0.655064,-2.08037 0.915996,-6.09359 0.204882,-3.15119 0.965581,-7.36852 0.94058,-7.72701 -0.201411,-2.88808 0.765606,-3.88122 1.531096,-3.86334 1.339056,0.0313 3.857181,0.11398 3.824452,1.74852 -0.0085,0.42403 -1.277377,2.43828 -1.152115,5.63114 0.238326,6.07485 -1.233728,8.45805 -0.742813,8.00492 2.21928,-2.04846 0.702062,-7.01922 3.375824,-14.11506 0.470067,-1.24749 -4.957233,-3.17363 -4.798242,-3.63099 1.534342,-4.41384 1.274768,-3.06734 2.934126,-7.16881 1.914692,0.0749 5.860042,-5.98448 0.429212,-11.26125 0,0 -1.849757,1.75999 -2.924934,1.07101 -0.415301,-0.26612 8.27569,-3.86623 16.810476,-7.08493 12.39427,-4.6742 15.57186,-7.61736 15.57186,-7.61736 0.11171,-1.94603 -15.61132,7.45721 -26.256801,10.16551 -3.424163,0.87114 -7.966643,4.05583 -8.109037,3.97564 -1.611807,-0.9077 -2.257967,-0.51971 -3.760213,-0.44941 C 70.669459,242.0559 57.623305,213.32831 38.407134,199.9899 Z" - style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.64960307;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - </g> - <g - transform="matrix(-0.06120349,0,0,0.06120349,23.163614,227.23735)" - id="layer1-6" - inkscape:label="Layer 1"> - <path - style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13879217;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="M 78.855469 77.976562 C 78.219871 77.946408 77.540281 78.010311 76.855469 78.207031 C 76.960791 78.513424 78.390648 78.377374 78.103516 78.404297 C 75.807649 78.619575 78.296446 78.793065 78.001953 78.917969 C 75.488861 79.983842 77.812113 79.489882 77.40625 79.720703 C 75.504583 80.802213 74.932419 83.016944 74.220703 84.853516 C 73.999916 85.315756 70.464198 86.403046 70.349609 86.878906 C 62.455495 91.545025 65.014887 93.414922 58.027344 97.294922 C 54.473475 98.810722 52.286729 99.687675 55.642578 99.210938 C 56.784773 99.048676 51.708767 103.00291 48.740234 105.39062 C 48.740234 105.39062 48.666185 106.11478 49.515625 105.73047 C 50.279507 105.38486 51.567308 104.48915 51.669922 104.56836 C 51.803893 104.67177 50.337821 105.53288 49.8125 105.92969 C 49.595441 106.09365 49.658808 106.43348 49.845703 106.31836 C 52.766459 104.51932 50.124546 106.61837 50.216797 106.72656 C 50.416826 106.96116 53.363256 105.12546 56.667969 102.60938 C 61.214284 99.908697 61.981133 98.577546 67.041016 99.4375 C 67.075554 99.443371 67.190716 99.94626 67.933594 100.42773 C 68.860114 101.02823 71.299263 102.04781 71.853516 103.40039 C 71.853516 103.40039 70.805075 103.67578 69.900391 103.99023 L 72.001953 103.99023 C 72.141793 103.95111 72.397309 103.89635 72.494141 103.86523 C 72.609285 103.82824 72.558486 104.23033 73.927734 104.24414 C 75.121521 104.25618 76.575425 105.11858 76.730469 105.00195 C 76.733986 104.99931 76.731815 104.99344 76.734375 104.99023 C 77.928559 104.5574 78.387536 106.26169 78.449219 106.20312 C 78.614162 106.04652 78.446038 104.74746 77.126953 104.30859 C 76.780988 104.19349 77.587815 104.41978 77.753906 104.51562 C 78.226559 104.78838 78.693052 105.73219 79.005859 105.40625 C 79.612691 104.77394 80.1194 105.67015 80.388672 106.64648 C 80.374702 105.08361 80.263798 105.17596 78.8125 104.46094 C 78.444066 104.27942 78.66609 104.14452 78.261719 103.85352 C 77.938655 103.62102 77.461334 103.85174 77.099609 103.58203 C 75.075067 102.07248 72.352617 99.80083 72.84375 99.708984 C 78.054357 98.734552 80.647695 95.427535 81.775391 92.427734 C 82.730548 89.759076 83.281792 88.690953 82.111328 85.380859 C 82.051392 83.107888 86.031704 82.264138 86.919922 82.117188 C 87.271885 82.058957 86.716897 81.390684 86.333984 81.259766 C 81.820253 80.332851 84.394677 80.515472 81.46875 78.716797 C 80.850272 78.336596 79.914798 78.02682 78.855469 77.976562 z M 69.619141 99.939453 C 70.054033 99.94253 72.356393 101.6366 74.246094 103.07422 C 74.162405 103.04888 74.101105 103.04427 74.082031 103.07617 C 74.082031 103.07617 69.651317 101.11219 69.550781 100.00977 C 69.546455 99.962328 69.569821 99.939104 69.619141 99.939453 z " - transform="matrix(-4.3230106,0,0,4.3230106,378.46884,-167.26742)" - id="path1458" /> - </g> - <text - xml:space="preserve" - style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:25%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#018900;fill-opacity:1;stroke:none;stroke-width:0.26458332" - x="39.989681" - y="260.68793" - id="text869-4"><tspan - sodipodi:role="line" - x="40.612244" - y="260.68793" - style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:4.58611107px;line-height:114.99999762%;font-family:Lato;-inkscape-font-specification:'Lato, Light';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#018900;fill-opacity:1;stroke-width:0.26458332" - id="tspan1022">a socio-economic-ecological </tspan><tspan - sodipodi:role="line" - x="39.989681" - y="265.99829" - style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:4.58611107px;line-height:114.99999762%;font-family:Lato;-inkscape-font-specification:'Lato, Light';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#018900;fill-opacity:1;stroke-width:0.26458332" - id="tspan888">model of agricultural landscapes</tspan></text> - </g> -</svg> diff --git a/docs/planning/model_components.md b/docs/planning/model_components.md deleted file mode 100644 index a92f52730c9997514d9454fb83e4d479ca9c49fb..0000000000000000000000000000000000000000 --- a/docs/planning/model_components.md +++ /dev/null @@ -1,54 +0,0 @@ -# Model components & justifications - -**Aim: We want to be able to model how key eco-schemes and AECM affect - crop yields, biodiversity, and ESS at a mechanistic level.** - -## Farm model - -*Lea's model* - -- ... - -- **Management actions:** Influence habitat availability and mortality of - plants and animals in the landscape (e.g. through tillage, pesticide or - fertiliser application). Timing is important as it interacts with species' - phenologies. - -## Nature model - -*Daniel's model* - -- **Weather:** Temperature and precipitation in the course of a year are two - of the most important predictors of crop yield, as well as influencing the - timing of management actions such as sowing or harvest. - -- **Soil:** Water and nutrient content of soil determines rates of plant growth. - Soil organic matter is important for overall soil health, as well as providing - regulatory ESS via carbon sequestration. All three soil properties are modified - by management actions, especially tillage. - -> *I would like to leave this out as it seems rather complicated, but - I do think fertiliser application is important and I don't know how to - include that without also including soil nutrients?* - -- **Plants:** Wild plants provide habitat for insects and animals. Crop plants - provide income for farmers. Modelling plant growth allows us to implement - realistic rules for when and why farm actors carry out management actions (e.g. - fertiliser application, grass cutting). Also, plant phenology influences habitat - and food availability for insects and vertebrates. - -- **Insects:** Insects provide important ecosystem services and disservices, as - pollinators, pests, and pest control. The abundance of crop-specific pests in - a field is used by farmers to gauge the necessity of pesticide application, - thus their population dynamics influence management actions. Additionally, - insects are important food sources for many vertebrates and therefore relevant - to the animal components. - -- **Animals:** - - *Alauda arvensis*: ground-nesting, insectivorous & granivorous - - *Emberiza citrinella*: hedge-nesting, insectivorous & granivorous - - *Milvus milvus*: raptor (?) - - *Cricetus cricetus*: ground-dwelling, herbivorous & insectivorous - - *Maniola jurtina*: low-intensive grassland - - ... - - diff --git a/docs/planning/target_species.docx b/docs/planning/target_species.docx deleted file mode 100644 index 2bdb69931db4ab6b53e424ac64b02f6da36f8397..0000000000000000000000000000000000000000 Binary files a/docs/planning/target_species.docx and /dev/null differ diff --git a/docs/planning/target_species.md b/docs/planning/target_species.md deleted file mode 100644 index 65febf50521797e55e7a7dc32cf77fd49c8863ef..0000000000000000000000000000000000000000 --- a/docs/planning/target_species.md +++ /dev/null @@ -1,151 +0,0 @@ -# Target species - -Criteria: - - data availability - - indicator for other species - - habitat requirements (niche complementarity) - - charismatic - - not studied too little or too much - - provide ecosystem services - -Exclusion criteria: - - migratory species - - unusual behaviour/population dynamics - - stakeholder conflicts - - too large home range - - -- Judith could create contacts to bird experts - -- Carla is still working on identifying grassland/agricultural specialists - -## Birds - -**Selected: Feldlerche, Goldammer, Rotmilan** (plus Kiebitz, Neuntöter?) -(5 out of 10 national indicator species for agrarian landscapes) - -1. Neuntöter *Lanius collurio* - - 8% decline 2004-2016 - - insectivorous, migratory - - open areas with grassland, hedges, forest edges - - national indicator species - - Judith: not mentioned often as an umbrella species - -2. Goldammer *Emberiza citrinella* - - very common, but declining - - pretty bird, easy to spot - - 14% decline 2004-2016 - - open areas, hedges, forest edges - - national indicator species - - insectivorous juveniles, seed-eating adults - - non-migratory, ground-nesting - - Judith: not mentioned often as an umbrella species - -- Feldlerche *Alauda arvensis* - - still common, but conservation concern - - 11% decline 2004-2016 - - well-known flagship species - - but also frequently modelled - - ground-nesting - -- Braunkehlchen *Saxicola rubetra* - - 41% decline 2004-2016 - - quite rare & hard to spot - - meadows, fallows, heathland - - national indicator species - -- Grauammer *Emberiza calandra* - - 34% decline 2004-2016 - - open areas with perches, field borders, fallows, meadows - - insectivorous juveniles, seed-eating adults - - partly migratory - -- Kiebitz *Vanellus vanellus* - - used for Birds@Farmlands conservation schemes - - but rare in TH & BW? - -- Rebhuhn *Perdix perdix* - - used for Birds@Farmlands conservation schemes - -- Rotmilan (or other raptors, e.g. Wiesenweihe) - - pest control - -- Steinkauz - -Decline numbers from Deutsche Ornithologen-Gesellschaft, Fachgruppe Agrarvögel -(2019): DO-G Positionspapier: Weiterentwicklung der Gemeinsamen Agrarpolitik -ab 2021. Vogelwarte, 57(4), 345–357. -http://www.do-g.de/fileadmin/DO-G_Positionspapier_Agrarvoegel_21.10.2019_n.pdf - -See also Busch et al. (2020): Drivers of population change in common farmland -birds in Germany. Bird Conservation International, 30(3), 335–354. -https://doi.org/10.1017/S0959270919000480 - - -## Butterflies - -**Selected: Maniola jurtina, ...** - -1. Großes Ochsenauge *Maniola jurtina* - - offene Graslandbiotope - - abhängig von lückigem/kurzem Bewuchs, z.B. durch Mahd/Beweidung - - verschwindet bei intensiver Düngung/mehr als dreimal jährlicher Mahd - - nicht gefährdet - -- Kleines Wiesenvögelchen *Coenonympha pamphilus* - - offene Graslandbiotope - - abhängig von lückigem/kurzem Bewuchs, z.B. durch Mahd/Beweidung - - besonders geschützt, nicht gefährdet - -- Hauhechelbläuling *Polyommatus icarus* - -- *Limenitis reducta* - -- Carla: Butterflies of the EU Grassland Butterfly Indicator: -Generalists: Ochlodes sylvanus, Anthocharis cardamines, Lycaena phlaes, -Polyommatus icarus, Lasiommata megera, Coenonympha pamphilus, Maniola jurtina; -Specialists: Erynnis tages, Thymelicus acteon, Spialia sertorius, Cupido minimus, -Phengaris arion, Phengaris nausithous, Lysandra bellargus, Cyaniris semiargus, -Lysandra coridon, Euphydryas aurinia - -For modelling butterflies in agricultural landscapes, see: -Sybertz, J., Matthies, S., Schaarschmidt, F., Reich, M., & von Haaren, C. (2017). -Assessing the value of field margins for butterflies and plants: How to document -and enhance biodiversity at the farm scale. Agriculture, Ecosystems & Environment, -249, 165–176. https://doi.org/10.1016/j.agee.2017.08.018 - -## Mammals - -**Selected: hare** - -1. Feldhase *Lepus europaeus* - - Äcker und Wiesen - - bekannte, beliebte Art - - wird auch in ALMaSS modelliert - - gefährdet - -2. Feldhamster *Cricetus cricetus* - - frisst Pflanzen und Wirbellose - - Ernteschädling, aber stark eingebrochener Bestand - - geschützte Art - -- Reh *Capreolus capreolus* - - kleinstrukturierte Landschaften - - Nahrungssuche auf Feldern - - verursacht Ernteschäden - -- Feldmaus *Microtus arvalis* - - Äcker, Wiesen, Brachen - - primär vegetarische Ernährung, z.T. Insekten - - häufiger Ernteschädling - - starke Populationszyklen - -- Wildkatze *Felis sylvestris* - -- Lynx - -## Other taxa - -- bumble bees - -- amphibians? diff --git "a/docs/planning/\303\226koR&GL\303\226Z_LW-Kammer-niedersachsen.pdf" "b/docs/planning/\303\226koR&GL\303\226Z_LW-Kammer-niedersachsen.pdf" deleted file mode 100644 index 04164c95264886f9416d9a484a2f0eb72715dc2a..0000000000000000000000000000000000000000 Binary files "a/docs/planning/\303\226koR&GL\303\226Z_LW-Kammer-niedersachsen.pdf" and /dev/null differ diff --git a/example.sh b/example.sh deleted file mode 100755 index 0044006eed5c44ec85a9f60a227cc5f84611a738..0000000000000000000000000000000000000000 --- a/example.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -## A short shell script to test the current development version of Persephone. - -if [[ -d "example_results" ]] -then - rm -r example_results -fi - -./run.jl -o example_results - -src/analysis/analyse_nature.R example_results