aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-31 11:54:22 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-31 11:54:22 +0100
commit937245b202c200e1405209c59893d459b2194d2f (patch)
tree38dc667fb81be27b3b21e5cfccbf36d5fbc8fefd
parent4dde9b0855ad8edf5eef72036ee788aeeb5cd775 (diff)
parente5beba07d6b9e102cc28c7474b9db0ae11ec3c79 (diff)
downloadgaragehq.deuxfleurs.fr-937245b202c200e1405209c59893d459b2194d2f.tar.gz
garagehq.deuxfleurs.fr-937245b202c200e1405209c59893d459b2194d2f.zip
Merge branch 'master' of git.deuxfleurs.fr:sptl/garage_website
-rw-r--r--README.md36
-rwxr-xr-xconfig.toml20
-rw-r--r--content/documentation/_index.md2
-rw-r--r--content/documentation/quick-start/_index.md6
-rw-r--r--content/documentation/quick_start.md (renamed from content/documentation/quick-start/overview.md)2
-rwxr-xr-xsrc/input.css152
-rw-r--r--[-rwxr-xr-x]static/icons/android-chrome-192x192.pngbin41271 -> 7476 bytes
-rw-r--r--[-rwxr-xr-x]static/icons/android-chrome-384x384.pngbin157930 -> 15740 bytes
-rw-r--r--[-rwxr-xr-x]static/icons/apple-touch-icon.pngbin36697 -> 7007 bytes
-rw-r--r--static/icons/contact.svg96
-rw-r--r--static/icons/datachunks.svg516
-rw-r--r--[-rwxr-xr-x]static/icons/favicon-16x16.pngbin1407 -> 645 bytes
-rw-r--r--[-rwxr-xr-x]static/icons/favicon-32x32.pngbin2444 -> 1323 bytes
-rw-r--r--[-rwxr-xr-x]static/icons/favicon.icobin15086 -> 2534 bytes
-rw-r--r--static/icons/git.svg8
-rwxr-xr-xstatic/icons/mstile-150x150.pngbin20818 -> 5858 bytes
-rw-r--r--static/icons/rss.svg62
-rwxr-xr-xstatic/icons/safari-pinned-tab.svg15
-rw-r--r--static/icons/servers.svg1613
-rwxr-xr-xstatic/images/avatar.png1
-rwxr-xr-xstatic/images/backup.pngbin12344 -> 16725 bytes
-rw-r--r--static/images/garage-logo-horizontal.svg132
-rw-r--r--static/images/garage-logo-simple.svg98
-rwxr-xr-xstatic/images/host.pngbin12392 -> 12154 bytes
-rwxr-xr-xstatic/images/host2.pngbin13514 -> 0 bytes
-rw-r--r--static/images/map.svg1
-rw-r--r--static/images/ngi-pointer-eu.pngbin0 -> 23471 bytes
-rwxr-xr-xstatic/js/site.js6
-rw-r--r--static/screenshots/screenshot-1280.pngbin0 -> 476964 bytes
-rw-r--r--static/screenshots/screenshot-480.pngbin0 -> 384067 bytes
-rw-r--r--static/screenshots/screenshot-768.pngbin0 -> 395306 bytes
-rwxr-xr-xtailwind.config.js7
-rwxr-xr-xtemplates/base.html28
-rw-r--r--templates/documentation.html4
-rwxr-xr-xtemplates/index.html90
-rwxr-xr-xtemplates/macros.html12
-rwxr-xr-xtemplates/page.html12
-rw-r--r--templates/partials/doc/global_toc.html18
-rw-r--r--templates/partials/doc/page_toc.html6
-rw-r--r--templates/partials/doc/toc_script.html25
-rw-r--r--templates/partials/shared/footer.html5
-rw-r--r--templates/partials/shared/head.html13
-rw-r--r--templates/partials/shared/nav.html24
-rw-r--r--templates/partials/shared/search.html25
-rwxr-xr-xtemplates/section.html10
45 files changed, 2896 insertions, 149 deletions
diff --git a/README.md b/README.md
index 25416e5..88c47a3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Garage Website
-¡ Work in progress !
+¡ Work in progress (almost done) !
---
@@ -11,4 +11,36 @@
- Run `npm install` to get the dev dependencies
- Run `zola build` to get the public directory
- Run `npm start` to compile styles and scripts
-- Run `zola serve` \ No newline at end of file
+- Run `zola serve`
+
+## Build
+
+CSS : `28.4 kB`
+
+JS : `6.8 kB (app)` + `1.2 MB (search)`*
+
+*<em>The search index in loaded only when the user opens the search modal</em>
+
+Images + Icons : `1.1 MB`
+
+## Fonctions & utilities
+
+JavaScript can be disabled and the website will still run nicely.
+It only brings QoL advantages for the user.
+
+The function is [x] if it still runs <u>without</u> JavaScript enabled.
+
+- [x] Responsive main navigation menu (toggle)
+- [x] Documentation : user can deploy or reploy ToC submenus
+- [ ] Documentation : deploy only the current ToC submenu after a page change
+- [ ] Documentation : sidebar focus effect on current section anchor when user scrolls
+- [ ] Documentation : ToC that follows the user's scroll
+- [ ] Global search
+
+## Screenshots
+
+<a target="_blank" href="https://git.deuxfleurs.fr/sptl/garage_website/raw/branch/master/static/screenshots/screenshot-480.png">480px</a>
+
+<a target="_blank" href="https://git.deuxfleurs.fr/sptl/garage_website/raw/branch/master/static/screenshots/screenshot-768.png">768px</a>
+
+<a target="_blank" href="https://git.deuxfleurs.fr/sptl/garage_website/raw/branch/master/static/screenshots/screenshot-1280.png">1280px</a>
diff --git a/config.toml b/config.toml
index 64cddcc..fff3bc2 100755
--- a/config.toml
+++ b/config.toml
@@ -9,10 +9,6 @@ ignored_content = []
generate_feed = true
feed_filename = "rss.xml"
hard_link_static = false
-# taxonomies = [
-# { name = "categories", feed = true, paginate_by = 10 },
-# { name = "tags", feed = true, paginate_by = 10 }
-# ]
build_search_index = true
[markdown]
@@ -50,24 +46,25 @@ chart.enabled = false
mermaid.enabled = true
galleria.enabled = false
navbar_items = [
- { code = "en", nav_items = [
+ {code = "en", nav_items = [
{ url = "$BASE_URL/", name = "Overview" },
{ url = "$BASE_URL/documentation/", name = "Docs" },
{ url = "$BASE_URL/blog/", name = "Blog" }
- ] },
+ ]},
]
[extra.favicon]
favicon_16x16 = "/icons/favicon-16x16.png"
favicon_32x32 = "/icons/favicon-32x32.png"
apple_touch_icon = "/icons/apple-touch-icon.png"
-safari_pinned_tab = "/icons/safari-pinned-tab.svg"
webmanifest = "/icons/site.webmanifest"
[extra.organization]
name = "Garage"
description = "An open-source distributed storage service you can self-host to fullfill many needs"
logo = "/images/garage-logo.svg"
+logo_simple = "/images/garage-logo-simple.svg"
+logo_horizontal = "/images/garage-logo-horizontal.svg"
[extra.author]
name = "Garage"
@@ -75,11 +72,4 @@ avatar = "/images/garage-logo.svg"
[extra.social]
git = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
-email = "contact@garagehq.com"
-
-[extra.analytics]
-google = "UA-176984489-2"
-
-[extra.mapbox]
-enabled = true
-access_token = "pk.eyJ1IjoicmF0YW5zaHJlc2h0aGEiLCJhIjoiY2tla2s2NmM3MDd0ZzJzbXFtc3Y2YmU0NyJ9.0RhUnJPKbxHWw3xGPnnBlA"
+email = "contact@garagehq.com" \ No newline at end of file
diff --git a/content/documentation/_index.md b/content/documentation/_index.md
index 68d1395..283c8f3 100644
--- a/content/documentation/_index.md
+++ b/content/documentation/_index.md
@@ -2,4 +2,4 @@
template = "documentation.html"
page_template = "documentation.html"
redirect_to = "documentation/quick-start/"
-+++ \ No newline at end of file
++++
diff --git a/content/documentation/quick-start/_index.md b/content/documentation/quick-start/_index.md
deleted file mode 100644
index b8ec473..0000000
--- a/content/documentation/quick-start/_index.md
+++ /dev/null
@@ -1,6 +0,0 @@
-+++
-title = "Quick Start"
-weight = 1
-sort_by = "weight"
-redirect_to = "documentation/quick-start/overview/"
-+++ \ No newline at end of file
diff --git a/content/documentation/quick-start/overview.md b/content/documentation/quick_start.md
index 478e033..30cf2ee 100644
--- a/content/documentation/quick-start/overview.md
+++ b/content/documentation/quick_start.md
@@ -1,5 +1,5 @@
+++
-title = "Overview"
+title = "Quick Start"
weight = 5
+++
diff --git a/src/input.css b/src/input.css
index b7582f7..1f4e978 100755
--- a/src/input.css
+++ b/src/input.css
@@ -2,10 +2,10 @@
@tailwind components;
@tailwind utilities;
-/* ARTICLES BASIC ELEMENTS */
+/* POST BASIC ELEMENTS */
article .page-content {
- @apply text-lg;
+ @apply text-base md:text-lg;
}
/** Pre */
@@ -99,12 +99,60 @@ p > code, p > strong > code, li > code, li > strong > code {
}
.is-active {
- @apply text-orange-600;
+ @apply text-garage-orange;
}
@layer utilities {
- /** Global ToC */
+ /** Main nav */
+
+ #navMenuToggleBtn {
+ position: absolute;
+ left: -100vw;
+ }
+
+ #navMenuToggleBtn:checked + label {
+ background: white;
+ padding: 0.375rem;
+ border-radius: 0.5rem;
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+ }
+
+ #navMenuToggleBtn:checked ~ #navMenu {
+ display: block;
+ }
+
+ /** Home map */
+
+ #map-container {
+ background-image: url('/images/map.svg');
+ background-repeat: no-repeat;
+ background-position: left;
+ background-size: cover;
+ background-attachment: fixed;
+ height: 70vh;
+ }
+
+ @media screen and (max-width: 1280px) {
+ #map-container {
+ background-position: center;
+ background-attachment: scroll;
+ height: 50vh;
+ }
+ }
+
+ @media screen and (max-width: 768px) {
+ #map-container {
+ background-position: 25% 50%;
+ background-size: auto;
+ background-attachment: scroll;
+ height: 42vh;
+ }
+ }
+
+ /** Documentation */
#global_toc .deploySubMenu {
position: absolute;
left: -100vw;
@@ -118,4 +166,100 @@ p > code, p > strong > code, li > code, li > strong > code {
transform: rotate(0deg);
}
+ #documentation-section .page-content {
+ line-height: 1.9rem;
+ }
+
+ #documentation-section .page-content p + p {
+ margin-top: 1.15rem;
+ }
+
+ #documentation-section .page-content h1,
+ #documentation-section .page-content h2,
+ #documentation-section .page-content h3 {
+ margin-top: 2.85rem;
+ }
+ #documentation-section .page-content h4,
+ #documentation-section .page-content h5,
+ #documentation-section .page-content h6 {
+ margin-top: 2rem;
+ font-weight: 600;
+ }
+
+ #documentation-section .page-content ul {
+ list-style-type: "➡";
+ padding-left: 1.25rem;
+ }
+
+ #documentation-section .page-content ol {
+ padding-left: 1.25rem;
+ }
+
+ #documentation-section .page-content ul li,
+ #documentation-section .page-content ol li {
+ padding-left: 0.95rem;
+ }
+ #documentation-section .page-content ul li ul,
+ #documentation-section .page-content ul li ol,
+ #documentation-section .page-content ol li ul,
+ #documentation-section .page-content ol li ol {
+ padding-left: 0rem;
+ }
+
+ #documentation-section .page-content ul li ul,
+ #documentation-section .page-content ol li ul {
+ list-style-type: "➜";
+ }
+
+ @media screen and (max-width: 768px) {
+ #documentation-section .page-content p {
+ font-size: 0.95rem;
+ }
+ #documentation-section .page-content p + p {
+ margin-top: 0.75rem;
+ }
+ #documentation-section .page-content code {
+ font-size: 0.9rem;
+ }
+ #documentation-section .page-content pre {
+ overflow-x: scroll;
+ font-size: 0.95rem;
+ }
+ #documentation-section .page-content ul {
+ padding-left: 0.25rem;
+ }
+ #documentation-section .page-content ul li {
+ font-size: 0.95rem;
+ padding-left: 0.75rem;
+ }
+ #documentation-section .page-content ul li a {
+ font-size: 0.95rem;
+ }
+ }
+
+ /** Blog */
+
+ #blogpost-section .page-content p + p,
+ #blogpost-section .page-content p + #continue-reading + p {
+ margin-top: 2rem;
+ }
+ #blogpost-section .page-content #continue-reading {
+ margin: 2rem 0;
+ }
+
+ #blogpost-section .page-content ul {
+ list-style-type: "➡";
+ padding-left: 1.25rem;
+ margin: 2rem 0;
+ }
+
+ #blogpost-section .page-content ul li {
+ padding-left: 0.95rem;
+ }
+
+ #blogpost-section img {
+ display: inline-block;
+ margin: 2.75rem 0;
+ }
+
} \ No newline at end of file
diff --git a/static/icons/android-chrome-192x192.png b/static/icons/android-chrome-192x192.png
index aea97b9..6191d54 100755..100644
--- a/static/icons/android-chrome-192x192.png
+++ b/static/icons/android-chrome-192x192.png
Binary files differ
diff --git a/static/icons/android-chrome-384x384.png b/static/icons/android-chrome-384x384.png
index 3d37c74..6591643 100755..100644
--- a/static/icons/android-chrome-384x384.png
+++ b/static/icons/android-chrome-384x384.png
Binary files differ
diff --git a/static/icons/apple-touch-icon.png b/static/icons/apple-touch-icon.png
index 87f4544..ea31671 100755..100644
--- a/static/icons/apple-touch-icon.png
+++ b/static/icons/apple-touch-icon.png
Binary files differ
diff --git a/static/icons/contact.svg b/static/icons/contact.svg
new file mode 100644
index 0000000..6462178
--- /dev/null
+++ b/static/icons/contact.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="32mm"
+ height="32mm"
+ viewBox="0 0 32 32"
+ version="1.1"
+ id="svg5"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <defs
+ id="defs2" />
+ <style
+ type="text/css"
+ id="style2346">
+ .st0{fill:#4E4E4E;}
+ .st1{fill:#FFD952;}
+ .st2{fill:#49C8FA;}
+ .st3{fill:#45C8FF;}
+ .st4{fill:#FF9329;}
+ .st5{fill:#3B2100;}
+ .st6{fill:#C3C3C3;}
+</style>
+ <g
+ id="g1314"
+ transform="matrix(0.45983054,0,0,0.45983054,2.5100707,3.2593744)">
+ <g
+ id="g1245">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<path
+ d="m 60.764965,27.712142 c 0,0.153336 -0.0037,0.305868 -0.0059,0.458712 -0.102126,4.309716 -1.703065,9.213027 -8.456869,9.213027 -6.994656,0 -8.462771,-5.259423 -8.462771,-9.671739 V 15.622468 a 2.417935,2.417935 0 0 0 -4.83587,0 v 1.287852 a 14.506149,14.506149 0 1 0 2.03423,19.358237 11.960844,11.960844 0 0 0 1.020952,1.501985 c 1.622189,2.029802 4.716328,4.449212 10.243459,4.449212 a 14.885985,14.885985 0 0 0 5.374237,-0.925948 31.428228,31.428228 0 1 1 3.088535,-13.581664 z m -41.104892,0 a 9.6717392,9.6717392 0 1 0 9.67174,-9.671739 9.6828226,9.6828226 0 0 0 -9.67174,9.671739 z"
+ id="path1901"
+ style="stroke-width:0.302242;fill:#ff6600" />
+</g>
+ <g
+ id="g1247">
+</g>
+ <g
+ id="g1249">
+</g>
+ <g
+ id="g1251">
+</g>
+ <g
+ id="g1253">
+</g>
+ <g
+ id="g1255">
+</g>
+ <g
+ id="g1257">
+</g>
+ <g
+ id="g1259">
+</g>
+ <g
+ id="g1261">
+</g>
+ <g
+ id="g1263">
+</g>
+ <g
+ id="g1265">
+</g>
+ <g
+ id="g1267">
+</g>
+ <g
+ id="g1269">
+</g>
+ <g
+ id="g1271">
+</g>
+ <g
+ id="g1273">
+</g>
+ <g
+ id="g1275">
+</g>
+ </g>
+</svg>
diff --git a/static/icons/datachunks.svg b/static/icons/datachunks.svg
new file mode 100644
index 0000000..dd5f0ea
--- /dev/null
+++ b/static/icons/datachunks.svg
@@ -0,0 +1,516 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ width="29.215147"
+ height="18.186789"
+ version="1.1"
+ id="svg1674"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <g
+ id="g1665"
+ transform="translate(-600.869,-272.15661)">
+ <title
+ id="title2">Layer 1</title>
+ <g
+ transform="rotate(-1.85609,569.121,91.9781)"
+ id="g1663">
+ <defs
+ transform="translate(43.0769, -132.308) translate(-590.769, -12.3077) translate(56.9231, -56.9231) translate(-16.9231, -266.154) translate(-4.61538, -24.6154) translate(121.429, 44.2857) translate(-255.601) translate(0, -154.555)"
+ id="defs127">
+ <path
+ d="m 908.51,949.09 36.1,-20.84 v -31.67 l -36.1,20.83 z"
+ id="svg_229" />
+ <path
+ d="m 897.47,942.72 11.04,6.37 v -31.68 l -11.04,-6.37 z"
+ id="svg_228" />
+ <path
+ d="m 897.47,911.04 36.19,-20.79 10.95,6.33 -36.1,20.83 z"
+ id="svg_227" />
+ <path
+ d="m 937.47,896.33 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.1 -0.16,0.32 0.06,0.43 z"
+ id="svg_247" />
+ <path
+ d="m 935.47,897.49 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_150" />
+ <path
+ d="m 933.47,898.65 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.2,0.12 -0.17,0.32 0.06,0.45 z"
+ id="svg_224" />
+ <path
+ d="m 935.07,894.95 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.2,0.12 -0.18,0.32 0.05,0.45 z"
+ id="svg_149" />
+ <path
+ d="m 933.07,896.1 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_223" />
+ <path
+ d="m 931.06,897.22 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.15 -0.16,0.35 0.06,0.44 z"
+ id="svg_222" />
+ <path
+ d="m 932.54,893.51 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.15,0.14 -0.12,0.3 0.06,0.43 z"
+ id="svg_221" />
+ <path
+ d="m 930.54,894.67 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.79,0.48 c -0.21,0.12 -0.19,0.32 0,0.45 z"
+ id="svg_239" />
+ <path
+ d="m 928.54,895.83 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.16,0.12 -0.14,0.32 0.05,0.45 z"
+ id="svg_238" />
+ <path
+ d="m 931.54,899.83 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.32 -0.05,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.84,0.49 c -0.25,0.11 -0.23,0.31 0.04,0.44 z"
+ id="svg_237" />
+ <path
+ d="m 929.54,900.98 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.23,0.12 -0.21,0.31 0.06,0.44 z"
+ id="svg_217" />
+ <path
+ d="m 929.1,898.44 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.19,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_216" />
+ <path
+ d="m 927.09,899.6 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.32 0.06,0.45 z"
+ id="svg_215" />
+ <path
+ d="m 926.61,897.01 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.32 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.11 -0.21,0.31 0.01,0.44 z"
+ id="svg_214" />
+ <path
+ d="m 924.61,898.16 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.25,0.12 -0.23,0.31 0,0.44 z"
+ id="svg_213" />
+ <path
+ d="m 914.76,909.12 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.16,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_212" />
+ <path
+ d="m 912.75,910.28 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.15,0.11 -0.15,0.31 0.06,0.44 z"
+ id="svg_211" />
+ <path
+ d="m 910.75,911.43 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.84,0.48 c -0.17,0.12 -0.17,0.31 0.04,0.44 z"
+ id="svg_236" />
+ <path
+ d="m 912.35,907.73 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_209" />
+ <path
+ d="m 910.35,908.89 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.84,0.49 c -0.21,0.11 -0.19,0.31 0.04,0.44 z"
+ id="svg_133" />
+ <path
+ d="m 908.35,910.05 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.48 c -0.19,0.12 -0.17,0.32 0.06,0.45 z"
+ id="svg_207" />
+ <path
+ d="m 909.87,906.3 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.36 0.05,0.44 z"
+ id="svg_235" />
+ <path
+ d="m 907.87,907.46 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_205" />
+ <path
+ d="m 905.86,908.61 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.24,0.12 -0.21,0.31 0.01,0.44 z"
+ id="svg_204" />
+ <path
+ d="m 908.79,912.62 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.19,0.31 0.06,0.45 z"
+ id="svg_203" />
+ <path
+ d="m 906.78,913.77 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.18,0.11 -0.18,0.31 0.06,0.44 z"
+ id="svg_202" />
+ <path
+ d="m 906.38,911.22 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.32 -0.05,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.12 -0.16,0.32 0.06,0.44 z"
+ id="svg_234" />
+ <path
+ d="m 904.38,912.38 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.2,0.12 -0.18,0.28 0.05,0.44 z"
+ id="svg_233" />
+ <path
+ d="m 903.9,909.8 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.19,0.12 -0.17,0.31 0.06,0.45 z"
+ id="svg_199" />
+ <path
+ d="m 901.89,910.95 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_198" />
+ <path
+ d="m 907.47,944.86 a 0.65,0.65 0 0 0 0.33,0.56 v 0 -24.58 a 0.64,0.64 0 0 0 -0.33,-0.57 v 0 z"
+ id="svg_197" />
+ <path
+ d="m 898.18,939.47 a 0.63,0.63 0 0 0 0.33,0.56 v 0 -24.58 a 0.66,0.66 0 0 0 -0.33,-0.57 v 0 z"
+ id="svg_196" />
+ <path
+ d="m 908.51,917.41 25.59,-14.77 -0.21,-0.11 -25.58,14.77 z"
+ id="svg_195" />
+ <path
+ d="m 919.02,911.35 25.59,-14.77 -0.21,-0.12 -25.58,14.77 z"
+ id="svg_128" />
+ <path
+ d="m 908.51,917.59 25.63,-14.8 v -0.17 l -25.63,14.79 z"
+ id="svg_194" />
+ <path
+ d="m 921.87,956.66 36.1,-20.84 v -31.68 l -36.1,20.84 z"
+ id="svg_163" />
+ <path
+ d="m 910.84,950.28 11.03,6.38 v -31.68 l -11.03,-6.37 z"
+ id="svg_193" />
+ <path
+ d="m 910.84,918.61 36.18,-20.79 10.95,6.32 -36.1,20.84 z"
+ id="svg_192" />
+ <path
+ d="m 950.83,903.9 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.23,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_191" />
+ <path
+ d="m 948.83,905.06 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.24,0.12 -0.18,0.31 0.05,0.45 z"
+ id="svg_246" />
+ <path
+ d="m 946.83,906.22 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.49 c -0.23,0.1 -0.17,0.3 0.06,0.44 z"
+ id="svg_189" />
+ <path
+ d="m 948.43,902.51 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.16 -0.18,0.32 0.05,0.45 z"
+ id="svg_188" />
+ <path
+ d="m 946.43,903.67 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.32 -0.05,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_187" />
+ <path
+ d="m 944.42,904.82 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.31 0.06,0.44 z"
+ id="svg_134" />
+ <path
+ d="m 945.95,901.08 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.82,-0.42 c 0.2,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.17,0.05 -0.15,0.25 0.08,0.38 z"
+ id="svg_186" />
+ <path
+ d="m 943.94,902.22 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.14 -0.16,0.33 0.06,0.45 z"
+ id="svg_185" />
+ <path
+ d="m 941.94,903.39 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.27 0.05,0.44 z"
+ id="svg_184" />
+ <path
+ d="m 944.86,907.39 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.11 -0.21,0.27 0.01,0.44 z"
+ id="svg_183" />
+ <path
+ d="m 942.86,908.55 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_182" />
+ <path
+ d="m 942.46,906.01 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.2,0.12 -0.18,0.31 0.05,0.45 z"
+ id="svg_245" />
+ <path
+ d="m 940.46,907.16 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_177" />
+ <path
+ d="m 939.97,904.57 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.09 -0.16,0.31 0.06,0.44 z"
+ id="svg_180" />
+ <path
+ d="m 937.97,905.73 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_244" />
+ <path
+ d="m 924.11,919 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.11 -0.21,0.31 0.01,0.44 z"
+ id="svg_176" />
+ <path
+ d="m 925.72,915.3 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.12,0.36 0.06,0.44 z"
+ id="svg_175" />
+ <path
+ d="m 923.71,916.46 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.11,0.31 0.06,0.45 z"
+ id="svg_174" />
+ <path
+ d="m 921.71,917.61 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_232" />
+ <path
+ d="m 923.23,913.87 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.25,0.12 -0.23,0.32 0,0.45 z"
+ id="svg_173" />
+ <path
+ d="m 921.23,915.02 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_172" />
+ <path
+ d="m 919.22,916.22 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.31 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.07 -0.16,0.27 0.06,0.44 z"
+ id="svg_171" />
+ <path
+ d="m 922.15,920.22 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.19,0.07 -0.17,0.27 0.06,0.44 z"
+ id="svg_170" />
+ <path
+ d="m 920.14,921.34 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.33 0.06,0.45 z"
+ id="svg_169" />
+ <path
+ d="m 919.74,918.79 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.14,0.11 -0.14,0.31 0.06,0.44 z"
+ id="svg_168" />
+ <path
+ d="m 917.74,919.95 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.2,0.31 0,0.44 z"
+ id="svg_167" />
+ <path
+ d="m 917.26,917.36 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.3 0.05,0.44 z"
+ id="svg_231" />
+ <path
+ d="m 915.26,918.52 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.2,0.15 -0.17,0.32 0.06,0.45 z"
+ id="svg_165" />
+ <path
+ d="m 911.54,947.03 a 0.66,0.66 0 0 0 0.33,0.57 v 0 -24.59 a 0.65,0.65 0 0 0 -0.33,-0.56 v 0 z"
+ id="svg_129" />
+ <path
+ d="m 932.39,918.91 25.58,-14.77 -0.2,-0.12 -25.59,14.77 z"
+ id="svg_164" />
+ <path
+ d="m 932.34,919.12 25.63,-14.8 v -0.18 l -25.63,14.8 z"
+ id="svg_126" />
+ <path
+ d="m 924.4,958.22 11.04,6.38 v -31.68 l -11.04,-6.37 z"
+ id="svg_162" />
+ <path
+ d="m 924.4,926.55 36.19,-20.79 10.95,6.32 -36.1,20.84 z"
+ id="svg_161" />
+ <path
+ d="m 964.4,911.84 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.31 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_160" />
+ <path
+ d="m 962.4,913 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.2,0.12 -0.18,0.32 0.05,0.45 z"
+ id="svg_159" />
+ <path
+ d="m 960.4,914.15 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.86,0.86 0 0 0 -0.76,0 l -0.85,0.49 c -0.19,0.1 -0.17,0.3 0.06,0.43 z"
+ id="svg_158" />
+ <path
+ d="m 962,910.45 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_243" />
+ <path
+ d="m 957.99,912.77 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.32 0.06,0.45 z"
+ id="svg_155" />
+ <path
+ d="m 959.54,909.02 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.21,0.11 -0.19,0.31 0.06,0.44 z"
+ id="svg_154" />
+ <path
+ d="m 957.54,910.22 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.22,0.08 -0.19,0.28 0.06,0.45 z"
+ id="svg_153" />
+ <path
+ d="m 955.54,911.33 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.23,0.1 -0.21,0.32 0.05,0.43 z"
+ id="svg_242" />
+ <path
+ d="m 958.43,915.33 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.33 0.06,0.44 z"
+ id="svg_151" />
+ <path
+ d="m 954.03,915.1 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.1 -0.17,0.3 0.06,0.43 z"
+ id="svg_148" />
+ <path
+ d="m 953.54,912.51 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.15 -0.16,0.31 0.06,0.44 z"
+ id="svg_147" />
+ <path
+ d="m 951.54,913.67 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.79,0.48 c -0.25,0.12 -0.23,0.32 0,0.45 z"
+ id="svg_146" />
+ <path
+ d="m 941.69,924.63 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_145" />
+ <path
+ d="m 939.69,925.78 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.2,0.12 -0.17,0.31 0.06,0.44 z"
+ id="svg_144" />
+ <path
+ d="m 937.68,926.94 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_143" />
+ <path
+ d="m 939.29,923.22 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.19,-0.12 0.17,-0.31 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.13 -0.17,0.33 0.06,0.44 z"
+ id="svg_142" />
+ <path
+ d="m 937.28,924.4 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.32 0.06,0.45 z"
+ id="svg_141" />
+ <path
+ d="m 935.28,925.55 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.1 -0.18,0.3 0.05,0.43 z"
+ id="svg_140" />
+ <path
+ d="m 936.8,921.81 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.26,0.11 -0.26,0.31 0,0.44 z"
+ id="svg_241" />
+ <path
+ d="m 934.8,922.96 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.26,0.12 -0.26,0.31 0,0.44 z"
+ id="svg_240" />
+ <path
+ d="m 932.79,924.12 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.19,0.31 0.06,0.44 z"
+ id="svg_137" />
+ <path
+ d="m 935.72,928.12 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.19,0.12 -0.12,0.32 0.06,0.45 z"
+ id="svg_136" />
+ <path
+ d="m 933.71,929.28 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.11,0.31 0.06,0.44 z"
+ id="svg_135" />
+ <path
+ d="m 930.83,925.3 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.24,0.12 -0.18,0.37 0.05,0.45 z"
+ id="svg_230" />
+ <path
+ d="m 928.83,926.46 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.23,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_131" />
+ <path
+ d="m 934.4,960.36 a 0.66,0.66 0 0 0 0.33,0.57 v 0 -24.59 a 0.63,0.63 0 0 0 -0.33,-0.56 v 0 z"
+ id="svg_130" />
+ <path
+ d="m 945.96,926.85 25.58,-14.77 -0.2,-0.12 -25.59,14.78 z"
+ id="svg_127" />
+ <path
+ d="m 935.44,933.1 25.64,-14.8 v -0.18 l -25.64,14.8 z"
+ id="svg_125" />
+ <path
+ d="m 1082.47,983.33 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.1 -0.21,0.32 0.01,0.43 z"
+ id="svg_226" />
+ <path
+ d="m 1080.47,984.49 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_225" />
+ <path
+ d="m 1075.54,981.67 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 0,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.48 c -0.21,0.12 -0.19,0.32 0,0.45 z"
+ id="svg_220" />
+ <path
+ d="m 1073.54,982.83 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.21,0.12 -0.19,0.32 0,0.45 z"
+ id="svg_219" />
+ <path
+ d="m 1076.54,986.83 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.32 0,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.84,0.49 c -0.3,0.11 -0.28,0.31 -0.01,0.44 z"
+ id="svg_218" />
+ <path
+ d="m 1055.75,998.43 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.84,0.48 c -0.22,0.12 -0.22,0.31 -0.01,0.44 z"
+ id="svg_210" />
+ <path
+ d="m 1055.35,995.89 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.84,0.49 c -0.26,0.11 -0.24,0.31 -0.01,0.44 z"
+ id="svg_208" />
+ <path
+ d="m 1054.87,993.3 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.36 0,0.44 z"
+ id="svg_206" />
+ <path
+ d="m 1051.38,998.22 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.32 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.12 -0.21,0.32 0.01,0.44 z"
+ id="svg_201" />
+ <path
+ d="m 1049.38,999.38 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.25,0.12 -0.23,0.28 0,0.44 z"
+ id="svg_200" />
+ <path
+ d="m 1093.83,992.06 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.29,0.12 -0.23,0.31 0,0.45 z"
+ id="svg_190" />
+ <path
+ d="m 1087.46,993.01 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.25,0.12 -0.23,0.31 0,0.45 z"
+ id="svg_181" />
+ <path
+ d="m 1082.97,992.73 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_179" />
+ <path
+ d="m 1073.12,1003.69 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.25,0.12 -0.23,0.32 0,0.45 z"
+ id="svg_178" />
+ <path
+ d="m 1062.26,1004.36 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.3 0,0.44 z"
+ id="svg_166" />
+ <path
+ d="m 1107,997.45 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_157" />
+ <path
+ d="m 1105,998.61 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.32 0,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_156" />
+ <path
+ d="m 1100.54,998.33 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.28,0.1 -0.26,0.32 0,0.43 z"
+ id="svg_152" />
+ <path
+ d="m 1081.8,1008.81 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.21,0.11 -0.21,0.31 0.05,0.44 z"
+ id="svg_139" />
+ <path
+ d="m 1079.8,1009.96 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.21,0.12 -0.21,0.31 0.05,0.44 z"
+ id="svg_138" />
+ <path
+ d="m 1075.83,1012.3 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.29,0.12 -0.23,0.37 0,0.45 z"
+ id="svg_132" />
+ </defs>
+ <g
+ id="g38433"
+ transform="translate(1.3221253,-40.798507)">
+ <ellipse
+ fill="#fc9292"
+ class="Y"
+ transform="rotate(-89.427061)"
+ ry="8.1704082"
+ rx="4.7202358"
+ cy="617.54333"
+ cx="-321.84216"
+ id="ellipse1627"
+ style="stroke-width:1.00005" />
+ <ellipse
+ fill="#f9b2b2"
+ class="Z"
+ transform="rotate(-89.640008)"
+ ry="8.1699982"
+ rx="4.7199984"
+ cy="616.20007"
+ cx="-319.81735"
+ id="ellipse1629" />
+ <ellipse
+ fill="#fcd4d4"
+ class="a"
+ transform="rotate(-89.640008)"
+ ry="8.1699982"
+ rx="4.7199984"
+ cy="616.18268"
+ cx="-315.43994"
+ id="ellipse1631" />
+ </g>
+ <g
+ id="g38428"
+ transform="translate(1.3202592,-40.740921)">
+ <ellipse
+ fill="#5491ea"
+ class="b"
+ transform="rotate(-89.640008)"
+ ry="8.1699982"
+ rx="4.7199984"
+ cy="603.75311"
+ cx="-323.77454"
+ id="ellipse1645" />
+ <ellipse
+ fill="#7fade5"
+ class="c"
+ transform="rotate(-89.640008)"
+ ry="8.1699982"
+ rx="4.7199984"
+ cy="603.72577"
+ cx="-319.40717"
+ id="ellipse1647" />
+ <ellipse
+ fill="#b5cfea"
+ class="d"
+ transform="rotate(-89.640008)"
+ ry="8.1699982"
+ rx="4.7199984"
+ cy="603.69836"
+ cx="-315.02975"
+ id="ellipse1649" />
+ </g>
+ </g>
+ </g>
+ <defs
+ id="defs1672">
+ <linearGradient
+ gradientTransform="translate(3501.8403,4103.1826)"
+ gradientUnits="userSpaceOnUse"
+ y2="723.72998"
+ x2="-111.26"
+ y1="-303.54999"
+ x1="1281.1"
+ id="svg_248">
+ <stop
+ stop-color="#ccc"
+ offset="0"
+ id="stop1667" />
+ <stop
+ stop-color="#999"
+ offset="1"
+ id="stop1669" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath1995">
+ <path
+ fill="url(#svg_248)"
+ d="m -212.11551,-582.12211 c 0.70329,0.70759 1.8792,1.17975 2.58346,1.91732 0.46531,0.46518 1.86966,2.12056 1.16161,1.88337 -2.1113,-0.93211 -6.08018,-7.31691 -7.26952,-0.4848 -0.47568,3.53726 11.02828,3.16446 11.72634,3.40198 2.81922,0.23881 5.15928,2.36413 8.2087,2.60549 1.40833,0.23451 2.82097,-0.94186 4.46206,-0.93501 4.45997,0.23567 11.49276,2.369 15.47867,4.03077 1.40579,0.46471 7.02556,7.77653 6.29354,8.96086 -1.90179,3.0632 -2.56684,-9.43181 -7.73394,-8.02371 -0.99332,0.22228 -1.47303,0.54799 -1.64673,1.05388 a 14.19,14.19 0 0 0 -0.69635,-1.72835 c -0.23543,-0.47262 -0.70458,1.41356 -1.17244,1.17859 -0.70551,-0.46739 -9.2e-4,-1.88095 -0.69898,-2.11847 -1.64853,-0.23673 -3.29392,1.1673 -5.16488,1.1679 -1.87874,-0.23927 -2.81093,-3.07057 -4.68967,-3.30984 a 6,6 0 0 0 -3.97166,0.93913 c -0.23243,0.23765 0.0457,1.40926 -0.47216,1.17591 -1.40357,-0.70491 -2.33752,-2.35552 -3.75141,-3.0701 a 20.11,20.11 0 0 0 -5.39124,-1.18601 c -0.93951,0.0304 -1.87828,0.70121 -2.81621,0.47146 -3.01721,-0.48252 -5.62746,-2.6091 -8.91675,-2.84268 a 2.22,2.22 0 0 0 -2.13624,0.45943 c -5.68268,9.88925 6.31737,6.60885 6.78615,8.72478 0.47387,1.65552 -2.11422,3.30021 -1.17805,4.71063 0.47216,0.98522 2.34868,-0.69644 3.51682,-0.46415 a 10.8,10.8 0 0 1 4.68966,3.30984 c 0.70204,0.97777 -2.1113,-0.93211 -3.28008,-1.18438 a 20.82,20.82 0 0 0 -6.57146,-0.24729 c -0.70153,-1.88827 1.18327,-4.24055 0.009,-5.89338 -1.17637,-1.41264 -3.51473,-0.70654 -5.39124,-1.18601 -1.17591,-0.47216 -2.11685,-1.41218 -3.28753,-1.41426 -2.11149,-0.0116 -1.18281,5.18103 0.69861,6.12058 1.40389,0.71491 3.51588,-2.3451 4.45206,-0.93469 1.64756,2.36788 -4.93381,7.06351 -5.86906,7.53405 -1.17767,0.70852 -5.16488,1.1679 -3.76099,1.8828 1.41166,0.95478 3.51505,0.71653 5.16104,1.18346 0.93826,0.23974 1.87475,1.66015 3.05511,1.65192 0.9395,-0.0304 1.6476,-1.64423 2.58808,-1.64469 1.87351,-0.2308 7.49842,2.6085 8.6748,4.02114 a 14.61,14.61 0 0 1 1.32314,4.08929 c -1.70022,-3.06654 -4.76874,-6.05872 -6.95028,-6.6884 -2.58424,-0.70667 -5.1671,1.4081 -7.7439,0.93131 -1.40833,-0.23451 -6.79906,-4.49214 -8.44413,-3.07812 -8.93943,9.42449 4.68236,1.84932 3.97236,5.87443 -0.46948,1.87619 -3.75225,-0.008 -5.39032,0.69495 -0.70283,0.23288 0.22636,2.3539 -0.4717,2.11639 -0.93794,-0.22975 -1.48431,-1.65279 -2.18714,-1.41991 -0.70283,0.23289 0.22622,1.42342 -0.23895,1.88873 -0.23497,0.46786 -1.17545,0.46832 -1.18022,0.93872 -0.23719,0.70805 1.17416,1.65284 0.47133,1.88572 -1.8805,0.94141 -4.69018,-0.23821 -6.10758,1.40856 -0.79459,1.10632 0.92793,2.3912 2.73097,3.07316 -5.81482,-0.67201 -9.55319,3.76139 -11.65945,6.38099 -0.23242,0.23765 -5.39638,3.28651 -4.93297,4.00187 2.34354,3.77608 19.71188,-3.04004 20.18529,-2.325 0.93617,1.41042 -3.52112,1.87503 -3.29744,3.52865 0.0457,1.40926 2.3496,1.18452 3.51773,1.41681 1.16814,0.23228 2.42387,-0.22863 3.59978,0.24353 0.23765,0.23243 -0.98522,0.47216 -0.97,0.94191 0.23765,0.23243 0.70551,0.4674 0.93826,0.23974 0.23275,-0.22766 0.61444,-0.49016 0.97745,-0.71203 a 2.06,2.06 0 0 0 0.0382,1.17938 c 1.63672,5.42984 8.21999,0.48401 6.8035,4.01174 -2.59512,6.3674 -6.80642,0.22057 -8.92161,5.65193 -0.92434,2.35117 1.08474,7.53882 -1.5008,8.95331 -0.97778,0.70204 -0.92784,-8.25428 -0.69764,-8.25173 0.48091,-3.06719 6.4246,-5.21083 3.60942,-8.72149 -0.92873,-1.18053 -2.64722,-1.415 -4.06268,-1.86939 -6.33219,-2.12602 -2.12112,8.9534 -2.12765,10.60448 0.0152,0.46975 -1.16591,-0.47249 -1.40167,-0.9551 -0.4661,-1.41565 0.003,-3.30184 -0.70324,-4.7197 -2.33353,-3.7764 -6.57021,1.64366 -7.94333,1.87826 -7.04884,0.45855 -0.25199,-7.77592 -6.79124,-8.26437 -3.00944,-0.24266 -0.24886,6.83164 3.50209,8.96127 a 29.72,29.72 0 0 0 6.32774,2.60642 c 1.64631,0.47692 5.63463,-1.18313 4.70017,0.23789 -0.94701,1.65153 -4.92783,-0.47064 -5.40476,1.17567 -0.70935,1.88396 3.06321,1.90178 4.21927,3.30507 0.23543,0.47263 0.46355,1.64585 9.2e-4,1.88096 -0.70963,0.023 -0.70597,-1.40787 -1.17383,-1.64284 -1.17369,-0.71236 -2.81699,-0.47901 -3.74794,-1.41935 -0.70361,-0.71759 0.001,-2.12116 -0.70231,-2.83875 -0.70204,-0.97777 -2.34659,-0.47424 -3.2823,-0.94418 -1.41167,-0.95478 -3.27925,-4.24602 -5.14799,-4.48561 -0.46785,-0.23497 -0.2315,2.11861 -0.70681,1.65376 -0.69884,-1.18799 0.006,-2.60155 -0.46257,-3.777 -0.23543,-0.47263 -1.40357,-0.70491 -1.63854,-0.23706 -0.24418,1.41866 1.63247,2.82861 0.92914,3.97199 -0.94733,1.64155 -3.52413,1.16476 -4.92677,2.34081 -0.23465,0.47785 7.50365,3.07857 7.50365,3.07857 a 16.38,16.38 0 0 1 -5.85642,-0.72069 c -1.17591,-0.47216 -1.8779,-3.30091 -3.08555,-2.59142 -1.88827,0.70153 -0.9483,3.77269 -2.12551,5.42169 -0.70759,0.70328 -2.81477,-0.71921 -3.05418,0.22904 -2.35748,6.59982 12.44277,1.42774 10.31249,7.31983 -1.17851,3.77015 -9.37331,-5.19914 -11.25335,-3.31726 -0.47262,0.23544 0.70329,0.7076 0.47216,0.98523 -0.23497,0.46785 -1.17323,0.22812 -1.40787,0.70597 -0.97,0.94191 3.50736,5.41924 4.44863,6.36925 0.70328,0.70759 1.63377,0.70746 2.33706,1.41505 0.47562,0.47484 0.94394,1.65029 0.46609,1.41565 -0.92951,0.0301 -1.16161,-1.88337 -1.87443,-1.65016 -1.6403,0.94362 -1.88656,3.53296 -3.52718,4.46659 -0.93525,0.47054 -9.14173,-2.37516 -7.97859,3.26013 0.46133,1.88605 3.99035,1.18137 4.69188,3.06964 0.46216,0.98555 -2.34659,-0.47424 -3.28929,-0.23358 a 5.45,5.45 0 0 0 -2.81875,0.70166 c -0.46263,0.23511 -0.22974,0.93794 -0.47216,1.17591 a 1.67,1.67 0 0 1 -0.78279,0.23548 c 4.26068,-0.048 7.47566,-0.87259 11.34682,0.95299 0.46976,-0.0152 0.92873,1.18053 0.4661,1.41564 -5.9039,3.06283 -18.04108,-0.97617 -20.42507,7.27537 -0.24418,1.41865 -1.17897,2.82967 -0.71288,4.24532 0.23289,0.70282 2.11292,-1.17906 2.34613,-0.46624 1.17286,3.774 -2.81528,2.35242 -2.58984,2.82537 1.17683,2.35312 5.62407,5.90094 5.3891,6.36879 -3.29749,7.54076 -7.02802,-2.60373 -9.85505,0.92969 -1.17499,1.40879 4.17798,5.42752 4.68804,5.421 1.40343,-0.22558 2.58064,-1.87457 4.22616,-2.34811 0.47262,-0.23544 1.40311,-0.23557 1.40866,0.2445 -0.25062,8.01232 -4.23269,3.99919 -7.75343,1.87211 -1.64155,-0.94733 -5.63228,1.87341 -5.16442,2.10838 1.17369,0.71235 4.70225,-0.9328 4.23009,0.24311 -0.71458,1.41389 -3.52204,-0.006 -4.69971,0.70259 -0.70505,0.47309 -1.17198,2.11907 -0.4717,2.11639 2.58679,0.47647 5.16188,-1.87817 7.94366,-1.86827 1.16813,0.23229 3.98272,1.87199 2.81014,2.1201 -0.93525,0.47053 -13.84444,-2.38284 -11.4992,4.22466 0.69408,1.65839 2.81047,2.13009 3.97684,3.54305 0.46786,0.23497 0.9365,1.42042 0.4661,1.41565 a 13.27,13.27 0 0 1 -4.21501,-2.86498 c -0.93871,-1.18022 -1.40227,-2.82607 -2.33876,-4.24648 -0.23988,0.008 0.023,0.70963 -0.23719,0.70805 -0.47263,0.23544 -1.40357,-0.7049 -1.40834,-0.2345 -0.90943,2.81093 -0.68381,4.52452 0.0705,5.57064 -1.09984,-0.59469 -1.873,-0.67969 -1.99086,0.31464 0.002,3.77191 9.1401,8.80859 7.96238,13.52921 -0.90231,3.03081 -4.46159,1.87549 -6.34463,3.04709 -0.46263,0.23511 -0.96968,0.95191 -0.47184,1.18591 1.64376,0.70713 4.69494,-0.23219 5.15882,1.42366 0.46387,1.65584 -2.81783,2.58262 -4.22297,2.1379 -1.87874,-0.23928 -2.5755,-2.59795 -3.98208,-4.01313 -0.46563,-0.47517 -1.63724,-2.35821 -1.87665,-1.40996 -0.4717,2.11639 7.96507,7.74608 6.56326,8.02163 -2.81875,0.70167 -4.9294,-2.37158 -7.73862,-2.61072 -0.46786,-0.23497 -2.11639,-0.4717 -1.8835,0.23112 1.17493,2.60332 3.74965,4.25079 5.38688,6.609 0.47216,0.98522 1.40783,3.30613 1.87744,2.36042 0.70713,-1.64376 -2.10379,-4.71433 -0.46572,-5.41775 5.91944,-2.58308 3.98554,5.66388 4.19224,5.86729 1.18178,0.96223 3.75701,-0.46193 4.2231,0.95372 0.47355,1.64552 -1.41204,3.04733 -2.5867,4.46612 -0.23242,0.23766 -0.93951,0.0305 -0.9327,0.24034 -0.24497,0.46818 0.22812,1.17323 0.70203,0.97777 4.22871,-2.57831 1.17236,-6.12118 8.20908,-1.39661 0.70805,0.23719 0.0534,1.64913 0.4691,2.12592 0.70805,0.23719 0.23418,-1.41833 0.7068,-1.65376 0.47263,-0.23543 0.0382,1.17938 0.46832,1.17544 0.4301,-0.004 1.17753,-1.63899 0.96255,-1.17179 -0.004,1.41088 -2.12453,3.29054 -1.18581,4.47076 0.94191,0.97 0.94608,-3.5325 2.11454,-3.29022 1.87873,0.23928 2.1081,3.30346 3.74964,4.25078 0.70551,0.4674 2.11339,-0.23857 2.58333,-1.17428 0.47438,-1.41611 -1.87346,-3.78131 -0.69325,-4.72003 1.6403,-0.94362 4.45253,0.006 4.92223,1.84154 0.70408,1.65807 -2.34965,2.82759 -3.05678,4.47136 -0.23464,0.47785 0.70408,1.65806 0.23367,1.65329 -8.95932,1.40093 -0.46701,-3.2966 -8.4481,-1.65724 -0.69964,0.0227 -1.17499,1.4088 -0.70936,1.88397 2.34928,1.17452 7.03593,3.77409 9.62402,2.1294 1.41042,-0.93617 2.5837,-5.1764 3.04979,-3.76075 0.82401,1.65417 -2.15165,3.0713 -2.42868,4.71113 -3.43102,0.64147 -1.52439,2.05045 -8.12828,-1.66761 -1.41356,-0.70458 -7.51239,-1.1873 -7.28173,-0.24427 0.007,0.22988 3.27749,5.42669 4.92602,5.66342 0.22988,-0.007 13.90099,-3.28197 7.50286,2.1281 -0.70504,0.47309 -1.16859,-1.17276 -1.87665,-1.40995 a 27.76,27.76 0 0 0 -4.4603,-0.24567 c -0.23242,0.23765 0.24066,0.9427 0.023,0.70963 -1.40866,-0.2445 -2.81523,-1.65969 -4.21834,-1.42412 -0.70963,0.023 -0.004,1.41088 0.45911,2.12625 0.4753,0.46485 2.82092,0.90911 2.1113,0.9321 -2.81922,-0.23881 -9.37711,-4.69875 -6.56239,-2.12856 1.40658,1.41518 4.22278,0.94372 5.15451,2.83453 0.70153,1.88827 -8.45454,4.93643 -3.99725,4.47182 2.35358,-0.23636 4.22537,-1.13746 6.34255,-1.87642 0.69963,-0.0227 0.947,-1.65154 1.64506,-1.41402 1.16592,0.47248 3.97685,3.54305 1.16142,4.96499 -2.1107,0.93885 -5.63098,-0.24775 -6.57275,1.87386 -2.11899,3.77062 6.80689,0.71991 9.39067,0.4861 1.1729,-0.23811 3.98689,-0.46938 3.51727,0.47633 -1.64682,2.5947 -7.27826,1.40648 -9.39026,2.30535 -0.47262,0.23544 1.40357,0.70491 0.92873,1.18054 a 6.6,6.6 0 0 1 -3.75322,2.12268 c -2.34391,0.22604 -5.39717,0.1749 -5.86817,0.46031 -0.23242,0.23765 -4.22662,1.40763 -2.11167,3.07 0.93872,1.18022 3.28184,0.004 4.45298,0.94627 a 4.65,4.65 0 0 1 0.695,3.53935 c -0.23196,1.17813 -3.29012,2.82805 -1.894,3.30308 1.63377,0.70745 3.28059,-1.88725 5.16409,-2.11838 0.69964,-0.0227 0.69852,1.178 1.40658,1.41519 1.8692,1.18008 0.95478,-1.41167 1.87781,-1.64168 0.47262,-0.23544 0.46832,1.17544 0.93192,0.97032 0.98522,-0.47216 0.92433,-2.35117 1.917,-2.59345 0.93525,-0.47054 3.05419,-0.22904 2.81477,0.71921 -0.71189,2.11417 -5.39985,1.63575 -5.64357,3.99489 0.0152,0.46975 0.93826,0.23973 1.41357,0.70458 1.4069,1.42518 1.39829,4.24694 3.27003,5.19681 0.23766,0.23243 0.97745,-0.71203 1.17545,-0.46831 0.24066,0.9427 -0.01,8.95502 3.51384,7.78027 7.2778,-2.34696 0.70001,-4.02479 3.29958,-8.71144 -0.37564,-0.16792 -0.77159,-0.34519 -1.17624,-0.48216 -0.93571,-0.46994 -3.75492,-0.70875 -2.81444,-0.70921 2.11592,-0.46878 6.32727,1.66594 6.09837,-0.45776 -0.0382,-1.17939 -2.5699,-6.12998 -2.8001,-6.13253 -0.70583,-0.47739 -2.35788,1.64724 -2.12069,0.93918 0.46961,-0.94571 1.64506,-1.41402 1.6446,-2.3545 -0.23113,-1.8835 -3.74011,-5.19159 -1.85916,-5.19251 0.22988,-0.007 0.23321,0.71282 0.46564,0.47517 0.23242,-0.23765 -0.0534,-1.64914 0.23196,-1.17813 2.1541,4.72271 4.21185,9.86876 8.44763,13.68356 0,0 6.56456,5.90048 7.27697,0.71468 -0.0305,-0.9395 -2.34613,0.46624 -3.28929,-0.23358 -1.16892,-1.18276 -3.04113,-3.07311 -2.3408,-4.92677 0.47438,-1.41611 1.41004,3.06594 2.81361,3.77085 a 4,4 0 0 0 3.28739,0.48378 c 1.63914,-0.0531 -4.44812,-9.44089 -4.91389,-10.84654 -0.23543,-0.47262 4.22463,6.86677 4.91473,7.7849 0.46563,0.47517 1.64455,1.65761 1.63932,1.18753 0.24502,-4.48029 -3.26795,-6.36749 -4.67323,-9.90383 -0.23543,-0.47263 0.96223,-1.18179 1.4101,-0.94617 0.008,0.23987 3.2232,6.83919 3.2232,6.83919 1.87652,0.47947 3.75178,-0.93201 5.39476,-1.17535 0.46976,-0.0152 1.17369,0.71236 1.17814,0.23196 -1.16985,-3.06371 -3.74979,-5.18126 -5.38643,-7.82964 -0.70851,-1.17767 -3.28179,-4.01582 -1.87313,-3.77131 2.34659,0.47424 6.33176,10.14024 9.13144,11.32018 5.86988,2.37112 -9.39463,-12.03203 -0.92223,-11.78632 13.15291,0.49425 -3.06155,4.94176 4.91727,7.5547 1.64631,0.47693 3.05594,-1.40972 4.46604,-2.35589 0.70537,-0.46309 2.5811,-0.93409 2.34396,-2.07701 a 0.75,0.75 0 0 0 -0.0774,-0.22761 c 0.35343,0.40877 0.6746,0.74854 1.02345,0.70722 3.2866,-0.46669 6.41297,-0.9382 5.94988,-1.64357 -0.93649,-1.42041 -3.12317,-1.89984 -4.10932,-3.30864 a 3.44,3.44 0 0 1 0.0851,-2.00381 c 1.56417,3.19101 3.1215,3.70084 7.97622,2.53299 1.40311,-0.23557 3.97167,-0.93913 3.51557,-2.3551 -0.23367,-1.6533 -3.05511,-1.65192 -4.68666,-2.59957 -0.23765,-0.23243 -0.93571,-0.46994 -0.70329,-0.70759 1.17323,-0.22812 11.26724,-3.04654 10.84589,-4.93388 -0.70375,-1.64807 -2.34275,-2.8256 -2.81662,-4.48112 -0.23066,-0.94303 0.93956,-1.88142 0.90911,-2.82093 -0.0156,-0.47975 -1.39953,-6.13789 -0.23283,-4.71493 0.4753,0.46485 3.73061,15.08708 4.91134,11.07673 0.47947,-1.87651 -2.11555,-3.53333 -1.86406,-5.65259 0.25149,-2.11925 2.58416,-4.23592 1.88485,-6.36438 -0.46355,-1.64585 -2.08511,-2.59383 -2.33877,-4.24648 -0.23288,-0.70283 0.7119,-2.11417 1.17721,-1.649 1.40167,0.95511 1.40005,3.06627 2.14632,4.48284 0.23543,0.47262 0.22845,1.18322 0.6963,1.41819 3.51422,3.77816 6.57067,-0.70319 10.55751,2.83954 0.70583,0.47739 -0.009,1.89128 0.46434,2.59632 0.93173,1.89082 5.39601,0.71561 5.86771,-1.40078 0.4766,-1.65631 -2.57328,-2.83814 -2.80695,-4.49144 -0.23229,-0.993 2.12635,-8.48332 5.16748,-5.41021 3.28656,3.54541 -3.07771,15.55784 2.80879,8.25335 4.93297,-6.16301 1.41348,-4.238 0.70894,-6.83655 -1.1151,-3.53573 1.87652,0.47948 1.87606,-0.461 -4.7e-4,-0.94048 -0.69376,-1.6484 -0.46434,-2.59632 -0.0305,-0.93951 0.23895,-1.88873 0.93178,-2.1213 1.17545,-0.46831 3.05372,-1.16952 3.52204,0.006 0.86006,1.22279 0.60783,2.70173 0.30757,4.24226 -0.32775,-1.15999 -0.70158,-2.19843 -0.54606,-1.41305 a 7,7 0 0 1 0.3866,2.35871 c 0.008,0.23988 -0.13502,0.46462 -0.15723,0.70547 0.0152,0.46975 -0.70982,0.94348 -0.70681,1.65376 a 7.56,7.56 0 0 0 0.93266,3.77177 c 0.23543,0.47262 0.46961,-0.94571 0.7068,-1.65376 -0.0198,-0.60968 -0.0917,-1.28771 -0.15473,-1.99604 a 1.64,1.64 0 0 0 0.62069,0.32007 c 1.64854,0.23673 1.41871,-3.76793 3.06423,-4.24148 2.34835,-0.70643 1.62988,7.07092 3.98078,6.13429 4.94944,-1.64117 -7.01685,-20.78364 0.95956,-14.84887 0.93349,0.71014 -0.71158,2.12416 -0.71241,3.02466 l 1.86438,5.66258 c 0.23544,0.47263 3.51468,4.71864 4.21973,4.24556 1.88526,-1.4118 3.75784,-3.52356 3.76136,-5.88492 -0.0382,-1.17938 -2.07765,-2.36394 -1.16239,-2.83383 1.41042,-0.93618 3.5176,0.48632 5.39332,0.0153 0.46976,-0.0152 1.18022,-0.93872 0.70459,-1.41356 -4.45071,-5.19858 -6.3239,-2.79665 -5.14187,-11.08928 -0.0227,-0.69963 -1.17637,-1.41264 -0.70375,-1.64807 3.75701,-0.46193 3.07033,2.12166 5.12499,3.77598 1.87475,1.66015 5.39777,-0.46507 6.08754,2.6042 0.23321,0.71282 -0.95478,1.41166 -0.70158,2.12384 0.22544,0.47294 0.93271,-0.24034 1.40089,0.005 0.23987,-0.008 0.0152,0.46975 0.0227,0.69963 0.23798,0.24242 0.70583,0.47739 0.93826,0.23974 0.7068,-1.65377 0.70843,-3.76493 1.41523,-5.41869 0.94701,-1.65154 2.82005,-2.82282 3.75706,-4.47403 0.24242,-0.23798 -0.69806,-0.23752 -0.70328,-0.70759 0.23895,-1.88873 -0.22206,-3.76479 0.2471,-5.65097 0.23719,-0.70806 1.40356,0.70491 1.64075,-0.003 0.2372,-0.70805 -0.92877,-1.4907 -0.92923,-2.43118 a 5.56,5.56 0 0 1 0.70158,-2.12383 c 1.64937,-2.82491 0.46656,2.35612 1.88142,0.93955 1.41009,-0.94617 0.70288,-4.24499 2.34618,-4.47834 1.4131,-0.23589 1.87744,2.36043 2.12333,3.77321 0.23321,0.71282 -1.41218,2.11685 -0.71158,2.12416 1.40926,-0.0457 2.34743,-2.58739 3.76322,-2.123 6.33505,1.90581 -8.23958,8.79148 4.44201,7.40001 2.34358,-0.23603 7.98581,-2.41993 8.45894,-5.72699 0.23451,-1.40833 -1.40481,-2.59586 -1.87091,-4.0115 -0.23289,-0.70283 -0.46656,-2.35613 0.2315,-2.11861 1.64377,0.70713 1.8779,3.30091 3.51644,3.53796 1.63854,0.23705 2.82084,-1.87235 4.22871,-2.57832 0.47262,-0.23543 1.17767,-0.70851 1.1729,-0.23811 -0.001,2.12115 -1.88661,7.54506 -0.24409,6.36124 1.41264,-1.17637 2.11977,-2.82014 3.29443,-4.23893 0.46517,-0.46531 1.17499,-1.40879 1.17022,-0.93839 0.93474,2.60109 -5.41643,11.62153 2.80009,10.45479 1.41088,0.004 0.0104,-4.00244 1.65368,-4.23578 1.4031,-0.23557 1.63724,2.35821 2.33321,3.7664 0.23321,0.71282 -0.004,2.36136 0.93696,2.36089 13.149441,-1.1565 -4.67604,-15.85686 5.88207,-11.14636 3.039879,1.18216 2.102399,6.21517 2.575029,5.97973 1.64251,-1.18382 2.579479,-3.14519 4.230095,-4.07915 0.707268,-0.71328 2.113381,-0.23857 2.820973,-0.94186 0.465173,-0.46531 -1.171604,-1.88304 -0.469103,-2.12592 1.169387,-0.0379 3.041132,3.07311 3.283089,1.89466 0.469154,-1.88619 -1.635479,-3.53889 -2.339228,-5.18696 -0.237653,-0.23242 -0.01522,-0.46975 0.234969,-0.46785 1.403107,-0.23557 3.601537,-0.93715 4.77268,0.005 1.398801,1.17532 0.924881,3.5319 1.17632,5.42475 0.22812,1.17323 2.104634,1.6527 2.332754,2.82593 0.023,0.70962 -1.400885,-0.005 -2.103387,0.23825 a 29.58,29.58 0 0 0 -4.779991,0.69518 c -2.348352,0.70644 -2.341318,0.306 -4.687124,0.78223 -2.584106,0.22381 -0.236729,1.64853 -1.18452,2.3496 -0.94779,0.70106 -2.811437,10e-4 -3.051177,0.93931 0.0304,0.93951 2.115927,-0.46878 2.589011,0.23627 1.872995,2.84083 -0.755908,7.54845 0.918768,7.97443 3.287394,0.48378 3.05502,-3.29068 5.637415,-4.18479 0.705047,-0.47308 2.199405,-2.83272 1.940003,-1.88382 a 59.77,59.77 0 0 1 -3.371708,4.9418 c -0.232425,0.23765 -0.702826,0.23288 -0.985224,0.47215 -0.237192,0.70806 6.641882,1.1855 7.812563,1.18759 0.992998,-0.23229 1.649369,-2.82491 1.91733,-2.58346 1.40227,2.82606 0.236765,7.30616 1.157254,7.30635 2.348813,0.23405 6.114759,-5.20078 6.581965,-2.82467 1.40343,-0.22557 3.279621,0.24391 4.690039,-0.69227 0.985224,-0.47216 0.755908,-7.54844 1.186792,-6.6019 2.800882,7.083 -0.01514,4.47284 1.157254,7.30635 0.23321,0.71282 -0.238489,2.82921 0.704534,2.59854 1.405328,-0.47576 1.176747,-2.58947 2.346643,-3.53786 0.475168,-0.46563 1.880819,-0.9314 2.113706,-0.22858 0.235893,1.4131 -2.121668,3.07033 -1.413476,4.23801 1.402132,1.89558 10.320231,-1.395 10.562651,-1.63298 a 23.83,23.83 0 0 1 0.705883,-3.53471 c 0.985224,-0.47216 3.287907,-2.58785 2.818291,-1.64215 -0.474382,1.41611 -1.406949,2.58693 -1.87911,3.76284 -0.234646,0.47785 -0.474383,1.41611 -0.244179,1.41865 a 12.58,12.58 0 0 0 5.874696,-2.11138 c 0.464849,-0.47531 0.231501,-2.11861 0.939555,-1.88142 0.699633,-0.0227 -0.473921,2.35659 -0.0013,2.12115 1.640297,-0.94362 2.587302,-2.59516 3.522091,-4.00618 0.23497,-0.46785 -0.22812,-1.17322 0.241958,-1.17845 0.462627,-0.23511 0.69852,1.17799 1.171791,0.96255 0.47327,-0.21544 -0.705971,-1.40787 -0.233348,-1.6433 a 10.51,10.51 0 0 1 4.694943,-0.23219 c 0.698059,0.23751 0.936497,1.42041 1.40167,0.9551 0.970001,-0.94191 0.478688,-2.82699 1.413476,-4.238 5.645842,-8.24719 1.172903,-0.23812 7.040612,-1.6389 1.643304,-0.23335 2.350065,-2.19727 3.760807,-3.12345 0.985224,-0.47216 2.353579,-0.23636 3.051177,-0.93932 0.474844,-0.47563 -0.702038,-0.97777 -0.936498,-1.42041 -0.0074,-0.22988 0.239737,-0.93826 0.46994,-0.93571 1.645987,0.46693 2.813336,1.90988 4.46122,2.12662 0.229879,-0.007 5.4020738,-1.87596 5.4020738,-1.87596 1.403568,0.70491 1.63548,3.53889 3.2710104,3.06567 1.8835022,-0.23113 2.1216676,-3.07033 3.2969782,-4.46914 1.1724414,-1.17859 2.8101426,2.1201 2.5785545,-0.70388 a 12,12 0 0 0 -0.9304786,-4.32213 c 0.7100891,0.91748 1.4288774,1.79466 2.3496444,1.49468 a 2.75,2.75 0 0 0 1.8023429,-1.80933 1.84,1.84 0 0 0 0.072924,0.39785 c 0.4713243,1.88572 3.7483997,2.35983 3.5116701,4.00836 0.00347,1.65076 -3.519033,0.70435 -3.9859657,2.35034 -0.4796105,0.94603 2.1063936,0.47202 2.8074596,1.41981 0.4656346,0.47517 4.6718394,11.40467 8.1969374,8.10876 3.294895,-3.29845 0.245431,-3.84997 -0.239356,-7.38612 -0.233672,-1.6533 3.065148,1.96175 3.27883,3.6157 0.227607,4.24485 -4.226164,2.34811 -0.0074,4.71271 4.221346,2.13439 4.465951,-7.29848 8.689057,-6.34476 1.406113,0.47471 0.229367,3.06418 -0.0074,4.71271 0.023,0.70963 -1.17022,0.9384 -1.177208,1.64899 0.231588,2.82399 3.518982,3.30776 5.634123,1.88851 0.705371,-0.46309 -0.0014,-2.82143 1.182161,-3.03988 2.11116,0.002 2.808383,3.30077 4.912555,4.01299 0.946031,0.47961 1.64761,-1.64423 2.585867,-1.40449 0.705508,0.46739 0.701527,1.88827 1.407036,2.35566 0.705509,0.46739 0.238951,-1.88873 0.70889,-2.82444 0.46994,-0.93571 0.464013,2.58633 1.165079,3.53412 0.467856,0.23497 6.336487,0.71514 7.504948,0.95742 0.938257,0.23974 1.644227,1.64761 2.583456,1.91733 2.579016,0.23659 5.244379,-2.11097 7.588425,-1.40652 0.699633,-0.0227 -0.970001,0.94191 -0.704585,1.41356 a 7.71,7.71 0 0 0 3.280082,1.18438 c 3.985915,1.66177 -0.701528,-1.88827 3.053585,-2.1 1.172903,-0.23812 1.87443,1.65015 3.055107,1.65191 a 4.2,4.2 0 0 0 2.818752,-0.70166 c 0.232425,-0.23766 -0.228443,-1.18322 0.239413,-0.94826 0.699633,-0.0227 0.694078,1.65839 1.406898,1.42518 a 9.73,9.73 0 0 0 3.759744,-3.77375 c 0.227196,-0.70773 -0.93918,-2.12069 -0.238576,-2.11338 1.648533,0.23673 3.055107,1.65191 4.46122,2.12662 0.69806,0.23751 1.401671,0.9551 1.876191,0.46948 0.704585,-1.41357 -0.937882,-4.24185 0.710188,-4.9456 1.880496,-0.9414 3.977767,5.42401 5.386797,3.82753 1.177208,-1.64899 0.245016,-4.48028 1.887859,-5.65411 4.463355,-3.05617 2.806623,4.48145 5.623154,4.01998 5.174873,-1.16822 -1.395231,-7.54877 0.71417,-6.36647 0.943485,0.70981 2.803565,7.78328 5.393413,4.95791 a 8.68,8.68 0 0 0 2.58638,-4.47612 c 0.92261,1.3008 1.98997,2.43683 4.45853,1.42634 0.93525,-0.47054 -0.46257,-3.777 0.47346,-3.29706 1.40357,0.70491 0.22192,4.99543 1.86615,4.4819 1.88317,-0.24112 0.47522,-4.47774 2.35317,-5.18893 1.41786,-0.7063 2.82046,2.12976 4.45899,2.36681 0.93826,0.23974 1.92478,-2.35357 2.34789,-1.64691 0.23544,0.47263 -0.70458,1.41357 -0.23673,1.64854 1.64456,1.6576 5.87289,-1.24087 5.63399,-3.36425 -0.22413,-2.5941 -5.15835,-0.48318 -7.26775,-1.66548 -3.28531,-1.65446 -7.26391,-4.01683 -9.37424,-7.08009 -1.63502,-2.5984 -5.14493,-7.78744 -6.08665,-9.67793 -0.23289,-0.70283 0.71189,-2.11417 -0.22636,-2.35391 -1.41611,-0.47438 -3.765757,2.35321 -4.231853,0.93756 -0.6963,-1.41819 3.941223,-1.87864 3.294893,-3.29845 -0.4661,-1.41564 -11.501369,0.45276 -12.904937,-0.25215 -4.221346,-2.13439 -1.864846,-6.60306 -8.206937,-3.78617 -1.64807,0.70375 -3.531162,5.88746 -6.103652,3.99979 a 12.86,12.86 0 0 1 -3.749647,-4.25078 c -0.472158,-0.98522 0.231502,-2.11861 -0.231912,-2.83398 -0.941911,-0.97 -3.030815,-0.9023 -3.982721,-1.87198 -1.176372,-1.41264 3.756548,-1.40241 5.157894,-0.4573 1.173689,0.71236 0.932193,2.83129 2.108103,3.30345 4.924633,2.84199 3.514266,-0.23394 7.043294,-0.93862 a 8.52,8.52 0 0 1 4.220099,0.24344 c 1.406113,0.47471 1.631175,4.94977 4.45488,2.85721 1.180215,-0.93871 2.820051,-2.82282 2.113756,-4.24068 -0.931406,-1.88082 -14.771544,-5.67454 -16.408321,-7.09227 -2.813336,-1.90988 2.587626,-2.58517 1.648907,-3.76538 -1.17415,-1.65284 -9.619763,-1.68931 -9.379379,-2.60758 1.645115,-5.42613 7.965954,2.83347 11.497065,0.95812 0.462628,-0.23511 -0.468317,-1.17545 -0.04567,-1.40926 1.650292,-0.94395 7.019323,0.4829 7.756303,-4.25345 0.238951,-1.88873 -3.751868,-4.01059 -2.339229,-5.18696 1.404866,-1.41624 3.283089,1.89466 4.681891,3.06997 0.475629,0.47484 0.466096,1.41565 0.941401,1.88049 1.869527,1.19008 0.705422,-4.47519 1.647199,-6.59681 -0.01522,-0.46975 0.946031,0.47961 1.171791,0.96255 l -1.417319,6.58937 c 3.042378,4.96406 18.764771,6.6357 23.229881,2.39886 6.34737,-6.35892 -3.50509,-9.67155 -6.55066,-12.26427 a 0.86,0.86 0 0 1 -0.23321,-0.71282 c -0.70204,-0.97777 -0.93918,-2.12069 -1.87744,-2.36043 -0.93826,-0.23973 -1.87795,0.7112 -2.81875,0.70167 -0.22766,-0.23275 0.23751,-0.69806 0.24195,-1.17846 -0.003,-1.65075 0.47601,-3.52726 -0.46271,-4.70748 -1.64455,-1.6576 -12.43662,0.9233 -8.20393,-3.07589 2.587302,-2.59517 11.47795,6.85183 12.19813,1.90591 0.23418,-1.41833 -0.93474,-2.60109 -1.64325,-3.77876 -2.56545,-6.61038 -1.40306,-3.77654 0.47646,-2.58679 0.23766,0.23242 0.4674,-0.70551 0.23197,-1.17813 l -4.21228,-4.01568 c -0.69754,-3.30914 -0.68504,-12.49436 2.59069,-5.88699 0.70374,1.64807 0.23204,3.76445 0.45572,5.41808 a 12.9,12.9 0 0 0 0.46651,2.04596 c 0.17343,-0.20572 0.34723,-2.25243 1.87832,-0.39104 0.70204,0.97777 0.92622,10.36544 0.924,10.60564 0.0304,0.9395 -2.12029,5.89176 -0.009,6.83386 4.92384,1.89151 6.33477,-2.11629 9.37155,6.37981 0.23844,1.1829 -0.24285,8.2522 0.46141,8.98977 1.40167,0.95511 3.74669,-0.4716 4.69319,0.94849 0.69852,1.178 -1.4144,2.35705 -1.64891,3.76538 -0.24196,1.17846 0.69592,5.42031 -0.2533,7.31205 -3.53292,7.06813 -5.8842,12.00688 -1.90995,19.79224 2.3408,4.92677 7.26868,3.54644 9.38767,-0.22418 1.41916,-2.82744 5.68267,-9.88924 4.94158,-6.82363 -0.7119,2.11417 -6.58841,9.41834 -5.62179,11.76826 1.17239,2.83351 4.68837,5.431 7.74385,3.0808 9.86797,-7.32346 -1.87313,-3.77131 1.88439,-7.30487 0.47517,-0.46563 1.16892,1.18276 1.87142,0.93988 0.93951,-0.0304 -1.8692,-1.18008 -1.63201,-1.88813 0.4674,-0.70551 2.34136,0.004 2.10815,-0.70865 -0.0304,-0.93951 -2.34404,-0.70445 -2.34358,-1.92511 0.23673,-1.64853 5.86692,-0.19012 5.63672,-2.3538 -0.23589,-1.4131 -3.7527,-0.94895 -3.51819,-2.35728 0.2345,-1.40834 4.46029,0.24566 4.22662,-1.40764 -0.10518,-0.46684 -0.56725,-0.83206 -1.16892,-1.18276 0.77348,0.095 1.42282,0.064 1.6433,-0.23335 0.95478,-1.41166 -0.93265,-3.77177 0.24234,-5.18057 0.69981,-0.94316 2.80968,1.17962 3.74969,0.23868 1.41264,-1.17637 0.94386,-3.2923 1.41302,-5.17848 -0.008,-0.23988 0.70981,-0.94349 0.23941,-0.94825 -1.87619,-0.46948 -3.98291,-0.9515 -5.6332,-0.008 -1.63808,0.70342 -1.90956,2.82333 -3.29221,3.99873 -0.23243,0.23765 -0.93525,0.47054 -0.93271,0.24033 0.47966,-4.95814 3.52992,-7.77841 7.98929,-9.4137 0.7025,-0.24288 1.64331,-0.23335 2.58601,-0.47401 a 4.22,4.22 0 0 0 1.63807,-0.70343 c -1.16813,-0.23228 -11.73902,2.38147 -7.74038,-1.43004 1.17277,-1.1686 4.70004,-0.6926 4.22617,-2.34812 -0.70153,-1.88826 -4.2201,-0.24344 -5.6289,-1.41842 -0.93571,-0.46994 1.87573,-0.47101 2.81875,-0.70167 1.40533,-0.47577 3.05419,-0.22904 3.75623,-1.4124 1.17721,-1.649 -1.12903,-3.96551 -2.57466,-5.65958 -0.22766,-0.23275 -1.63854,-0.23705 -1.40357,-0.70491 0.47484,-0.47563 1.64553,-0.47355 1.6403,-0.94362 a 6.89,6.89 0 0 0 -2.33877,-4.24648 c -0.70329,-0.70759 -2.57633,0.46369 -2.57679,-0.47679 0.004,-1.41088 2.81829,-1.64214 2.58142,-3.08523 0.007,-1.65108 -2.08543,-2.60382 -2.80917,-4.25124 -0.69852,-1.178 -0.23158,-2.82398 -0.92788,-4.24217 -1.64502,-2.59809 -7.04977,-1.42241 -8.91759,0.21894 -0.97,0.94192 -1.1742,2.35927 -2.11167,3.07001 -0.47263,0.23543 -1.87795,0.7112 -1.64331,0.23335 0.23451,-1.40834 1.40219,-2.11653 2.34998,-2.81759 1.17244,-1.1786 3.28582,-1.41717 4.22315,-3.05839 0.23719,-0.70806 -2.80746,-1.41982 -1.87475,-1.66015 5.16743,-1.39811 8.90624,5.91463 11.26723,-3.04654 a 4.37,4.37 0 0 0 -0.46132,-1.88605 c -2.33317,-7.77851 -1.63386,-5.65004 -7.74001,-5.43215 -0.93951,0.0304 -1.639,-1.17754 -2.57106,-0.91721 -1.65329,0.23367 -3.29711,3.53865 -4.69624,2.35334 -1.65154,-0.947 -0.93913,-3.97166 0.004,-5.42298 0.97,-0.94192 3.05543,1.6619 4.02511,0.71 2.34997,-2.81759 -5.85826,-4.48261 -6.56201,-6.13068 -0.23321,-0.71282 5.63667,1.6583 6.07199,2.12445 1.17179,0.96255 0.93219,2.83129 1.63849,4.24916 2.09288,2.8337 3.74923,-0.70181 6.32825,-0.46521 0.70963,-0.023 8.67382,6.15229 8.22129,-1.63714 a 100.1,100.1 0 0 0 -7.88469,-9.27949 7.49,7.49 0 0 0 0.39225,-0.86316 c 0,0 -4.44511,-8.73061 -3.97596,-10.61679 0.23751,-0.69806 1.64585,-0.46355 2.11148,0.0116 1.40658,1.41519 -0.24025,4.00989 0.46096,5.88816 a 3.71,3.71 0 0 0 1.64455,1.65761 c 0.22766,0.23275 0.9327,-0.24034 1.16814,0.23228 0.47215,0.98523 -0.004,2.36136 0.46702,3.29661 2.33478,5.66735 8.95187,-1.6308 10.09257,-1.62775 1.87874,0.23928 3.74141,3.07043 5.15405,1.89406 0.47262,-0.23543 -0.917,-11.31624 -0.91478,-11.55643 a 6.75,6.75 0 0 1 0.70843,-3.76492 c -0.0152,-0.46976 0.70236,-1.17337 0.97745,-0.71204 0.22668,2.3639 -0.9691,15.78968 1.61769,16.26614 1.40866,0.2445 4.0024,-8.94433 7.98147,-5.64147 3.08587,2.60141 2.56729,10.37229 5.39252,12.03165 1.639,1.17753 4.97212,-0.94154 5.62621,0.71815 0.47355,1.64553 -3.51459,0.22395 -5.39716,0.1749 a 5.32,5.32 0 0 1 -1.17369,-0.71236 c -0.007,-0.22988 -3.96466,-12.73827 -6.30131,-9.20073 -2.35141,4.00826 1.85359,17.67924 5.13112,19.09382 1.41389,0.71458 3.29439,-0.22682 4.93547,-0.21997 1.16939,-0.0379 2.80922,0.23914 3.99466,-0.2295 0.23243,-0.23765 -0.22936,-3.06418 1.41186,-2.12685 1.17368,0.71236 5.62407,5.90094 7.50489,4.96953 5.63149,-2.82388 1.87134,-4.00271 3.76535,-7.30579 0.46962,-0.9457 5.62797,-0.46252 4.45813,-3.52624 -0.46865,-1.18544 -2.57106,-0.91721 -3.51297,-1.88721 -0.23798,-0.24242 -4.21269,-8.96826 -4.67532,-8.73315 -3.52602,1.41495 -4.00424,5.18241 -5.17576,8.24196 -0.24196,1.17846 -1.88656,3.53296 -1.91701,2.59345 -0.23367,-1.6533 4.74313,-8.00782 4.24371,-10.14277 -0.46609,-1.41565 -2.81791,-2.35997 -2.81361,-3.77085 0.008,-3.77223 5.6302,-0.70272 6.34431,-3.05709 0.46439,-1.41578 -3.08555,-2.59142 -2.34353,-3.77607 0.97,-0.94192 2.34007,2.12532 3.52074,2.12708 a 3.48,3.48 0 0 0 3.28092,-1.87725 c 0.94701,-1.65154 -1.63673,-5.42984 0.24932,-5.89117 1.88605,-0.46133 0.22951,3.99466 1.39399,5.65782 0.93617,1.41042 9.46234,3.31526 9.22718,4.70361 -0.0113,2.12147 -1.90697,11.54782 4.67532,8.73315 2.35057,-0.94663 5.16409,-2.11838 6.10842,-4.47019 0.7068,-1.65377 0.47873,-6.8391 0.009,-6.83387 -1.40866,-0.2445 -3.0485,1.6396 -4.45526,1.1449 -1.41356,-0.70458 -0.94186,-2.82097 -1.87313,-3.77131 -0.23543,-0.47262 -7.03547,-2.83361 -6.80305,-3.07126 1.64807,-0.70375 3.75493,0.70875 4.92515,-0.22965 1.17767,-0.70851 0.006,-2.59155 0.71842,-3.76524 0.93178,-2.12129 5.39861,-3.52671 4.22668,-5.41974 -3.98235,-5.8741 -8.44594,2.11466 -9.61611,-0.95905 -0.46832,-1.17545 0.23405,-2.34881 0.006,-3.53203 -0.23367,-1.6533 -2.57595,-3.53843 -1.40129,-4.95722 0.96255,-1.17179 1.63502,2.59841 2.13887,4.25296 0.23229,0.993 -1.18216,3.03988 -0.24325,3.29961 1.87396,0.70967 3.75622,-1.4124 5.62973,-1.64321 1.6433,-0.23334 4.69475,2.84944 5.3917,2.12649 3.52764,-3.52611 -3.72669,-12.49586 -5.60634,-14.61609 -0.11383,-0.11637 -0.19092,-0.33399 -0.30572,-0.48035 1.26891,1.48969 3.00471,3.18435 4.52975,3.31503 1.52503,0.13067 -2.34053,-7.38807 -2.56642,-8.8015 l -358.50846,-0.62852 0.008,0.23988 a 8.06,8.06 0 0 0 1.24412,1.65057 c 0,0 -0.05,0.002 -0.07,0.002 a 8.24,8.24 0 0 1 -2.06211,-1.88419 l -2.11116,-0.002 a 6,6 0 0 1 0.69422,2.58888 c 0.23844,1.18289 -0.92872,-1.18054 -2.08511,-2.59383 l -8.00454,-0.0107 a 4.4,4.4 0 0 0 0.93131,1.26049 0.6,0.6 0 0 0 -0.69542,0.15261 c -4.47034,3.76676 3.03427,9.03646 3.03205,9.27666 -0.71241,5.18579 -4.68489,-3.78025 -4.91857,-5.43354 -0.23589,-1.41311 0.90652,-2.90089 0.94081,-4.31274 l -0.0324,-0.99947 -8.68484,-0.009 a 10.31,10.31 0 0 1 3.07033,2.12166 c 0.69885,1.18799 -1.40879,-1.17498 -3.07033,-2.12166 l -1.40926,0.0457 c -0.70458,1.41357 -3.2979,6.91045 -3.06247,7.38307 a 1.92,1.92 0 0 0 0.54564,0.78274 c -1.06176,-0.34579 -1.46835,-0.54273 -0.53689,-2.67402 a 20.15,20.15 0 0 0 1.63123,-5.54574 l -12.66729,-0.0197 c -0.46739,0.70551 -1.64506,1.41403 -3.75798,2.59308 -3.51857,1.64483 -5.6332,-0.008 -7.26822,-2.60595 l -4.69272,-0.008 c 1.63979,2.128 3.51204,4.32851 3.27531,5.97705 0.0152,0.46975 -0.94302,0.23066 -1.16938,0.0379 -0.93396,-1.65061 -0.93525,-3.85173 -1.87397,-5.03194 a 4.92,4.92 0 0 0 -2.34118,-0.92466 z m 425.66515,0.67339 c 5.88653,3.81134 0.44442,11.86183 4.68145,15.40645 0.94872,1.17989 3.54203,0.005 4.24055,1.18328 1.64978,2.12768 -5.66777,8.18787 2.82296,5.91166 4.71512,-1.15332 4.68223,-9.88684 5.67574,-13.19075 a 2.86,2.86 0 0 1 1.6576,-1.64455 c 0.46976,-0.0152 1.16893,1.18276 1.17369,0.71236 0.23497,-0.46786 -0.94191,-0.97 -0.94394,-1.65029 0.007,-1.65108 1.19113,-3.38036 0.48771,-5.01843 0,0 -0.71328,-0.70727 -1.88443,-1.64983 z m 276.04873,0.42922 a 18.35,18.35 0 0 1 3.76525,0.71842 c 1.17591,0.47217 2.8249,1.64937 2.35274,2.82528 -0.23243,0.23766 0.46864,1.18545 0.24228,0.99268 -3.53819,-2.35664 -4.24147,-3.06423 -8.72176,-3.30925 -1.65108,-0.007 -2.12153,4.00082 -3.07024,2.82092 -0.47216,-0.98522 1.91733,-2.58345 -0.45957,-3.06672 -1.41833,-0.23418 -3.98689,0.46938 -3.78098,1.88345 0.23367,1.6533 2.57683,9.43149 4.70399,10.85334 1.17337,0.70236 2.82667,0.46869 4.04034,1.17975 0.7055,0.4674 0.70245,3.76923 2.58849,3.3079 1.65552,-0.47387 2.59985,-2.82569 4.4808,-2.82661 1.1394,-0.0369 0.96112,2.18001 1.80012,2.75314 -2.52761,0.73225 -5.60137,1.59226 -4.88563,3.61013 4.93336,13.91752 1.93222,-2.12369 6.16365,4.95297 0.93872,1.18021 -0.24548,3.5398 0.93913,3.97166 1.41357,0.70459 3.29661,-0.46702 4.47682,-1.40574 4.01517,-3.30178 -0.4648,-3.5368 -1.17632,-5.42474 -0.7093,-2.12815 2.35918,-3.76839 2.13028,-5.89209 -0.0382,-1.17938 -1.65677,-1.41708 -1.88743,-2.36011 -0.0227,-0.69963 1.64853,0.23673 1.8835,-0.23112 0.70935,-1.88397 0.48299,-4.23787 0.48174,-6.12882 0.0108,-3.06196 -2.34621,-4.47636 0.4886,-7.76991 0.70981,-0.94348 2.82666,0.4687 3.76668,-0.47224 l -0.0304,-0.93951 z m 48.56798,0.077 c -0.23895,1.88873 -0.006,3.53204 0.45938,3.98722 1.65376,0.7068 2.36043,-1.87744 3.3122,-3.99938 z m 281.07905,2.82756 0.023,0.70962 c -0.71588,3.53505 -7.78203,4.69452 -4.96333,10.1661 a 10.08,10.08 0 0 0 3.76709,4.48033 c 0.70583,0.47739 1.65061,-0.93395 2.35612,-0.46655 0.46976,-0.0152 -0.23941,0.94825 0.046,1.41925 0.0619,0.058 0.17991,-0.006 0.31984,-0.0104 -0.98814,0.3822 -2.12754,0.41913 -2.956,1.40648 -0.70505,0.47308 -2.60022,6.8278 -0.47605,7.53937 2.58456,0.71666 5.42336,-3.99775 7.78073,-2.57336 0.46785,0.23497 0.22812,1.17323 -0.009,1.88128 0.0534,1.64913 -1.41616,3.53772 -0.71241,5.1858 0.70629,1.41786 3.76492,0.70842 4.24101,2.12375 0.47609,1.41532 -2.12722,2.59025 -1.86356,4.24258 0.0457,1.40926 1.40703,2.35566 2.3483,3.30568 0.23288,0.70282 2.11939,1.18197 1.64677,1.4174 -1.65062,0.93395 -4.24264,-0.0126 -5.8945,1.19155 -3.06515,2.36051 3.04769,10.37673 4.23184,12.02924 2.58803,2.36742 11.99605,11.10729 13.89918,1.91082 0.23673,-1.64853 -4.00683,-3.54208 -2.58419,-4.71878 1.42263,-1.17669 2.58549,2.59763 4.23925,3.30443 1.88142,0.93956 4.9486,1.42047 4.94944,-1.64117 -0.23367,-1.6533 -1.6477,-3.29836 -1.41129,-4.95689 -0.0382,-1.17938 0.70643,2.34835 1.64769,3.29837 a 9.89,9.89 0 0 0 3.53597,2.59683 c 0.46785,0.23497 1.41389,0.71458 1.64108,0.007 a 10.41,10.41 0 0 0 -0.22414,-2.5941 11,11 0 0 1 0.70375,1.64807 c 0.023,0.70963 -0.93955,1.88142 -0.24149,2.11893 a 8,8 0 0 0 5.65462,-1.18377 0.44,0.44 0 0 0 -0.023,-0.70962 c 0.94349,0.70981 3.97167,-0.93914 3.00944,0.24265 -1.18197,2.1194 -6.6045,3.05552 -5.4229,4.93823 1.17415,1.65284 4.01766,0.48013 5.17404,1.89342 1.15639,1.41328 -0.71,4.0251 0.46827,5.18755 1.17369,0.71236 1.93223,-2.1237 3.0677,-2.59072 1.18322,-0.22844 2.12129,0.93178 3.30262,0.95353 0.70282,-0.23288 1.87827,-0.7012 1.88748,-1.652 -0.23765,-0.23242 -1.18336,-0.70204 -0.71328,-0.70727 1.6533,-0.23367 10.3689,0.72454 11.32114,-0.45692 1.17975,-1.8792 -4.24018,-5.18538 -2.34714,-6.35731 2.8305,-1.88267 8.47847,-2.34585 11.78206,-3.52346 a 17.72,17.72 0 0 0 -3.76492,-0.70843 c -0.23798,-0.24242 -0.98523,0.47216 -0.993,0.23228 0.23932,-5.89084 17.69053,-3.97507 9.91073,-10.32642 -1.17179,-0.96255 -5.89038,0.70116 -7.30126,0.69685 -4.48505,0.22539 -8.72083,-1.42829 -13.19381,-2.37391 -4.95337,-0.95006 -12.9531,-5.44331 -17.19235,-8.74774 -0.94349,-0.70981 -1.40958,-2.12546 -2.59549,-2.5973 -0.93825,-0.23973 -1.8878,1.64201 -2.82352,1.17207 -3.07033,-2.12167 -1.63686,-6.36032 -3.29187,-8.95808 -1.17669,-1.42263 -2.82333,-1.90956 -4.23499,-2.86433 -0.46564,-0.47517 -0.70153,-1.88827 -1.64201,-1.88781 -1.17938,0.0382 -2.36742,2.58803 -2.83828,1.64279 -0.70375,-1.64807 1.42203,-3.04766 1.65812,-4.71618 a 9.32,9.32 0 0 0 -0.45795,-5.17788 3,3 0 0 0 -2.59757,-1.42662 c -1.4131,0.23589 -2.82972,2.83314 -3.53856,1.64548 -2.1081,-3.30346 8.91366,-2.81019 4.01854,-6.59362 l -3.53203,-0.006 c -0.70981,0.94348 -1.41185,2.12684 -3.06339,1.17984 a 2.43,2.43 0 0 1 -1.41912,-1.18466 z m 208.8704,0.33502 a 20.82,20.82 0 0 0 1.1769,2.35312 c 0.7063,1.41787 0.9322,2.83129 1.8734,3.7813 0.4653,0.46518 1.8858,-0.47132 1.8788,0.23928 -0.2368,1.64853 -0.9461,3.5325 -2.3518,3.99827 -1.1754,0.46832 -2.1146,-1.65238 -3.2953,-1.65414 -1.6391,0.0531 -2.8157,1.41194 -4.2329,2.13823 -0.4698,0.0152 -1.1733,0.22812 -1.4109,-0.004 -0.2354,-0.47262 1.4156,-0.46609 0.9852,-0.47216 a 4.63,4.63 0 0 0 -3.0094,-0.24265 c -2.8215,10e-4 -6.8174,2.35204 -9.6427,0.69268 -0.4678,-0.23497 0.01,-1.65108 -0.6937,-1.6484 -1.4187,-0.24417 -3.7731,3.05381 -4.7083,3.52435 -2.1207,0.93918 -4.4748,0.23506 -6.58801,1.40412 -1.41786,0.70629 -2.59031,1.88489 -4.00595,2.35098 -3.16741,-0.1775 -0.0725,-2.23882 0.56123,-2.74962 a 3.53,3.53 0 0 0 -0.55517,0.15807 c -1.65029,0.94394 -3.05548,2.35019 -4.70323,3.06394 a 12.31,12.31 0 0 1 -4.23217,0.92756 c -0.46976,0.0152 -1.17591,-0.47216 -1.64599,-0.46693 a 49.83,49.83 0 0 0 -19.28308,5.15727 c -6.12188,2.81976 -10.12344,8.70245 -15.2993,12.00183 0,0 -7.61096,1.63737 -7.61526,3.04825 -10e-4,2.12115 3.76441,3.78006 3.05283,5.90422 -0.71411,2.35436 -5.1857,4.23018 -1.65242,6.12673 3.28309,1.89466 22.19575,5.68408 21.45719,8.51949 -0.47392,2.35659 1.63895,5.18964 0.44902,7.98965 -0.94701,1.65154 -4.70531,4.23462 -4.23922,5.65027 1.41129,4.95689 10.11617,0.95284 6.5715,9.20198 -0.71204,1.18368 -2.35613,0.46656 -3.5238,1.17475 -4.24139,1.87836 -3.94867,1.64876 -7.52364,-3.07793 -3.04937,-4.25346 5.89427,-7.06462 -6.09717,-6.60598 -0.70962,0.023 -1.65061,0.93395 -2.35867,0.69676 -0.70805,-0.23719 -0.46655,-2.35613 -1.1716,-1.88304 -0.70759,0.70329 -3.37823,6.59288 -2.91163,7.09803 a 2.48,2.48 0 0 0 1.18179,0.96222 1.1,1.1 0 0 0 -1.17938,0.0382 c -1.4101,0.94617 0.70499,3.53903 0.22584,5.42554 -0.23196,1.17813 -2.11768,1.64945 -2.34965,2.82758 -0.0113,2.12148 3.04428,4.71387 1.63719,6.37032 a 14.72,14.72 0 0 1 -3.77052,2.8236 c -1.17323,0.22812 -2.34692,-0.48424 -3.29216,-0.0134 -2.11514,1.41925 1.87998,2.13022 -4.24014,3.76931 -0.69963,0.0227 -1.87874,-0.23928 -2.11371,0.22858 -0.70458,1.41356 0.22937,3.06418 -0.24501,4.48029 -1.41838,3.77792 -4.47511,4.23717 -2.83616,9.4268 0.023,0.70963 4.69396,6.22123 3.75094,6.4519 -1.64807,0.70375 -3.75285,-1.87944 -5.40346,-0.94548 -1.40787,0.70597 0.70245,3.76922 -0.70797,4.7054 -0.98522,0.47215 -1.17507,-3.5338 -2.35274,-2.82528 -1.17545,0.46831 0.94441,2.59077 0.23237,3.77445 -0.46994,0.93571 -2.35612,0.46656 -3.29392,1.1673 -1.17989,0.94871 -1.41204,3.04733 -2.8213,3.093 -9.40765,0.22483 3.53639,-5.41738 1.88615,-8.48554 -1.16716,-2.36344 -5.15965,-2.68429 -7.04407,-4.33412 a 16.74,16.74 0 0 1 -1.87392,-4.72178 c -0.0227,-0.69964 1.18197,-2.1194 0.47392,-2.35659 -1.63854,-0.23705 -3.28791,2.58785 -4.46905,1.64561 -0.46563,-0.47517 5.18447,-6.12113 5.18447,-6.12113 0.46961,-0.94571 1.17975,-1.8792 0.90878,-2.83092 -0.23543,-0.47262 -1.17938,0.0382 -1.41532,0.47609 -4.24014,3.76931 -11.54568,19.15401 -10.20134,24.82344 0.0152,0.46975 0.9395,-0.0304 1.1829,-0.23844 0.23497,-0.46786 -0.24066,-0.9427 -0.23844,-1.1829 a 6,6 0 0 1 0.93178,-2.12129 c 0.47262,-0.23543 -0.7038,2.36404 0.004,2.60123 1.40357,0.70491 3.28707,0.47378 4.69064,1.17869 0.47818,0.24464 0.46864,1.18544 0.23367,1.6533 -0.23895,1.88873 0.70625,5.42997 -1.17726,5.6611 -2.1237,0.2289 -2.56938,-9.20161 -6.10748,-6.61566 -1.41264,1.17638 -0.9483,3.7727 -1.88531,5.42391 -0.23719,0.70806 -1.41565,0.4661 -1.65284,1.17415 -0.23719,0.70806 0.94191,0.97 0.7063,1.41787 0.0152,0.46975 -0.98523,0.47216 -1.18022,0.93872 -0.70458,1.41356 -0.71241,3.02466 -1.4157,4.4782 -0.70981,0.94349 -2.8162,0.47147 -3.05594,1.40972 a 92.29,92.29 0 0 0 -1.4301,13.91362 c 0.0152,0.46976 -0.47693,1.64631 -0.71236,1.17369 -0.23066,-0.94302 0.71588,-3.53504 0.23849,-2.82921 -1.4144,2.35705 -1.41607,8.48032 -3.30832,10.60272 a 11.18,11.18 0 0 1 -4.00073,2.82106 c -1.17512,0.47831 -3.99035,-1.18138 -3.28929,-0.23359 0.70107,0.94779 2.81922,0.23882 3.76016,1.17883 0.93603,0.47994 0.6993,2.12847 1.64279,2.83828 1.17179,0.96256 6.35046,-0.70605 4.94037,0.24012 -1.65284,1.17415 -4.00989,-0.24025 -5.65051,0.69338 -0.7025,0.24288 0.0534,1.64913 -0.47138,2.12638 -0.70981,0.94348 -2.82398,0.23159 -3.05594,1.40972 -0.23196,1.17813 0.69676,2.35867 0.4648,3.5368 -0.23719,0.70805 -1.88443,-1.64983 -2.35117,-0.92433 -2.12153,4.00081 1.64469,2.58808 3.51259,5.88932 0.94395,1.65029 0.46651,6.36823 1.63811,8.25127 0.46342,0.71536 5.39642,7.82932 4.45289,8.97048 -0.7076,0.70329 -1.88397,-0.70935 -2.58934,-0.24626 a 25.8,25.8 0 0 0 -6.59155,7.77757 c -0.47216,1.17591 0.22506,4.47506 -0.71588,3.53504 -0.93872,-1.18021 0.94609,-3.53249 -0.22284,-4.71525 -1.64677,-1.41741 -2.87955,3.76524 -4.71008,4.70502 -3.05816,1.64992 -7.98797,-5.67425 -10.09959,-6.61635 -2.58105,-0.91688 -7.75644,1.16183 -10.10872,-0.72297 -4.46502,-3.78737 0.009,-6.83386 0.0122,-9.19522 0.23941,-0.94825 -0.46388,-1.65584 -1.16717,-2.36343 -0.007,-0.22988 -0.70962,0.023 -0.70805,-0.23719 -0.69898,-2.11848 5.42244,-5.87872 6.82953,-7.53516 0.95477,-1.41167 5.18316,-3.99998 5.18316,-3.99998 -2.81787,-6.37207 -10.09705,-6.84655 -15.03867,-8.97762 a 8.11,8.11 0 0 1 -3.08588,-2.60141 c -0.23765,-0.23243 0.47217,-1.17591 -0.0382,-1.17938 -2.82667,-0.4687 -5.87785,0.47062 -8.70136,1.64269 -2.3609,0.93696 -8.48061,7.52863 -11.06217,7.52224 -2.82143,10e-4 -6.07977,-2.36432 -9.17268,-0.24303 -2.59064,1.87489 6.81604,3.78122 7.04592,3.77377 12.70375,2.37978 7.98413,8.02561 11.50442,9.21221 0.7055,0.4674 1.42203,-3.04766 1.65205,-2.12462 0.46609,1.41564 -1.18216,3.03988 -0.94784,4.71317 0.47164,1.89572 3.52069,6.13919 4.46163,7.07921 0,0 -0.97745,0.71203 -0.008,5.00288 0.23367,1.6533 1.1585,9.1973 3.27235,9.8992 1.87651,0.47948 3.5238,-1.17475 5.17487,-1.16822 1.17813,0.23196 6.11799,3.5437 7.74797,4.75154 a 8.24,8.24 0 0 1 0.93441,2.5911 c 0.0152,0.46975 -0.70458,1.41356 -0.46915,1.88618 a 8.19,8.19 0 0 0 3.08555,2.59142 c 0.46975,-0.0152 0.97,-0.94191 0.97777,-0.70203 1.64196,5.89991 -1.19716,10.60433 2.52075,16.03677 4.69914,6.38114 6.57357,8.0313 6.10317,8.02653 -3.52681,0.46447 -4.69137,-6.14127 -8.45851,-6.6095 a 2.9,2.9 0 0 0 -2.1107,0.93885 1,1 0 0 0 -0.4661,-1.41564 c -1.41389,-0.71458 -3.29961,-0.24326 -4.94592,-0.72019 -7.28599,-2.8455 -2.3366,-0.47457 -9.64091,3.52411 -0.22988,0.007 2.35487,-2.35751 -0.93474,-2.60109 -1.65076,0.003 -3.52949,-0.2358 -4.93514,0.22997 -0.98523,0.47216 -0.49309,12.2624 -0.72506,13.44054 -1.66033,4.95637 -5.41906,6.90914 -7.54059,10.90995 -1.17943,1.8892 -0.0148,4.48284 -0.71639,6.60667 -1.65765,5.65666 -7.07657,9.17402 -2.37266,15.08477 3.28179,4.01581 16.9044,8.50694 18.07281,12.76133 0.0152,0.46975 -0.97,0.94191 -0.70458,1.41356 0.94172,1.89049 5.64282,4.00934 3.7601,5.19094 -4.2406,2.82883 -7.76037,-1.4294 -9.87805,0.22006 -1.18022,0.93871 -0.47569,3.53726 -1.86357,4.24258 -1.89049,0.94173 -13.63247,-3.56032 -16.23009,-0.97483 l -0.23242,0.23765 c -0.23289,-0.70282 -0.4661,-1.41564 -0.93618,-1.41042 -1.87873,-0.23927 -3.52856,1.64515 -5.41206,1.87628 -0.69964,0.0227 -17.22044,-8.99696 -17.47166,-2.8556 -0.001,2.12115 3.75709,4.48066 2.34321,5.92721 -1.17245,1.17859 -3.76655,1.40273 -4.47335,3.05649 -0.46439,1.41579 14.87791,12.04444 16.28657,12.28894 a 7.85,7.85 0 0 0 5.64195,-1.88373 c 0.47262,-0.23543 -0.0227,-0.69963 -0.0382,-1.17938 0.23719,-0.70805 -9.3e-4,-1.88095 0.70935,-1.88396 0.70283,-0.23289 0.4661,1.41565 1.17415,1.65284 2.1094,1.1823 2.11593,-0.46878 3.76048,1.18882 3.04858,3.30299 5.86043,8.25452 2.7962,12.49599 -0.46739,0.70551 -1.87873,-0.23927 -2.34613,0.46624 -0.70981,0.94348 0.70231,2.83874 -0.24548,3.5398 -0.47262,0.23543 -17.39175,1.15391 -17.86738,0.67907 -17.39081,-9.93194 14.26964,1.91882 -5.47637,-5.6656 -10.33809,-3.78714 -7.76167,0.69176 -9.16478,0.92733 -0.71282,0.23321 -10.81769,-2.84111 -10.81547,-3.08131 -1.16892,-1.18276 -1.40782,-3.30614 -1.16142,-4.96499 -0.0382,-1.17938 2.59063,-1.87489 1.917,-2.59345 -0.93349,-0.71014 -2.58508,2.35496 -3.29582,1.41749 -0.71073,-0.93747 1.92446,-2.36357 1.42361,-3.30784 -0.47132,-1.88573 -4.47297,-0.94562 -4.46487,-2.85689 -0.23321,-0.71282 0.70204,-1.18336 0.70903,-1.89396 -0.007,-0.22988 -6.80522,-6.84317 -7.74871,-7.55299 -0.70583,-0.47738 -2.8262,0.47179 -2.58901,-0.23626 2.59735,-6.6076 6.35667,-0.206 3.30703,-8.48157 -0.008,-0.23987 -3.99031,-5.19348 -3.52023,-5.19871 1.41787,-0.70629 3.29308,1.89434 4.4733,0.95562 0.97745,-0.71203 -2.1194,-1.18198 -2.82046,-2.12977 a 43.1,43.1 0 0 1 -3.28702,-4.48589 c -1.41181,-1.88526 -15.74455,-5.4429 -16.91778,-5.21478 -1.17323,0.22812 -2.35742,2.58772 -3.29092,1.87758 -2.35357,-1.92478 3.76738,-4.46437 3.53417,-5.17719 -0.47609,-1.41532 -2.34705,-1.41472 -3.29053,-2.12453 -7.05181,-4.26384 -3.03244,-0.95229 -10.5726,-2.37881 -1.88873,-0.23896 -2.82092,-3.07025 -4.70489,-3.7796 -0.46785,-0.23497 -1.17022,0.9384 -1.40532,0.47577 -0.47563,-0.47485 0.70204,-1.18336 0.2364,-1.65853 -0.23543,-0.47262 -1.64552,0.47355 -1.40926,0.0457 0.23719,-0.70806 2.34835,-0.70643 1.88272,-1.1816 -2.34654,-4.48635 -5.4017,-2.12616 -8.92629,-1.90188 -0.47974,0.0155 -1.40879,-1.17499 -0.94616,-1.4101 1.41532,-0.47609 12.70079,-2.3426 13.17641,-1.86775 0.69853,1.17799 -1.18674,2.5898 -0.71587,3.53504 1.16938,2.12324 9.62697,4.69065 11.27935,4.73716 a 7.17,7.17 0 0 0 4.97988,-0.70167 c 0.98523,-0.47215 0.23072,-3.06908 1.41394,-3.29752 1.16939,-0.0379 -0.47646,2.58679 0.46702,3.2966 0.94349,0.70981 2.34359,-0.23603 3.51982,0.24613 0.93793,0.22974 1.40926,2.11546 2.35358,1.92477 1.40565,-0.46577 1.40917,-2.82712 2.82481,-3.29322 2.8232,-1.18206 8.21869,2.60517 11.0479,2.84366 2.10894,0.24182 4.23186,-0.93756 6.34427,-1.20612 4.70748,-0.46271 9.1713,-2.5784 13.91621,-2.81221 4.23264,0.0129 7.0501,1.43241 11.5196,0.72727 10.35466,-1.87636 21.96275,-13.2383 24.09229,-24.09297 0.47346,-3.29706 0.01,-4.94291 0.48559,-8.48017 0.7081,-3.77492 0.26196,-14.14591 -2.79648,-16.5181 -0.93316,-0.70014 -2.58855,0.70422 -3.52204,-0.006 -1.17859,-1.17244 -0.92835,-5.18265 -3.52258,-5.889 -0.22988,0.007 -0.4674,0.70551 -0.70505,0.47309 -1.87698,-1.41996 -1.39445,-6.5983 -3.75487,-6.882 -2.10894,-0.24182 -4.31311,3.06131 -5.94989,1.64358 -1.18179,-0.96223 -1.87522,-2.60063 -3.28656,-3.54541 -0.94571,-0.46962 -2.35358,0.23635 -3.28961,-0.24358 -1.41357,-0.70459 -2.58994,-2.11723 -4.23148,-3.06456 -0.70584,-0.47739 -2.35358,-1.92478 -2.3496,-1.18452 0.0457,1.40926 3.07033,2.12167 2.58595,3.5381 -1.18216,3.03989 -15.03858,-4.03503 -17.63236,-3.80089 -0.22988,0.007 0.47309,0.70504 0.23229,0.99299 -0.058,0.0619 -0.14798,0.0648 -0.30757,0.08 1.42476,0.12392 3.47012,-0.0524 2.89736,1.10673 -0.47438,1.41611 -3.05895,0.69945 -4.46506,0.22474 -0.94825,-0.23941 -0.9414,-1.88049 -1.87744,-2.36043 -1.17369,-0.71236 -2.58901,-0.23627 -3.76492,-0.70843 -1.64409,-0.71712 -2.81791,-2.35996 -4.462,-3.07709 -7.52364,-3.07793 -18.09069,-4.97667 -25.37843,-6.6415 -6.34949,-1.42509 -8.96678,1.17104 -14.34886,3.04635 -3.5238,1.17475 -4.92464,-2.84199 -8.45973,0.45424 -1.18243,1.17892 -1.65635,3.53551 -2.36316,5.18927 0.0227,0.69963 0.23811,1.1729 0.0534,1.64913 -0.94733,1.64154 -2.83004,2.82314 -3.2992,4.70933 -0.47993,0.93604 1.40528,3.53634 0.45957,3.06672 -4.462,-3.07709 1.89309,-5.18403 1.66418,-7.30773 -0.046,-1.41926 -2.58725,-1.41695 -2.82347,-2.84004 -2.09851,-8.25637 2.35169,0.0138 1.18282,-5.18103 -0.46911,-2.12592 -9.16001,0.45692 -12.69811,3.04288 0.47438,-1.41611 0.90911,-2.82093 0.006,-3.53204 -1.41166,-0.95478 -3.29568,2.34798 -4.46682,1.40542 -1.40912,-1.18498 -2.1311,-4.01308 -0.9339,-5.66273 2.125,-2.35006 7.27946,4.49659 9.40413,2.13653 1.41264,-1.17637 1.86389,-4.23259 0.70718,-5.65587 -1.63677,-1.41773 -5.16664,2.34858 -6.58099,0.69352 -0.93349,-0.71014 -7.2758,-3.76632 -7.51586,-2.83806 a 9.35,9.35 0 0 0 -0.47698,5.65842 c 0.22844,1.18322 2.81047,2.13009 2.10065,3.07357 -0.24274,0.22798 -7.28617,0.23612 -10.58088,0.45295 l -3.00166,-0.003 c -1.88351,0.23112 -3.75956,0.69213 -5.64704,0.183 -0.52972,0.0172 -0.4654,-1.0855 -0.4661,-1.41565 a 9.38,9.38 0 0 0 -0.47554,4.46775 c 0.023,0.70962 1.87698,1.41995 1.40436,1.65538 -1.87828,0.7012 -4.30783,-0.48073 -5.99686,0.19433 a 3.51,3.51 0 0 0 -0.71013,0.93349 c 0.71444,-2.34437 1.19266,-6.11183 -0.45332,-6.57876 -1.40834,-0.23451 -2.36428,4.22879 -3.0628,3.0508 -0.70629,-1.41787 3.0628,-3.0508 2.12408,-4.23102 -1.17383,-1.64284 -3.75969,-0.23835 -5.64842,-0.4773 -0.22988,0.007 -0.46786,-0.23497 -0.70551,-0.4674 a 15.4,15.4 0 0 0 -3.2874,-0.48377 8.43,8.43 0 0 0 -2.34835,0.70643 c 4.24,-4.6998 10.65816,-1.15582 15.88731,-3.73654 1.8805,-0.9414 0.7132,-4.23532 2.12445,-6.07199 0.71236,-1.17369 2.35566,-1.40704 3.53333,-2.11556 0.46518,-0.46531 1.64585,-0.46355 1.41042,-0.93617 -0.93617,-1.41042 -2.82014,-2.11977 -3.99128,-3.06233 -0.46785,-0.23497 -0.70329,-0.70759 -0.94191,-0.97 a 8.79,8.79 0 0 1 -2.35437,-0.71412 c -0.22765,-0.23275 0.24229,-1.16846 -0.22812,-1.17323 -1.4131,0.23589 -2.66582,1.40708 -4.08147,1.87318 -0.47262,0.23543 -1.87572,0.471 -1.64076,0.003 1.18217,-3.03988 6.82726,-3.28285 -0.93357,-5.65272 -15.05094,-4.725 7.99242,5.19385 -7.29942,4.45876 -0.22988,0.007 -3.03705,-10.35707 -7.28404,-4.94667 -0.95477,1.41166 -0.69599,9.39747 -0.48531,10.34114 0,0 3.53028,1.18628 2.08511,2.59383 -0.47263,0.23543 -1.40612,-0.47471 -1.87874,-0.23928 -0.007,-0.22988 -0.23543,-0.47262 -0.47308,-0.70504 -1.41167,-0.95478 -3.76562,3.28368 -4.7018,1.87327 -0.94394,-1.6503 1.89466,-3.28309 2.59147,-4.93653 0.24228,-1.16846 0.94641,-3.5225 -0.22649,-3.28439 -1.64585,0.46355 -2.36155,3.07811 -3.77516,4.22449 -0.23497,0.46786 -1.87781,1.64169 -1.64284,1.17383 0.70459,-1.41356 8.48163,-11.51075 5.65894,-13.40032 -3.75585,-2.58971 -5.16326,-0.94326 -7.01155,-0.24303 -1.17799,0.69852 -2.81315,-2.83037 -3.0551,-1.65191 -0.46694,1.64598 1.64515,3.52856 0.69782,5.17011 -0.70204,1.18336 -4.46775,-0.47554 -4.23186,0.93756 9.3e-4,1.88095 2.81792,2.35996 4.46169,3.06709 0.46785,0.23497 2.11338,-0.23857 1.64853,0.23673 -1.18498,1.40912 -3.52889,1.63516 -4.23602,3.27893 -0.95478,1.41166 -0.2458,3.52981 -0.24234,5.18056 0.0379,1.16939 3.06321,1.90179 2.09256,2.82371 -1.41264,1.17637 -3.75609,2.34288 -5.40476,1.17567 -1.41356,-0.70458 0.47855,-3.75747 -0.46017,-4.93768 -0.71203,-0.97746 -2.82828,1.64246 -3.05895,0.69944 -0.23334,-1.64331 2.11501,-2.34974 2.58971,-3.75585 -0.0152,-0.46975 -1.63432,-6.59052 -1.63432,-6.59052 -2.58586,1.40449 -6.37546,16.91537 -7.79671,20.9135 -0.70158,2.12384 1.8865,0.47915 1.4118,1.88526 a 15.73,15.73 0 0 0 -1.41648,3.52773 c -0.23974,0.93826 0.46623,2.34613 -0.24266,3.00944 -4.00281,3.99174 -3.52342,-2.82736 -3.51866,-3.29777 0.23419,-1.41832 2.58717,-3.52564 1.17976,-4.04033 -4.04033,-1.17975 3.06358,-2.10033 0.003,-4.23231 -0.70551,-0.4674 -2.11847,0.69898 -2.58156,-0.006 -0.006,-0.16991 0.15311,-0.21507 0.39266,-0.23284 a 0.23,0.23 0 0 1 -0.15769,-0.23502 c -0.23289,-0.70282 6.12791,-12.20488 5.66449,-12.92024 -0.23321,-0.71282 -13.16859,-1.90448 -13.87794,-0.0205 -0.46948,1.87619 2.58308,3.75831 1.63608,5.40985 -0.47216,1.17591 -3.75095,-2.12963 -4.02511,-0.71 0.0227,0.69963 7.29057,3.29559 6.33879,5.41753 -0.46739,0.70551 -7.52447,-0.0163 -5.87409,3.98235 0.46831,1.17545 4.23055,1.18359 3.0632,1.90178 -0.6976,0.70296 -3.75793,-1.41903 -5.87816,0.46063 5.42711,-11.2917 -8.6934,-1.19906 -7.52532,3.04534 0.46578,1.40565 2.57994,2.11755 3.75854,3.28999 0.70236,-1.17337 1.4125,-2.10686 1.90178,-3.06321 l 0.0152,0.46976 c -0.95561,4.4733 -0.72004,5.8764 0.23644,7.29617 0.94363,1.64029 -1.88304,1.1716 -1.88257,2.11208 0.0227,0.69963 1.17179,0.96255 1.87919,1.17975 0.70741,0.2172 2.11815,-0.70897 2.12116,10e-4 0.22812,1.17323 -0.47901,2.81699 -1.65192,3.05511 -6.35856,0.45619 -2.34714,-6.35732 -5.39924,-7.29895 -1.17591,-0.47216 -2.81921,-0.23882 -4.23009,-0.24312 -0.46786,-0.23497 -1.41356,-0.70459 -1.87874,-0.23928 -0.47262,0.23543 0.23335,1.64331 -0.24672,1.64886 -1.64631,-0.47693 -2.5755,-2.59795 -4.225,-2.86466 -1.87619,-0.46948 -8.70691,1.16262 -7.76426,4.93407 1.87197,6.82295 8.69529,0.94886 9.87597,0.95062 0.46262,-0.23511 1.153,4.70513 0.68888,7.98188 0.0156,0.47975 -0.98522,0.47216 -0.97745,0.71203 0.46832,1.17545 3.75109,3.06011 2.57296,2.82815 -1.16592,-0.47249 -1.87221,-1.89035 -2.8157,-2.60017 -1.17179,-0.96255 -2.57948,-1.17707 -3.76061,-2.11931 -0.46532,-0.46517 -0.2259,-1.41342 -0.70121,-1.87827 -0.4753,-0.46485 -1.16892,-1.18276 -1.64376,-0.70713 -1.40742,1.64645 0.46761,5.16756 -1.41543,6.33917 -7.07143,4.7015 -0.92112,-10.82585 -7.06268,2.81023 -1.41394,3.29752 2.10902,5.18441 3.75547,6.59182 0.46564,0.47517 2.35118,0.92433 1.63678,1.41773 -1.40787,0.70597 -3.51982,-0.24613 -4.97988,0.70166 -1.46007,0.94779 0.69744,9.17222 -3.53089,7.74843 -1.64599,-0.46693 1.41426,-3.28753 1.84121,-4.93222 -0.0152,-0.46976 0.96877,-13.63854 0.0339,-15.00898 -3.52911,-4.23791 -5.89316,5.86396 -5.42452,7.0494 0.46577,1.40565 3.76015,1.17883 3.75585,2.58971 -0.23451,1.40833 -3.28707,-0.47378 -3.97944,0.69926 -0.96255,1.17179 0.23904,3.05386 -0.005,4.46251 -0.23719,0.70806 -0.93955,1.88142 -1.41486,1.41657 -0.0152,-0.46975 2.13783,-11.52529 0.49661,-12.46262 -1.88697,-1.41963 -5.88293,0.93103 -6.82281,2.80246 -5.19469,11.05405 8.68723,9.65369 6.78906,15.29813 -0.46962,0.94571 -1.16906,-2.11324 -1.87235,-2.82084 -1.40912,-1.18498 -3.03244,-0.95228 -4.23102,-2.12407 -1.19858,-1.17179 -0.93756,-4.23185 -2.57864,-4.2387 -1.64853,-0.23673 -3.30091,1.8779 -3.76784,3.52388 -0.46693,1.64599 6.81096,4.24163 6.58075,4.23908 -1.64807,0.70375 -3.76876,1.64293 -5.41031,0.6956 -1.64154,-0.94733 -2.10485,-7.52577 -3.28461,-5.64658 a 9.91,9.91 0 0 0 -0.94862,3.7627 c -0.23205,-3.76445 -0.68699,-8.23206 -3.04534,-7.52531 -1.41565,0.4661 -0.70621,3.52473 -2.12662,4.46122 -1.40787,0.70597 -3.28753,-1.41426 -4.46553,-0.71574 -0.97745,0.71203 2.58901,0.23627 3.53028,1.18628 2.3402,3.05581 -3.05849,1.63992 -6.35718,3.27762 -0.70504,0.47309 2.58855,-0.70421 2.58901,0.23627 0.23368,1.6533 -2.35996,2.81792 -1.86388,4.23259 0.24228,0.99268 3.29392,-1.1673 2.82398,-0.23158 -0.46916,1.88618 -3.52334,2.11522 -4.00281,3.99174 0.0382,1.17938 2.11939,1.18197 3.29308,1.89433 1.41218,-2.11685 1.83377,-5.1621 4.23334,-6.14034 1.42009,-0.94649 3.01689,0.47254 4.70794,0.47777 a 5.27,5.27 0 0 0 0.4687,-2.82666 c 0.47609,1.41532 1.64247,2.82828 1.13777,4.23537 -0.47914,1.8865 -5.17533,0.22774 -5.41461,2.10648 -0.4717,2.11638 0.22252,4.70526 1.87151,5.88247 0.23798,0.24241 1.40866,0.2445 1.17591,0.47216 -1.18021,0.93872 -3.98689,0.46938 -4.00119,1.88058 0.0152,0.46975 0.23511,0.46263 0.47309,0.70505 l 1.3193,-0.0428 a 2.59,2.59 0 0 0 -2.4439,2.08025 c 0.48955,3.06575 8.04277,1.19013 5.59715,2.60008 a 10.07,10.07 0 0 1 -5.84258,1.24989 c -0.99948,0.0324 -1.45405,-1.95393 -2.42516,-1.97249 a 6.87,6.87 0 0 0 -2.43826,1.01951 c -0.0382,-1.17938 -0.7198,-3.37846 -2.91263,-6.20892 -4.17799,-5.42752 -2.92824,5.96798 -3.66123,7.12232 -0.24497,0.46818 -0.72851,-1.17702 -1.21177,-0.96125 a 3.7,3.7 0 0 0 -1.94001,1.88382 c 1.22247,-5.19232 2.13686,-15.87754 -2.98254,-10.21876 -7.0775,7.29306 6.19669,5.97243 1.03653,10.68203 -1.22242,1.18022 -3.73924,0.70148 -4.94167,1.88105 -0.48993,0.93636 0.72897,2.1175 0.47956,3.06607 -0.24672,1.64886 -1.70443,3.28693 -2.44122,4.94166 l 0.0304,0.93951 a 24.35,24.35 0 0 1 2.43993,-2.82051 c 0.72758,-0.70393 1.70503,-1.41596 2.43391,-2.07992 0.72887,-0.66396 0.24626,-2.58933 1.21927,-2.82097 a 5.76,5.76 0 0 1 4.00988,0.24025 c 0.96348,0.70916 -0.0126,4.24263 0.96486,3.5306 1.46039,-0.93779 0.25025,-4.01021 1.46299,-5.1801 0.73758,-0.70426 2.19066,-0.94145 3.41386,-1.17119 a 3.43,3.43 0 0 0 -0.25103,3.05974 c 0.72628,1.41722 3.16014,1.18827 4.62322,0.95075 0.99947,-0.0324 0.95478,-1.41166 1.70758,-1.64617 0.48261,-0.23575 1.21589,0.47087 1.21177,0.96126 0.24542,0.4723 -1.2202,0.94001 -0.73203,1.18433 2.43655,0.47133 8.52933,-9.4212 10.02099,0.48568 0.23812,1.17291 -1.963,1.1742 -3.4164,1.40139 -0.99948,0.0324 -1.69675,-1.41578 -2.9174,-1.41625 -4.38256,-0.008 5.58849,9.43394 0.96735,7.31251 -6.57317,-3.07872 2.21153,-8.01584 -8.26084,-6.37579 -1.99377,0.2247 -5.11315,-0.0144 -5.3621,1.87466 -0.15274,0.53523 0.0862,0.80763 0.56212,0.98231 a 1.29,1.29 0 0 0 -0.99559,0.15233 c -3.65882,1.63936 8.49413,12.03119 5.56937,15.32765 -1.11858,1.29691 -5.57651,-4.74187 -6.32214,-6.13845 0.47826,5.18723 -5.91199,2.81296 -9.79199,6.58061 -0.24242,0.23797 0.73012,-0.93414 0.24195,-1.17846 -1.21177,-0.96125 -5.35302,-0.007 -4.37654,1.4125 0.48308,0.70472 3.41131,-0.94099 2.67373,-0.23673 -0.97,0.94191 -3.40178,1.8e-4 -3.89647,1.40694 -0.7268,1.65441 -0.49266,4.24819 1.16142,4.96499 1.46386,0.71296 5.60743,-4.18382 6.34038,-5.64832 0.24497,-0.46818 -0.73595,-1.4069 -0.24589,-1.41278 0.49007,-0.006 8.08099,2.36951 6.40164,5.19538 -0.96223,1.18179 -7.86333,-2.13643 -7.13404,-0.009 0.008,0.23988 0.993,-0.23228 0.71963,-0.0233 -0.24196,1.17846 -2.42877,-0.23145 -1.46215,2.11847 1.69623,4.48742 2.99337,2.83454 6.64743,1.66557 0.73281,-0.23386 2.68581,-1.40773 2.19843,-0.70157 -0.95478,1.41166 -3.94899,1.63876 -4.14574,3.286 -0.48915,1.88683 1.93819,3.30896 2.43075,4.92385 0.72152,1.88762 -1.94786,-3.29864 -3.40441,-4.7122 a 5,5 0 0 0 -3.48775,-1.41778 c -1.7036,0.22529 -3.1602,2.82383 -4.14144,1.87512 -1.21177,-0.96126 3.65581,-2.34964 2.44437,-3.3009 -3.64591,-2.59328 -4.14718,4.47667 -5.60887,7.53562 -0.73203,1.18433 -3.65804,2.58984 -2.68457,3.29868 2.43733,1.4218 5.35779,-0.46378 7.78865,-1.40301 0.98522,-0.47215 1.46215,-2.11847 2.19019,-1.88192 0.72804,0.23654 -1.45738,1.64807 -0.73189,2.11481 l 0.7336,0.71662 -0.48516,0.46596 c -1.21765,0.70981 0.47937,3.98656 -0.97986,4.03385 -1.46308,0.23751 0.97606,-3.53347 -0.2395,-3.99434 -1.94139,-0.93761 -7.78819,2.34348 -7.79041,2.58368 0.24335,1.64298 3.64813,2.35308 2.91134,4.00781 -0.48692,1.64663 -3.16797,2.58396 -5.10667,2.34663 -1.21844,-0.24066 -0.24635,-2.35325 -0.96963,-3.0602 -0.24543,-0.4723 -0.73758,0.70426 -0.73013,0.93414 0.0156,0.47975 -1.22501,5.42252 -1.47214,2.11879 -0.0152,-0.46975 1.22496,-1.41041 0.73489,-1.40454 -6.06487,-1.90456 -0.94733,1.64155 -1.93417,2.06373 -0.98684,0.42219 -3.64975,-0.24191 -3.1589,0.70269 0.97393,1.64932 8.26436,4.01443 4.85828,5.42549 -6.08713,2.34839 -9.73161,-1.43556 -11.44974,7.29467 -0.48947,1.87684 -1.22756,5.65273 0.96879,6.12184 1.69883,0.2451 3.15667,-0.46249 4.86518,-0.2277 0.72961,-0.0237 2.19144,0.009 1.69883,0.2451 -1.46294,1.168 -14.60683,2.80458 -6.08399,3.98915 2.66929,0.24367 4.38293,-3.99406 6.80948,-3.5224 0.48785,0.23432 0.003,1.65075 0.49386,1.65487 0.23988,-0.008 0.48262,-0.23576 0.72282,-0.23353 l -0.005,-0.13993 c 0.23229,0.993 3.30863,2.37408 2.07798,2.37394 -1.42087,-0.004 -2.13369,-1.9319 -3.54882,-2.3763 -3.31484,-0.71301 -3.55522,2.36639 -5.68591,3.30589 -1.18545,0.46865 -9.02767,-0.70797 -5.2063,2.35987 1.18179,0.96223 3.31137,-0.93774 4.49505,-0.22571 1.18368,0.71204 0.94251,2.84096 1.41115,4.02641 0.23229,0.993 1.65279,2.83795 0.94473,2.60076 -1.8965,-0.47882 -2.83679,-3.55998 -4.72996,-3.31854 -1.42088,-0.004 -3.55574,5.43802 -3.31984,6.85112 a 9.61,9.61 0 0 0 1.53548,3.23197 c 0.17607,0.18439 1.13459,0.12331 1.41607,0.16422 l 0.003,0.0799 c -1.66029,0.94428 -4.7327,-0.007 -5.45173,1.88757 a 3.88,3.88 0 0 0 -0.47137,2.12639 c -1.8935,0.23145 -1.90896,6.85542 -1.66988,8.05831 0.23321,0.71282 1.18767,-0.70884 1.66029,-0.94427 1.18244,-1.17892 2.12722,-2.59026 3.31933,-3.77949 -0.47216,-0.98523 -0.94649,-1.42009 -1.18193,-1.89272 1.66108,0.006 3.787,-0.4629 4.00989,0.24025 2.36195,4.03562 -6.1533,4.01141 -6.63389,7.08859 0.0324,0.99947 1.65585,-0.46388 2.59855,-0.70454 a 17.58,17.58 0 0 0 3.55202,0.005 c 0.98523,-0.47216 2.84971,-2.83379 2.84795,-1.65311 -1.19803,6.87241 -5.93008,4.72455 -9.48484,8.03142 -0.47485,0.47563 0.47419,1.66551 -9.8e-4,2.13115 -1.18512,0.47864 -8.51492,-0.0142 -9.23173,1.63987 -0.23464,0.47785 1.42088,0.004 1.41644,0.48437 l 0.005,0.14993 c 0.69251,-0.24256 1.15292,-0.23747 1.37835,0.23548 0.69205,0.97809 -9.23641,7.05286 -5.76781,5.40965 a 13.19,13.19 0 0 0 3.00074,-1.87818 9.54,9.54 0 0 0 -0.90911,2.82093 c -2.09081,8.96242 6.22132,0.24862 5.11755,3.54611 -0.6946,1.41323 -3.69404,1.17026 -4.38863,2.58349 -0.45962,0.94539 3.22965,0.24553 2.77095,0.91073 a 4,4 0 0 1 -4.15541,1.13519 c -2.31119,-0.92563 -2.98778,-6.36657 -4.83051,-5.18626 -1.84274,1.1803 -5.31388,3.05371 -4.15972,4.70719 0.68852,1.17832 3.68843,2.36178 2.53519,2.58925 -1.61554,0.47257 -2.99782,-2.35414 -4.61239,-1.85158 -0.92271,0.24001 2.30707,1.41602 2.07765,2.36395 -0.45439,1.41546 -2.53334,1.17267 -3.22349,2.10551 -0.69015,0.93284 -0.004,2.35136 -0.47091,3.06686 -0.45995,0.93539 -2.07419,-0.71319 -2.7618,-0.0105 a 6.75,6.75 0 0 0 -0.46138,2.12606 c 0.0152,0.46975 1.37581,0.46568 0.91573,0.47058 -0.69506,0.47276 -2.07419,-0.71319 -2.53159,-0.008 -0.95446,1.42166 -0.69853,3.14427 -0.93526,4.7928 0.0152,0.46976 -0.22941,0.94793 0.23067,0.94303 0.91827,0.24038 3.69403,-1.17026 2.98644,-0.46698 -0.95478,1.41167 -2.76577,1.41032 -4.15301,2.13564 -2.53811,1.64307 -7.61179,4.699 -4.15338,6.13774 2.3012,0.92595 4.84126,-2.81828 6.45934,-3.52106 0.23243,-0.23765 -0.97,0.94191 -0.45962,0.94538 a 0.65,0.65 0 0 0 0.45976,-0.0149 c -1.32629,0.75336 -2.90088,1.25462 -3.46781,2.59368 -0.45994,0.93539 1.15384,1.64349 1.61471,2.58906 0.46086,0.94557 -0.008,2.83176 1.09988,3.06599 1.83653,0.48077 7.61179,-4.69901 8.76202,-5.63675 a 29.21,29.21 0 0 1 3.69325,-2.12074 c 0.23243,-0.23765 0.92526,-0.47021 0.69538,-0.46276 -1.61411,-0.7181 -4.38511,0.22214 -5.29907,-1.42912 -0.69852,-1.17799 2.07026,-1.87804 2.99774,-2.58845 1.84782,-1.64071 10.16824,-13.18626 9.45323,-3.75816 -0.22895,1.88841 -4.37654,1.4125 -5.30356,3.06339 -1.15722,1.64834 4.37571,1.64914 4.60716,3.54263 0.45656,2.35645 -8.99361,2.81278 -9.69473,5.87709 -0.22974,0.93794 2.5408,-0.94279 2.77146,2.4e-4 0.22113,1.88382 -0.005,4.4825 -1.62767,5.65568 -0.22988,0.007 -9.6721,-2.37797 -9.68084,-0.4867 -0.22896,1.88841 3.22881,3.30716 2.52945,5.1908 -0.69237,1.17304 -2.29787,-2.36682 -3.68621,-2.60197 -0.91827,-0.24039 -2.07993,1.88836 -2.30092,0.93501 -0.2359,-1.4131 1.84422,-2.06081 1.88656,-3.53296 -0.0379,-1.16938 -1.61425,-1.64858 -2.08511,-2.59382 -0.68853,-1.17832 0.0104,-4.00244 -1.37529,-3.53731 -1.8432,0.23982 -1.90178,3.0632 -3.23669,4.47718 -1.15499,1.40815 -3.69102,1.88054 -3.68756,3.53129 -0.2345,1.40833 3.00042,-1.88817 3.69149,-0.94006 0.92192,0.97065 -2.31091,0.93534 -3.46605,1.41301 -0.69538,0.46276 -1.38474,2.34608 -1.84783,1.64071 -1.14639,-1.41361 0.47522,-4.47774 -0.90836,-5.1833 -1.61156,-0.9483 -7.15263,2.81314 -7.38414,4.93175 -1.40228,10.14074 5.07799,-4.46681 5.98061,3.31804 0.91659,6.36365 -8.29902,1.39953 -8.52923,1.39698 -1.94388,-0.39724 -0.19999,1.54729 9.3e-4,1.88096 -0.69806,-0.23751 -2.30453,-1.64622 -1.84144,-0.94085 0.45355,1.64617 0.91266,3.77242 2.52422,4.72072 0.81383,0.41386 1.64742,-0.72374 2.61331,-1.17526 -0.31271,0.23025 -0.65151,0.58141 -0.53736,0.70778 0.46531,0.46517 2.53603,-0.47239 2.07118,0.003 -0.91781,0.7001 -3.44986,-0.24839 -3.45162,0.93229 0.22114,1.88382 4.6067,2.60216 3.90957,4.2456 -0.94701,1.65154 -3.91739,-0.47337 -5.05633,-1.6571 -0.92349,-0.71046 0.46171,-2.11607 8.4e-4,-3.06163 -0.45832,-1.17578 -2.03944,-1.18457 -2.76017,-2.12172 -0.46341,-0.71536 0.23372,-2.35881 -0.45911,-2.12624 -1.38311,0.23492 -3.2284,1.64543 -3.0012,3.09883 0.22765,0.23275 0.46309,0.70537 0.69204,0.9781 a 10.77,10.77 0 0 0 -3.92248,-0.013 c -0.91952,0.0298 -1.6173,1.65325 -2.53557,1.41286 -1.38612,-0.47535 -1.38006,-3.06691 -2.75841,-3.30239 -6.22654,-0.7187 -6.97333,0.93636 -5.31133,2.82351 1.15384,1.64349 4.14805,1.4164 4.37918,3.2999 0.45212,2.83684 -11.77161,4.46361 2.06858,4.24523 a 14.26,14.26 0 0 0 5.07493,-1.16499 c -2.54112,0.9328 -5.76906,3.5187 -4.16226,4.9374 1.1518,0.9632 3.95644,-1.40888 4.61276,0.0106 0.68853,1.17832 -2.07502,2.34844 -3.46337,2.11329 -0.007,-0.22988 -3.4474,-5.42119 -5.06803,-4.4882 -0.91526,0.46989 0.4648,3.53679 -0.46092,3.06653 -1.15592,-0.47281 0.23849,-2.82921 -0.685,-3.53967 -3.22581,-2.59688 -5.99686,2.35547 -6.68492,2.11763 -0.46976,0.0152 -0.23844,-1.1829 -0.6963,-1.41819 a 4.45,4.45 0 0 0 -3.00944,-0.24265 c -0.68964,0.0224 -1.60809,0.70245 -1.38011,0.94519 0.9235,0.71047 7.09576,2.84167 8.2899,4.49386 a 4.53,4.53 0 0 1 0.61643,2.0411 c -0.46609,-1.41565 -1.30449,-2.27894 -2.68793,-2.05402 -8.07882,1.40241 -3.00649,4.47973 -2.09336,9.19263 0.0152,0.46975 -0.22419,1.418 -0.95478,1.41166 -0.45976,0.0149 0.69982,-0.94316 0.69459,-1.41323 -0.4561,-1.41598 -1.60725,-2.35918 -2.29323,-3.76771 -0.46217,-0.98554 -0.002,-2.83143 -0.91998,-3.07181 -2.07641,-0.47299 -5.53469,1.17988 -5.30611,3.29359 a 7.33,7.33 0 0 0 1.60374,4.72053 c 0.69204,0.9781 4.14759,0.47591 3.68542,1.6515 -0.69459,1.41324 -3.00166,-0.003 -4.37557,-0.71866 -0.69551,-0.46771 -0.22858,-2.1137 -0.91919,-2.12134 -1.37928,0.0447 -0.70241,3.02434 -2.07646,3.53912 -0.23987,0.008 0.2272,-0.70773 0.22942,-0.94793 -0.0534,-1.64914 1.61892,-3.76441 0.46777,-4.70762 -0.92193,-0.97065 -0.46601,3.52694 -1.88656,3.53295 -1.8513,-0.01 -2.76396,-3.78246 -4.60716,-3.54263 -1.38312,0.23492 1.60072,4.01026 0.21761,4.24518 -1.38312,0.23492 -1.37483,-2.59684 -2.06336,-3.77515 -0.46341,-0.71537 -2.76526,-1.66131 -2.76447,-0.71084 -0.004,2.35136 4.59938,3.30277 4.17766,5.41753 -0.46661,1.65599 -4.14889,1.64525 -3.89523,3.297897 0.2259,1.413425 2.76878,-0.700047 4.14935,-0.704767 a 9.91,9.91 0 0 1 2.38176,0.633192 3.4,3.4 0 0 0 0.84312,0.08274 c 3.2371,0.475402 10.37585,4.026047 11.52876,3.78858 6.68839,-0.466877 -5.30443,-2.829678 2.76531,-2.3508 0.91952,-0.0298 2.7667,0.470636 2.03944,1.184566 -4.15273,3.996601 -9.6764,-0.967096 -10.83108,0.451047 -0.46517,0.46531 2.30009,2.126618 1.3796,2.126431 -1.14847,-0.242929 -1.60503,-2.599378 -2.75795,-2.361911 a 0.61,0.61 0 0 0 -0.39007,0.312798 c -0.47961,0.946031 -0.18518,3.54786 -0.77145,2.746428 -0.58627,-0.801432 0.51043,-1.847502 0.77145,-2.746428 a 0.81,0.81 0 0 0 -0.0756,-0.787966 6.47,6.47 0 0 0 -4.53155,-2.444509 15.82,15.82 0 0 0 -2.60641,-0.155662 c -3.46462,0.222333 -9.00922,6.34513 -5.31778,9.417179 1.14893,1.183408 3.21933,0.235853 4.60323,0.951405 1.15338,0.703011 -4.60753,0.459475 -4.15143,1.875445 1.37784,3.307108 12.22242,0.494385 9.44934,2.60531 -2.77054,1.880723 -6.68441,-0.953997 -9.04321,-1.18772 -1.37928,0.0447 -7.1501,2.582941 -2.30621,4.477045 1.15592,0.472809 2.07294,-1.177759 3.22364,-1.175028 1.85351,-0.230154 5.53723,-1.410086 5.3105,0.238122 -0.009,1.891276 -3.45953,-0.238073 -5.30528,0.231956 -1.61554,0.472574 -3.69565,1.120287 -4.85125,2.818607 -0.4574,0.705185 2.9943,4.715491 3.45471,4.720581 a 12.13,12.13 0 0 0 8.07405,-0.932001 c 0.45263,-0.234783 -0.003,-1.650754 0.6846,-1.412915 1.85097,4.9e-5 8.99226,3.32049 9.22469,3.082837 a 12.51,12.51 0 0 0 1.89401,-3.303078 l 0.22798,0.242743 c 1.62155,0.947976 3.45776,1.41875 5.079,2.356732 0.22798,0.242743 0.0382,1.179381 0.46216,0.985548 2.3036,-0.234735 5.07238,-0.934781 5.07493,-1.164985 0.46184,-1.18558 -1.39041,-12.031278 4.39951,-9.657563 2.30119,0.925952 -4.15796,3.526523 -4.16338,6.138069 0.0304,0.939507 0.22636,2.353903 1.14463,2.594287 1.38612,0.475354 4.38862,-2.583499 4.61197,-0.939871 1.60846,8.262238 -10.14046,0.458682 -10.37372,3.757968 -0.24071,3.069407 5.75382,6.817215 1.36747,7.309544 -7.1488,0.461786 -0.20419,-11.549446 -6.89688,-9.67169 -5.30735,1.402637 -2.31828,5.648051 -3.93206,4.939949 -1.61378,-0.708103 -1.83015,-3.06233 -3.44393,-3.770433 -5.08709,-2.6066 -9.68645,3.045335 -9.9141,2.812586 -2.07151,-0.01291 -3.90688,-3.545319 -5.52974,-2.372141 -1.14768,0.707544 -2.80409,6.09402 -0.69372,7.306303 1.61156,0.9483 4.60675,-1.409949 6.45028,-1.63978 0.46263,-0.235107 0.92349,0.710462 0.69204,0.978099 -1.38265,1.175399 -4.15541,1.135186 -4.61105,2.820828 -0.23497,0.467856 0.0304,0.939507 0.0379,1.169386 -1.38881,-1.175634 -2.7654,-2.591791 -4.37649,-2.599613 -1.15292,0.237467 2.98685,4.485612 3.22228,4.958235 0.45217,0.985871 -0.013,3.302155 1.10765,3.305858 a 10.4,10.4 0 0 0 2.76531,-2.3508 c 1.85228,-2.121106 3.92698,-4.479541 4.38132,-1.882895 -1.84052,0.940106 -5.07715,1.405182 -5.07845,3.526337 0.0304,0.939507 2.98685,4.485612 4.6048,2.852351 -0.23196,1.178131 -0.69158,2.123514 -1.61429,2.363526 -4.15667,1.405368 -7.60999,-0.493778 -7.37854,1.399719 a 37.28,37.28 0 0 0 1.83662,5.423359 c 2.75966,5.193342 4.38567,-5.144748 6.69307,-5.879868 2.07595,-0.467484 -1.61892,3.76441 -2.53849,5.645181 -0.92401,2.361167 0.22368,1.653623 1.59851,4.250456 0.23288,0.702826 -0.003,3.301831 0.69421,2.588873 1.3852,-1.405603 0.92864,-3.762052 1.8179,-5.651846 a 9.89,9.89 0 0 1 2.53307,-3.033635 c 0.46517,-0.465311 1.1537,0.713006 1.61378,0.708102 -0.4574,0.705185 -0.95478,1.411665 -0.68936,1.883316 0.0382,1.179381 3.22266,0.956122 2.98815,2.364457 -0.23196,1.178131 -2.76623,0.469842 -3.96551,1.129032 a 8.15,8.15 0 0 0 -1.38219,2.115878 c 0.0152,0.469754 0.68852,1.178318 0.22589,1.413425 -0.91748,0.710089 -2.06896,-0.243115 -2.98644,0.466974 -0.69283,0.232562 -0.23451,1.408334 -0.68936,1.883316 -0.23497,0.467856 -1.61332,0.232376 -1.38566,0.465124 7.13823,6.622273 2.52936,0.248206 9.9072,0.67947 0.68964,-0.02235 -8.76771,4.226197 -8.76994,4.466395 -0.22974,0.937933 3.03082,0.902308 2.03912,1.174571 -0.46263,0.235107 -1.15592,-0.472809 -1.61915,0.05247 -0.45264,0.234784 0.23367,1.653299 -0.22452,1.408011 -1.15814,-0.232611 -1.84236,-2.821808 -3.00036,-2.123935 -1.60777,0.712448 -1.15852,3.769501 -2.54117,4.944901 -0.92748,0.710413 -3.68797,-1.421295 -3.68973,-0.240619 0.023,0.709628 0.68852,1.178318 1.38436,1.656031 a 5.87,5.87 0 0 1 2.30485,1.656216 c 0.68853,1.178318 -0.4704,4.317502 1.14037,4.315329 3.00944,0.242654 1.85959,-7.143979 4.8508,-8.081354 1.85574,-0.470352 4.61276,0.0106 5.30397,1.8892 0.45388,1.656168 -3.46337,2.113285 -3.69233,4.001691 -10e-4,2.121155 0.45171,2.206527 1.38395,1.025713 1.37659,1.416157 7.84117,-1.634827 6.90938,0.486466 -0.69713,1.643442 -3.46161,0.932608 -4.84172,1.877805 a 4.67,4.67 0 0 0 -2.7753,2.351123 c -0.2272,0.70773 2.30883,0.235342 1.84398,0.710648 -0.96222,1.181786 -4.37955,0.702219 -4.1462,2.345523 0.45865,1.1857668 0.68676,2.3589938 1.11543,3.545732 -0.46564,-0.475167 -0.92193,-0.9706486 -1.38613,-0.475354 -1.15546,0.46767 -1.38649,3.526758 -2.30967,2.826292 -1.84398,-0.710648 -0.45304,-4.7178019 -2.29925,-5.188251 -1.60633,-0.478224 0.22905,3.054183 -0.005,4.472513 -0.46693,1.645987 -2.07724,2.588638 -2.08155,3.999518 -0.22641,1.65820301 2.52339,7.782352 4.13495,8.730653 0.92572,0.470263 2.31138,0.0051 3.02466,0.712407 1.39168,0.955426 2.98954,5.185892 5.75924,6.366803 1.3839,0.715552 2.76526,1.661307 4.14837,1.426386 1.15292,-0.237466 0.92434,-2.351172 1.84705,-2.591184 0.92271,-0.240011 2.53427,0.708289 2.30485,1.656217 -0.69714,1.643442 -8.30763,4.221292 -4.39326,6.145518 1.84399,0.710648 3.68797,1.421296 5.5315,1.191465 1.38089,0.0053 2.77132,-3.091383 3.46082,-1.883082 0.4561,1.415971 -3.46559,2.353483 -2.53687,3.534022 0.92873,1.180539 2.76578,-1.410321 4.37655,-1.412494 3.23187,0.0053 2.53029,2.129163 4.83598,0.723746 0.69251,-0.242557 0.96223,-1.181786 1.62507,-1.413376 0.91526,-0.469892 2.53427,0.708288 3.45176,-0.0018 1.16022,-0.938071 0.47012,-4.017335 2.08631,-4.469919 1.61619,-0.452585 1.8357,3.542401 3.22104,3.067282 1.84352,-0.229831 1.61416,-3.294009 3.00681,-4.469733 0.45485,-0.474982 1.1418,0.963523 1.60601,0.468228 0.23274,-0.227658 6.23951,-7.526041 7.39672,-9.174388 0.22466,-0.477526 -0.69204,-0.978098 -0.46609,-1.415646 1.16027,-4.95017799 2.98601,7.547245 4.38289,-2.143083 0.23941,-0.948251 -2.75971,-1.181235 -2.06989,-2.124072 1.15245,-1.17794499 4.15236,0.0055 5.30703,-1.41263199 0.68761,-0.70263901 -1.84444,-1.65112601 -1.6147,-2.58905901 0.7038,-2.364036 6.91244,-2.815366 6.69922,-3.528834 -0.69376,-1.648395 -3.68589,-2.5919771 -2.99907,-4.24509 0.70204,-1.183359 2.76748,1.4211092 3.92085,2.1241211 0.9235,0.7104619 -0.24071,3.0694069 0.91998,3.0718139 9.68561,0.0163 2.30713,-2.596088 6.2247,-5.204343 0.69505,-0.47276 -0.46647,2.586465 0.46401,2.586328 1.84098,3.72e-4 -0.2295,-3.994663 1.39243,-7.048798 0.46517,-0.465311 0.92192,0.970649 1.38168,0.95575 0.45976,-0.0149 0.4574,-0.705185 0.45995,-0.935388 1.39362,-3.306874 -0.0256,-0.789586 -1.837,-5.743515 -0.45832,-1.175772 0.89389,-3.290679 0.473,-4.237543 -0.69408,-1.65839 -2.99338,-2.834534 -2.76442,-4.722941 0.23196,-1.178131 2.54107,0.918179 3.23057,2.12648 0.45864,1.185767 -0.23849,2.829209 -0.0126,4.242634 a 0.51,0.51 0 0 0 0.46563,0.475168 c 5.7735,-3.999098 -4.13888,-11.321885 1.63457,-11.308876 1.61915,-0.05247 -0.46253,3.016564 -0.23534,4.469968 0.45689,2.366443 1.14587,4.485239 1.60244,6.841688 0.008,0.239874 0.23543,0.472622 0.23066,0.943023 -0.45564,-0.475491 -0.89874,3.140758 0.45087,5.268161 0,0 1.38488,-1.415598 1.38927,-0.04502 0.0308,0.949502 -1.39441,2.3564 -0.70241,3.024338 7.60132,7.327643 5.07544,-4.236613 9.91021,3.550879 0.69204,0.9780981 2.09288,2.8337 1.1151,3.535737 -0.23242,0.237653 -0.23242,0.237653 -0.46263,0.235108 -1.38311,0.234921 -3.68287,-1.881702 -4.60545,-0.711206 0,0 2.74498,10.606657 2.9669,13.440956 0.003,1.650754 -2.31051,5.887925 -0.92392,7.303757 8.74517,8.971458 6.46032,-5.65221 10.59832,-0.223388 2.99417,3.785007 -3.47254,12.018779 -3.01773,15.555904 0.0457,1.40926 -0.24104,3.059412 0.44938,3.987536 0.6933,0.707917 2.30361,-0.234735 2.7667,0.470636 1.61503,2.599054 0.21724,8.247291 1.33697,10.382144 a 13.27,13.27 0 0 0 2.8597,3.649291 c 0.45786,0.235294 1.37927,-0.0447 1.60633,0.478223 0.23765,0.232425 -0.68506,0.472437 -0.68982,0.942838 0.007,0.229879 2.76109,4.00267 3.21973,5.188437 0.46217,0.985548 -0.2315,2.11861 0.22937,3.064179 0.91873,1.180863 2.75971,1.181235 3.67844,2.362098 1.38436,1.65603 0.91155,4.973084 2.75489,5.663742 0.92794,0.230066 2.30582,-0.474933 2.76669,0.470636 0.92396,1.65094 1.61073,4.009934 0.45351,5.65828 -0.69459,1.413239 -3.91739,-0.473367 -4.61517,1.150086 -0.93923,1.891413 5.52589,4.723499 3.68759,5.423407 -2.08039,0.947879 -5.29684,-3.830449 -6.22701,-1.659183 -0.46484,0.475306 0.692,2.829071 2.53311,5.921065 -3.36416,-0.691404 -7.58532,-1.585153 -10.14999,1.39948 v 0 a 6.09,6.09 0 0 1 2.19583,-0.78153 5.81,5.81 0 0 0 -2.20065,0.94177 l -0.005,-0.15992 a 5.87,5.87 0 0 0 -1.18457,2.03944 c -0.47216,1.17591 3.30184,0.003 3.52806,1.42648 0.70722,3.29882 2.10258,11.77808 -2.12413,8.24312 -0.94348,-0.70981 2.11991,-1.88965 2.35155,-3.07778 1.1941,-7.3025 -4.45562,-5.65865 -7.98765,-5.66425 a 9.86,9.86 0 0 1 -3.5325,-0.94609 20.55,20.55 0 0 1 -2.34918,-0.5542 c 0,0 0,0 0.003,0.08 1.41166,0.95478 4.01733,0.47013 4.47121,2.1263 2.10806,7.31556 -9.18259,4.69988 -11.30583,5.86926 -0.70282,0.23289 0.7063,1.41787 1.17193,1.89304 3.76885,3.29966 5.88908,1.42 4.92995,8.254647 -0.22974,0.93793 -1.87827,0.70121 -2.11801,1.63946 -0.23719,0.70806 3.99466,-0.2295 2.58595,3.5381 0.008,0.23988 0.0304,0.93951 0.47216,0.98523 0.93826,0.23973 2.11847,-0.69899 3.2966,-0.46702 1.17814,0.23196 2.10718,1.42249 3.52773,1.41648 0.46976,-0.0152 0.70491,-1.40357 1.17022,-0.9384 1.1767,1.42264 2.5885,3.3079 2.1609,4.9326 -0.23719,0.70806 -1.4131,0.2359 -2.34914,-0.24404 1.88142,0.93956 3.52852,2.36696 5.63968,2.36858 5.88691,-0.19077 0.24802,-3.77001 0.0139,-6.36379 -9.2e-4,-1.88096 4.12279,-1.52433 6.35986,-2.57734 0.70282,-0.23289 1.17767,-0.70852 1.17244,-1.1786 0.62527,-1.39098 -0.50908,-2.12462 -1.87267,-2.83083 -0.19346,-0.10378 -0.35727,-0.21854 -0.55041,-0.31233 a 17.4,17.4 0 0 1 -1.56899,-0.86964 c -1.13371,-0.71366 -1.82154,-1.56182 -0.45957,-3.066717 1.17277,-1.1686 3.05627,-1.39973 4.23871,-2.57865 0.22988,-0.007 0.22988,-0.007 0.23242,-0.23765 5.19015,-4.71058 0.473,-4.23754 0.25238,-9.193 -0.0379,-1.16938 1.1823,-2.1094 1.41204,-3.04733 3.29003,5.19616 7.51289,11.08248 7.51289,11.08248 -0.47183,1.1859 -2.35011,1.88711 -2.35441,3.29799 -0.23419,1.41833 1.17461,2.593307 1.12903,3.965507 0,0 -4.2393,0.70768 -2.58776,1.65468 0.93571,0.46994 2.35358,-0.23635 3.29405,-0.23681 1.64854,0.23673 3.28786,1.42425 5.16882,1.42333 5.89338,0.009 4.32264,-4.00211 9.97139,-3.51481 0.70962,-0.023 4.46867,2.3565 5.65143,1.18758 a 8.89,8.89 0 0 0 2.84134,-4.944627 c 0.24154,-6.13104 -7.53109,-3.30781 -1.39787,-12.26115 0.71236,-1.17369 0.90911,-2.82093 2.36474,-3.28832 1.64552,-0.47355 3.7627,0.94863 4.93514,-0.22997 0.71203,-1.18368 -1.87489,-2.59063 -1.39889,-3.956764 0.23941,-0.948252 1.6433,-0.233348 2.58378,-0.233809 1.17938,-0.03822 2.11639,0.471699 3.29961,0.243256 a 12.42,12.42 0 0 0 4.23662,-1.40796 c 0.71282,-0.23321 -0.71366,3.294843 1.41402,1.645064 1.17277,-1.168598 1.41473,-2.347053 3.76831,-2.583408 0.22988,-0.0074 -0.46962,0.945707 -0.24196,1.178455 0,0 3.98721,-0.459383 4.00988,0.240249 0.23544,0.472623 -0.46961,0.945707 -0.46438,1.415784 0.22543,0.472947 0.93349,0.710138 1.17591,0.472161 4.00026,-3.761539 4.24866,-11.533662 4.95852,-16.489254 1.19013,-8.042767 -0.004,5.432981 2.5954,-2.345293 0.47739,-0.705833 -1.17415,-1.652838 -0.69676,-2.35867 0.23719,-0.708054 2.11116,0.0016 2.11815,-0.708978 0.71241,-3.024661 -3.28317,-6.837247 -1.40314,-8.719128 0.70759,-0.703287 1.88873,0.238951 2.3539,-0.226359 0.23465,-0.477851 -3.04506,-5.664345 -2.57035,-7.070458 a 15.11,15.11 0 0 1 2.12551,-5.421688 c 0.23242,-0.237653 1.4131,-0.235893 1.17799,-0.698521 -0.94871,-1.179891 -3.30007,-1.183735 -3.29609,-2.604609 -0.23112,-1.883502 2.83005,-2.823144 2.85656,-4.47487 -9.2e-4,-1.880957 -3.76107,-3.059787 -4.69979,-4.240002 -0.47563,-0.474843 -1.41657,-1.41486 -0.7063,-1.417867 1.64807,-0.703749 4.46821,1.416021 5.6432,0.0072 1.65237,-2.114629 -3.51685,-8.490547 -3.31487,-9.667706 0.23974,-0.938257 2.58457,0.716664 3.05418,-0.229043 0.71236,-1.173689 -1.17599,-5.414751 -2.09949,-6.125213 -1.42166,-0.954454 -6.12105,-0.241871 -4.94638,-1.660662 1.17466,-1.418791 3.53027,1.18628 5.41123,1.185357 2.59156,0.0061 0.47471,-1.406113 1.41472,-2.347054 0.24242,-0.237976 1.41611,0.474383 1.40926,-0.04567 -1.64293,-3.76876499 -4.69535,-4.720398 -8.4668,-3.77774899 -0.69963,0.02267 0.0457,1.40925999 -0.46439,1.41578399 -0.71282,0.23321 -0.70883,-1.18766499 -1.17669,-1.42263499 -0.23987,0.0078 -0.47739,0.705833 -0.70727,0.713283 -0.70963,0.023 -1.40926,0.04567 -1.64631,-0.476928 -0.93918,-2.12069301 11.06095,-0.458496 11.53135,-0.45373 0.22988,-0.0074 0.47485,-0.475629 0.7076,-0.70328701 a 2.23,2.23 0 0 1 1.16938,-0.03789 c -0.0172,-0.529722 -1.02441,-0.737207 -1.40875,-0.864826 l -0.003,-0.07996 c 0.46485,-0.475305 4.04811,1.41963001 3.05594,-1.409719 -0.023,-0.709628 -2.58979,-1.186741 -1.87697,-1.419951 1.6433,-0.233348 3.75747,0.478549 5.17788,-0.457948 4.24315,-3.0590373 3.5668,-13.432574 3.5668,-13.432574 3.76701,-0.462252 0.46443,7.538914 2.81657,8.49323 0.70551,0.4673944 -1.17938,-2.122915 -0.46434,-2.596323 1.17545,-0.468317 1.87092,4.0115077 2.34053,3.0658011 0.71713,-1.6440901 0.008,-3.7722321 0.95515,-5.4137771 0.94733,-1.641544 2.8275,-2.592941 4.47812,-3.526893 0.46485,-0.475306 1.87614,0.159317 1.64071,-0.313306 0.007,-1.651078 -1.40004,-3.066262 -2.14632,-4.482834 -0.23765,-0.232425 -0.94191,-0.970001 -0.70204,-0.977775 1.87795,-0.711198 4.70318,0.948165 5.88039,-0.700829 0.71236,-1.173688 -1.64547,-3.538561 -3.10855,-3.301048 -1.8835,0.231126 -2.11454,3.290215 -3.76261,3.993964 -1.18767,0.708839 -2.82444,-0.708891 -4.00211,-3.75e-4 -0.97778,0.702037 -0.0131,3.302155 -1.1885,3.770472 -1.64808,0.703749 -3.2874,-0.483777 -5.17358,-0.952931 -0.93826,-0.239737 -1.88443,-1.649831 -3.03989,-1.182161 -0.47262,0.235431 1.41657,1.414861 0.9414,1.880495 -0.70726,0.713282 -2.59331,1.174612 -3.0664,0.469565 -0.46831,-1.175448 2.12722,-2.590258 1.42394,-3.29785 -1.17892,-1.182437 -3.29661,0.467019 -4.71272,-0.0074 -1.40356,-0.70491 -1.87789,-3.300909 -3.28877,-3.305214 -1.17814,-0.231963 1.64501,2.598083 0.69976,3.068946 -2.11847,0.698982 -4.459,-2.366819 -6.82257,-2.13014 -1.40565,0.465772 -3.76608,2.34321 -5.64463,1.183446 -0.47531,-0.464849 -1.64899,-1.177208 -1.17637,-1.41264 1.65029,-0.943946 3.77177,-0.932654 5.65462,-1.18377 0.69964,-0.02267 1.41167,0.954779 1.64632,0.476928 0.70236,-1.173365 -0.4648,-3.536801 0.70842,-3.764921 1.4131,-0.235893 1.64247,2.828286 3.09333,2.831295 2.12116,0.0013 3.0677,-2.590719 4.90345,-3.060424 1.40565,-0.465772 8.25686,7.796657 11.08265,2.372286 0.71236,-1.173688 -2.82093,-0.909109 -3.52074,-2.127082 -0.94617,-1.410094 -0.23427,-3.524261 -1.16855,-5.184872 -0.23511,-0.462628 -2.3558,0.476553 -2.11861,-0.231501 0.70204,-1.18336 2.35488,-2.35751 3.53079,-1.885349 1.64409,0.717126 1.87267,2.830831 2.81916,4.25092 0.23543,0.472623 0.0305,0.939507 0.0379,1.169386 0.70203,0.977775 2.11416,0.711897 1.87743,2.36043 -0.007,1.651078 -1.65288,5.186257 0.22807,5.185333 1.88096,-9.23e-4 3.52635,-1.404952 5.17965,-1.638624 0.99299,-0.232284 2.11129,0.932106 2.58901,0.236268 -0.007,-0.229879 -1.40704,-2.355663 -1.17461,-2.593316 6.5945,-3.055194 4.47562,-5.147662 6.59964,-7.527707 0.97778,-0.702037 1.18198,-2.119395 2.3552,-2.347514 0.23988,-0.0078 2.35529,2.595075 2.58901,0.236267 0.72417,-6.366795 -1.87313,-3.771309 -5.39641,-7.829322 -0.94316,-0.699819 -0.23159,-2.82398 -1.4075,-3.296141 -0.94571,-0.469616 -1.41218,2.11685 -2.12023,1.879659 -1.41167,-0.954779 -1.63992,-3.058489 -2.58642,-4.478578 -0.70203,-0.977775 -3.52296,-1.886884 -2.34751,-2.355202 1.41532,-0.476091 3.52342,2.827363 4.46599,1.656219 6.37434,-7.070169 -5.63968,-2.368578 -5.87988,-2.370799 -0.46785,-0.23497 0.71236,-1.173689 0.23673,-1.648532 -0.23543,-0.472623 -1.17545,0.468317 -1.4131,0.235893 a 9.54,9.54 0 0 1 -3.51898,-3.307759 c -0.47216,-0.985224 0.47646,-2.586789 -0.46957,-3.0664 -2.34705,-1.414723 -7.29394,-0.0038 -9.8855,-0.0098 -0.69963,0.02267 -0.23367,-1.653299 -0.93173,-1.890814 -0.47785,-0.234646 -1.18544,0.468641 -1.17938,0.03822 -0.2359,-1.413101 1.17929,-2.819676 0.9434,-4.232777 -0.2359,-1.413101 -1.86999,-2.13055 -2.3483,-3.305675 a 2.06,2.06 0 0 1 0.007,-1.651077 c 0.23243,-0.237653 1.4131,-0.235893 1.17545,-0.468318 -0.0152,-0.469753 -0.93525,0.470539 -1.16939,0.0379 -0.47215,-0.985224 -0.2389,-2.123377 -0.46956,-3.0664 a 7,7 0 0 1 -0.46924,-3.056406 c -0.0155,-0.479748 1.1829,-0.238438 0.97745,-0.712032 -0.23067,-0.943024 -2.1194,-1.181975 -1.87744,-2.36043 -0.0227,-0.699633 2.35437,0.714119 2.35391,-0.22636 0.71241,-5.185795 -8.46323,-10.151208 -3.04117,-12.027809 1.87827,-0.701204 3.98938,3.312525 5.40424,1.895955 1.41486,-1.416569 -1.12288,-3.775612 -2.1068,-5.424614 -0.23765,-0.23242 -0.98523,0.472164 -0.9427,0.240665 a 8.75,8.75 0 0 1 -0.22761,-4.244855 c 0.24196,-1.17846 1.18198,-2.1194 1.41394,-3.29753 0.23895,-1.88873 -0.22206,-3.76478 0.0169,-5.65351 -0.008,-0.23988 0.70282,-0.23289 0.69963,-0.0227 0.23797,0.24242 1.40926,-0.0457 1.18322,-0.22844 -2.8287,-3.31012 -9.15042,-4.49599 -5.40988,-7.31862 1.42041,-0.9365 3.52935,-0.69468 5.18265,-0.92835 0.70962,-0.023 1.88142,0.93955 2.11861,0.2315 0.96255,-1.17179 8.3e-4,-3.06163 0.71319,-4.23532 0.47485,-0.47563 0.23113,1.8835 0.70153,1.88827 1.88619,0.46915 0.71,-4.02511 0.007,-5.65319 a 10,10 0 0 1 -1.16938,-2.12324 c 0.9427,-0.24066 3.53333,-2.11555 2.82875,-0.70199 -0.2372,0.70805 -1.88351,0.23113 -2.1207,0.93918 0.0227,0.69963 1.41167,0.95478 2.11384,0.7019 0.70218,-0.25287 1.18277,-1.16892 1.64761,-1.64422 1.17721,-1.649 3.30045,-2.81838 4.0098,-4.70235 0.47693,-1.64631 -3.76446,0.23205 -5.17358,-0.95293 -0.94348,-0.70981 2.58157,0.006 3.53158,-0.93487 0.70759,-0.70329 0.23372,-2.35881 0.71365,-3.29485 0.23243,-0.23765 1.16814,0.23229 1.16939,-0.0379 -0.23321,-0.71282 -1.88142,-0.93956 -1.40657,-1.41519 0.70726,-0.71328 2.11384,0.70191 2.58901,0.23627 0.46739,-0.70551 -1.17638,-1.41264 -0.93918,-2.12069 0.23464,-0.47785 1.17544,-0.46832 1.6433,-0.23335 -0.85446,-0.43255 -1.75403,-0.71356 -1.17369,-0.71236 1.6533,-0.23367 3.29054,2.12454 4.70841,1.41824 1.65061,-0.93395 1.89433,-3.29308 2.12107,-4.94129 0.2445,-1.40866 -1.16763,-3.30391 0.0126,-4.24263 0.97777,-0.70204 2.58327,2.83782 3.28531,1.65446 0.71712,-1.64409 -2.81616,-3.54065 -1.87105,-4.94199 0.96255,-1.17179 3.04766,1.42203 4.4733,0.95561 1.17545,-0.46832 0.92401,-2.36117 1.65413,-3.2953 0.70459,-1.41357 3.53125,-0.94487 4.23139,-1.87804 0.71505,-0.47341 -0.23145,-1.8935 0.24594,-2.59933 l 0.22988,-0.007 c -0.007,-0.22988 -0.0178,-0.54971 0.24238,-0.54814 0.70504,-0.47308 0.46438,2.90649 1.16943,2.4334 1.64807,-0.70375 -0.69773,-4.54979 0.94557,-4.78313 0.47262,-0.23544 0.47609,1.41532 0.94617,1.41009 2.82652,-0.46179 3.31295,-12.0036 4.72212,-14.83073 0.93178,-2.12129 5.90765,-8.19564 5.66838,-8.47804 -1.87836,-4.24139 -9.64697,-4.69 -9.40117,-10.38095 0.24756,-4.71049 7.31071,-6.58024 5.90243,-10.82685 a 10.53,10.53 0 0 0 -3.75488,-4.72086 c -0.47785,-0.23465 -1.88572,0.47132 -1.88873,-0.23896 0.94608,-3.53249 6.35731,-2.34714 8.24036,-3.51874 0.47262,-0.23543 -0.46865,-1.18544 -0.2259,-1.41342 0.47262,-0.23544 0.69852,1.17799 0.94191,0.97 1.41264,-1.17638 -1.17207,-2.82352 -1.41004,-3.06594 -0.46976,0.0152 -1.41088,-0.004 -1.17814,-0.23197 1.41787,-0.70629 4.71017,0.23757 4.24537,-1.1381 -0.47401,-2.586 -6.82734,-1.65973 -6.35087,-4.24652 0.23719,-0.70806 0.93871,1.18021 1.64677,1.4174 a 27.88,27.88 0 0 0 4.69841,1.41857 c -0.22766,-0.23275 -0.46563,-0.47517 -0.46309,-0.70537 -0.47609,-1.41533 0.90879,-2.83092 1.1755,-4.48043 0.24496,-0.46818 -0.0305,-0.9395 0.004,-1.41088 -0.023,-0.70962 -0.93918,-2.12069 -0.46877,-2.11592 3.53471,0.70588 5.20887,6.36462 10.11265,3.31419 1.17767,-0.70851 -0.705,-3.53902 0.47267,-4.24753 1.65062,-0.93396 3.76524,0.71842 5.64875,0.48729 0.46975,-0.0152 0.71203,-1.18368 1.17466,-1.41879 1.18322,-0.22844 1.87998,2.13023 2.82523,1.65937 a 8.49,8.49 0 0 0 2.35742,-2.58772 c 0.947,-1.65154 2.12167,-3.07033 5.41475,-1.17599 1.65154,0.947 0.69801,4.24962 2.34922,5.18663 1.41167,0.95478 3.29138,-0.9371 4.98766,-0.46179 0.70963,-0.023 0.7063,1.41787 1.1816,1.88272 1.4039,0.7149 1.41218,-2.11685 2.81954,0.2488 2.57688,5.41938 0.68824,10.12302 1.6252,12.48392 0.7093,2.12814 7.07013,-2.58035 4.22972,4.24523 -0.70681,1.65376 -3.0534,1.17951 -4.47284,2.14599 -1.41944,0.96649 -3.05817,1.64992 -4.00295,3.06126 -0.47517,0.46564 0.23335,1.64331 -0.2415,2.11894 -0.47484,0.47563 -1.64376,-0.70714 -1.87873,-0.23928 a 15.15,15.15 0 0 0 -0.95738,5.65398 c 0.0382,1.17938 0.70676,2.35834 0.2346,3.53425 -0.2415,2.11894 -3.06118,3.10078 -3.54194,4.93731 -0.47439,1.41611 0.70976,3.06862 0.2276,4.24486 -1.17674,2.58947 -3.76321,2.123 -4.00901,5.65281 -0.23719,0.70806 1.17637,1.41264 1.17683,2.35312 -0.71541,4.47552 -7.0619,3.7607 -7.31214,7.77091 a 35.89,35.89 0 0 1 -1.65275,6.11674 c -0.93951,0.0305 -2.07766,-2.36394 -3.05511,-1.65191 -2.12023,1.87966 1.16684,6.67571 -0.95862,8.08529 -0.70505,0.47308 -2.08511,-2.59383 -1.87444,-1.65015 0.0382,1.17938 1.64423,1.6476 2.09288,2.8337 2.10329,7.78596 -0.70667,2.58424 -4.01632,6.35341 -0.70981,0.94349 0.70722,3.29883 -0.23326,3.29929 -1.41833,-0.23418 -0.70976,-3.06862 -1.8779,-3.30091 a 4.79,4.79 0 0 0 -5.18187,1.87883 c -3.79611,6.35628 4.23259,1.86388 3.75534,5.66133 -0.47392,2.35659 -6.59789,6.34703 -6.84415,8.93637 -1.19675,15.55692 0.23497,-0.46786 2.5872,5.42905 0.22766,0.23275 -2.1263,4.47121 -0.2471,5.65097 0.23765,0.23242 0.70982,-0.94349 0.97778,-0.70204 0.47308,0.70505 -0.23405,2.34881 0.70421,2.58855 0.46785,0.23497 -0.46911,-2.12592 0.24149,-2.11893 0.70283,-0.23289 0.94349,0.70981 1.17637,1.41263 1.40306,3.77654 -0.24969,9.89328 0.44661,11.31147 0.47216,0.98523 1.88651,0.47915 2.5898,1.18674 a 30.56,30.56 0 0 1 2.12332,3.77321 c 0.23511,0.46263 -0.24228,1.16846 -0.007,1.64108 0.47341,0.71505 1.41389,0.71458 1.88952,1.18943 0.22765,0.23275 -0.99948,0.0324 -0.993,0.23228 -0.23497,0.46786 0.23228,0.993 0.46609,1.41565 1.17638,1.41264 3.76062,2.11931 3.52421,3.777836 -0.2345,1.408334 -3.99498,0.219509 -4.23916,1.638163 -0.47915,1.886509 2.35052,3.065476 2.8144,4.721321 0.23288,0.702825 -0.95478,1.411665 -0.70413,2.354041 0.23543,0.472622 1.64599,0.466932 1.639,1.177532 -0.24103,3.059412 -2.58933,-0.246263 -1.6446,2.354502 0.23066,0.943024 1.40403,1.645388 1.16684,2.353442 -0.23942,0.948252 -2.58901,-0.236268 -2.8262,0.471786 -0.24155,6.13104 2.34269,6.83771 4.22758,9.428019 0.46563,0.475167 -1.89049,0.941725 -1.41741,1.646772 a 7.29,7.29 0 0 0 1.41005,3.065939 c 5.16413,6.836324 1.17322,-0.22812 6.11438,-1.198669 0.93951,-0.03045 -0.91656,2.591046 -0.003,3.301831 1.41357,0.704586 3.05641,-0.469241 4.70749,-0.462714 1.41833,0.234184 2.0851,2.593826 3.29576,2.594614 1.21066,7.88e-4 1.64507,-1.414025 2.58555,-1.414486 0.47262,-0.235432 0.023,0.709627 0.24065,0.9427 a 2.63,2.63 0 0 0 1.87351,-0.230803 c 0.1844,-0.176065 0.28744,-1.00984 0.4022,-1.173643 l 0.08,-0.0026 c 2.33923,5.186956 -1.42223,6.129281 -0.48429,6.359022 0.46975,-0.01522 5.87377,-3.992341 6.59881,-4.466073 0.23275,-0.227658 0.70458,-1.413563 0.94733,-1.641544 -1.17629,3.529951 -4.24829,7.53155 1.4036,9.659606 0.93571,0.46994 2.82828,-1.642468 3.28883,-0.706894 0.47609,1.415323 -3.29712,3.538648 -1.87134,4.002712 1.40389,0.714904 1.17407,-3.289753 2.58717,-3.525646 1.18289,-0.238439 0.23635,2.353579 -0.23326,3.299286 -0.71236,1.173688 -2.12801,1.639785 -3.29791,2.588174 -0.35361,0.511722 -1.36067,1.544882 -1.65982,1.88475 7.31255,-2.818327 4.48816,-7.539324 8.25392,-9.892529 1.17799,-0.69852 -1.90179,3.063205 -0.70811,3.774916 1.65154,0.947005 3.84442,-0.234641 5.49471,-1.178588 1.17545,-0.468317 1.6446,-2.354503 2.59142,-3.085553 1.41264,-1.176371 7.77342,-1.872757 8.47357,-2.805924 0.70727,-0.713282 -1.64201,-1.887807 -0.93474,-2.601089 1.18021,-0.938719 3.06418,-0.229367 4.70748,-0.462715 0.46976,-0.01522 1.40866,0.244503 1.6533,-0.233672 0.4674,-0.705508 -0.47354,-1.645525 -0.23857,-2.113381 l 0.0799,-0.0026 c 0.11901,0.27629 0.27005,1.2319 0.62602,1.410464 0.35597,0.178564 6.35939,-3.517822 6.86677,-4.224626 0.23242,-0.237653 -0.94154,-4.972113 1.41569,-4.478203 0.46976,-0.01522 9.16481,8.027371 7.06107,-0.699069 -0.47355,-1.645526 -4.70235,-1.848665 -3.99429,-3.772608 0.47693,-1.646311 3.52903,-0.704672 5.17534,-0.227744 0.93825,0.239736 0.94218,2.830968 1.87744,2.36043 2.35788,-1.647235 -1.16373,-9.66738 1.65987,-8.05799 2.35483,1.654597 -4.01808,7.534095 3.28971,5.18617 11.3042,-3.758107 1.64538,-1.40403 4.01202,-4.94254 0.23242,-0.237652 0.46563,0.475168 0.93571,0.46994 0.47008,-0.0052 1.17938,-0.03822 1.41564,-0.466096 0.23627,-0.427877 -0.70897,-2.118148 0.001,-2.121155 0.23988,-0.0078 3.99906,3.302206 5.1745,2.833889 a 8.08,8.08 0 0 0 3.77307,-3.053809 c 0.22988,-0.0075 0.23243,-0.237653 0.23497,-0.467856 -0.0152,-0.469754 -0.24066,-0.9427 0.23197,-1.178132 1.65029,-0.943947 3.76922,-0.70245 5.64972,-1.643852 0.23987,-0.0078 4.48372,-7.058928 4.71915,-6.586305 2.09288,2.8337 -0.008,7.774344 2.10467,10.607396 0.70204,0.977775 2.34835,-0.706431 3.29406,-0.236816 a 7.59,7.59 0 0 1 3.29354,2.834812 c 0.46564,0.475168 0.6963,1.418192 1.17415,1.652838 3.04766,1.422034 5.65227,-1.874056 7.77042,-2.583033 5.65703,-2.344457 3.99271,1.871661 7.51887,3.548331 1.41356,0.704585 3.76922,-0.702451 4.95036,0.239787 6.57964,5.439745 -7.0649,3.050428 -11.30943,3.288029 -12.71458,0.682173 -2.36192,7.080216 -8.00655,8.263662 -0.71282,0.23321 -6.08009,-2.374316 -6.36078,0.696386 -0.23673,1.648532 1.41272,3.766219 0.23251,4.704938 -0.97,0.941911 -2.35117,-0.924333 -3.53518,-1.646363 -0.46818,-0.244964 -1.17415,-1.652837 -1.87952,-1.189748 -2.82972,2.833139 2.58511,6.599733 2.10943,10.136996 a 4.24,4.24 0 0 1 -2.35964,2.827911 c -2.12546,1.409581 -24.2407,1.60598 -27.97818,1.126782 -0.70963,0.023 -1.1786,-1.172441 -2.1213,-0.931781 -4.47205,0.935337 5.64791,3.54893 -1.917,2.593451 -1.17846,-0.241958 -1.4026,-2.83606 -2.58549,-2.597621 -0.993,0.232284 0.70897,2.118148 0.22936,3.064178 a 8.47,8.47 0 0 1 -3.53764,3.526432 11.89,11.89 0 0 1 -7.52623,1.16438 c -0.94825,-0.239413 -1.64946,-2.117687 -2.35483,-1.654597 -1.17767,0.708515 1.64802,3.308357 0.4648,3.536801 -2.35835,0.706756 -9.41497,0.925429 -10.86111,4.464125 -0.47216,1.17591 2.07766,2.363946 1.4075,3.296141 -1.17943,1.889192 -8.23873,1.407585 -9.18083,3.519207 -3.31147,8.961957 2.81837,3.300446 4.23142,7.07666 0.69931,2.128467 -2.84878,4.714744 -1.88961,6.834789 0.93441,2.591095 4.69317,5.270757 5.20369,6.204712 1.40958,2.12546 -0.94529,4.4829693 2.10981,6.1348838 1.17591,0.472161 2.58855,-0.7042108 3.76446,-0.23205 1.17846,0.241958 1.87522,2.600628 3.06321,1.901783 1.65029,-0.943947 1.68024,-9.8996158 6.60403,-3.9959958 0.46309,0.7053707 -1.18498,1.4091197 -1.18452,2.3495978 10e-4,1.890952 0.93266,3.771771 0.93391,5.662723 -0.007,4.712711 -1.93256,2.11370301 -1.42477,6.359484 a 4.47,4.47 0 0 1 0.23112,1.883502 c 0.94154,4.9721132 7.04518,11.7779922 5.62027,17.2069922 -0.70334,3.304514 -6.36551,10.121484 -9.90231,10.586282 -1.4131,0.235893 -2.34928,-1.174525 -3.52773,-1.416482 -2.34437,-0.714443 -2.82097,0.941863 -4.22833,-1.423795 -1.64724,-2.357884 -1.63386,-5.650045 -3.75626,-7.542295 -2.06989,-2.124072 -7.10322,-3.071544 -9.48326,-5.195571 -1.40912,-1.184981 0.003,-4.24231 -1.4013,-4.957214 -2.12129,-0.931782 -3.77575,2.353529 -5.65879,3.525134 -2.3601,1.887432 -5.64671,2.354128 -7.77171,4.704188 -5.66231,5.886486 -0.72838,12.720265 -2.85866,18.612355 -0.70413,2.354041 -3.7653,3.293683 -4.47942,5.648048 -0.47438,1.416108 0.70199,2.828747 0.70546,4.479501 0.003,1.650753 -0.71366,3.294843 -0.24756,4.710489 a 0.5,0.5 0 0 0 0.47531,0.46485 c -2.35965,2.82791 1.39138,9.900128 2.79921,13.206264 0.23543,0.472623 0.23288,0.702826 0.47215,0.985224 1.63941,6.130117 -1.18452,2.349599 1.16771,8.246506 a 4.52,4.52 0 0 0 0.93618,1.410418 0.7,0.7 0 0 0 -0.23465,0.477851 c -0.70935,1.883963 0.93233,3.761775 1.18377,5.654625 a 18.89,18.89 0 0 1 -1.18887,7.77258 c -0.23719,0.70806 -0.70713,1.64377 -0.92434,2.35118 a 11.46,11.46 0 0 0 1.18452,-2.3496 14,14 0 0 0 1.17805,-4.71063 c -0.0324,-0.99947 0.24279,-4.24009 0.24886,-6.831644 a 12.27,12.27 0 0 1 2.34668,5.416834 c 0.23589,1.4131 -0.70889,2.82444 -0.483,4.23787 0.23543,0.47262 0.47216,-1.17591 0.96255,-1.17179 0.99268,-0.24228 0.94395,1.65029 1.17684,2.35312 l 0.0324,0.99947 a 2,2 0 0 1 -0.007,1.64108 c -0.23465,0.47785 -1.40834,-0.2345 -1.4131,0.2359 -0.23627,2.58901 3.05205,4.953738 2.3457,7.547978 -0.71241,3.02466 -13.18595,2.80856 -12.71092,1.41244 l 0.70458,-1.41356 c -2.58984,2.82536 -5.41683,2.34667 -9.17796,3.29899 -0.46975,0.0152 -1.17813,-0.23196 -1.1829,0.23844 -0.23895,1.88873 0.70245,3.76923 0.7037,5.66018 a 14.38,14.38 0 0 1 -4.48719,9.73044 c -4.24843,4.43993 -10.8501,6.96508 -16.2518,4.83892 -4.70234,-1.84866 -3.75802,-6.36161 -5.16061,-9.19767 -0.47309,-0.70505 -2.08511,-2.59383 -1.17684,-2.35312 a 4.58,4.58 0 0 1 1.88873,0.23895 12.1,12.1 0 0 0 -4.05587,-1.6595 c -8.47065,-1.4264 -17.89173,6.1027 -24.25335,9.86072 -2.12291,1.17937 -4.7097,0.70291 -6.35509,2.10694 -4.00771,3.53166 -4.9625,9.26559 -6.13573,9.49371 -8.71612,2.11342 -16.94902,5.86204 -25.19682,9.15091 -2.1207,0.93918 -3.53764,3.52643 -5.65357,3.99521 -1.18544,0.46864 -2.35404,-0.70413 -3.52949,-0.23581 -2.12324,1.16938 2.80755,6.3624 0.69162,6.83118 -0.70282,0.23289 -1.63914,0.0531 -3.01689,-0.47253 -0.4456,-0.16565 -0.95019,-0.29938 -1.4161,-0.47438 l -0.0726,-0.0777 c -1.48996,-0.59205 -2.92513,-1.34597 -3.45119,-2.75967 a 25.61,25.61 0 0 1 -1.63418,-5.66004 c -0.0227,-0.69963 1.65015,-1.87443 0.9321,-2.1113 -1.88651,-0.47915 -3.84951,0.69505 -5.49027,0.6982 -2.1237,0.2289 -2.82092,-3.07025 -4.23004,-4.25523 -0.71203,-0.97745 -2.35658,-0.47392 -3.04733,-1.41204 -0.94649,-1.42009 0.007,-4.71271 -1.64372,-4.71924 a 23.4,23.4 0 0 0 -2.8262,0.47179 c -2.82092,-0.90911 -5.88209,-2.1306 -6.34727,-1.66529 -1.4174,1.64677 -1.65367,4.23578 -3.07075,5.89255 -1.17499,1.4088 -3.06358,2.10033 -4.48066,3.7571 -0.23243,0.23765 0.0457,1.40926 0.2389,2.12337 -1.40783,-3.30613 -4.70665,-2.59892 -7.76514,-0.95899 -2.12291,1.17937 -2.84166,7.09576 -4.02031,7.77429 -5.17839,3.52958 -2.5785,-3.30822 -4.93731,-3.54194 -1.88128,-0.009 -3.29568,2.34797 -5.17441,2.1087 -8.94549,-0.95076 7.5392,-7.24799 4.25741,-13.42494 -1.64247,-2.82829 -6.35954,2.58734 -6.59973,2.58512 -1.17545,0.46831 -6.58108,-4.24908 -7.99451,-4.02318 -1.6433,0.23335 -1.65335,4.24578 -3.29744,3.52865 -1.41578,-0.46438 1.18216,-3.03988 0.94562,-4.47297 -0.2289,-2.1237 -4.70272,2.15345 -5.88816,0.46095 -0.93871,-1.18021 2.36043,-1.87743 2.8313,-3.09332 a 4.24,4.24 0 0 0 0.008,-3.77223 c -0.23543,-0.47263 -1.41564,0.46609 -1.65107,-0.007 -0.46786,-0.23497 0.47512,-0.7758 0.96708,-1.03187 0,0 0.46786,0.23497 0.46976,-0.0152 A 2.58,2.58 0 0 0 451.2043,124.004 c -1.17369,-0.71236 -2.82445,-0.70889 -4.47298,-0.94562 -0.70805,-0.23719 -1.64108,-0.007 -2.34659,-0.47425 -0.23543,-0.47262 0.46661,-1.65598 -0.003,-1.65075 -0.993,0.23228 -1.41518,1.40657 -2.35395,2.07733 -0.47262,0.23543 -0.46975,0.0152 -0.23321,-0.71282 0.70981,-0.94348 2.12167,-3.07033 3.29744,-3.52865 0.993,-0.23229 2.81569,2.60017 2.58503,1.65714 a 7.31,7.31 0 0 0 -3.28448,-4.71609 c -0.70583,-0.47739 -2.59109,0.93441 -2.59155,-0.006 0.47614,-2.59678 4.71831,-3.52467 4.71309,-6.15588 -0.023,-0.70963 -1.17179,-0.96255 -1.40436,-1.65538 a 7.6,7.6 0 0 1 -0.46938,-3.98689 c -0.023,-0.70963 1.65062,-0.93395 1.41741,-1.64677 -0.47216,-0.98523 -3.29184,-0.003 -2.82092,-0.90911 -0.007,-0.22988 2.45024,-0.64971 4.31949,-1.3206 a 0.21,0.21 0 0 0 -0.0851,0.15284 c 0.47133,1.88572 2.82315,2.83004 3.5269,4.47811 0.008,0.23988 1.63765,7.3108 2.33793,7.30811 1.89127,0.009 -3.98998,-5.18348 1.93417,-2.06373 3.76094,2.12931 -2.82829,1.64247 -0.90231,3.03082 0.71328,0.70727 1.88573,-0.47133 2.596,-0.47433 1.87652,0.47947 3.52296,1.88688 5.40202,2.13615 8.71561,0.95821 4.26181,-9.89323 2.847,-12.48876 -1.6377,-3.298689 3.52976,4.2579 -0.69547,-4.479829 -0.70504,0.47309 -0.93178,2.12129 -1.94,1.88382 -1.64853,-0.23672 -2.34751,-2.3552 -3.76108,-3.05978 -2.58105,-0.91688 -4.47367,3.0465 -7.06222,3.750709 -0.70963,0.023 -0.94395,-1.650299 -1.88442,-1.649829 l -0.54972,0.0178 -0.0227,-0.69963 c -0.94172,-1.89049 -4.72317,-0.94752 -5.42724,-2.60559 -0.46355,-1.64585 3.03082,0.90231 4.72349,0.95752 3.30183,0.003 5.18441,-2.10903 6.37463,-5.20921 0.70458,-1.41356 0.48772,-13.662962 2.5819,-12.950417 1.88396,0.709352 1.88312,3.770987 3.52467,4.718317 1.89141,0.93923 7.56997,-8.459627 7.09864,-10.34535 -1.17632,-5.424746 -5.419,-1.425231 -8.25344,-2.133797 -1.17845,-0.241958 -1.40703,-2.355663 -2.35529,-2.595076 -0.007,-0.229879 0.23497,-0.467856 0.23974,-0.938257 0.23418,-1.418329 -4.71919,-2.368392 -3.29577,-2.594614 0.9427,-0.24066 2.59105,0.916559 3.06164,8.37e-4 0.47216,-1.17591 -1.40704,-2.355664 -1.40528,-3.53634 -0.23335,-1.643304 0.89389,-3.290679 0.47776,-4.707945 0,0 -5.65887,-1.417457 -6.84256,-2.129492 -0.9395,0.03045 -2.11639,-0.471699 -3.06163,-8.36e-4 -1.17767,0.708515 -1.18929,2.82 -2.1293,3.76094 -0.47485,0.475629 0.70713,-1.643766 0.24149,-2.118934 -0.71328,-0.707268 -3.54249,-0.945758 -4.48251,-0.0048 -4.49588,3.287343 -0.94733,1.641545 -1.19253,7.04232 0.0305,0.939507 -1.8878,1.642006 -1.41694,2.587252 0.23288,0.702825 1.65284,-1.174151 2.11593,-0.46878 0.71203,0.977451 -0.70413,2.354042 -0.23581,3.52949 0.008,0.239874 0.23798,0.242419 0.70805,0.237191 -1.65552,0.47387 -3.53634,1.405276 -4.48473,0.23538 -0.94839,-1.169896 4.71268,-8.947334 -0.24421,-7.536044 -0.46975,0.01522 -10.60977,12.220054 -12.77099,7.277461 -0.70852,-1.17767 0.23581,-3.52949 -1.17901,-3.963893 -2.35117,-0.924332 -1.42338,9.180919 -1.18795,9.653542 a 1.79,1.79 0 0 0 -0.98555,0.462164 c -1.17989,0.948713 0.23159,2.82398 -0.0126,4.242633 a 36.91,36.91 0 0 1 -0.70797,4.705396 c 0.023,0.70963 -0.47646,2.58679 0.22636,2.35391 1.18323,-0.22845 0.92434,-2.35117 2.12977,-2.82046 0.70505,-0.47309 0.94191,0.97 1.17637,1.41264 0.47216,0.98522 5.17852,10.36771 -2.13014,6.82257 l -0.4753,-0.46485 c -8.4e-4,3.06163 -2.3708,5.87987 -1.66659,8.46842 1.1381,4.245371 7.31518,1.894061 9.43504,4.016521 0.94191,0.97 0.22937,3.06417 0.46526,4.47728 -0.007,1.65107 1.40495,3.52634 0.46271,4.70748 0.94191,0.97 -0.92433,2.35117 -0.95607,3.53282 a 21.79,21.79 0 0 0 -0.23835,3.75969 13.53,13.53 0 0 0 0.93834,5.18233 c 0.47216,0.98522 5.88699,6.91295 5.88223,7.38335 -0.71764,4.71572 -4.71623,2.35399 -7.0749,3.05075 0.17736,0.22438 1.57384,1.01956 1.17637,1.41264 -0.24464,0.47818 -1.89095,0.001 -1.65552,0.47387 0.70421,2.58855 5.89338,0.009 6.60667,0.71639 2.0851,2.59383 -1.19351,9.17347 -1.435,11.29241 -0.48346,3.29738 4.95161,2.13073 5.65189,2.12805 4.48551,0.71509 4.00076,6.13364 6.36049,8.24832 1.40658,1.41518 4.95337,0.95006 4.94685,2.60114 -0.0107,8.00455 -6.36309,-4.00601 -7.53502,-5.89904 -0.94617,-1.4101 -0.94233,-3.76146 -2.58642,-4.47858 -2.12129,-0.93178 -4.72669,1.41383 -7.0836,0.92992 a 5.56,5.56 0 0 1 -2.82666,-0.46869 c -0.70805,-0.2372 -0.70375,-1.64807 -1.17415,-1.65284 -5.43298,-0.004 -1.67479,16.24277 -3.56306,16.94429 -5.92721,2.34321 -6.82835,-8.48328 -8.24316,-11.07882 a 2.57,2.57 0 0 0 -1.17591,-0.47216 l -10.22083,-0.16904 c 1.0785,0.24519 13.71303,1.10642 1.72192,1.57505 -1.16939,0.0379 -2.58758,-1.42694 -3.76525,-0.71842 -1.89049,0.94172 -7.09702,8.23418 -5.20992,10.5843 a 1.24,1.24 0 0 0 0.94603,0.47961 c 0.46976,-0.0152 1.17291,-0.23812 1.64854,0.23673 2.12115,10e-4 4.24707,-0.46781 3.29706,0.47345 a 4.33,4.33 0 0 1 -2.11801,1.63946 c -4.72622,2.35432 -5.20855,-6.35463 -9.24143,-7.3045 -3.53505,-0.71588 -22.25633,3.25257 -24.38055,6.5531 -1.18498,1.40912 -1.65968,2.81523 -2.60192,3.99637 l -2.36302,1.79748 -2.15901,1.30061 c -1.65584,0.46388 -3.53981,-0.24548 -5.19089,-0.252 -0.70962,0.023 -1.41578,-0.46439 -1.64853,-0.23673 -3.07945,3.77172 -2.14527,11.29541 -3.5662,15.30353 a 37.6,37.6 0 0 1 -6.8578,10.36756 c -0.96255,1.17179 -1.65714,2.58503 -2.83514,3.28355 -0.71504,0.47341 -2.36658,-0.47359 -2.596,0.47433 -0.4747,1.40612 1.63771,3.29869 0.9328,4.70226 -2.36918,3.76871 -9.67437,1.87433 -8.02283,2.82133 1.88919,1.17943 3.29322,2.82482 5.41484,3.7666 0.94825,0.23941 1.89303,-1.17193 2.60109,-0.93474 0.93825,0.23974 2.58503,1.65714 1.87743,2.36043 -1.17799,0.69852 -4.24258,-1.86357 -4.23786,-0.48299 0.2289,2.1237 6.36471,1.89484 5.1775,3.54416 -3.54939,4.70743 -6.83349,-4.01077 -8.24214,-4.25528 -4.49075,-1.18517 -8.73005,-0.47749 -8.0263,1.17058 0.007,0.22988 7.30181,5.18623 8.7249,4.95001 0.46976,-0.0152 0.22974,-0.93793 0.70491,-1.40357 0.97745,-0.71203 1.88142,0.93956 2.82967,1.17897 0.94571,0.46961 2.35613,-0.46656 3.29707,0.47346 a 5.1,5.1 0 0 1 1.1816,1.88271 c 0.47216,0.98523 0.70152,1.88827 -0.004,2.36136 -0.47262,0.23543 -1.88397,-0.70935 -3.30308,-1.89401 a 15.3,15.3 0 0 0 -3.07778,-2.35155 c -1.17846,-0.24196 -1.41995,1.87698 -2.60063,1.87522 -4.00243,-0.0104 -1.40703,-2.35567 -6.10276,-3.07395 a 7.09,7.09 0 0 0 -3.77446,0.23237 c -5.42983,1.63673 -12.04595,6.80373 -16.29002,7.98181 l -0.23275,0.22766 c -2.596,0.47433 -5.42997,0.70624 -8.26395,0.93815 -2.1237,0.22891 -9.90313,0.68112 -10.89188,3.51463 a 127.41,127.41 0 0 0 -2.38506,14.08464 c 0.023,0.70962 1.18369,0.71203 1.17892,1.18243 -0.005,0.4704 -0.93571,-0.46994 -1.41088,-0.004 a 2.7,2.7 0 0 0 -0.47392,2.35658 c 0.2259,1.41343 2.82014,2.11977 2.11555,3.53334 -0.70458,1.41356 -3.30391,1.16762 -4.72178,1.87392 -1.65029,0.94394 -2.83527,2.35306 -4.48335,3.05681 -4.25614,2.34909 -20.05012,2.79087 -22.4193,6.55959 -3.30906,5.64013 -0.95196,7.36469 1.63483,7.84116 a 12.11,12.11 0 0 0 -3.06386,0.23936 c -4.01548,1.13065 -2.86466,4.225 -8.26066,3.5094 -1.17814,-0.23196 -1.88188,-1.88004 -3.08556,-2.59142 -3.2953,-1.65414 -7.7705,-2.35956 -11.30855,-3.78571 -7.54585,-2.83709 6.36296,3.07552 -3.30835,1.64802 -0.22988,0.007 -2.89833,-7.62013 -2.19074,-8.32341 0.47484,-0.47563 1.26318,-0.23104 1.49782,-0.70889 0.46994,-0.93571 0.92434,-2.35117 0.006,-2.58156 -1.65154,-0.94701 -3.61231,-0.013 -5.50327,-0.0118 -0.46975,0.0152 -1.18544,0.46864 -1.6533,0.23367 a 27,27 0 0 1 -5.41946,-2.36571 c -0.17574,-0.1744 -0.48216,-0.9849 -0.62856,-1.18026 l -0.08,0.003 c 0.23367,1.6533 1.1773,3.2936 1.16142,4.96499 0.0152,0.46975 -1.17767,0.70852 -1.17498,1.4088 a 10.58,10.58 0 0 0 0.46304,4.71747 c 0.47308,0.70505 1.88623,0.77932 2.11944,1.49214 0.70851,1.17767 0.22904,3.05418 0.69768,4.23963 0.23543,0.47262 1.6533,-0.23368 1.64853,0.23673 9.3e-4,1.88095 -1.41902,3.75793 -1.89563,5.41423 -0.22974,0.93794 0.23812,1.17291 0.70852,1.17767 a 41.33,41.33 0 0 0 -1.66099,4.93639 c -0.70634,2.59424 4.71757,4.47955 4.2311,7.06667 -0.47438,1.41611 -3.30451,-0.70334 -4.71539,-0.70765 -1.41865,-0.24417 -2.59632,0.46434 -3.99466,0.22951 -1.39834,-0.23483 -1.63895,-5.18964 -2.82615,-3.54032 -1.18721,1.64932 -0.23757,4.71016 -1.89563,5.41424 -5.66703,2.34478 -3.76247,-5.88123 -5.88376,-6.81301 -1.17623,-0.48215 -2.12578,1.39959 -3.30345,2.1081 -1.65807,0.70408 -3.07117,0.93997 -4.48159,1.87614 -0.46975,0.0152 -0.47216,1.17591 -0.70981,0.94349 -0.94173,-1.89049 -4.70159,-12.01402 -5.88181,-11.0753 -0.70504,0.47308 -0.71189,2.11416 -1.4174,1.64677 -1.18369,-0.71204 -0.22937,-3.06418 -1.41273,-3.76622 -1.18336,-0.70204 -2.82875,0.70199 -4.23963,0.69768 -0.70962,0.023 -1.65676,-1.41708 -2.12129,-0.93178 -1.42009,0.94649 -0.48012,4.01766 -1.85611,4.47247 -1.65552,0.47387 -2.82537,-2.58985 -4.47645,-2.59638 -0.94302,0.23067 -0.24103,3.05941 -1.18216,3.03989 -1.4161,-0.47439 -0.70721,-3.29883 -2.12332,-3.77321 -1.64599,-0.46693 -3.29614,1.4075 -4.94944,1.64117 -5.66971,1.6445 0.23451,-1.40834 -2.35705,-1.4144 -2.13115,-9.7e-4 -9.90666,3.04247 -10.14685,3.04024 -4.98069,12.718 9.89674,1.90045 9.15722,4.70588 -0.23418,1.41833 -3.97167,0.93913 -3.54587,2.34608 0.71407,1.65774 3.54027,1.18595 5.19181,2.13296 0.05,-0.002 0.0519,0.0584 0.0725,0.0777 a 13.52,13.52 0 0 0 -2.42914,-0.55161 c -1.41865,-0.24418 -2.83398,0.23191 -4.00989,-0.24025 l -0.23797,-0.24242 c 1.41703,2.35534 3.52513,5.65879 3.53036,6.12887 0.005,0.47008 -1.17591,-0.47216 -1.65631,-0.47661 a 35.64,35.64 0 0 0 -7.07628,0.22932 c -0.46975,0.0152 -1.17799,0.69852 -0.97,0.94191 1.88919,1.17943 4.94782,0.46999 5.6598,3.29842 0.46388,1.65584 -0.95307,4.24309 0.45827,5.18787 1.41879,1.17467 3.77446,-0.23237 5.42253,-0.93612 0.47262,-0.23543 -0.4661,-1.41564 0.007,-1.65108 5.89816,-0.46127 2.07766,2.36395 5.15544,4.7155 0.70329,0.70759 1.8835,-0.23113 2.83175,0.008 1.41357,0.70459 3.29401,3.77529 4.70535,4.72008 1.88919,1.17943 1.18198,-2.1194 3.78098,-1.88345 4.94814,0.47998 2.58595,3.5381 2.10472,6.59529 l 0.008,0.24987 c -0.008,-0.23988 0.24464,-0.47818 0.47739,-0.70584 1.65806,-0.70407 3.53472,0.70589 5.42599,0.71463 0.70283,-0.23288 0.97,-0.94191 1.65029,-0.94394 0.23798,0.24242 0.0305,0.9395 0.23844,1.1829 0.20799,0.24339 0.99559,-0.15233 1.33315,-0.23331 -1.43106,0.91684 -4.16856,1.65589 -3.69788,3.52162 0.22844,1.18322 10.14,-1.39916 9.89961,1.68024 -0.24233,5.18057 -9.21119,7.52229 0.45489,8.47972 l 0.47975,-0.0156 a 5.6,5.6 0 0 0 0.22715,3.30438 c 0.007,0.22988 5.64666,1.65798 4.70488,3.77959 -0.46961,0.94571 -5.18617,3.28971 -4.24921,5.6506 a 31.5,31.5 0 0 0 2.81472,4.73131 c 0.23766,0.23243 0.9495,-0.0308 1.17813,0.23197 0.93872,1.18021 1.20709,6.37424 1.4,7.07837 3.99489,7.8047 1.65062,-0.93396 5.88288,3.08107 0.70583,0.47739 -0.001,2.12115 0.70454,2.59854 0.70583,0.47739 1.64552,-0.47354 2.35358,-0.23635 0.93349,0.71014 1.16494,2.60363 2.34085,3.07579 0.47785,0.23465 -0.0382,-1.17938 0.47438,-1.4161 0.71282,-0.23321 1.8835,-0.23113 1.88873,0.23895 -0.007,1.65108 -1.42393,3.29785 -1.42047,4.9486 -0.004,1.42088 1.64502,2.59808 1.40084,4.01674 -0.23895,1.88873 -2.35965,2.82791 -2.84879,4.71474 -0.48914,1.88683 4.70012,4.25 3.04983,5.19394 -1.41787,0.7063 -3.05419,0.22905 -4.47029,-0.24533 a 16.1,16.1 0 0 1 3.5293,3.31742 28.12,28.12 0 0 1 3.9903,5.19349 c 1.87568,3.5411 -0.70246,9.19757 1.15799,12.26893 0.93872,1.18021 2.58503,1.65714 3.05113,3.07279 a 2.58,2.58 0 0 1 -1.64905,2.83489 c -0.71282,0.23321 0.23895,-1.88873 0.006,-2.60155 -0.47609,-1.41532 -1.88488,-2.59031 -2.3513,-4.01595 -2.34603,-7.55798 2.12101,-0.92918 -1.15864,-7.96665 -0.93729,-2.37088 -4.24698,-7.55641 -5.17223,-7.08619 -2.59064,1.87489 -5.20109,15.79674 -6.14939,19.56944 -0.47392,2.35659 -4.01119,6.20317 -1.65683,6.91729 1.17591,0.47216 1.41658,-2.90741 2.59503,-2.66545 1.40834,0.23451 3.07293,2.20163 2.3509,3.38563 -0.47217,1.17591 -2.59105,-0.91655 -3.53727,-0.47568 -1.17545,0.46832 -1.64238,2.11431 -2.11421,3.30021 -2.6018,7.08799 -5.46051,29.71245 -12.29711,33.01562 a 10.94,10.94 0 0 1 -3.29137,0.9371 c -4.47525,1.14555 -11.06179,1.35899 -14.12592,-0.26261 -1.17369,-0.71236 -1.87744,-2.36043 -3.28133,-3.07534 -0.94348,-0.70981 -2.82842,0.71199 -3.76969,-0.23803 -2.8187,-3.31044 1.66113,-4.0059 -5.17228,-3.07408 a 3.73,3.73 0 0 0 -2.35311,1.17683 c -0.47517,0.46564 0.69898,2.11847 -0.001,2.12116 -1.89095,0.001 -7.05449,-4.96412 -8.941,-5.44327 a 1.69,1.69 0 0 0 0.46994,-0.93571 c -1.40259,-2.83606 -6.34028,-2.37589 -8.22901,-2.61484 a 11.09,11.09 0 0 0 -2.82143,10e-4 c -0.47263,0.23544 -0.47216,1.17591 -0.95478,1.41167 -7.77819,2.34316 -23.05234,-5.25611 -28.93471,-9.24768 -0.70583,-0.47739 -2.11292,1.17905 -2.58633,0.46401 -0.46785,-0.23497 0.97001,-0.94191 0.47439,-1.41611 -1.41657,-1.41486 -4.24231,-0.003 -5.65143,-1.18757 -1.409124,-1.18498 -1.640712,-4.00897 -3.287023,-4.48589 -1.876514,-0.47948 -3.530787,1.88535 -5.412068,1.87627 -1.41088,-0.004 -2.11685,-1.41217 -3.532958,-1.88656 -1.408659,-0.2445 -4.467285,0.46494 -6.116789,0.19823 -6.59413,-0.94692 -3.129837,-1.17925 -9.717303,-2.84676 -1.178131,-0.23196 -1.654273,2.36482 -2.8337,2.09288 -5.879412,-1.43032 -5.410663,-12.59136 -11.745115,-12.62621 -1.880957,9.2e-4 -3.0621,3.38095 -4.950183,3.16199 -1.178455,-0.24196 1.188917,-3.14016 0.245431,-3.84997 -2.117174,-1.42217 -4.479363,1.63594 -6.599732,2.58512 -5.647039,2.34413 -13.891004,7.6039 -20.009367,8.06231 -1.883178,0.24113 -3.297064,-0.47345 -5.883392,-0.009 -0.239874,0.008 -1.185119,0.47863 -0.969678,0.9519 0.705509,0.4674 2.823981,-0.23158 2.596785,0.47615 -0.241958,1.17845 -6.83243,-1.19934 -5.429426,6.58931 1.868126,11.33544 11.305456,-1.86716 10.108755,9.67766 -0.244503,1.40866 -2.357884,1.64724 -3.070243,2.82092 -0.709814,0.94349 -0.231177,2.12861 -0.712407,3.02467 -0.232425,0.23765 -2.582947,-2.82783 -2.346592,-0.47425 a 4.16,4.16 0 0 0 1.875216,2.60063 c 1.17591,0.47216 4.476818,-1.40574 4.232315,0.003 -0.466609,1.65598 -3.531249,0.94487 -4.941667,1.88104 -0.969677,0.95191 -0.470914,3.06686 0.702313,2.83874 1.413101,-0.23589 2.827962,-1.65246 4.241063,-1.88835 0.702826,-0.23289 -0.239412,0.94825 -0.712035,1.18368 -1.645064,1.41403 -5.180105,0.69815 -5.651481,2.82453 -0.23497,0.46786 0.706294,1.41787 0.233672,1.6533 -0.475168,0.46563 -1.879521,-1.18975 -1.646311,-0.47693 0.0012,1.89095 2.585953,3.5381 2.106804,5.42461 -0.473597,2.36658 -6.358749,3.53781 -4.949168,5.66327 0.938719,1.18022 3.764921,0.70843 4.231017,2.12408 0.468642,1.18544 -2.589011,-0.23627 -3.28883,0.70689 -1.422172,2.11717 -1.203364,12.26541 -0.739027,14.86173 0.023,0.70963 1.181785,0.96223 1.181923,1.89272 -0.240249,4.00988 -1.894846,6.36471 -3.548658,9.67001 -0.704585,1.41356 -3.77705,4.47468 -2.123751,4.24101 1.645526,-0.47355 1.649509,-4.05555 3.296654,-4.47913 1.182898,-0.23843 1.879983,2.13023 1.410043,3.06594 -1.176884,1.65899 -4.471727,0.94533 -5.651481,2.82453 -1.6490446,2.8349 -2.5942005,6.08722 -4.4821479,8.95988 -0.712035,1.18368 -2.1199079,1.88965 -1.901783,3.0632 0.038219,1.17938 2.1149525,1.66237 2.5832701,2.83782 -0.2366811,-0.20244 -1.3037122,-1.32847 -1.8814186,-0.93956 -1.1776696,0.70852 -1.6468237,2.5947 -2.5912833,4.01604 -2.3591826,3.76839 -4.9577777,8.48503 -7.7825949,11.77825 -0.7098137,0.94349 -2.1229147,1.17938 -3.0651526,2.36052 -0.232425,0.23765 1.1717907,0.96255 0.6985204,1.17799 -1.8757284,0.471 -4.2305552,-1.18359 -5.4029962,-0.005 -1.172442,1.17859 0.929647,3.06149 0.455265,4.4776 -0.7038,2.36404 -7.787038,12.25865 -7.080282,14.617 0.463875,1.65584 1.64057,3.07847 2.584517,4.72877 2.341312,4.01627 1.4037,5.95766 1.4037,5.95766 a 16.36,16.36 0 0 0 5.8833928,0.009 c 0.939507,-0.0304 1.41264,-1.17637 2.3508967,-0.93663 0.9395068,-0.0304 1.4065747,1.41518 2.5850298,1.65714 0.7080539,0.23719 0.7107879,-3.07463 1.1841959,-2.35959 0.6985208,1.17799 -0.4786872,2.82699 -0.00782,3.77223 0.7020377,0.97777 3.9981308,1.42125 3.0632044,1.90178 -6.3643014,3.05774 -2.5706816,-4.91932 -7.7620774,-4.26082 -1.413101,0.23589 1.6497795,2.12768 2.1084262,3.31344 a 15.86,15.86 0 0 1 -0.2475608,4.71049 c -0.4705899,3.07686 -4.4813116,5.89824 -4.4848316,8.2596 0.03045,0.9395 1.4140242,1.64506 1.4148102,2.59553 0.233672,1.6533 -2.3687162,4.7092 -0.71241,5.1858 0.469753,-0.0152 2.118472,-0.69898 1.643304,-0.23335 -0.467394,0.70551 -1.8835022,0.23113 -2.3505732,0.94663 -1.184195,2.35959 -0.482206,5.18834 -1.666402,7.54794 -0.939555,1.88141 -6.600621,9.65885 -6.137904,12.2052 0.232285,0.993 1.880496,-0.9414 2.830969,-0.94219 1.413425,-0.22589 2.819538,0.24881 4.232639,0.0129 0.709628,-0.023 1.4078732,-0.70597 2.1159272,-0.46878 3.7726941,0.9483 15.9894654,8.98683 17.6427644,8.75316 0.6996327,-0.0227 8.0001564,-3.52097 8.4727784,-3.7564 l 3.061633,8.4e-4 a 29.5,29.5 0 0 1 8.232992,1.19396 c 1.173688,0.71236 1.875216,2.60063 3.288317,2.36474 0.469753,-0.0152 0.71282,-0.23321 0.977774,-0.70204 l 0.01522,0.46975 6.352121,6.13748 a 21.59,21.59 0 0 1 2.573737,3.77862 c 0.706294,1.41787 -0.0023,4.25231 1.64626,4.48904 1.876515,0.47947 3.067237,-3.5312 4.903448,-3.06043 2.116712,0.4817 -7.061113,4.71118 -7.061113,4.71118 -0.248535,6.84164 3.290538,2.12454 3.991092,6.14395 0.225436,0.47295 -0.970002,0.94192 -0.714581,1.41389 0.255421,0.47198 1.653299,-0.23367 1.646311,0.47693 0.469104,2.12592 -3.047657,-1.42204 -3.040208,-1.19216 0.476877,2.3658 2.810365,10.1543 4.456536,11.86188 0.703287,0.70759 2.121155,0.001 2.824442,0.70889 1.181786,0.96223 1.404815,2.59586 2.353528,3.77575 0.703288,0.7076 2.111298,0.93211 3.055431,1.66191 0.705509,0.4674 0.698983,2.11848 1.401808,1.88559 1.888269,-0.70153 3.067699,-2.59072 4.480338,-3.76709 0.977451,-0.71203 2.354365,0.71412 2.58679,0.47646 2.121667,-3.07033 1.650343,-4.95605 5.894275,-7.06461 5.188853,-2.58942 9.959584,1.67829 13.725479,0.25557 2.593316,-1.17461 4.009475,-4.71233 6.827903,-5.42399 2.586328,-0.46402 16.472968,1.67733 19.533168,2.86884 1.64631,0.47693 2.58346,1.91733 4.2288,2.36427 3.01721,0.48253 6.11438,-1.19867 8.93979,-0.45979 2.11894,0.24149 7.05181,4.26383 9.17995,3.55453 1.64585,-0.46355 2.35488,-2.35751 3.76053,-2.82328 7.07282,-1.88007 7.99575,5.91413 10.82371,4.26166 7.54197,-3.76625 7.58413,-12.96244 14.85546,-17.67042 4.2406,-2.82884 10.12752,-5.18074 15.06645,-3.74996 1.17813,0.23196 2.34705,1.41472 3.52773,1.41648 1.87873,0.23928 4.46807,0.48554 5.17488,-1.16822 0.4766,-1.65631 -3.28832,-2.36474 -3.27957,-4.25601 0.24552,-7.55192 4.47284,-2.146 6.36213,-6.82965 0.70458,-1.41356 -0.705,-3.53902 0.23784,-5.01033 0.71236,-1.17369 2.5941,-0.22414 3.5338,-1.17508 0.71013,-0.93349 0.009,-2.82176 0.94987,-4.03288 0.46485,-0.4753 1.64631,0.47693 2.35136,0.004 0.97745,-0.71204 0.47392,-2.35659 1.18216,-3.03989 1.65284,-1.17415 3.76654,-1.40273 5.65227,-1.87405 0.46975,-0.0152 1.17336,0.70236 1.64853,0.23672 0.47262,-0.23543 0.46439,-1.41578 0.93923,-1.89141 1.65284,-1.17415 5.65005,-1.63386 7.3051,-3.0482 2.11515,-1.41926 -6.5801,-6.38023 -7.29116,-7.32769 -2.10065,-3.07358 -4.67873,-14.39602 -2.79185,-17.91898 4.2494,-8.73222 12.9671,-15.42809 19.57041,-22.22553 2.35487,-2.35751 3.37568,-6.36267 6.20841,-8.48554 0.47263,-0.23543 7.77342,-1.87276 7.77042,-2.58303 0.2364,-1.65853 -3.28786,-1.42426 -3.99161,-3.07233 -0.4691,-2.12592 2.8245,-3.30321 4.47955,-4.71756 6.36463,-5.20888 20.70742,-3.50254 28.71549,-5.85315 2.11593,-0.46878 4.24269,-3.99951 5.65278,-4.94568 1.88748,-1.652 5.91944,-2.58308 8.48023,-3.52652 2.82352,-1.17206 12.94927,-5.17213 14.13601,-7.76192 2.36141,-4.00859 -1.39647,-9.43973 -0.45646,-10.38067 1.18244,-1.17891 4.23931,-0.70768 4.70846,-2.59386 0.47438,-1.41611 -0.46434,-2.59632 -1.64325,-3.77876 -1.40912,-1.18498 -2.81792,-2.35997 -3.28402,-3.77561 -1.64403,-4.72924 1.41616,-3.53773 0.24775,-7.79212 -0.23288,-0.70282 -1.88618,-0.46915 -1.87919,-1.17975 0.23594,-2.59901 3.30188,-4.00905 3.79579,-6.36628 -0.023,-0.70963 -1.17415,-1.65284 -0.7093,-2.12815 2.87178,-4.00511 7.5353,-3.04566 9.86843,-4.22184 2.58555,-1.41449 6.35482,-6.12905 8.95036,-7.54386 2.35566,-1.40703 4.70618,1.65845 6.58793,2.608 0.70583,0.47738 8.94104,1.43115 9.17171,2.37418 0.23066,0.94302 -3.07076,5.89255 4.46487,2.85688 0.53259,-0.23737 0.49354,-0.51625 0.16205,-0.8657 a 2.48,2.48 0 0 0 1.2536,0.39961 5.84,5.84 0 0 0 4.70924,-1.6434 c 0.70981,-0.94348 -1.87568,-3.5411 -0.46258,-3.77699 1.64331,-0.23335 4.23056,1.18359 4.23181,3.07454 -0.23895,1.88873 -4.47525,1.14555 -4.71355,3.05427 -0.23419,1.41833 2.58105,0.91689 4.03288,0.94988 0.93951,-0.0304 1.87781,-1.64168 2.3509,-0.93663 0.93872,1.18021 -0.24548,3.5398 0.93344,4.72224 1.17891,1.18244 3.03243,0.95228 4.7084,1.41824 a 7.75,7.75 0 0 1 2.48356,0.0696 c 3.29563,1.66413 1.64279,2.83828 1.63803,3.30868 0.23543,0.47262 0.9457,0.46962 1.64631,0.47693 a 2.2,2.2 0 0 0 2.12337,-0.2389 c 0.46518,-0.46531 -2.82333,-1.90956 0.23673,-1.64853 4.71049,0.24756 3.05636,3.54286 5.1745,2.83388 1.87795,-0.71119 3.30013,-2.82837 5.41605,-3.29715 1.64331,-0.23335 4.03289,0.94988 5.2553,-0.23033 0.97778,-0.70204 -1.16938,-2.12324 -0.93997,-3.07117 0.47217,-1.17591 2.35567,-1.40704 3.06548,-2.35052 0.70759,-0.70329 0.23895,-1.88873 0.93178,-2.12129 0.98523,-0.47216 2.12417,0.71157 3.05942,0.24103 1.18021,-0.93872 0.90878,-2.83092 1.88656,-3.53296 1.17767,-0.70851 2.81921,0.23882 3.75668,-0.47192 0.93747,-0.71074 -0.22636,-2.3539 0.48091,-3.06719 0.97,-0.94191 2.59332,-1.17461 4.00642,-1.4105 0.22988,-0.007 0.0308,0.9495 0.22844,1.18322 0.46975,-0.0152 -0.23066,-0.94302 -0.0382,-1.17938 a 25.39,25.39 0 0 1 4.71147,-1.88359 c 3.5368,-0.4648 8.93757,-0.2196 12.01004,-3.28072 1.88748,-1.652 3.06599,-5.42215 4.7136,-7.06637 0.70726,-0.71329 2.586,-0.47401 3.29581,-1.4175 0.7076,-0.70328 0.001,-2.12115 0.48091,-3.06718 0.47961,-0.94603 6.58882,-4.46575 7.53929,-4.46654 2.35136,0.004 7.29043,2.36511 8.45713,3.78807 a 1.14,1.14 0 0 0 1.41611,0.47438 c 0.47262,-0.23543 -0.2359,-1.4131 0.23418,-1.41833 1.89128,0.009 7.76333,6.15178 8.46883,6.61918 1.63933,1.18752 3.08588,2.60141 4.93241,3.08186 0.70806,0.23719 -0.70153,-1.88827 0.009,-1.89128 1.16939,-0.0379 1.87698,1.41995 3.0632,1.90179 0.23766,0.23242 0.46485,-0.47531 0.70505,-0.47309 a 3.85,3.85 0 0 1 2.1194,1.18198 c 5.87936,5.44242 2.38341,11.79899 7.26579,18.89458 2.58151,4.01849 3.28526,5.66656 2.56762,10.38228 0.046,1.41925 -1.88656,3.53296 -0.71,4.02511 1.88396,0.70935 4.2393,-0.70768 5.64842,0.4773 1.17369,0.71236 -0.91656,2.59105 -0.24548,3.53981 0.9465,1.42009 3.29485,0.71366 4.47598,1.65589 0.9335,0.71014 0.92919,2.12102 1.64025,3.06849 0.46564,0.47517 1.41088,0.004 1.87652,0.47947 0.71328,0.70727 3.52421,3.77784 2.11457,5.66448 -0.47484,0.47563 -2.35311,1.17684 -1.65506,1.41435 4.71396,1.89832 7.53369,-0.9345 11.9987,2.85287 2.59026,2.12722 2.57989,6.12965 5.17047,8.26687 0.46786,0.23497 1.40533,-0.47577 1.88318,-0.24112 a 32.35,32.35 0 0 1 4.7022,3.07931 c 3.2861,2.60494 -0.009,1.88128 2.81042,6.1422 1.41435,1.65506 3.99272,1.87166 5.64014,3.30905 l 3.52245,4.95852 c 1.41166,0.95478 5.7287,0.4847 7.37547,1.90211 1.40658,1.41518 1.14588,4.48524 3.28226,4.95629 1.88651,0.47915 3.53588,-2.34576 5.6518,-2.81453 2.36358,-0.23668 4.23879,2.36394 6.35389,2.79567 2.11509,0.43172 -2.82171,-4.02072 3.52856,-1.64516 2.35117,0.92434 7.27941,8.50869 8.2216,11.33966 0.23321,0.71282 -0.46916,1.88619 0.2289,2.1237 9.18347,1.19318 0.95229,-5.19357 9.41589,0.95553 2.35483,1.6546 -2.82579,5.42437 -2.12773,5.66189 6.59015,2.36779 7.53901,-8.48864 13.18465,-0.6874 0.9365,1.42041 2.34312,3.14575 2.57457,5.03925 0.23145,1.8935 -2.59683,3.53597 -1.65289,5.18626 0.94395,1.65029 3.7627,0.94863 5.17659,1.66321 a 14.07,14.07 0 0 1 3.52537,2.88733 c 0.23543,0.47262 -0.24196,1.17845 0.0382,1.17938 7.06851,-0.46919 9.18449,-4.95008 12.69721,4.03086 2.82088,7.08235 -1.65413,3.2953 2.57461,9.67168 0.47563,0.47485 1.41611,0.47439 1.65154,0.94701 a 17,17 0 0 1 2.81056,4.91154 c 1.41037,3.07594 0.45952,7.07884 2.32284,9.92998 1.87522,2.60063 6.58062,3.30859 2.57114,8.02093 -1.65427,2.36482 -7.29427,-0.0137 -8.23605,4.269 -0.2445,1.40866 2.06988,2.12407 2.34575,3.53588 0.22845,1.18322 -0.71157,2.12416 -0.95353,3.30261 -0.24195,1.17846 -0.23594,2.59901 -0.94575,3.5425 -1.17245,1.17859 -3.53158,0.93487 -4.47604,2.35621 -1.41694,2.58725 1.16327,8.7269 3.51764,9.44102 11.77372,3.3204 7.74478,-8.00505 13.43722,-12.96202 2.36043,-1.87744 4.71225,-0.93312 5.41813,-4.46784 0.95275,-4.25309 -3.04409,-7.79549 0.0231,-11.32669 4.2419,-4.94999 13.64858,-3.04366 13.89804,-8.00435 0.47494,-8.49984 -2.58772,-2.35742 -2.81213,-8.97362 -0.0304,-0.93951 1.40996,-1.87665 0.91656,-2.59105 -0.47216,-0.98522 -1.88618,-0.46915 -2.82092,-0.90911 -2.5898,-1.18674 -4.47247,-4.01725 -7.29469,-4.96633 -2.58424,-0.70667 -3.29059,1.88757 -5.64365,-0.94771 -3.99063,-5.20347 0.70986,-4.95559 1.69514,-9.43986 0.22941,-0.94792 -0.94395,-1.65029 -0.93696,-2.36089 -0.0152,-0.46975 5.90349,-12.33768 6.37088,-13.04319 4.47955,-4.71756 7.02677,0.71278 11.76294,2.37025 3.53028,1.18628 10.35244,-1.63616 12.47563,1.20656 3.75265,4.96106 0.68102,9.28281 7.97668,12.118 1.41388,0.71458 3.04765,1.42204 4.02543,0.72 0.98522,-0.47216 0.24201,-5.19056 0.71384,-6.37647 0.7119,-2.11417 2.82352,-1.17207 1.86357,-4.24258 -2.33872,-8.25859 -9.86245,-7.63457 -12.68416,-11.65529 -0.70329,-0.70759 0.23372,-2.35881 -0.69977,-3.06894 -2.35358,-1.92478 -10.1052,-3.08432 -12.94519,-4.27296 -3.53028,-1.18628 -4.69489,-3.77992 -7.75,-5.43184 -8.71033,-4.50024 -20.46157,-4.03938 -28.92994,-9.71808 -8.944,-6.15354 8.72969,-8.4872 2.84242,-15.09998 -2.07766,-2.36395 -5.64704,0.183 -7.29904,0.45665 -7.53591,1.1747 -19.5342,3.27441 -25.88187,-3.34346 -0.46564,-0.47517 0.23895,-1.88873 -0.46656,-2.35613 -1.16892,-1.18276 -3.28786,-1.42425 -4.6992,-2.36904 -4.22958,-3.31474 -9.63775,-7.80193 -12.21973,-12.76091 -2.58451,-4.72877 -7.02077,-23.37486 -10.31432,-26.20967 -3.08588,-2.60142 -4.0481,-1.41963 -7.29121,-3.31559 -3.24311,-1.89595 -19.82463,-13.71509 -21.23199,-16.08075 -0.70629,-1.41786 -3.74047,-14.15627 -3.26863,-15.34218 1.65113,-4.00558 7.29857,-1.39713 5.89381,-8.00509 -0.23367,-1.6533 -2.57804,-2.36775 -3.99716,-3.5524 -0.46975,0.0152 -0.98522,0.47216 -1.1729,0.23811 a 0.86,0.86 0 0 1 0.47216,-1.17591 c 0.97745,-0.71203 0.006,-2.60155 -0.46512,-3.54679 -0.46563,-0.47517 -0.71203,1.18368 -1.17989,0.94871 -0.93604,-0.47994 0.008,-3.15191 -1.17276,-3.15367 a 0.27,0.27 0 0 0 -0.23502,0.15769 9.73,9.73 0 0 0 1.18457,-2.03943 c 0.46961,-0.94571 -0.46688,-2.36612 0.47614,-2.59679 0.97745,-0.71203 2.11639,0.4717 3.28962,0.24358 3.76922,-0.70245 6.85867,-4.47449 10.1245,-5.89101 1.41565,-0.4661 3.1397,0.24843 4.08971,-0.69283 0.95001,-0.94126 -0.23492,-3.54425 0.94275,-4.25277 2.12069,-0.93918 6.58844,-0.46363 6.58492,1.89772 2.21454,-2.98329 2.34553,-4.49833 6.58844,-0.46364 a 2.9,2.9 0 0 1 0.46734,3.3066 c -0.47183,1.1859 -1.92445,2.36357 -3.06691,3.54119 a 0.23,0.23 0 0 0 -0.23275,0.22766 c -0.69963,0.0227 -2.11416,-0.7119 -2.12115,-10e-4 0.24144,1.89318 1.87822,3.31091 2.58067,4.919 0.008,0.23987 -0.47262,0.23543 -0.46485,0.4753 0.23113,1.88351 -0.24543,3.84997 0.69107,5.27039 a 0.23,0.23 0 0 1 0.23765,0.23242 c -0.95445,1.42166 2.82093,3.07024 3.99508,4.72308 0.93649,1.42041 1.63575,7.56099 2.81041,6.1422 a 32.82,32.82 0 0 0 2.84134,-4.94463 7.08,7.08 0 0 0 0.48137,-2.1267 c -0.008,-0.23988 -0.70963,0.023 -0.70583,-0.47739 -0.007,-0.22988 -0.0382,-1.17938 0.22974,-0.93794 0.94825,0.23942 0.18365,5.66703 2.82745,1.41917 a 9.84,9.84 0 0 0 0.4779,-3.77746 c -0.007,-0.22988 -0.47563,-0.47485 -0.47216,-0.98523 -0.007,-0.22988 0.23321,0.71282 0.46564,0.47517 1.89049,-0.94172 0.25071,-7.392 2.37186,-7.3907 6.82864,-0.46141 4.46381,2.20658 8.68988,5.72155 0.94348,0.70981 2.36135,0.004 3.02498,0.7224 4.22306,4.96582 -0.73152,11.0795 3.96938,16.27997 a 59.84,59.84 0 0 0 7.0505,6.38499 c 1.88142,0.93956 7.7656,1.89948 5.87733,2.60101 -3.29105,0.94709 -9.39663,-5.91876 -8.47546,3.05611 0.23191,2.83398 11.04688,8.98692 12.69666,11.1146 0.46785,0.23497 -1.88397,-0.70935 -1.41611,-0.47438 1.41166,0.95478 7.52586,2.83773 7.75907,3.55055 0.47387,1.65552 -0.94308,4.24277 0.18365,5.66703 0.7055,0.46739 8.00584,-2.11041 8.23827,-2.34807 4.71192,-0.94311 1.40167,0.9551 7.29343,3.07539 1.87652,0.47947 3.99466,-0.22951 5.87863,0.47984 2.59104,0.91656 4.2305,5.19571 7.04828,6.62519 3.29753,1.41394 5.40947,2.36604 6.35041,3.30605 0.008,0.23988 0.22988,-0.007 0.22988,-0.007 0.47975,-0.0155 0.98523,-0.47216 1.17938,-0.0382 0.92331,1.63095 -0.41534,1.69435 1.56506,2.60068 a 0.73,0.73 0 0 0 -0.15247,0.23506 c -0.23719,0.70805 1.40167,0.9551 2.1113,0.9321 a 3.26,3.26 0 0 0 0.86566,-0.14811 c 0.35499,0.14858 0.61648,0.19013 1.01308,0.38739 0.39659,0.19726 0.94427,1.66029 0.47386,1.65552 -3.76968,-0.23803 -6.58616,-3.78867 -10.35363,-4.26689 -1.64853,-0.23673 -3.52426,0.23427 -5.17279,-0.002 -0.46976,0.0152 -0.93872,-1.18022 -1.17179,-0.96255 a 1.14,1.14 0 0 0 -0.007,1.65107 c 1.41611,0.47439 3.05386,-0.23903 4.70272,0.008 a 13.92,13.92 0 0 1 4.70618,1.65844 c 0.46786,0.23497 0.23812,1.1729 0.7063,1.41787 8.00195,4.25305 6.34921,-2.59701 18.81775,7.34436 a 17.17,17.17 0 0 0 5.87413,2.81122 15.91,15.91 0 0 0 3.29929,0.23326 c -0.47485,0.47563 -0.97,0.94191 -0.7168,1.65408 3.23875,7.31894 4.01766,0.48013 7.29297,2.13491 0.70583,0.47739 0.23589,1.4131 0.7093,2.12814 1.87744,2.36043 4.30256,1.86162 5.94854,4.48969 0.47308,0.70505 -10e-4,2.12115 0.70199,2.82875 a 10.71,10.71 0 0 0 5.17705,2.60368 c 1.88651,0.47915 4.23537,-1.13778 5.65097,0.2471 1.16892,1.18276 -0.48568,3.53759 -0.25201,5.19089 0.24321,0.71249 1.88142,0.93955 1.41657,1.41486 -0.96968,0.9519 -3.06163,-8.4e-4 -3.77145,0.94265 -1.1772,1.64899 -0.9483,3.77269 -0.9496,5.89385 -0.008,2.83175 3.99813,1.42124 3.51977,4.25823 -0.21859,2.20824 -1.49122,10.4838 -0.47916,10.53104 0.06,-0.002 0.14766,-0.0748 0.23534,-0.1477 0.70727,-0.71328 -0.004,-2.60123 0.90879,-2.83092 0.70962,-0.023 1.1816,1.88272 0.70453,2.59855 -0.39748,0.39308 -1.19965,0.33903 -1.87864,0.38104 -0.52972,0.0172 -0.99592,0.14233 -1.18285,0.5486 -0.70727,0.71328 10e-4,1.89095 -5.2e-4,3.07163 -0.23941,0.94825 -10e-4,2.12116 -0.24071,3.06941 0.023,0.70963 -1.18021,0.93872 -0.947,1.65154 0.70453,2.59854 5.40641,5.66786 5.20143,6.13475 -0.71426,1.42388 -4.01734,-0.47013 -4.71512,1.15332 -1.64859,3.77538 13.40258,7.89004 15.05236,10.01772 0.94191,0.97 0.70199,2.82875 1.87346,3.78131 0.47308,0.70504 1.88095,-9.3e-4 2.35404,0.70412 0.46864,1.18544 -0.24372,2.35913 -0.2477,3.78001 l 0.0512,1.57917 c 0.23544,0.47262 0.23321,0.71282 0.47216,0.98522 2.3551,5.6767 5.89288,3.08075 6.60616,3.78802 0.71328,0.70727 -0.7224,3.02498 0.22492,3.54457 2.82824,2.36964 9.43107,5.43739 12.02988,8.75496 0.46309,0.70537 -0.009,1.88128 0.70421,2.58855 a 12.26,12.26 0 0 0 1.65154,0.947 c -3.55879,8.73986 0.69709,2.36867 3.06191,4.02294 1.17369,0.71236 0.70199,2.82875 1.87345,3.78131 0.23544,0.47262 0.98523,-0.47216 1.4231,-0.23622 a 13.69,13.69 0 0 1 3.53421,3.77751 c 1.64533,2.60808 -0.95752,4.72349 1.64357,5.94989 0.22988,-0.007 0.0382,1.17938 0.47216,0.98522 a 10.82,10.82 0 0 0 4.01516,-3.30178 c 0.47485,-0.47563 -0.46656,-2.35612 0.2415,-2.11893 1.41356,0.70458 2.15409,4.72271 4.71266,4.01947 4.48524,-1.14588 6.87389,-4.00474 9.9173,-5.18394 1.65806,-0.70407 9.20202,2.38321 10.8593,0.72866 0.97745,-0.71203 -0.70454,-2.59854 -0.23492,-3.54425 3.08598,-5.4228 0.22793,4.25485 4.47801,4.49732 1.41926,-0.046 0.7181,-3.77524 1.88624,-3.54295 1.88873,0.23895 2.36084,3.07515 4.01238,4.02215 3.04766,1.42204 4.48126,-1.88613 6.36901,0.48397 1.17638,1.41264 1.41487,-1.41657 1.88527,-1.4118 0.4704,0.005 0.0382,1.17938 0.47609,1.41532 0.9457,0.46961 2.82874,-0.70199 2.59155,0.006 -2.8393,7.78605 -11.09426,-0.2608 -8.73694,5.1757 0.46831,1.17545 3.06163,8.4e-4 3.53249,0.94608 0.23844,1.1829 -1.65427,2.36482 -2.59382,2.08511 -2.36913,-0.24339 -3.77172,-3.07945 -6.11831,-3.5537 -4.04066,-1.18975 -8.48796,-0.72546 -12.26588,-2.14384 -2.59104,-0.91656 -4.94809,-4.49209 -8.26121,-2.37367 -4.72322,3.06459 -1.18374,3.30007 -3.81102,5.89653 -1.89003,1.8822 -4.24786,-0.48267 -6.60921,-0.48619 -0.22988,0.007 0.47215,0.98522 0.23228,0.993 -0.46975,0.0152 -0.9365,-1.42042 -0.94191,-0.97 -1.1855,4.48074 0.70448,6.61065 -3.08349,9.2047 -0.23497,0.46785 -1.17938,0.0382 -1.41342,0.22589 -3.31632,4.48977 3.08588,2.60142 4.48278,4.02692 1.17892,1.18244 0.22715,3.30438 1.14587,4.48524 0.47309,0.70505 1.1799,-0.94871 1.88795,-0.71152 3.03243,0.95228 9.18961,5.70535 8.96093,9.45472 -0.4841,5.43854 -3.30581,1.41782 -2.84101,4.95462 0.46433,2.59632 1.63672,5.42984 3.77042,5.20061 0.22988,-0.007 0.93951,-0.0304 0.93571,0.46994 0.23367,1.6533 -1.69514,9.43986 5.20953,6.38462 4.01118,-1.88091 -6.12807,-12.80824 5.2032,-10.17387 1.41866,0.24418 1.88744,2.36011 2.59628,3.54777 1.17415,1.65284 1.87789,3.30091 3.29479,4.72576 0.23765,0.23243 0.9395,-0.0304 1.17813,0.23197 1.88521,2.6003 -1.90582,8.49618 4.00057,9.21526 0.70806,0.23719 0.70459,-1.41357 0.47138,-2.12639 -0.46212,-2.83652 -0.9326,-7.78387 -0.69796,-8.26172 5.9157,-8.25594 7.5527,1.196 11.5643,4.26768 0.70583,0.47739 1.64807,-0.70375 2.1237,-0.22891 0.7055,0.4674 0.47132,1.88572 1.17715,2.36311 0.93794,0.22975 2.58901,0.23627 3.0664,-0.46956 0.47915,-1.88651 -4.94332,-4.96249 -5.17875,-5.43512 -0.23543,-0.47262 0.70204,-1.18336 0.7068,-1.65376 -0.23543,-0.47262 -1.18368,-0.71203 -1.17669,-1.42263 0.007,-0.7106 2.83476,0.71856 1.88526,-1.4118 -0.9495,-2.13037 -3.75913,-7.32209 -4.70308,-8.97238 -0.47308,-0.70505 -1.89095,10e-4 -2.35436,-0.71412 -0.24288,-0.7025 0.46693,-1.64599 0.23594,-2.59901 -0.94394,-1.65029 -8.71948,-7.56155 -6.83246,-10.15403 1.18465,-1.41911 3.78222,0.007 5.66318,0.007 0.23988,-0.008 0.99948,-0.0324 1.18845,0.24163 0.46309,0.70538 -0.009,1.88129 0.69898,2.11848 a 26.11,26.11 0 0 0 6.84164,0.24853 c 2.13148,0.011 7.31903,-0.4573 5.93467,-2.11333 -2.35307,-2.83527 -6.83988,-1.42921 -9.43537,-4.0265 -0.70329,-0.7076 0.0113,-2.12148 -0.45957,-3.06673 -0.23543,-0.47262 -1.41611,-0.47438 -1.41911,-1.18466 -0.003,-0.71027 2.12291,-1.17937 1.41486,-1.41657 -1.64377,-0.70713 -4.48251,-0.005 -5.18658,-1.66288 -0.70852,-1.17767 7.31986,-3.51893 10.16083,-4.46144 1.65552,-0.47387 3.7e-4,-4.00211 3.07117,-3.1011 2.35404,0.70412 4.94855,5.43257 6.59754,6.60978 0.46818,0.24496 0.70982,-0.94349 1.178,-0.69852 a 14,14 0 0 1 3.29831,2.36441 c 0.23543,0.47262 -0.23197,1.17813 0.23367,1.6533 0.70805,0.23719 1.65376,0.7068 2.13115,9.7e-4 2.6016,-4.00636 -0.47178,-4.98733 -1.6402,-7.08059 -0.47215,-0.98522 0.23373,-2.35881 -0.23492,-3.54425 -0.23228,-0.993 -1.65454,-1.65728 -1.64279,-2.83828 -0.003,-1.65075 3.98722,-0.45938 1.41394,-3.29753 -3.29433,-3.78528 -4.71141,-2.12851 -9.4319,-2.37575 -3.77968,-0.23771 -2.8317,-4.02039 -3.76741,-4.49033 -1.65931,-1.18688 -4.02308,2.13142 -5.90292,0.93168 -1.42356,-0.70427 0.23803,-3.76969 -1.14588,-4.48524 -1.3839,-0.71556 -3.0707,1.88044 -4.72668,1.41383 -1.40866,-0.2445 -1.17494,-2.60331 -2.59105,-3.07769 -1.65376,-0.70681 -3.53948,-0.23548 -5.42076,-0.24455 -0.47262,0.23543 -0.97745,0.71203 -1.42564,0.46642 -0.70551,-0.4674 -0.70153,-1.88827 -1.64201,-1.88781 -0.94048,4.6e-4 -1.42263,1.17669 -2.12546,1.40958 -0.70282,0.23289 -2.83666,-0.46837 -2.12416,-0.71157 4.49158,-1.87647 7.78596,-2.10329 11.09608,-4.93198 4.01738,-3.54198 -1.1754,-3.54379 -2.82472,-4.731 -0.70551,-0.46739 -0.46355,-1.64585 -1.1716,-1.88304 -0.47818,-0.24464 -0.23974,0.93826 -0.71236,1.17369 -1.6533,0.23367 0.94354,-3.30229 1.42046,-4.9486 -0.023,-0.70963 -0.6993,-2.12847 9.8e-4,-2.13115 0.71282,-0.23321 9.91099,4.50135 10.37839,3.79584 1.90923,-2.83332 -10.12861,-8.74653 -11.78316,-10.40381 l -3.05288,-6.21438 c -2.59359,-2.84749 -8.01527,-4.973 -8.72106,-9.4625 l 1.66229,-7.05754 c -0.22845,-1.18322 -2.58725,-1.41694 -2.35529,-2.59508 0.23641,-1.65852 2.12722,-2.59025 3.30966,-3.76917 1.42231,-1.18669 4.01993,-3.77218 4.02039,-2.8317 -0.007,4.7227 -4.96296,4.00284 -0.0176,7.79465 2.60345,1.91669 9.21044,0.48194 11.09788,2.84204 0,0 1.64574,7.56067 2.3538,7.79786 1.88618,0.46915 8.02819,0.74036 8.49494,0.0149 1.18165,-2.12939 -14.6307,-3.79811 -9.18924,-9.70746 0.70981,-0.94348 2.11893,0.2415 3.29961,0.24326 0.94825,0.23941 1.89349,-0.23145 2.83175,0.008 3.78283,1.87847 4.00076,6.13364 7.77901,7.56201 1.65376,0.70681 1.86939,-4.06268 0.48443,-5.42853 -1.8922,-1.88971 -8.035,-0.95026 -7.31579,-3.76503 0.7151,-4.48551 8.27002,-3.52971 10.86726,-2.11309 0,0 8.00602,9.93591 6.10309,3.08395 -0.94519,-3.54125 -6.36896,-4.49608 -8.96353,-5.21242 -0.94792,-0.22942 -0.93695,-2.36089 -1.88965,-2.11991 -0.69963,0.0227 0.24228,0.99268 0.23589,1.41311 -0.23497,0.46785 -0.46739,0.7055 -0.70759,0.70328 -0.9427,0.24066 -1.88572,0.47133 -2.36135,-0.004 -1.88221,-1.89002 -1.63673,-5.42983 -3.76612,-6.61148 -0.70583,-0.47739 -3.53948,-0.23549 -1.88743,-2.36011 4.26633,-5.43103 4.72016,0.23724 9.21174,-1.63922 5.1963,-2.35954 3.3154,-6.37073 5.91348,-8.01574 6.61371,-4.00631 3.05936,4.25314 9.67732,0.68692 a 18,18 0 0 0 3.77752,-3.5342 c 4.97295,-6.16431 5.96446,-1.19382 13.53479,-0.68875 2.35881,0.23373 9.90633,-3.05246 11.8033,-1.63315 3.76917,3.30965 -3.78751,3.53453 0.18364,5.66702 a 9.25,9.25 0 0 0 2.59947,1.17642 c 3.54027,1.18596 17.47482,-8.47044 16.5273,-3.74727 -0.48313,3.30739 -12.04706,8.0044 -12.52497,11.78186 0.023,0.70962 1.41167,0.95478 1.64456,1.6576 a 3.28,3.28 0 0 1 -0.001,2.12116 c -0.24418,1.41865 -1.89531,5.42423 -0.7151,4.48551 4.49001,-3.77741 5.44216,-9.90146 9.22365,-14.85654 3.31887,-4.71997 9.45199,-5.64911 12.52543,-10.84138 a 38.3,38.3 0 0 0 2.60591,-5.41724 c 0.24418,-1.41866 -0.69977,-3.06895 0.24247,-4.25009 4.02391,-5.19305 5.66795,-0.46382 10.38719,-2.10754 0.71282,-0.23321 0.24672,-1.64885 0.924,-2.36116 a 11.45,11.45 0 0 1 4.71878,-2.5842 c 5.44173,-1.88724 8.02449,4.02221 6.85261,-1.88293 -0.46832,-1.17545 0.93774,3.31136 2.10065,3.07357 1.8835,-0.23113 7.78865,-1.403 8.49832,-3.27697 0.71426,-1.42388 -0.22969,-3.07418 0.24724,-4.72049 -0.0308,-0.9495 1.917,-2.59345 0.71241,-3.02466 -4.95638,-1.66034 -16.2815,0.21746 -22.41726,-3.56579 -9.18961,-5.70535 -5.4159,-8.73917 -6.82927,-12.52538 a 10.39,10.39 0 0 0 -1.64723,-2.35788 c -1.1718,-0.96256 -6.36374,-4.026 -6.60139,-4.25842 -0.0156,-0.47975 0.71203,-1.18369 0.4766,-1.65631 -2.58799,-6.37952 -12.98842,2.11179 -8.72953,-3.54912 0.95445,-1.42166 3.07038,-1.89044 4.02516,-3.3021 0.46484,-0.47531 -0.94872,-1.17989 -0.71153,-1.88795 0.23942,-0.94825 1.42264,-1.17669 1.93223,-2.1237 -0.008,-0.23987 -0.94348,-0.70981 -0.70329,-0.70759 1.17767,-0.70851 3.30184,0.003 3.9639,-1.179 0.66206,-1.18207 -0.70977,-3.06863 -0.93566,-4.48205 -0.94298,-3.78144 -0.69894,-6.13058 -1.17345,-9.96722 -0.0152,-0.46976 -1.40833,-0.23451 -1.41356,-0.70459 0.47739,-0.70583 2.12814,-0.7093 2.36788,-1.64756 2.60303,-5.19703 -3.07237,-4.96309 5.67628,-7.30768 1.1829,-0.23844 2.35705,1.4144 3.3023,0.94354 1.65029,-0.94395 1.19197,-6.44199 0.2503,-12.34459 -1.16568,-7.56621 -3.27419,-15.82225 -3.50786,-17.47555 -0.008,-0.23987 5.69757,-9.42949 4.25847,-10.6135 a 0.54,0.54 0 0 0 -0.38531,-0.1576 4,4 0 0 0 0.6225,-0.55045 c 0.41682,-0.41372 0.95089,-1.5316 0.79676,-1.65668 1.33384,0.0968 1.36207,-3.04571 2.52164,-4.00377 1.89526,-1.41213 8.95188,-1.6308 9.21226,-4.71085 -0.0305,-0.93951 -0.22154,-8.99755 -0.69143,-9.91281 -0.23544,-0.47262 -0.71505,0.47341 -1.1829,0.23844 a 1.58,1.58 0 0 1 -0.9365,-1.42041 c -0.007,-0.22988 0.69963,-0.0227 0.94302,-0.23067 0.47439,-1.4161 2.36969,-6.84034 -0.46252,-7.7891 -0.46786,-0.23497 0.23066,0.94302 -0.23974,0.93825 -0.23242,0.23766 -0.23288,-0.70282 -0.47216,-0.98522 -1.4161,-0.47438 -0.4779,3.77746 -2.12814,0.7093 -1.40958,-2.12546 -1.17632,-5.42474 -1.403,-7.78864 -0.0308,-0.9495 -1.64802,-3.30836 -0.70232,-2.83874 2.12417,0.71157 1.63974,6.14011 3.7682,5.4408 7.09202,-2.83119 2.36664,-3.53851 2.37714,-6.61046 -0.0152,-0.46975 0.46217,0.98555 0.94349,0.70981 0.70282,-0.23288 -1.17938,-2.12291 -0.47433,-2.596 1.18544,-0.46864 2.59678,0.47615 3.78222,0.007 a 3.75,3.75 0 0 0 2.12246,-2.11985 127.61,127.61 0 0 0 5.45345,-14.18408 c 0.22942,-0.94793 -1.652,-1.88748 -1.18239,-2.83319 0.23719,-0.70805 1.66029,-0.94427 2.12768,-1.64978 1.66191,-3.05543 -3.08587,-2.60141 -1.16887,-5.19486 5.2089,-6.60218 12.27467,-3.75954 12.28597,-5.88102 0.23895,-1.88873 -2.35654,-4.48603 -0.70402,-5.67017 1.18021,-0.93872 0.46257,3.77699 2.15409,4.7227 0.71361,0.71727 1.65284,-1.17415 2.83574,-1.41258 1.18289,-0.23844 2.60155,0.006 3.99466,-0.22951 3.06672,-0.45957 -0.6937,-5.6605 -0.6937,-5.6605 -0.23192,-2.83398 2.12467,-2.36006 0.70764,-4.71539 0.70963,-0.023 1.42309,-0.23622 1.41833,0.23418 0.21385,13.70026 8.00268,9.21563 15.33652,4.27551 0.97746,-0.71204 -2.12768,1.64977 -3.07769,2.59104 -1.17498,1.40879 0.46938,3.98689 -1.65335,4.24578 -3.97944,0.69925 -8.49448,0.92561 -12.51102,1.40596 -0.23988,0.008 -6.13359,-0.0113 -5.4303,0.69625 1.40912,1.18498 2.82347,2.84004 4.70965,3.30919 0.70805,0.23719 -0.46133,-1.88605 0.2415,-2.11893 1.41786,-0.7063 3.0694,0.24071 4.7227,0.007 0.46976,-0.0152 2.36312,-1.17715 2.59901,0.23595 0.46688,2.36612 -5.44303,4.0084 -3.81847,5.66665 0.71204,0.97745 8.97455,-0.93117 10.15268,-0.69921 0.70806,0.2372 -0.009,1.89128 0.69931,2.12847 a 7.84,7.84 0 0 0 5.67096,0.24645 c 1.88572,-0.47132 2.82972,-2.83314 4.48778,-3.53721 1.6503,-0.94395 3.777,-0.46258 5.19487,-1.16887 0.47262,-0.23543 -0.47609,-1.41532 -0.0534,-1.64913 0.47484,-0.47563 1.42356,0.70426 1.89618,0.46883 1.17545,-0.46832 0.46823,-3.76715 1.65413,-3.29531 2.12639,0.47138 4.00285,4.96296 5.65791,3.54861 1.18244,-1.17892 0.89356,-3.30068 2.36362,-4.24879 4.02595,-2.35163 -0.24024,4.00989 2.35779,6.37698 0.94348,0.70982 3.38341,-2.11069 3.14113,-0.94223 0.023,0.70963 -7.40687,8.24423 -8.82441,8.96052 -0.70282,0.23288 -1.41166,-0.95478 -2.12638,-0.47138 -0.23497,0.46786 1.18178,0.96223 0.94617,1.41009 0,0 -4.9674,4.48325 -5.1976,4.4807 a 5.09,5.09 0 0 0 -1.18943,1.88952 c 0.0152,0.46975 0.71328,0.70727 0.71203,0.97745 -0.23242,0.23765 -8.74615,6.12649 -5.67628,7.30768 5.89986,2.37015 4.71923,-1.64371 9.68214,-1.63445 1.64853,0.23673 6.83936,4.50084 8.48711,3.78709 2.12847,-0.6993 3.89523,-3.29789 6.68871,-0.45688 6.36767,6.61723 0.9339,5.66273 2.10708,9.44671 1.17762,3.30359 2.82661,4.4808 2.59419,4.71845 -0.97,0.94192 -4.25185,0.93821 -3.78575,2.35386 0.71407,1.65774 3.77524,0.7181 5.429,1.4249 1.65631,0.47661 1.64978,2.12768 3.77094,2.12898 11.81139,-1.38329 9.46639,-15.08452 17.03233,-20.2723 a 9,9 0 0 1 4.71655,-2.34399 c 0.99948,-0.0324 2.12939,1.18165 2.83444,0.70856 1.65728,-1.65454 0.23946,-4.96036 1.89452,-6.3747 1.66283,-1.17448 2.59887,-0.69454 3.08024,-2.82125 0.23242,-0.23765 -0.46975,0.0152 -0.70805,-0.23719 -1.17892,-1.18244 0.70556,-3.54471 1.41838,-3.77792 a 6.49,6.49 0 0 1 4.2471,-0.46781 c 1.4187,0.24418 2.3604,2.13467 3.7728,1.87879 1.6533,-0.23367 2.1347,-2.36038 3.5526,-3.06667 1.1754,-0.46832 2.5915,0.006 3.777,-0.46258 4.7192,-1.64372 0.9518,-6.13405 1.4297,-9.91151 0.4691,-1.88618 3.3097,-3.76917 2.133,-5.19181 0,0 -9.6844,1.87465 -9.9368,2.11295 -1.4201,0.9465 -0.2477,3.78001 -1.6656,4.48631 -0.9852,0.47215 -2.1215,-0.0113 -3.0172,-0.48253 -0.7081,-0.23719 -0.4639,-1.65585 -1.1742,-1.65284 -1.65106,-0.007 -0.2455,3.53981 -1.1902,4.95115 -1.18248,1.17892 -2.35714,2.59771 -4.01298,3.06158 -3.96552,1.12903 -17.21438,-11.58852 -19.33595,-14.38127 -0.70361,-0.71759 -3.99632,-6.61403 -3.52147,-7.08966 1.41009,-0.94617 2.82569,2.59984 4.47899,2.36617 5.43252,-0.93645 4.03002,-11.79672 6.15424,-15.09725 0.70981,-0.94349 2.13323,-1.16971 2.60382,-2.08543 1.1872,-1.64932 1.18817,-3.78047 2.37316,-5.18959 3.54906,-4.71743 5.42558,-4.23795 8.49323,-2.81657 0.23765,0.23243 0.24464,-0.47817 0.47706,-0.71582 2.125,-2.35006 -0.46433,-6.91859 5.2005,-7.1722 1.8931,-0.24145 3.1163,3.54092 4.4864,2.59605 1.6503,-0.94395 -0.4726,-3.77668 0.2368,-5.66064 -0.015,-0.46976 5.4391,-6.59963 5.6793,-6.59741 0.9852,-0.47216 2.1237,1.93223 2.5894,1.17674 0.4658,-0.75548 0.7712,-7.07869 2.1438,-8.25376 1.8853,-1.4118 7.7922,-3.76436 10.1583,-4.23124 0.6997,-0.0227 0.937,2.36089 1.4044,1.65538 0.7098,-0.94348 0.4761,-2.59678 1.1859,-3.54027 -0.01,-0.23987 0.2424,-0.23797 0.245,-0.46818 2.1247,-2.36005 11.8068,-3.99451 12.5224,-7.53954 0.4761,-2.59679 -2.8405,-2.12912 1.6495,-4.05556 a 5.45,5.45 0 0 1 3.7792,-0.70277 c 3.7805,1.18817 5.4268,3.82624 3.0588,7.32477 -0.7098,0.94348 -2.1232,1.16938 -3.3061,1.40782 -0.2399,0.008 -0.2423,-0.99267 -0.712,-0.97745 -1.4179,0.70629 -4.4974,8.49012 -8.0382,10.37579 -0.2399,0.008 -6.8534,0.93247 -1.8483,4.71234 1.4216,0.95445 4.2553,-1.13842 4.7205,0.24724 0.9391,2.12069 -4.9417,1.88104 -5.8977,1.40175 -0.4779,-0.23464 -0.7063,-1.41786 -1.1789,-1.18243 -2.1304,0.9495 -1.8694,4.06268 -3.5561,5.42802 a 8.21,8.21 0 0 1 -3.3061,1.40783 c -0.9395,0.0304 -2.3571,-1.4144 -2.827,-0.47869 -0.4771,0.71583 1.1767,1.42263 1.8877,2.3701 4.2383,5.43558 3.5256,1.96684 10.1153,3.39416 1.6485,0.23672 2.5834,1.91733 4.0063,2.6016 2.1213,0.93178 4.7127,0.007 6.6023,1.19678 0.7055,0.4674 1.1763,1.41264 0.9417,1.89049 -1.9018,3.06321 -6.1366,-0.72161 -7.7847,-0.0179 -1.8979,0.71185 -0.2525,8.26252 -0.2547,8.50272 0.023,0.69963 0.4718,2.8262 0.2389,2.12337 -2.83,-5.20107 -1.1666,-9.44717 -4.7209,-5.19982 -1.4152,1.40657 1.8796,6.13234 0.9356,8.49415 -0.7068,1.65376 -2.1294,2.83046 -2.3636,4.24879 0.023,0.69963 1.4135,0.70458 1.1789,1.18243 -0.4744,1.41611 -3.7757,-1.65857 -2.3661,0.46689 0.9417,1.89049 5.8933,4.02123 6.1792,5.43271 0.2332,0.71282 -0.7068,1.65376 -0.4739,2.35658 0.015,0.47975 1.4138,0.71458 0.9434,0.70982 -1.6533,0.23367 -3.5447,-0.70556 -5.1927,-0.002 -0.9853,0.47215 -0.9318,2.12129 -1.9018,3.0632 -0.2399,0.008 -0.2407,-0.9427 -0.7121,-0.97745 a 12.12,12.12 0 0 0 -4.0186,1.65103 c -0.4726,0.23543 -0.4722,1.17591 -0.9548,1.41166 -0.4826,0.23576 0.7098,-0.94348 0.242,-1.17845 -0.9457,-0.46962 -2.3591,-0.24372 -3.5398,-0.24548 -1.1807,-0.002 -2.8297,-1.17897 -3.5395,-0.23548 -0.9622,1.18178 -0.7159,3.53504 0.4678,4.24707 1.1837,0.71204 2.3596,-2.82791 3.5408,-1.88567 3.7692,3.30966 -10.1631,4.70164 -6.3818,6.84029 4.4849,2.85624 9.4346,-0.93607 14.629,0.96669 3.5377,1.41616 5.2322,7.08425 9.2268,6.85474 0.2299,-0.007 6.8482,-1.40254 7.0806,-1.64019 0.7098,-0.94349 -2.598,-2.3671 -1.6528,-2.83796 1.1855,-0.46864 10.1447,6.15465 12.2289,6.86752 3.0324,0.95228 5.9421,-1.88345 8.7361,-2.11406 4.2449,-0.22761 14.9364,4.27846 18.9523,5.93926 4.2426,1.86357 8.2426,5.19576 12.7337,6.39092 l 0.2324,-0.23765 4.7192,2.36839 a 1.84,1.84 0 0 0 0.9419,0.97 c 0.7081,0.23719 1.1832,-0.22844 1.8935,-0.23145 1.8835,-0.23113 3.539,-0.70499 5.1853,-0.22807 2.1242,0.71158 2.83,5.20107 4.7205,4.25935 0.2324,-0.23766 -0.2385,-1.1829 0.2319,-1.17814 1.1855,-0.46864 2.3614,0.004 3.5421,0.005 0.7096,-0.023 1.1859,0.47184 1.8887,0.23895 4.9569,-1.41129 4.9582,-3.53244 10.6253,-0.93463 1.8814,0.93955 2.5915,4.01817 4.4802,4.25712 0.9395,-0.0304 1.4105,-0.93617 2.1207,-0.93918 1.8935,-0.23145 3.777,-0.46258 5.4308,0.24423 3.0476,1.42204 3.7609,6.14141 5.6509,8.27131 3.5349,4.72799 9.6677,7.80097 11.3022,13.471 1.6463,4.48904 0,3.30183 -0.9558,7.55492 a 25.46,25.46 0 0 0 -0.9499,4.03288 c -1.4171,5.66888 -3.0743,10.10488 -8.043,14.85831 -0.7072,0.71328 -1.8857,0.47132 -2.3631,1.17715 -3.0769,3.54152 -6.5911,12.73016 -11.3548,14.85557 -1.1754,0.46832 -2.8209,-0.90911 -4.0254,-0.72 -0.9927,0.24228 -1.1894,1.88952 -2.1321,2.13018 -0.9427,0.24066 -1.8865,-0.47915 -2.827,-0.47869 -0.993,0.23228 -1.6551,1.41435 -2.8335,1.17239 -0.2399,0.008 -4.7192,-2.36839 -6.1418,-1.1917 -1.1799,0.94872 -1.1765,2.59947 -2.1243,3.30054 -0.9852,0.47216 -2.1263,-0.47138 -3.0716,-5.1e-4 -0.9778,0.70203 -0.9395,1.88141 -1.917,2.59345 -1.4226,1.17669 -3.5463,1.4056 -4.9187,2.59067 -2.3739,2.07798 -2.6067,3.84645 -5.207,5.73166 -3.0752,2.36084 -10.7017,3.51846 -14.2437,3.51318 -8.5046,-0.005 0.97,-0.94191 -4.0151,-2.87146 -2.831,-0.90878 -3.5447,4.23703 -4.4899,4.7079 -1.6481,0.70375 -3.7697,-0.23803 -5.6584,-0.47698 -0.238,-0.24242 -0.2407,-0.9427 -0.7121,-0.97745 -1.8835,0.23112 -3.5407,1.88567 -5.6697,1.6445 -0.6996,0.0227 -0.4613,-1.88605 -1.1671,-2.36344 a 9.22,9.22 0 0 0 -4.4886,-1.42537 c -9.2074,0.22834 -4.6968,9.43708 -13.9306,5.45407 -2.8278,-1.42916 -4.2855,-8.74579 -7.272,-8.27881 -1.1794,0.0382 -1.1889,2.82999 -2.3648,2.35783 -0.9483,-0.23941 0.9522,-3.03243 -0.2294,-3.06418 -2.3639,0.22669 -6.1532,8.954 -14.4075,5.86973 -8.732,-3.31892 -3.7643,-7.79217 -4.2699,-8.26604 -1.1764,-1.41264 -3.2971,-0.47346 -4.9582,-0.47966 -0.6996,0.0227 -1.4061,-0.47471 -1.6507,0.003 -0.7024,1.17336 -0.2407,3.0694 -1.1833,4.24055 -2.6083,4.72696 -27.15568,7.98374 -33.29501,10.57394 -2.84096,0.94252 -5.20014,4.7109 -7.33037,6.59089 -1.93968,1.89382 -5.18885,2.58942 -7.32398,4.00932 -5.91042,4.71391 -10.00624,12.01039 -15.42803,17.9091 a 38.77,38.77 0 0 1 -5.43734,5.41895 c -0.23243,0.23765 -1.41088,-0.004 -1.41565,0.4661 -0.94752,4.72317 2.59451,4.72844 -1.89975,8.06576 -0.47484,0.47563 -1.65108,-0.007 -2.35358,0.23636 -5.67448,2.1149 -1.18896,2.82999 -8.50577,3.04709 -2.60123,0.004 -9.19647,-1.90313 -11.56703,-0.95585 -0.70282,0.23288 -0.47438,1.4161 -1.17975,1.87919 -2.60475,2.36561 -7.317,3.29872 -10.63137,3.52619 -3.98689,0.46938 -13.21464,0.68838 -13.44928,1.16623 a 32.16,32.16 0 0 0 -1.89961,6.83511 c -0.71241,3.02466 5.18227,3.07376 5.89032,3.31095 0.47975,-0.0155 1.17939,-0.0382 1.41611,0.47439 0.24321,0.71249 -0.947,1.65154 -0.46883,1.89618 0.70806,0.23719 1.18244,-1.17892 1.88272,-1.1816 0.47785,0.23464 0.23589,1.4131 0.70629,1.41787 4.48774,0.47489 8.50499,-3.99757 13.22293,-3.52013 4.00988,0.24025 -7.08111,4.71182 -8.02413,4.94249 -0.70963,0.023 -0.71374,-1.64775 -1.18637,-1.41232 -0.47262,0.23543 -14.16775,8.94358 -15.11777,9.88484 -3.31664,4.47977 12.04271,-2.58141 7.54442,4.02776 -0.96255,1.17179 -10.38497,1.86734 -13.69157,2.33468 -6.37299,0.93691 -11.84633,4.93628 -12.044,4.70256 -0.93872,-1.18021 2.36663,-3.53851 1.18549,-4.48075 -1.40912,-1.18498 -3.77223,-0.008 -5.66702,0.18365 -0.23243,0.23765 0.023,0.70963 -0.2372,0.70806 a 0.61,0.61 0 0 1 -0.3853,-0.15761 c 0.94931,0.88972 2.47347,1.61073 2.26829,2.99811 -0.70412,2.35404 -3.53985,3.76663 -5.85822,4.47209 -4.94167,1.88104 -6.11054,-3.31383 -7.31898,-3.55481 -3.01721,-0.48253 -4.49033,3.76741 -6.86677,4.22462 -0.99267,0.24228 -4.72271,-0.007 -6.13979,1.64973 -1.41708,1.65677 -1.66334,4.2461 -3.08075,5.89288 -0.70759,0.70328 -1.8835,0.23112 -2.36089,0.93696 -0.46962,0.9457 0.23145,1.89349 0.23446,2.60377 -0.24196,1.17845 -0.23627,2.58901 -0.94608,3.53249 -1.42486,1.4169 -3.99467,0.22951 -4.0204,2.83171 0.23238,3.77445 2.11458,5.66448 2.10629,8.49623 0.24066,0.9427 -2.79534,6.36388 0.70227,6.85085 0.46975,-0.0152 15.10916,-7.06308 16.76435,-7.54694 0.47263,-0.23543 1.41787,-0.7063 1.1829,-0.23844 a 41.53,41.53 0 0 1 -4.50168,9.901 c -0.23464,0.47785 -2.3588,-0.23372 -0.97745,0.71203 1.41912,1.18466 6.8421,1.18902 7.54807,4.75802 0.0382,1.17938 -2.36705,2.9082 -1.41801,4.09808 0.70551,0.4674 8.02551,-2.12105 6.84432,0.94882 -1.18595,3.54027 -8.2783,6.36146 -6.85872,8.4866 1.41958,2.12513 5.41895,5.43734 5.8938,4.96171 a 9.1,9.1 0 0 1 3.06594,-1.41005 c 0.99299,-0.23228 3.07116,-0.93996 3.07195,0.0105 -0.23497,0.46786 -7.32385,4.93981 -8.27432,4.94059 -1.1829,0.23844 -1.88521,-2.6003 -2.82333,-1.90955 -1.19021,0.93904 1.64626,4.48903 0.45938,3.98721 -0.46975,0.0152 -4.46288,-8.97016 -5.88676,-9.68442 -0.70551,-0.46739 -2.35436,-0.71411 -2.83397,0.23192 -0.70459,1.41356 0.46734,3.30659 0.70166,4.97988 0.023,0.70963 -0.70458,1.41357 -0.23673,1.64854 1.18591,0.47183 3.77922,-0.70278 3.53981,0.24547 -0.46915,1.88619 -2.59984,2.82569 -4.25014,3.76964 -0.46975,0.0152 -0.94649,-1.42009 -1.18178,-0.96223 -0.23529,0.45786 0.94191,0.97 0.70597,1.40787 0.023,0.70963 -1.88494,1.4218 -1.17943,1.8892 1.41167,0.95477 3.30183,0.003 4.94814,0.47998 0.47975,-0.0155 4.25179,3.0739 4.71697,2.60859 1.42231,-1.18669 1.65603,-3.5455 3.31664,-4.47977 1.89049,-0.94173 1.63849,4.24916 3.53245,4.95819 0.93825,0.23973 1.6576,-1.64456 2.59808,-1.64502 1.17938,-0.0382 7.54539,1.89661 7.54539,1.89661 0.23543,0.47262 1.64973,6.13979 0.69749,7.32125 -1.41486,1.41657 -7.08013,2.58067 -5.19616,3.29002 1.88651,0.47915 3.99466,-0.2295 5.66619,0.71686 1.88697,1.41962 -1.42889,6.84987 0.92992,7.08359 2.12893,0.24118 3.07469,-3.30131 4.96596,-3.29257 1.88873,0.23895 2.59327,2.8375 4.2448,3.7845 0.46786,0.23497 1.4101,-0.94617 1.41533,-0.47609 3.51698,11.58217 -16.76361,-0.45728 -7.80874,9.42787 1.17892,1.18243 3.07371,-1.17017 4.48524,-1.14588 2.36135,0.004 1.41481,2.59554 4.04033,1.17976 0.47262,-0.23543 -0.47216,-0.98523 -0.23228,-0.993 1.65029,-0.94395 3.54203,0.005 5.1901,-0.69847 1.89049,-0.94172 6.38429,-3.05839 7.55974,-3.5267 1.88794,-0.71153 4.49301,-3.06714 5.66749,-1.40431 4.47593,5.66801 -6.88945,3.525 -6.82823,5.41401 0.0457,1.40926 2.35307,2.83527 1.40305,3.77653 -1.41486,1.41657 -3.77223,-0.008 -5.65795,0.4635 -3.78144,0.94298 -7.09411,4.00188 -10.16703,6.12252 -1.18022,0.93872 3.07639,-0.46989 4.48949,-0.70578 1.17938,-0.0382 2.36117,0.924 3.06719,0.48091 0.97745,-0.71204 -0.23413,-2.59378 0.71333,-3.30484 1.42009,-0.9465 3.3066,-0.46735 4.97989,-0.70167 4.95689,-1.41129 4.25013,-3.76963 4.48556,-3.29701 3.06524,6.90434 -0.23724,4.72016 -2.36969,6.84034 -0.47484,0.47563 1.41912,1.18466 1.88397,0.70935 0.47739,-0.70583 7.33912,-8.48216 7.33134,-8.72203 0.71236,-1.17369 0.0108,-3.06196 0.95608,-3.53282 6.14155,-2.8304 3.29877,3.30489 4.94555,4.7223 1.41166,0.95477 3.77746,0.4779 5.43154,1.1947 0.46976,-0.0152 0.46832,1.17545 0.70204,0.97777 2.36395,-2.07765 -2.16964,-5.20245 1.18693,-5.67142 6.61412,-1.21486 6.1295,9.45644 6.59514,9.9316 4.9573,3.5413 8.72828,1.65817 13.92662,2.14005 0.69963,-0.0227 0.9395,2.13069 2.1237,1.93223 2.1237,-0.2289 10.00364,-7.76808 10.47626,-8.00351 1.17467,-1.41879 4.72146,-1.88392 6.13438,-1.19932 0.46818,0.24496 -0.004,2.36135 0.47165,1.89572 a 7,7 0 0 0 1.84801,-4.72234 c -0.0304,-0.9395 -1.65154,-0.947 -1.64422,-1.64761 -0.23622,-1.42309 0.90878,-2.83092 1.42314,-4.24832 0.90879,-2.83092 -3.76611,-6.61149 -1.16928,-10.14745 0.96223,-1.18179 12.2799,-3.28946 14.1734,-3.52091 0.69963,-0.0227 21.23089,2.15347 21.70874,2.38812 9.19949,2.61341 7.53039,9.46106 19.80809,10.4239 6.1388,0.48143 0.9622,-1.18178 5.8734,-4.00233 1.1877,-0.70884 2.837,0.47836 3.9947,-0.22951 0.715,-0.4734 0.01,-1.89127 0.4736,-2.36658 1.6628,-1.17447 8.9366,-2.10055 9.9218,-2.57271 0.9775,-0.71203 1.1842,-2.35959 2.1317,-3.07065 0.7028,-0.23289 0.7063,1.41786 1.4091,1.18498 0.2399,-0.008 2.6118,-7.08831 3.08,-6.84335 1.1794,-0.0382 1.645,2.59808 2.8304,2.12944 4.7271,-1.40384 0.9531,-4.24309 1.1843,-6.3717 0.7151,-4.48551 5.9243,-11.0777 8.2909,-14.6162 4.7263,-6.36643 18.6441,1.67701 20.297,0.50286 1.4126,-1.17637 1.9018,-3.06321 3.3118,-4.00938 0.4555,-0.45499 6.7525,0.89177 3.9348,-3.9295 0.2315,-0.26764 0.3043,-0.49011 0.085,-0.78316 -0.4721,-0.98522 -1.8952,1.41213 -3.0734,1.18017 -0.708,-0.23719 0.7121,-1.18369 1.4171,-1.65677 0.97,-0.94191 2.5959,-1.40481 3.5456,-2.35607 1.4196,-1.88697 0.9547,-5.73394 3.3105,-6.21049 3.3114,-0.93774 6.6066,4.10818 7.3111,6.70672 0.2281,1.17323 -7.8123,11.78922 -7.0985,13.43697 1.4104,3.07593 7.0659,3.77312 7.5391,7.56978 0.2329,0.70283 -0.2367,1.64853 -0.9165,2.59105 -0.9623,1.18178 -1.917,2.59345 -1.8866,3.53295 0.038,1.17939 1.8848,1.65983 2.0932,2.8437 0.2337,1.6533 -0.4709,3.06686 -0.7076,4.71539 -0.2407,3.06941 3.3752,1.65155 5.263,4.02165 4.243,4.96517 1.3942,9.67992 3.4914,15.11485 0.7067,2.35834 3.5372,4.48778 4.9542,6.84312 a 6.3,6.3 0 0 1 1.1676,3.30392 c 0.232,4.99511 -1.883,1.1716 -3.78,3.7644 -0.2324,0.23766 0.9435,0.70982 0.9387,1.18022 -0.4744,1.41611 -1.1764,2.59947 -1.6586,3.7757 -0.2372,0.70805 -1.4101,0.94617 -1.1772,1.64899 0.038,1.17939 2.5885,7.32001 2.1066,8.50624 -0.947,1.65154 -2.8375,2.59326 -3.3066,4.47945 -0.2398,0.93825 1.1741,1.65283 1.4148,2.59553 0.2254,4.48506 -1.9036,8.25599 -2.3837,12.27365 -0.2363,2.58901 0.4682,5.18755 0.2445,7.54604 0.046,1.41925 -1.4166,2.59724 -1.4231,4.24832 -0.01,2.60155 1.881,4.94167 1.4055,7.55844 -0.7163,2.59457 -2.3639,0.22669 -2.6038,2.08543 -0.4801,4.01766 0.9282,8.26428 1.1658,12.50881 a 82.94,82.94 0 0 1 -0.9821,21.56312 l -0.019,-0.58969 -1.6502,0.94395 315.9596,0.7367 0.5163,-328.00882 a 26.31,26.31 0 0 1 -4.2501,-0.24247 c -5.1909,-0.252 -7.2994,-4.49594 -11.3001,-5.68698 -2.1264,-0.47138 -3.9717,0.93913 -5.8974,1.41175 -0.4697,0.0152 -0.4721,-0.98522 -0.9434,-0.70981 -0.7051,0.47308 -0.7069,1.65376 -1.6524,2.11462 -5.6733,4.00586 -15.4097,7.05281 -21.7683,2.56641 -2.3636,-1.92446 -8.0028,-10.14612 -12.7025,-17.46774 a 121.87,121.87 0 0 1 -6.3703,-11.32962 c -0.4686,-1.18544 0.9241,-2.36117 0.9458,-3.54249 -0.2264,-2.3539 -3.7671,-4.48034 -2.5851,-6.59973 a 3.89,3.89 0 0 1 4.7175,-0.46304 c 1.4188,1.17466 -0.2433,3.29961 0.2328,4.71493 0.4683,1.17545 2.1177,-1.64945 2.1217,-3.07033 -0.016,-0.47975 -0.7021,-0.97777 -0.9343,-1.66061 -0.2322,-0.68284 -0.053,-1.64913 -0.2364,-2.35358 -0.7015,-1.88827 -2.5859,-3.5381 -2.1168,-5.42428 0.4819,-1.18623 2.5968,0.47614 3.5443,-0.23492 0.4652,-0.46531 -1.1818,-0.96223 -1.6468,-1.41741 -1.1789,-1.18243 -2.8333,-1.90923 -3.7714,-3.06946 -3.0593,-4.25314 0.2411,-3.05941 -0.2367,-7.30616 -0.4778,-4.24675 -6.8182,-11.56523 -4.452,-16.04422 3.0782,-5.66267 0.6992,3.97944 4.0117,-4.95254 0.2397,-0.93825 -0.4666,-2.35612 0.011,-3.06195 a 2.14,2.14 0 0 1 1.8883,-0.70153 c 0.4697,-0.0152 0.702,0.97777 0.9434,0.70981 0.9775,-0.71203 1.1795,-1.88919 2.1173,-2.58993 a 5.91,5.91 0 0 1 3.3058,-1.41782 c 1.4109,0.004 4.0089,2.3714 4.0329,0.94988 0.4782,-3.76747 -9.4141,-6.14831 -11.7747,-5.20136 -5.9347,2.11333 -4.7171,5.41562 -11.7894,4.22407 -1.1884,-0.24164 -1.6502,-3.06816 -1.6502,-3.06816 -0.4731,-0.70505 -3.5398,-0.24548 -3.7697,-0.23803 l -6.094,-2.80409 c -4.0086,-2.36141 -4.9438,-5.90297 -9.4128,-8.26947 -4.0111,-2.1312 -11.3128,-6.38694 -15.5481,-7.10013 l -0.6197,0.0201 c -1.4179,0.70629 -2.6006,1.87522 -4.0067,1.40051 -1.6538,-0.70681 -2.5952,-2.5873 -4.0043,-3.77228 -2.3548,-1.6546 -13.4174,-8.03964 -15.7815,-8.74344 -0.9382,-0.23974 -1.8805,0.9414 -3.0589,0.69944 -1.6563,-0.4766 -3.5252,-5.65879 -4.0008,-6.13364 -0.4756,-0.47484 -1.4131,0.2359 -2.1211,-10e-4 -1.4087,-0.24451 -3.2997,-0.24326 -4.4786,-1.4257 -4.2297,-4.24523 -1.4035,-5.02717 -1.8713,-9.27425 -0.023,-0.69963 -1.1773,1.64899 -1.8828,1.1816 -2.3548,-1.6546 -2.1145,-5.66448 -2.8113,-8.02315 a 26.91,26.91 0 0 1 -1.1533,-4.71512 c -0.2311,-1.8835 1.1797,-4.04033 0,-5.42299 -0.702,-0.97777 -2.5885,0.70421 -3.0607,1.88012 -0.2424,0.23798 2.8118,8.96363 3.2784,11.31976 a 0.45,0.45 0 0 1 -0.7128,0.23321 c -4.2393,-3.30443 -1.4023,-2.82607 -1.8658,-8.48402 -0.023,-0.70963 -6.5963,-4.71883 -8.7113,-6.3812 -1.1833,-0.70204 -1.4144,-2.58554 -2.8206,-3.06025 -0.9482,-0.23941 -1.8952,1.41213 -2.8313,0.9322 -1.4183,-0.23419 -1.8848,-2.59031 -3.5359,-2.59684 -6.3665,-0.71417 -3.8418,4.94703 -8.5602,-0.483 -4.005,-4.72275 1.8952,-6.35471 1.9027,-10.13694 -0.053,-1.64914 -2.8258,-3.53033 -1.6459,-4.47904 1.1799,-0.94871 2.0854,2.60382 3.5337,2.83703 1.881,-9.2e-4 -2.1003,-3.06358 -2.1609,-4.9326 -0.023,-0.70962 1.6481,-0.70375 1.6451,-1.41402 0.4839,-2.35691 -1.6412,-4.94944 -1.1673,-7.30603 -0.015,-0.46975 1.6533,-0.23367 1.4179,-0.70629 -0.046,-1.40926 -1.4092,-2.11547 -1.6477,-3.29836 -0.2384,-1.1829 0.9243,-2.35118 0.4835,-3.29739 -0.4757,-0.47485 -2.1285,0.6993 -2.1212,-0.001 -0.2332,-0.71282 1.6533,-0.23367 1.3501,-0.94423 l -0.046,-1.40926 a 10.38,10.38 0 0 0 1.1946,-1.41944 l -0.015,-0.46975 -0.015,-0.46975 a 1.36,1.36 0 0 1 -1.1859,-0.47184 c 0,0 0.01,0.27985 0,0 -0.01,-0.27985 -0.015,-0.46975 -0.2355,-0.47262 a 3.23,3.23 0 0 0 -0.1551,-0.46522 l 0.1599,-0.005 1.3893,-0.045 c 0.6896,-0.0223 -0.045,-1.39927 -0.6987,-2.10848 -0.9284,-1.17055 -2.7846,-1.64067 -3.9406,-3.04396 -0.2277,-0.23275 0.933,-0.23034 1.6233,-0.2327 1.6263,0.47757 3.7859,3.51922 5.884,1.88041 0.9278,-0.70042 -1.4689,-2.10353 -1.2344,-3.51187 0.2394,-2.79922 0.5383,1.17318 3.094,-1.16082 a 21,21 0 0 0 3.4882,-4.4353 c 0.2372,-0.70806 -0.6935,-1.6384 -0.4563,-2.34646 0.4678,-0.69551 1.8561,-0.46036 2.0936,-1.15842 0.9399,-1.87142 -0.6919,-4.68004 1.1689,-5.6108 0.9253,-0.47021 7.4233,4.92215 5.5659,0.7101 -1.3842,-2.57652 -6.7237,-2.78369 -6.0213,-5.80802 0.4668,-2.57648 0.9211,1.87114 3.4796,0.23742 0.9252,-0.47021 -2.0392,-1.17457 -1.8516,-1.87101 1.3968,-3.51709 4.8606,7.96675 5.8073,-4.19029 l -0.01,-0.22988 -0.015,-0.46976 -1.1893,0.0386 -0.025,-0.77959 -0.015,-0.46976 c 1.0794,-0.035 1.0829,-0.2352 1.0829,-0.2352 a 3.56,3.56 0 0 1 0.1173,-0.70416 c 0,0 0.013,0.39979 0.01,0.15991 a 12.74,12.74 0 0 1 -0.7038,-1.64807 l -0.6993,-2.12846 c -0.9374,-3.30137 -2.105,-6.60529 -1.3974,-7.30858 1.4126,-1.17637 3.5225,0.94641 4.9329,0.0102 0.715,-0.47341 -2.5773,-1.41727 -1.8722,-1.89036 0.9774,-0.71203 2.1141,0.7119 3.2906,0.89389 0.4698,-0.0152 5.4165,-7.29926 5.8908,-8.71537 0.7094,-1.88397 -0.2215,-6.83641 1.4201,-5.88908 0.4678,0.23497 0.6937,1.64839 0.9387,1.18021 0.7041,-2.35404 -0.2281,-5.18533 0.4813,-7.0693 0.2371,-0.70805 1.1681,0.23229 1.6407,-0.003 0.7028,-0.23289 0.7071,-1.64377 1.175,-1.4088 0.7081,0.23719 0.053,1.64914 0.709,2.11815 l 0.08,-0.003 a 6.29,6.29 0 0 0 0.1543,-1.41574 c -0.2385,-1.1829 -0.6941,-5.98066 0.9457,-3.85265 0.2379,0.24242 1.1718,0.96255 1.1759,0.47216 0.4822,-5.18834 -0.9341,-6.59321 4.0111,-10.8356 4.4726,-4.00697 8.9277,0.71121 13.1669,-0.92695 0.993,-0.23229 0.9473,-1.64155 1.6524,-2.11463 0.4648,-0.47531 0,1.41088 0.4661,1.41564 2.3488,0.23405 4.9721,-0.94153 7.0606,-1.63954 1.4079,-0.70597 0.7403,-8.0282 0.9457,-8.48509 0.7098,-0.94348 2.5915,0.006 3.7692,-0.70245 2.1107,-0.93885 5.6498,-5.655961 8.2326,-3.75862 1.1733,0.70237 1.8774,2.36043 3.2887,3.30522 0.9358,0.46994 3.7545,-0.23173 3.7529,1.87943 0.01,0.23988 -0.993,0.23229 -0.9852,0.47216 a 24.21,24.21 0 0 0 -0.01,5.89339 c 0.023,0.70963 -0.046,-1.40926 0.467,-1.64599 0.705,-0.47308 1.1718,0.96255 1.8769,1.41995 a 19.7,19.7 0 0 1 7.0333,12.02851 c 1.1689,5.19487 -0.4813,11.39157 1.3904,16.35355 0.9392,2.12069 13.1665,-1.86743 12.6943,-0.69152 -2.123,5.19148 -9.8846,5.88324 -14.5864,7.75651 -3.066,1.41004 -4.9454,5.16288 -8.2383,6.36017 -1.6481,0.70375 -3.767,0.46225 -5.4073,1.40587 -1.6481,0.70375 -0.01,3.77224 -1.1829,5.18103 -0.712,1.18369 -2.8257,1.41227 -3.3001,2.82838 -3.3092,8.72176 1.6425,2.82828 3.0395,9.19637 0.2332,0.71283 -1.6438,-0.70713 -2.3488,-0.23404 a 8.14,8.14 0 0 0 -2.8414,4.94462 c -0.947,5.66365 6.3404,3.30637 8.4572,3.78807 1.4161,0.47438 2.0773,2.35395 3.5259,2.59716 0.9395,-0.0305 1.1772,-1.649 1.8801,-1.88188 1.4131,-0.23589 3.294,-0.23682 4.4729,0.94562 0.4657,0.47517 -1.8857,0.47132 -2.5907,0.94441 -0.7051,0.47308 -2.8188,0.70166 -3.2962,1.40749 -0.2397,0.93826 0.2364,2.35358 -0.2385,2.82921 -3.5376,3.52643 -5.1683,-0.48285 -8.4649,-0.0158 -5.1724,0.93802 0.7033,0.70759 -1.6446,2.3545 -3.3035,2.1081 -10.348,1.15577 -9.1784,7.30111 2.3243,12.75141 12.4497,-0.21334 16.9139,2.62355 1.4117,0.95478 1.6402,3.06848 2.8192,4.25092 3.5237,2.83736 15.741,7.80426 17.8486,10.16723 2.0699,2.12407 0.6924,7.78166 3.7545,8.72297 1.6389,0.24705 5.6431,-4.93536 7.7591,-5.40414 0.4697,-0.0152 0.046,1.40926 0.4735,1.64552 1.8795,1.18975 3.9859,1.66177 6.094,2.80409 a 7.81,7.81 0 0 0 2.8197,1.1793 c 1.8765,0.47947 2.1245,-3.29054 3.7671,-4.47436 1.6425,-1.18382 2.3448,1.65492 3.7604,1.18882 1.4157,-0.4661 4.238,-7.54122 9.4155,-3.99706 1.1737,0.71236 3.1011,3.07117 1.8735,3.78131 -1.4204,0.9365 -3.2953,-1.65414 -4.9364,-1.66099 -1.1794,0.0382 2.1113,0.93211 3.0551,1.65192 2.585,1.65714 3.28,5.19649 3.7496,8.26289 a 21.53,21.53 0 0 1 0.1759,5.42715 c -0.235,0.46785 -0.993,0.23228 -0.9778,0.70203 -0.4679,3.77714 3.992,4.01281 5.6339,6.82111 0.9361,1.41041 -0.01,3.53203 1.1533,4.71511 0.9387,1.18022 3.2818,0.004 4.463,0.94595 0.9335,0.71014 0.4621,2.83652 1.4008,4.01673 0.4753,0.46485 1.4153,-0.47609 2.1134,-0.23857 a 17.25,17.25 0 0 1 4.5485,1.42342 c 1.8814,0.93956 4.9242,6.8441 7.0354,6.84572 2.8318,0.008 -6.0976,-7.54646 -6.5633,-8.02163 -1.1771,-2.36311 -0.2992,-7.07402 -2.6502,-8.91884 -2.8179,-2.35996 -2.5908,4.95652 -3.2966,0.46702 -0.7058,-4.48949 -1.1611,-8.9671 0.025,-13.43785 0.9461,-3.5325 0.4727,-0.23543 3.7683,-2.58341 2.1155,-1.40926 3.8036,-6.12641 5.9668,-7.29709 1.6503,-0.94394 3.7585,-1.6526 5.6424,-0.94324 1.6441,0.71712 1.4079,3.30613 2.5768,4.48889 a 19.68,19.68 0 0 0 3.2875,1.41426 c 2.8205,2.12977 3.2827,5.89677 6.8108,7.32325 0.4678,0.23497 1.1759,0.47216 1.6437,0.70713 l 0.04,-25.9349 1.2291,-783.64096 -312.7697,-0.47989 a 4.31,4.31 0 0 0 -0.7085,2.83444 c 0.9326,3.77177 11.7499,5.6724 7.0352,11.77831 -1.9248,2.35358 -6.3504,1.63654 -8.475,3.9966 -2.8201,2.82282 -3.0616,7.10288 -5.6902,9.65936 -0.7076,0.70329 -10.4375,6.11127 -11.3728,6.58181 -5.9194,2.58308 -3.525,-0.7162 -8.699,-2.60961 -0.4679,-0.23497 -1.8853,1.4118 -1.878,0.7112 0.9536,-11.32683 1.6428,-1.17383 4.9395,-5.65295 0.2346,-0.47786 -1.6385,-0.23706 -1.4117,-0.95478 -0.023,-0.70963 1.4201,-0.94649 1.8853,-1.41181 0.2372,-0.70805 -1.1694,-2.12323 -0.4691,-2.12592 0.7003,-0.003 1.4161,0.47439 2.1164,0.4717 1.8835,-0.23112 4.0102,0.25025 5.4125,-0.9358 1.175,-1.40879 -0.6981,-5.1801 0.9452,-5.41345 1.8835,-0.23113 0.4648,3.5368 0.4682,5.18756 0.01,0.22987 -0.7053,0.46308 -0.7076,0.70328 0.015,0.46976 0.4722,0.98523 0.6986,1.178 1.8814,0.93955 4.9954,-0.22192 5.9346,-2.11333 0.9548,-1.41167 0.01,-3.53204 -0.228,-5.18534 -0.01,-0.22987 -0.9457,-0.46961 -0.7033,-0.70759 0.2372,-0.70805 1.4078,-0.70597 1.645,-1.41402 -0.015,-0.46976 -1.4153,0.47609 -1.4092,0.0457 0.01,-0.43043 0.97,-0.94191 1.1775,-1.639 -0.01,-0.23988 -1.1718,-0.96255 -0.702,-0.97778 0.4697,-0.0152 0.9361,1.41042 1.1718,0.96255 0.7028,-0.23288 1.4152,-1.40657 0.9317,-2.12129 -0.6963,-1.41819 -6.4162,-3.79417 -7.8255,-3.7485 -0.4681,-0.24497 -1.883,1.1716 -1.6458,0.46355 0.4769,-1.64631 1.9018,-3.06321 2.8413,-4.94462 0.4696,-0.94571 -0.7037,-1.64808 -1.8852,-2.60031 z m -877.0527,61.66941 a 1.16,1.16 0 0 0 -0.46748,0.0852 0.86,0.86 0 0 0 -0.40007,0.31313 14.12,14.12 0 0 0 -3.06807,6.59283 c -0.48175,6.12882 4.22712,8.48754 5.39344,13.91261 0.47133,1.88572 -0.23756,4.71016 1.17632,5.42474 0.70551,0.4674 1.88827,-0.70152 1.88096,-9.2e-4 0.23321,0.71282 -1.64807,0.70375 -1.41486,1.41657 0.0152,0.46975 2.58771,2.35742 3.29308,1.89433 5.88123,-3.76246 0.48554,-4.46807 -0.69286,-8.72213 -0.0227,-0.69963 -0.22858,-2.11371 0.48169,-2.11671 12.02651,-0.92001 -0.91656,2.59104 5.64361,4.95981 4.24832,1.42314 -3.28104,-12.02004 -2.33353,-16.74321 -3.2e-4,-0.01 -6.85421,-6.81157 -9.49223,-7.01623 z m 707.91185,61.45353 c -10.4745,0.33944 -10.14028,8.18273 -5.29085,17.04031 3.05427,4.71355 4.93471,7.78425 10.359,5.66745 0.47262,-0.23543 0.94348,0.70982 1.41611,0.47438 2.36394,-2.07765 4.96157,-6.82428 4.9624,-9.88591 -0.008,-0.23987 -1.87308,-9.94455 -0.21848,-10.13824 1.41088,0.004 1.64418,5.65971 2.34876,4.24615 a 8.68,8.68 0 0 0 -1.40129,-4.95721 c -3.30387,-2.84449 -5.65222,-2.13806 -9.9023,-2.38053 -0.79153,-0.0344 -1.57371,-0.0891 -2.27335,-0.0664 z m -248.73054,52.79389 c -2.68087,0.0168 -4.36836,2.28268 0.92223,7.46404 1.18499,-1.40912 4.48159,-1.87614 4.25046,-3.75964 -0.40562,-2.32808 -3.05219,-3.72309 -5.17269,-3.7044 z m -19.59488,15.91301 c -2.12513,1.41958 -4.47284,2.146 -5.87344,4.00234 -0.47517,0.46563 1.17637,1.41264 0.70152,1.88826 -2.12166,3.07034 -1.17239,-2.83351 -3.29308,-1.89433 -0.47262,0.23543 0.4661,1.41565 -0.007,1.65108 -0.70962,0.023 -0.69852,-1.17799 -1.17637,-1.41264 -0.93826,-0.23974 1.64724,2.35788 0.69945,3.05895 -0.70505,0.47308 -1.16893,-1.18276 -2.1194,-1.18197 -0.22988,0.007 0.23543,0.47262 0.24321,0.71249 a 1.74,1.74 0 0 1 1.1759,0.47216 c 0.7063,1.41787 -0.9023,3.03082 -1.42569,4.47853 5.66273,-0.9339 8.25558,-3.04899 10.14867,-8.23303 0.46961,-0.9457 1.41962,-1.88697 1.65936,-2.82522 -0.007,-0.22988 -0.75965,-0.28555 -0.86607,-0.48221 a 0.26,0.26 0 0 0 0.13247,-0.23441 z m 19.86642,6.35988 a 12,12 0 0 1 -1.72067,0.3159 4.08,4.08 0 0 0 1.6433,-0.23335 c 0.1167,-0.10384 0.15571,-0.13512 0.0761,-0.12253 z m -33.61985,0.54921 0.0825,0.0774 0.9395,-0.0304 a 8,8 0 0 1 -1.02335,-0.0869 z m -9.84138,14.93659 a 0.43,0.43 0 0 0 -0.23761,0.0777 c -1.18544,0.46864 -2.59077,0.9444 -3.0707,1.88044 -0.47184,1.1859 0.70675,2.35835 0.9352,3.54157 a 36.46,36.46 0 0 0 2.83356,-5.1845 c 0.1831,-0.21604 -0.18222,-0.37429 -0.46175,-0.35523 z m -7.74997,7.84513 c -0.24496,0.46818 0.023,0.70963 0.0382,1.17938 -0.008,-0.23987 0.23465,-0.47785 0.23719,-0.70805 z m -5.96025,1.32374 c -2.72663,0.14839 -5.81454,1.18896 -6.52195,3.13289 -0.47693,1.64631 3.30053,2.12421 4.47723,3.54684 10.11178,-4.73999 6.54782,-6.96573 1.98345,-6.71776 z m -496.168618,17.95994 c -0.72735,0.0936 -0.969029,0.97189 0.114658,3.53814 0.398956,0.88755 0.780144,1.53554 1.069436,2.12648 a 1.65,1.65 0 0 0 -1.565568,0.47095 c -0.954778,1.41167 1.641632,5.88992 2.344919,6.59751 0.473408,0.71505 1.88873,0.23896 1.879521,1.18975 -0.237566,4.71017 -4.24875,6.59107 -4.246528,6.35088 -6.363414,-4.016 0.01987,-13.89794 -5.632348,-16.03599 -6.840342,-2.36969 -1.422686,5.1888 -2.370476,5.88987 -1.648071,0.70375 -2.823606,-3.77053 -4.471676,-3.06678 -3.538561,1.64548 4.462092,8.01969 3.7545,8.72297 -2.124999,2.35006 -7.514466,-12.98342 -6.584084,-4.95934 0.231126,1.8835 0.699258,3.97944 2.106804,5.4246 0.941912,0.97001 4.714932,-0.23283 4.032882,0.94988 -1.172442,1.17859 -3.767928,-1.4187 -4.71049,-0.24756 -0.977451,0.71203 2.593451,1.91701 1.882666,2.83051 -5.436414,7.29991 -2.573824,-8.72121 -6.818679,-8.49361 -4.722706,-0.007 2.342697,6.83771 -0.960433,8.95581 -1.177669,0.70851 -6.809094,-13.44651 -8.709543,-3.54977 -0.483916,2.35691 5.18149,2.12329 5.880796,4.25176 0.023,0.70963 -1.177669,0.70851 -1.184981,1.40912 0.232373,3.77445 6.839418,0.48873 8.255526,0.96311 0.708054,0.23719 0.461329,1.88605 1.171605,1.88304 1.182897,-0.23843 1.179753,-1.87919 2.127219,-2.59025 0.22988,-0.007 -0.239412,0.94825 0.03822,1.17938 1.169845,3.06371 1.178131,0.23196 2.82398,-0.23159 0.469754,-0.0152 -0.472161,1.17591 0.03822,1.17938 0.51038,0.003 1.184657,-1.41911 1.420088,-0.94649 0.468642,1.18544 -0.713748,2.67452 -0.477855,4.08762 0.469103,2.12592 8.496338,-10.13051 8.715608,0.95821 9.23e-4,1.88096 -4.475244,1.14555 -4.721321,2.8144 -0.235944,2.599 8.726065,1.89836 6.838582,3.55036 -0.962228,1.18179 -2.599006,-0.23594 -4.009886,-0.24025 -2.833975,0.23192 -7.071381,0.6894 -9.671685,2.57461 l -0.464849,0.47531 c 0.941402,1.88049 2.57642,4.4789 4.705349,4.72007 1.88873,0.23895 4.246153,-2.34876 5.182326,-0.93834 6.121867,10.14704 -11.542272,-1.4269 -12.727253,-0.0178 0.277448,-1.00952 0.626479,-1.97133 0.0061,-2.59156 -1.411666,-0.95478 -3.301832,-0.003 -4.98766,0.46179 -0.992998,0.23228 -1.424394,2.35737 -2.127682,1.64978 -0.943485,-0.70982 1.656819,-2.59503 0.712408,-3.02466 -2.119395,-1.18198 -5.422063,1.8766 -7.541459,0.69462 -2.357048,-1.4144 -1.873132,-3.77131 -4.476443,-2.59637 -9.440558,4.45811 3.526893,4.47812 4.472924,4.95773 0.708054,0.23719 0.466096,1.41564 0.943947,1.65029 0.227658,0.23275 0.705047,-0.47309 1.175448,-0.46832 0.470401,0.005 1.182898,-0.23844 1.418329,0.23418 1.648994,1.17721 3.519444,4.24824 5.411181,5.19747 0.467856,0.23497 -0.472158,-0.98523 -0.238438,-1.1829 0.705047,-0.47308 0.466096,1.41565 1.17415,1.65284 0.945707,0.46961 3.071167,-0.93997 3.301831,0.003 0.47387,1.65552 -2.127219,2.59025 -2.361727,3.99859 -0.234509,1.40833 0.704534,2.59854 0.699257,3.97944 -0.241957,1.17845 -2.126758,3.53073 -0.948303,3.77269 1.648533,0.23673 7.55053,-2.57591 8.248266,-2.34839 0.715827,0.47707 3.29961,0.24326 2.594563,0.71634 -1.41264,1.17638 -3.296142,1.4075 -4.949441,1.64117 -0.939507,0.0304 -2.124162,-0.71157 -2.826988,-0.47868 a 3,3 0 0 0 -2.127219,2.59025 c -0.237191,0.70806 2.121292,0.93179 1.646773,1.41741 -0.970002,0.94191 -4.950364,-0.23979 -3.767005,0.46225 1.64409,0.71713 3.529813,0.2458 5.418544,0.48476 l 1.410879,0.004 c 0.945707,0.46962 4.008588,2.3614 2.830133,2.11945 -1.658528,-0.23641 -3.297527,-1.41394 -4.948605,-1.42047 -8.982322,0.6913 0.707218,3.29883 -6.61533,6.11748 -1.648071,0.70375 -3.7627,-0.94863 -5.656197,-0.71718 -0.699632,0.0227 -0.947004,1.65154 -1.172441,1.17859 -1.176372,-1.41264 0.0051,-4.47251 -1.878822,-5.18186 -1.176234,-0.48216 -0.482528,3.01721 -1.183273,4.24055 -0.710138,0.93349 -3.781304,1.87346 -2.837819,2.58327 0.705833,0.47739 15.781012,7.80296 16.489066,8.04015 0.938257,0.23974 1.880957,-9.2e-4 2.594239,0.70635 1.40912,1.18498 1.405276,3.53633 3.056815,4.48334 0.936036,0.47993 2.117225,-2.58993 2.588088,-1.64469 0.943947,1.65029 -2.123751,4.24101 -0.714631,5.42599 a 0.57,0.57 0 0 0 0.39271,0.0773 c 0.0019,0.06 -0.137335,0.0845 -0.155057,0.15511 -0.472161,1.17591 0.70421,2.58855 0.932654,3.77177 1.643714,4.71924 4.236245,2.59415 7.302132,5.19622 2.119857,2.12245 5.643231,8.96192 9.881559,10.38539 1.653761,0.7068 10.36937,1.66502 12.014757,0.26099 0.707269,-0.71329 1.024331,-6.36652 4.326624,-5.42298 1.884288,0.71934 7.034871,0.96265 8.480963,1.43606 0.945707,0.46961 1.176833,2.35311 2.119857,2.12245 1.175448,-0.46832 0.705883,-3.53472 2.128979,-3.77093 1.651078,0.007 2.085106,2.59382 3.75918,3.30998 a 2.74,2.74 0 0 0 1.893492,-0.23146 c 3.06339,-1.17983 5.65102,-3.765 8.7158,-4.28454 5.90292,-0.93168 2.35437,0.71412 8.72991,-0.45299 0.22988,-0.007 -0.94349,-0.70982 -0.71328,-0.70727 0.47484,-0.47563 1.41578,0.46439 1.65075,-0.003 0.71236,-1.17369 -0.69926,-3.97944 0.47823,-3.76747 3.77269,0.94831 3.05075,7.0749 4.4645,6.859 1.6533,-0.23367 2.60507,-2.35561 4.25092,-2.81916 0.71282,-0.23321 2.11939,1.18197 2.59678,0.47614 1.17466,-1.41879 0.2328,-4.23977 1.65543,-5.41646 1.18244,-1.17892 4.23755,0.473 4.97212,-0.94154 a 1.34,1.34 0 0 0 0.0746,-1.09299 2.29,2.29 0 0 0 0.39053,0.62768 c 1.65422,1.64729 4.48205,-0.93566 6.60274,-1.87484 0.47262,-0.23543 1.65807,-0.70407 1.42263,-1.17669 -0.46864,-1.18545 -3.77283,-1.87879 -2.82569,-2.59985 1.18022,-0.93872 3.07811,2.36154 4.23833,1.42347 0.59316,-0.52949 0.42797,-1.30454 -0.0687,-2.11888 a 2.9,2.9 0 0 0 2.43876,0.23113 c 9.68252,-5.63657 -2.58035,-7.07014 -3.25365,-7.7787 -0.47563,-0.47484 0.47438,-1.41611 1.17943,-1.88919 1.41787,-0.7063 3.5368,-0.4648 4.95721,-1.4013 2.84051,-1.88299 1.6602,-5.88686 0.4905,-8.02009 -0.24321,-0.7125 -1.18322,0.22844 -1.64886,-0.24673 a 11.9,11.9 0 0 1 -2.35529,-2.59507 c -1.64677,-1.41741 -3.53986,3.76663 -5.66402,3.05505 -1.65376,-0.7068 2.82783,-2.58294 4.48811,-3.52721 0.23243,-0.23766 1.17591,0.47216 1.16939,-0.0379 -0.023,-0.70963 -1.17637,-1.41264 -1.16938,-2.12324 -0.0152,-0.46975 1.41564,-0.46609 1.17799,-0.69852 a 13.88,13.88 0 0 0 -4.71474,-2.84879 2,2 0 0 0 -1.25319,0.23072 c 1.31047,-0.93294 8.82426,-5.56874 5.27604,-8.23521 -1.17179,-0.96255 -3.29961,-0.24326 -4.47076,-1.18582 -0.47817,-0.24464 0.97745,-0.71203 0.70459,-1.41356 -0.0152,-0.46976 -1.41611,-0.47439 -1.18179,-0.96223 2.36918,-3.76871 3.77562,-3.28401 7.31464,-3.98901 1.1829,-0.23844 3.76969,0.23803 3.29882,-0.70722 -3.05505,-5.66402 -5.41822,-0.47475 -7.53604,0.24422 -0.98522,0.47216 -2.11639,-0.4717 -3.06163,-8.4e-4 -0.94525,0.47086 -0.95228,3.03244 -1.91701,2.59345 -7.77207,-4.2605 0.95261,-5.18357 -0.69287,-8.72213 -0.46341,-0.71537 -1.87651,-0.47947 -2.34737,-1.42472 -0.47355,-1.64553 3.06723,-3.5312 -1.14555,-4.47524 -1.64631,-0.47693 -3.29531,-1.65414 -4.94338,-0.95039 -1.18799,0.69884 -0.91656,2.59105 -1.18975,4.04065 0.0382,1.17939 0.46656,2.35613 -0.003,3.30184 -0.23973,0.93825 -1.41518,1.40657 -1.93223,2.12369 a 4.55,4.55 0 0 0 0.0534,1.64914 l -0.08,0.003 c -0.01,3.2e-4 -0.94265,-3.77145 -2.36006,-2.12468 -0.70727,0.71329 0.70754,3.30882 -0.23849,2.82921 -2.11685,-1.41217 -1.87229,-6.83294 -4.46607,-6.59881 -2.59378,0.23414 -4.94852,3.52213 -6.13794,5.41165 -0.23275,0.22765 -0.22974,0.93793 -0.46994,0.93571 l -0.54346,-1.3331 c -0.21989,0.007 -0.70963,0.023 -0.86534,0.15811 -0.47262,0.23543 -0.47947,1.87652 -0.4747,1.40611 -0.46656,-2.35612 0.96603,-12.48784 -5.17376,-10.83811 -2.35612,0.46656 -2.39007,23.80991 -4.26093,15.78629 -1.14587,-4.48524 0.46916,-1.88618 1.18934,-6.8321 1.65817,-8.72829 -1.18466,1.41911 -2.35653,-4.48603 -0.22812,-1.17323 1.18974,-1.87952 1.19215,-3.04021 -0.24112,-1.88318 0.005,-4.47251 -1.64894,-5.18931 -1.64154,-0.94733 -3.538558,1.64547 -5.424282,2.11679 -0.229879,0.007 -0.23321,-0.71282 -0.472158,-0.98522 -0.935712,-0.46994 -1.881419,-0.93955 -2.584244,-0.70667 a 4.41,4.41 0 0 0 -2.361542,3.07811 c -0.939555,1.88141 1.165951,9.42718 -2.604196,6.08754 -4.714881,-3.77927 2.621049,-14.21235 -5.636699,-14.93527 -2.358807,-0.23372 -1.270547,9.26601 -4.335239,12.56701 -0.474844,0.47563 -7.552802,6.82821 -6.133124,0.92913 0.239737,-0.93825 6.849839,-7.52581 -2.82791,-2.35964 -3.06816,1.65024 -2.83746,11.54796 -7.79083,10.5979 -1.418653,-0.24418 0.24071,-3.06941 0.715416,-4.47552 0.471837,-1.18591 2.354878,-2.35751 1.88656,-3.53296 -0.228443,-1.18322 -3.527268,-0.476 -3.055431,-1.66191 0.239275,-1.87874 3.77131,-1.87313 4.250459,-3.75964 0.466932,-1.64599 -1.647696,-3.29836 -2.168994,-5.18247 -0.473408,-0.71504 -1.409952,-2.44561 -0.701898,-2.20842 1.883964,0.70935 2.583778,4.08846 4.469825,3.62713 10.852823,-1.63237 0.0113,-6.44375 0.253256,-7.62221 0.472161,-1.17591 4.040331,1.17976 3.994662,-0.2295 0.234185,-1.41833 -3.297064,-0.47346 -3.772831,-1.87879 -0.463875,-1.65584 1.894009,-3.30308 1.660661,-4.94638 -0.03822,-1.17938 -1.881418,-0.93955 -2.353577,-1.92478 -0.235431,-0.47262 0.943024,-0.23066 1.415647,-0.4661 0.469615,-0.9457 -1.177157,-2.36311 -1.41481,-2.59553 -0.467856,-0.23497 -1.643304,0.23335 -1.648532,-0.23673 -0.228444,-1.18322 3.307434,-3.52898 0.954829,-5.42377 -0.943486,-0.70982 -2.596785,-0.47615 -3.530275,-1.18628 -0.933491,-0.71014 -0.93918,-2.1207 -1.652463,-2.82797 -0.467856,-0.23496 0.023,0.70963 0.03822,1.17939 a 0.8,0.8 0 0 1 -0.23497,0.46785 c -0.098,0.0632 -2.665358,-1.97471 -3.911463,-1.83427 z m 151.982988,196.77063 c -2.06665,0.13701 -0.5734,1.13917 0.93696,2.36089 a 10.91,10.91 0 0 1 0.92692,-2.27121 16.85,16.85 0 0 0 -1.86388,-0.0897 z m 2.82999,1.18896 c -0.71541,0.15325 -1.55386,1.14093 -1.81048,1.2493 a 5.33,5.33 0 0 1 1.7997,2.12282 c 0.23589,1.4131 -1.42347,4.23833 -0.005,4.48251 1.64914,-0.0534 2.12944,-2.83046 2.12597,-4.48121 -0.0304,-0.93951 -1.88396,-0.70935 -2.3545,-1.64461 -0.008,-0.23987 1.1829,-0.23843 1.17767,-0.70851 -0.16778,-0.85501 -0.50538,-1.0842 -0.93256,-0.99032 z m -4.50923,22.0176 -0.71972,5.8864 z m 200.00981,4.16403 a 3.24,3.24 0 0 0 0.93659,2.04073 c 1.64932,1.1872 4.98766,-0.46179 5.419,1.42523 0.47387,1.65552 -3.53249,-0.94608 -4.99511,0.23191 -0.47262,0.23543 -0.70981,0.94349 -0.95477,1.41167 a 19,19 0 0 0 -0.40571,-5.10954 z m -124.43348,44.823816 a 9.76,9.76 0 0 0 -0.71194,1.804006 3.89,3.89 0 0 0 0.47267,0.07473 3.79,3.79 0 0 1 -0.62995,0.320572 c 0.0558,-0.131875 0.11152,-0.263751 0.15728,-0.395302 -0.2818,-0.0509 -0.47461,-0.134698 -0.46781,0.07519 0.007,0.209889 0.012,0.369805 0.23025,0.312706 a 2.47,2.47 0 0 1 -0.98768,1.322684 c -1.64807,0.703749 -3.53458,0.2246 -5.41808,0.455727 -0.47262,0.235431 -1.40926,0.04567 -1.17545,0.468317 0.46387,1.655844 1.12288,3.775612 2.81662,4.481123 1.17369,0.712359 2.12976,-2.820461 3.0707,-1.880444 1.17369,0.712359 -1.4274,5.969364 -2.84879,9.037012 -0.23497,0.467856 -0.70935,1.883963 -0.47438,1.416107 4.73229,-4.94587 4.49334,-7.379407 4.26398,-10.443586 -0.23321,-0.71282 2.83143,-0.0017 2.59382,-2.085106 -0.0227,-0.699633 -1.41356,-0.704585 -1.40879,-1.174987 0.23719,-0.708053 1.1759,0.472161 1.64853,0.23673 0.23242,-0.237653 -0.71204,-0.977451 -0.70852,-1.17767 0.47739,-0.705832 2.35789,-1.647234 1.65983,-1.884749 a 3.41,3.41 0 0 0 -1.88827,0.701528 c 0.2743,-0.489141 -0.22132,-0.963337 -0.19402,-1.66459 z m -38.78759,34.664487 c -9.90281,0.691107 4.22147,13.870548 7.25544,7.769079 a 27.52,27.52 0 0 1 -2.5898,-1.186741 c -1.41611,-0.474383 -3.53726,-0.475681 -4.24258,-1.863564 -0.47309,-0.705047 2.59632,-0.464337 2.35566,-1.407037 0.0462,-1.662368 -1.36752,-3.297437 -2.77872,-3.311737 z m 408.39517,5.585331 c -0.25986,0.0084 -0.54776,0.07778 -0.77959,0.02526 -0.47438,1.416108 -0.95307,4.243096 -3.07899,4.712199 -1.64585,0.463551 -6.83595,1.162021 -5.18709,1.408745 1.65598,0.466609 5.89783,-0.471273 6.83257,2.129816 0,0 0.18591,5.736988 2.82143,4.320883 8.73472,-4.9355 2.12064,-1.249342 4.01674,-5.723102 0.46961,-0.945706 8.00454,0.01075 0.007,-4.722706 -0.94571,-0.469615 -2.58855,0.704211 -3.53426,0.234595 -0.70551,-0.467394 0.007,-1.651077 -0.4691,-2.125921 a 0.64,0.64 0 0 0 -0.66873,-0.258477 z m -461.35821,3.514875 c -1.40343,0.225575 -2.61419,1.765598 -3.84114,2.805884 -0.22988,0.0074 -0.23719,0.708054 -0.46961,0.945707 -2.35391,0.226359 -2.34784,-2.365197 -4.71748,0.463038 -0.70759,0.703287 0.70768,4.239303 0.46748,4.237082 -3.32418,-0.692696 -4.96058,-6.112538 -7.11215,-0.25978 a 4,4 0 0 0 0.47179,2.826202 c 0.008,0.239874 0.93951,-0.03045 0.70805,0.237191 -0.47516,0.465635 -2.36389,0.226684 -2.13068,0.939505 0.71152,1.887945 4.71141,2.1285174 4.00428,3.772283 -0.70903,1.893959 -4.71317,-0.9478411 -5.66018,0.703698 -0.95478,1.411665 0.46748,4.237082 2.13855,4.24296 1.88096,-9.23e-4 2.12454,-3.290538 3.77483,-4.234485 0.47484,-0.475629 1.41356,0.704585 2.12638,0.471375 1.40787,-0.70597 -0.4635,-5.657956 0.94784,-4.713172 1.17892,1.182436 0.93266,3.771771 2.58151,4.018495 3.07163,5.13e-4 3.30795,-6.600605 3.54991,-7.77906 0.47438,-1.416108 3.77529,-3.294007 4.95537,-5.163209 -0.46865,-1.185444 0.013,-3.302156 -1.1754,-3.54379 a 2.58,2.58 0 0 0 -0.61935,0.03008 z m 21.83423,0.703176 c -0.95478,1.411665 -2.35742,2.587713 -2.59415,4.236245 -0.2372,0.708054 1.40879,1.174987 1.4118,1.885262 0.0152,0.469753 -1.18368,-0.712035 -1.65631,-0.476604 -0.23464,0.477851 0.9465,1.420089 0.47133,1.885724 0,0 -3.5312,-3.067237 -2.36057,0.946954 0.47609,1.415322 3.76617,2.59938 2.82361,3.770524 -1.17467,1.4187903 -3.77224,-0.0078 -5.416,-0.714956 -0.70963,0.023 -1.41181,-1.885262 -1.41879,-1.174662 -0.23673,1.648532 1.88312,3.770985 0.9358,5.412529 -0.47184,1.185905 -3.52773,-1.4164823 -3.52949,-0.235806 -0.24071,3.069407 2.3483,3.305675 1.63718,6.370315 0.007,0.22988 -0.22988,0.0074 -4.00113,-2.131524 -2.82523,-1.659364 -0.23803,3.76968701 -2.13375,4.24133501 -1.41565,0.466096 -1.64071,-4.00896201 -2.8187,-3.31044101 -5.19408,2.11934401 2.57761,10.38196 2.81272,10.844588 0.47216,0.985224 0.22669,2.363898 0.23238,3.774454 -0.009,1.891275 0.92788,4.242172 -0.24678,5.660963 -1.17466,1.418791 -4.71572,-0.717638 -5.42285,0.926127 0,0 8.01227,4.262726 1.63418,5.66004 -1.88572,0.471325 -3.52518,-1.646686 -5.18102,-1.182811 -6.6002,1.644638 0.23505,4.474735 -0.71894,6.836873 -0.46994,0.935712 -6.58747,-1.667512 -7.9958,0.259114 -1.90956,2.82333 12.96041,2.581576 10.83069,3.551065 -1.64807,0.703749 -3.52948,-0.235806 -5.42076,-0.244554 -0.69963,0.02267 -2.58424,-0.706669 -2.35136,-0.0038 a 7.69,7.69 0 0 0 1.17239,2.833513 2.86,2.86 0 0 1 -1.17891,-1.182436 9.8,9.8 0 0 1 -1.64502,-2.598082 c -10.62137,3.525868 4.2431,0.953069 0.46128,5.898154 -5.90381,8.00542 -2.12069,0.93918 -6.84247,2.813098 -0.22988,0.0074 -0.4674,0.705509 -0.22942,0.947928 1.6377,3.298687 11.07617,0.01126 12.95399,-1.630425 0.47484,-0.475629 -0.47216,-0.985224 -0.7063,-1.417867 a 1.84,1.84 0 0 1 -0.94191,-0.970001 c 2.12129,0.931782 4.94944,-1.64117 8.01857,-3.261427 1.41787,-0.706294 1.18244,-1.178917 2.83528,-2.353067 0.70759,-0.703287 2.59063,-1.874892 2.12323,-1.169383 -0.4747,1.406113 -2.83828,1.642791 -2.83129,3.093326 0.0308,0.949502 3.77223,0.0078 3.02466,0.712408 -0.22988,0.0074 -9.90235,1.631585 -8.25433,4.939943 0.70852,1.177669 3.30007,1.183734 3.29831,2.36441 -0.002,1.180677 -2.11717,-1.422172 -3.30007,-1.183734 -1.1829,0.238438 -2.35788,1.647234 -2.83129,3.093327 -0.70681,1.65376 -0.009,5.893387 -0.95835,7.785124 -0.94733,1.641545 -5.65958,2.57466 -4.24047,3.759318 1.17369,0.712359 1.90956,-2.82333 3.29568,-2.347976 3.30484,0.713333 -3.53939,4.707108 -3.06853,5.652353 0.46832,1.175448 3.0664,-0.469565 3.53472,0.705883 l -4.93071,4.071838 c -1.41962,1.886971 -0.95006,4.953371 -2.36969,6.840342 -0.71236,1.173688 -4.01326,3.051587 -2.59938,3.766167 1.88397,0.709352 4.00211,3.75e-4 5.66272,-0.933901 0.47263,-0.235431 -0.93871,-1.180215 -0.70407,-1.658065 0.70935,-1.883964 2.59017,-2.815371 3.2992,-4.70933 0.24497,-0.468179 -0.2259,-1.413425 0.0113,-2.121478 a 2.94,2.94 0 0 1 0.93956,-1.881419 c 0.70759,-0.703287 2.59632,-0.464337 2.83573,-1.412588 0.47647,-2.58679 -2.58308,-5.919442 -0.69462,-7.541459 0.70759,-0.703287 10.14514,-5.871674 10.3728,-5.638925 0.71203,0.97745 -0.23372,2.358807 -0.23548,3.539484 -0.23928,1.878736 -0.94863,3.762699 -0.24233,5.180567 0.0152,0.469753 11.77543,6.151831 3.99637,2.601926 -2.1213,-0.931782 -3.99938,-3.312201 -4.94116,-1.190585 -0.71934,1.884288 -0.0104,4.002436 -0.71717,5.656197 -0.2372,0.708054 -1.65807,0.704072 -1.41487,1.416569 0.23544,0.472623 4.70197,5.850777 3.75626,7.542295 -0.46961,0.945707 -2.12069,0.93918 -2.82796,1.652462 -7.56312,6.818539 2.83319,-1.182385 -3.30873,5.650132 -3.30966,3.769177 -4.2531,3.369527 -4.02757,8.785057 0.23844,1.1829 -5.42299,-0.004 -3.06594,1.41005 9.18119,5.44548 2.13074,-4.95162 8.95497,4.02206 0.9365,1.42041 2.10935,5.19441 3.05381,3.77307 2.36918,-3.76871 -2.11296,-7.77564 1.19253,-7.04232 2.59678,0.47614 2.58119,4.0085 3.75756,5.42114 0.23797,0.24242 0.70583,0.47739 0.94825,0.23941 0.47517,-0.46563 0.2415,-2.11893 0.93955,-1.88142 0.69806,0.23752 -0.70458,1.41357 -0.4717,2.11639 0.23544,0.47263 0.94604,0.47961 1.41866,0.24418 1.17545,-0.46832 1.88748,-1.652 3.30345,-2.1081 1.1729,-0.23812 2.58425,0.70667 3.76969,0.23803 1.41565,-0.4661 2.125,-2.35006 3.54064,-2.81616 1.17291,-0.23811 2.1113,0.93211 3.03989,1.18216 1.40833,0.23451 4.71512,-1.15332 4.24009,0.2428 -0.47693,1.64631 -3.06358,2.10032 -4.919,2.58067 -0.47262,0.23543 -0.24228,-0.99267 -0.70851,-1.17767 -0.23988,0.008 -8.02275,7.763928 -7.79116,10.587908 l 2.81296,5.91199 c 0.2359,1.4131 -2.12153,4.00081 0.70167,4.97989 0.94825,0.23941 2.12722,-2.59026 2.59808,-1.64502 0.70153,1.88827 -2.13505,6.36249 -0.0139,6.36379 3.30438,-0.22714 6.1397,-6.59232 6.37429,-3.05806 0.23146,1.8935 -1.90178,3.0632 -2.59859,4.71664 -0.69681,1.65344 1.17179,0.96255 0.93663,2.3509 -0.008,2.83175 -8.01102,-2.37178 -4.95518,4.24272 0.4661,1.41564 3.29753,1.41393 3.76363,2.82958 0.23843,1.1829 -2.12593,0.4691 -3.06372,1.16985 -1.17989,0.94871 -2.60382,2.08543 -2.83703,3.53374 a 8.91,8.91 0 0 0 0.30756,4.24226 c -1.30228,-0.35801 -2.32785,-0.20471 -2.43386,0.22895 -0.4766,1.65631 2.13887,4.25296 0.69847,5.1901 -1.4404,0.93715 -1.88489,-2.5903 -3.05381,-3.77306 -2.36005,-2.12468 -3.07117,0.93996 -6.36856,0.45651 -1.64853,-0.23673 -2.59025,-2.12722 -4.23879,-2.36395 -0.70805,-0.23719 0.7063,1.41787 0.23368,1.6533 -3.3036,1.17762 -4.71748,0.46304 -6.36856,0.45651 a 8.5,8.5 0 0 0 -2.59332,1.17461 4.06,4.06 0 0 0 -1.41486,1.41657 c -0.46739,0.70551 -0.23895,1.88873 -0.70634,2.59424 -3.07547,2.35084 -8.02093,2.57114 -7.55641,4.24697 1.64413,9.67183 6.1384,-4.47116 10.14125,0.49179 1.40657,1.41519 2.34487,10.60962 1.86493,11.54566 -1.42393,3.29785 -8.97229,9.64566 -12.74374,10.58831 -1.18289,0.23844 -2.35117,-0.92433 -3.53249,-0.94608 -1.6533,0.23367 -1.91733,2.58346 -3.30267,3.05858 -1.18544,0.46864 -9.89453,-2.14065 -9.92188,2.57271 0.0534,1.64913 -0.47568,3.53726 0.47179,4.98734 0.65914,0.88911 6.4523,1.20164 6.59968,1.42699 -1.4231,0.23621 -3.77492,-0.70811 -4.4795,0.70545 -0.47994,0.93604 1.63724,2.35821 2.81537,2.59017 a 8.09,8.09 0 0 0 4.71747,-0.46303 c 0.47517,-0.46564 0.23928,-1.87874 0.93956,-1.88142 5.65972,-1.64418 3.52981,0.2458 5.18311,0.0121 0.46976,-0.0152 0.70459,-1.41357 0.97,-0.94191 0.24288,0.7025 0.69889,7.98155 1.16771,8.2465 2.3596,1.1842 5.90422,-3.05283 7.77643,-1.16248 2.11986,2.12245 1.63941,6.13012 4.00423,7.78439 7.0637,4.01332 5.65273,-0.93358 11.55265,-2.57553 0.70282,-0.23289 1.17179,0.96255 1.88141,0.93955 a 19.25,19.25 0 0 0 3.53158,-0.93487 c 0.97777,-0.70204 8.50184,-5.63833 7.08443,-3.99156 -1.41741,1.64678 -12.725,8.69672 -12.97996,9.16522 -0.71458,1.41389 -0.23802,3.76969 -1.66066,4.94638 -4.48778,3.53722 -10.35983,-2.60582 -14.84535,-3.32091 -13.19381,-2.37391 -6.813,5.88376 -12.26153,5.39998 -0.93793,-0.22975 -1.87966,-2.12024 -2.82333,-1.90956 -1.65807,0.70407 -1.42222,6.12928 -2.13204,7.07277 -1.18498,1.40912 -3.30868,1.63802 -4.48112,2.81661 -0.71504,0.47341 -0.47438,1.41611 -1.18943,1.88952 -0.70282,0.23289 -1.88396,-0.70935 -2.58933,-0.24626 -1.65251,1.18414 -2.12421,3.30053 -3.77927,4.71488 -0.47262,0.23543 -1.40611,-0.47471 -1.88128,-0.009 -0.47262,0.23543 0.0382,1.17938 -0.47438,1.4161 a 5.45,5.45 0 0 1 -2.59383,2.08511 c -0.23987,0.008 -9.67039,0.45345 -9.66692,2.10421 -0.006,2.60155 5.64625,1.02766 7.0636,3.39299 0.93872,1.18022 0.22761,4.24486 1.64594,4.47904 0.93951,-0.0304 3.81134,-5.88653 4.25352,-7.06147 a 0.93,0.93 0 0 1 0.70023,-0.31284 c 1.64913,-0.0534 3.29489,1.02381 4.71054,0.55772 0.98522,-0.47216 0.48354,-2.67707 1.65677,-2.90519 3.30137,-0.93742 7.30778,1.97434 10.09192,2.67454 2.29856,0.53583 0.90712,-1.02992 0.55207,-1.48867 l 0.15992,-0.005 c 1.88142,0.93956 6.81859,7.87328 9.65178,6.6909 3.53856,-1.64548 6.151,-13.03607 6.151,-13.03607 4.23916,-1.63816 13.19288,0.49295 16.254,3.56542 a 8.57,8.57 0 0 1 2.8206,3.06025 c 0.23321,0.71282 -0.71375,2.67452 -0.23858,2.20888 0.71204,-1.18368 0.24067,-3.37956 1.65951,-4.05587 1.17544,-0.46832 4.94161,2.13106 6.09402,2.80409 l 0.22987,-0.007 c 0.70963,-0.023 1.88434,1.02951 2.12153,0.32145 0.24418,-1.41865 -2.10292,-3.14354 -1.40088,-4.3269 0.46739,-0.7055 13.66421,2.37868 13.89794,0.0199 0.2445,-1.40866 -2.58073,-3.06802 -1.63817,-4.23916 0.70727,-0.71329 2.82139,4.01072 5.64361,4.95981 0.70805,0.23719 -0.22951,-3.99467 1.41963,-1.88697 0.47308,0.70504 -0.93956,1.88141 -0.2415,2.11893 0.69806,0.23751 1.41518,-1.40658 2.12324,-1.16938 0.70963,-0.023 -0.97778,0.70203 -0.95478,1.41166 0.23543,0.47262 0.94191,0.97 1.41356,0.70459 0.47739,-0.70584 -0.23159,-2.82398 1.17976,-1.8792 2.35482,1.6546 -0.97778,0.70204 -0.70936,1.88396 0.70421,2.58855 12.4896,-0.21464 14.14813,0.0218 2.11639,0.4717 5.88084,4.56192 8.002,4.56321 1.40926,-0.0457 1.88776,-1.95216 3.06288,-2.43048 2.60331,-1.17493 4.98766,-0.46178 7.62573,-2.10809 2.63806,-1.64631 0.4691,2.12592 4.71571,0.71764 1.17545,-0.46832 0.47869,-2.82699 1.41616,-3.53773 2.36344,-1.16716 6.60653,-0.21409 7.31033,-2.57813 0.23896,-1.88873 0.006,-3.53203 0.48253,-5.17834 0.23942,-0.94826 2.59383,-2.08511 1.6546,-2.35483 -3.53805,-1.42615 -7.07615,1.1598 -10.37321,0.68634 -6.83211,-1.18934 3.29706,0.47346 0.006,-2.59156 -0.94348,-0.70981 -1.88442,-1.64983 -2.82744,-1.41916 a 0.48,0.48 0 0 0 -0.23761,0.0777 l -0.003,-0.0799 c 0.24103,-3.05942 -6.60413,-0.9466 -6.83433,-0.94914 -0.70583,-0.47739 1.17244,-1.1786 1.88526,-1.41181 2.59077,-0.9444 7.77259,1.18888 9.66437,-1.874 0.71236,-1.17369 1.42204,-3.04766 0.48013,-4.01766 -0.94872,-1.17989 -5.1901,0.69847 -4.47552,-0.71542 0.95478,-1.41166 3.77177,-0.93265 5.65462,-1.18377 0.23988,-0.008 0.23543,0.47263 0.46564,0.47517 0.7155,0.46707 1.18178,0.96223 1.88396,0.70935 9.44116,-2.58714 -1.64677,-1.4174 0.48697,-5.65874 0.47217,-1.17591 2.58503,1.65714 4.04034,1.17976 4.01673,-1.40084 9.44621,-12.00225 10.16685,-16.0077 2.36882,-12.7334 -10.58271,-16.27577 -18.5755,-17.46752 -4.95592,-0.71986 -1.41472,2.34706 -6.13794,5.41165 -0.70537,0.46309 -1.88397,-0.70936 -2.58725,-1.41695 -0.70329,-0.70759 -0.93951,-2.13069 -1.88299,-2.8405 -0.47531,-0.46485 -2.3558,0.47655 -2.11861,-0.2315 2.36048,-5.88954 3.7732,-2.12333 7.07842,-5.4121 4.24745,-4.46992 -4.22754,-13.44013 -4.22578,-14.62081 0.24979,-4.95068 4.00591,1.66113 2.84004,-2.82346 -0.93742,-3.30137 -5.41557,-8.72918 -4.45727,-12.5022 0.23451,-1.40833 2.82606,-1.40227 2.83004,-2.82314 0.007,-4.71271 -3.29798,-2.35442 -4.4726,-4.94773 -1.17192,-1.89304 -0.54299,-4.71489 -1.95734,-6.36995 -3.99285,-4.96328 -3.09333,-2.83129 -7.28992,-5.43674 -0.9457,-0.46961 -1.65422,-1.64728 -2.59345,-1.917 -0.46785,-0.23497 -0.96223,1.18178 -1.17767,0.70851 -1.41559,-3.54601 -3.0338,-21.062778 -3.2614,-25.307638 a 27.89,27.89 0 0 1 0.24534,-4.47029 c -0.023,-0.709629 0.47183,-1.185906 0.2364,-1.658528 -0.71203,-0.977451 -2.11939,-1.181975 -3.07033,-2.121668 -1.652,-1.887483 -2.34316,-7.778188 -3.99248,-8.965391 -0.94191,-0.970001 -9.88984,-7.553639 -10.36246,-7.318207 -0.98523,0.472158 -1.18198,2.119395 -2.11977,2.820137 -2.12514,1.419577 -6.12674,-1.652427 -8.01325,-2.131575 -1.64853,-0.23673 0.22845,1.183221 -1.41564,0.466096 a 4.76,4.76 0 0 1 0.006,-2.591556 c 15.32705,1.2042 2.12023,-1.879659 9.42626,-3.046908 1.4231,-0.236217 6.36119,4.256199 7.0736,-0.929596 0.23673,-1.648533 -2.82046,-2.129765 -3.52421,-3.777836 -0.2103,-0.623516 1.80193,-2.439643 0.0812,-2.744069 a 14,14 0 0 0 1.99895,-0.06478 c 3.06435,-0.240192 12.98971,-14.128954 14.87627,-17.661912 0.24275,-0.227982 -0.23288,-0.702826 -0.0379,-1.169386 a 8.26,8.26 0 0 1 1.42393,-3.29785 l 5.42734,-5.418631 a 6.59,6.59 0 0 0 -0.2276,-4.244855 c -2.15378,-4.712714 -15.314,-4.506356 -19.31402,-5.677413 -1.65631,-0.476603 -3.07066,-2.131662 -4.71919,-2.368392 -3.29484,-0.713657 -6.59497,2.114716 -9.19036,2.298875 -1.41926,0.04599 -2.59105,-0.916559 -3.77492,-0.708105 -0.46975,0.01522 0.71328,0.707269 0.46832,1.175449 -1.17467,1.41879 -5.65319,-0.0069 -3.75964,-4.250459 0.70713,-1.643766 0.93825,0.239737 2.59632,-0.464336 0.70282,-0.232886 1.41264,-1.176372 2.3509,-0.936635 0.47974,-0.01555 0.003,1.650753 0.47354,1.645525 1.18322,-0.228443 1.65538,-1.404353 2.36395,-2.077656 0.97777,-0.702038 3.05849,-1.639923 2.12407,-2.069883 -2.35358,-1.92478 -9.19652,2.108974 -4.47853,-1.425692 2.8337,-2.09288 17.65144,-11.047513 18.16358,-12.2247183 0.47439,-1.4161077 0.008,-2.8317537 0.48267,-4.2478617 0.70459,-1.413563 3.7783,-2.583732 2.59938,-3.766168 -1.17637,-1.41264 -3.77445,0.232373 -5.65319,-0.0069 -4.71571,-0.717638 -12.72595,-2.138939 -16.26752,-1.203739 -0.9427,0.240659 -1.41917,2.827449 -2.36395,2.077656 -1.17179,-0.962551 0.48013,-4.017659 -0.93566,-4.482046 a 1.39,1.39 0 0 0 -1.25022,0.630825 c -0.42839,-1.486905 -3.24098,-2.756474 -4.53331,-3.424967 z m -23.83167,168.600345 -0.7241,-8.45098 c -5.89247,1.87184 -2.35997,2.81792 -0.94868,7.77481 0.23543,0.47262 -1.18498,1.40912 -0.47471,1.40611 a 3.72,3.72 0 0 0 2.14749,-0.72994 z m -0.7241,-8.45098 3.2884,7.30733 c 4.51282,-2.14729 0.97986,-4.03386 -3.2884,-7.30733 z M 660.30581,-13.921041 c -5.42951,1.646721 -8.96057,-0.490032 -10.61823,5.1666264 -0.23719,0.7080536 -1.17415,-1.6528374 -1.87697,-1.4199514 -1.41787,0.7062944 0.69546,4.479825 -0.7151,4.485515 -1.65107,-0.0065 -3.99937,-3.3122012 -4.47246,-1.856114 -0.71713,1.644089 3.0781,2.361541 3.28924,4.245691 0.23066,0.943024 -2.35566,1.407037 -1.92478,2.35357701 0.71407,1.657742 2.83046,2.12944099 4.24499,2.86401099 0.70583,0.477389 1.88605,-0.46133 2.11893,0.241496 0.46434,2.596323 -4.95772,4.472924 -2.12935,7.773047 0.94191,0.970001 2.59586,-1.404815 3.06802,-2.580725 0.46916,-1.886185 3.8e-4,-4.002112 0.009,-5.893388 -0.008,-0.239874 -0.0152,-0.46975299 0.23465,-0.47785099 1.17799,-0.69852 2.82352,-1.172066 4.24139,-1.87836 0.47262,-0.23543201 0.47216,-1.17591001 0.96255,-1.17179101 0.71282,-0.23321 3.02466,0.712407 4.24615,-2.348762 0.23941,-0.948252 -0.45911,-2.126246 0.006,-2.601551 0.23497,-0.467856 1.26175,0.959636 1.49385,0.711989 1.18243,-1.178917 -0.22761,-4.244855 1.18582,-4.470753 a 1.45,1.45 0 0 1 1.41356,0.704585 c -0.23543,-0.472622 -0.18065,-0.634482 0.0799,-0.622914 a 33.29,33.29 0 0 1 -4.85698,-3.224377 z m 4.86471,3.15409 c 0.49817,0.243993 1.01729,0.517323 1.80887,0.8618647 a 5.14,5.14 0 0 0 -1.80887,-0.8618647 z m -68.26854,27.085376 a 4,4 0 0 0 -1.2506,0.310668 c -0.98522,0.472159 -8.03311,11.76636 -7.80466,12.949582 0.0534,1.649134 1.41226,2.82574 1.64593,4.479039 0.046,1.419255 -0.90911,2.820926 -0.95307,4.243096 0.0152,0.469753 2.3583,3.30535 2.59067,4.91867 0.008,0.239875 0.0324,0.999476 0.23229,0.992998 a 0.55,0.55 0 0 0 0.39266,-0.23284 c -0.81096,1.527067 -2.2174,3.2035 -1.57593,4.47339 0.64146,1.26989 2.36394,-2.077656 3.06501,-3.291 1.88656,-3.532958 -0.2246,-3.53458 3.31382,-6.110538 4.48779,-3.537212 -0.94191,-0.970001 2.12598,-4.48121 0.97,-0.941912 2.83351,-1.17239 2.83781,-2.58327 10e-4,-2.121155 -5.90083,-0.239002 -3.29793,-6.366523 2.13074,-4.951611 5.19746,-5.411181 2.61373,-9.189478 -1.21645,0.129468 -2.59901,-0.235944 -3.93571,-0.112584 z M 460.76482,32.196131 c -1.89095,0.0012 -2.83481,3.293545 -4.48511,4.237492 -1.65806,0.704073 -3.77477,0.222379 -5.42252,0.936123 -4.96022,2.852154 -3.7865,10.358076 -9.21393,12.99525 -4.00896,1.640708 -9.66085,-0.487348 -13.67042,1.443531 -4.47904,1.645937 -8.74853,16.24188 -0.96641,16.489954 0.22988,-0.0075 -1.21421,-6.594133 -0.93182,-6.833405 4.73795,-12.490011 1.18217,-3.039884 4.48765,-4.467695 0.70505,-0.473085 0.22896,-1.888407 0.93179,-2.121293 a 13.64,13.64 0 0 1 5.41775,-0.465721 c 0.70963,-0.023 1.17892,1.182436 1.8892,1.179429 1.65362,-0.223677 3.06848,-1.640246 4.71271,-2.153771 1.88605,-0.46133 8.93665,-2.100553 7.30427,0.01343 1.65107,0.0065 2.82522,1.659364 4.24133,2.133746 4.24833,1.423147 6.63746,-11.300911 5.91293,-13.898807 -1.17539,-3.543789 -2.82745,-1.419166 -2.34399,-4.716555 0.23987,-2.168907 5.71858,-4.767721 2.13657,-4.771705 z m 111.07173,5.355284 c -0.70251,0.242881 -1.63914,0.05312 -2.11815,0.708977 -2.12977,2.820461 -0.48012,4.017659 -0.94914,6.834327 -1.19457,6.362029 -5.91288,9.886701 -6.39162,16.725795 0.0227,0.699633 0.92668,11.305918 1.36709,11.311656 3.06418,-0.229366 2.13588,-9.424124 2.36785,-10.602255 0.75017,-4.946893 4.07538,-21.203123 5.72397,-24.9785 z M 131.99459,69.624378 c -12.26375,5.640173 -2.11768,1.649456 -3.06853,5.652353 -0.23719,0.708054 -2.35835,0.706756 -1.89304,1.171929 0.71361,0.717263 2.82824,2.369639 1.64502,2.598083 -1.18323,0.228443 -3.05511,-1.651915 -4.02511,-0.710003 -0.69982,0.943162 3.0781,2.361542 2.09288,2.8337 -1.41565,0.466099 -6.15621,-4.723083 -7.54447,-0.01565 -0.70856,2.834438 4.0016,3.072008 4.94731,3.541618 0.22988,-0.007 0.23543,0.47262 0.23321,0.71282 0.0152,0.46976 -0.71458,1.41389 -0.23451,1.40834 3.05941,0.24103 2.35442,-3.29799 3.05895,-0.69945 0.0152,0.46976 4.24708,-0.4678 3.53726,0.47568 a 11.14,11.14 0 0 1 -4.48811,3.52722 c 0.008,0.23987 -7.01932,-0.4829 -7.54099,1.6351 -0.23896,1.88873 2.12332,3.77321 1.40652,5.4273 -0.23719,0.70805 -6.3499,-6.37768 -8.47281,-5.1983 -1.18767,0.70884 -1.18628,3.53027 -2.60142,3.08587 -1.41514,-0.44439 -0.46924,-3.0564 -1.15332,-4.71512 -1.16985,-3.06371 -12.246351,-3.08496 -14.372272,-2.61586 -2.125922,0.4691 0.237976,0.24242 0.03822,1.17938 -0.472161,1.17591 -2.835273,2.35307 -1.894009,3.30308 0.941263,0.95001 2.8275,-2.59294 3.76844,-1.65293 1.176695,1.42264 -0.945758,3.54249 -0.952608,5.18358 0.237976,0.24242 2.595486,2.59729 1.175397,3.54379 -0.707592,0.703282 -3.29961,-0.24326 -2.828747,0.70199 0.469103,2.125922 9.197949,-3.29965 6.13321,4.013452 a 1.31,1.31 0 0 1 -1.177669,0.70852 c -1.891276,-0.009 -3.767928,-1.41871 -5.423772,-0.95483 -1.885724,0.47132 -3.063579,2.10033 -4.01026,3.76186 -0.24242,0.23798 0.941911,0.97 0.698844,1.18799 -0.229879,0.007 -9.897532,-2.85092 -4.713086,3.99475 1.882666,2.83051 8.475551,-0.27466 9.655251,4.01938 1.130651,4.01549 -3.780057,3.76441 1.168547,5.18487 5.189124,1.43268 9.901054,0.48957 10.134264,1.20239 0.0227,0.69964 -1.65585,0.46388 -1.65284,1.17415 0.003,0.71028 1.75366,0.39341 1.88619,0.46916 a 11.31,11.31 0 0 1 -5.42693,1.72668 c -0.702822,0.23288 -0.93654,-1.73058 -1.64936,-1.49737 -1.173227,0.22812 -1.652792,1.48431 -2.352611,2.42748 -0.970001,0.94191 -4.011183,1.8809 -3.071169,3.1011 0.473084,0.70504 2.589011,0.23626 2.124162,0.71157 a 4.66,4.66 0 0 0 -1.89049,0.94172 c -1.182436,1.17892 -1.419166,2.82745 -2.359183,3.76839 -0.472622,0.23544 -1.416108,-0.47438 -1.891275,-0.009 -1.887945,0.71152 -3.300908,1.8779 -5.191399,2.81962 -0.702501,0.24288 -3.061633,-8.4e-4 -2.353579,0.23636 0.945707,0.46961 7.773883,-0.93228 7.773883,-0.93228 0.237653,0.23242 -0.237191,0.70805 0.03822,1.17938 a 3.78,3.78 0 0 0 2.124623,1.65205 c 0.938258,0.23974 1.888269,-0.70153 2.596323,-0.46434 0.495573,0.16404 -0.286517,0.72967 -0.632401,1.1711 l -6.444208,-0.95178 c -0.992674,0.24228 -0.947005,1.65154 -1.932229,2.1237 -1.648071,0.70375 -4.548028,-0.48294 -5.26483,1.17114 -0.939555,1.88142 4.546355,6.60621 2.664613,5.65666 -1.881743,-0.94955 -3.371282,-3.07242 -5.492437,-3.07371 -1.648532,-0.23673 -4.948143,-0.47999 -6.126784,0.19854 -0.472622,0.23543 0.03822,1.17938 -0.474382,1.41611 -0.512602,0.23673 -2.121293,-0.93178 -1.886509,-0.47915 1.411803,1.88526 8.470593,5.4385 8.713012,5.20052 0.472623,-0.23543 -0.238438,-1.1829 -0.0035,-1.65075 1.187664,-0.70884 4.563251,0.9527 3.615461,1.65376 -1.182436,1.17892 -3.381328,0.94002 -5.024956,1.16337 -2.125922,0.4691 -5.896395,-0.7194 -6.36777,1.40698 0.02267,0.69964 1.176371,1.41264 0.46133,1.88605 -0.715042,0.47341 -2.587252,-1.41694 -2.826988,-0.47869 -0.233723,2.35881 1.403979,5.6575 3.530362,6.12887 0.469753,-0.0152 11.161734,-1.36223 11.38842,-1.15947 0.948714,1.17989 -3.135901,1.41231 -4.551547,1.87841 -2.83319,1.18239 -1.883824,-1.94 -4.002112,-3.7e-4 -0.232749,0.22765 0.475305,0.46484 0.473084,0.70504 0.01522,0.46976 -0.477389,0.70583 -0.977775,0.70204 -3.061172,0.93964 -3.773992,1.17285 -3.533794,1.17507 6.836873,0.71894 12.331906,-0.44965 12.567337,0.023 0.477851,0.23464 1.41833,0.23418 1.183684,0.71203 -0.932106,2.1113 -9.993139,4.69614 -9.046971,6.10623 0.465635,0.47517 6.206742,-0.20113 7.62174,-0.68722 3.769226,-0.70245 -3.542866,3.05635 1.174612,2.59332 1.653299,-0.23368 3.06816,-1.65025 4.941667,-1.88105 1.413101,-0.23589 5.647125,2.59846 8.011023,2.37178 0.702826,-0.23289 0.23673,-1.64854 0.711574,-2.12417 a 2,2 0 0 1 1.883963,0.70936 c 0.467856,0.23497 0.228444,1.18322 0.698521,1.17799 0.943024,-0.23067 1.417405,-1.64677 2.124075,-2.06988 1.18766,-0.70884 2.83874,-0.70232 3.53856,-1.64548 0.48183,-1.18623 -2.12333,-3.77321 -0.69926,-3.97944 4.4895,-0.70578 1.40699,6.36777 6.36628,3.79579 1.41042,-0.93617 2.12167,-3.07033 3.77007,-3.76408 0.94302,-0.23066 1.41911,1.18466 2.35959,1.1842 0,0 4.24185,-0.93789 4.48283,-2.14633 -0.0227,-0.69963 -1.41402,-1.64506 -0.9414,-1.88049 3.30359,-1.17762 4.47552,0.71542 8.035,0.95025 0.70805,0.23719 2.60331,-1.17493 2.36612,-0.46688 0.0152,0.46975 -1.18545,0.46864 -0.97001,0.94191 1.17638,1.41264 6.36426,-1.20677 7.98188,-0.68889 0.94793,0.22942 0.94395,1.65029 1.88188,1.88004 2.36117,0.924 2.83351,-1.17239 3.53759,0.48567 0.007,0.22988 0.46785,0.23497 0.46975,-0.0152 0.23673,-1.64853 -0.4648,-3.5368 0.0121,-5.18311 0.23941,-0.94826 1.41264,-1.17638 1.88748,-1.652 1.41264,-1.17638 9.67818,-13.18039 10.39008,-15.29456 0.95228,-3.03243 0.008,-5.00288 -0.25912,-7.9958 -0.0152,-0.46975 0.46962,-0.9457 0.47438,-1.41611 -0.23811,-1.1729 -2.11985,-2.12245 -1.41004,-3.06593 0.46962,-0.94571 2.35959,1.18419 3.05941,0.24103 0.47961,-0.94603 -1.4118,-1.88526 -1.17239,-2.83351 -0.0457,-1.40926 1.93256,-2.11371 1.89434,-3.29309 0.007,-1.65108 -1.64728,-2.66804 -1.88096,-4.32134 0.009,-1.89128 1.18851,-3.77047 0.95738,-5.65398 -0.0308,-0.9495 -2.59725,-1.41662 -1.88998,-2.1299 1.42041,-0.9365 4.24009,0.24279 5.19487,-1.16887 0.55253,-0.54818 0.0533,-1.13232 -0.54869,-1.80318 a 2,2 0 0 0 1.24846,0.54986 c 4.24532,0.71287 3.07117,-3.1011 4.73007,-4.70568 1.88226,-2.12207 8.47666,2.84695 9.43061,-6.30876 0.69502,-9.427452 -3.51814,-6.369392 -7.53011,-5.438952 0,0 6.13919,-3.5207 5.19478,-6.11147 -2.81213,-8.973622 -1.65335,4.24578 -4.19224,-5.86729 -0.0152,-0.46975 0.97778,-0.70204 0.95478,-1.41167 a 8.5,8.5 0 0 0 -0.93136,-5.892922 c -0.23288,-0.702826 -1.6533,0.233671 -2.3588,-0.233723 -1.41611,-0.474382 -2.35006,-2.124998 -3.99892,-2.371723 -1.41833,-0.234184 -2.60077,0.944733 -4.24185,0.937883 -1.42309,0.236216 -3.0632,-1.901784 -4.48297,-0.945297 -1.41787,0.706295 -1.90178,3.063205 -3.29998,3.758856 -0.82693,0.417003 -1.61434,-0.107769 -2.27927,-0.866631 l 0.3898,-0.01263 c -0.93872,-1.180215 -1.88045,-3.070705 -3.29656,-3.545088 -0.9395,0.03045 0.2389,2.123377 -0.23626,2.589011 -1.18244,1.178917 -3.06992,2.830918 -4.01119,1.880906 -0.94394,-1.650292 4.95329,-3.992528 3.30397,-5.17973 -2.82333,-1.909557 -6.58714,-1.657518 -9.88944,-2.601054 -0.91345,-0.400624 -1.85726,-1.120432 -2.56976,-0.877228 z m 287.07927,16.630451 a 7.48,7.48 0 0 0 0.15154,2.20625 l -10e-4,-1.89095 c -0.0574,-0.22826 -0.15094,-0.33529 -0.15029,-0.3153 z M 195.9649,106.88198 a 9.91,9.91 0 0 0 -3.53125,0.94487 c -0.97777,0.70204 -1.18452,2.3496 -2.12453,3.29054 -10.15788,9.18382 6.11525,6.85553 5.65578,-4.23541 z m 289.39325,10.23215 c -0.72282,0.23353 -2.14892,-0.24053 -2.62853,0.7055 -1.15236,1.79827 1.60161,3.41992 3.09726,5.42253 -2.86822,-2.36834 -7.88378,-3.07626 -11.19731,-5.91043 -2.40393,4.24009 -5.03024,4.7054 -4.31571,5.14248 0.9619,0.96936 2.62756,1.42565 3.82091,2.12736 1.67153,0.94636 2.62108,3.38688 4.5298,3.62519 1.43831,0.23353 2.39781,-1.95869 3.59071,-2.19746 a 20.3,20.3 0 0 1 3.8222,0.006 l 0.008,0.23987 0.24241,-0.23797 a 3.19,3.19 0 0 1 1.4374,-1.64742 6.65,6.65 0 0 1 1.94778,-1.64395 c -0.008,-0.23988 0.24464,-0.47818 -0.0305,-0.93951 l -0.0155,-0.47975 1.19937,-0.0389 a 0.87,0.87 0 0 0 0.23752,-0.69805 c -0.49682,-2.05499 -4.08138,-1.82877 -5.74559,-3.47573 z m 27.6594,8.17842 a 0.39,0.39 0 0 0 -0.31756,0.0803 c -0.96223,1.18179 -3.06289,2.43048 -2.87697,3.8452 a 1.31,1.31 0 0 0 0.24025,0.31238 c -0.91216,-0.36064 -1.67565,-0.45596 -1.88577,0.16117 -0.7119,2.11416 0.23283,4.71493 -0.24886,6.83164 1.64899,1.17721 3.29178,4.01549 5.17973,3.30397 3.78176,-0.93298 6.89721,-3.28512 6.45157,-3.76094 -0.70375,-1.64807 -2.90329,-1.90696 -3.37619,-3.5325 -0.46609,-1.41565 2.89478,-3.29549 1.49866,-3.77052 -1.39611,-0.47503 -3.14413,0.23196 -4.79044,-0.24497 -0.78704,-0.20461 0.50251,-3.01786 0.12558,-3.22576 z M 59.426419,243.13584 Z m 1355.026681,9.74687 c -0.7187,0.36346 0.7816,4.97729 -0.2515,6.44152 -0.7099,0.94349 -2.0638,-1.93417 -3.2953,-1.65413 -0.7029,0.23288 0.4713,1.88572 0,2.83143 a 8,8 0 0 1 -4.0185,2.58151 c -0.2299,0.007 -2.5812,-4.0085 -7.7643,-4.02063 -0.7097,0.023 1.1718,0.96255 1.4043,1.65538 0.947,2.36057 2.3497,6.12711 3.0512,8.01538 1.8839,4.72146 -0.7154,8.79779 3.0473,13.75852 0.702,0.97777 2.3565,0.47392 3.0473,1.41204 0.9419,0.97 0.2319,2.83397 1.1229,3.77561 1.1837,0.71204 3.0619,0.0108 4.2478,0.48267 a 1.7,1.7 0 0 1 -0.4713,-1.88572 0.52,0.52 0 0 1 0.4749,-0.47563 l 0.044,-32.59854 a 0.22,0.22 0 0 0 -0.2276,-0.23275 0.43,0.43 0 0 0 -0.3731,-0.088 z M 438.10316,488.21939 c -0.93955,1.88141 -2.82481,3.29322 -3.06409,5.17195 -0.2464,1.65885 1.40352,4.71702 -0.007,4.72271 -1.65108,-0.007 -2.83332,-1.90923 -4.2461,-1.66335 -1.1729,0.23812 -1.1842,2.3596 -2.36154,3.07811 -0.98555,0.46216 -2.11671,-0.4817 -3.06196,-0.0108 -1.17545,0.46831 -1.41218,2.11685 -2.59507,2.35528 -0.47263,0.23544 -0.9465,-1.42008 -1.18179,-0.96222 -0.95478,1.41166 -0.70621,3.52472 -1.18281,5.18103 -0.47739,0.70583 -3.06196,-0.0108 -2.83129,0.93219 0.70629,1.41787 3.07065,2.13166 3.05635,3.54286 0.003,1.65076 -3.06358,2.10033 -2.82704,3.53342 0.46133,1.88605 4.04811,1.41963 4.22926,3.30476 0.23367,1.65329 -3.5381,2.58595 -3.06678,4.47167 0.2359,1.4131 4.00642,-1.4105 4.24264,0.0126 0.23112,1.8835 -3.54065,2.81616 -3.5394,4.70711 -0.24672,1.64886 2.57994,2.11755 3.28623,3.53542 0.47216,0.98522 -0.93955,1.88142 -0.47614,2.59678 2.11555,3.53333 4.04033,1.17976 7.07277,2.13204 0.70805,0.23719 -0.25108,7.07184 3.05381,3.77307 1.18498,-1.40912 0.47568,-3.53727 1.1928,-5.18135 0.4674,-0.70551 1.88827,-0.70153 1.88749,-1.65201 0.23497,-0.46785 -1.41311,0.2359 -1.41611,-0.47438 -0.0152,-0.46975 1.17938,-0.0382 1.41564,-0.46609 2.59985,-2.82569 1.42241,-7.04977 1.4326,-10.13172 -0.002,-2.83143 4.01156,-5.88302 3.78173,-9.88768 -0.046,-1.41925 0.0161,-6.60398 -0.68764,-8.25205 -0.10837,-0.25663 -0.26542,-0.47165 -0.39313,-0.70764 a 4,4 0 0 1 -1.72751,-2.36529 c 0.0264,-2.58221 3.33307,-8.91263 0.0141,-11.29638 z m 1.71372,13.67166 c 0.10994,-0.004 0.19989,-0.006 0.15246,-0.23506 -0.47215,-0.98522 -1.87567,-3.5411 -1.64501,-2.59808 a 14.83,14.83 0 0 0 1.51254,2.8325 z m -6.50839,40.29195 c -2.12722,2.59025 -15.10117,13.17602 -18.64097,12.93055 -4.24231,-0.003 -5.88381,-4.96204 -6.15621,-4.72309 -0.70759,0.70329 0.46387,1.65585 0.22414,2.5941 -0.23673,1.64854 -1.90956,2.82333 -2.1263,4.47122 -0.71852,11.78946 1.17415,1.65284 4.00507,4.72276 1.40435,1.65538 4.92295,13.28752 3.97863,15.63934 -0.46961,0.9457 -1.88827,0.70152 -2.35534,1.41703 -0.24274,0.22798 0.70806,0.23719 0.70551,0.46739 0.0382,1.17938 -1.18674,2.5898 -0.47822,3.76747 0.70203,0.97777 3.29438,-0.22682 3.53282,0.95607 0.46609,1.41565 -2.12408,2.06989 -2.36696,3.52852 -0.46693,1.64599 0.46957,3.0664 0.23284,4.71493 -0.71001,4.02511 -4.02332,7.06402 -2.6198,11.78104 0.4661,1.41564 2.81792,2.35996 2.82138,4.01072 a 1.08,1.08 0 0 1 0.70963,-0.023 c 4.47247,1.85612 -1.20715,10.60466 8.00066,6.37421 6.60449,-3.05552 2.8337,-2.09288 4.24828,-7.53155 0.24196,-1.17845 1.41741,-1.64677 1.65715,-2.58503 -0.023,-0.70963 -2.35483,-1.6546 -1.64456,-1.6576 3.99467,-0.22951 8.24391,3.0746 11.54398,4.25833 0.46786,0.23497 0.2259,1.41343 0.47216,0.98522 4.49071,-7.76952 3.55927,-18.60504 4.27742,-26.39238 -0.0382,-1.17939 1.18197,-2.1194 1.18216,-3.03989 -0.46434,-2.59632 -3.99605,-2.59193 -2.81486,-5.6618 1.18374,-3.30007 5.43067,-4.69836 5.20052,-8.71301 -0.45692,-11.32114 -2.59081,0.63425 -3.99715,-7.87467 -0.0227,-0.69963 1.65062,-0.93395 1.18498,-1.40912 -1.18636,-1.41231 -4.48297,-0.94529 -4.94684,-2.60114 -0.46388,-1.65584 3.53412,-1.16508 3.7683,-2.58341 1.49168,-5.22105 -8.88121,-4.52471 -9.57843,-7.82386 z m -19.19343,66.27643 a 10.91,10.91 0 0 0 -1.96656,1.06425 c 0.86468,-0.1781 1.85541,-0.48035 1.98655,-1.0649 z M 305.06675,572.30245 c -3.49109,0.0231 -5.17932,1.64862 -1.49603,4.16064 1.41167,0.95477 3.29438,-0.22683 4.71049,0.24756 3.29531,1.65413 9.64437,11.09344 4.24838,-2.58896 a 18.07,18.07 0 0 0 -7.46284,-1.81924 z m -17.28852,1.56078 a 49.93,49.93 0 0 0 -20.51188,8.91904 c -0.24242,0.23798 -0.70759,0.70329 -0.47961,0.94603 a 11.73,11.73 0 0 0 4.71234,1.84834 c 0.93825,0.23974 2.35566,-1.40703 3.2966,-0.46702 1.18179,0.96223 0.70976,3.06862 1.15332,4.71512 1.1754,3.54379 1.4131,-0.23589 4.94222,1.84089 1.18369,0.71204 0.93742,3.30137 2.1081,3.30346 0.94826,0.23941 12.98126,-11.28638 11.33449,-12.70378 -5.85123,-4.88305 -10.14871,3.60059 -6.53592,-8.41272 z m 485.98046,6.65296 a 37.56,37.56 0 0 0 -4.24615,2.34876 22.4,22.4 0 0 0 -2.59508,2.35529 c -0.70759,0.70329 -1.65538,1.40436 -2.36394,2.07766 -0.47517,0.46563 -1.65238,2.11463 -0.93956,1.88142 1.18767,-0.70884 1.92478,-2.35358 3.31012,-2.8287 2.59632,-0.46434 16.48814,6.15919 17.18712,8.27767 0.47341,0.71504 -0.947,1.65154 -0.47392,2.35658 3.1011,3.07117 7.07837,-1.39999 9.90059,-0.45091 a 11.4,11.4 0 0 1 4.70933,3.2992 c 0.47563,0.47485 -0.96223,1.18179 -0.947,1.65154 0.23543,0.47263 0.70759,-0.70328 1.17767,-0.70851 a 4.16,4.16 0 0 1 1.65232,1.89748 c 0.0152,0.46975 -0.97777,0.70203 -0.71236,1.17368 1.41435,1.65506 7.85073,6.37907 10.20992,2.61068 4.25319,-7.07147 -6.43815,-3.54333 -9.02095,-5.44067 -2.35483,-1.6546 -1.87355,-8.7239 -1.87068,-8.9441 -0.70884,-1.18767 -2.35959,-1.1842 -3.30053,-2.12422 -0.23798,-0.24242 -0.023,-0.70962 0.23941,-0.94825 -0.007,-0.22988 0.47517,-0.46563 0.23719,-0.70805 -0.94395,-1.65029 -5.8945,1.19154 -7.31347,0.93737 -1.40612,-0.47471 -2.35358,-1.92478 -3.52852,-2.36696 -0.46786,-0.23497 -0.70759,0.70329 -1.17767,0.70852 a 4.71,4.71 0 0 1 -2.59456,-0.71634 c -4.00952,-2.08123 -3.53879,-4.2276 -7.5396,-6.34913 z m -506.74324,8.41743 -2.1237,0.22891 c -1.88572,0.47132 -2.35788,1.64723 -3.30044,2.81838 -0.95446,1.42166 -2.36663,3.53851 -0.24502,4.48028 1.18369,0.71204 4.71512,-1.15332 5.42905,-2.5872 0.47216,-1.17591 1.88559,-1.4018 1.90956,-2.82333 -0.0192,-1.21001 -1.67042,-2.14702 -1.67042,-2.14702 z m 3.52574,7.52976 c -1.41486,1.41657 -3.53602,1.41527 -3.5381,2.58595 0.0308,0.9495 0.93219,2.8313 2.09288,2.8337 a 5.18,5.18 0 0 0 4.24916,-1.63848 c 1.88748,-1.652 -0.002,-2.83143 -0.002,-2.83143 l -2.58105,-0.91689 z m 439.76981,12.0125 c -5.19145,6.83173 -4.02943,13.66768 -2.12811,9.664 0.46961,-0.94571 -0.70421,-2.58855 8.3e-4,-3.06163 1.41264,-1.17637 0.69769,4.23962 2.35399,4.71623 0.93826,0.23973 1.8805,-0.9414 2.82098,-0.94187 1.65853,0.23641 2.35529,2.59508 4.24309,0.95307 2.60382,-2.08543 -3.52467,-4.71831 -4.70312,-4.96027 -1.17846,-0.24196 -0.46656,-2.35612 -0.46402,-2.58633 a 20,20 0 0 0 -2.12462,-3.81318 z m -298.29146,1.082 c -0.77506,0.16519 -1.38085,0.30488 -0.99041,0.31224 a 2.21,2.21 0 0 0 0.99041,-0.31224 z m 654.58176,1.79955 c -0.238,-0.24242 -18.4039,16.23461 -21.7148,18.11283 -2.5955,1.41481 -9.4262,3.04691 -12.2602,3.27882 -1.4131,0.23589 -3.3001,-1.18374 -4.0099,-0.24025 -0.9622,1.18179 1.1746,2.59332 1.4131,3.77621 0.2359,1.4131 0.467,3.29661 -0.71,4.02511 -1.6554,1.40435 -6.1289,-0.48174 -7.786,2.10329 -0.4674,0.7055 -0.9501,4.95337 -3.0738,5.18227 -1.1694,0.0379 -1.8792,-1.17975 -3.0399,-1.18216 -2.1189,-0.2415 3.9983,6.36384 4.7019,7.08143 0.4731,0.70504 0.2311,1.8835 0.9366,2.35089 0.2399,-0.008 8.0428,1.19013 8.7256,0.95789 1.4157,-0.46609 2.3552,-2.34751 3.7758,-2.35353 0.6996,-0.0227 2.5772,5.42938 4.4724,1.85612 0.7124,-1.17369 -0.702,-2.82875 0.01,-3.77224 1.917,-2.59345 10.1356,-4.93087 12.0299,-8.22395 0.712,-1.18368 -0.4673,-3.3066 0.4752,-4.47774 1.1825,-1.17892 3.5343,-0.2346 4.965,-1.16142 0.9852,-0.47216 1.1794,-1.8892 2.1241,-2.06989 0.9852,-0.47215 2.8244,0.70889 3.5342,-0.23459 1.1898,-1.87952 -9.4193,-2.60628 -7.2554,-7.76908 1.812,-4.29094 12.4406,-13.46 12.6802,-17.17972 z m -480.0436,17.23728 c -1.78906,0.058 -2.55769,2.27404 -5.73658,2.97737 -0.71282,0.23321 -0.70453,-2.59855 -1.4118,-1.88527 -1.89003,1.88221 1.40574,4.47682 -3.30952,4.69966 -6.83863,0.46174 -1.64339,-4.70924 -8.71528,-0.94821 -3.06849,1.64024 -2.87211,3.99512 -8.73727,5.1657 -2.82875,0.70199 -6.82688,-0.71926 -8.72038,-0.48781 l -6.13187,2.82009 a 9.8,9.8 0 0 1 -4.94384,-1.89087 c -0.46786,-0.23497 -0.23367,-1.6533 -0.94173,-1.89049 -1.17591,-0.47216 -2.58855,0.70421 -3.53425,0.2346 -1.41389,-0.71458 0.71587,-3.53505 -1.87568,-3.54111 -10.14093,-0.4818 -2.12551,5.42169 -10.15213,6.58227 -2.11338,0.23858 -2.81662,-4.48112 -3.28971,-5.18617 -0.93871,-1.18021 -2.12499,2.35006 -3.30488,3.29878 -0.97001,0.94191 -2.4334,1.16943 -3.14354,2.10292 a 5.53,5.53 0 0 0 -1.18216,3.03988 c 0.023,0.70963 0.94191,0.97 0.70375,1.64807 0.023,0.70963 -1.41264,1.17637 -1.42185,2.12717 -0.22974,0.93793 5.49206,7.07583 5.95992,7.3108 2.12129,0.93178 4.48523,-1.14588 6.60098,-0.69417 5.1888,1.42269 8.47549,5.89858 13.19232,7.57669 1.17591,0.47216 2.3539,-0.22636 3.29739,0.48345 1.17591,0.47216 1.64945,2.11769 2.58294,2.82783 a 8.39,8.39 0 0 0 2.1213,0.93178 c 4.71234,1.84834 8.48193,-0.69509 12.72817,1.89874 3.06321,1.90178 3.76135,7.08189 6.58103,8.26118 6.60315,3.07774 4.47853,1.42569 9.42588,0.9552 4.48506,-0.22538 5.1845,2.83357 5.6519,2.12806 0.71235,-1.17369 -0.22905,-3.05418 0.0151,-4.47284 a 11.71,11.71 0 0 1 1.17851,-3.77015 8.32,8.32 0 0 1 3.0677,-2.59071 c 0.47516,-0.46564 1.41342,-0.2259 1.17799,-0.69853 -0.70153,-1.88826 -3.52537,-2.88733 -3.99507,-4.72308 -0.23321,-0.71282 0.24195,-1.17845 0.23673,-1.64853 0.7068,-1.65376 0.47308,0.70505 1.65107,0.007 1.42009,-0.94649 -3.29262,-0.95386 -4.23879,-2.36395 -2.3483,-3.30568 7.82375,-27.79799 10.89191,-29.44823 A 4.06,4.06 0 0 0 586.548,628.6055 Z m -142.02576,32.99742 c -3.28147,0.31645 -8.32901,3.56164 -10.45882,3.9108 -8.95155,1.6408 -11.08437,7.76309 -17.92032,8.92511 a 20.47,20.47 0 0 1 -9.66733,-0.68724 c -1.88651,-0.47915 -5.41638,3.28715 -7.54276,2.81578 -2.59456,-0.71634 -15.3293,-9.9187 -17.90217,-7.80426 -5.43034,4.70835 4.00123,7.07411 -6.813,5.88375 -0.93951,0.0304 -1.64154,-0.94732 -2.35483,-1.65459 -0.22988,0.007 -0.23543,-0.47263 -0.46563,-0.47517 -1.88651,-0.47915 -4.0824,-0.008 -5.97635,-0.71681 -1.8792,-1.17975 0.25024,-4.01021 -3.05381,-3.77307 -10.14523,0.92909 -2.35867,0.69676 -6.13096,4.70105 -4.25744,4.47024 -11.98398,0.68851 -16.50731,3.74662 -4.01072,2.82139 3.05858,3.30267 -6.60181,3.7558 -5.42715,0.17587 -6.82567,-7.78301 -13.18515,-9.20777 -5.66143,-1.18726 -11.78456,-0.25845 -17.20278,-0.7332 -1.88873,-0.23896 -3.5355,-1.65636 -5.1888,-1.42269 -4.24263,-0.0126 -6.36907,3.52814 -10.3715,3.51777 a 10.44,10.44 0 0 1 -4.71572,-0.71764 c -0.46786,-0.23497 -0.70597,-1.40787 -1.17892,-1.18243 -0.7025,0.24288 -0.23418,1.41833 -0.93923,1.89141 -3.07547,2.35085 -3.5342,-3.77751 -6.83257,-2.12982 -3.07371,1.17017 -5.90505,6.11447 -9.91272,5.63402 a 21.9,21.9 0 0 1 -3.77269,-0.9483 c -0.69806,-0.23751 -1.16892,-1.18276 -1.8792,-1.17975 -2.58901,-0.23627 -5.18487,1.16855 -7.77643,1.16248 -8.72481,-0.007 -16.48995,-0.96641 -24.75168,-0.26845 -2.82398,0.23159 -22.24338,7.97463 -24.60603,10.09226 -2.12407,2.06989 -2.83218,8.00594 -7.31737,7.30084 -11.31239,-1.43436 0.008,-2.83176 -5.87857,-4.49196 -4.03288,-0.94987 -3.30489,3.29878 -7.7917,4.70484 -0.69964,0.0227 -4.23181,-3.07455 -9.90106,-0.48957 -4.71271,2.15377 -3.77182,4.94476 -7.07703,8.23354 -1.18244,1.17892 -16.50815,6.80826 -19.09938,6.81219 -4.81692,-0.44422 -5.38592,-2.25674 -7.69651,-3.47254 l -0.0825,-0.0774 a 11,11 0 0 0 -3.29068,-0.89388 c -0.70805,-0.2372 -1.18276,1.16892 -1.89304,1.17192 a 7.15,7.15 0 0 1 -3.76524,-0.71842 c -2.12416,-0.71157 -4.19224,-5.86729 -5.20143,-6.13475 -0.22988,0.007 -0.46975,0.0152 -0.98522,0.47216 l 0.008,0.23987 c 0.51353,1.64423 3.34352,2.8332 3.33699,4.48427 0.0304,0.93951 -2.34913,-0.24404 -2.82092,-0.90911 a 6.7,6.7 0 0 1 -0.93997,-3.07116 c 0.001,-2.12116 0.47522,-4.47774 0.24409,-6.36125 -0.46133,-1.88604 -2.35964,2.82792 -3.77228,4.00429 -0.47262,0.23543 -6.84072,1.63242 -7.07059,1.63987 -2.13148,-0.011 -7.06925,-4.49339 -8.00973,-4.49293 -1.41926,0.046 -2.598083,1.64501 -4.251382,1.87868 a 2.91,2.91 0 0 1 -1.881699,-0.93952 c -0.46531,-0.46517 0.23673,-1.64853 -0.233347,-1.6433 -3.009439,-0.24266 -8.246044,2.10818 -11.55153,1.37486 -8.512289,-1.78523 -18.704797,-10.95992 -21.048741,-19.68858 -0.023,-0.70962 -0.22812,-1.17322 -0.231127,-1.8835 -0.225898,-1.41342 -0.701989,-2.82875 -0.227607,-4.24485 0.237191,-0.70806 2.360892,-0.93696 2.127681,-1.64978 -1.407497,-3.29614 -7.981551,0.69888 -8.484158,0.93528 -1.419255,0.046 -7.312502,-1.19378 -8.028192,-0.74036 -0.702825,0.23289 -8.531464,14.60399 -9.486242,16.01566 -5.909873,10.59697 -13.694967,22.91559 -22.910602,30.91827 -10.1504232,9.41371 -29.460376,7.25801 -42.203227,10.77259 a 2.1,2.1 0 0 0 -1.41264,1.17637 l -8.474301,0.004 -0.961904,1.19178 186.107118,0.29229 262.24075,0.40644 69.2901,0.11581 c -0.47197,-1.90572 -3.07875,-2.38154 -3.53485,-3.79751 -0.23288,-0.70282 0.73324,-8.24807 0.48781,-8.72037 -1.40879,-1.17499 -3.76492,-0.70843 -5.18403,-1.89309 -0.70551,-0.46739 0.24149,-2.11893 -0.46402,-2.58633 -1.64677,-1.4174 -4.9498,-0.84012 -7.5327,-5.51891 -6.58797,-11.56269 2.13019,-10.83468 7.09046,-15.53781 1.88748,-1.652 2.60545,-6.35772 4.48992,-8.72 0.96255,-1.17179 2.83083,-1.87267 3.30744,-3.52898 0.23927,-1.87873 -0.93266,-3.77177 -1.40398,-5.65749 -0.007,-0.22988 -0.0304,-0.93951 -0.47216,-0.98522 -5.19186,1.87914 -15.57536,11.51051 -15.80269,11.28775 -1.42166,-0.95445 -0.70467,-3.52902 -1.64117,-4.94944 -0.47308,-0.70504 -5.66013,-3.30841 -4.47561,-5.658 0.2372,-0.70806 2.1207,-0.93918 1.65728,-1.65455 -0.7055,-0.46739 -2.83143,0.002 -2.59104,-0.91656 0.46994,-0.93571 3.77223,0.008 3.30137,-0.93742 -0.52991,-1.22348 -8.19172,-3.31642 -10.84153,-2.65024 0.51704,-0.71712 0.89481,-1.40972 0.47494,-2.01644 a 2.51,2.51 0 0 0 -2.53173,-0.93849 z m 421.53979,17.55586 c -5.44118,7.77032 -4.71701,1.40352 -9.67048,6.31654 -0.97778,0.70204 -0.95353,3.30261 -2.12977,2.82046 -5.65666,-1.65766 -1.64464,-6.6002 -2.11249,-6.83517 -2.11639,-0.47169 -6.3643,3.05774 -7.54882,3.24621 -0.70283,0.23288 -1.17892,-1.18244 -1.8792,-1.17976 -2.82921,-0.23848 -5.42206,1.87661 -8.0163,1.17026 -1.41865,-0.24418 0.001,-2.12115 -1.64455,-1.6576 -2.59632,0.46433 -5.18534,0.22807 -7.78388,0.9326 -2.11847,0.69898 -3.7783,2.58373 -6.13664,3.29049 -1.17545,0.46831 -2.11547,1.40925 -3.29392,1.1673 -1.41833,-0.23419 -2.35358,-1.92478 -3.53819,-2.35664 -1.18461,-0.43186 -3.29438,0.22682 -3.5325,-0.94608 -0.46864,-1.18544 3.54333,-2.11588 2.36155,-3.07811 -0.94192,-0.97 -1.65206,2.12463 -2.8275,2.59295 -1.65807,0.70407 -3.61852,1.64806 -5.27261,0.93126 -1.65408,-0.7168 -3.98248,-8.96571 -6.59713,-1.65719 -0.70681,1.65376 0.002,3.7719 -0.007,5.65319 -0.23418,1.41833 -1.65987,5.89685 1.88345,5.94211 a 43.86,43.86 0 0 0 5.18932,-1.64894 16.82,16.82 0 0 1 4.78522,-0.22511 c 0.70963,-0.023 0.93872,1.18021 1.64899,1.17721 11.5569,0.0257 -5.41993,-3.30619 8.2516,-1.62812 13.44099,1.66553 5.8913,1.1798 10.12657,5.90511 1.4088,1.17498 14.61812,-4.92606 16.03377,-5.39215 1.88794,-0.71153 20.98158,-4.92216 21.21877,-5.63022 2.60661,-7.24823 -2.10884,-3.94376 0.4923,-8.89061 z m -309.17012,19.82418 c 0,0 2.34881,0.23405 3.52727,0.47601 -1.1791,-0.26195 -3.52727,-0.47601 -3.52727,-0.47601 z m 5.40387,5.89807 c 0,0 2.12129,0.93178 3.04766,1.42204 -0.92669,-0.50025 -3.04831,-1.44203 -3.04831,-1.44203 z"
+ id="path1997"
+ style="fill:url(#linearGradient1999)" />
+ </clipPath>
+ <linearGradient
+ xlink:href="#svg_248"
+ id="linearGradient1999"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="rotate(-1.85609,142796.4,-126440.27)"
+ x1="1281.1"
+ y1="-303.54999"
+ x2="-111.26"
+ y2="723.72998" />
+ </defs>
+ <style
+ type="text/css"
+ id="style2346">
+ .st0{fill:#4E4E4E;}
+ .st1{fill:#FFD952;}
+ .st2{fill:#49C8FA;}
+ .st3{fill:#45C8FF;}
+ .st4{fill:#FF9329;}
+ .st5{fill:#3B2100;}
+ .st6{fill:#C3C3C3;}
+</style>
+ <style
+ type="text/css"
+ id="style2346-3">
+ .st0{fill:#4E4E4E;}
+ .st1{fill:#FFD952;}
+ .st2{fill:#49C8FA;}
+ .st3{fill:#45C8FF;}
+ .st4{fill:#FF9329;}
+ .st5{fill:#3B2100;}
+ .st6{fill:#C3C3C3;}
+</style>
+</svg>
diff --git a/static/icons/favicon-16x16.png b/static/icons/favicon-16x16.png
index 3480bc7..959a4c2 100755..100644
--- a/static/icons/favicon-16x16.png
+++ b/static/icons/favicon-16x16.png
Binary files differ
diff --git a/static/icons/favicon-32x32.png b/static/icons/favicon-32x32.png
index 605b4ab..cd92e5f 100755..100644
--- a/static/icons/favicon-32x32.png
+++ b/static/icons/favicon-32x32.png
Binary files differ
diff --git a/static/icons/favicon.ico b/static/icons/favicon.ico
index 77b9683..c667975 100755..100644
--- a/static/icons/favicon.ico
+++ b/static/icons/favicon.ico
Binary files differ
diff --git a/static/icons/git.svg b/static/icons/git.svg
new file mode 100644
index 0000000..f5f36f9
--- /dev/null
+++ b/static/icons/git.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="97px" height="97px" viewBox="0 0 97 97" enable-background="new 0 0 97 97" xml:space="preserve">
+<g>
+ <path fill="#F05133" d="M92.71,44.408L52.591,4.291c-2.31-2.311-6.057-2.311-8.369,0l-8.33,8.332L46.459,23.19 c2.456-0.83,5.272-0.273,7.229,1.685c1.969,1.97,2.521,4.81,1.67,7.275l10.186,10.185c2.465-0.85,5.307-0.3,7.275,1.671 c2.75,2.75,2.75,7.206,0,9.958c-2.752,2.751-7.208,2.751-9.961,0c-2.068-2.07-2.58-5.11-1.531-7.658l-9.5-9.499v24.997 c0.67,0.332,1.303,0.774,1.861,1.332c2.75,2.75,2.75,7.206,0,9.959c-2.75,2.749-7.209,2.749-9.957,0c-2.75-2.754-2.75-7.21,0-9.959 c0.68-0.679,1.467-1.193,2.307-1.537V36.369c-0.84-0.344-1.625-0.853-2.307-1.537c-2.083-2.082-2.584-5.14-1.516-7.698 L31.798,16.715L4.288,44.222c-2.311,2.313-2.311,6.06,0,8.371l40.121,40.118c2.31,2.311,6.056,2.311,8.369,0L92.71,52.779 C95.021,50.468,95.021,46.719,92.71,44.408z"/>
+</g>
+</svg> \ No newline at end of file
diff --git a/static/icons/mstile-150x150.png b/static/icons/mstile-150x150.png
index ecacbb4..20b38df 100755
--- a/static/icons/mstile-150x150.png
+++ b/static/icons/mstile-150x150.png
Binary files differ
diff --git a/static/icons/rss.svg b/static/icons/rss.svg
new file mode 100644
index 0000000..99b3581
--- /dev/null
+++ b/static/icons/rss.svg
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 492 492" style="enable-background:new 0 0 492 492;" xml:space="preserve">
+<circle style="fill:#FA9826;" cx="73.728" cy="418.296" r="69.704"/>
+<g>
+ <path style="fill:#EF8114;" d="M0,162.664v92.976C136,255.632,236.384,356,236.384,492h92.952C329.336,308,184,162.664,0,162.664z"
+ />
+ <path style="fill:#EF8114;" d="M8,0v92.944C224,92.944,399.064,268,399.064,492H492C492,220,272,0,8,0z"/>
+</g>
+<g>
+ <circle style="fill:#FA9826;" cx="73.728" cy="418.296" r="69.704"/>
+ <path style="fill:#FA9826;" d="M0,162.664v92.976c120,0,221.8,90.008,234.672,206.008c31.864-9.2,61.2-21.456,88.248-35.672
+ C294.168,275.776,160,162.664,0,162.664z"/>
+ <path style="fill:#FA9826;" d="M456.168,306.848C383.624,126.624,208,0,8,0v92.944c176,0,331.84,122.304,376.88,290.928
+ C414.8,359.664,439.888,337.16,456.168,306.848z"/>
+ <path style="fill:#FA9826;" d="M73.728,348.584c-38.496,0-69.72,31.2-69.72,69.696c0,22.352,10.576,42.216,26.928,54.968
+ c37.744-13.584,75.72-33.032,112.352-58.008C141.672,378.16,111.184,348.584,73.728,348.584z"/>
+ <path style="fill:#FA9826;" d="M0,162.664v92.976c88,0,161.696,45.192,202.408,112.624c7.92-7.088,15.408-14.4,23.072-22.04
+ c15.176-15.192,28.808-32.128,41.784-48.224C208.176,215.432,112,162.664,0,162.664z"/>
+ <path style="fill:#FA9826;" d="M8,0v92.944c120,0,232.248,57.184,304.752,146.472c18.184-29.872,33.056-57.24,43.816-87.6
+ C267.8,60.24,144,0,8,0z"/>
+</g>
+<g>
+ <path style="fill:#F9BD28;" d="M106.512,356.776c-9.792-5.224-20.936-8.184-32.792-8.184c-38.496,0-69.72,31.2-69.72,69.696
+ c0,13.384,3.84,25.84,10.376,36.472C49.632,431.704,80.976,398.184,106.512,356.776z"/>
+ <path style="fill:#F9BD28;" d="M163.344,204.976C115.8,177.736,64,162.664,0,162.664v92.976c54.872,0.496,96,16.864,134.24,41.456
+ C146.184,268.6,156.496,237.576,163.344,204.976z"/>
+ <path style="fill:#F9BD28;" d="M8,92.944c56,0,117.504,14.64,169.4,39.752c1.128-14.736,0.84-30.216,0.84-45.392
+ c0-19.192,0.528-38.04-1.256-56.504C123.888,10.928,64,0,8,0V92.944z"/>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+</svg>
diff --git a/static/icons/safari-pinned-tab.svg b/static/icons/safari-pinned-tab.svg
deleted file mode 100755
index 9e473c4..0000000
--- a/static/icons/safari-pinned-tab.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
- width="450.000000pt" height="450.000000pt" viewBox="0 0 450.000000 450.000000"
- preserveAspectRatio="xMidYMid meet">
-<metadata>
-Created by potrace 1.11, written by Peter Selinger 2001-2013
-</metadata>
-<g transform="translate(0.000000,450.000000) scale(0.100000,-0.100000)"
-fill="#000000" stroke="none">
-<path d="M750 2250 l0 -2250 1500 0 1500 0 0 2250 0 2250 -1500 0 -1500 0 0
--2250z"/>
-</g>
-</svg>
diff --git a/static/icons/servers.svg b/static/icons/servers.svg
new file mode 100644
index 0000000..e1534b9
--- /dev/null
+++ b/static/icons/servers.svg
@@ -0,0 +1,1613 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ width="101.037"
+ height="79.623878"
+ version="1.1"
+ id="svg1674"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <g
+ id="g1665"
+ transform="translate(-392.89723,-378.96012)">
+ <title
+ id="title2">Layer 1</title>
+ <g
+ transform="rotate(-1.85609,569.121,91.9781)"
+ id="g1663">
+ <defs
+ transform="translate(43.0769, -132.308) translate(-590.769, -12.3077) translate(56.9231, -56.9231) translate(-16.9231, -266.154) translate(-4.61538, -24.6154) translate(121.429, 44.2857) translate(-255.601) translate(0, -154.555)"
+ id="defs127">
+ <path
+ d="m 908.51,949.09 36.1,-20.84 v -31.67 l -36.1,20.83 z"
+ id="svg_229" />
+ <path
+ d="m 897.47,942.72 11.04,6.37 v -31.68 l -11.04,-6.37 z"
+ id="svg_228" />
+ <path
+ d="m 897.47,911.04 36.19,-20.79 10.95,6.33 -36.1,20.83 z"
+ id="svg_227" />
+ <path
+ d="m 937.47,896.33 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.1 -0.16,0.32 0.06,0.43 z"
+ id="svg_247" />
+ <path
+ d="m 935.47,897.49 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_150" />
+ <path
+ d="m 933.47,898.65 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.2,0.12 -0.17,0.32 0.06,0.45 z"
+ id="svg_224" />
+ <path
+ d="m 935.07,894.95 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.2,0.12 -0.18,0.32 0.05,0.45 z"
+ id="svg_149" />
+ <path
+ d="m 933.07,896.1 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_223" />
+ <path
+ d="m 931.06,897.22 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.15 -0.16,0.35 0.06,0.44 z"
+ id="svg_222" />
+ <path
+ d="m 932.54,893.51 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.15,0.14 -0.12,0.3 0.06,0.43 z"
+ id="svg_221" />
+ <path
+ d="m 930.54,894.67 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.79,0.48 c -0.21,0.12 -0.19,0.32 0,0.45 z"
+ id="svg_239" />
+ <path
+ d="m 928.54,895.83 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.16,0.12 -0.14,0.32 0.05,0.45 z"
+ id="svg_238" />
+ <path
+ d="m 931.54,899.83 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.32 -0.05,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.84,0.49 c -0.25,0.11 -0.23,0.31 0.04,0.44 z"
+ id="svg_237" />
+ <path
+ d="m 929.54,900.98 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.23,0.12 -0.21,0.31 0.06,0.44 z"
+ id="svg_217" />
+ <path
+ d="m 929.1,898.44 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.19,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_216" />
+ <path
+ d="m 927.09,899.6 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.32 0.06,0.45 z"
+ id="svg_215" />
+ <path
+ d="m 926.61,897.01 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.32 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.11 -0.21,0.31 0.01,0.44 z"
+ id="svg_214" />
+ <path
+ d="m 924.61,898.16 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.25,0.12 -0.23,0.31 0,0.44 z"
+ id="svg_213" />
+ <path
+ d="m 914.76,909.12 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.16,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_212" />
+ <path
+ d="m 912.75,910.28 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.15,0.11 -0.15,0.31 0.06,0.44 z"
+ id="svg_211" />
+ <path
+ d="m 910.75,911.43 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.84,0.48 c -0.17,0.12 -0.17,0.31 0.04,0.44 z"
+ id="svg_236" />
+ <path
+ d="m 912.35,907.73 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_209" />
+ <path
+ d="m 910.35,908.89 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.84,0.49 c -0.21,0.11 -0.19,0.31 0.04,0.44 z"
+ id="svg_133" />
+ <path
+ d="m 908.35,910.05 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.48 c -0.19,0.12 -0.17,0.32 0.06,0.45 z"
+ id="svg_207" />
+ <path
+ d="m 909.87,906.3 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.36 0.05,0.44 z"
+ id="svg_235" />
+ <path
+ d="m 907.87,907.46 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_205" />
+ <path
+ d="m 905.86,908.61 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.24,0.12 -0.21,0.31 0.01,0.44 z"
+ id="svg_204" />
+ <path
+ d="m 908.79,912.62 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.19,0.31 0.06,0.45 z"
+ id="svg_203" />
+ <path
+ d="m 906.78,913.77 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.18,0.11 -0.18,0.31 0.06,0.44 z"
+ id="svg_202" />
+ <path
+ d="m 906.38,911.22 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.32 -0.05,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.12 -0.16,0.32 0.06,0.44 z"
+ id="svg_234" />
+ <path
+ d="m 904.38,912.38 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.2,0.12 -0.18,0.28 0.05,0.44 z"
+ id="svg_233" />
+ <path
+ d="m 903.9,909.8 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.19,0.12 -0.17,0.31 0.06,0.45 z"
+ id="svg_199" />
+ <path
+ d="m 901.89,910.95 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_198" />
+ <path
+ d="m 907.47,944.86 a 0.65,0.65 0 0 0 0.33,0.56 v 0 -24.58 a 0.64,0.64 0 0 0 -0.33,-0.57 v 0 z"
+ id="svg_197" />
+ <path
+ d="m 898.18,939.47 a 0.63,0.63 0 0 0 0.33,0.56 v 0 -24.58 a 0.66,0.66 0 0 0 -0.33,-0.57 v 0 z"
+ id="svg_196" />
+ <path
+ d="m 908.51,917.41 25.59,-14.77 -0.21,-0.11 -25.58,14.77 z"
+ id="svg_195" />
+ <path
+ d="m 919.02,911.35 25.59,-14.77 -0.21,-0.12 -25.58,14.77 z"
+ id="svg_128" />
+ <path
+ d="m 908.51,917.59 25.63,-14.8 v -0.17 l -25.63,14.79 z"
+ id="svg_194" />
+ <path
+ d="m 921.87,956.66 36.1,-20.84 v -31.68 l -36.1,20.84 z"
+ id="svg_163" />
+ <path
+ d="m 910.84,950.28 11.03,6.38 v -31.68 l -11.03,-6.37 z"
+ id="svg_193" />
+ <path
+ d="m 910.84,918.61 36.18,-20.79 10.95,6.32 -36.1,20.84 z"
+ id="svg_192" />
+ <path
+ d="m 950.83,903.9 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.23,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_191" />
+ <path
+ d="m 948.83,905.06 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.24,0.12 -0.18,0.31 0.05,0.45 z"
+ id="svg_246" />
+ <path
+ d="m 946.83,906.22 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.49 c -0.23,0.1 -0.17,0.3 0.06,0.44 z"
+ id="svg_189" />
+ <path
+ d="m 948.43,902.51 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.16 -0.18,0.32 0.05,0.45 z"
+ id="svg_188" />
+ <path
+ d="m 946.43,903.67 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.32 -0.05,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_187" />
+ <path
+ d="m 944.42,904.82 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.31 0.06,0.44 z"
+ id="svg_134" />
+ <path
+ d="m 945.95,901.08 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.82,-0.42 c 0.2,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.17,0.05 -0.15,0.25 0.08,0.38 z"
+ id="svg_186" />
+ <path
+ d="m 943.94,902.22 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.14 -0.16,0.33 0.06,0.45 z"
+ id="svg_185" />
+ <path
+ d="m 941.94,903.39 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.27 0.05,0.44 z"
+ id="svg_184" />
+ <path
+ d="m 944.86,907.39 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.11 -0.21,0.27 0.01,0.44 z"
+ id="svg_183" />
+ <path
+ d="m 942.86,908.55 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_182" />
+ <path
+ d="m 942.46,906.01 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.2,0.12 -0.18,0.31 0.05,0.45 z"
+ id="svg_245" />
+ <path
+ d="m 940.46,907.16 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_177" />
+ <path
+ d="m 939.97,904.57 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.09 -0.16,0.31 0.06,0.44 z"
+ id="svg_180" />
+ <path
+ d="m 937.97,905.73 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_244" />
+ <path
+ d="m 924.11,919 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.11 -0.21,0.31 0.01,0.44 z"
+ id="svg_176" />
+ <path
+ d="m 925.72,915.3 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.12,0.36 0.06,0.44 z"
+ id="svg_175" />
+ <path
+ d="m 923.71,916.46 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.11,0.31 0.06,0.45 z"
+ id="svg_174" />
+ <path
+ d="m 921.71,917.61 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_232" />
+ <path
+ d="m 923.23,913.87 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.25,0.12 -0.23,0.32 0,0.45 z"
+ id="svg_173" />
+ <path
+ d="m 921.23,915.02 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_172" />
+ <path
+ d="m 919.22,916.22 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.31 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.07 -0.16,0.27 0.06,0.44 z"
+ id="svg_171" />
+ <path
+ d="m 922.15,920.22 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.19,0.07 -0.17,0.27 0.06,0.44 z"
+ id="svg_170" />
+ <path
+ d="m 920.14,921.34 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.33 0.06,0.45 z"
+ id="svg_169" />
+ <path
+ d="m 919.74,918.79 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.14,0.11 -0.14,0.31 0.06,0.44 z"
+ id="svg_168" />
+ <path
+ d="m 917.74,919.95 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.2,0.31 0,0.44 z"
+ id="svg_167" />
+ <path
+ d="m 917.26,917.36 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.3 0.05,0.44 z"
+ id="svg_231" />
+ <path
+ d="m 915.26,918.52 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.2,0.15 -0.17,0.32 0.06,0.45 z"
+ id="svg_165" />
+ <path
+ d="m 911.54,947.03 a 0.66,0.66 0 0 0 0.33,0.57 v 0 -24.59 a 0.65,0.65 0 0 0 -0.33,-0.56 v 0 z"
+ id="svg_129" />
+ <path
+ d="m 932.39,918.91 25.58,-14.77 -0.2,-0.12 -25.59,14.77 z"
+ id="svg_164" />
+ <path
+ d="m 932.34,919.12 25.63,-14.8 v -0.18 l -25.63,14.8 z"
+ id="svg_126" />
+ <path
+ d="m 924.4,958.22 11.04,6.38 v -31.68 l -11.04,-6.37 z"
+ id="svg_162" />
+ <path
+ d="m 924.4,926.55 36.19,-20.79 10.95,6.32 -36.1,20.84 z"
+ id="svg_161" />
+ <path
+ d="m 964.4,911.84 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.31 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_160" />
+ <path
+ d="m 962.4,913 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.2,0.12 -0.18,0.32 0.05,0.45 z"
+ id="svg_159" />
+ <path
+ d="m 960.4,914.15 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.86,0.86 0 0 0 -0.76,0 l -0.85,0.49 c -0.19,0.1 -0.17,0.3 0.06,0.43 z"
+ id="svg_158" />
+ <path
+ d="m 962,910.45 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_243" />
+ <path
+ d="m 957.99,912.77 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.32 0.06,0.45 z"
+ id="svg_155" />
+ <path
+ d="m 959.54,909.02 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.21,0.11 -0.19,0.31 0.06,0.44 z"
+ id="svg_154" />
+ <path
+ d="m 957.54,910.22 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.22,0.08 -0.19,0.28 0.06,0.45 z"
+ id="svg_153" />
+ <path
+ d="m 955.54,911.33 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.23,0.1 -0.21,0.32 0.05,0.43 z"
+ id="svg_242" />
+ <path
+ d="m 958.43,915.33 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.33 0.06,0.44 z"
+ id="svg_151" />
+ <path
+ d="m 954.03,915.1 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.1 -0.17,0.3 0.06,0.43 z"
+ id="svg_148" />
+ <path
+ d="m 953.54,912.51 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.85,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.15 -0.16,0.31 0.06,0.44 z"
+ id="svg_147" />
+ <path
+ d="m 951.54,913.67 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.79,0.48 c -0.25,0.12 -0.23,0.32 0,0.45 z"
+ id="svg_146" />
+ <path
+ d="m 941.69,924.63 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.11 -0.18,0.31 0.05,0.44 z"
+ id="svg_145" />
+ <path
+ d="m 939.69,925.78 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.19,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.2,0.12 -0.17,0.31 0.06,0.44 z"
+ id="svg_144" />
+ <path
+ d="m 937.68,926.94 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 -0.05,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.16,0.31 0.06,0.44 z"
+ id="svg_143" />
+ <path
+ d="m 939.29,923.22 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.19,-0.12 0.17,-0.31 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.2,0.13 -0.17,0.33 0.06,0.44 z"
+ id="svg_142" />
+ <path
+ d="m 937.28,924.4 1,0.56 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.19,0.12 -0.16,0.32 0.06,0.45 z"
+ id="svg_141" />
+ <path
+ d="m 935.28,925.55 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.2,0.1 -0.18,0.3 0.05,0.43 z"
+ id="svg_140" />
+ <path
+ d="m 936.8,921.81 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.26,0.11 -0.26,0.31 0,0.44 z"
+ id="svg_241" />
+ <path
+ d="m 934.8,922.96 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.26,0.12 -0.26,0.31 0,0.44 z"
+ id="svg_240" />
+ <path
+ d="m 932.79,924.12 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.19,0.31 0.06,0.44 z"
+ id="svg_137" />
+ <path
+ d="m 935.72,928.12 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.06,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.19,0.12 -0.12,0.32 0.06,0.45 z"
+ id="svg_136" />
+ <path
+ d="m 933.71,929.28 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.85,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.19,0.11 -0.11,0.31 0.06,0.44 z"
+ id="svg_135" />
+ <path
+ d="m 930.83,925.3 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.24,0.12 -0.18,0.37 0.05,0.45 z"
+ id="svg_230" />
+ <path
+ d="m 928.83,926.46 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.19,-0.12 0.17,-0.32 -0.06,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.23,0.11 -0.17,0.31 0.06,0.44 z"
+ id="svg_131" />
+ <path
+ d="m 934.4,960.36 a 0.66,0.66 0 0 0 0.33,0.57 v 0 -24.59 a 0.63,0.63 0 0 0 -0.33,-0.56 v 0 z"
+ id="svg_130" />
+ <path
+ d="m 945.96,926.85 25.58,-14.77 -0.2,-0.12 -25.59,14.78 z"
+ id="svg_127" />
+ <path
+ d="m 935.44,933.1 25.64,-14.8 v -0.18 l -25.64,14.8 z"
+ id="svg_125" />
+ <path
+ d="m 1082.47,983.33 1,0.57 a 0.85,0.85 0 0 0 0.76,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.88,0.88 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.1 -0.21,0.32 0.01,0.43 z"
+ id="svg_226" />
+ <path
+ d="m 1080.47,984.49 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_225" />
+ <path
+ d="m 1075.54,981.67 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 0,-0.44 l -1,-0.57 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.48 c -0.21,0.12 -0.19,0.32 0,0.45 z"
+ id="svg_220" />
+ <path
+ d="m 1073.54,982.83 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.21,0.12 -0.19,0.32 0,0.45 z"
+ id="svg_219" />
+ <path
+ d="m 1076.54,986.83 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.32 0,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.84,0.49 c -0.3,0.11 -0.28,0.31 -0.01,0.44 z"
+ id="svg_218" />
+ <path
+ d="m 1055.75,998.43 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.84,0.48 c -0.22,0.12 -0.22,0.31 -0.01,0.44 z"
+ id="svg_210" />
+ <path
+ d="m 1055.35,995.89 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.84,0.49 c -0.26,0.11 -0.24,0.31 -0.01,0.44 z"
+ id="svg_208" />
+ <path
+ d="m 1054.87,993.3 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.36 0,0.44 z"
+ id="svg_206" />
+ <path
+ d="m 1051.38,998.22 1,0.56 a 0.82,0.82 0 0 0 0.76,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.32 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.24,0.12 -0.21,0.32 0.01,0.44 z"
+ id="svg_201" />
+ <path
+ d="m 1049.38,999.38 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.25,0.12 -0.23,0.28 0,0.44 z"
+ id="svg_200" />
+ <path
+ d="m 1093.83,992.06 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.48 c -0.29,0.12 -0.23,0.31 0,0.45 z"
+ id="svg_190" />
+ <path
+ d="m 1087.46,993.01 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.25,0.12 -0.23,0.31 0,0.45 z"
+ id="svg_181" />
+ <path
+ d="m 1082.97,992.73 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.18,-0.31 0,-0.45 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_179" />
+ <path
+ d="m 1073.12,1003.69 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.25,0.12 -0.23,0.32 0,0.45 z"
+ id="svg_178" />
+ <path
+ d="m 1062.26,1004.36 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.3 0,0.44 z"
+ id="svg_166" />
+ <path
+ d="m 1107,997.45 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 0,-0.44 l -1,-0.56 a 0.84,0.84 0 0 0 -0.77,0 l -0.84,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_157" />
+ <path
+ d="m 1105,998.61 1,0.56 a 0.84,0.84 0 0 0 0.77,0 l 0.84,-0.48 c 0.2,-0.12 0.17,-0.32 0,-0.45 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.25,0.11 -0.23,0.31 0,0.44 z"
+ id="svg_156" />
+ <path
+ d="m 1100.54,998.33 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.56 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.28,0.1 -0.26,0.32 0,0.43 z"
+ id="svg_152" />
+ <path
+ d="m 1081.8,1008.81 1,0.56 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.18,-0.31 -0.05,-0.44 l -1,-0.56 a 0.87,0.87 0 0 0 -0.77,0 l -0.84,0.49 c -0.21,0.11 -0.21,0.31 0.05,0.44 z"
+ id="svg_139" />
+ <path
+ d="m 1079.8,1009.96 1,0.57 a 0.87,0.87 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 -0.05,-0.44 l -1,-0.56 a 0.82,0.82 0 0 0 -0.76,0 l -0.85,0.48 c -0.21,0.12 -0.21,0.31 0.05,0.44 z"
+ id="svg_138" />
+ <path
+ d="m 1075.83,1012.3 1,0.56 a 0.88,0.88 0 0 0 0.77,0 l 0.84,-0.49 c 0.2,-0.11 0.17,-0.31 0,-0.44 l -1,-0.57 a 0.85,0.85 0 0 0 -0.76,0 l -0.85,0.49 c -0.29,0.12 -0.23,0.37 0,0.45 z"
+ id="svg_132" />
+ </defs>
+ <ellipse
+ fill="#777777"
+ transform="rotate(-89.640008)"
+ ry="50.529987"
+ rx="29.169992"
+ cy="435.2157"
+ cx="-422.41946"
+ id="ellipse431" />
+ <ellipse
+ fill="#444444"
+ class="R"
+ transform="rotate(-0.35999185)"
+ ry="2.6099992"
+ rx="4.5099993"
+ cy="417.39236"
+ cx="432.57056"
+ id="ellipse433" />
+ <ellipse
+ fill="#515151"
+ class="S"
+ transform="rotate(-0.35999185)"
+ ry="2.6099992"
+ rx="4.5099993"
+ cy="416.25244"
+ cx="432.58057"
+ id="ellipse435" />
+ <ellipse
+ fill="#444444"
+ class="R"
+ transform="rotate(-0.35999185)"
+ ry="2.6099992"
+ rx="4.5099993"
+ cy="431.20181"
+ cx="408.13153"
+ id="ellipse437" />
+ <ellipse
+ fill="#515151"
+ class="S"
+ transform="rotate(-0.35999185)"
+ ry="2.6099992"
+ rx="4.5099993"
+ cy="430.05188"
+ cx="408.14151"
+ id="ellipse439" />
+ <use
+ href="#svg_229"
+ fill="#cccccc"
+ class="T"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_229"
+ id="use441"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_228"
+ fill="#b3b3b3"
+ class="U"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_228"
+ id="use443"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_227"
+ fill="#ececec"
+ class="V"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_227"
+ id="use445"
+ width="100%"
+ height="100%" />
+ <g
+ fill="#ffb380"
+ class="W"
+ id="g507">
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_226"
+ xlink:href="#svg_226"
+ id="use447"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_225"
+ xlink:href="#svg_225"
+ id="use449"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_224"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_224"
+ id="use451"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_149"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_149"
+ id="use453"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_223"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_223"
+ id="use455"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_222"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_222"
+ id="use457"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_221"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_221"
+ id="use459"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_220"
+ xlink:href="#svg_220"
+ id="use461"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_219"
+ xlink:href="#svg_219"
+ id="use463"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_218"
+ xlink:href="#svg_218"
+ id="use465"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_217"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_217"
+ id="use467"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_216"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_216"
+ id="use469"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_215"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_215"
+ id="use471"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_214"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_214"
+ id="use473"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_213"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_213"
+ id="use475"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_212"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_212"
+ id="use477"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_211"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_211"
+ id="use479"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_210"
+ xlink:href="#svg_210"
+ id="use481"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_209"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_209"
+ id="use483"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_208"
+ xlink:href="#svg_208"
+ id="use485"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_207"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_207"
+ id="use487"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_206"
+ xlink:href="#svg_206"
+ id="use489"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_205"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_205"
+ id="use491"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_204"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_204"
+ id="use493"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_203"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_203"
+ id="use495"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_202"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_202"
+ id="use497"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_201"
+ xlink:href="#svg_201"
+ id="use499"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_200"
+ xlink:href="#svg_200"
+ id="use501"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_199"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_199"
+ id="use503"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_198"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_198"
+ id="use505"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ fill="#939190"
+ class="X"
+ id="g529">
+ <ellipse
+ transform="rotate(-30.359968,1877.3056,-244.64161)"
+ ry="0.87"
+ rx="0.5"
+ cy="-429.85468"
+ cx="280.74503"
+ id="ellipse509" />
+ <ellipse
+ transform="rotate(-30.359968,1877.4063,-215.11472)"
+ ry="0.87"
+ rx="0.5"
+ cy="-400.32468"
+ cx="280.84503"
+ id="ellipse511" />
+ <ellipse
+ transform="rotate(-30.359968,1868.0962,-220.46999)"
+ ry="0.87"
+ rx="0.5"
+ cy="-405.69467"
+ cx="271.53503"
+ id="ellipse513" />
+ <ellipse
+ transform="rotate(-30.359968,1868.1763,-250.00717)"
+ ry="0.87"
+ rx="0.5"
+ cy="-435.22467"
+ cx="271.61502"
+ id="ellipse515" />
+ <use
+ href="#svg_197"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_197"
+ id="use517"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_196"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_196"
+ id="use519"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_195"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_195"
+ id="use521"
+ width="100%"
+ height="100%" />
+ <path
+ d="m 417.55026,395.77305 25.58,-14.77 -0.21,-0.12 -25.58,14.77 z"
+ id="path523" />
+ <path
+ d="m 417.49026,395.97305 25.64,-14.8 v -0.17 l -25.64,14.8 z"
+ id="path525" />
+ <use
+ href="#svg_194"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_194"
+ id="use527"
+ width="100%"
+ height="100%" />
+ </g>
+ <ellipse
+ fill="#444444"
+ class="R"
+ transform="rotate(-0.35999185)"
+ ry="2.6099992"
+ rx="4.5099993"
+ cy="425.05206"
+ cx="445.88"
+ id="ellipse531" />
+ <ellipse
+ fill="#515151"
+ class="S"
+ transform="rotate(-0.35999185)"
+ ry="2.6099992"
+ rx="4.5099993"
+ cy="423.90213"
+ cx="445.88998"
+ id="ellipse533" />
+ <g
+ transform="rotate(-0.35999185,94436.673,-81781.186)"
+ id="g539">
+ <ellipse
+ fill="#444444"
+ class="R"
+ ry="2.6099999"
+ rx="4.5100002"
+ cy="-156.08707"
+ cx="-90.541153"
+ id="ellipse535" />
+ <ellipse
+ fill="#515151"
+ class="S"
+ ry="2.6099999"
+ rx="4.5100002"
+ cy="-157.22707"
+ cx="-90.541153"
+ id="ellipse537" />
+ </g>
+ <use
+ href="#svg_163"
+ fill="#cccccc"
+ class="T"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_163"
+ id="use541"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_193"
+ fill="#b3b3b3"
+ class="U"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_193"
+ id="use543"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_192"
+ fill="#ececec"
+ class="V"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_192"
+ id="use545"
+ width="100%"
+ height="100%" />
+ <g
+ fill="#ffb380"
+ class="W"
+ id="g607">
+ <use
+ href="#svg_191"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_191"
+ id="use547"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_190"
+ xlink:href="#svg_190"
+ id="use549"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_189"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_189"
+ id="use551"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_188"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_188"
+ id="use553"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_187"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_187"
+ id="use555"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_134"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_134"
+ id="use557"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_186"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_186"
+ id="use559"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_185"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_185"
+ id="use561"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_184"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_184"
+ id="use563"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_183"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_183"
+ id="use565"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_182"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_182"
+ id="use567"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_181"
+ xlink:href="#svg_181"
+ id="use569"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_177"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_177"
+ id="use571"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_180"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_180"
+ id="use573"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_179"
+ xlink:href="#svg_179"
+ id="use575"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_178"
+ xlink:href="#svg_178"
+ id="use577"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_177"
+ y="-504.89694"
+ x="-515.81976"
+ xlink:href="#svg_177"
+ id="use579"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_176"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_176"
+ id="use581"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_175"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_175"
+ id="use583"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_174"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_174"
+ id="use585"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_172"
+ y="-512.98694"
+ x="-500.99973"
+ xlink:href="#svg_172"
+ id="use587"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_173"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_173"
+ id="use589"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_172"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_172"
+ id="use591"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_171"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_171"
+ id="use593"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_170"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_170"
+ id="use595"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_169"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_169"
+ id="use597"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_168"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_168"
+ id="use599"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_167"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_167"
+ id="use601"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_166"
+ xlink:href="#svg_166"
+ id="use603"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_165"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_165"
+ id="use605"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ fill="#939190"
+ class="X"
+ id="g629">
+ <ellipse
+ transform="rotate(-30.359968,1890.6614,-237.06091)"
+ ry="0.87"
+ rx="0.5"
+ cy="-422.29468"
+ cx="294.10501"
+ id="ellipse609" />
+ <ellipse
+ transform="rotate(-30.359968,1890.7621,-207.53402)"
+ ry="0.87"
+ rx="0.5"
+ cy="-392.76468"
+ cx="294.20502"
+ id="ellipse611" />
+ <ellipse
+ transform="rotate(-30.359968,1881.457,-212.90772)"
+ ry="0.87"
+ rx="0.5"
+ cy="-398.12469"
+ cx="284.90503"
+ id="ellipse613" />
+ <ellipse
+ transform="rotate(-30.359968,1881.5371,-242.4449)"
+ ry="0.87"
+ rx="0.5"
+ cy="-427.65469"
+ cx="284.98502"
+ id="ellipse615" />
+ <use
+ href="#svg_130"
+ y="-523.51697"
+ x="-515.04974"
+ xlink:href="#svg_130"
+ id="use617"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_129"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_129"
+ id="use619"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_128"
+ y="-501.94696"
+ x="-498.62973"
+ xlink:href="#svg_128"
+ id="use621"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_164"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_164"
+ id="use623"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_126"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_126"
+ id="use625"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_126"
+ y="-509.53696"
+ x="-511.93973"
+ xlink:href="#svg_126"
+ id="use627"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ transform="rotate(-0.35999185,94449.381,-81773.188)"
+ id="g639">
+ <ellipse
+ fill="#444444"
+ class="R"
+ ry="2.6099999"
+ rx="4.5100002"
+ cy="-148.14706"
+ cx="-76.971153"
+ id="ellipse635" />
+ <ellipse
+ fill="#515151"
+ class="S"
+ ry="2.6099999"
+ rx="4.5100002"
+ cy="-149.28706"
+ cx="-76.971153"
+ id="ellipse637" />
+ </g>
+ <use
+ href="#svg_163"
+ fill="#cccccc"
+ class="T"
+ y="-507.63696"
+ x="-487.90973"
+ xlink:href="#svg_163"
+ id="use641"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_162"
+ fill="#b3b3b3"
+ class="U"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_162"
+ id="use643"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_161"
+ fill="#ececec"
+ class="V"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_161"
+ id="use645"
+ width="100%"
+ height="100%" />
+ <g
+ fill="#ffb380"
+ class="W"
+ id="g707">
+ <use
+ href="#svg_160"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_160"
+ id="use647"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_159"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_159"
+ id="use649"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_158"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_158"
+ id="use651"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_157"
+ xlink:href="#svg_157"
+ id="use653"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_156"
+ xlink:href="#svg_156"
+ id="use655"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_155"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_155"
+ id="use657"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_154"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_154"
+ id="use659"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_153"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_153"
+ id="use661"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_152"
+ xlink:href="#svg_152"
+ id="use663"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_151"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_151"
+ id="use665"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_150"
+ y="-496.57693"
+ x="-480.51974"
+ xlink:href="#svg_150"
+ id="use667"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_149"
+ y="-496.57693"
+ x="-480.51974"
+ xlink:href="#svg_149"
+ id="use669"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_148"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_148"
+ id="use671"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_147"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_147"
+ id="use673"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_146"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_146"
+ id="use675"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_145"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_145"
+ id="use677"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_144"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_144"
+ id="use679"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_143"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_143"
+ id="use681"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_142"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_142"
+ id="use683"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_141"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_141"
+ id="use685"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_140"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_140"
+ id="use687"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_139"
+ xlink:href="#svg_139"
+ id="use689"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_138"
+ xlink:href="#svg_138"
+ id="use691"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_137"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_137"
+ id="use693"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_136"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_136"
+ id="use695"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_135"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_135"
+ id="use697"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_134"
+ y="-493.66696"
+ x="-512.58972"
+ xlink:href="#svg_134"
+ id="use699"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_133"
+ y="-496.57693"
+ x="-480.51974"
+ xlink:href="#svg_133"
+ id="use701"
+ width="100%"
+ height="100%" />
+ <use
+ x="-646.47974"
+ y="-602.57697"
+ href="#svg_132"
+ xlink:href="#svg_132"
+ id="use703"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_131"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_131"
+ id="use705"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ fill="#939190"
+ class="X"
+ id="g729">
+ <ellipse
+ transform="rotate(-30.359968,1904.237,-229.12378)"
+ ry="0.87"
+ rx="0.5"
+ cy="-414.34467"
+ cx="307.67502"
+ id="ellipse709" />
+ <ellipse
+ transform="matrix(0.86,-0.51,0.51,0.86,362.03,935.14)"
+ ry="0.87"
+ rx="0.5"
+ cy="-386.30527"
+ cx="312.30704"
+ id="ellipse711" />
+ <ellipse
+ transform="rotate(-30.359968,1895.0326,-204.97059)"
+ ry="0.87"
+ rx="0.5"
+ cy="-390.18469"
+ cx="298.47501"
+ id="ellipse713" />
+ <ellipse
+ transform="rotate(-30.359968,1895.1078,-234.48934)"
+ ry="0.87"
+ rx="0.5"
+ cy="-419.71469"
+ cx="298.55502"
+ id="ellipse715" />
+ <use
+ href="#svg_130"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_130"
+ id="use717"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_129"
+ y="-507.63696"
+ x="-487.90973"
+ xlink:href="#svg_129"
+ id="use719"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_128"
+ y="-494.00696"
+ x="-485.05975"
+ xlink:href="#svg_128"
+ id="use721"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_127"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_127"
+ id="use723"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_126"
+ y="-507.63696"
+ x="-487.90973"
+ xlink:href="#svg_126"
+ id="use725"
+ width="100%"
+ height="100%" />
+ <use
+ href="#svg_125"
+ y="-515.57697"
+ x="-501.47974"
+ xlink:href="#svg_125"
+ id="use727"
+ width="100%"
+ height="100%" />
+ </g>
+ </g>
+ </g>
+ <defs
+ id="defs1672">
+ <linearGradient
+ gradientTransform="translate(3501.8403,4103.1826)"
+ gradientUnits="userSpaceOnUse"
+ y2="723.72998"
+ x2="-111.26"
+ y1="-303.54999"
+ x1="1281.1"
+ id="svg_248">
+ <stop
+ stop-color="#ccc"
+ offset="0"
+ id="stop1667" />
+ <stop
+ stop-color="#999"
+ offset="1"
+ id="stop1669" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath1995">
+ <path
+ fill="url(#svg_248)"
+ d="m -212.11551,-582.12211 c 0.70329,0.70759 1.8792,1.17975 2.58346,1.91732 0.46531,0.46518 1.86966,2.12056 1.16161,1.88337 -2.1113,-0.93211 -6.08018,-7.31691 -7.26952,-0.4848 -0.47568,3.53726 11.02828,3.16446 11.72634,3.40198 2.81922,0.23881 5.15928,2.36413 8.2087,2.60549 1.40833,0.23451 2.82097,-0.94186 4.46206,-0.93501 4.45997,0.23567 11.49276,2.369 15.47867,4.03077 1.40579,0.46471 7.02556,7.77653 6.29354,8.96086 -1.90179,3.0632 -2.56684,-9.43181 -7.73394,-8.02371 -0.99332,0.22228 -1.47303,0.54799 -1.64673,1.05388 a 14.19,14.19 0 0 0 -0.69635,-1.72835 c -0.23543,-0.47262 -0.70458,1.41356 -1.17244,1.17859 -0.70551,-0.46739 -9.2e-4,-1.88095 -0.69898,-2.11847 -1.64853,-0.23673 -3.29392,1.1673 -5.16488,1.1679 -1.87874,-0.23927 -2.81093,-3.07057 -4.68967,-3.30984 a 6,6 0 0 0 -3.97166,0.93913 c -0.23243,0.23765 0.0457,1.40926 -0.47216,1.17591 -1.40357,-0.70491 -2.33752,-2.35552 -3.75141,-3.0701 a 20.11,20.11 0 0 0 -5.39124,-1.18601 c -0.93951,0.0304 -1.87828,0.70121 -2.81621,0.47146 -3.01721,-0.48252 -5.62746,-2.6091 -8.91675,-2.84268 a 2.22,2.22 0 0 0 -2.13624,0.45943 c -5.68268,9.88925 6.31737,6.60885 6.78615,8.72478 0.47387,1.65552 -2.11422,3.30021 -1.17805,4.71063 0.47216,0.98522 2.34868,-0.69644 3.51682,-0.46415 a 10.8,10.8 0 0 1 4.68966,3.30984 c 0.70204,0.97777 -2.1113,-0.93211 -3.28008,-1.18438 a 20.82,20.82 0 0 0 -6.57146,-0.24729 c -0.70153,-1.88827 1.18327,-4.24055 0.009,-5.89338 -1.17637,-1.41264 -3.51473,-0.70654 -5.39124,-1.18601 -1.17591,-0.47216 -2.11685,-1.41218 -3.28753,-1.41426 -2.11149,-0.0116 -1.18281,5.18103 0.69861,6.12058 1.40389,0.71491 3.51588,-2.3451 4.45206,-0.93469 1.64756,2.36788 -4.93381,7.06351 -5.86906,7.53405 -1.17767,0.70852 -5.16488,1.1679 -3.76099,1.8828 1.41166,0.95478 3.51505,0.71653 5.16104,1.18346 0.93826,0.23974 1.87475,1.66015 3.05511,1.65192 0.9395,-0.0304 1.6476,-1.64423 2.58808,-1.64469 1.87351,-0.2308 7.49842,2.6085 8.6748,4.02114 a 14.61,14.61 0 0 1 1.32314,4.08929 c -1.70022,-3.06654 -4.76874,-6.05872 -6.95028,-6.6884 -2.58424,-0.70667 -5.1671,1.4081 -7.7439,0.93131 -1.40833,-0.23451 -6.79906,-4.49214 -8.44413,-3.07812 -8.93943,9.42449 4.68236,1.84932 3.97236,5.87443 -0.46948,1.87619 -3.75225,-0.008 -5.39032,0.69495 -0.70283,0.23288 0.22636,2.3539 -0.4717,2.11639 -0.93794,-0.22975 -1.48431,-1.65279 -2.18714,-1.41991 -0.70283,0.23289 0.22622,1.42342 -0.23895,1.88873 -0.23497,0.46786 -1.17545,0.46832 -1.18022,0.93872 -0.23719,0.70805 1.17416,1.65284 0.47133,1.88572 -1.8805,0.94141 -4.69018,-0.23821 -6.10758,1.40856 -0.79459,1.10632 0.92793,2.3912 2.73097,3.07316 -5.81482,-0.67201 -9.55319,3.76139 -11.65945,6.38099 -0.23242,0.23765 -5.39638,3.28651 -4.93297,4.00187 2.34354,3.77608 19.71188,-3.04004 20.18529,-2.325 0.93617,1.41042 -3.52112,1.87503 -3.29744,3.52865 0.0457,1.40926 2.3496,1.18452 3.51773,1.41681 1.16814,0.23228 2.42387,-0.22863 3.59978,0.24353 0.23765,0.23243 -0.98522,0.47216 -0.97,0.94191 0.23765,0.23243 0.70551,0.4674 0.93826,0.23974 0.23275,-0.22766 0.61444,-0.49016 0.97745,-0.71203 a 2.06,2.06 0 0 0 0.0382,1.17938 c 1.63672,5.42984 8.21999,0.48401 6.8035,4.01174 -2.59512,6.3674 -6.80642,0.22057 -8.92161,5.65193 -0.92434,2.35117 1.08474,7.53882 -1.5008,8.95331 -0.97778,0.70204 -0.92784,-8.25428 -0.69764,-8.25173 0.48091,-3.06719 6.4246,-5.21083 3.60942,-8.72149 -0.92873,-1.18053 -2.64722,-1.415 -4.06268,-1.86939 -6.33219,-2.12602 -2.12112,8.9534 -2.12765,10.60448 0.0152,0.46975 -1.16591,-0.47249 -1.40167,-0.9551 -0.4661,-1.41565 0.003,-3.30184 -0.70324,-4.7197 -2.33353,-3.7764 -6.57021,1.64366 -7.94333,1.87826 -7.04884,0.45855 -0.25199,-7.77592 -6.79124,-8.26437 -3.00944,-0.24266 -0.24886,6.83164 3.50209,8.96127 a 29.72,29.72 0 0 0 6.32774,2.60642 c 1.64631,0.47692 5.63463,-1.18313 4.70017,0.23789 -0.94701,1.65153 -4.92783,-0.47064 -5.40476,1.17567 -0.70935,1.88396 3.06321,1.90178 4.21927,3.30507 0.23543,0.47263 0.46355,1.64585 9.2e-4,1.88096 -0.70963,0.023 -0.70597,-1.40787 -1.17383,-1.64284 -1.17369,-0.71236 -2.81699,-0.47901 -3.74794,-1.41935 -0.70361,-0.71759 0.001,-2.12116 -0.70231,-2.83875 -0.70204,-0.97777 -2.34659,-0.47424 -3.2823,-0.94418 -1.41167,-0.95478 -3.27925,-4.24602 -5.14799,-4.48561 -0.46785,-0.23497 -0.2315,2.11861 -0.70681,1.65376 -0.69884,-1.18799 0.006,-2.60155 -0.46257,-3.777 -0.23543,-0.47263 -1.40357,-0.70491 -1.63854,-0.23706 -0.24418,1.41866 1.63247,2.82861 0.92914,3.97199 -0.94733,1.64155 -3.52413,1.16476 -4.92677,2.34081 -0.23465,0.47785 7.50365,3.07857 7.50365,3.07857 a 16.38,16.38 0 0 1 -5.85642,-0.72069 c -1.17591,-0.47216 -1.8779,-3.30091 -3.08555,-2.59142 -1.88827,0.70153 -0.9483,3.77269 -2.12551,5.42169 -0.70759,0.70328 -2.81477,-0.71921 -3.05418,0.22904 -2.35748,6.59982 12.44277,1.42774 10.31249,7.31983 -1.17851,3.77015 -9.37331,-5.19914 -11.25335,-3.31726 -0.47262,0.23544 0.70329,0.7076 0.47216,0.98523 -0.23497,0.46785 -1.17323,0.22812 -1.40787,0.70597 -0.97,0.94191 3.50736,5.41924 4.44863,6.36925 0.70328,0.70759 1.63377,0.70746 2.33706,1.41505 0.47562,0.47484 0.94394,1.65029 0.46609,1.41565 -0.92951,0.0301 -1.16161,-1.88337 -1.87443,-1.65016 -1.6403,0.94362 -1.88656,3.53296 -3.52718,4.46659 -0.93525,0.47054 -9.14173,-2.37516 -7.97859,3.26013 0.46133,1.88605 3.99035,1.18137 4.69188,3.06964 0.46216,0.98555 -2.34659,-0.47424 -3.28929,-0.23358 a 5.45,5.45 0 0 0 -2.81875,0.70166 c -0.46263,0.23511 -0.22974,0.93794 -0.47216,1.17591 a 1.67,1.67 0 0 1 -0.78279,0.23548 c 4.26068,-0.048 7.47566,-0.87259 11.34682,0.95299 0.46976,-0.0152 0.92873,1.18053 0.4661,1.41564 -5.9039,3.06283 -18.04108,-0.97617 -20.42507,7.27537 -0.24418,1.41865 -1.17897,2.82967 -0.71288,4.24532 0.23289,0.70282 2.11292,-1.17906 2.34613,-0.46624 1.17286,3.774 -2.81528,2.35242 -2.58984,2.82537 1.17683,2.35312 5.62407,5.90094 5.3891,6.36879 -3.29749,7.54076 -7.02802,-2.60373 -9.85505,0.92969 -1.17499,1.40879 4.17798,5.42752 4.68804,5.421 1.40343,-0.22558 2.58064,-1.87457 4.22616,-2.34811 0.47262,-0.23544 1.40311,-0.23557 1.40866,0.2445 -0.25062,8.01232 -4.23269,3.99919 -7.75343,1.87211 -1.64155,-0.94733 -5.63228,1.87341 -5.16442,2.10838 1.17369,0.71235 4.70225,-0.9328 4.23009,0.24311 -0.71458,1.41389 -3.52204,-0.006 -4.69971,0.70259 -0.70505,0.47309 -1.17198,2.11907 -0.4717,2.11639 2.58679,0.47647 5.16188,-1.87817 7.94366,-1.86827 1.16813,0.23229 3.98272,1.87199 2.81014,2.1201 -0.93525,0.47053 -13.84444,-2.38284 -11.4992,4.22466 0.69408,1.65839 2.81047,2.13009 3.97684,3.54305 0.46786,0.23497 0.9365,1.42042 0.4661,1.41565 a 13.27,13.27 0 0 1 -4.21501,-2.86498 c -0.93871,-1.18022 -1.40227,-2.82607 -2.33876,-4.24648 -0.23988,0.008 0.023,0.70963 -0.23719,0.70805 -0.47263,0.23544 -1.40357,-0.7049 -1.40834,-0.2345 -0.90943,2.81093 -0.68381,4.52452 0.0705,5.57064 -1.09984,-0.59469 -1.873,-0.67969 -1.99086,0.31464 0.002,3.77191 9.1401,8.80859 7.96238,13.52921 -0.90231,3.03081 -4.46159,1.87549 -6.34463,3.04709 -0.46263,0.23511 -0.96968,0.95191 -0.47184,1.18591 1.64376,0.70713 4.69494,-0.23219 5.15882,1.42366 0.46387,1.65584 -2.81783,2.58262 -4.22297,2.1379 -1.87874,-0.23928 -2.5755,-2.59795 -3.98208,-4.01313 -0.46563,-0.47517 -1.63724,-2.35821 -1.87665,-1.40996 -0.4717,2.11639 7.96507,7.74608 6.56326,8.02163 -2.81875,0.70167 -4.9294,-2.37158 -7.73862,-2.61072 -0.46786,-0.23497 -2.11639,-0.4717 -1.8835,0.23112 1.17493,2.60332 3.74965,4.25079 5.38688,6.609 0.47216,0.98522 1.40783,3.30613 1.87744,2.36042 0.70713,-1.64376 -2.10379,-4.71433 -0.46572,-5.41775 5.91944,-2.58308 3.98554,5.66388 4.19224,5.86729 1.18178,0.96223 3.75701,-0.46193 4.2231,0.95372 0.47355,1.64552 -1.41204,3.04733 -2.5867,4.46612 -0.23242,0.23766 -0.93951,0.0305 -0.9327,0.24034 -0.24497,0.46818 0.22812,1.17323 0.70203,0.97777 4.22871,-2.57831 1.17236,-6.12118 8.20908,-1.39661 0.70805,0.23719 0.0534,1.64913 0.4691,2.12592 0.70805,0.23719 0.23418,-1.41833 0.7068,-1.65376 0.47263,-0.23543 0.0382,1.17938 0.46832,1.17544 0.4301,-0.004 1.17753,-1.63899 0.96255,-1.17179 -0.004,1.41088 -2.12453,3.29054 -1.18581,4.47076 0.94191,0.97 0.94608,-3.5325 2.11454,-3.29022 1.87873,0.23928 2.1081,3.30346 3.74964,4.25078 0.70551,0.4674 2.11339,-0.23857 2.58333,-1.17428 0.47438,-1.41611 -1.87346,-3.78131 -0.69325,-4.72003 1.6403,-0.94362 4.45253,0.006 4.92223,1.84154 0.70408,1.65807 -2.34965,2.82759 -3.05678,4.47136 -0.23464,0.47785 0.70408,1.65806 0.23367,1.65329 -8.95932,1.40093 -0.46701,-3.2966 -8.4481,-1.65724 -0.69964,0.0227 -1.17499,1.4088 -0.70936,1.88397 2.34928,1.17452 7.03593,3.77409 9.62402,2.1294 1.41042,-0.93617 2.5837,-5.1764 3.04979,-3.76075 0.82401,1.65417 -2.15165,3.0713 -2.42868,4.71113 -3.43102,0.64147 -1.52439,2.05045 -8.12828,-1.66761 -1.41356,-0.70458 -7.51239,-1.1873 -7.28173,-0.24427 0.007,0.22988 3.27749,5.42669 4.92602,5.66342 0.22988,-0.007 13.90099,-3.28197 7.50286,2.1281 -0.70504,0.47309 -1.16859,-1.17276 -1.87665,-1.40995 a 27.76,27.76 0 0 0 -4.4603,-0.24567 c -0.23242,0.23765 0.24066,0.9427 0.023,0.70963 -1.40866,-0.2445 -2.81523,-1.65969 -4.21834,-1.42412 -0.70963,0.023 -0.004,1.41088 0.45911,2.12625 0.4753,0.46485 2.82092,0.90911 2.1113,0.9321 -2.81922,-0.23881 -9.37711,-4.69875 -6.56239,-2.12856 1.40658,1.41518 4.22278,0.94372 5.15451,2.83453 0.70153,1.88827 -8.45454,4.93643 -3.99725,4.47182 2.35358,-0.23636 4.22537,-1.13746 6.34255,-1.87642 0.69963,-0.0227 0.947,-1.65154 1.64506,-1.41402 1.16592,0.47248 3.97685,3.54305 1.16142,4.96499 -2.1107,0.93885 -5.63098,-0.24775 -6.57275,1.87386 -2.11899,3.77062 6.80689,0.71991 9.39067,0.4861 1.1729,-0.23811 3.98689,-0.46938 3.51727,0.47633 -1.64682,2.5947 -7.27826,1.40648 -9.39026,2.30535 -0.47262,0.23544 1.40357,0.70491 0.92873,1.18054 a 6.6,6.6 0 0 1 -3.75322,2.12268 c -2.34391,0.22604 -5.39717,0.1749 -5.86817,0.46031 -0.23242,0.23765 -4.22662,1.40763 -2.11167,3.07 0.93872,1.18022 3.28184,0.004 4.45298,0.94627 a 4.65,4.65 0 0 1 0.695,3.53935 c -0.23196,1.17813 -3.29012,2.82805 -1.894,3.30308 1.63377,0.70745 3.28059,-1.88725 5.16409,-2.11838 0.69964,-0.0227 0.69852,1.178 1.40658,1.41519 1.8692,1.18008 0.95478,-1.41167 1.87781,-1.64168 0.47262,-0.23544 0.46832,1.17544 0.93192,0.97032 0.98522,-0.47216 0.92433,-2.35117 1.917,-2.59345 0.93525,-0.47054 3.05419,-0.22904 2.81477,0.71921 -0.71189,2.11417 -5.39985,1.63575 -5.64357,3.99489 0.0152,0.46975 0.93826,0.23973 1.41357,0.70458 1.4069,1.42518 1.39829,4.24694 3.27003,5.19681 0.23766,0.23243 0.97745,-0.71203 1.17545,-0.46831 0.24066,0.9427 -0.01,8.95502 3.51384,7.78027 7.2778,-2.34696 0.70001,-4.02479 3.29958,-8.71144 -0.37564,-0.16792 -0.77159,-0.34519 -1.17624,-0.48216 -0.93571,-0.46994 -3.75492,-0.70875 -2.81444,-0.70921 2.11592,-0.46878 6.32727,1.66594 6.09837,-0.45776 -0.0382,-1.17939 -2.5699,-6.12998 -2.8001,-6.13253 -0.70583,-0.47739 -2.35788,1.64724 -2.12069,0.93918 0.46961,-0.94571 1.64506,-1.41402 1.6446,-2.3545 -0.23113,-1.8835 -3.74011,-5.19159 -1.85916,-5.19251 0.22988,-0.007 0.23321,0.71282 0.46564,0.47517 0.23242,-0.23765 -0.0534,-1.64914 0.23196,-1.17813 2.1541,4.72271 4.21185,9.86876 8.44763,13.68356 0,0 6.56456,5.90048 7.27697,0.71468 -0.0305,-0.9395 -2.34613,0.46624 -3.28929,-0.23358 -1.16892,-1.18276 -3.04113,-3.07311 -2.3408,-4.92677 0.47438,-1.41611 1.41004,3.06594 2.81361,3.77085 a 4,4 0 0 0 3.28739,0.48378 c 1.63914,-0.0531 -4.44812,-9.44089 -4.91389,-10.84654 -0.23543,-0.47262 4.22463,6.86677 4.91473,7.7849 0.46563,0.47517 1.64455,1.65761 1.63932,1.18753 0.24502,-4.48029 -3.26795,-6.36749 -4.67323,-9.90383 -0.23543,-0.47263 0.96223,-1.18179 1.4101,-0.94617 0.008,0.23987 3.2232,6.83919 3.2232,6.83919 1.87652,0.47947 3.75178,-0.93201 5.39476,-1.17535 0.46976,-0.0152 1.17369,0.71236 1.17814,0.23196 -1.16985,-3.06371 -3.74979,-5.18126 -5.38643,-7.82964 -0.70851,-1.17767 -3.28179,-4.01582 -1.87313,-3.77131 2.34659,0.47424 6.33176,10.14024 9.13144,11.32018 5.86988,2.37112 -9.39463,-12.03203 -0.92223,-11.78632 13.15291,0.49425 -3.06155,4.94176 4.91727,7.5547 1.64631,0.47693 3.05594,-1.40972 4.46604,-2.35589 0.70537,-0.46309 2.5811,-0.93409 2.34396,-2.07701 a 0.75,0.75 0 0 0 -0.0774,-0.22761 c 0.35343,0.40877 0.6746,0.74854 1.02345,0.70722 3.2866,-0.46669 6.41297,-0.9382 5.94988,-1.64357 -0.93649,-1.42041 -3.12317,-1.89984 -4.10932,-3.30864 a 3.44,3.44 0 0 1 0.0851,-2.00381 c 1.56417,3.19101 3.1215,3.70084 7.97622,2.53299 1.40311,-0.23557 3.97167,-0.93913 3.51557,-2.3551 -0.23367,-1.6533 -3.05511,-1.65192 -4.68666,-2.59957 -0.23765,-0.23243 -0.93571,-0.46994 -0.70329,-0.70759 1.17323,-0.22812 11.26724,-3.04654 10.84589,-4.93388 -0.70375,-1.64807 -2.34275,-2.8256 -2.81662,-4.48112 -0.23066,-0.94303 0.93956,-1.88142 0.90911,-2.82093 -0.0156,-0.47975 -1.39953,-6.13789 -0.23283,-4.71493 0.4753,0.46485 3.73061,15.08708 4.91134,11.07673 0.47947,-1.87651 -2.11555,-3.53333 -1.86406,-5.65259 0.25149,-2.11925 2.58416,-4.23592 1.88485,-6.36438 -0.46355,-1.64585 -2.08511,-2.59383 -2.33877,-4.24648 -0.23288,-0.70283 0.7119,-2.11417 1.17721,-1.649 1.40167,0.95511 1.40005,3.06627 2.14632,4.48284 0.23543,0.47262 0.22845,1.18322 0.6963,1.41819 3.51422,3.77816 6.57067,-0.70319 10.55751,2.83954 0.70583,0.47739 -0.009,1.89128 0.46434,2.59632 0.93173,1.89082 5.39601,0.71561 5.86771,-1.40078 0.4766,-1.65631 -2.57328,-2.83814 -2.80695,-4.49144 -0.23229,-0.993 2.12635,-8.48332 5.16748,-5.41021 3.28656,3.54541 -3.07771,15.55784 2.80879,8.25335 4.93297,-6.16301 1.41348,-4.238 0.70894,-6.83655 -1.1151,-3.53573 1.87652,0.47948 1.87606,-0.461 -4.7e-4,-0.94048 -0.69376,-1.6484 -0.46434,-2.59632 -0.0305,-0.93951 0.23895,-1.88873 0.93178,-2.1213 1.17545,-0.46831 3.05372,-1.16952 3.52204,0.006 0.86006,1.22279 0.60783,2.70173 0.30757,4.24226 -0.32775,-1.15999 -0.70158,-2.19843 -0.54606,-1.41305 a 7,7 0 0 1 0.3866,2.35871 c 0.008,0.23988 -0.13502,0.46462 -0.15723,0.70547 0.0152,0.46975 -0.70982,0.94348 -0.70681,1.65376 a 7.56,7.56 0 0 0 0.93266,3.77177 c 0.23543,0.47262 0.46961,-0.94571 0.7068,-1.65376 -0.0198,-0.60968 -0.0917,-1.28771 -0.15473,-1.99604 a 1.64,1.64 0 0 0 0.62069,0.32007 c 1.64854,0.23673 1.41871,-3.76793 3.06423,-4.24148 2.34835,-0.70643 1.62988,7.07092 3.98078,6.13429 4.94944,-1.64117 -7.01685,-20.78364 0.95956,-14.84887 0.93349,0.71014 -0.71158,2.12416 -0.71241,3.02466 l 1.86438,5.66258 c 0.23544,0.47263 3.51468,4.71864 4.21973,4.24556 1.88526,-1.4118 3.75784,-3.52356 3.76136,-5.88492 -0.0382,-1.17938 -2.07765,-2.36394 -1.16239,-2.83383 1.41042,-0.93618 3.5176,0.48632 5.39332,0.0153 0.46976,-0.0152 1.18022,-0.93872 0.70459,-1.41356 -4.45071,-5.19858 -6.3239,-2.79665 -5.14187,-11.08928 -0.0227,-0.69963 -1.17637,-1.41264 -0.70375,-1.64807 3.75701,-0.46193 3.07033,2.12166 5.12499,3.77598 1.87475,1.66015 5.39777,-0.46507 6.08754,2.6042 0.23321,0.71282 -0.95478,1.41166 -0.70158,2.12384 0.22544,0.47294 0.93271,-0.24034 1.40089,0.005 0.23987,-0.008 0.0152,0.46975 0.0227,0.69963 0.23798,0.24242 0.70583,0.47739 0.93826,0.23974 0.7068,-1.65377 0.70843,-3.76493 1.41523,-5.41869 0.94701,-1.65154 2.82005,-2.82282 3.75706,-4.47403 0.24242,-0.23798 -0.69806,-0.23752 -0.70328,-0.70759 0.23895,-1.88873 -0.22206,-3.76479 0.2471,-5.65097 0.23719,-0.70806 1.40356,0.70491 1.64075,-0.003 0.2372,-0.70805 -0.92877,-1.4907 -0.92923,-2.43118 a 5.56,5.56 0 0 1 0.70158,-2.12383 c 1.64937,-2.82491 0.46656,2.35612 1.88142,0.93955 1.41009,-0.94617 0.70288,-4.24499 2.34618,-4.47834 1.4131,-0.23589 1.87744,2.36043 2.12333,3.77321 0.23321,0.71282 -1.41218,2.11685 -0.71158,2.12416 1.40926,-0.0457 2.34743,-2.58739 3.76322,-2.123 6.33505,1.90581 -8.23958,8.79148 4.44201,7.40001 2.34358,-0.23603 7.98581,-2.41993 8.45894,-5.72699 0.23451,-1.40833 -1.40481,-2.59586 -1.87091,-4.0115 -0.23289,-0.70283 -0.46656,-2.35613 0.2315,-2.11861 1.64377,0.70713 1.8779,3.30091 3.51644,3.53796 1.63854,0.23705 2.82084,-1.87235 4.22871,-2.57832 0.47262,-0.23543 1.17767,-0.70851 1.1729,-0.23811 -0.001,2.12115 -1.88661,7.54506 -0.24409,6.36124 1.41264,-1.17637 2.11977,-2.82014 3.29443,-4.23893 0.46517,-0.46531 1.17499,-1.40879 1.17022,-0.93839 0.93474,2.60109 -5.41643,11.62153 2.80009,10.45479 1.41088,0.004 0.0104,-4.00244 1.65368,-4.23578 1.4031,-0.23557 1.63724,2.35821 2.33321,3.7664 0.23321,0.71282 -0.004,2.36136 0.93696,2.36089 13.149441,-1.1565 -4.67604,-15.85686 5.88207,-11.14636 3.039879,1.18216 2.102399,6.21517 2.575029,5.97973 1.64251,-1.18382 2.579479,-3.14519 4.230095,-4.07915 0.707268,-0.71328 2.113381,-0.23857 2.820973,-0.94186 0.465173,-0.46531 -1.171604,-1.88304 -0.469103,-2.12592 1.169387,-0.0379 3.041132,3.07311 3.283089,1.89466 0.469154,-1.88619 -1.635479,-3.53889 -2.339228,-5.18696 -0.237653,-0.23242 -0.01522,-0.46975 0.234969,-0.46785 1.403107,-0.23557 3.601537,-0.93715 4.77268,0.005 1.398801,1.17532 0.924881,3.5319 1.17632,5.42475 0.22812,1.17323 2.104634,1.6527 2.332754,2.82593 0.023,0.70962 -1.400885,-0.005 -2.103387,0.23825 a 29.58,29.58 0 0 0 -4.779991,0.69518 c -2.348352,0.70644 -2.341318,0.306 -4.687124,0.78223 -2.584106,0.22381 -0.236729,1.64853 -1.18452,2.3496 -0.94779,0.70106 -2.811437,10e-4 -3.051177,0.93931 0.0304,0.93951 2.115927,-0.46878 2.589011,0.23627 1.872995,2.84083 -0.755908,7.54845 0.918768,7.97443 3.287394,0.48378 3.05502,-3.29068 5.637415,-4.18479 0.705047,-0.47308 2.199405,-2.83272 1.940003,-1.88382 a 59.77,59.77 0 0 1 -3.371708,4.9418 c -0.232425,0.23765 -0.702826,0.23288 -0.985224,0.47215 -0.237192,0.70806 6.641882,1.1855 7.812563,1.18759 0.992998,-0.23229 1.649369,-2.82491 1.91733,-2.58346 1.40227,2.82606 0.236765,7.30616 1.157254,7.30635 2.348813,0.23405 6.114759,-5.20078 6.581965,-2.82467 1.40343,-0.22557 3.279621,0.24391 4.690039,-0.69227 0.985224,-0.47216 0.755908,-7.54844 1.186792,-6.6019 2.800882,7.083 -0.01514,4.47284 1.157254,7.30635 0.23321,0.71282 -0.238489,2.82921 0.704534,2.59854 1.405328,-0.47576 1.176747,-2.58947 2.346643,-3.53786 0.475168,-0.46563 1.880819,-0.9314 2.113706,-0.22858 0.235893,1.4131 -2.121668,3.07033 -1.413476,4.23801 1.402132,1.89558 10.320231,-1.395 10.562651,-1.63298 a 23.83,23.83 0 0 1 0.705883,-3.53471 c 0.985224,-0.47216 3.287907,-2.58785 2.818291,-1.64215 -0.474382,1.41611 -1.406949,2.58693 -1.87911,3.76284 -0.234646,0.47785 -0.474383,1.41611 -0.244179,1.41865 a 12.58,12.58 0 0 0 5.874696,-2.11138 c 0.464849,-0.47531 0.231501,-2.11861 0.939555,-1.88142 0.699633,-0.0227 -0.473921,2.35659 -0.0013,2.12115 1.640297,-0.94362 2.587302,-2.59516 3.522091,-4.00618 0.23497,-0.46785 -0.22812,-1.17322 0.241958,-1.17845 0.462627,-0.23511 0.69852,1.17799 1.171791,0.96255 0.47327,-0.21544 -0.705971,-1.40787 -0.233348,-1.6433 a 10.51,10.51 0 0 1 4.694943,-0.23219 c 0.698059,0.23751 0.936497,1.42041 1.40167,0.9551 0.970001,-0.94191 0.478688,-2.82699 1.413476,-4.238 5.645842,-8.24719 1.172903,-0.23812 7.040612,-1.6389 1.643304,-0.23335 2.350065,-2.19727 3.760807,-3.12345 0.985224,-0.47216 2.353579,-0.23636 3.051177,-0.93932 0.474844,-0.47563 -0.702038,-0.97777 -0.936498,-1.42041 -0.0074,-0.22988 0.239737,-0.93826 0.46994,-0.93571 1.645987,0.46693 2.813336,1.90988 4.46122,2.12662 0.229879,-0.007 5.4020738,-1.87596 5.4020738,-1.87596 1.403568,0.70491 1.63548,3.53889 3.2710104,3.06567 1.8835022,-0.23113 2.1216676,-3.07033 3.2969782,-4.46914 1.1724414,-1.17859 2.8101426,2.1201 2.5785545,-0.70388 a 12,12 0 0 0 -0.9304786,-4.32213 c 0.7100891,0.91748 1.4288774,1.79466 2.3496444,1.49468 a 2.75,2.75 0 0 0 1.8023429,-1.80933 1.84,1.84 0 0 0 0.072924,0.39785 c 0.4713243,1.88572 3.7483997,2.35983 3.5116701,4.00836 0.00347,1.65076 -3.519033,0.70435 -3.9859657,2.35034 -0.4796105,0.94603 2.1063936,0.47202 2.8074596,1.41981 0.4656346,0.47517 4.6718394,11.40467 8.1969374,8.10876 3.294895,-3.29845 0.245431,-3.84997 -0.239356,-7.38612 -0.233672,-1.6533 3.065148,1.96175 3.27883,3.6157 0.227607,4.24485 -4.226164,2.34811 -0.0074,4.71271 4.221346,2.13439 4.465951,-7.29848 8.689057,-6.34476 1.406113,0.47471 0.229367,3.06418 -0.0074,4.71271 0.023,0.70963 -1.17022,0.9384 -1.177208,1.64899 0.231588,2.82399 3.518982,3.30776 5.634123,1.88851 0.705371,-0.46309 -0.0014,-2.82143 1.182161,-3.03988 2.11116,0.002 2.808383,3.30077 4.912555,4.01299 0.946031,0.47961 1.64761,-1.64423 2.585867,-1.40449 0.705508,0.46739 0.701527,1.88827 1.407036,2.35566 0.705509,0.46739 0.238951,-1.88873 0.70889,-2.82444 0.46994,-0.93571 0.464013,2.58633 1.165079,3.53412 0.467856,0.23497 6.336487,0.71514 7.504948,0.95742 0.938257,0.23974 1.644227,1.64761 2.583456,1.91733 2.579016,0.23659 5.244379,-2.11097 7.588425,-1.40652 0.699633,-0.0227 -0.970001,0.94191 -0.704585,1.41356 a 7.71,7.71 0 0 0 3.280082,1.18438 c 3.985915,1.66177 -0.701528,-1.88827 3.053585,-2.1 1.172903,-0.23812 1.87443,1.65015 3.055107,1.65191 a 4.2,4.2 0 0 0 2.818752,-0.70166 c 0.232425,-0.23766 -0.228443,-1.18322 0.239413,-0.94826 0.699633,-0.0227 0.694078,1.65839 1.406898,1.42518 a 9.73,9.73 0 0 0 3.759744,-3.77375 c 0.227196,-0.70773 -0.93918,-2.12069 -0.238576,-2.11338 1.648533,0.23673 3.055107,1.65191 4.46122,2.12662 0.69806,0.23751 1.401671,0.9551 1.876191,0.46948 0.704585,-1.41357 -0.937882,-4.24185 0.710188,-4.9456 1.880496,-0.9414 3.977767,5.42401 5.386797,3.82753 1.177208,-1.64899 0.245016,-4.48028 1.887859,-5.65411 4.463355,-3.05617 2.806623,4.48145 5.623154,4.01998 5.174873,-1.16822 -1.395231,-7.54877 0.71417,-6.36647 0.943485,0.70981 2.803565,7.78328 5.393413,4.95791 a 8.68,8.68 0 0 0 2.58638,-4.47612 c 0.92261,1.3008 1.98997,2.43683 4.45853,1.42634 0.93525,-0.47054 -0.46257,-3.777 0.47346,-3.29706 1.40357,0.70491 0.22192,4.99543 1.86615,4.4819 1.88317,-0.24112 0.47522,-4.47774 2.35317,-5.18893 1.41786,-0.7063 2.82046,2.12976 4.45899,2.36681 0.93826,0.23974 1.92478,-2.35357 2.34789,-1.64691 0.23544,0.47263 -0.70458,1.41357 -0.23673,1.64854 1.64456,1.6576 5.87289,-1.24087 5.63399,-3.36425 -0.22413,-2.5941 -5.15835,-0.48318 -7.26775,-1.66548 -3.28531,-1.65446 -7.26391,-4.01683 -9.37424,-7.08009 -1.63502,-2.5984 -5.14493,-7.78744 -6.08665,-9.67793 -0.23289,-0.70283 0.71189,-2.11417 -0.22636,-2.35391 -1.41611,-0.47438 -3.765757,2.35321 -4.231853,0.93756 -0.6963,-1.41819 3.941223,-1.87864 3.294893,-3.29845 -0.4661,-1.41564 -11.501369,0.45276 -12.904937,-0.25215 -4.221346,-2.13439 -1.864846,-6.60306 -8.206937,-3.78617 -1.64807,0.70375 -3.531162,5.88746 -6.103652,3.99979 a 12.86,12.86 0 0 1 -3.749647,-4.25078 c -0.472158,-0.98522 0.231502,-2.11861 -0.231912,-2.83398 -0.941911,-0.97 -3.030815,-0.9023 -3.982721,-1.87198 -1.176372,-1.41264 3.756548,-1.40241 5.157894,-0.4573 1.173689,0.71236 0.932193,2.83129 2.108103,3.30345 4.924633,2.84199 3.514266,-0.23394 7.043294,-0.93862 a 8.52,8.52 0 0 1 4.220099,0.24344 c 1.406113,0.47471 1.631175,4.94977 4.45488,2.85721 1.180215,-0.93871 2.820051,-2.82282 2.113756,-4.24068 -0.931406,-1.88082 -14.771544,-5.67454 -16.408321,-7.09227 -2.813336,-1.90988 2.587626,-2.58517 1.648907,-3.76538 -1.17415,-1.65284 -9.619763,-1.68931 -9.379379,-2.60758 1.645115,-5.42613 7.965954,2.83347 11.497065,0.95812 0.462628,-0.23511 -0.468317,-1.17545 -0.04567,-1.40926 1.650292,-0.94395 7.019323,0.4829 7.756303,-4.25345 0.238951,-1.88873 -3.751868,-4.01059 -2.339229,-5.18696 1.404866,-1.41624 3.283089,1.89466 4.681891,3.06997 0.475629,0.47484 0.466096,1.41565 0.941401,1.88049 1.869527,1.19008 0.705422,-4.47519 1.647199,-6.59681 -0.01522,-0.46975 0.946031,0.47961 1.171791,0.96255 l -1.417319,6.58937 c 3.042378,4.96406 18.764771,6.6357 23.229881,2.39886 6.34737,-6.35892 -3.50509,-9.67155 -6.55066,-12.26427 a 0.86,0.86 0 0 1 -0.23321,-0.71282 c -0.70204,-0.97777 -0.93918,-2.12069 -1.87744,-2.36043 -0.93826,-0.23973 -1.87795,0.7112 -2.81875,0.70167 -0.22766,-0.23275 0.23751,-0.69806 0.24195,-1.17846 -0.003,-1.65075 0.47601,-3.52726 -0.46271,-4.70748 -1.64455,-1.6576 -12.43662,0.9233 -8.20393,-3.07589 2.587302,-2.59517 11.47795,6.85183 12.19813,1.90591 0.23418,-1.41833 -0.93474,-2.60109 -1.64325,-3.77876 -2.56545,-6.61038 -1.40306,-3.77654 0.47646,-2.58679 0.23766,0.23242 0.4674,-0.70551 0.23197,-1.17813 l -4.21228,-4.01568 c -0.69754,-3.30914 -0.68504,-12.49436 2.59069,-5.88699 0.70374,1.64807 0.23204,3.76445 0.45572,5.41808 a 12.9,12.9 0 0 0 0.46651,2.04596 c 0.17343,-0.20572 0.34723,-2.25243 1.87832,-0.39104 0.70204,0.97777 0.92622,10.36544 0.924,10.60564 0.0304,0.9395 -2.12029,5.89176 -0.009,6.83386 4.92384,1.89151 6.33477,-2.11629 9.37155,6.37981 0.23844,1.1829 -0.24285,8.2522 0.46141,8.98977 1.40167,0.95511 3.74669,-0.4716 4.69319,0.94849 0.69852,1.178 -1.4144,2.35705 -1.64891,3.76538 -0.24196,1.17846 0.69592,5.42031 -0.2533,7.31205 -3.53292,7.06813 -5.8842,12.00688 -1.90995,19.79224 2.3408,4.92677 7.26868,3.54644 9.38767,-0.22418 1.41916,-2.82744 5.68267,-9.88924 4.94158,-6.82363 -0.7119,2.11417 -6.58841,9.41834 -5.62179,11.76826 1.17239,2.83351 4.68837,5.431 7.74385,3.0808 9.86797,-7.32346 -1.87313,-3.77131 1.88439,-7.30487 0.47517,-0.46563 1.16892,1.18276 1.87142,0.93988 0.93951,-0.0304 -1.8692,-1.18008 -1.63201,-1.88813 0.4674,-0.70551 2.34136,0.004 2.10815,-0.70865 -0.0304,-0.93951 -2.34404,-0.70445 -2.34358,-1.92511 0.23673,-1.64853 5.86692,-0.19012 5.63672,-2.3538 -0.23589,-1.4131 -3.7527,-0.94895 -3.51819,-2.35728 0.2345,-1.40834 4.46029,0.24566 4.22662,-1.40764 -0.10518,-0.46684 -0.56725,-0.83206 -1.16892,-1.18276 0.77348,0.095 1.42282,0.064 1.6433,-0.23335 0.95478,-1.41166 -0.93265,-3.77177 0.24234,-5.18057 0.69981,-0.94316 2.80968,1.17962 3.74969,0.23868 1.41264,-1.17637 0.94386,-3.2923 1.41302,-5.17848 -0.008,-0.23988 0.70981,-0.94349 0.23941,-0.94825 -1.87619,-0.46948 -3.98291,-0.9515 -5.6332,-0.008 -1.63808,0.70342 -1.90956,2.82333 -3.29221,3.99873 -0.23243,0.23765 -0.93525,0.47054 -0.93271,0.24033 0.47966,-4.95814 3.52992,-7.77841 7.98929,-9.4137 0.7025,-0.24288 1.64331,-0.23335 2.58601,-0.47401 a 4.22,4.22 0 0 0 1.63807,-0.70343 c -1.16813,-0.23228 -11.73902,2.38147 -7.74038,-1.43004 1.17277,-1.1686 4.70004,-0.6926 4.22617,-2.34812 -0.70153,-1.88826 -4.2201,-0.24344 -5.6289,-1.41842 -0.93571,-0.46994 1.87573,-0.47101 2.81875,-0.70167 1.40533,-0.47577 3.05419,-0.22904 3.75623,-1.4124 1.17721,-1.649 -1.12903,-3.96551 -2.57466,-5.65958 -0.22766,-0.23275 -1.63854,-0.23705 -1.40357,-0.70491 0.47484,-0.47563 1.64553,-0.47355 1.6403,-0.94362 a 6.89,6.89 0 0 0 -2.33877,-4.24648 c -0.70329,-0.70759 -2.57633,0.46369 -2.57679,-0.47679 0.004,-1.41088 2.81829,-1.64214 2.58142,-3.08523 0.007,-1.65108 -2.08543,-2.60382 -2.80917,-4.25124 -0.69852,-1.178 -0.23158,-2.82398 -0.92788,-4.24217 -1.64502,-2.59809 -7.04977,-1.42241 -8.91759,0.21894 -0.97,0.94192 -1.1742,2.35927 -2.11167,3.07001 -0.47263,0.23543 -1.87795,0.7112 -1.64331,0.23335 0.23451,-1.40834 1.40219,-2.11653 2.34998,-2.81759 1.17244,-1.1786 3.28582,-1.41717 4.22315,-3.05839 0.23719,-0.70806 -2.80746,-1.41982 -1.87475,-1.66015 5.16743,-1.39811 8.90624,5.91463 11.26723,-3.04654 a 4.37,4.37 0 0 0 -0.46132,-1.88605 c -2.33317,-7.77851 -1.63386,-5.65004 -7.74001,-5.43215 -0.93951,0.0304 -1.639,-1.17754 -2.57106,-0.91721 -1.65329,0.23367 -3.29711,3.53865 -4.69624,2.35334 -1.65154,-0.947 -0.93913,-3.97166 0.004,-5.42298 0.97,-0.94192 3.05543,1.6619 4.02511,0.71 2.34997,-2.81759 -5.85826,-4.48261 -6.56201,-6.13068 -0.23321,-0.71282 5.63667,1.6583 6.07199,2.12445 1.17179,0.96255 0.93219,2.83129 1.63849,4.24916 2.09288,2.8337 3.74923,-0.70181 6.32825,-0.46521 0.70963,-0.023 8.67382,6.15229 8.22129,-1.63714 a 100.1,100.1 0 0 0 -7.88469,-9.27949 7.49,7.49 0 0 0 0.39225,-0.86316 c 0,0 -4.44511,-8.73061 -3.97596,-10.61679 0.23751,-0.69806 1.64585,-0.46355 2.11148,0.0116 1.40658,1.41519 -0.24025,4.00989 0.46096,5.88816 a 3.71,3.71 0 0 0 1.64455,1.65761 c 0.22766,0.23275 0.9327,-0.24034 1.16814,0.23228 0.47215,0.98523 -0.004,2.36136 0.46702,3.29661 2.33478,5.66735 8.95187,-1.6308 10.09257,-1.62775 1.87874,0.23928 3.74141,3.07043 5.15405,1.89406 0.47262,-0.23543 -0.917,-11.31624 -0.91478,-11.55643 a 6.75,6.75 0 0 1 0.70843,-3.76492 c -0.0152,-0.46976 0.70236,-1.17337 0.97745,-0.71204 0.22668,2.3639 -0.9691,15.78968 1.61769,16.26614 1.40866,0.2445 4.0024,-8.94433 7.98147,-5.64147 3.08587,2.60141 2.56729,10.37229 5.39252,12.03165 1.639,1.17753 4.97212,-0.94154 5.62621,0.71815 0.47355,1.64553 -3.51459,0.22395 -5.39716,0.1749 a 5.32,5.32 0 0 1 -1.17369,-0.71236 c -0.007,-0.22988 -3.96466,-12.73827 -6.30131,-9.20073 -2.35141,4.00826 1.85359,17.67924 5.13112,19.09382 1.41389,0.71458 3.29439,-0.22682 4.93547,-0.21997 1.16939,-0.0379 2.80922,0.23914 3.99466,-0.2295 0.23243,-0.23765 -0.22936,-3.06418 1.41186,-2.12685 1.17368,0.71236 5.62407,5.90094 7.50489,4.96953 5.63149,-2.82388 1.87134,-4.00271 3.76535,-7.30579 0.46962,-0.9457 5.62797,-0.46252 4.45813,-3.52624 -0.46865,-1.18544 -2.57106,-0.91721 -3.51297,-1.88721 -0.23798,-0.24242 -4.21269,-8.96826 -4.67532,-8.73315 -3.52602,1.41495 -4.00424,5.18241 -5.17576,8.24196 -0.24196,1.17846 -1.88656,3.53296 -1.91701,2.59345 -0.23367,-1.6533 4.74313,-8.00782 4.24371,-10.14277 -0.46609,-1.41565 -2.81791,-2.35997 -2.81361,-3.77085 0.008,-3.77223 5.6302,-0.70272 6.34431,-3.05709 0.46439,-1.41578 -3.08555,-2.59142 -2.34353,-3.77607 0.97,-0.94192 2.34007,2.12532 3.52074,2.12708 a 3.48,3.48 0 0 0 3.28092,-1.87725 c 0.94701,-1.65154 -1.63673,-5.42984 0.24932,-5.89117 1.88605,-0.46133 0.22951,3.99466 1.39399,5.65782 0.93617,1.41042 9.46234,3.31526 9.22718,4.70361 -0.0113,2.12147 -1.90697,11.54782 4.67532,8.73315 2.35057,-0.94663 5.16409,-2.11838 6.10842,-4.47019 0.7068,-1.65377 0.47873,-6.8391 0.009,-6.83387 -1.40866,-0.2445 -3.0485,1.6396 -4.45526,1.1449 -1.41356,-0.70458 -0.94186,-2.82097 -1.87313,-3.77131 -0.23543,-0.47262 -7.03547,-2.83361 -6.80305,-3.07126 1.64807,-0.70375 3.75493,0.70875 4.92515,-0.22965 1.17767,-0.70851 0.006,-2.59155 0.71842,-3.76524 0.93178,-2.12129 5.39861,-3.52671 4.22668,-5.41974 -3.98235,-5.8741 -8.44594,2.11466 -9.61611,-0.95905 -0.46832,-1.17545 0.23405,-2.34881 0.006,-3.53203 -0.23367,-1.6533 -2.57595,-3.53843 -1.40129,-4.95722 0.96255,-1.17179 1.63502,2.59841 2.13887,4.25296 0.23229,0.993 -1.18216,3.03988 -0.24325,3.29961 1.87396,0.70967 3.75622,-1.4124 5.62973,-1.64321 1.6433,-0.23334 4.69475,2.84944 5.3917,2.12649 3.52764,-3.52611 -3.72669,-12.49586 -5.60634,-14.61609 -0.11383,-0.11637 -0.19092,-0.33399 -0.30572,-0.48035 1.26891,1.48969 3.00471,3.18435 4.52975,3.31503 1.52503,0.13067 -2.34053,-7.38807 -2.56642,-8.8015 l -358.50846,-0.62852 0.008,0.23988 a 8.06,8.06 0 0 0 1.24412,1.65057 c 0,0 -0.05,0.002 -0.07,0.002 a 8.24,8.24 0 0 1 -2.06211,-1.88419 l -2.11116,-0.002 a 6,6 0 0 1 0.69422,2.58888 c 0.23844,1.18289 -0.92872,-1.18054 -2.08511,-2.59383 l -8.00454,-0.0107 a 4.4,4.4 0 0 0 0.93131,1.26049 0.6,0.6 0 0 0 -0.69542,0.15261 c -4.47034,3.76676 3.03427,9.03646 3.03205,9.27666 -0.71241,5.18579 -4.68489,-3.78025 -4.91857,-5.43354 -0.23589,-1.41311 0.90652,-2.90089 0.94081,-4.31274 l -0.0324,-0.99947 -8.68484,-0.009 a 10.31,10.31 0 0 1 3.07033,2.12166 c 0.69885,1.18799 -1.40879,-1.17498 -3.07033,-2.12166 l -1.40926,0.0457 c -0.70458,1.41357 -3.2979,6.91045 -3.06247,7.38307 a 1.92,1.92 0 0 0 0.54564,0.78274 c -1.06176,-0.34579 -1.46835,-0.54273 -0.53689,-2.67402 a 20.15,20.15 0 0 0 1.63123,-5.54574 l -12.66729,-0.0197 c -0.46739,0.70551 -1.64506,1.41403 -3.75798,2.59308 -3.51857,1.64483 -5.6332,-0.008 -7.26822,-2.60595 l -4.69272,-0.008 c 1.63979,2.128 3.51204,4.32851 3.27531,5.97705 0.0152,0.46975 -0.94302,0.23066 -1.16938,0.0379 -0.93396,-1.65061 -0.93525,-3.85173 -1.87397,-5.03194 a 4.92,4.92 0 0 0 -2.34118,-0.92466 z m 425.66515,0.67339 c 5.88653,3.81134 0.44442,11.86183 4.68145,15.40645 0.94872,1.17989 3.54203,0.005 4.24055,1.18328 1.64978,2.12768 -5.66777,8.18787 2.82296,5.91166 4.71512,-1.15332 4.68223,-9.88684 5.67574,-13.19075 a 2.86,2.86 0 0 1 1.6576,-1.64455 c 0.46976,-0.0152 1.16893,1.18276 1.17369,0.71236 0.23497,-0.46786 -0.94191,-0.97 -0.94394,-1.65029 0.007,-1.65108 1.19113,-3.38036 0.48771,-5.01843 0,0 -0.71328,-0.70727 -1.88443,-1.64983 z m 276.04873,0.42922 a 18.35,18.35 0 0 1 3.76525,0.71842 c 1.17591,0.47217 2.8249,1.64937 2.35274,2.82528 -0.23243,0.23766 0.46864,1.18545 0.24228,0.99268 -3.53819,-2.35664 -4.24147,-3.06423 -8.72176,-3.30925 -1.65108,-0.007 -2.12153,4.00082 -3.07024,2.82092 -0.47216,-0.98522 1.91733,-2.58345 -0.45957,-3.06672 -1.41833,-0.23418 -3.98689,0.46938 -3.78098,1.88345 0.23367,1.6533 2.57683,9.43149 4.70399,10.85334 1.17337,0.70236 2.82667,0.46869 4.04034,1.17975 0.7055,0.4674 0.70245,3.76923 2.58849,3.3079 1.65552,-0.47387 2.59985,-2.82569 4.4808,-2.82661 1.1394,-0.0369 0.96112,2.18001 1.80012,2.75314 -2.52761,0.73225 -5.60137,1.59226 -4.88563,3.61013 4.93336,13.91752 1.93222,-2.12369 6.16365,4.95297 0.93872,1.18021 -0.24548,3.5398 0.93913,3.97166 1.41357,0.70459 3.29661,-0.46702 4.47682,-1.40574 4.01517,-3.30178 -0.4648,-3.5368 -1.17632,-5.42474 -0.7093,-2.12815 2.35918,-3.76839 2.13028,-5.89209 -0.0382,-1.17938 -1.65677,-1.41708 -1.88743,-2.36011 -0.0227,-0.69963 1.64853,0.23673 1.8835,-0.23112 0.70935,-1.88397 0.48299,-4.23787 0.48174,-6.12882 0.0108,-3.06196 -2.34621,-4.47636 0.4886,-7.76991 0.70981,-0.94348 2.82666,0.4687 3.76668,-0.47224 l -0.0304,-0.93951 z m 48.56798,0.077 c -0.23895,1.88873 -0.006,3.53204 0.45938,3.98722 1.65376,0.7068 2.36043,-1.87744 3.3122,-3.99938 z m 281.07905,2.82756 0.023,0.70962 c -0.71588,3.53505 -7.78203,4.69452 -4.96333,10.1661 a 10.08,10.08 0 0 0 3.76709,4.48033 c 0.70583,0.47739 1.65061,-0.93395 2.35612,-0.46655 0.46976,-0.0152 -0.23941,0.94825 0.046,1.41925 0.0619,0.058 0.17991,-0.006 0.31984,-0.0104 -0.98814,0.3822 -2.12754,0.41913 -2.956,1.40648 -0.70505,0.47308 -2.60022,6.8278 -0.47605,7.53937 2.58456,0.71666 5.42336,-3.99775 7.78073,-2.57336 0.46785,0.23497 0.22812,1.17323 -0.009,1.88128 0.0534,1.64913 -1.41616,3.53772 -0.71241,5.1858 0.70629,1.41786 3.76492,0.70842 4.24101,2.12375 0.47609,1.41532 -2.12722,2.59025 -1.86356,4.24258 0.0457,1.40926 1.40703,2.35566 2.3483,3.30568 0.23288,0.70282 2.11939,1.18197 1.64677,1.4174 -1.65062,0.93395 -4.24264,-0.0126 -5.8945,1.19155 -3.06515,2.36051 3.04769,10.37673 4.23184,12.02924 2.58803,2.36742 11.99605,11.10729 13.89918,1.91082 0.23673,-1.64853 -4.00683,-3.54208 -2.58419,-4.71878 1.42263,-1.17669 2.58549,2.59763 4.23925,3.30443 1.88142,0.93956 4.9486,1.42047 4.94944,-1.64117 -0.23367,-1.6533 -1.6477,-3.29836 -1.41129,-4.95689 -0.0382,-1.17938 0.70643,2.34835 1.64769,3.29837 a 9.89,9.89 0 0 0 3.53597,2.59683 c 0.46785,0.23497 1.41389,0.71458 1.64108,0.007 a 10.41,10.41 0 0 0 -0.22414,-2.5941 11,11 0 0 1 0.70375,1.64807 c 0.023,0.70963 -0.93955,1.88142 -0.24149,2.11893 a 8,8 0 0 0 5.65462,-1.18377 0.44,0.44 0 0 0 -0.023,-0.70962 c 0.94349,0.70981 3.97167,-0.93914 3.00944,0.24265 -1.18197,2.1194 -6.6045,3.05552 -5.4229,4.93823 1.17415,1.65284 4.01766,0.48013 5.17404,1.89342 1.15639,1.41328 -0.71,4.0251 0.46827,5.18755 1.17369,0.71236 1.93223,-2.1237 3.0677,-2.59072 1.18322,-0.22844 2.12129,0.93178 3.30262,0.95353 0.70282,-0.23288 1.87827,-0.7012 1.88748,-1.652 -0.23765,-0.23242 -1.18336,-0.70204 -0.71328,-0.70727 1.6533,-0.23367 10.3689,0.72454 11.32114,-0.45692 1.17975,-1.8792 -4.24018,-5.18538 -2.34714,-6.35731 2.8305,-1.88267 8.47847,-2.34585 11.78206,-3.52346 a 17.72,17.72 0 0 0 -3.76492,-0.70843 c -0.23798,-0.24242 -0.98523,0.47216 -0.993,0.23228 0.23932,-5.89084 17.69053,-3.97507 9.91073,-10.32642 -1.17179,-0.96255 -5.89038,0.70116 -7.30126,0.69685 -4.48505,0.22539 -8.72083,-1.42829 -13.19381,-2.37391 -4.95337,-0.95006 -12.9531,-5.44331 -17.19235,-8.74774 -0.94349,-0.70981 -1.40958,-2.12546 -2.59549,-2.5973 -0.93825,-0.23973 -1.8878,1.64201 -2.82352,1.17207 -3.07033,-2.12167 -1.63686,-6.36032 -3.29187,-8.95808 -1.17669,-1.42263 -2.82333,-1.90956 -4.23499,-2.86433 -0.46564,-0.47517 -0.70153,-1.88827 -1.64201,-1.88781 -1.17938,0.0382 -2.36742,2.58803 -2.83828,1.64279 -0.70375,-1.64807 1.42203,-3.04766 1.65812,-4.71618 a 9.32,9.32 0 0 0 -0.45795,-5.17788 3,3 0 0 0 -2.59757,-1.42662 c -1.4131,0.23589 -2.82972,2.83314 -3.53856,1.64548 -2.1081,-3.30346 8.91366,-2.81019 4.01854,-6.59362 l -3.53203,-0.006 c -0.70981,0.94348 -1.41185,2.12684 -3.06339,1.17984 a 2.43,2.43 0 0 1 -1.41912,-1.18466 z m 208.8704,0.33502 a 20.82,20.82 0 0 0 1.1769,2.35312 c 0.7063,1.41787 0.9322,2.83129 1.8734,3.7813 0.4653,0.46518 1.8858,-0.47132 1.8788,0.23928 -0.2368,1.64853 -0.9461,3.5325 -2.3518,3.99827 -1.1754,0.46832 -2.1146,-1.65238 -3.2953,-1.65414 -1.6391,0.0531 -2.8157,1.41194 -4.2329,2.13823 -0.4698,0.0152 -1.1733,0.22812 -1.4109,-0.004 -0.2354,-0.47262 1.4156,-0.46609 0.9852,-0.47216 a 4.63,4.63 0 0 0 -3.0094,-0.24265 c -2.8215,10e-4 -6.8174,2.35204 -9.6427,0.69268 -0.4678,-0.23497 0.01,-1.65108 -0.6937,-1.6484 -1.4187,-0.24417 -3.7731,3.05381 -4.7083,3.52435 -2.1207,0.93918 -4.4748,0.23506 -6.58801,1.40412 -1.41786,0.70629 -2.59031,1.88489 -4.00595,2.35098 -3.16741,-0.1775 -0.0725,-2.23882 0.56123,-2.74962 a 3.53,3.53 0 0 0 -0.55517,0.15807 c -1.65029,0.94394 -3.05548,2.35019 -4.70323,3.06394 a 12.31,12.31 0 0 1 -4.23217,0.92756 c -0.46976,0.0152 -1.17591,-0.47216 -1.64599,-0.46693 a 49.83,49.83 0 0 0 -19.28308,5.15727 c -6.12188,2.81976 -10.12344,8.70245 -15.2993,12.00183 0,0 -7.61096,1.63737 -7.61526,3.04825 -10e-4,2.12115 3.76441,3.78006 3.05283,5.90422 -0.71411,2.35436 -5.1857,4.23018 -1.65242,6.12673 3.28309,1.89466 22.19575,5.68408 21.45719,8.51949 -0.47392,2.35659 1.63895,5.18964 0.44902,7.98965 -0.94701,1.65154 -4.70531,4.23462 -4.23922,5.65027 1.41129,4.95689 10.11617,0.95284 6.5715,9.20198 -0.71204,1.18368 -2.35613,0.46656 -3.5238,1.17475 -4.24139,1.87836 -3.94867,1.64876 -7.52364,-3.07793 -3.04937,-4.25346 5.89427,-7.06462 -6.09717,-6.60598 -0.70962,0.023 -1.65061,0.93395 -2.35867,0.69676 -0.70805,-0.23719 -0.46655,-2.35613 -1.1716,-1.88304 -0.70759,0.70329 -3.37823,6.59288 -2.91163,7.09803 a 2.48,2.48 0 0 0 1.18179,0.96222 1.1,1.1 0 0 0 -1.17938,0.0382 c -1.4101,0.94617 0.70499,3.53903 0.22584,5.42554 -0.23196,1.17813 -2.11768,1.64945 -2.34965,2.82758 -0.0113,2.12148 3.04428,4.71387 1.63719,6.37032 a 14.72,14.72 0 0 1 -3.77052,2.8236 c -1.17323,0.22812 -2.34692,-0.48424 -3.29216,-0.0134 -2.11514,1.41925 1.87998,2.13022 -4.24014,3.76931 -0.69963,0.0227 -1.87874,-0.23928 -2.11371,0.22858 -0.70458,1.41356 0.22937,3.06418 -0.24501,4.48029 -1.41838,3.77792 -4.47511,4.23717 -2.83616,9.4268 0.023,0.70963 4.69396,6.22123 3.75094,6.4519 -1.64807,0.70375 -3.75285,-1.87944 -5.40346,-0.94548 -1.40787,0.70597 0.70245,3.76922 -0.70797,4.7054 -0.98522,0.47215 -1.17507,-3.5338 -2.35274,-2.82528 -1.17545,0.46831 0.94441,2.59077 0.23237,3.77445 -0.46994,0.93571 -2.35612,0.46656 -3.29392,1.1673 -1.17989,0.94871 -1.41204,3.04733 -2.8213,3.093 -9.40765,0.22483 3.53639,-5.41738 1.88615,-8.48554 -1.16716,-2.36344 -5.15965,-2.68429 -7.04407,-4.33412 a 16.74,16.74 0 0 1 -1.87392,-4.72178 c -0.0227,-0.69964 1.18197,-2.1194 0.47392,-2.35659 -1.63854,-0.23705 -3.28791,2.58785 -4.46905,1.64561 -0.46563,-0.47517 5.18447,-6.12113 5.18447,-6.12113 0.46961,-0.94571 1.17975,-1.8792 0.90878,-2.83092 -0.23543,-0.47262 -1.17938,0.0382 -1.41532,0.47609 -4.24014,3.76931 -11.54568,19.15401 -10.20134,24.82344 0.0152,0.46975 0.9395,-0.0304 1.1829,-0.23844 0.23497,-0.46786 -0.24066,-0.9427 -0.23844,-1.1829 a 6,6 0 0 1 0.93178,-2.12129 c 0.47262,-0.23543 -0.7038,2.36404 0.004,2.60123 1.40357,0.70491 3.28707,0.47378 4.69064,1.17869 0.47818,0.24464 0.46864,1.18544 0.23367,1.6533 -0.23895,1.88873 0.70625,5.42997 -1.17726,5.6611 -2.1237,0.2289 -2.56938,-9.20161 -6.10748,-6.61566 -1.41264,1.17638 -0.9483,3.7727 -1.88531,5.42391 -0.23719,0.70806 -1.41565,0.4661 -1.65284,1.17415 -0.23719,0.70806 0.94191,0.97 0.7063,1.41787 0.0152,0.46975 -0.98523,0.47216 -1.18022,0.93872 -0.70458,1.41356 -0.71241,3.02466 -1.4157,4.4782 -0.70981,0.94349 -2.8162,0.47147 -3.05594,1.40972 a 92.29,92.29 0 0 0 -1.4301,13.91362 c 0.0152,0.46976 -0.47693,1.64631 -0.71236,1.17369 -0.23066,-0.94302 0.71588,-3.53504 0.23849,-2.82921 -1.4144,2.35705 -1.41607,8.48032 -3.30832,10.60272 a 11.18,11.18 0 0 1 -4.00073,2.82106 c -1.17512,0.47831 -3.99035,-1.18138 -3.28929,-0.23359 0.70107,0.94779 2.81922,0.23882 3.76016,1.17883 0.93603,0.47994 0.6993,2.12847 1.64279,2.83828 1.17179,0.96256 6.35046,-0.70605 4.94037,0.24012 -1.65284,1.17415 -4.00989,-0.24025 -5.65051,0.69338 -0.7025,0.24288 0.0534,1.64913 -0.47138,2.12638 -0.70981,0.94348 -2.82398,0.23159 -3.05594,1.40972 -0.23196,1.17813 0.69676,2.35867 0.4648,3.5368 -0.23719,0.70805 -1.88443,-1.64983 -2.35117,-0.92433 -2.12153,4.00081 1.64469,2.58808 3.51259,5.88932 0.94395,1.65029 0.46651,6.36823 1.63811,8.25127 0.46342,0.71536 5.39642,7.82932 4.45289,8.97048 -0.7076,0.70329 -1.88397,-0.70935 -2.58934,-0.24626 a 25.8,25.8 0 0 0 -6.59155,7.77757 c -0.47216,1.17591 0.22506,4.47506 -0.71588,3.53504 -0.93872,-1.18021 0.94609,-3.53249 -0.22284,-4.71525 -1.64677,-1.41741 -2.87955,3.76524 -4.71008,4.70502 -3.05816,1.64992 -7.98797,-5.67425 -10.09959,-6.61635 -2.58105,-0.91688 -7.75644,1.16183 -10.10872,-0.72297 -4.46502,-3.78737 0.009,-6.83386 0.0122,-9.19522 0.23941,-0.94825 -0.46388,-1.65584 -1.16717,-2.36343 -0.007,-0.22988 -0.70962,0.023 -0.70805,-0.23719 -0.69898,-2.11848 5.42244,-5.87872 6.82953,-7.53516 0.95477,-1.41167 5.18316,-3.99998 5.18316,-3.99998 -2.81787,-6.37207 -10.09705,-6.84655 -15.03867,-8.97762 a 8.11,8.11 0 0 1 -3.08588,-2.60141 c -0.23765,-0.23243 0.47217,-1.17591 -0.0382,-1.17938 -2.82667,-0.4687 -5.87785,0.47062 -8.70136,1.64269 -2.3609,0.93696 -8.48061,7.52863 -11.06217,7.52224 -2.82143,10e-4 -6.07977,-2.36432 -9.17268,-0.24303 -2.59064,1.87489 6.81604,3.78122 7.04592,3.77377 12.70375,2.37978 7.98413,8.02561 11.50442,9.21221 0.7055,0.4674 1.42203,-3.04766 1.65205,-2.12462 0.46609,1.41564 -1.18216,3.03988 -0.94784,4.71317 0.47164,1.89572 3.52069,6.13919 4.46163,7.07921 0,0 -0.97745,0.71203 -0.008,5.00288 0.23367,1.6533 1.1585,9.1973 3.27235,9.8992 1.87651,0.47948 3.5238,-1.17475 5.17487,-1.16822 1.17813,0.23196 6.11799,3.5437 7.74797,4.75154 a 8.24,8.24 0 0 1 0.93441,2.5911 c 0.0152,0.46975 -0.70458,1.41356 -0.46915,1.88618 a 8.19,8.19 0 0 0 3.08555,2.59142 c 0.46975,-0.0152 0.97,-0.94191 0.97777,-0.70203 1.64196,5.89991 -1.19716,10.60433 2.52075,16.03677 4.69914,6.38114 6.57357,8.0313 6.10317,8.02653 -3.52681,0.46447 -4.69137,-6.14127 -8.45851,-6.6095 a 2.9,2.9 0 0 0 -2.1107,0.93885 1,1 0 0 0 -0.4661,-1.41564 c -1.41389,-0.71458 -3.29961,-0.24326 -4.94592,-0.72019 -7.28599,-2.8455 -2.3366,-0.47457 -9.64091,3.52411 -0.22988,0.007 2.35487,-2.35751 -0.93474,-2.60109 -1.65076,0.003 -3.52949,-0.2358 -4.93514,0.22997 -0.98523,0.47216 -0.49309,12.2624 -0.72506,13.44054 -1.66033,4.95637 -5.41906,6.90914 -7.54059,10.90995 -1.17943,1.8892 -0.0148,4.48284 -0.71639,6.60667 -1.65765,5.65666 -7.07657,9.17402 -2.37266,15.08477 3.28179,4.01581 16.9044,8.50694 18.07281,12.76133 0.0152,0.46975 -0.97,0.94191 -0.70458,1.41356 0.94172,1.89049 5.64282,4.00934 3.7601,5.19094 -4.2406,2.82883 -7.76037,-1.4294 -9.87805,0.22006 -1.18022,0.93871 -0.47569,3.53726 -1.86357,4.24258 -1.89049,0.94173 -13.63247,-3.56032 -16.23009,-0.97483 l -0.23242,0.23765 c -0.23289,-0.70282 -0.4661,-1.41564 -0.93618,-1.41042 -1.87873,-0.23927 -3.52856,1.64515 -5.41206,1.87628 -0.69964,0.0227 -17.22044,-8.99696 -17.47166,-2.8556 -0.001,2.12115 3.75709,4.48066 2.34321,5.92721 -1.17245,1.17859 -3.76655,1.40273 -4.47335,3.05649 -0.46439,1.41579 14.87791,12.04444 16.28657,12.28894 a 7.85,7.85 0 0 0 5.64195,-1.88373 c 0.47262,-0.23543 -0.0227,-0.69963 -0.0382,-1.17938 0.23719,-0.70805 -9.3e-4,-1.88095 0.70935,-1.88396 0.70283,-0.23289 0.4661,1.41565 1.17415,1.65284 2.1094,1.1823 2.11593,-0.46878 3.76048,1.18882 3.04858,3.30299 5.86043,8.25452 2.7962,12.49599 -0.46739,0.70551 -1.87873,-0.23927 -2.34613,0.46624 -0.70981,0.94348 0.70231,2.83874 -0.24548,3.5398 -0.47262,0.23543 -17.39175,1.15391 -17.86738,0.67907 -17.39081,-9.93194 14.26964,1.91882 -5.47637,-5.6656 -10.33809,-3.78714 -7.76167,0.69176 -9.16478,0.92733 -0.71282,0.23321 -10.81769,-2.84111 -10.81547,-3.08131 -1.16892,-1.18276 -1.40782,-3.30614 -1.16142,-4.96499 -0.0382,-1.17938 2.59063,-1.87489 1.917,-2.59345 -0.93349,-0.71014 -2.58508,2.35496 -3.29582,1.41749 -0.71073,-0.93747 1.92446,-2.36357 1.42361,-3.30784 -0.47132,-1.88573 -4.47297,-0.94562 -4.46487,-2.85689 -0.23321,-0.71282 0.70204,-1.18336 0.70903,-1.89396 -0.007,-0.22988 -6.80522,-6.84317 -7.74871,-7.55299 -0.70583,-0.47738 -2.8262,0.47179 -2.58901,-0.23626 2.59735,-6.6076 6.35667,-0.206 3.30703,-8.48157 -0.008,-0.23987 -3.99031,-5.19348 -3.52023,-5.19871 1.41787,-0.70629 3.29308,1.89434 4.4733,0.95562 0.97745,-0.71203 -2.1194,-1.18198 -2.82046,-2.12977 a 43.1,43.1 0 0 1 -3.28702,-4.48589 c -1.41181,-1.88526 -15.74455,-5.4429 -16.91778,-5.21478 -1.17323,0.22812 -2.35742,2.58772 -3.29092,1.87758 -2.35357,-1.92478 3.76738,-4.46437 3.53417,-5.17719 -0.47609,-1.41532 -2.34705,-1.41472 -3.29053,-2.12453 -7.05181,-4.26384 -3.03244,-0.95229 -10.5726,-2.37881 -1.88873,-0.23896 -2.82092,-3.07025 -4.70489,-3.7796 -0.46785,-0.23497 -1.17022,0.9384 -1.40532,0.47577 -0.47563,-0.47485 0.70204,-1.18336 0.2364,-1.65853 -0.23543,-0.47262 -1.64552,0.47355 -1.40926,0.0457 0.23719,-0.70806 2.34835,-0.70643 1.88272,-1.1816 -2.34654,-4.48635 -5.4017,-2.12616 -8.92629,-1.90188 -0.47974,0.0155 -1.40879,-1.17499 -0.94616,-1.4101 1.41532,-0.47609 12.70079,-2.3426 13.17641,-1.86775 0.69853,1.17799 -1.18674,2.5898 -0.71587,3.53504 1.16938,2.12324 9.62697,4.69065 11.27935,4.73716 a 7.17,7.17 0 0 0 4.97988,-0.70167 c 0.98523,-0.47215 0.23072,-3.06908 1.41394,-3.29752 1.16939,-0.0379 -0.47646,2.58679 0.46702,3.2966 0.94349,0.70981 2.34359,-0.23603 3.51982,0.24613 0.93793,0.22974 1.40926,2.11546 2.35358,1.92477 1.40565,-0.46577 1.40917,-2.82712 2.82481,-3.29322 2.8232,-1.18206 8.21869,2.60517 11.0479,2.84366 2.10894,0.24182 4.23186,-0.93756 6.34427,-1.20612 4.70748,-0.46271 9.1713,-2.5784 13.91621,-2.81221 4.23264,0.0129 7.0501,1.43241 11.5196,0.72727 10.35466,-1.87636 21.96275,-13.2383 24.09229,-24.09297 0.47346,-3.29706 0.01,-4.94291 0.48559,-8.48017 0.7081,-3.77492 0.26196,-14.14591 -2.79648,-16.5181 -0.93316,-0.70014 -2.58855,0.70422 -3.52204,-0.006 -1.17859,-1.17244 -0.92835,-5.18265 -3.52258,-5.889 -0.22988,0.007 -0.4674,0.70551 -0.70505,0.47309 -1.87698,-1.41996 -1.39445,-6.5983 -3.75487,-6.882 -2.10894,-0.24182 -4.31311,3.06131 -5.94989,1.64358 -1.18179,-0.96223 -1.87522,-2.60063 -3.28656,-3.54541 -0.94571,-0.46962 -2.35358,0.23635 -3.28961,-0.24358 -1.41357,-0.70459 -2.58994,-2.11723 -4.23148,-3.06456 -0.70584,-0.47739 -2.35358,-1.92478 -2.3496,-1.18452 0.0457,1.40926 3.07033,2.12167 2.58595,3.5381 -1.18216,3.03989 -15.03858,-4.03503 -17.63236,-3.80089 -0.22988,0.007 0.47309,0.70504 0.23229,0.99299 -0.058,0.0619 -0.14798,0.0648 -0.30757,0.08 1.42476,0.12392 3.47012,-0.0524 2.89736,1.10673 -0.47438,1.41611 -3.05895,0.69945 -4.46506,0.22474 -0.94825,-0.23941 -0.9414,-1.88049 -1.87744,-2.36043 -1.17369,-0.71236 -2.58901,-0.23627 -3.76492,-0.70843 -1.64409,-0.71712 -2.81791,-2.35996 -4.462,-3.07709 -7.52364,-3.07793 -18.09069,-4.97667 -25.37843,-6.6415 -6.34949,-1.42509 -8.96678,1.17104 -14.34886,3.04635 -3.5238,1.17475 -4.92464,-2.84199 -8.45973,0.45424 -1.18243,1.17892 -1.65635,3.53551 -2.36316,5.18927 0.0227,0.69963 0.23811,1.1729 0.0534,1.64913 -0.94733,1.64154 -2.83004,2.82314 -3.2992,4.70933 -0.47993,0.93604 1.40528,3.53634 0.45957,3.06672 -4.462,-3.07709 1.89309,-5.18403 1.66418,-7.30773 -0.046,-1.41926 -2.58725,-1.41695 -2.82347,-2.84004 -2.09851,-8.25637 2.35169,0.0138 1.18282,-5.18103 -0.46911,-2.12592 -9.16001,0.45692 -12.69811,3.04288 0.47438,-1.41611 0.90911,-2.82093 0.006,-3.53204 -1.41166,-0.95478 -3.29568,2.34798 -4.46682,1.40542 -1.40912,-1.18498 -2.1311,-4.01308 -0.9339,-5.66273 2.125,-2.35006 7.27946,4.49659 9.40413,2.13653 1.41264,-1.17637 1.86389,-4.23259 0.70718,-5.65587 -1.63677,-1.41773 -5.16664,2.34858 -6.58099,0.69352 -0.93349,-0.71014 -7.2758,-3.76632 -7.51586,-2.83806 a 9.35,9.35 0 0 0 -0.47698,5.65842 c 0.22844,1.18322 2.81047,2.13009 2.10065,3.07357 -0.24274,0.22798 -7.28617,0.23612 -10.58088,0.45295 l -3.00166,-0.003 c -1.88351,0.23112 -3.75956,0.69213 -5.64704,0.183 -0.52972,0.0172 -0.4654,-1.0855 -0.4661,-1.41565 a 9.38,9.38 0 0 0 -0.47554,4.46775 c 0.023,0.70962 1.87698,1.41995 1.40436,1.65538 -1.87828,0.7012 -4.30783,-0.48073 -5.99686,0.19433 a 3.51,3.51 0 0 0 -0.71013,0.93349 c 0.71444,-2.34437 1.19266,-6.11183 -0.45332,-6.57876 -1.40834,-0.23451 -2.36428,4.22879 -3.0628,3.0508 -0.70629,-1.41787 3.0628,-3.0508 2.12408,-4.23102 -1.17383,-1.64284 -3.75969,-0.23835 -5.64842,-0.4773 -0.22988,0.007 -0.46786,-0.23497 -0.70551,-0.4674 a 15.4,15.4 0 0 0 -3.2874,-0.48377 8.43,8.43 0 0 0 -2.34835,0.70643 c 4.24,-4.6998 10.65816,-1.15582 15.88731,-3.73654 1.8805,-0.9414 0.7132,-4.23532 2.12445,-6.07199 0.71236,-1.17369 2.35566,-1.40704 3.53333,-2.11556 0.46518,-0.46531 1.64585,-0.46355 1.41042,-0.93617 -0.93617,-1.41042 -2.82014,-2.11977 -3.99128,-3.06233 -0.46785,-0.23497 -0.70329,-0.70759 -0.94191,-0.97 a 8.79,8.79 0 0 1 -2.35437,-0.71412 c -0.22765,-0.23275 0.24229,-1.16846 -0.22812,-1.17323 -1.4131,0.23589 -2.66582,1.40708 -4.08147,1.87318 -0.47262,0.23543 -1.87572,0.471 -1.64076,0.003 1.18217,-3.03988 6.82726,-3.28285 -0.93357,-5.65272 -15.05094,-4.725 7.99242,5.19385 -7.29942,4.45876 -0.22988,0.007 -3.03705,-10.35707 -7.28404,-4.94667 -0.95477,1.41166 -0.69599,9.39747 -0.48531,10.34114 0,0 3.53028,1.18628 2.08511,2.59383 -0.47263,0.23543 -1.40612,-0.47471 -1.87874,-0.23928 -0.007,-0.22988 -0.23543,-0.47262 -0.47308,-0.70504 -1.41167,-0.95478 -3.76562,3.28368 -4.7018,1.87327 -0.94394,-1.6503 1.89466,-3.28309 2.59147,-4.93653 0.24228,-1.16846 0.94641,-3.5225 -0.22649,-3.28439 -1.64585,0.46355 -2.36155,3.07811 -3.77516,4.22449 -0.23497,0.46786 -1.87781,1.64169 -1.64284,1.17383 0.70459,-1.41356 8.48163,-11.51075 5.65894,-13.40032 -3.75585,-2.58971 -5.16326,-0.94326 -7.01155,-0.24303 -1.17799,0.69852 -2.81315,-2.83037 -3.0551,-1.65191 -0.46694,1.64598 1.64515,3.52856 0.69782,5.17011 -0.70204,1.18336 -4.46775,-0.47554 -4.23186,0.93756 9.3e-4,1.88095 2.81792,2.35996 4.46169,3.06709 0.46785,0.23497 2.11338,-0.23857 1.64853,0.23673 -1.18498,1.40912 -3.52889,1.63516 -4.23602,3.27893 -0.95478,1.41166 -0.2458,3.52981 -0.24234,5.18056 0.0379,1.16939 3.06321,1.90179 2.09256,2.82371 -1.41264,1.17637 -3.75609,2.34288 -5.40476,1.17567 -1.41356,-0.70458 0.47855,-3.75747 -0.46017,-4.93768 -0.71203,-0.97746 -2.82828,1.64246 -3.05895,0.69944 -0.23334,-1.64331 2.11501,-2.34974 2.58971,-3.75585 -0.0152,-0.46975 -1.63432,-6.59052 -1.63432,-6.59052 -2.58586,1.40449 -6.37546,16.91537 -7.79671,20.9135 -0.70158,2.12384 1.8865,0.47915 1.4118,1.88526 a 15.73,15.73 0 0 0 -1.41648,3.52773 c -0.23974,0.93826 0.46623,2.34613 -0.24266,3.00944 -4.00281,3.99174 -3.52342,-2.82736 -3.51866,-3.29777 0.23419,-1.41832 2.58717,-3.52564 1.17976,-4.04033 -4.04033,-1.17975 3.06358,-2.10033 0.003,-4.23231 -0.70551,-0.4674 -2.11847,0.69898 -2.58156,-0.006 -0.006,-0.16991 0.15311,-0.21507 0.39266,-0.23284 a 0.23,0.23 0 0 1 -0.15769,-0.23502 c -0.23289,-0.70282 6.12791,-12.20488 5.66449,-12.92024 -0.23321,-0.71282 -13.16859,-1.90448 -13.87794,-0.0205 -0.46948,1.87619 2.58308,3.75831 1.63608,5.40985 -0.47216,1.17591 -3.75095,-2.12963 -4.02511,-0.71 0.0227,0.69963 7.29057,3.29559 6.33879,5.41753 -0.46739,0.70551 -7.52447,-0.0163 -5.87409,3.98235 0.46831,1.17545 4.23055,1.18359 3.0632,1.90178 -0.6976,0.70296 -3.75793,-1.41903 -5.87816,0.46063 5.42711,-11.2917 -8.6934,-1.19906 -7.52532,3.04534 0.46578,1.40565 2.57994,2.11755 3.75854,3.28999 0.70236,-1.17337 1.4125,-2.10686 1.90178,-3.06321 l 0.0152,0.46976 c -0.95561,4.4733 -0.72004,5.8764 0.23644,7.29617 0.94363,1.64029 -1.88304,1.1716 -1.88257,2.11208 0.0227,0.69963 1.17179,0.96255 1.87919,1.17975 0.70741,0.2172 2.11815,-0.70897 2.12116,10e-4 0.22812,1.17323 -0.47901,2.81699 -1.65192,3.05511 -6.35856,0.45619 -2.34714,-6.35732 -5.39924,-7.29895 -1.17591,-0.47216 -2.81921,-0.23882 -4.23009,-0.24312 -0.46786,-0.23497 -1.41356,-0.70459 -1.87874,-0.23928 -0.47262,0.23543 0.23335,1.64331 -0.24672,1.64886 -1.64631,-0.47693 -2.5755,-2.59795 -4.225,-2.86466 -1.87619,-0.46948 -8.70691,1.16262 -7.76426,4.93407 1.87197,6.82295 8.69529,0.94886 9.87597,0.95062 0.46262,-0.23511 1.153,4.70513 0.68888,7.98188 0.0156,0.47975 -0.98522,0.47216 -0.97745,0.71203 0.46832,1.17545 3.75109,3.06011 2.57296,2.82815 -1.16592,-0.47249 -1.87221,-1.89035 -2.8157,-2.60017 -1.17179,-0.96255 -2.57948,-1.17707 -3.76061,-2.11931 -0.46532,-0.46517 -0.2259,-1.41342 -0.70121,-1.87827 -0.4753,-0.46485 -1.16892,-1.18276 -1.64376,-0.70713 -1.40742,1.64645 0.46761,5.16756 -1.41543,6.33917 -7.07143,4.7015 -0.92112,-10.82585 -7.06268,2.81023 -1.41394,3.29752 2.10902,5.18441 3.75547,6.59182 0.46564,0.47517 2.35118,0.92433 1.63678,1.41773 -1.40787,0.70597 -3.51982,-0.24613 -4.97988,0.70166 -1.46007,0.94779 0.69744,9.17222 -3.53089,7.74843 -1.64599,-0.46693 1.41426,-3.28753 1.84121,-4.93222 -0.0152,-0.46976 0.96877,-13.63854 0.0339,-15.00898 -3.52911,-4.23791 -5.89316,5.86396 -5.42452,7.0494 0.46577,1.40565 3.76015,1.17883 3.75585,2.58971 -0.23451,1.40833 -3.28707,-0.47378 -3.97944,0.69926 -0.96255,1.17179 0.23904,3.05386 -0.005,4.46251 -0.23719,0.70806 -0.93955,1.88142 -1.41486,1.41657 -0.0152,-0.46975 2.13783,-11.52529 0.49661,-12.46262 -1.88697,-1.41963 -5.88293,0.93103 -6.82281,2.80246 -5.19469,11.05405 8.68723,9.65369 6.78906,15.29813 -0.46962,0.94571 -1.16906,-2.11324 -1.87235,-2.82084 -1.40912,-1.18498 -3.03244,-0.95228 -4.23102,-2.12407 -1.19858,-1.17179 -0.93756,-4.23185 -2.57864,-4.2387 -1.64853,-0.23673 -3.30091,1.8779 -3.76784,3.52388 -0.46693,1.64599 6.81096,4.24163 6.58075,4.23908 -1.64807,0.70375 -3.76876,1.64293 -5.41031,0.6956 -1.64154,-0.94733 -2.10485,-7.52577 -3.28461,-5.64658 a 9.91,9.91 0 0 0 -0.94862,3.7627 c -0.23205,-3.76445 -0.68699,-8.23206 -3.04534,-7.52531 -1.41565,0.4661 -0.70621,3.52473 -2.12662,4.46122 -1.40787,0.70597 -3.28753,-1.41426 -4.46553,-0.71574 -0.97745,0.71203 2.58901,0.23627 3.53028,1.18628 2.3402,3.05581 -3.05849,1.63992 -6.35718,3.27762 -0.70504,0.47309 2.58855,-0.70421 2.58901,0.23627 0.23368,1.6533 -2.35996,2.81792 -1.86388,4.23259 0.24228,0.99268 3.29392,-1.1673 2.82398,-0.23158 -0.46916,1.88618 -3.52334,2.11522 -4.00281,3.99174 0.0382,1.17938 2.11939,1.18197 3.29308,1.89433 1.41218,-2.11685 1.83377,-5.1621 4.23334,-6.14034 1.42009,-0.94649 3.01689,0.47254 4.70794,0.47777 a 5.27,5.27 0 0 0 0.4687,-2.82666 c 0.47609,1.41532 1.64247,2.82828 1.13777,4.23537 -0.47914,1.8865 -5.17533,0.22774 -5.41461,2.10648 -0.4717,2.11638 0.22252,4.70526 1.87151,5.88247 0.23798,0.24241 1.40866,0.2445 1.17591,0.47216 -1.18021,0.93872 -3.98689,0.46938 -4.00119,1.88058 0.0152,0.46975 0.23511,0.46263 0.47309,0.70505 l 1.3193,-0.0428 a 2.59,2.59 0 0 0 -2.4439,2.08025 c 0.48955,3.06575 8.04277,1.19013 5.59715,2.60008 a 10.07,10.07 0 0 1 -5.84258,1.24989 c -0.99948,0.0324 -1.45405,-1.95393 -2.42516,-1.97249 a 6.87,6.87 0 0 0 -2.43826,1.01951 c -0.0382,-1.17938 -0.7198,-3.37846 -2.91263,-6.20892 -4.17799,-5.42752 -2.92824,5.96798 -3.66123,7.12232 -0.24497,0.46818 -0.72851,-1.17702 -1.21177,-0.96125 a 3.7,3.7 0 0 0 -1.94001,1.88382 c 1.22247,-5.19232 2.13686,-15.87754 -2.98254,-10.21876 -7.0775,7.29306 6.19669,5.97243 1.03653,10.68203 -1.22242,1.18022 -3.73924,0.70148 -4.94167,1.88105 -0.48993,0.93636 0.72897,2.1175 0.47956,3.06607 -0.24672,1.64886 -1.70443,3.28693 -2.44122,4.94166 l 0.0304,0.93951 a 24.35,24.35 0 0 1 2.43993,-2.82051 c 0.72758,-0.70393 1.70503,-1.41596 2.43391,-2.07992 0.72887,-0.66396 0.24626,-2.58933 1.21927,-2.82097 a 5.76,5.76 0 0 1 4.00988,0.24025 c 0.96348,0.70916 -0.0126,4.24263 0.96486,3.5306 1.46039,-0.93779 0.25025,-4.01021 1.46299,-5.1801 0.73758,-0.70426 2.19066,-0.94145 3.41386,-1.17119 a 3.43,3.43 0 0 0 -0.25103,3.05974 c 0.72628,1.41722 3.16014,1.18827 4.62322,0.95075 0.99947,-0.0324 0.95478,-1.41166 1.70758,-1.64617 0.48261,-0.23575 1.21589,0.47087 1.21177,0.96126 0.24542,0.4723 -1.2202,0.94001 -0.73203,1.18433 2.43655,0.47133 8.52933,-9.4212 10.02099,0.48568 0.23812,1.17291 -1.963,1.1742 -3.4164,1.40139 -0.99948,0.0324 -1.69675,-1.41578 -2.9174,-1.41625 -4.38256,-0.008 5.58849,9.43394 0.96735,7.31251 -6.57317,-3.07872 2.21153,-8.01584 -8.26084,-6.37579 -1.99377,0.2247 -5.11315,-0.0144 -5.3621,1.87466 -0.15274,0.53523 0.0862,0.80763 0.56212,0.98231 a 1.29,1.29 0 0 0 -0.99559,0.15233 c -3.65882,1.63936 8.49413,12.03119 5.56937,15.32765 -1.11858,1.29691 -5.57651,-4.74187 -6.32214,-6.13845 0.47826,5.18723 -5.91199,2.81296 -9.79199,6.58061 -0.24242,0.23797 0.73012,-0.93414 0.24195,-1.17846 -1.21177,-0.96125 -5.35302,-0.007 -4.37654,1.4125 0.48308,0.70472 3.41131,-0.94099 2.67373,-0.23673 -0.97,0.94191 -3.40178,1.8e-4 -3.89647,1.40694 -0.7268,1.65441 -0.49266,4.24819 1.16142,4.96499 1.46386,0.71296 5.60743,-4.18382 6.34038,-5.64832 0.24497,-0.46818 -0.73595,-1.4069 -0.24589,-1.41278 0.49007,-0.006 8.08099,2.36951 6.40164,5.19538 -0.96223,1.18179 -7.86333,-2.13643 -7.13404,-0.009 0.008,0.23988 0.993,-0.23228 0.71963,-0.0233 -0.24196,1.17846 -2.42877,-0.23145 -1.46215,2.11847 1.69623,4.48742 2.99337,2.83454 6.64743,1.66557 0.73281,-0.23386 2.68581,-1.40773 2.19843,-0.70157 -0.95478,1.41166 -3.94899,1.63876 -4.14574,3.286 -0.48915,1.88683 1.93819,3.30896 2.43075,4.92385 0.72152,1.88762 -1.94786,-3.29864 -3.40441,-4.7122 a 5,5 0 0 0 -3.48775,-1.41778 c -1.7036,0.22529 -3.1602,2.82383 -4.14144,1.87512 -1.21177,-0.96126 3.65581,-2.34964 2.44437,-3.3009 -3.64591,-2.59328 -4.14718,4.47667 -5.60887,7.53562 -0.73203,1.18433 -3.65804,2.58984 -2.68457,3.29868 2.43733,1.4218 5.35779,-0.46378 7.78865,-1.40301 0.98522,-0.47215 1.46215,-2.11847 2.19019,-1.88192 0.72804,0.23654 -1.45738,1.64807 -0.73189,2.11481 l 0.7336,0.71662 -0.48516,0.46596 c -1.21765,0.70981 0.47937,3.98656 -0.97986,4.03385 -1.46308,0.23751 0.97606,-3.53347 -0.2395,-3.99434 -1.94139,-0.93761 -7.78819,2.34348 -7.79041,2.58368 0.24335,1.64298 3.64813,2.35308 2.91134,4.00781 -0.48692,1.64663 -3.16797,2.58396 -5.10667,2.34663 -1.21844,-0.24066 -0.24635,-2.35325 -0.96963,-3.0602 -0.24543,-0.4723 -0.73758,0.70426 -0.73013,0.93414 0.0156,0.47975 -1.22501,5.42252 -1.47214,2.11879 -0.0152,-0.46975 1.22496,-1.41041 0.73489,-1.40454 -6.06487,-1.90456 -0.94733,1.64155 -1.93417,2.06373 -0.98684,0.42219 -3.64975,-0.24191 -3.1589,0.70269 0.97393,1.64932 8.26436,4.01443 4.85828,5.42549 -6.08713,2.34839 -9.73161,-1.43556 -11.44974,7.29467 -0.48947,1.87684 -1.22756,5.65273 0.96879,6.12184 1.69883,0.2451 3.15667,-0.46249 4.86518,-0.2277 0.72961,-0.0237 2.19144,0.009 1.69883,0.2451 -1.46294,1.168 -14.60683,2.80458 -6.08399,3.98915 2.66929,0.24367 4.38293,-3.99406 6.80948,-3.5224 0.48785,0.23432 0.003,1.65075 0.49386,1.65487 0.23988,-0.008 0.48262,-0.23576 0.72282,-0.23353 l -0.005,-0.13993 c 0.23229,0.993 3.30863,2.37408 2.07798,2.37394 -1.42087,-0.004 -2.13369,-1.9319 -3.54882,-2.3763 -3.31484,-0.71301 -3.55522,2.36639 -5.68591,3.30589 -1.18545,0.46865 -9.02767,-0.70797 -5.2063,2.35987 1.18179,0.96223 3.31137,-0.93774 4.49505,-0.22571 1.18368,0.71204 0.94251,2.84096 1.41115,4.02641 0.23229,0.993 1.65279,2.83795 0.94473,2.60076 -1.8965,-0.47882 -2.83679,-3.55998 -4.72996,-3.31854 -1.42088,-0.004 -3.55574,5.43802 -3.31984,6.85112 a 9.61,9.61 0 0 0 1.53548,3.23197 c 0.17607,0.18439 1.13459,0.12331 1.41607,0.16422 l 0.003,0.0799 c -1.66029,0.94428 -4.7327,-0.007 -5.45173,1.88757 a 3.88,3.88 0 0 0 -0.47137,2.12639 c -1.8935,0.23145 -1.90896,6.85542 -1.66988,8.05831 0.23321,0.71282 1.18767,-0.70884 1.66029,-0.94427 1.18244,-1.17892 2.12722,-2.59026 3.31933,-3.77949 -0.47216,-0.98523 -0.94649,-1.42009 -1.18193,-1.89272 1.66108,0.006 3.787,-0.4629 4.00989,0.24025 2.36195,4.03562 -6.1533,4.01141 -6.63389,7.08859 0.0324,0.99947 1.65585,-0.46388 2.59855,-0.70454 a 17.58,17.58 0 0 0 3.55202,0.005 c 0.98523,-0.47216 2.84971,-2.83379 2.84795,-1.65311 -1.19803,6.87241 -5.93008,4.72455 -9.48484,8.03142 -0.47485,0.47563 0.47419,1.66551 -9.8e-4,2.13115 -1.18512,0.47864 -8.51492,-0.0142 -9.23173,1.63987 -0.23464,0.47785 1.42088,0.004 1.41644,0.48437 l 0.005,0.14993 c 0.69251,-0.24256 1.15292,-0.23747 1.37835,0.23548 0.69205,0.97809 -9.23641,7.05286 -5.76781,5.40965 a 13.19,13.19 0 0 0 3.00074,-1.87818 9.54,9.54 0 0 0 -0.90911,2.82093 c -2.09081,8.96242 6.22132,0.24862 5.11755,3.54611 -0.6946,1.41323 -3.69404,1.17026 -4.38863,2.58349 -0.45962,0.94539 3.22965,0.24553 2.77095,0.91073 a 4,4 0 0 1 -4.15541,1.13519 c -2.31119,-0.92563 -2.98778,-6.36657 -4.83051,-5.18626 -1.84274,1.1803 -5.31388,3.05371 -4.15972,4.70719 0.68852,1.17832 3.68843,2.36178 2.53519,2.58925 -1.61554,0.47257 -2.99782,-2.35414 -4.61239,-1.85158 -0.92271,0.24001 2.30707,1.41602 2.07765,2.36395 -0.45439,1.41546 -2.53334,1.17267 -3.22349,2.10551 -0.69015,0.93284 -0.004,2.35136 -0.47091,3.06686 -0.45995,0.93539 -2.07419,-0.71319 -2.7618,-0.0105 a 6.75,6.75 0 0 0 -0.46138,2.12606 c 0.0152,0.46975 1.37581,0.46568 0.91573,0.47058 -0.69506,0.47276 -2.07419,-0.71319 -2.53159,-0.008 -0.95446,1.42166 -0.69853,3.14427 -0.93526,4.7928 0.0152,0.46976 -0.22941,0.94793 0.23067,0.94303 0.91827,0.24038 3.69403,-1.17026 2.98644,-0.46698 -0.95478,1.41167 -2.76577,1.41032 -4.15301,2.13564 -2.53811,1.64307 -7.61179,4.699 -4.15338,6.13774 2.3012,0.92595 4.84126,-2.81828 6.45934,-3.52106 0.23243,-0.23765 -0.97,0.94191 -0.45962,0.94538 a 0.65,0.65 0 0 0 0.45976,-0.0149 c -1.32629,0.75336 -2.90088,1.25462 -3.46781,2.59368 -0.45994,0.93539 1.15384,1.64349 1.61471,2.58906 0.46086,0.94557 -0.008,2.83176 1.09988,3.06599 1.83653,0.48077 7.61179,-4.69901 8.76202,-5.63675 a 29.21,29.21 0 0 1 3.69325,-2.12074 c 0.23243,-0.23765 0.92526,-0.47021 0.69538,-0.46276 -1.61411,-0.7181 -4.38511,0.22214 -5.29907,-1.42912 -0.69852,-1.17799 2.07026,-1.87804 2.99774,-2.58845 1.84782,-1.64071 10.16824,-13.18626 9.45323,-3.75816 -0.22895,1.88841 -4.37654,1.4125 -5.30356,3.06339 -1.15722,1.64834 4.37571,1.64914 4.60716,3.54263 0.45656,2.35645 -8.99361,2.81278 -9.69473,5.87709 -0.22974,0.93794 2.5408,-0.94279 2.77146,2.4e-4 0.22113,1.88382 -0.005,4.4825 -1.62767,5.65568 -0.22988,0.007 -9.6721,-2.37797 -9.68084,-0.4867 -0.22896,1.88841 3.22881,3.30716 2.52945,5.1908 -0.69237,1.17304 -2.29787,-2.36682 -3.68621,-2.60197 -0.91827,-0.24039 -2.07993,1.88836 -2.30092,0.93501 -0.2359,-1.4131 1.84422,-2.06081 1.88656,-3.53296 -0.0379,-1.16938 -1.61425,-1.64858 -2.08511,-2.59382 -0.68853,-1.17832 0.0104,-4.00244 -1.37529,-3.53731 -1.8432,0.23982 -1.90178,3.0632 -3.23669,4.47718 -1.15499,1.40815 -3.69102,1.88054 -3.68756,3.53129 -0.2345,1.40833 3.00042,-1.88817 3.69149,-0.94006 0.92192,0.97065 -2.31091,0.93534 -3.46605,1.41301 -0.69538,0.46276 -1.38474,2.34608 -1.84783,1.64071 -1.14639,-1.41361 0.47522,-4.47774 -0.90836,-5.1833 -1.61156,-0.9483 -7.15263,2.81314 -7.38414,4.93175 -1.40228,10.14074 5.07799,-4.46681 5.98061,3.31804 0.91659,6.36365 -8.29902,1.39953 -8.52923,1.39698 -1.94388,-0.39724 -0.19999,1.54729 9.3e-4,1.88096 -0.69806,-0.23751 -2.30453,-1.64622 -1.84144,-0.94085 0.45355,1.64617 0.91266,3.77242 2.52422,4.72072 0.81383,0.41386 1.64742,-0.72374 2.61331,-1.17526 -0.31271,0.23025 -0.65151,0.58141 -0.53736,0.70778 0.46531,0.46517 2.53603,-0.47239 2.07118,0.003 -0.91781,0.7001 -3.44986,-0.24839 -3.45162,0.93229 0.22114,1.88382 4.6067,2.60216 3.90957,4.2456 -0.94701,1.65154 -3.91739,-0.47337 -5.05633,-1.6571 -0.92349,-0.71046 0.46171,-2.11607 8.4e-4,-3.06163 -0.45832,-1.17578 -2.03944,-1.18457 -2.76017,-2.12172 -0.46341,-0.71536 0.23372,-2.35881 -0.45911,-2.12624 -1.38311,0.23492 -3.2284,1.64543 -3.0012,3.09883 0.22765,0.23275 0.46309,0.70537 0.69204,0.9781 a 10.77,10.77 0 0 0 -3.92248,-0.013 c -0.91952,0.0298 -1.6173,1.65325 -2.53557,1.41286 -1.38612,-0.47535 -1.38006,-3.06691 -2.75841,-3.30239 -6.22654,-0.7187 -6.97333,0.93636 -5.31133,2.82351 1.15384,1.64349 4.14805,1.4164 4.37918,3.2999 0.45212,2.83684 -11.77161,4.46361 2.06858,4.24523 a 14.26,14.26 0 0 0 5.07493,-1.16499 c -2.54112,0.9328 -5.76906,3.5187 -4.16226,4.9374 1.1518,0.9632 3.95644,-1.40888 4.61276,0.0106 0.68853,1.17832 -2.07502,2.34844 -3.46337,2.11329 -0.007,-0.22988 -3.4474,-5.42119 -5.06803,-4.4882 -0.91526,0.46989 0.4648,3.53679 -0.46092,3.06653 -1.15592,-0.47281 0.23849,-2.82921 -0.685,-3.53967 -3.22581,-2.59688 -5.99686,2.35547 -6.68492,2.11763 -0.46976,0.0152 -0.23844,-1.1829 -0.6963,-1.41819 a 4.45,4.45 0 0 0 -3.00944,-0.24265 c -0.68964,0.0224 -1.60809,0.70245 -1.38011,0.94519 0.9235,0.71047 7.09576,2.84167 8.2899,4.49386 a 4.53,4.53 0 0 1 0.61643,2.0411 c -0.46609,-1.41565 -1.30449,-2.27894 -2.68793,-2.05402 -8.07882,1.40241 -3.00649,4.47973 -2.09336,9.19263 0.0152,0.46975 -0.22419,1.418 -0.95478,1.41166 -0.45976,0.0149 0.69982,-0.94316 0.69459,-1.41323 -0.4561,-1.41598 -1.60725,-2.35918 -2.29323,-3.76771 -0.46217,-0.98554 -0.002,-2.83143 -0.91998,-3.07181 -2.07641,-0.47299 -5.53469,1.17988 -5.30611,3.29359 a 7.33,7.33 0 0 0 1.60374,4.72053 c 0.69204,0.9781 4.14759,0.47591 3.68542,1.6515 -0.69459,1.41324 -3.00166,-0.003 -4.37557,-0.71866 -0.69551,-0.46771 -0.22858,-2.1137 -0.91919,-2.12134 -1.37928,0.0447 -0.70241,3.02434 -2.07646,3.53912 -0.23987,0.008 0.2272,-0.70773 0.22942,-0.94793 -0.0534,-1.64914 1.61892,-3.76441 0.46777,-4.70762 -0.92193,-0.97065 -0.46601,3.52694 -1.88656,3.53295 -1.8513,-0.01 -2.76396,-3.78246 -4.60716,-3.54263 -1.38312,0.23492 1.60072,4.01026 0.21761,4.24518 -1.38312,0.23492 -1.37483,-2.59684 -2.06336,-3.77515 -0.46341,-0.71537 -2.76526,-1.66131 -2.76447,-0.71084 -0.004,2.35136 4.59938,3.30277 4.17766,5.41753 -0.46661,1.65599 -4.14889,1.64525 -3.89523,3.297897 0.2259,1.413425 2.76878,-0.700047 4.14935,-0.704767 a 9.91,9.91 0 0 1 2.38176,0.633192 3.4,3.4 0 0 0 0.84312,0.08274 c 3.2371,0.475402 10.37585,4.026047 11.52876,3.78858 6.68839,-0.466877 -5.30443,-2.829678 2.76531,-2.3508 0.91952,-0.0298 2.7667,0.470636 2.03944,1.184566 -4.15273,3.996601 -9.6764,-0.967096 -10.83108,0.451047 -0.46517,0.46531 2.30009,2.126618 1.3796,2.126431 -1.14847,-0.242929 -1.60503,-2.599378 -2.75795,-2.361911 a 0.61,0.61 0 0 0 -0.39007,0.312798 c -0.47961,0.946031 -0.18518,3.54786 -0.77145,2.746428 -0.58627,-0.801432 0.51043,-1.847502 0.77145,-2.746428 a 0.81,0.81 0 0 0 -0.0756,-0.787966 6.47,6.47 0 0 0 -4.53155,-2.444509 15.82,15.82 0 0 0 -2.60641,-0.155662 c -3.46462,0.222333 -9.00922,6.34513 -5.31778,9.417179 1.14893,1.183408 3.21933,0.235853 4.60323,0.951405 1.15338,0.703011 -4.60753,0.459475 -4.15143,1.875445 1.37784,3.307108 12.22242,0.494385 9.44934,2.60531 -2.77054,1.880723 -6.68441,-0.953997 -9.04321,-1.18772 -1.37928,0.0447 -7.1501,2.582941 -2.30621,4.477045 1.15592,0.472809 2.07294,-1.177759 3.22364,-1.175028 1.85351,-0.230154 5.53723,-1.410086 5.3105,0.238122 -0.009,1.891276 -3.45953,-0.238073 -5.30528,0.231956 -1.61554,0.472574 -3.69565,1.120287 -4.85125,2.818607 -0.4574,0.705185 2.9943,4.715491 3.45471,4.720581 a 12.13,12.13 0 0 0 8.07405,-0.932001 c 0.45263,-0.234783 -0.003,-1.650754 0.6846,-1.412915 1.85097,4.9e-5 8.99226,3.32049 9.22469,3.082837 a 12.51,12.51 0 0 0 1.89401,-3.303078 l 0.22798,0.242743 c 1.62155,0.947976 3.45776,1.41875 5.079,2.356732 0.22798,0.242743 0.0382,1.179381 0.46216,0.985548 2.3036,-0.234735 5.07238,-0.934781 5.07493,-1.164985 0.46184,-1.18558 -1.39041,-12.031278 4.39951,-9.657563 2.30119,0.925952 -4.15796,3.526523 -4.16338,6.138069 0.0304,0.939507 0.22636,2.353903 1.14463,2.594287 1.38612,0.475354 4.38862,-2.583499 4.61197,-0.939871 1.60846,8.262238 -10.14046,0.458682 -10.37372,3.757968 -0.24071,3.069407 5.75382,6.817215 1.36747,7.309544 -7.1488,0.461786 -0.20419,-11.549446 -6.89688,-9.67169 -5.30735,1.402637 -2.31828,5.648051 -3.93206,4.939949 -1.61378,-0.708103 -1.83015,-3.06233 -3.44393,-3.770433 -5.08709,-2.6066 -9.68645,3.045335 -9.9141,2.812586 -2.07151,-0.01291 -3.90688,-3.545319 -5.52974,-2.372141 -1.14768,0.707544 -2.80409,6.09402 -0.69372,7.306303 1.61156,0.9483 4.60675,-1.409949 6.45028,-1.63978 0.46263,-0.235107 0.92349,0.710462 0.69204,0.978099 -1.38265,1.175399 -4.15541,1.135186 -4.61105,2.820828 -0.23497,0.467856 0.0304,0.939507 0.0379,1.169386 -1.38881,-1.175634 -2.7654,-2.591791 -4.37649,-2.599613 -1.15292,0.237467 2.98685,4.485612 3.22228,4.958235 0.45217,0.985871 -0.013,3.302155 1.10765,3.305858 a 10.4,10.4 0 0 0 2.76531,-2.3508 c 1.85228,-2.121106 3.92698,-4.479541 4.38132,-1.882895 -1.84052,0.940106 -5.07715,1.405182 -5.07845,3.526337 0.0304,0.939507 2.98685,4.485612 4.6048,2.852351 -0.23196,1.178131 -0.69158,2.123514 -1.61429,2.363526 -4.15667,1.405368 -7.60999,-0.493778 -7.37854,1.399719 a 37.28,37.28 0 0 0 1.83662,5.423359 c 2.75966,5.193342 4.38567,-5.144748 6.69307,-5.879868 2.07595,-0.467484 -1.61892,3.76441 -2.53849,5.645181 -0.92401,2.361167 0.22368,1.653623 1.59851,4.250456 0.23288,0.702826 -0.003,3.301831 0.69421,2.588873 1.3852,-1.405603 0.92864,-3.762052 1.8179,-5.651846 a 9.89,9.89 0 0 1 2.53307,-3.033635 c 0.46517,-0.465311 1.1537,0.713006 1.61378,0.708102 -0.4574,0.705185 -0.95478,1.411665 -0.68936,1.883316 0.0382,1.179381 3.22266,0.956122 2.98815,2.364457 -0.23196,1.178131 -2.76623,0.469842 -3.96551,1.129032 a 8.15,8.15 0 0 0 -1.38219,2.115878 c 0.0152,0.469754 0.68852,1.178318 0.22589,1.413425 -0.91748,0.710089 -2.06896,-0.243115 -2.98644,0.466974 -0.69283,0.232562 -0.23451,1.408334 -0.68936,1.883316 -0.23497,0.467856 -1.61332,0.232376 -1.38566,0.465124 7.13823,6.622273 2.52936,0.248206 9.9072,0.67947 0.68964,-0.02235 -8.76771,4.226197 -8.76994,4.466395 -0.22974,0.937933 3.03082,0.902308 2.03912,1.174571 -0.46263,0.235107 -1.15592,-0.472809 -1.61915,0.05247 -0.45264,0.234784 0.23367,1.653299 -0.22452,1.408011 -1.15814,-0.232611 -1.84236,-2.821808 -3.00036,-2.123935 -1.60777,0.712448 -1.15852,3.769501 -2.54117,4.944901 -0.92748,0.710413 -3.68797,-1.421295 -3.68973,-0.240619 0.023,0.709628 0.68852,1.178318 1.38436,1.656031 a 5.87,5.87 0 0 1 2.30485,1.656216 c 0.68853,1.178318 -0.4704,4.317502 1.14037,4.315329 3.00944,0.242654 1.85959,-7.143979 4.8508,-8.081354 1.85574,-0.470352 4.61276,0.0106 5.30397,1.8892 0.45388,1.656168 -3.46337,2.113285 -3.69233,4.001691 -10e-4,2.121155 0.45171,2.206527 1.38395,1.025713 1.37659,1.416157 7.84117,-1.634827 6.90938,0.486466 -0.69713,1.643442 -3.46161,0.932608 -4.84172,1.877805 a 4.67,4.67 0 0 0 -2.7753,2.351123 c -0.2272,0.70773 2.30883,0.235342 1.84398,0.710648 -0.96222,1.181786 -4.37955,0.702219 -4.1462,2.345523 0.45865,1.1857668 0.68676,2.3589938 1.11543,3.545732 -0.46564,-0.475167 -0.92193,-0.9706486 -1.38613,-0.475354 -1.15546,0.46767 -1.38649,3.526758 -2.30967,2.826292 -1.84398,-0.710648 -0.45304,-4.7178019 -2.29925,-5.188251 -1.60633,-0.478224 0.22905,3.054183 -0.005,4.472513 -0.46693,1.645987 -2.07724,2.588638 -2.08155,3.999518 -0.22641,1.65820301 2.52339,7.782352 4.13495,8.730653 0.92572,0.470263 2.31138,0.0051 3.02466,0.712407 1.39168,0.955426 2.98954,5.185892 5.75924,6.366803 1.3839,0.715552 2.76526,1.661307 4.14837,1.426386 1.15292,-0.237466 0.92434,-2.351172 1.84705,-2.591184 0.92271,-0.240011 2.53427,0.708289 2.30485,1.656217 -0.69714,1.643442 -8.30763,4.221292 -4.39326,6.145518 1.84399,0.710648 3.68797,1.421296 5.5315,1.191465 1.38089,0.0053 2.77132,-3.091383 3.46082,-1.883082 0.4561,1.415971 -3.46559,2.353483 -2.53687,3.534022 0.92873,1.180539 2.76578,-1.410321 4.37655,-1.412494 3.23187,0.0053 2.53029,2.129163 4.83598,0.723746 0.69251,-0.242557 0.96223,-1.181786 1.62507,-1.413376 0.91526,-0.469892 2.53427,0.708288 3.45176,-0.0018 1.16022,-0.938071 0.47012,-4.017335 2.08631,-4.469919 1.61619,-0.452585 1.8357,3.542401 3.22104,3.067282 1.84352,-0.229831 1.61416,-3.294009 3.00681,-4.469733 0.45485,-0.474982 1.1418,0.963523 1.60601,0.468228 0.23274,-0.227658 6.23951,-7.526041 7.39672,-9.174388 0.22466,-0.477526 -0.69204,-0.978098 -0.46609,-1.415646 1.16027,-4.95017799 2.98601,7.547245 4.38289,-2.143083 0.23941,-0.948251 -2.75971,-1.181235 -2.06989,-2.124072 1.15245,-1.17794499 4.15236,0.0055 5.30703,-1.41263199 0.68761,-0.70263901 -1.84444,-1.65112601 -1.6147,-2.58905901 0.7038,-2.364036 6.91244,-2.815366 6.69922,-3.528834 -0.69376,-1.648395 -3.68589,-2.5919771 -2.99907,-4.24509 0.70204,-1.183359 2.76748,1.4211092 3.92085,2.1241211 0.9235,0.7104619 -0.24071,3.0694069 0.91998,3.0718139 9.68561,0.0163 2.30713,-2.596088 6.2247,-5.204343 0.69505,-0.47276 -0.46647,2.586465 0.46401,2.586328 1.84098,3.72e-4 -0.2295,-3.994663 1.39243,-7.048798 0.46517,-0.465311 0.92192,0.970649 1.38168,0.95575 0.45976,-0.0149 0.4574,-0.705185 0.45995,-0.935388 1.39362,-3.306874 -0.0256,-0.789586 -1.837,-5.743515 -0.45832,-1.175772 0.89389,-3.290679 0.473,-4.237543 -0.69408,-1.65839 -2.99338,-2.834534 -2.76442,-4.722941 0.23196,-1.178131 2.54107,0.918179 3.23057,2.12648 0.45864,1.185767 -0.23849,2.829209 -0.0126,4.242634 a 0.51,0.51 0 0 0 0.46563,0.475168 c 5.7735,-3.999098 -4.13888,-11.321885 1.63457,-11.308876 1.61915,-0.05247 -0.46253,3.016564 -0.23534,4.469968 0.45689,2.366443 1.14587,4.485239 1.60244,6.841688 0.008,0.239874 0.23543,0.472622 0.23066,0.943023 -0.45564,-0.475491 -0.89874,3.140758 0.45087,5.268161 0,0 1.38488,-1.415598 1.38927,-0.04502 0.0308,0.949502 -1.39441,2.3564 -0.70241,3.024338 7.60132,7.327643 5.07544,-4.236613 9.91021,3.550879 0.69204,0.9780981 2.09288,2.8337 1.1151,3.535737 -0.23242,0.237653 -0.23242,0.237653 -0.46263,0.235108 -1.38311,0.234921 -3.68287,-1.881702 -4.60545,-0.711206 0,0 2.74498,10.606657 2.9669,13.440956 0.003,1.650754 -2.31051,5.887925 -0.92392,7.303757 8.74517,8.971458 6.46032,-5.65221 10.59832,-0.223388 2.99417,3.785007 -3.47254,12.018779 -3.01773,15.555904 0.0457,1.40926 -0.24104,3.059412 0.44938,3.987536 0.6933,0.707917 2.30361,-0.234735 2.7667,0.470636 1.61503,2.599054 0.21724,8.247291 1.33697,10.382144 a 13.27,13.27 0 0 0 2.8597,3.649291 c 0.45786,0.235294 1.37927,-0.0447 1.60633,0.478223 0.23765,0.232425 -0.68506,0.472437 -0.68982,0.942838 0.007,0.229879 2.76109,4.00267 3.21973,5.188437 0.46217,0.985548 -0.2315,2.11861 0.22937,3.064179 0.91873,1.180863 2.75971,1.181235 3.67844,2.362098 1.38436,1.65603 0.91155,4.973084 2.75489,5.663742 0.92794,0.230066 2.30582,-0.474933 2.76669,0.470636 0.92396,1.65094 1.61073,4.009934 0.45351,5.65828 -0.69459,1.413239 -3.91739,-0.473367 -4.61517,1.150086 -0.93923,1.891413 5.52589,4.723499 3.68759,5.423407 -2.08039,0.947879 -5.29684,-3.830449 -6.22701,-1.659183 -0.46484,0.475306 0.692,2.829071 2.53311,5.921065 -3.36416,-0.691404 -7.58532,-1.585153 -10.14999,1.39948 v 0 a 6.09,6.09 0 0 1 2.19583,-0.78153 5.81,5.81 0 0 0 -2.20065,0.94177 l -0.005,-0.15992 a 5.87,5.87 0 0 0 -1.18457,2.03944 c -0.47216,1.17591 3.30184,0.003 3.52806,1.42648 0.70722,3.29882 2.10258,11.77808 -2.12413,8.24312 -0.94348,-0.70981 2.11991,-1.88965 2.35155,-3.07778 1.1941,-7.3025 -4.45562,-5.65865 -7.98765,-5.66425 a 9.86,9.86 0 0 1 -3.5325,-0.94609 20.55,20.55 0 0 1 -2.34918,-0.5542 c 0,0 0,0 0.003,0.08 1.41166,0.95478 4.01733,0.47013 4.47121,2.1263 2.10806,7.31556 -9.18259,4.69988 -11.30583,5.86926 -0.70282,0.23289 0.7063,1.41787 1.17193,1.89304 3.76885,3.29966 5.88908,1.42 4.92995,8.254647 -0.22974,0.93793 -1.87827,0.70121 -2.11801,1.63946 -0.23719,0.70806 3.99466,-0.2295 2.58595,3.5381 0.008,0.23988 0.0304,0.93951 0.47216,0.98523 0.93826,0.23973 2.11847,-0.69899 3.2966,-0.46702 1.17814,0.23196 2.10718,1.42249 3.52773,1.41648 0.46976,-0.0152 0.70491,-1.40357 1.17022,-0.9384 1.1767,1.42264 2.5885,3.3079 2.1609,4.9326 -0.23719,0.70806 -1.4131,0.2359 -2.34914,-0.24404 1.88142,0.93956 3.52852,2.36696 5.63968,2.36858 5.88691,-0.19077 0.24802,-3.77001 0.0139,-6.36379 -9.2e-4,-1.88096 4.12279,-1.52433 6.35986,-2.57734 0.70282,-0.23289 1.17767,-0.70852 1.17244,-1.1786 0.62527,-1.39098 -0.50908,-2.12462 -1.87267,-2.83083 -0.19346,-0.10378 -0.35727,-0.21854 -0.55041,-0.31233 a 17.4,17.4 0 0 1 -1.56899,-0.86964 c -1.13371,-0.71366 -1.82154,-1.56182 -0.45957,-3.066717 1.17277,-1.1686 3.05627,-1.39973 4.23871,-2.57865 0.22988,-0.007 0.22988,-0.007 0.23242,-0.23765 5.19015,-4.71058 0.473,-4.23754 0.25238,-9.193 -0.0379,-1.16938 1.1823,-2.1094 1.41204,-3.04733 3.29003,5.19616 7.51289,11.08248 7.51289,11.08248 -0.47183,1.1859 -2.35011,1.88711 -2.35441,3.29799 -0.23419,1.41833 1.17461,2.593307 1.12903,3.965507 0,0 -4.2393,0.70768 -2.58776,1.65468 0.93571,0.46994 2.35358,-0.23635 3.29405,-0.23681 1.64854,0.23673 3.28786,1.42425 5.16882,1.42333 5.89338,0.009 4.32264,-4.00211 9.97139,-3.51481 0.70962,-0.023 4.46867,2.3565 5.65143,1.18758 a 8.89,8.89 0 0 0 2.84134,-4.944627 c 0.24154,-6.13104 -7.53109,-3.30781 -1.39787,-12.26115 0.71236,-1.17369 0.90911,-2.82093 2.36474,-3.28832 1.64552,-0.47355 3.7627,0.94863 4.93514,-0.22997 0.71203,-1.18368 -1.87489,-2.59063 -1.39889,-3.956764 0.23941,-0.948252 1.6433,-0.233348 2.58378,-0.233809 1.17938,-0.03822 2.11639,0.471699 3.29961,0.243256 a 12.42,12.42 0 0 0 4.23662,-1.40796 c 0.71282,-0.23321 -0.71366,3.294843 1.41402,1.645064 1.17277,-1.168598 1.41473,-2.347053 3.76831,-2.583408 0.22988,-0.0074 -0.46962,0.945707 -0.24196,1.178455 0,0 3.98721,-0.459383 4.00988,0.240249 0.23544,0.472623 -0.46961,0.945707 -0.46438,1.415784 0.22543,0.472947 0.93349,0.710138 1.17591,0.472161 4.00026,-3.761539 4.24866,-11.533662 4.95852,-16.489254 1.19013,-8.042767 -0.004,5.432981 2.5954,-2.345293 0.47739,-0.705833 -1.17415,-1.652838 -0.69676,-2.35867 0.23719,-0.708054 2.11116,0.0016 2.11815,-0.708978 0.71241,-3.024661 -3.28317,-6.837247 -1.40314,-8.719128 0.70759,-0.703287 1.88873,0.238951 2.3539,-0.226359 0.23465,-0.477851 -3.04506,-5.664345 -2.57035,-7.070458 a 15.11,15.11 0 0 1 2.12551,-5.421688 c 0.23242,-0.237653 1.4131,-0.235893 1.17799,-0.698521 -0.94871,-1.179891 -3.30007,-1.183735 -3.29609,-2.604609 -0.23112,-1.883502 2.83005,-2.823144 2.85656,-4.47487 -9.2e-4,-1.880957 -3.76107,-3.059787 -4.69979,-4.240002 -0.47563,-0.474843 -1.41657,-1.41486 -0.7063,-1.417867 1.64807,-0.703749 4.46821,1.416021 5.6432,0.0072 1.65237,-2.114629 -3.51685,-8.490547 -3.31487,-9.667706 0.23974,-0.938257 2.58457,0.716664 3.05418,-0.229043 0.71236,-1.173689 -1.17599,-5.414751 -2.09949,-6.125213 -1.42166,-0.954454 -6.12105,-0.241871 -4.94638,-1.660662 1.17466,-1.418791 3.53027,1.18628 5.41123,1.185357 2.59156,0.0061 0.47471,-1.406113 1.41472,-2.347054 0.24242,-0.237976 1.41611,0.474383 1.40926,-0.04567 -1.64293,-3.76876499 -4.69535,-4.720398 -8.4668,-3.77774899 -0.69963,0.02267 0.0457,1.40925999 -0.46439,1.41578399 -0.71282,0.23321 -0.70883,-1.18766499 -1.17669,-1.42263499 -0.23987,0.0078 -0.47739,0.705833 -0.70727,0.713283 -0.70963,0.023 -1.40926,0.04567 -1.64631,-0.476928 -0.93918,-2.12069301 11.06095,-0.458496 11.53135,-0.45373 0.22988,-0.0074 0.47485,-0.475629 0.7076,-0.70328701 a 2.23,2.23 0 0 1 1.16938,-0.03789 c -0.0172,-0.529722 -1.02441,-0.737207 -1.40875,-0.864826 l -0.003,-0.07996 c 0.46485,-0.475305 4.04811,1.41963001 3.05594,-1.409719 -0.023,-0.709628 -2.58979,-1.186741 -1.87697,-1.419951 1.6433,-0.233348 3.75747,0.478549 5.17788,-0.457948 4.24315,-3.0590373 3.5668,-13.432574 3.5668,-13.432574 3.76701,-0.462252 0.46443,7.538914 2.81657,8.49323 0.70551,0.4673944 -1.17938,-2.122915 -0.46434,-2.596323 1.17545,-0.468317 1.87092,4.0115077 2.34053,3.0658011 0.71713,-1.6440901 0.008,-3.7722321 0.95515,-5.4137771 0.94733,-1.641544 2.8275,-2.592941 4.47812,-3.526893 0.46485,-0.475306 1.87614,0.159317 1.64071,-0.313306 0.007,-1.651078 -1.40004,-3.066262 -2.14632,-4.482834 -0.23765,-0.232425 -0.94191,-0.970001 -0.70204,-0.977775 1.87795,-0.711198 4.70318,0.948165 5.88039,-0.700829 0.71236,-1.173688 -1.64547,-3.538561 -3.10855,-3.301048 -1.8835,0.231126 -2.11454,3.290215 -3.76261,3.993964 -1.18767,0.708839 -2.82444,-0.708891 -4.00211,-3.75e-4 -0.97778,0.702037 -0.0131,3.302155 -1.1885,3.770472 -1.64808,0.703749 -3.2874,-0.483777 -5.17358,-0.952931 -0.93826,-0.239737 -1.88443,-1.649831 -3.03989,-1.182161 -0.47262,0.235431 1.41657,1.414861 0.9414,1.880495 -0.70726,0.713282 -2.59331,1.174612 -3.0664,0.469565 -0.46831,-1.175448 2.12722,-2.590258 1.42394,-3.29785 -1.17892,-1.182437 -3.29661,0.467019 -4.71272,-0.0074 -1.40356,-0.70491 -1.87789,-3.300909 -3.28877,-3.305214 -1.17814,-0.231963 1.64501,2.598083 0.69976,3.068946 -2.11847,0.698982 -4.459,-2.366819 -6.82257,-2.13014 -1.40565,0.465772 -3.76608,2.34321 -5.64463,1.183446 -0.47531,-0.464849 -1.64899,-1.177208 -1.17637,-1.41264 1.65029,-0.943946 3.77177,-0.932654 5.65462,-1.18377 0.69964,-0.02267 1.41167,0.954779 1.64632,0.476928 0.70236,-1.173365 -0.4648,-3.536801 0.70842,-3.764921 1.4131,-0.235893 1.64247,2.828286 3.09333,2.831295 2.12116,0.0013 3.0677,-2.590719 4.90345,-3.060424 1.40565,-0.465772 8.25686,7.796657 11.08265,2.372286 0.71236,-1.173688 -2.82093,-0.909109 -3.52074,-2.127082 -0.94617,-1.410094 -0.23427,-3.524261 -1.16855,-5.184872 -0.23511,-0.462628 -2.3558,0.476553 -2.11861,-0.231501 0.70204,-1.18336 2.35488,-2.35751 3.53079,-1.885349 1.64409,0.717126 1.87267,2.830831 2.81916,4.25092 0.23543,0.472623 0.0305,0.939507 0.0379,1.169386 0.70203,0.977775 2.11416,0.711897 1.87743,2.36043 -0.007,1.651078 -1.65288,5.186257 0.22807,5.185333 1.88096,-9.23e-4 3.52635,-1.404952 5.17965,-1.638624 0.99299,-0.232284 2.11129,0.932106 2.58901,0.236268 -0.007,-0.229879 -1.40704,-2.355663 -1.17461,-2.593316 6.5945,-3.055194 4.47562,-5.147662 6.59964,-7.527707 0.97778,-0.702037 1.18198,-2.119395 2.3552,-2.347514 0.23988,-0.0078 2.35529,2.595075 2.58901,0.236267 0.72417,-6.366795 -1.87313,-3.771309 -5.39641,-7.829322 -0.94316,-0.699819 -0.23159,-2.82398 -1.4075,-3.296141 -0.94571,-0.469616 -1.41218,2.11685 -2.12023,1.879659 -1.41167,-0.954779 -1.63992,-3.058489 -2.58642,-4.478578 -0.70203,-0.977775 -3.52296,-1.886884 -2.34751,-2.355202 1.41532,-0.476091 3.52342,2.827363 4.46599,1.656219 6.37434,-7.070169 -5.63968,-2.368578 -5.87988,-2.370799 -0.46785,-0.23497 0.71236,-1.173689 0.23673,-1.648532 -0.23543,-0.472623 -1.17545,0.468317 -1.4131,0.235893 a 9.54,9.54 0 0 1 -3.51898,-3.307759 c -0.47216,-0.985224 0.47646,-2.586789 -0.46957,-3.0664 -2.34705,-1.414723 -7.29394,-0.0038 -9.8855,-0.0098 -0.69963,0.02267 -0.23367,-1.653299 -0.93173,-1.890814 -0.47785,-0.234646 -1.18544,0.468641 -1.17938,0.03822 -0.2359,-1.413101 1.17929,-2.819676 0.9434,-4.232777 -0.2359,-1.413101 -1.86999,-2.13055 -2.3483,-3.305675 a 2.06,2.06 0 0 1 0.007,-1.651077 c 0.23243,-0.237653 1.4131,-0.235893 1.17545,-0.468318 -0.0152,-0.469753 -0.93525,0.470539 -1.16939,0.0379 -0.47215,-0.985224 -0.2389,-2.123377 -0.46956,-3.0664 a 7,7 0 0 1 -0.46924,-3.056406 c -0.0155,-0.479748 1.1829,-0.238438 0.97745,-0.712032 -0.23067,-0.943024 -2.1194,-1.181975 -1.87744,-2.36043 -0.0227,-0.699633 2.35437,0.714119 2.35391,-0.22636 0.71241,-5.185795 -8.46323,-10.151208 -3.04117,-12.027809 1.87827,-0.701204 3.98938,3.312525 5.40424,1.895955 1.41486,-1.416569 -1.12288,-3.775612 -2.1068,-5.424614 -0.23765,-0.23242 -0.98523,0.472164 -0.9427,0.240665 a 8.75,8.75 0 0 1 -0.22761,-4.244855 c 0.24196,-1.17846 1.18198,-2.1194 1.41394,-3.29753 0.23895,-1.88873 -0.22206,-3.76478 0.0169,-5.65351 -0.008,-0.23988 0.70282,-0.23289 0.69963,-0.0227 0.23797,0.24242 1.40926,-0.0457 1.18322,-0.22844 -2.8287,-3.31012 -9.15042,-4.49599 -5.40988,-7.31862 1.42041,-0.9365 3.52935,-0.69468 5.18265,-0.92835 0.70962,-0.023 1.88142,0.93955 2.11861,0.2315 0.96255,-1.17179 8.3e-4,-3.06163 0.71319,-4.23532 0.47485,-0.47563 0.23113,1.8835 0.70153,1.88827 1.88619,0.46915 0.71,-4.02511 0.007,-5.65319 a 10,10 0 0 1 -1.16938,-2.12324 c 0.9427,-0.24066 3.53333,-2.11555 2.82875,-0.70199 -0.2372,0.70805 -1.88351,0.23113 -2.1207,0.93918 0.0227,0.69963 1.41167,0.95478 2.11384,0.7019 0.70218,-0.25287 1.18277,-1.16892 1.64761,-1.64422 1.17721,-1.649 3.30045,-2.81838 4.0098,-4.70235 0.47693,-1.64631 -3.76446,0.23205 -5.17358,-0.95293 -0.94348,-0.70981 2.58157,0.006 3.53158,-0.93487 0.70759,-0.70329 0.23372,-2.35881 0.71365,-3.29485 0.23243,-0.23765 1.16814,0.23229 1.16939,-0.0379 -0.23321,-0.71282 -1.88142,-0.93956 -1.40657,-1.41519 0.70726,-0.71328 2.11384,0.70191 2.58901,0.23627 0.46739,-0.70551 -1.17638,-1.41264 -0.93918,-2.12069 0.23464,-0.47785 1.17544,-0.46832 1.6433,-0.23335 -0.85446,-0.43255 -1.75403,-0.71356 -1.17369,-0.71236 1.6533,-0.23367 3.29054,2.12454 4.70841,1.41824 1.65061,-0.93395 1.89433,-3.29308 2.12107,-4.94129 0.2445,-1.40866 -1.16763,-3.30391 0.0126,-4.24263 0.97777,-0.70204 2.58327,2.83782 3.28531,1.65446 0.71712,-1.64409 -2.81616,-3.54065 -1.87105,-4.94199 0.96255,-1.17179 3.04766,1.42203 4.4733,0.95561 1.17545,-0.46832 0.92401,-2.36117 1.65413,-3.2953 0.70459,-1.41357 3.53125,-0.94487 4.23139,-1.87804 0.71505,-0.47341 -0.23145,-1.8935 0.24594,-2.59933 l 0.22988,-0.007 c -0.007,-0.22988 -0.0178,-0.54971 0.24238,-0.54814 0.70504,-0.47308 0.46438,2.90649 1.16943,2.4334 1.64807,-0.70375 -0.69773,-4.54979 0.94557,-4.78313 0.47262,-0.23544 0.47609,1.41532 0.94617,1.41009 2.82652,-0.46179 3.31295,-12.0036 4.72212,-14.83073 0.93178,-2.12129 5.90765,-8.19564 5.66838,-8.47804 -1.87836,-4.24139 -9.64697,-4.69 -9.40117,-10.38095 0.24756,-4.71049 7.31071,-6.58024 5.90243,-10.82685 a 10.53,10.53 0 0 0 -3.75488,-4.72086 c -0.47785,-0.23465 -1.88572,0.47132 -1.88873,-0.23896 0.94608,-3.53249 6.35731,-2.34714 8.24036,-3.51874 0.47262,-0.23543 -0.46865,-1.18544 -0.2259,-1.41342 0.47262,-0.23544 0.69852,1.17799 0.94191,0.97 1.41264,-1.17638 -1.17207,-2.82352 -1.41004,-3.06594 -0.46976,0.0152 -1.41088,-0.004 -1.17814,-0.23197 1.41787,-0.70629 4.71017,0.23757 4.24537,-1.1381 -0.47401,-2.586 -6.82734,-1.65973 -6.35087,-4.24652 0.23719,-0.70806 0.93871,1.18021 1.64677,1.4174 a 27.88,27.88 0 0 0 4.69841,1.41857 c -0.22766,-0.23275 -0.46563,-0.47517 -0.46309,-0.70537 -0.47609,-1.41533 0.90879,-2.83092 1.1755,-4.48043 0.24496,-0.46818 -0.0305,-0.9395 0.004,-1.41088 -0.023,-0.70962 -0.93918,-2.12069 -0.46877,-2.11592 3.53471,0.70588 5.20887,6.36462 10.11265,3.31419 1.17767,-0.70851 -0.705,-3.53902 0.47267,-4.24753 1.65062,-0.93396 3.76524,0.71842 5.64875,0.48729 0.46975,-0.0152 0.71203,-1.18368 1.17466,-1.41879 1.18322,-0.22844 1.87998,2.13023 2.82523,1.65937 a 8.49,8.49 0 0 0 2.35742,-2.58772 c 0.947,-1.65154 2.12167,-3.07033 5.41475,-1.17599 1.65154,0.947 0.69801,4.24962 2.34922,5.18663 1.41167,0.95478 3.29138,-0.9371 4.98766,-0.46179 0.70963,-0.023 0.7063,1.41787 1.1816,1.88272 1.4039,0.7149 1.41218,-2.11685 2.81954,0.2488 2.57688,5.41938 0.68824,10.12302 1.6252,12.48392 0.7093,2.12814 7.07013,-2.58035 4.22972,4.24523 -0.70681,1.65376 -3.0534,1.17951 -4.47284,2.14599 -1.41944,0.96649 -3.05817,1.64992 -4.00295,3.06126 -0.47517,0.46564 0.23335,1.64331 -0.2415,2.11894 -0.47484,0.47563 -1.64376,-0.70714 -1.87873,-0.23928 a 15.15,15.15 0 0 0 -0.95738,5.65398 c 0.0382,1.17938 0.70676,2.35834 0.2346,3.53425 -0.2415,2.11894 -3.06118,3.10078 -3.54194,4.93731 -0.47439,1.41611 0.70976,3.06862 0.2276,4.24486 -1.17674,2.58947 -3.76321,2.123 -4.00901,5.65281 -0.23719,0.70806 1.17637,1.41264 1.17683,2.35312 -0.71541,4.47552 -7.0619,3.7607 -7.31214,7.77091 a 35.89,35.89 0 0 1 -1.65275,6.11674 c -0.93951,0.0305 -2.07766,-2.36394 -3.05511,-1.65191 -2.12023,1.87966 1.16684,6.67571 -0.95862,8.08529 -0.70505,0.47308 -2.08511,-2.59383 -1.87444,-1.65015 0.0382,1.17938 1.64423,1.6476 2.09288,2.8337 2.10329,7.78596 -0.70667,2.58424 -4.01632,6.35341 -0.70981,0.94349 0.70722,3.29883 -0.23326,3.29929 -1.41833,-0.23418 -0.70976,-3.06862 -1.8779,-3.30091 a 4.79,4.79 0 0 0 -5.18187,1.87883 c -3.79611,6.35628 4.23259,1.86388 3.75534,5.66133 -0.47392,2.35659 -6.59789,6.34703 -6.84415,8.93637 -1.19675,15.55692 0.23497,-0.46786 2.5872,5.42905 0.22766,0.23275 -2.1263,4.47121 -0.2471,5.65097 0.23765,0.23242 0.70982,-0.94349 0.97778,-0.70204 0.47308,0.70505 -0.23405,2.34881 0.70421,2.58855 0.46785,0.23497 -0.46911,-2.12592 0.24149,-2.11893 0.70283,-0.23289 0.94349,0.70981 1.17637,1.41263 1.40306,3.77654 -0.24969,9.89328 0.44661,11.31147 0.47216,0.98523 1.88651,0.47915 2.5898,1.18674 a 30.56,30.56 0 0 1 2.12332,3.77321 c 0.23511,0.46263 -0.24228,1.16846 -0.007,1.64108 0.47341,0.71505 1.41389,0.71458 1.88952,1.18943 0.22765,0.23275 -0.99948,0.0324 -0.993,0.23228 -0.23497,0.46786 0.23228,0.993 0.46609,1.41565 1.17638,1.41264 3.76062,2.11931 3.52421,3.777836 -0.2345,1.408334 -3.99498,0.219509 -4.23916,1.638163 -0.47915,1.886509 2.35052,3.065476 2.8144,4.721321 0.23288,0.702825 -0.95478,1.411665 -0.70413,2.354041 0.23543,0.472622 1.64599,0.466932 1.639,1.177532 -0.24103,3.059412 -2.58933,-0.246263 -1.6446,2.354502 0.23066,0.943024 1.40403,1.645388 1.16684,2.353442 -0.23942,0.948252 -2.58901,-0.236268 -2.8262,0.471786 -0.24155,6.13104 2.34269,6.83771 4.22758,9.428019 0.46563,0.475167 -1.89049,0.941725 -1.41741,1.646772 a 7.29,7.29 0 0 0 1.41005,3.065939 c 5.16413,6.836324 1.17322,-0.22812 6.11438,-1.198669 0.93951,-0.03045 -0.91656,2.591046 -0.003,3.301831 1.41357,0.704586 3.05641,-0.469241 4.70749,-0.462714 1.41833,0.234184 2.0851,2.593826 3.29576,2.594614 1.21066,7.88e-4 1.64507,-1.414025 2.58555,-1.414486 0.47262,-0.235432 0.023,0.709627 0.24065,0.9427 a 2.63,2.63 0 0 0 1.87351,-0.230803 c 0.1844,-0.176065 0.28744,-1.00984 0.4022,-1.173643 l 0.08,-0.0026 c 2.33923,5.186956 -1.42223,6.129281 -0.48429,6.359022 0.46975,-0.01522 5.87377,-3.992341 6.59881,-4.466073 0.23275,-0.227658 0.70458,-1.413563 0.94733,-1.641544 -1.17629,3.529951 -4.24829,7.53155 1.4036,9.659606 0.93571,0.46994 2.82828,-1.642468 3.28883,-0.706894 0.47609,1.415323 -3.29712,3.538648 -1.87134,4.002712 1.40389,0.714904 1.17407,-3.289753 2.58717,-3.525646 1.18289,-0.238439 0.23635,2.353579 -0.23326,3.299286 -0.71236,1.173688 -2.12801,1.639785 -3.29791,2.588174 -0.35361,0.511722 -1.36067,1.544882 -1.65982,1.88475 7.31255,-2.818327 4.48816,-7.539324 8.25392,-9.892529 1.17799,-0.69852 -1.90179,3.063205 -0.70811,3.774916 1.65154,0.947005 3.84442,-0.234641 5.49471,-1.178588 1.17545,-0.468317 1.6446,-2.354503 2.59142,-3.085553 1.41264,-1.176371 7.77342,-1.872757 8.47357,-2.805924 0.70727,-0.713282 -1.64201,-1.887807 -0.93474,-2.601089 1.18021,-0.938719 3.06418,-0.229367 4.70748,-0.462715 0.46976,-0.01522 1.40866,0.244503 1.6533,-0.233672 0.4674,-0.705508 -0.47354,-1.645525 -0.23857,-2.113381 l 0.0799,-0.0026 c 0.11901,0.27629 0.27005,1.2319 0.62602,1.410464 0.35597,0.178564 6.35939,-3.517822 6.86677,-4.224626 0.23242,-0.237653 -0.94154,-4.972113 1.41569,-4.478203 0.46976,-0.01522 9.16481,8.027371 7.06107,-0.699069 -0.47355,-1.645526 -4.70235,-1.848665 -3.99429,-3.772608 0.47693,-1.646311 3.52903,-0.704672 5.17534,-0.227744 0.93825,0.239736 0.94218,2.830968 1.87744,2.36043 2.35788,-1.647235 -1.16373,-9.66738 1.65987,-8.05799 2.35483,1.654597 -4.01808,7.534095 3.28971,5.18617 11.3042,-3.758107 1.64538,-1.40403 4.01202,-4.94254 0.23242,-0.237652 0.46563,0.475168 0.93571,0.46994 0.47008,-0.0052 1.17938,-0.03822 1.41564,-0.466096 0.23627,-0.427877 -0.70897,-2.118148 0.001,-2.121155 0.23988,-0.0078 3.99906,3.302206 5.1745,2.833889 a 8.08,8.08 0 0 0 3.77307,-3.053809 c 0.22988,-0.0075 0.23243,-0.237653 0.23497,-0.467856 -0.0152,-0.469754 -0.24066,-0.9427 0.23197,-1.178132 1.65029,-0.943947 3.76922,-0.70245 5.64972,-1.643852 0.23987,-0.0078 4.48372,-7.058928 4.71915,-6.586305 2.09288,2.8337 -0.008,7.774344 2.10467,10.607396 0.70204,0.977775 2.34835,-0.706431 3.29406,-0.236816 a 7.59,7.59 0 0 1 3.29354,2.834812 c 0.46564,0.475168 0.6963,1.418192 1.17415,1.652838 3.04766,1.422034 5.65227,-1.874056 7.77042,-2.583033 5.65703,-2.344457 3.99271,1.871661 7.51887,3.548331 1.41356,0.704585 3.76922,-0.702451 4.95036,0.239787 6.57964,5.439745 -7.0649,3.050428 -11.30943,3.288029 -12.71458,0.682173 -2.36192,7.080216 -8.00655,8.263662 -0.71282,0.23321 -6.08009,-2.374316 -6.36078,0.696386 -0.23673,1.648532 1.41272,3.766219 0.23251,4.704938 -0.97,0.941911 -2.35117,-0.924333 -3.53518,-1.646363 -0.46818,-0.244964 -1.17415,-1.652837 -1.87952,-1.189748 -2.82972,2.833139 2.58511,6.599733 2.10943,10.136996 a 4.24,4.24 0 0 1 -2.35964,2.827911 c -2.12546,1.409581 -24.2407,1.60598 -27.97818,1.126782 -0.70963,0.023 -1.1786,-1.172441 -2.1213,-0.931781 -4.47205,0.935337 5.64791,3.54893 -1.917,2.593451 -1.17846,-0.241958 -1.4026,-2.83606 -2.58549,-2.597621 -0.993,0.232284 0.70897,2.118148 0.22936,3.064178 a 8.47,8.47 0 0 1 -3.53764,3.526432 11.89,11.89 0 0 1 -7.52623,1.16438 c -0.94825,-0.239413 -1.64946,-2.117687 -2.35483,-1.654597 -1.17767,0.708515 1.64802,3.308357 0.4648,3.536801 -2.35835,0.706756 -9.41497,0.925429 -10.86111,4.464125 -0.47216,1.17591 2.07766,2.363946 1.4075,3.296141 -1.17943,1.889192 -8.23873,1.407585 -9.18083,3.519207 -3.31147,8.961957 2.81837,3.300446 4.23142,7.07666 0.69931,2.128467 -2.84878,4.714744 -1.88961,6.834789 0.93441,2.591095 4.69317,5.270757 5.20369,6.204712 1.40958,2.12546 -0.94529,4.4829693 2.10981,6.1348838 1.17591,0.472161 2.58855,-0.7042108 3.76446,-0.23205 1.17846,0.241958 1.87522,2.600628 3.06321,1.901783 1.65029,-0.943947 1.68024,-9.8996158 6.60403,-3.9959958 0.46309,0.7053707 -1.18498,1.4091197 -1.18452,2.3495978 10e-4,1.890952 0.93266,3.771771 0.93391,5.662723 -0.007,4.712711 -1.93256,2.11370301 -1.42477,6.359484 a 4.47,4.47 0 0 1 0.23112,1.883502 c 0.94154,4.9721132 7.04518,11.7779922 5.62027,17.2069922 -0.70334,3.304514 -6.36551,10.121484 -9.90231,10.586282 -1.4131,0.235893 -2.34928,-1.174525 -3.52773,-1.416482 -2.34437,-0.714443 -2.82097,0.941863 -4.22833,-1.423795 -1.64724,-2.357884 -1.63386,-5.650045 -3.75626,-7.542295 -2.06989,-2.124072 -7.10322,-3.071544 -9.48326,-5.195571 -1.40912,-1.184981 0.003,-4.24231 -1.4013,-4.957214 -2.12129,-0.931782 -3.77575,2.353529 -5.65879,3.525134 -2.3601,1.887432 -5.64671,2.354128 -7.77171,4.704188 -5.66231,5.886486 -0.72838,12.720265 -2.85866,18.612355 -0.70413,2.354041 -3.7653,3.293683 -4.47942,5.648048 -0.47438,1.416108 0.70199,2.828747 0.70546,4.479501 0.003,1.650753 -0.71366,3.294843 -0.24756,4.710489 a 0.5,0.5 0 0 0 0.47531,0.46485 c -2.35965,2.82791 1.39138,9.900128 2.79921,13.206264 0.23543,0.472623 0.23288,0.702826 0.47215,0.985224 1.63941,6.130117 -1.18452,2.349599 1.16771,8.246506 a 4.52,4.52 0 0 0 0.93618,1.410418 0.7,0.7 0 0 0 -0.23465,0.477851 c -0.70935,1.883963 0.93233,3.761775 1.18377,5.654625 a 18.89,18.89 0 0 1 -1.18887,7.77258 c -0.23719,0.70806 -0.70713,1.64377 -0.92434,2.35118 a 11.46,11.46 0 0 0 1.18452,-2.3496 14,14 0 0 0 1.17805,-4.71063 c -0.0324,-0.99947 0.24279,-4.24009 0.24886,-6.831644 a 12.27,12.27 0 0 1 2.34668,5.416834 c 0.23589,1.4131 -0.70889,2.82444 -0.483,4.23787 0.23543,0.47262 0.47216,-1.17591 0.96255,-1.17179 0.99268,-0.24228 0.94395,1.65029 1.17684,2.35312 l 0.0324,0.99947 a 2,2 0 0 1 -0.007,1.64108 c -0.23465,0.47785 -1.40834,-0.2345 -1.4131,0.2359 -0.23627,2.58901 3.05205,4.953738 2.3457,7.547978 -0.71241,3.02466 -13.18595,2.80856 -12.71092,1.41244 l 0.70458,-1.41356 c -2.58984,2.82536 -5.41683,2.34667 -9.17796,3.29899 -0.46975,0.0152 -1.17813,-0.23196 -1.1829,0.23844 -0.23895,1.88873 0.70245,3.76923 0.7037,5.66018 a 14.38,14.38 0 0 1 -4.48719,9.73044 c -4.24843,4.43993 -10.8501,6.96508 -16.2518,4.83892 -4.70234,-1.84866 -3.75802,-6.36161 -5.16061,-9.19767 -0.47309,-0.70505 -2.08511,-2.59383 -1.17684,-2.35312 a 4.58,4.58 0 0 1 1.88873,0.23895 12.1,12.1 0 0 0 -4.05587,-1.6595 c -8.47065,-1.4264 -17.89173,6.1027 -24.25335,9.86072 -2.12291,1.17937 -4.7097,0.70291 -6.35509,2.10694 -4.00771,3.53166 -4.9625,9.26559 -6.13573,9.49371 -8.71612,2.11342 -16.94902,5.86204 -25.19682,9.15091 -2.1207,0.93918 -3.53764,3.52643 -5.65357,3.99521 -1.18544,0.46864 -2.35404,-0.70413 -3.52949,-0.23581 -2.12324,1.16938 2.80755,6.3624 0.69162,6.83118 -0.70282,0.23289 -1.63914,0.0531 -3.01689,-0.47253 -0.4456,-0.16565 -0.95019,-0.29938 -1.4161,-0.47438 l -0.0726,-0.0777 c -1.48996,-0.59205 -2.92513,-1.34597 -3.45119,-2.75967 a 25.61,25.61 0 0 1 -1.63418,-5.66004 c -0.0227,-0.69963 1.65015,-1.87443 0.9321,-2.1113 -1.88651,-0.47915 -3.84951,0.69505 -5.49027,0.6982 -2.1237,0.2289 -2.82092,-3.07025 -4.23004,-4.25523 -0.71203,-0.97745 -2.35658,-0.47392 -3.04733,-1.41204 -0.94649,-1.42009 0.007,-4.71271 -1.64372,-4.71924 a 23.4,23.4 0 0 0 -2.8262,0.47179 c -2.82092,-0.90911 -5.88209,-2.1306 -6.34727,-1.66529 -1.4174,1.64677 -1.65367,4.23578 -3.07075,5.89255 -1.17499,1.4088 -3.06358,2.10033 -4.48066,3.7571 -0.23243,0.23765 0.0457,1.40926 0.2389,2.12337 -1.40783,-3.30613 -4.70665,-2.59892 -7.76514,-0.95899 -2.12291,1.17937 -2.84166,7.09576 -4.02031,7.77429 -5.17839,3.52958 -2.5785,-3.30822 -4.93731,-3.54194 -1.88128,-0.009 -3.29568,2.34797 -5.17441,2.1087 -8.94549,-0.95076 7.5392,-7.24799 4.25741,-13.42494 -1.64247,-2.82829 -6.35954,2.58734 -6.59973,2.58512 -1.17545,0.46831 -6.58108,-4.24908 -7.99451,-4.02318 -1.6433,0.23335 -1.65335,4.24578 -3.29744,3.52865 -1.41578,-0.46438 1.18216,-3.03988 0.94562,-4.47297 -0.2289,-2.1237 -4.70272,2.15345 -5.88816,0.46095 -0.93871,-1.18021 2.36043,-1.87743 2.8313,-3.09332 a 4.24,4.24 0 0 0 0.008,-3.77223 c -0.23543,-0.47263 -1.41564,0.46609 -1.65107,-0.007 -0.46786,-0.23497 0.47512,-0.7758 0.96708,-1.03187 0,0 0.46786,0.23497 0.46976,-0.0152 A 2.58,2.58 0 0 0 451.2043,124.004 c -1.17369,-0.71236 -2.82445,-0.70889 -4.47298,-0.94562 -0.70805,-0.23719 -1.64108,-0.007 -2.34659,-0.47425 -0.23543,-0.47262 0.46661,-1.65598 -0.003,-1.65075 -0.993,0.23228 -1.41518,1.40657 -2.35395,2.07733 -0.47262,0.23543 -0.46975,0.0152 -0.23321,-0.71282 0.70981,-0.94348 2.12167,-3.07033 3.29744,-3.52865 0.993,-0.23229 2.81569,2.60017 2.58503,1.65714 a 7.31,7.31 0 0 0 -3.28448,-4.71609 c -0.70583,-0.47739 -2.59109,0.93441 -2.59155,-0.006 0.47614,-2.59678 4.71831,-3.52467 4.71309,-6.15588 -0.023,-0.70963 -1.17179,-0.96255 -1.40436,-1.65538 a 7.6,7.6 0 0 1 -0.46938,-3.98689 c -0.023,-0.70963 1.65062,-0.93395 1.41741,-1.64677 -0.47216,-0.98523 -3.29184,-0.003 -2.82092,-0.90911 -0.007,-0.22988 2.45024,-0.64971 4.31949,-1.3206 a 0.21,0.21 0 0 0 -0.0851,0.15284 c 0.47133,1.88572 2.82315,2.83004 3.5269,4.47811 0.008,0.23988 1.63765,7.3108 2.33793,7.30811 1.89127,0.009 -3.98998,-5.18348 1.93417,-2.06373 3.76094,2.12931 -2.82829,1.64247 -0.90231,3.03082 0.71328,0.70727 1.88573,-0.47133 2.596,-0.47433 1.87652,0.47947 3.52296,1.88688 5.40202,2.13615 8.71561,0.95821 4.26181,-9.89323 2.847,-12.48876 -1.6377,-3.298689 3.52976,4.2579 -0.69547,-4.479829 -0.70504,0.47309 -0.93178,2.12129 -1.94,1.88382 -1.64853,-0.23672 -2.34751,-2.3552 -3.76108,-3.05978 -2.58105,-0.91688 -4.47367,3.0465 -7.06222,3.750709 -0.70963,0.023 -0.94395,-1.650299 -1.88442,-1.649829 l -0.54972,0.0178 -0.0227,-0.69963 c -0.94172,-1.89049 -4.72317,-0.94752 -5.42724,-2.60559 -0.46355,-1.64585 3.03082,0.90231 4.72349,0.95752 3.30183,0.003 5.18441,-2.10903 6.37463,-5.20921 0.70458,-1.41356 0.48772,-13.662962 2.5819,-12.950417 1.88396,0.709352 1.88312,3.770987 3.52467,4.718317 1.89141,0.93923 7.56997,-8.459627 7.09864,-10.34535 -1.17632,-5.424746 -5.419,-1.425231 -8.25344,-2.133797 -1.17845,-0.241958 -1.40703,-2.355663 -2.35529,-2.595076 -0.007,-0.229879 0.23497,-0.467856 0.23974,-0.938257 0.23418,-1.418329 -4.71919,-2.368392 -3.29577,-2.594614 0.9427,-0.24066 2.59105,0.916559 3.06164,8.37e-4 0.47216,-1.17591 -1.40704,-2.355664 -1.40528,-3.53634 -0.23335,-1.643304 0.89389,-3.290679 0.47776,-4.707945 0,0 -5.65887,-1.417457 -6.84256,-2.129492 -0.9395,0.03045 -2.11639,-0.471699 -3.06163,-8.36e-4 -1.17767,0.708515 -1.18929,2.82 -2.1293,3.76094 -0.47485,0.475629 0.70713,-1.643766 0.24149,-2.118934 -0.71328,-0.707268 -3.54249,-0.945758 -4.48251,-0.0048 -4.49588,3.287343 -0.94733,1.641545 -1.19253,7.04232 0.0305,0.939507 -1.8878,1.642006 -1.41694,2.587252 0.23288,0.702825 1.65284,-1.174151 2.11593,-0.46878 0.71203,0.977451 -0.70413,2.354042 -0.23581,3.52949 0.008,0.239874 0.23798,0.242419 0.70805,0.237191 -1.65552,0.47387 -3.53634,1.405276 -4.48473,0.23538 -0.94839,-1.169896 4.71268,-8.947334 -0.24421,-7.536044 -0.46975,0.01522 -10.60977,12.220054 -12.77099,7.277461 -0.70852,-1.17767 0.23581,-3.52949 -1.17901,-3.963893 -2.35117,-0.924332 -1.42338,9.180919 -1.18795,9.653542 a 1.79,1.79 0 0 0 -0.98555,0.462164 c -1.17989,0.948713 0.23159,2.82398 -0.0126,4.242633 a 36.91,36.91 0 0 1 -0.70797,4.705396 c 0.023,0.70963 -0.47646,2.58679 0.22636,2.35391 1.18323,-0.22845 0.92434,-2.35117 2.12977,-2.82046 0.70505,-0.47309 0.94191,0.97 1.17637,1.41264 0.47216,0.98522 5.17852,10.36771 -2.13014,6.82257 l -0.4753,-0.46485 c -8.4e-4,3.06163 -2.3708,5.87987 -1.66659,8.46842 1.1381,4.245371 7.31518,1.894061 9.43504,4.016521 0.94191,0.97 0.22937,3.06417 0.46526,4.47728 -0.007,1.65107 1.40495,3.52634 0.46271,4.70748 0.94191,0.97 -0.92433,2.35117 -0.95607,3.53282 a 21.79,21.79 0 0 0 -0.23835,3.75969 13.53,13.53 0 0 0 0.93834,5.18233 c 0.47216,0.98522 5.88699,6.91295 5.88223,7.38335 -0.71764,4.71572 -4.71623,2.35399 -7.0749,3.05075 0.17736,0.22438 1.57384,1.01956 1.17637,1.41264 -0.24464,0.47818 -1.89095,0.001 -1.65552,0.47387 0.70421,2.58855 5.89338,0.009 6.60667,0.71639 2.0851,2.59383 -1.19351,9.17347 -1.435,11.29241 -0.48346,3.29738 4.95161,2.13073 5.65189,2.12805 4.48551,0.71509 4.00076,6.13364 6.36049,8.24832 1.40658,1.41518 4.95337,0.95006 4.94685,2.60114 -0.0107,8.00455 -6.36309,-4.00601 -7.53502,-5.89904 -0.94617,-1.4101 -0.94233,-3.76146 -2.58642,-4.47858 -2.12129,-0.93178 -4.72669,1.41383 -7.0836,0.92992 a 5.56,5.56 0 0 1 -2.82666,-0.46869 c -0.70805,-0.2372 -0.70375,-1.64807 -1.17415,-1.65284 -5.43298,-0.004 -1.67479,16.24277 -3.56306,16.94429 -5.92721,2.34321 -6.82835,-8.48328 -8.24316,-11.07882 a 2.57,2.57 0 0 0 -1.17591,-0.47216 l -10.22083,-0.16904 c 1.0785,0.24519 13.71303,1.10642 1.72192,1.57505 -1.16939,0.0379 -2.58758,-1.42694 -3.76525,-0.71842 -1.89049,0.94172 -7.09702,8.23418 -5.20992,10.5843 a 1.24,1.24 0 0 0 0.94603,0.47961 c 0.46976,-0.0152 1.17291,-0.23812 1.64854,0.23673 2.12115,10e-4 4.24707,-0.46781 3.29706,0.47345 a 4.33,4.33 0 0 1 -2.11801,1.63946 c -4.72622,2.35432 -5.20855,-6.35463 -9.24143,-7.3045 -3.53505,-0.71588 -22.25633,3.25257 -24.38055,6.5531 -1.18498,1.40912 -1.65968,2.81523 -2.60192,3.99637 l -2.36302,1.79748 -2.15901,1.30061 c -1.65584,0.46388 -3.53981,-0.24548 -5.19089,-0.252 -0.70962,0.023 -1.41578,-0.46439 -1.64853,-0.23673 -3.07945,3.77172 -2.14527,11.29541 -3.5662,15.30353 a 37.6,37.6 0 0 1 -6.8578,10.36756 c -0.96255,1.17179 -1.65714,2.58503 -2.83514,3.28355 -0.71504,0.47341 -2.36658,-0.47359 -2.596,0.47433 -0.4747,1.40612 1.63771,3.29869 0.9328,4.70226 -2.36918,3.76871 -9.67437,1.87433 -8.02283,2.82133 1.88919,1.17943 3.29322,2.82482 5.41484,3.7666 0.94825,0.23941 1.89303,-1.17193 2.60109,-0.93474 0.93825,0.23974 2.58503,1.65714 1.87743,2.36043 -1.17799,0.69852 -4.24258,-1.86357 -4.23786,-0.48299 0.2289,2.1237 6.36471,1.89484 5.1775,3.54416 -3.54939,4.70743 -6.83349,-4.01077 -8.24214,-4.25528 -4.49075,-1.18517 -8.73005,-0.47749 -8.0263,1.17058 0.007,0.22988 7.30181,5.18623 8.7249,4.95001 0.46976,-0.0152 0.22974,-0.93793 0.70491,-1.40357 0.97745,-0.71203 1.88142,0.93956 2.82967,1.17897 0.94571,0.46961 2.35613,-0.46656 3.29707,0.47346 a 5.1,5.1 0 0 1 1.1816,1.88271 c 0.47216,0.98523 0.70152,1.88827 -0.004,2.36136 -0.47262,0.23543 -1.88397,-0.70935 -3.30308,-1.89401 a 15.3,15.3 0 0 0 -3.07778,-2.35155 c -1.17846,-0.24196 -1.41995,1.87698 -2.60063,1.87522 -4.00243,-0.0104 -1.40703,-2.35567 -6.10276,-3.07395 a 7.09,7.09 0 0 0 -3.77446,0.23237 c -5.42983,1.63673 -12.04595,6.80373 -16.29002,7.98181 l -0.23275,0.22766 c -2.596,0.47433 -5.42997,0.70624 -8.26395,0.93815 -2.1237,0.22891 -9.90313,0.68112 -10.89188,3.51463 a 127.41,127.41 0 0 0 -2.38506,14.08464 c 0.023,0.70962 1.18369,0.71203 1.17892,1.18243 -0.005,0.4704 -0.93571,-0.46994 -1.41088,-0.004 a 2.7,2.7 0 0 0 -0.47392,2.35658 c 0.2259,1.41343 2.82014,2.11977 2.11555,3.53334 -0.70458,1.41356 -3.30391,1.16762 -4.72178,1.87392 -1.65029,0.94394 -2.83527,2.35306 -4.48335,3.05681 -4.25614,2.34909 -20.05012,2.79087 -22.4193,6.55959 -3.30906,5.64013 -0.95196,7.36469 1.63483,7.84116 a 12.11,12.11 0 0 0 -3.06386,0.23936 c -4.01548,1.13065 -2.86466,4.225 -8.26066,3.5094 -1.17814,-0.23196 -1.88188,-1.88004 -3.08556,-2.59142 -3.2953,-1.65414 -7.7705,-2.35956 -11.30855,-3.78571 -7.54585,-2.83709 6.36296,3.07552 -3.30835,1.64802 -0.22988,0.007 -2.89833,-7.62013 -2.19074,-8.32341 0.47484,-0.47563 1.26318,-0.23104 1.49782,-0.70889 0.46994,-0.93571 0.92434,-2.35117 0.006,-2.58156 -1.65154,-0.94701 -3.61231,-0.013 -5.50327,-0.0118 -0.46975,0.0152 -1.18544,0.46864 -1.6533,0.23367 a 27,27 0 0 1 -5.41946,-2.36571 c -0.17574,-0.1744 -0.48216,-0.9849 -0.62856,-1.18026 l -0.08,0.003 c 0.23367,1.6533 1.1773,3.2936 1.16142,4.96499 0.0152,0.46975 -1.17767,0.70852 -1.17498,1.4088 a 10.58,10.58 0 0 0 0.46304,4.71747 c 0.47308,0.70505 1.88623,0.77932 2.11944,1.49214 0.70851,1.17767 0.22904,3.05418 0.69768,4.23963 0.23543,0.47262 1.6533,-0.23368 1.64853,0.23673 9.3e-4,1.88095 -1.41902,3.75793 -1.89563,5.41423 -0.22974,0.93794 0.23812,1.17291 0.70852,1.17767 a 41.33,41.33 0 0 0 -1.66099,4.93639 c -0.70634,2.59424 4.71757,4.47955 4.2311,7.06667 -0.47438,1.41611 -3.30451,-0.70334 -4.71539,-0.70765 -1.41865,-0.24417 -2.59632,0.46434 -3.99466,0.22951 -1.39834,-0.23483 -1.63895,-5.18964 -2.82615,-3.54032 -1.18721,1.64932 -0.23757,4.71016 -1.89563,5.41424 -5.66703,2.34478 -3.76247,-5.88123 -5.88376,-6.81301 -1.17623,-0.48215 -2.12578,1.39959 -3.30345,2.1081 -1.65807,0.70408 -3.07117,0.93997 -4.48159,1.87614 -0.46975,0.0152 -0.47216,1.17591 -0.70981,0.94349 -0.94173,-1.89049 -4.70159,-12.01402 -5.88181,-11.0753 -0.70504,0.47308 -0.71189,2.11416 -1.4174,1.64677 -1.18369,-0.71204 -0.22937,-3.06418 -1.41273,-3.76622 -1.18336,-0.70204 -2.82875,0.70199 -4.23963,0.69768 -0.70962,0.023 -1.65676,-1.41708 -2.12129,-0.93178 -1.42009,0.94649 -0.48012,4.01766 -1.85611,4.47247 -1.65552,0.47387 -2.82537,-2.58985 -4.47645,-2.59638 -0.94302,0.23067 -0.24103,3.05941 -1.18216,3.03989 -1.4161,-0.47439 -0.70721,-3.29883 -2.12332,-3.77321 -1.64599,-0.46693 -3.29614,1.4075 -4.94944,1.64117 -5.66971,1.6445 0.23451,-1.40834 -2.35705,-1.4144 -2.13115,-9.7e-4 -9.90666,3.04247 -10.14685,3.04024 -4.98069,12.718 9.89674,1.90045 9.15722,4.70588 -0.23418,1.41833 -3.97167,0.93913 -3.54587,2.34608 0.71407,1.65774 3.54027,1.18595 5.19181,2.13296 0.05,-0.002 0.0519,0.0584 0.0725,0.0777 a 13.52,13.52 0 0 0 -2.42914,-0.55161 c -1.41865,-0.24418 -2.83398,0.23191 -4.00989,-0.24025 l -0.23797,-0.24242 c 1.41703,2.35534 3.52513,5.65879 3.53036,6.12887 0.005,0.47008 -1.17591,-0.47216 -1.65631,-0.47661 a 35.64,35.64 0 0 0 -7.07628,0.22932 c -0.46975,0.0152 -1.17799,0.69852 -0.97,0.94191 1.88919,1.17943 4.94782,0.46999 5.6598,3.29842 0.46388,1.65584 -0.95307,4.24309 0.45827,5.18787 1.41879,1.17467 3.77446,-0.23237 5.42253,-0.93612 0.47262,-0.23543 -0.4661,-1.41564 0.007,-1.65108 5.89816,-0.46127 2.07766,2.36395 5.15544,4.7155 0.70329,0.70759 1.8835,-0.23113 2.83175,0.008 1.41357,0.70459 3.29401,3.77529 4.70535,4.72008 1.88919,1.17943 1.18198,-2.1194 3.78098,-1.88345 4.94814,0.47998 2.58595,3.5381 2.10472,6.59529 l 0.008,0.24987 c -0.008,-0.23988 0.24464,-0.47818 0.47739,-0.70584 1.65806,-0.70407 3.53472,0.70589 5.42599,0.71463 0.70283,-0.23288 0.97,-0.94191 1.65029,-0.94394 0.23798,0.24242 0.0305,0.9395 0.23844,1.1829 0.20799,0.24339 0.99559,-0.15233 1.33315,-0.23331 -1.43106,0.91684 -4.16856,1.65589 -3.69788,3.52162 0.22844,1.18322 10.14,-1.39916 9.89961,1.68024 -0.24233,5.18057 -9.21119,7.52229 0.45489,8.47972 l 0.47975,-0.0156 a 5.6,5.6 0 0 0 0.22715,3.30438 c 0.007,0.22988 5.64666,1.65798 4.70488,3.77959 -0.46961,0.94571 -5.18617,3.28971 -4.24921,5.6506 a 31.5,31.5 0 0 0 2.81472,4.73131 c 0.23766,0.23243 0.9495,-0.0308 1.17813,0.23197 0.93872,1.18021 1.20709,6.37424 1.4,7.07837 3.99489,7.8047 1.65062,-0.93396 5.88288,3.08107 0.70583,0.47739 -0.001,2.12115 0.70454,2.59854 0.70583,0.47739 1.64552,-0.47354 2.35358,-0.23635 0.93349,0.71014 1.16494,2.60363 2.34085,3.07579 0.47785,0.23465 -0.0382,-1.17938 0.47438,-1.4161 0.71282,-0.23321 1.8835,-0.23113 1.88873,0.23895 -0.007,1.65108 -1.42393,3.29785 -1.42047,4.9486 -0.004,1.42088 1.64502,2.59808 1.40084,4.01674 -0.23895,1.88873 -2.35965,2.82791 -2.84879,4.71474 -0.48914,1.88683 4.70012,4.25 3.04983,5.19394 -1.41787,0.7063 -3.05419,0.22905 -4.47029,-0.24533 a 16.1,16.1 0 0 1 3.5293,3.31742 28.12,28.12 0 0 1 3.9903,5.19349 c 1.87568,3.5411 -0.70246,9.19757 1.15799,12.26893 0.93872,1.18021 2.58503,1.65714 3.05113,3.07279 a 2.58,2.58 0 0 1 -1.64905,2.83489 c -0.71282,0.23321 0.23895,-1.88873 0.006,-2.60155 -0.47609,-1.41532 -1.88488,-2.59031 -2.3513,-4.01595 -2.34603,-7.55798 2.12101,-0.92918 -1.15864,-7.96665 -0.93729,-2.37088 -4.24698,-7.55641 -5.17223,-7.08619 -2.59064,1.87489 -5.20109,15.79674 -6.14939,19.56944 -0.47392,2.35659 -4.01119,6.20317 -1.65683,6.91729 1.17591,0.47216 1.41658,-2.90741 2.59503,-2.66545 1.40834,0.23451 3.07293,2.20163 2.3509,3.38563 -0.47217,1.17591 -2.59105,-0.91655 -3.53727,-0.47568 -1.17545,0.46832 -1.64238,2.11431 -2.11421,3.30021 -2.6018,7.08799 -5.46051,29.71245 -12.29711,33.01562 a 10.94,10.94 0 0 1 -3.29137,0.9371 c -4.47525,1.14555 -11.06179,1.35899 -14.12592,-0.26261 -1.17369,-0.71236 -1.87744,-2.36043 -3.28133,-3.07534 -0.94348,-0.70981 -2.82842,0.71199 -3.76969,-0.23803 -2.8187,-3.31044 1.66113,-4.0059 -5.17228,-3.07408 a 3.73,3.73 0 0 0 -2.35311,1.17683 c -0.47517,0.46564 0.69898,2.11847 -0.001,2.12116 -1.89095,0.001 -7.05449,-4.96412 -8.941,-5.44327 a 1.69,1.69 0 0 0 0.46994,-0.93571 c -1.40259,-2.83606 -6.34028,-2.37589 -8.22901,-2.61484 a 11.09,11.09 0 0 0 -2.82143,10e-4 c -0.47263,0.23544 -0.47216,1.17591 -0.95478,1.41167 -7.77819,2.34316 -23.05234,-5.25611 -28.93471,-9.24768 -0.70583,-0.47739 -2.11292,1.17905 -2.58633,0.46401 -0.46785,-0.23497 0.97001,-0.94191 0.47439,-1.41611 -1.41657,-1.41486 -4.24231,-0.003 -5.65143,-1.18757 -1.409124,-1.18498 -1.640712,-4.00897 -3.287023,-4.48589 -1.876514,-0.47948 -3.530787,1.88535 -5.412068,1.87627 -1.41088,-0.004 -2.11685,-1.41217 -3.532958,-1.88656 -1.408659,-0.2445 -4.467285,0.46494 -6.116789,0.19823 -6.59413,-0.94692 -3.129837,-1.17925 -9.717303,-2.84676 -1.178131,-0.23196 -1.654273,2.36482 -2.8337,2.09288 -5.879412,-1.43032 -5.410663,-12.59136 -11.745115,-12.62621 -1.880957,9.2e-4 -3.0621,3.38095 -4.950183,3.16199 -1.178455,-0.24196 1.188917,-3.14016 0.245431,-3.84997 -2.117174,-1.42217 -4.479363,1.63594 -6.599732,2.58512 -5.647039,2.34413 -13.891004,7.6039 -20.009367,8.06231 -1.883178,0.24113 -3.297064,-0.47345 -5.883392,-0.009 -0.239874,0.008 -1.185119,0.47863 -0.969678,0.9519 0.705509,0.4674 2.823981,-0.23158 2.596785,0.47615 -0.241958,1.17845 -6.83243,-1.19934 -5.429426,6.58931 1.868126,11.33544 11.305456,-1.86716 10.108755,9.67766 -0.244503,1.40866 -2.357884,1.64724 -3.070243,2.82092 -0.709814,0.94349 -0.231177,2.12861 -0.712407,3.02467 -0.232425,0.23765 -2.582947,-2.82783 -2.346592,-0.47425 a 4.16,4.16 0 0 0 1.875216,2.60063 c 1.17591,0.47216 4.476818,-1.40574 4.232315,0.003 -0.466609,1.65598 -3.531249,0.94487 -4.941667,1.88104 -0.969677,0.95191 -0.470914,3.06686 0.702313,2.83874 1.413101,-0.23589 2.827962,-1.65246 4.241063,-1.88835 0.702826,-0.23289 -0.239412,0.94825 -0.712035,1.18368 -1.645064,1.41403 -5.180105,0.69815 -5.651481,2.82453 -0.23497,0.46786 0.706294,1.41787 0.233672,1.6533 -0.475168,0.46563 -1.879521,-1.18975 -1.646311,-0.47693 0.0012,1.89095 2.585953,3.5381 2.106804,5.42461 -0.473597,2.36658 -6.358749,3.53781 -4.949168,5.66327 0.938719,1.18022 3.764921,0.70843 4.231017,2.12408 0.468642,1.18544 -2.589011,-0.23627 -3.28883,0.70689 -1.422172,2.11717 -1.203364,12.26541 -0.739027,14.86173 0.023,0.70963 1.181785,0.96223 1.181923,1.89272 -0.240249,4.00988 -1.894846,6.36471 -3.548658,9.67001 -0.704585,1.41356 -3.77705,4.47468 -2.123751,4.24101 1.645526,-0.47355 1.649509,-4.05555 3.296654,-4.47913 1.182898,-0.23843 1.879983,2.13023 1.410043,3.06594 -1.176884,1.65899 -4.471727,0.94533 -5.651481,2.82453 -1.6490446,2.8349 -2.5942005,6.08722 -4.4821479,8.95988 -0.712035,1.18368 -2.1199079,1.88965 -1.901783,3.0632 0.038219,1.17938 2.1149525,1.66237 2.5832701,2.83782 -0.2366811,-0.20244 -1.3037122,-1.32847 -1.8814186,-0.93956 -1.1776696,0.70852 -1.6468237,2.5947 -2.5912833,4.01604 -2.3591826,3.76839 -4.9577777,8.48503 -7.7825949,11.77825 -0.7098137,0.94349 -2.1229147,1.17938 -3.0651526,2.36052 -0.232425,0.23765 1.1717907,0.96255 0.6985204,1.17799 -1.8757284,0.471 -4.2305552,-1.18359 -5.4029962,-0.005 -1.172442,1.17859 0.929647,3.06149 0.455265,4.4776 -0.7038,2.36404 -7.787038,12.25865 -7.080282,14.617 0.463875,1.65584 1.64057,3.07847 2.584517,4.72877 2.341312,4.01627 1.4037,5.95766 1.4037,5.95766 a 16.36,16.36 0 0 0 5.8833928,0.009 c 0.939507,-0.0304 1.41264,-1.17637 2.3508967,-0.93663 0.9395068,-0.0304 1.4065747,1.41518 2.5850298,1.65714 0.7080539,0.23719 0.7107879,-3.07463 1.1841959,-2.35959 0.6985208,1.17799 -0.4786872,2.82699 -0.00782,3.77223 0.7020377,0.97777 3.9981308,1.42125 3.0632044,1.90178 -6.3643014,3.05774 -2.5706816,-4.91932 -7.7620774,-4.26082 -1.413101,0.23589 1.6497795,2.12768 2.1084262,3.31344 a 15.86,15.86 0 0 1 -0.2475608,4.71049 c -0.4705899,3.07686 -4.4813116,5.89824 -4.4848316,8.2596 0.03045,0.9395 1.4140242,1.64506 1.4148102,2.59553 0.233672,1.6533 -2.3687162,4.7092 -0.71241,5.1858 0.469753,-0.0152 2.118472,-0.69898 1.643304,-0.23335 -0.467394,0.70551 -1.8835022,0.23113 -2.3505732,0.94663 -1.184195,2.35959 -0.482206,5.18834 -1.666402,7.54794 -0.939555,1.88141 -6.600621,9.65885 -6.137904,12.2052 0.232285,0.993 1.880496,-0.9414 2.830969,-0.94219 1.413425,-0.22589 2.819538,0.24881 4.232639,0.0129 0.709628,-0.023 1.4078732,-0.70597 2.1159272,-0.46878 3.7726941,0.9483 15.9894654,8.98683 17.6427644,8.75316 0.6996327,-0.0227 8.0001564,-3.52097 8.4727784,-3.7564 l 3.061633,8.4e-4 a 29.5,29.5 0 0 1 8.232992,1.19396 c 1.173688,0.71236 1.875216,2.60063 3.288317,2.36474 0.469753,-0.0152 0.71282,-0.23321 0.977774,-0.70204 l 0.01522,0.46975 6.352121,6.13748 a 21.59,21.59 0 0 1 2.573737,3.77862 c 0.706294,1.41787 -0.0023,4.25231 1.64626,4.48904 1.876515,0.47947 3.067237,-3.5312 4.903448,-3.06043 2.116712,0.4817 -7.061113,4.71118 -7.061113,4.71118 -0.248535,6.84164 3.290538,2.12454 3.991092,6.14395 0.225436,0.47295 -0.970002,0.94192 -0.714581,1.41389 0.255421,0.47198 1.653299,-0.23367 1.646311,0.47693 0.469104,2.12592 -3.047657,-1.42204 -3.040208,-1.19216 0.476877,2.3658 2.810365,10.1543 4.456536,11.86188 0.703287,0.70759 2.121155,0.001 2.824442,0.70889 1.181786,0.96223 1.404815,2.59586 2.353528,3.77575 0.703288,0.7076 2.111298,0.93211 3.055431,1.66191 0.705509,0.4674 0.698983,2.11848 1.401808,1.88559 1.888269,-0.70153 3.067699,-2.59072 4.480338,-3.76709 0.977451,-0.71203 2.354365,0.71412 2.58679,0.47646 2.121667,-3.07033 1.650343,-4.95605 5.894275,-7.06461 5.188853,-2.58942 9.959584,1.67829 13.725479,0.25557 2.593316,-1.17461 4.009475,-4.71233 6.827903,-5.42399 2.586328,-0.46402 16.472968,1.67733 19.533168,2.86884 1.64631,0.47693 2.58346,1.91733 4.2288,2.36427 3.01721,0.48253 6.11438,-1.19867 8.93979,-0.45979 2.11894,0.24149 7.05181,4.26383 9.17995,3.55453 1.64585,-0.46355 2.35488,-2.35751 3.76053,-2.82328 7.07282,-1.88007 7.99575,5.91413 10.82371,4.26166 7.54197,-3.76625 7.58413,-12.96244 14.85546,-17.67042 4.2406,-2.82884 10.12752,-5.18074 15.06645,-3.74996 1.17813,0.23196 2.34705,1.41472 3.52773,1.41648 1.87873,0.23928 4.46807,0.48554 5.17488,-1.16822 0.4766,-1.65631 -3.28832,-2.36474 -3.27957,-4.25601 0.24552,-7.55192 4.47284,-2.146 6.36213,-6.82965 0.70458,-1.41356 -0.705,-3.53902 0.23784,-5.01033 0.71236,-1.17369 2.5941,-0.22414 3.5338,-1.17508 0.71013,-0.93349 0.009,-2.82176 0.94987,-4.03288 0.46485,-0.4753 1.64631,0.47693 2.35136,0.004 0.97745,-0.71204 0.47392,-2.35659 1.18216,-3.03989 1.65284,-1.17415 3.76654,-1.40273 5.65227,-1.87405 0.46975,-0.0152 1.17336,0.70236 1.64853,0.23672 0.47262,-0.23543 0.46439,-1.41578 0.93923,-1.89141 1.65284,-1.17415 5.65005,-1.63386 7.3051,-3.0482 2.11515,-1.41926 -6.5801,-6.38023 -7.29116,-7.32769 -2.10065,-3.07358 -4.67873,-14.39602 -2.79185,-17.91898 4.2494,-8.73222 12.9671,-15.42809 19.57041,-22.22553 2.35487,-2.35751 3.37568,-6.36267 6.20841,-8.48554 0.47263,-0.23543 7.77342,-1.87276 7.77042,-2.58303 0.2364,-1.65853 -3.28786,-1.42426 -3.99161,-3.07233 -0.4691,-2.12592 2.8245,-3.30321 4.47955,-4.71756 6.36463,-5.20888 20.70742,-3.50254 28.71549,-5.85315 2.11593,-0.46878 4.24269,-3.99951 5.65278,-4.94568 1.88748,-1.652 5.91944,-2.58308 8.48023,-3.52652 2.82352,-1.17206 12.94927,-5.17213 14.13601,-7.76192 2.36141,-4.00859 -1.39647,-9.43973 -0.45646,-10.38067 1.18244,-1.17891 4.23931,-0.70768 4.70846,-2.59386 0.47438,-1.41611 -0.46434,-2.59632 -1.64325,-3.77876 -1.40912,-1.18498 -2.81792,-2.35997 -3.28402,-3.77561 -1.64403,-4.72924 1.41616,-3.53773 0.24775,-7.79212 -0.23288,-0.70282 -1.88618,-0.46915 -1.87919,-1.17975 0.23594,-2.59901 3.30188,-4.00905 3.79579,-6.36628 -0.023,-0.70963 -1.17415,-1.65284 -0.7093,-2.12815 2.87178,-4.00511 7.5353,-3.04566 9.86843,-4.22184 2.58555,-1.41449 6.35482,-6.12905 8.95036,-7.54386 2.35566,-1.40703 4.70618,1.65845 6.58793,2.608 0.70583,0.47738 8.94104,1.43115 9.17171,2.37418 0.23066,0.94302 -3.07076,5.89255 4.46487,2.85688 0.53259,-0.23737 0.49354,-0.51625 0.16205,-0.8657 a 2.48,2.48 0 0 0 1.2536,0.39961 5.84,5.84 0 0 0 4.70924,-1.6434 c 0.70981,-0.94348 -1.87568,-3.5411 -0.46258,-3.77699 1.64331,-0.23335 4.23056,1.18359 4.23181,3.07454 -0.23895,1.88873 -4.47525,1.14555 -4.71355,3.05427 -0.23419,1.41833 2.58105,0.91689 4.03288,0.94988 0.93951,-0.0304 1.87781,-1.64168 2.3509,-0.93663 0.93872,1.18021 -0.24548,3.5398 0.93344,4.72224 1.17891,1.18244 3.03243,0.95228 4.7084,1.41824 a 7.75,7.75 0 0 1 2.48356,0.0696 c 3.29563,1.66413 1.64279,2.83828 1.63803,3.30868 0.23543,0.47262 0.9457,0.46962 1.64631,0.47693 a 2.2,2.2 0 0 0 2.12337,-0.2389 c 0.46518,-0.46531 -2.82333,-1.90956 0.23673,-1.64853 4.71049,0.24756 3.05636,3.54286 5.1745,2.83388 1.87795,-0.71119 3.30013,-2.82837 5.41605,-3.29715 1.64331,-0.23335 4.03289,0.94988 5.2553,-0.23033 0.97778,-0.70204 -1.16938,-2.12324 -0.93997,-3.07117 0.47217,-1.17591 2.35567,-1.40704 3.06548,-2.35052 0.70759,-0.70329 0.23895,-1.88873 0.93178,-2.12129 0.98523,-0.47216 2.12417,0.71157 3.05942,0.24103 1.18021,-0.93872 0.90878,-2.83092 1.88656,-3.53296 1.17767,-0.70851 2.81921,0.23882 3.75668,-0.47192 0.93747,-0.71074 -0.22636,-2.3539 0.48091,-3.06719 0.97,-0.94191 2.59332,-1.17461 4.00642,-1.4105 0.22988,-0.007 0.0308,0.9495 0.22844,1.18322 0.46975,-0.0152 -0.23066,-0.94302 -0.0382,-1.17938 a 25.39,25.39 0 0 1 4.71147,-1.88359 c 3.5368,-0.4648 8.93757,-0.2196 12.01004,-3.28072 1.88748,-1.652 3.06599,-5.42215 4.7136,-7.06637 0.70726,-0.71329 2.586,-0.47401 3.29581,-1.4175 0.7076,-0.70328 0.001,-2.12115 0.48091,-3.06718 0.47961,-0.94603 6.58882,-4.46575 7.53929,-4.46654 2.35136,0.004 7.29043,2.36511 8.45713,3.78807 a 1.14,1.14 0 0 0 1.41611,0.47438 c 0.47262,-0.23543 -0.2359,-1.4131 0.23418,-1.41833 1.89128,0.009 7.76333,6.15178 8.46883,6.61918 1.63933,1.18752 3.08588,2.60141 4.93241,3.08186 0.70806,0.23719 -0.70153,-1.88827 0.009,-1.89128 1.16939,-0.0379 1.87698,1.41995 3.0632,1.90179 0.23766,0.23242 0.46485,-0.47531 0.70505,-0.47309 a 3.85,3.85 0 0 1 2.1194,1.18198 c 5.87936,5.44242 2.38341,11.79899 7.26579,18.89458 2.58151,4.01849 3.28526,5.66656 2.56762,10.38228 0.046,1.41925 -1.88656,3.53296 -0.71,4.02511 1.88396,0.70935 4.2393,-0.70768 5.64842,0.4773 1.17369,0.71236 -0.91656,2.59105 -0.24548,3.53981 0.9465,1.42009 3.29485,0.71366 4.47598,1.65589 0.9335,0.71014 0.92919,2.12102 1.64025,3.06849 0.46564,0.47517 1.41088,0.004 1.87652,0.47947 0.71328,0.70727 3.52421,3.77784 2.11457,5.66448 -0.47484,0.47563 -2.35311,1.17684 -1.65506,1.41435 4.71396,1.89832 7.53369,-0.9345 11.9987,2.85287 2.59026,2.12722 2.57989,6.12965 5.17047,8.26687 0.46786,0.23497 1.40533,-0.47577 1.88318,-0.24112 a 32.35,32.35 0 0 1 4.7022,3.07931 c 3.2861,2.60494 -0.009,1.88128 2.81042,6.1422 1.41435,1.65506 3.99272,1.87166 5.64014,3.30905 l 3.52245,4.95852 c 1.41166,0.95478 5.7287,0.4847 7.37547,1.90211 1.40658,1.41518 1.14588,4.48524 3.28226,4.95629 1.88651,0.47915 3.53588,-2.34576 5.6518,-2.81453 2.36358,-0.23668 4.23879,2.36394 6.35389,2.79567 2.11509,0.43172 -2.82171,-4.02072 3.52856,-1.64516 2.35117,0.92434 7.27941,8.50869 8.2216,11.33966 0.23321,0.71282 -0.46916,1.88619 0.2289,2.1237 9.18347,1.19318 0.95229,-5.19357 9.41589,0.95553 2.35483,1.6546 -2.82579,5.42437 -2.12773,5.66189 6.59015,2.36779 7.53901,-8.48864 13.18465,-0.6874 0.9365,1.42041 2.34312,3.14575 2.57457,5.03925 0.23145,1.8935 -2.59683,3.53597 -1.65289,5.18626 0.94395,1.65029 3.7627,0.94863 5.17659,1.66321 a 14.07,14.07 0 0 1 3.52537,2.88733 c 0.23543,0.47262 -0.24196,1.17845 0.0382,1.17938 7.06851,-0.46919 9.18449,-4.95008 12.69721,4.03086 2.82088,7.08235 -1.65413,3.2953 2.57461,9.67168 0.47563,0.47485 1.41611,0.47439 1.65154,0.94701 a 17,17 0 0 1 2.81056,4.91154 c 1.41037,3.07594 0.45952,7.07884 2.32284,9.92998 1.87522,2.60063 6.58062,3.30859 2.57114,8.02093 -1.65427,2.36482 -7.29427,-0.0137 -8.23605,4.269 -0.2445,1.40866 2.06988,2.12407 2.34575,3.53588 0.22845,1.18322 -0.71157,2.12416 -0.95353,3.30261 -0.24195,1.17846 -0.23594,2.59901 -0.94575,3.5425 -1.17245,1.17859 -3.53158,0.93487 -4.47604,2.35621 -1.41694,2.58725 1.16327,8.7269 3.51764,9.44102 11.77372,3.3204 7.74478,-8.00505 13.43722,-12.96202 2.36043,-1.87744 4.71225,-0.93312 5.41813,-4.46784 0.95275,-4.25309 -3.04409,-7.79549 0.0231,-11.32669 4.2419,-4.94999 13.64858,-3.04366 13.89804,-8.00435 0.47494,-8.49984 -2.58772,-2.35742 -2.81213,-8.97362 -0.0304,-0.93951 1.40996,-1.87665 0.91656,-2.59105 -0.47216,-0.98522 -1.88618,-0.46915 -2.82092,-0.90911 -2.5898,-1.18674 -4.47247,-4.01725 -7.29469,-4.96633 -2.58424,-0.70667 -3.29059,1.88757 -5.64365,-0.94771 -3.99063,-5.20347 0.70986,-4.95559 1.69514,-9.43986 0.22941,-0.94792 -0.94395,-1.65029 -0.93696,-2.36089 -0.0152,-0.46975 5.90349,-12.33768 6.37088,-13.04319 4.47955,-4.71756 7.02677,0.71278 11.76294,2.37025 3.53028,1.18628 10.35244,-1.63616 12.47563,1.20656 3.75265,4.96106 0.68102,9.28281 7.97668,12.118 1.41388,0.71458 3.04765,1.42204 4.02543,0.72 0.98522,-0.47216 0.24201,-5.19056 0.71384,-6.37647 0.7119,-2.11417 2.82352,-1.17207 1.86357,-4.24258 -2.33872,-8.25859 -9.86245,-7.63457 -12.68416,-11.65529 -0.70329,-0.70759 0.23372,-2.35881 -0.69977,-3.06894 -2.35358,-1.92478 -10.1052,-3.08432 -12.94519,-4.27296 -3.53028,-1.18628 -4.69489,-3.77992 -7.75,-5.43184 -8.71033,-4.50024 -20.46157,-4.03938 -28.92994,-9.71808 -8.944,-6.15354 8.72969,-8.4872 2.84242,-15.09998 -2.07766,-2.36395 -5.64704,0.183 -7.29904,0.45665 -7.53591,1.1747 -19.5342,3.27441 -25.88187,-3.34346 -0.46564,-0.47517 0.23895,-1.88873 -0.46656,-2.35613 -1.16892,-1.18276 -3.28786,-1.42425 -4.6992,-2.36904 -4.22958,-3.31474 -9.63775,-7.80193 -12.21973,-12.76091 -2.58451,-4.72877 -7.02077,-23.37486 -10.31432,-26.20967 -3.08588,-2.60142 -4.0481,-1.41963 -7.29121,-3.31559 -3.24311,-1.89595 -19.82463,-13.71509 -21.23199,-16.08075 -0.70629,-1.41786 -3.74047,-14.15627 -3.26863,-15.34218 1.65113,-4.00558 7.29857,-1.39713 5.89381,-8.00509 -0.23367,-1.6533 -2.57804,-2.36775 -3.99716,-3.5524 -0.46975,0.0152 -0.98522,0.47216 -1.1729,0.23811 a 0.86,0.86 0 0 1 0.47216,-1.17591 c 0.97745,-0.71203 0.006,-2.60155 -0.46512,-3.54679 -0.46563,-0.47517 -0.71203,1.18368 -1.17989,0.94871 -0.93604,-0.47994 0.008,-3.15191 -1.17276,-3.15367 a 0.27,0.27 0 0 0 -0.23502,0.15769 9.73,9.73 0 0 0 1.18457,-2.03943 c 0.46961,-0.94571 -0.46688,-2.36612 0.47614,-2.59679 0.97745,-0.71203 2.11639,0.4717 3.28962,0.24358 3.76922,-0.70245 6.85867,-4.47449 10.1245,-5.89101 1.41565,-0.4661 3.1397,0.24843 4.08971,-0.69283 0.95001,-0.94126 -0.23492,-3.54425 0.94275,-4.25277 2.12069,-0.93918 6.58844,-0.46363 6.58492,1.89772 2.21454,-2.98329 2.34553,-4.49833 6.58844,-0.46364 a 2.9,2.9 0 0 1 0.46734,3.3066 c -0.47183,1.1859 -1.92445,2.36357 -3.06691,3.54119 a 0.23,0.23 0 0 0 -0.23275,0.22766 c -0.69963,0.0227 -2.11416,-0.7119 -2.12115,-10e-4 0.24144,1.89318 1.87822,3.31091 2.58067,4.919 0.008,0.23987 -0.47262,0.23543 -0.46485,0.4753 0.23113,1.88351 -0.24543,3.84997 0.69107,5.27039 a 0.23,0.23 0 0 1 0.23765,0.23242 c -0.95445,1.42166 2.82093,3.07024 3.99508,4.72308 0.93649,1.42041 1.63575,7.56099 2.81041,6.1422 a 32.82,32.82 0 0 0 2.84134,-4.94463 7.08,7.08 0 0 0 0.48137,-2.1267 c -0.008,-0.23988 -0.70963,0.023 -0.70583,-0.47739 -0.007,-0.22988 -0.0382,-1.17938 0.22974,-0.93794 0.94825,0.23942 0.18365,5.66703 2.82745,1.41917 a 9.84,9.84 0 0 0 0.4779,-3.77746 c -0.007,-0.22988 -0.47563,-0.47485 -0.47216,-0.98523 -0.007,-0.22988 0.23321,0.71282 0.46564,0.47517 1.89049,-0.94172 0.25071,-7.392 2.37186,-7.3907 6.82864,-0.46141 4.46381,2.20658 8.68988,5.72155 0.94348,0.70981 2.36135,0.004 3.02498,0.7224 4.22306,4.96582 -0.73152,11.0795 3.96938,16.27997 a 59.84,59.84 0 0 0 7.0505,6.38499 c 1.88142,0.93956 7.7656,1.89948 5.87733,2.60101 -3.29105,0.94709 -9.39663,-5.91876 -8.47546,3.05611 0.23191,2.83398 11.04688,8.98692 12.69666,11.1146 0.46785,0.23497 -1.88397,-0.70935 -1.41611,-0.47438 1.41166,0.95478 7.52586,2.83773 7.75907,3.55055 0.47387,1.65552 -0.94308,4.24277 0.18365,5.66703 0.7055,0.46739 8.00584,-2.11041 8.23827,-2.34807 4.71192,-0.94311 1.40167,0.9551 7.29343,3.07539 1.87652,0.47947 3.99466,-0.22951 5.87863,0.47984 2.59104,0.91656 4.2305,5.19571 7.04828,6.62519 3.29753,1.41394 5.40947,2.36604 6.35041,3.30605 0.008,0.23988 0.22988,-0.007 0.22988,-0.007 0.47975,-0.0155 0.98523,-0.47216 1.17938,-0.0382 0.92331,1.63095 -0.41534,1.69435 1.56506,2.60068 a 0.73,0.73 0 0 0 -0.15247,0.23506 c -0.23719,0.70805 1.40167,0.9551 2.1113,0.9321 a 3.26,3.26 0 0 0 0.86566,-0.14811 c 0.35499,0.14858 0.61648,0.19013 1.01308,0.38739 0.39659,0.19726 0.94427,1.66029 0.47386,1.65552 -3.76968,-0.23803 -6.58616,-3.78867 -10.35363,-4.26689 -1.64853,-0.23673 -3.52426,0.23427 -5.17279,-0.002 -0.46976,0.0152 -0.93872,-1.18022 -1.17179,-0.96255 a 1.14,1.14 0 0 0 -0.007,1.65107 c 1.41611,0.47439 3.05386,-0.23903 4.70272,0.008 a 13.92,13.92 0 0 1 4.70618,1.65844 c 0.46786,0.23497 0.23812,1.1729 0.7063,1.41787 8.00195,4.25305 6.34921,-2.59701 18.81775,7.34436 a 17.17,17.17 0 0 0 5.87413,2.81122 15.91,15.91 0 0 0 3.29929,0.23326 c -0.47485,0.47563 -0.97,0.94191 -0.7168,1.65408 3.23875,7.31894 4.01766,0.48013 7.29297,2.13491 0.70583,0.47739 0.23589,1.4131 0.7093,2.12814 1.87744,2.36043 4.30256,1.86162 5.94854,4.48969 0.47308,0.70505 -10e-4,2.12115 0.70199,2.82875 a 10.71,10.71 0 0 0 5.17705,2.60368 c 1.88651,0.47915 4.23537,-1.13778 5.65097,0.2471 1.16892,1.18276 -0.48568,3.53759 -0.25201,5.19089 0.24321,0.71249 1.88142,0.93955 1.41657,1.41486 -0.96968,0.9519 -3.06163,-8.4e-4 -3.77145,0.94265 -1.1772,1.64899 -0.9483,3.77269 -0.9496,5.89385 -0.008,2.83175 3.99813,1.42124 3.51977,4.25823 -0.21859,2.20824 -1.49122,10.4838 -0.47916,10.53104 0.06,-0.002 0.14766,-0.0748 0.23534,-0.1477 0.70727,-0.71328 -0.004,-2.60123 0.90879,-2.83092 0.70962,-0.023 1.1816,1.88272 0.70453,2.59855 -0.39748,0.39308 -1.19965,0.33903 -1.87864,0.38104 -0.52972,0.0172 -0.99592,0.14233 -1.18285,0.5486 -0.70727,0.71328 10e-4,1.89095 -5.2e-4,3.07163 -0.23941,0.94825 -10e-4,2.12116 -0.24071,3.06941 0.023,0.70963 -1.18021,0.93872 -0.947,1.65154 0.70453,2.59854 5.40641,5.66786 5.20143,6.13475 -0.71426,1.42388 -4.01734,-0.47013 -4.71512,1.15332 -1.64859,3.77538 13.40258,7.89004 15.05236,10.01772 0.94191,0.97 0.70199,2.82875 1.87346,3.78131 0.47308,0.70504 1.88095,-9.3e-4 2.35404,0.70412 0.46864,1.18544 -0.24372,2.35913 -0.2477,3.78001 l 0.0512,1.57917 c 0.23544,0.47262 0.23321,0.71282 0.47216,0.98522 2.3551,5.6767 5.89288,3.08075 6.60616,3.78802 0.71328,0.70727 -0.7224,3.02498 0.22492,3.54457 2.82824,2.36964 9.43107,5.43739 12.02988,8.75496 0.46309,0.70537 -0.009,1.88128 0.70421,2.58855 a 12.26,12.26 0 0 0 1.65154,0.947 c -3.55879,8.73986 0.69709,2.36867 3.06191,4.02294 1.17369,0.71236 0.70199,2.82875 1.87345,3.78131 0.23544,0.47262 0.98523,-0.47216 1.4231,-0.23622 a 13.69,13.69 0 0 1 3.53421,3.77751 c 1.64533,2.60808 -0.95752,4.72349 1.64357,5.94989 0.22988,-0.007 0.0382,1.17938 0.47216,0.98522 a 10.82,10.82 0 0 0 4.01516,-3.30178 c 0.47485,-0.47563 -0.46656,-2.35612 0.2415,-2.11893 1.41356,0.70458 2.15409,4.72271 4.71266,4.01947 4.48524,-1.14588 6.87389,-4.00474 9.9173,-5.18394 1.65806,-0.70407 9.20202,2.38321 10.8593,0.72866 0.97745,-0.71203 -0.70454,-2.59854 -0.23492,-3.54425 3.08598,-5.4228 0.22793,4.25485 4.47801,4.49732 1.41926,-0.046 0.7181,-3.77524 1.88624,-3.54295 1.88873,0.23895 2.36084,3.07515 4.01238,4.02215 3.04766,1.42204 4.48126,-1.88613 6.36901,0.48397 1.17638,1.41264 1.41487,-1.41657 1.88527,-1.4118 0.4704,0.005 0.0382,1.17938 0.47609,1.41532 0.9457,0.46961 2.82874,-0.70199 2.59155,0.006 -2.8393,7.78605 -11.09426,-0.2608 -8.73694,5.1757 0.46831,1.17545 3.06163,8.4e-4 3.53249,0.94608 0.23844,1.1829 -1.65427,2.36482 -2.59382,2.08511 -2.36913,-0.24339 -3.77172,-3.07945 -6.11831,-3.5537 -4.04066,-1.18975 -8.48796,-0.72546 -12.26588,-2.14384 -2.59104,-0.91656 -4.94809,-4.49209 -8.26121,-2.37367 -4.72322,3.06459 -1.18374,3.30007 -3.81102,5.89653 -1.89003,1.8822 -4.24786,-0.48267 -6.60921,-0.48619 -0.22988,0.007 0.47215,0.98522 0.23228,0.993 -0.46975,0.0152 -0.9365,-1.42042 -0.94191,-0.97 -1.1855,4.48074 0.70448,6.61065 -3.08349,9.2047 -0.23497,0.46785 -1.17938,0.0382 -1.41342,0.22589 -3.31632,4.48977 3.08588,2.60142 4.48278,4.02692 1.17892,1.18244 0.22715,3.30438 1.14587,4.48524 0.47309,0.70505 1.1799,-0.94871 1.88795,-0.71152 3.03243,0.95228 9.18961,5.70535 8.96093,9.45472 -0.4841,5.43854 -3.30581,1.41782 -2.84101,4.95462 0.46433,2.59632 1.63672,5.42984 3.77042,5.20061 0.22988,-0.007 0.93951,-0.0304 0.93571,0.46994 0.23367,1.6533 -1.69514,9.43986 5.20953,6.38462 4.01118,-1.88091 -6.12807,-12.80824 5.2032,-10.17387 1.41866,0.24418 1.88744,2.36011 2.59628,3.54777 1.17415,1.65284 1.87789,3.30091 3.29479,4.72576 0.23765,0.23243 0.9395,-0.0304 1.17813,0.23197 1.88521,2.6003 -1.90582,8.49618 4.00057,9.21526 0.70806,0.23719 0.70459,-1.41357 0.47138,-2.12639 -0.46212,-2.83652 -0.9326,-7.78387 -0.69796,-8.26172 5.9157,-8.25594 7.5527,1.196 11.5643,4.26768 0.70583,0.47739 1.64807,-0.70375 2.1237,-0.22891 0.7055,0.4674 0.47132,1.88572 1.17715,2.36311 0.93794,0.22975 2.58901,0.23627 3.0664,-0.46956 0.47915,-1.88651 -4.94332,-4.96249 -5.17875,-5.43512 -0.23543,-0.47262 0.70204,-1.18336 0.7068,-1.65376 -0.23543,-0.47262 -1.18368,-0.71203 -1.17669,-1.42263 0.007,-0.7106 2.83476,0.71856 1.88526,-1.4118 -0.9495,-2.13037 -3.75913,-7.32209 -4.70308,-8.97238 -0.47308,-0.70505 -1.89095,10e-4 -2.35436,-0.71412 -0.24288,-0.7025 0.46693,-1.64599 0.23594,-2.59901 -0.94394,-1.65029 -8.71948,-7.56155 -6.83246,-10.15403 1.18465,-1.41911 3.78222,0.007 5.66318,0.007 0.23988,-0.008 0.99948,-0.0324 1.18845,0.24163 0.46309,0.70538 -0.009,1.88129 0.69898,2.11848 a 26.11,26.11 0 0 0 6.84164,0.24853 c 2.13148,0.011 7.31903,-0.4573 5.93467,-2.11333 -2.35307,-2.83527 -6.83988,-1.42921 -9.43537,-4.0265 -0.70329,-0.7076 0.0113,-2.12148 -0.45957,-3.06673 -0.23543,-0.47262 -1.41611,-0.47438 -1.41911,-1.18466 -0.003,-0.71027 2.12291,-1.17937 1.41486,-1.41657 -1.64377,-0.70713 -4.48251,-0.005 -5.18658,-1.66288 -0.70852,-1.17767 7.31986,-3.51893 10.16083,-4.46144 1.65552,-0.47387 3.7e-4,-4.00211 3.07117,-3.1011 2.35404,0.70412 4.94855,5.43257 6.59754,6.60978 0.46818,0.24496 0.70982,-0.94349 1.178,-0.69852 a 14,14 0 0 1 3.29831,2.36441 c 0.23543,0.47262 -0.23197,1.17813 0.23367,1.6533 0.70805,0.23719 1.65376,0.7068 2.13115,9.7e-4 2.6016,-4.00636 -0.47178,-4.98733 -1.6402,-7.08059 -0.47215,-0.98522 0.23373,-2.35881 -0.23492,-3.54425 -0.23228,-0.993 -1.65454,-1.65728 -1.64279,-2.83828 -0.003,-1.65075 3.98722,-0.45938 1.41394,-3.29753 -3.29433,-3.78528 -4.71141,-2.12851 -9.4319,-2.37575 -3.77968,-0.23771 -2.8317,-4.02039 -3.76741,-4.49033 -1.65931,-1.18688 -4.02308,2.13142 -5.90292,0.93168 -1.42356,-0.70427 0.23803,-3.76969 -1.14588,-4.48524 -1.3839,-0.71556 -3.0707,1.88044 -4.72668,1.41383 -1.40866,-0.2445 -1.17494,-2.60331 -2.59105,-3.07769 -1.65376,-0.70681 -3.53948,-0.23548 -5.42076,-0.24455 -0.47262,0.23543 -0.97745,0.71203 -1.42564,0.46642 -0.70551,-0.4674 -0.70153,-1.88827 -1.64201,-1.88781 -0.94048,4.6e-4 -1.42263,1.17669 -2.12546,1.40958 -0.70282,0.23289 -2.83666,-0.46837 -2.12416,-0.71157 4.49158,-1.87647 7.78596,-2.10329 11.09608,-4.93198 4.01738,-3.54198 -1.1754,-3.54379 -2.82472,-4.731 -0.70551,-0.46739 -0.46355,-1.64585 -1.1716,-1.88304 -0.47818,-0.24464 -0.23974,0.93826 -0.71236,1.17369 -1.6533,0.23367 0.94354,-3.30229 1.42046,-4.9486 -0.023,-0.70963 -0.6993,-2.12847 9.8e-4,-2.13115 0.71282,-0.23321 9.91099,4.50135 10.37839,3.79584 1.90923,-2.83332 -10.12861,-8.74653 -11.78316,-10.40381 l -3.05288,-6.21438 c -2.59359,-2.84749 -8.01527,-4.973 -8.72106,-9.4625 l 1.66229,-7.05754 c -0.22845,-1.18322 -2.58725,-1.41694 -2.35529,-2.59508 0.23641,-1.65852 2.12722,-2.59025 3.30966,-3.76917 1.42231,-1.18669 4.01993,-3.77218 4.02039,-2.8317 -0.007,4.7227 -4.96296,4.00284 -0.0176,7.79465 2.60345,1.91669 9.21044,0.48194 11.09788,2.84204 0,0 1.64574,7.56067 2.3538,7.79786 1.88618,0.46915 8.02819,0.74036 8.49494,0.0149 1.18165,-2.12939 -14.6307,-3.79811 -9.18924,-9.70746 0.70981,-0.94348 2.11893,0.2415 3.29961,0.24326 0.94825,0.23941 1.89349,-0.23145 2.83175,0.008 3.78283,1.87847 4.00076,6.13364 7.77901,7.56201 1.65376,0.70681 1.86939,-4.06268 0.48443,-5.42853 -1.8922,-1.88971 -8.035,-0.95026 -7.31579,-3.76503 0.7151,-4.48551 8.27002,-3.52971 10.86726,-2.11309 0,0 8.00602,9.93591 6.10309,3.08395 -0.94519,-3.54125 -6.36896,-4.49608 -8.96353,-5.21242 -0.94792,-0.22942 -0.93695,-2.36089 -1.88965,-2.11991 -0.69963,0.0227 0.24228,0.99268 0.23589,1.41311 -0.23497,0.46785 -0.46739,0.7055 -0.70759,0.70328 -0.9427,0.24066 -1.88572,0.47133 -2.36135,-0.004 -1.88221,-1.89002 -1.63673,-5.42983 -3.76612,-6.61148 -0.70583,-0.47739 -3.53948,-0.23549 -1.88743,-2.36011 4.26633,-5.43103 4.72016,0.23724 9.21174,-1.63922 5.1963,-2.35954 3.3154,-6.37073 5.91348,-8.01574 6.61371,-4.00631 3.05936,4.25314 9.67732,0.68692 a 18,18 0 0 0 3.77752,-3.5342 c 4.97295,-6.16431 5.96446,-1.19382 13.53479,-0.68875 2.35881,0.23373 9.90633,-3.05246 11.8033,-1.63315 3.76917,3.30965 -3.78751,3.53453 0.18364,5.66702 a 9.25,9.25 0 0 0 2.59947,1.17642 c 3.54027,1.18596 17.47482,-8.47044 16.5273,-3.74727 -0.48313,3.30739 -12.04706,8.0044 -12.52497,11.78186 0.023,0.70962 1.41167,0.95478 1.64456,1.6576 a 3.28,3.28 0 0 1 -0.001,2.12116 c -0.24418,1.41865 -1.89531,5.42423 -0.7151,4.48551 4.49001,-3.77741 5.44216,-9.90146 9.22365,-14.85654 3.31887,-4.71997 9.45199,-5.64911 12.52543,-10.84138 a 38.3,38.3 0 0 0 2.60591,-5.41724 c 0.24418,-1.41866 -0.69977,-3.06895 0.24247,-4.25009 4.02391,-5.19305 5.66795,-0.46382 10.38719,-2.10754 0.71282,-0.23321 0.24672,-1.64885 0.924,-2.36116 a 11.45,11.45 0 0 1 4.71878,-2.5842 c 5.44173,-1.88724 8.02449,4.02221 6.85261,-1.88293 -0.46832,-1.17545 0.93774,3.31136 2.10065,3.07357 1.8835,-0.23113 7.78865,-1.403 8.49832,-3.27697 0.71426,-1.42388 -0.22969,-3.07418 0.24724,-4.72049 -0.0308,-0.9495 1.917,-2.59345 0.71241,-3.02466 -4.95638,-1.66034 -16.2815,0.21746 -22.41726,-3.56579 -9.18961,-5.70535 -5.4159,-8.73917 -6.82927,-12.52538 a 10.39,10.39 0 0 0 -1.64723,-2.35788 c -1.1718,-0.96256 -6.36374,-4.026 -6.60139,-4.25842 -0.0156,-0.47975 0.71203,-1.18369 0.4766,-1.65631 -2.58799,-6.37952 -12.98842,2.11179 -8.72953,-3.54912 0.95445,-1.42166 3.07038,-1.89044 4.02516,-3.3021 0.46484,-0.47531 -0.94872,-1.17989 -0.71153,-1.88795 0.23942,-0.94825 1.42264,-1.17669 1.93223,-2.1237 -0.008,-0.23987 -0.94348,-0.70981 -0.70329,-0.70759 1.17767,-0.70851 3.30184,0.003 3.9639,-1.179 0.66206,-1.18207 -0.70977,-3.06863 -0.93566,-4.48205 -0.94298,-3.78144 -0.69894,-6.13058 -1.17345,-9.96722 -0.0152,-0.46976 -1.40833,-0.23451 -1.41356,-0.70459 0.47739,-0.70583 2.12814,-0.7093 2.36788,-1.64756 2.60303,-5.19703 -3.07237,-4.96309 5.67628,-7.30768 1.1829,-0.23844 2.35705,1.4144 3.3023,0.94354 1.65029,-0.94395 1.19197,-6.44199 0.2503,-12.34459 -1.16568,-7.56621 -3.27419,-15.82225 -3.50786,-17.47555 -0.008,-0.23987 5.69757,-9.42949 4.25847,-10.6135 a 0.54,0.54 0 0 0 -0.38531,-0.1576 4,4 0 0 0 0.6225,-0.55045 c 0.41682,-0.41372 0.95089,-1.5316 0.79676,-1.65668 1.33384,0.0968 1.36207,-3.04571 2.52164,-4.00377 1.89526,-1.41213 8.95188,-1.6308 9.21226,-4.71085 -0.0305,-0.93951 -0.22154,-8.99755 -0.69143,-9.91281 -0.23544,-0.47262 -0.71505,0.47341 -1.1829,0.23844 a 1.58,1.58 0 0 1 -0.9365,-1.42041 c -0.007,-0.22988 0.69963,-0.0227 0.94302,-0.23067 0.47439,-1.4161 2.36969,-6.84034 -0.46252,-7.7891 -0.46786,-0.23497 0.23066,0.94302 -0.23974,0.93825 -0.23242,0.23766 -0.23288,-0.70282 -0.47216,-0.98522 -1.4161,-0.47438 -0.4779,3.77746 -2.12814,0.7093 -1.40958,-2.12546 -1.17632,-5.42474 -1.403,-7.78864 -0.0308,-0.9495 -1.64802,-3.30836 -0.70232,-2.83874 2.12417,0.71157 1.63974,6.14011 3.7682,5.4408 7.09202,-2.83119 2.36664,-3.53851 2.37714,-6.61046 -0.0152,-0.46975 0.46217,0.98555 0.94349,0.70981 0.70282,-0.23288 -1.17938,-2.12291 -0.47433,-2.596 1.18544,-0.46864 2.59678,0.47615 3.78222,0.007 a 3.75,3.75 0 0 0 2.12246,-2.11985 127.61,127.61 0 0 0 5.45345,-14.18408 c 0.22942,-0.94793 -1.652,-1.88748 -1.18239,-2.83319 0.23719,-0.70805 1.66029,-0.94427 2.12768,-1.64978 1.66191,-3.05543 -3.08587,-2.60141 -1.16887,-5.19486 5.2089,-6.60218 12.27467,-3.75954 12.28597,-5.88102 0.23895,-1.88873 -2.35654,-4.48603 -0.70402,-5.67017 1.18021,-0.93872 0.46257,3.77699 2.15409,4.7227 0.71361,0.71727 1.65284,-1.17415 2.83574,-1.41258 1.18289,-0.23844 2.60155,0.006 3.99466,-0.22951 3.06672,-0.45957 -0.6937,-5.6605 -0.6937,-5.6605 -0.23192,-2.83398 2.12467,-2.36006 0.70764,-4.71539 0.70963,-0.023 1.42309,-0.23622 1.41833,0.23418 0.21385,13.70026 8.00268,9.21563 15.33652,4.27551 0.97746,-0.71204 -2.12768,1.64977 -3.07769,2.59104 -1.17498,1.40879 0.46938,3.98689 -1.65335,4.24578 -3.97944,0.69925 -8.49448,0.92561 -12.51102,1.40596 -0.23988,0.008 -6.13359,-0.0113 -5.4303,0.69625 1.40912,1.18498 2.82347,2.84004 4.70965,3.30919 0.70805,0.23719 -0.46133,-1.88605 0.2415,-2.11893 1.41786,-0.7063 3.0694,0.24071 4.7227,0.007 0.46976,-0.0152 2.36312,-1.17715 2.59901,0.23595 0.46688,2.36612 -5.44303,4.0084 -3.81847,5.66665 0.71204,0.97745 8.97455,-0.93117 10.15268,-0.69921 0.70806,0.2372 -0.009,1.89128 0.69931,2.12847 a 7.84,7.84 0 0 0 5.67096,0.24645 c 1.88572,-0.47132 2.82972,-2.83314 4.48778,-3.53721 1.6503,-0.94395 3.777,-0.46258 5.19487,-1.16887 0.47262,-0.23543 -0.47609,-1.41532 -0.0534,-1.64913 0.47484,-0.47563 1.42356,0.70426 1.89618,0.46883 1.17545,-0.46832 0.46823,-3.76715 1.65413,-3.29531 2.12639,0.47138 4.00285,4.96296 5.65791,3.54861 1.18244,-1.17892 0.89356,-3.30068 2.36362,-4.24879 4.02595,-2.35163 -0.24024,4.00989 2.35779,6.37698 0.94348,0.70982 3.38341,-2.11069 3.14113,-0.94223 0.023,0.70963 -7.40687,8.24423 -8.82441,8.96052 -0.70282,0.23288 -1.41166,-0.95478 -2.12638,-0.47138 -0.23497,0.46786 1.18178,0.96223 0.94617,1.41009 0,0 -4.9674,4.48325 -5.1976,4.4807 a 5.09,5.09 0 0 0 -1.18943,1.88952 c 0.0152,0.46975 0.71328,0.70727 0.71203,0.97745 -0.23242,0.23765 -8.74615,6.12649 -5.67628,7.30768 5.89986,2.37015 4.71923,-1.64371 9.68214,-1.63445 1.64853,0.23673 6.83936,4.50084 8.48711,3.78709 2.12847,-0.6993 3.89523,-3.29789 6.68871,-0.45688 6.36767,6.61723 0.9339,5.66273 2.10708,9.44671 1.17762,3.30359 2.82661,4.4808 2.59419,4.71845 -0.97,0.94192 -4.25185,0.93821 -3.78575,2.35386 0.71407,1.65774 3.77524,0.7181 5.429,1.4249 1.65631,0.47661 1.64978,2.12768 3.77094,2.12898 11.81139,-1.38329 9.46639,-15.08452 17.03233,-20.2723 a 9,9 0 0 1 4.71655,-2.34399 c 0.99948,-0.0324 2.12939,1.18165 2.83444,0.70856 1.65728,-1.65454 0.23946,-4.96036 1.89452,-6.3747 1.66283,-1.17448 2.59887,-0.69454 3.08024,-2.82125 0.23242,-0.23765 -0.46975,0.0152 -0.70805,-0.23719 -1.17892,-1.18244 0.70556,-3.54471 1.41838,-3.77792 a 6.49,6.49 0 0 1 4.2471,-0.46781 c 1.4187,0.24418 2.3604,2.13467 3.7728,1.87879 1.6533,-0.23367 2.1347,-2.36038 3.5526,-3.06667 1.1754,-0.46832 2.5915,0.006 3.777,-0.46258 4.7192,-1.64372 0.9518,-6.13405 1.4297,-9.91151 0.4691,-1.88618 3.3097,-3.76917 2.133,-5.19181 0,0 -9.6844,1.87465 -9.9368,2.11295 -1.4201,0.9465 -0.2477,3.78001 -1.6656,4.48631 -0.9852,0.47215 -2.1215,-0.0113 -3.0172,-0.48253 -0.7081,-0.23719 -0.4639,-1.65585 -1.1742,-1.65284 -1.65106,-0.007 -0.2455,3.53981 -1.1902,4.95115 -1.18248,1.17892 -2.35714,2.59771 -4.01298,3.06158 -3.96552,1.12903 -17.21438,-11.58852 -19.33595,-14.38127 -0.70361,-0.71759 -3.99632,-6.61403 -3.52147,-7.08966 1.41009,-0.94617 2.82569,2.59984 4.47899,2.36617 5.43252,-0.93645 4.03002,-11.79672 6.15424,-15.09725 0.70981,-0.94349 2.13323,-1.16971 2.60382,-2.08543 1.1872,-1.64932 1.18817,-3.78047 2.37316,-5.18959 3.54906,-4.71743 5.42558,-4.23795 8.49323,-2.81657 0.23765,0.23243 0.24464,-0.47817 0.47706,-0.71582 2.125,-2.35006 -0.46433,-6.91859 5.2005,-7.1722 1.8931,-0.24145 3.1163,3.54092 4.4864,2.59605 1.6503,-0.94395 -0.4726,-3.77668 0.2368,-5.66064 -0.015,-0.46976 5.4391,-6.59963 5.6793,-6.59741 0.9852,-0.47216 2.1237,1.93223 2.5894,1.17674 0.4658,-0.75548 0.7712,-7.07869 2.1438,-8.25376 1.8853,-1.4118 7.7922,-3.76436 10.1583,-4.23124 0.6997,-0.0227 0.937,2.36089 1.4044,1.65538 0.7098,-0.94348 0.4761,-2.59678 1.1859,-3.54027 -0.01,-0.23987 0.2424,-0.23797 0.245,-0.46818 2.1247,-2.36005 11.8068,-3.99451 12.5224,-7.53954 0.4761,-2.59679 -2.8405,-2.12912 1.6495,-4.05556 a 5.45,5.45 0 0 1 3.7792,-0.70277 c 3.7805,1.18817 5.4268,3.82624 3.0588,7.32477 -0.7098,0.94348 -2.1232,1.16938 -3.3061,1.40782 -0.2399,0.008 -0.2423,-0.99267 -0.712,-0.97745 -1.4179,0.70629 -4.4974,8.49012 -8.0382,10.37579 -0.2399,0.008 -6.8534,0.93247 -1.8483,4.71234 1.4216,0.95445 4.2553,-1.13842 4.7205,0.24724 0.9391,2.12069 -4.9417,1.88104 -5.8977,1.40175 -0.4779,-0.23464 -0.7063,-1.41786 -1.1789,-1.18243 -2.1304,0.9495 -1.8694,4.06268 -3.5561,5.42802 a 8.21,8.21 0 0 1 -3.3061,1.40783 c -0.9395,0.0304 -2.3571,-1.4144 -2.827,-0.47869 -0.4771,0.71583 1.1767,1.42263 1.8877,2.3701 4.2383,5.43558 3.5256,1.96684 10.1153,3.39416 1.6485,0.23672 2.5834,1.91733 4.0063,2.6016 2.1213,0.93178 4.7127,0.007 6.6023,1.19678 0.7055,0.4674 1.1763,1.41264 0.9417,1.89049 -1.9018,3.06321 -6.1366,-0.72161 -7.7847,-0.0179 -1.8979,0.71185 -0.2525,8.26252 -0.2547,8.50272 0.023,0.69963 0.4718,2.8262 0.2389,2.12337 -2.83,-5.20107 -1.1666,-9.44717 -4.7209,-5.19982 -1.4152,1.40657 1.8796,6.13234 0.9356,8.49415 -0.7068,1.65376 -2.1294,2.83046 -2.3636,4.24879 0.023,0.69963 1.4135,0.70458 1.1789,1.18243 -0.4744,1.41611 -3.7757,-1.65857 -2.3661,0.46689 0.9417,1.89049 5.8933,4.02123 6.1792,5.43271 0.2332,0.71282 -0.7068,1.65376 -0.4739,2.35658 0.015,0.47975 1.4138,0.71458 0.9434,0.70982 -1.6533,0.23367 -3.5447,-0.70556 -5.1927,-0.002 -0.9853,0.47215 -0.9318,2.12129 -1.9018,3.0632 -0.2399,0.008 -0.2407,-0.9427 -0.7121,-0.97745 a 12.12,12.12 0 0 0 -4.0186,1.65103 c -0.4726,0.23543 -0.4722,1.17591 -0.9548,1.41166 -0.4826,0.23576 0.7098,-0.94348 0.242,-1.17845 -0.9457,-0.46962 -2.3591,-0.24372 -3.5398,-0.24548 -1.1807,-0.002 -2.8297,-1.17897 -3.5395,-0.23548 -0.9622,1.18178 -0.7159,3.53504 0.4678,4.24707 1.1837,0.71204 2.3596,-2.82791 3.5408,-1.88567 3.7692,3.30966 -10.1631,4.70164 -6.3818,6.84029 4.4849,2.85624 9.4346,-0.93607 14.629,0.96669 3.5377,1.41616 5.2322,7.08425 9.2268,6.85474 0.2299,-0.007 6.8482,-1.40254 7.0806,-1.64019 0.7098,-0.94349 -2.598,-2.3671 -1.6528,-2.83796 1.1855,-0.46864 10.1447,6.15465 12.2289,6.86752 3.0324,0.95228 5.9421,-1.88345 8.7361,-2.11406 4.2449,-0.22761 14.9364,4.27846 18.9523,5.93926 4.2426,1.86357 8.2426,5.19576 12.7337,6.39092 l 0.2324,-0.23765 4.7192,2.36839 a 1.84,1.84 0 0 0 0.9419,0.97 c 0.7081,0.23719 1.1832,-0.22844 1.8935,-0.23145 1.8835,-0.23113 3.539,-0.70499 5.1853,-0.22807 2.1242,0.71158 2.83,5.20107 4.7205,4.25935 0.2324,-0.23766 -0.2385,-1.1829 0.2319,-1.17814 1.1855,-0.46864 2.3614,0.004 3.5421,0.005 0.7096,-0.023 1.1859,0.47184 1.8887,0.23895 4.9569,-1.41129 4.9582,-3.53244 10.6253,-0.93463 1.8814,0.93955 2.5915,4.01817 4.4802,4.25712 0.9395,-0.0304 1.4105,-0.93617 2.1207,-0.93918 1.8935,-0.23145 3.777,-0.46258 5.4308,0.24423 3.0476,1.42204 3.7609,6.14141 5.6509,8.27131 3.5349,4.72799 9.6677,7.80097 11.3022,13.471 1.6463,4.48904 0,3.30183 -0.9558,7.55492 a 25.46,25.46 0 0 0 -0.9499,4.03288 c -1.4171,5.66888 -3.0743,10.10488 -8.043,14.85831 -0.7072,0.71328 -1.8857,0.47132 -2.3631,1.17715 -3.0769,3.54152 -6.5911,12.73016 -11.3548,14.85557 -1.1754,0.46832 -2.8209,-0.90911 -4.0254,-0.72 -0.9927,0.24228 -1.1894,1.88952 -2.1321,2.13018 -0.9427,0.24066 -1.8865,-0.47915 -2.827,-0.47869 -0.993,0.23228 -1.6551,1.41435 -2.8335,1.17239 -0.2399,0.008 -4.7192,-2.36839 -6.1418,-1.1917 -1.1799,0.94872 -1.1765,2.59947 -2.1243,3.30054 -0.9852,0.47216 -2.1263,-0.47138 -3.0716,-5.1e-4 -0.9778,0.70203 -0.9395,1.88141 -1.917,2.59345 -1.4226,1.17669 -3.5463,1.4056 -4.9187,2.59067 -2.3739,2.07798 -2.6067,3.84645 -5.207,5.73166 -3.0752,2.36084 -10.7017,3.51846 -14.2437,3.51318 -8.5046,-0.005 0.97,-0.94191 -4.0151,-2.87146 -2.831,-0.90878 -3.5447,4.23703 -4.4899,4.7079 -1.6481,0.70375 -3.7697,-0.23803 -5.6584,-0.47698 -0.238,-0.24242 -0.2407,-0.9427 -0.7121,-0.97745 -1.8835,0.23112 -3.5407,1.88567 -5.6697,1.6445 -0.6996,0.0227 -0.4613,-1.88605 -1.1671,-2.36344 a 9.22,9.22 0 0 0 -4.4886,-1.42537 c -9.2074,0.22834 -4.6968,9.43708 -13.9306,5.45407 -2.8278,-1.42916 -4.2855,-8.74579 -7.272,-8.27881 -1.1794,0.0382 -1.1889,2.82999 -2.3648,2.35783 -0.9483,-0.23941 0.9522,-3.03243 -0.2294,-3.06418 -2.3639,0.22669 -6.1532,8.954 -14.4075,5.86973 -8.732,-3.31892 -3.7643,-7.79217 -4.2699,-8.26604 -1.1764,-1.41264 -3.2971,-0.47346 -4.9582,-0.47966 -0.6996,0.0227 -1.4061,-0.47471 -1.6507,0.003 -0.7024,1.17336 -0.2407,3.0694 -1.1833,4.24055 -2.6083,4.72696 -27.15568,7.98374 -33.29501,10.57394 -2.84096,0.94252 -5.20014,4.7109 -7.33037,6.59089 -1.93968,1.89382 -5.18885,2.58942 -7.32398,4.00932 -5.91042,4.71391 -10.00624,12.01039 -15.42803,17.9091 a 38.77,38.77 0 0 1 -5.43734,5.41895 c -0.23243,0.23765 -1.41088,-0.004 -1.41565,0.4661 -0.94752,4.72317 2.59451,4.72844 -1.89975,8.06576 -0.47484,0.47563 -1.65108,-0.007 -2.35358,0.23636 -5.67448,2.1149 -1.18896,2.82999 -8.50577,3.04709 -2.60123,0.004 -9.19647,-1.90313 -11.56703,-0.95585 -0.70282,0.23288 -0.47438,1.4161 -1.17975,1.87919 -2.60475,2.36561 -7.317,3.29872 -10.63137,3.52619 -3.98689,0.46938 -13.21464,0.68838 -13.44928,1.16623 a 32.16,32.16 0 0 0 -1.89961,6.83511 c -0.71241,3.02466 5.18227,3.07376 5.89032,3.31095 0.47975,-0.0155 1.17939,-0.0382 1.41611,0.47439 0.24321,0.71249 -0.947,1.65154 -0.46883,1.89618 0.70806,0.23719 1.18244,-1.17892 1.88272,-1.1816 0.47785,0.23464 0.23589,1.4131 0.70629,1.41787 4.48774,0.47489 8.50499,-3.99757 13.22293,-3.52013 4.00988,0.24025 -7.08111,4.71182 -8.02413,4.94249 -0.70963,0.023 -0.71374,-1.64775 -1.18637,-1.41232 -0.47262,0.23543 -14.16775,8.94358 -15.11777,9.88484 -3.31664,4.47977 12.04271,-2.58141 7.54442,4.02776 -0.96255,1.17179 -10.38497,1.86734 -13.69157,2.33468 -6.37299,0.93691 -11.84633,4.93628 -12.044,4.70256 -0.93872,-1.18021 2.36663,-3.53851 1.18549,-4.48075 -1.40912,-1.18498 -3.77223,-0.008 -5.66702,0.18365 -0.23243,0.23765 0.023,0.70963 -0.2372,0.70806 a 0.61,0.61 0 0 1 -0.3853,-0.15761 c 0.94931,0.88972 2.47347,1.61073 2.26829,2.99811 -0.70412,2.35404 -3.53985,3.76663 -5.85822,4.47209 -4.94167,1.88104 -6.11054,-3.31383 -7.31898,-3.55481 -3.01721,-0.48253 -4.49033,3.76741 -6.86677,4.22462 -0.99267,0.24228 -4.72271,-0.007 -6.13979,1.64973 -1.41708,1.65677 -1.66334,4.2461 -3.08075,5.89288 -0.70759,0.70328 -1.8835,0.23112 -2.36089,0.93696 -0.46962,0.9457 0.23145,1.89349 0.23446,2.60377 -0.24196,1.17845 -0.23627,2.58901 -0.94608,3.53249 -1.42486,1.4169 -3.99467,0.22951 -4.0204,2.83171 0.23238,3.77445 2.11458,5.66448 2.10629,8.49623 0.24066,0.9427 -2.79534,6.36388 0.70227,6.85085 0.46975,-0.0152 15.10916,-7.06308 16.76435,-7.54694 0.47263,-0.23543 1.41787,-0.7063 1.1829,-0.23844 a 41.53,41.53 0 0 1 -4.50168,9.901 c -0.23464,0.47785 -2.3588,-0.23372 -0.97745,0.71203 1.41912,1.18466 6.8421,1.18902 7.54807,4.75802 0.0382,1.17938 -2.36705,2.9082 -1.41801,4.09808 0.70551,0.4674 8.02551,-2.12105 6.84432,0.94882 -1.18595,3.54027 -8.2783,6.36146 -6.85872,8.4866 1.41958,2.12513 5.41895,5.43734 5.8938,4.96171 a 9.1,9.1 0 0 1 3.06594,-1.41005 c 0.99299,-0.23228 3.07116,-0.93996 3.07195,0.0105 -0.23497,0.46786 -7.32385,4.93981 -8.27432,4.94059 -1.1829,0.23844 -1.88521,-2.6003 -2.82333,-1.90955 -1.19021,0.93904 1.64626,4.48903 0.45938,3.98721 -0.46975,0.0152 -4.46288,-8.97016 -5.88676,-9.68442 -0.70551,-0.46739 -2.35436,-0.71411 -2.83397,0.23192 -0.70459,1.41356 0.46734,3.30659 0.70166,4.97988 0.023,0.70963 -0.70458,1.41357 -0.23673,1.64854 1.18591,0.47183 3.77922,-0.70278 3.53981,0.24547 -0.46915,1.88619 -2.59984,2.82569 -4.25014,3.76964 -0.46975,0.0152 -0.94649,-1.42009 -1.18178,-0.96223 -0.23529,0.45786 0.94191,0.97 0.70597,1.40787 0.023,0.70963 -1.88494,1.4218 -1.17943,1.8892 1.41167,0.95477 3.30183,0.003 4.94814,0.47998 0.47975,-0.0155 4.25179,3.0739 4.71697,2.60859 1.42231,-1.18669 1.65603,-3.5455 3.31664,-4.47977 1.89049,-0.94173 1.63849,4.24916 3.53245,4.95819 0.93825,0.23973 1.6576,-1.64456 2.59808,-1.64502 1.17938,-0.0382 7.54539,1.89661 7.54539,1.89661 0.23543,0.47262 1.64973,6.13979 0.69749,7.32125 -1.41486,1.41657 -7.08013,2.58067 -5.19616,3.29002 1.88651,0.47915 3.99466,-0.2295 5.66619,0.71686 1.88697,1.41962 -1.42889,6.84987 0.92992,7.08359 2.12893,0.24118 3.07469,-3.30131 4.96596,-3.29257 1.88873,0.23895 2.59327,2.8375 4.2448,3.7845 0.46786,0.23497 1.4101,-0.94617 1.41533,-0.47609 3.51698,11.58217 -16.76361,-0.45728 -7.80874,9.42787 1.17892,1.18243 3.07371,-1.17017 4.48524,-1.14588 2.36135,0.004 1.41481,2.59554 4.04033,1.17976 0.47262,-0.23543 -0.47216,-0.98523 -0.23228,-0.993 1.65029,-0.94395 3.54203,0.005 5.1901,-0.69847 1.89049,-0.94172 6.38429,-3.05839 7.55974,-3.5267 1.88794,-0.71153 4.49301,-3.06714 5.66749,-1.40431 4.47593,5.66801 -6.88945,3.525 -6.82823,5.41401 0.0457,1.40926 2.35307,2.83527 1.40305,3.77653 -1.41486,1.41657 -3.77223,-0.008 -5.65795,0.4635 -3.78144,0.94298 -7.09411,4.00188 -10.16703,6.12252 -1.18022,0.93872 3.07639,-0.46989 4.48949,-0.70578 1.17938,-0.0382 2.36117,0.924 3.06719,0.48091 0.97745,-0.71204 -0.23413,-2.59378 0.71333,-3.30484 1.42009,-0.9465 3.3066,-0.46735 4.97989,-0.70167 4.95689,-1.41129 4.25013,-3.76963 4.48556,-3.29701 3.06524,6.90434 -0.23724,4.72016 -2.36969,6.84034 -0.47484,0.47563 1.41912,1.18466 1.88397,0.70935 0.47739,-0.70583 7.33912,-8.48216 7.33134,-8.72203 0.71236,-1.17369 0.0108,-3.06196 0.95608,-3.53282 6.14155,-2.8304 3.29877,3.30489 4.94555,4.7223 1.41166,0.95477 3.77746,0.4779 5.43154,1.1947 0.46976,-0.0152 0.46832,1.17545 0.70204,0.97777 2.36395,-2.07765 -2.16964,-5.20245 1.18693,-5.67142 6.61412,-1.21486 6.1295,9.45644 6.59514,9.9316 4.9573,3.5413 8.72828,1.65817 13.92662,2.14005 0.69963,-0.0227 0.9395,2.13069 2.1237,1.93223 2.1237,-0.2289 10.00364,-7.76808 10.47626,-8.00351 1.17467,-1.41879 4.72146,-1.88392 6.13438,-1.19932 0.46818,0.24496 -0.004,2.36135 0.47165,1.89572 a 7,7 0 0 0 1.84801,-4.72234 c -0.0304,-0.9395 -1.65154,-0.947 -1.64422,-1.64761 -0.23622,-1.42309 0.90878,-2.83092 1.42314,-4.24832 0.90879,-2.83092 -3.76611,-6.61149 -1.16928,-10.14745 0.96223,-1.18179 12.2799,-3.28946 14.1734,-3.52091 0.69963,-0.0227 21.23089,2.15347 21.70874,2.38812 9.19949,2.61341 7.53039,9.46106 19.80809,10.4239 6.1388,0.48143 0.9622,-1.18178 5.8734,-4.00233 1.1877,-0.70884 2.837,0.47836 3.9947,-0.22951 0.715,-0.4734 0.01,-1.89127 0.4736,-2.36658 1.6628,-1.17447 8.9366,-2.10055 9.9218,-2.57271 0.9775,-0.71203 1.1842,-2.35959 2.1317,-3.07065 0.7028,-0.23289 0.7063,1.41786 1.4091,1.18498 0.2399,-0.008 2.6118,-7.08831 3.08,-6.84335 1.1794,-0.0382 1.645,2.59808 2.8304,2.12944 4.7271,-1.40384 0.9531,-4.24309 1.1843,-6.3717 0.7151,-4.48551 5.9243,-11.0777 8.2909,-14.6162 4.7263,-6.36643 18.6441,1.67701 20.297,0.50286 1.4126,-1.17637 1.9018,-3.06321 3.3118,-4.00938 0.4555,-0.45499 6.7525,0.89177 3.9348,-3.9295 0.2315,-0.26764 0.3043,-0.49011 0.085,-0.78316 -0.4721,-0.98522 -1.8952,1.41213 -3.0734,1.18017 -0.708,-0.23719 0.7121,-1.18369 1.4171,-1.65677 0.97,-0.94191 2.5959,-1.40481 3.5456,-2.35607 1.4196,-1.88697 0.9547,-5.73394 3.3105,-6.21049 3.3114,-0.93774 6.6066,4.10818 7.3111,6.70672 0.2281,1.17323 -7.8123,11.78922 -7.0985,13.43697 1.4104,3.07593 7.0659,3.77312 7.5391,7.56978 0.2329,0.70283 -0.2367,1.64853 -0.9165,2.59105 -0.9623,1.18178 -1.917,2.59345 -1.8866,3.53295 0.038,1.17939 1.8848,1.65983 2.0932,2.8437 0.2337,1.6533 -0.4709,3.06686 -0.7076,4.71539 -0.2407,3.06941 3.3752,1.65155 5.263,4.02165 4.243,4.96517 1.3942,9.67992 3.4914,15.11485 0.7067,2.35834 3.5372,4.48778 4.9542,6.84312 a 6.3,6.3 0 0 1 1.1676,3.30392 c 0.232,4.99511 -1.883,1.1716 -3.78,3.7644 -0.2324,0.23766 0.9435,0.70982 0.9387,1.18022 -0.4744,1.41611 -1.1764,2.59947 -1.6586,3.7757 -0.2372,0.70805 -1.4101,0.94617 -1.1772,1.64899 0.038,1.17939 2.5885,7.32001 2.1066,8.50624 -0.947,1.65154 -2.8375,2.59326 -3.3066,4.47945 -0.2398,0.93825 1.1741,1.65283 1.4148,2.59553 0.2254,4.48506 -1.9036,8.25599 -2.3837,12.27365 -0.2363,2.58901 0.4682,5.18755 0.2445,7.54604 0.046,1.41925 -1.4166,2.59724 -1.4231,4.24832 -0.01,2.60155 1.881,4.94167 1.4055,7.55844 -0.7163,2.59457 -2.3639,0.22669 -2.6038,2.08543 -0.4801,4.01766 0.9282,8.26428 1.1658,12.50881 a 82.94,82.94 0 0 1 -0.9821,21.56312 l -0.019,-0.58969 -1.6502,0.94395 315.9596,0.7367 0.5163,-328.00882 a 26.31,26.31 0 0 1 -4.2501,-0.24247 c -5.1909,-0.252 -7.2994,-4.49594 -11.3001,-5.68698 -2.1264,-0.47138 -3.9717,0.93913 -5.8974,1.41175 -0.4697,0.0152 -0.4721,-0.98522 -0.9434,-0.70981 -0.7051,0.47308 -0.7069,1.65376 -1.6524,2.11462 -5.6733,4.00586 -15.4097,7.05281 -21.7683,2.56641 -2.3636,-1.92446 -8.0028,-10.14612 -12.7025,-17.46774 a 121.87,121.87 0 0 1 -6.3703,-11.32962 c -0.4686,-1.18544 0.9241,-2.36117 0.9458,-3.54249 -0.2264,-2.3539 -3.7671,-4.48034 -2.5851,-6.59973 a 3.89,3.89 0 0 1 4.7175,-0.46304 c 1.4188,1.17466 -0.2433,3.29961 0.2328,4.71493 0.4683,1.17545 2.1177,-1.64945 2.1217,-3.07033 -0.016,-0.47975 -0.7021,-0.97777 -0.9343,-1.66061 -0.2322,-0.68284 -0.053,-1.64913 -0.2364,-2.35358 -0.7015,-1.88827 -2.5859,-3.5381 -2.1168,-5.42428 0.4819,-1.18623 2.5968,0.47614 3.5443,-0.23492 0.4652,-0.46531 -1.1818,-0.96223 -1.6468,-1.41741 -1.1789,-1.18243 -2.8333,-1.90923 -3.7714,-3.06946 -3.0593,-4.25314 0.2411,-3.05941 -0.2367,-7.30616 -0.4778,-4.24675 -6.8182,-11.56523 -4.452,-16.04422 3.0782,-5.66267 0.6992,3.97944 4.0117,-4.95254 0.2397,-0.93825 -0.4666,-2.35612 0.011,-3.06195 a 2.14,2.14 0 0 1 1.8883,-0.70153 c 0.4697,-0.0152 0.702,0.97777 0.9434,0.70981 0.9775,-0.71203 1.1795,-1.88919 2.1173,-2.58993 a 5.91,5.91 0 0 1 3.3058,-1.41782 c 1.4109,0.004 4.0089,2.3714 4.0329,0.94988 0.4782,-3.76747 -9.4141,-6.14831 -11.7747,-5.20136 -5.9347,2.11333 -4.7171,5.41562 -11.7894,4.22407 -1.1884,-0.24164 -1.6502,-3.06816 -1.6502,-3.06816 -0.4731,-0.70505 -3.5398,-0.24548 -3.7697,-0.23803 l -6.094,-2.80409 c -4.0086,-2.36141 -4.9438,-5.90297 -9.4128,-8.26947 -4.0111,-2.1312 -11.3128,-6.38694 -15.5481,-7.10013 l -0.6197,0.0201 c -1.4179,0.70629 -2.6006,1.87522 -4.0067,1.40051 -1.6538,-0.70681 -2.5952,-2.5873 -4.0043,-3.77228 -2.3548,-1.6546 -13.4174,-8.03964 -15.7815,-8.74344 -0.9382,-0.23974 -1.8805,0.9414 -3.0589,0.69944 -1.6563,-0.4766 -3.5252,-5.65879 -4.0008,-6.13364 -0.4756,-0.47484 -1.4131,0.2359 -2.1211,-10e-4 -1.4087,-0.24451 -3.2997,-0.24326 -4.4786,-1.4257 -4.2297,-4.24523 -1.4035,-5.02717 -1.8713,-9.27425 -0.023,-0.69963 -1.1773,1.64899 -1.8828,1.1816 -2.3548,-1.6546 -2.1145,-5.66448 -2.8113,-8.02315 a 26.91,26.91 0 0 1 -1.1533,-4.71512 c -0.2311,-1.8835 1.1797,-4.04033 0,-5.42299 -0.702,-0.97777 -2.5885,0.70421 -3.0607,1.88012 -0.2424,0.23798 2.8118,8.96363 3.2784,11.31976 a 0.45,0.45 0 0 1 -0.7128,0.23321 c -4.2393,-3.30443 -1.4023,-2.82607 -1.8658,-8.48402 -0.023,-0.70963 -6.5963,-4.71883 -8.7113,-6.3812 -1.1833,-0.70204 -1.4144,-2.58554 -2.8206,-3.06025 -0.9482,-0.23941 -1.8952,1.41213 -2.8313,0.9322 -1.4183,-0.23419 -1.8848,-2.59031 -3.5359,-2.59684 -6.3665,-0.71417 -3.8418,4.94703 -8.5602,-0.483 -4.005,-4.72275 1.8952,-6.35471 1.9027,-10.13694 -0.053,-1.64914 -2.8258,-3.53033 -1.6459,-4.47904 1.1799,-0.94871 2.0854,2.60382 3.5337,2.83703 1.881,-9.2e-4 -2.1003,-3.06358 -2.1609,-4.9326 -0.023,-0.70962 1.6481,-0.70375 1.6451,-1.41402 0.4839,-2.35691 -1.6412,-4.94944 -1.1673,-7.30603 -0.015,-0.46975 1.6533,-0.23367 1.4179,-0.70629 -0.046,-1.40926 -1.4092,-2.11547 -1.6477,-3.29836 -0.2384,-1.1829 0.9243,-2.35118 0.4835,-3.29739 -0.4757,-0.47485 -2.1285,0.6993 -2.1212,-0.001 -0.2332,-0.71282 1.6533,-0.23367 1.3501,-0.94423 l -0.046,-1.40926 a 10.38,10.38 0 0 0 1.1946,-1.41944 l -0.015,-0.46975 -0.015,-0.46975 a 1.36,1.36 0 0 1 -1.1859,-0.47184 c 0,0 0.01,0.27985 0,0 -0.01,-0.27985 -0.015,-0.46975 -0.2355,-0.47262 a 3.23,3.23 0 0 0 -0.1551,-0.46522 l 0.1599,-0.005 1.3893,-0.045 c 0.6896,-0.0223 -0.045,-1.39927 -0.6987,-2.10848 -0.9284,-1.17055 -2.7846,-1.64067 -3.9406,-3.04396 -0.2277,-0.23275 0.933,-0.23034 1.6233,-0.2327 1.6263,0.47757 3.7859,3.51922 5.884,1.88041 0.9278,-0.70042 -1.4689,-2.10353 -1.2344,-3.51187 0.2394,-2.79922 0.5383,1.17318 3.094,-1.16082 a 21,21 0 0 0 3.4882,-4.4353 c 0.2372,-0.70806 -0.6935,-1.6384 -0.4563,-2.34646 0.4678,-0.69551 1.8561,-0.46036 2.0936,-1.15842 0.9399,-1.87142 -0.6919,-4.68004 1.1689,-5.6108 0.9253,-0.47021 7.4233,4.92215 5.5659,0.7101 -1.3842,-2.57652 -6.7237,-2.78369 -6.0213,-5.80802 0.4668,-2.57648 0.9211,1.87114 3.4796,0.23742 0.9252,-0.47021 -2.0392,-1.17457 -1.8516,-1.87101 1.3968,-3.51709 4.8606,7.96675 5.8073,-4.19029 l -0.01,-0.22988 -0.015,-0.46976 -1.1893,0.0386 -0.025,-0.77959 -0.015,-0.46976 c 1.0794,-0.035 1.0829,-0.2352 1.0829,-0.2352 a 3.56,3.56 0 0 1 0.1173,-0.70416 c 0,0 0.013,0.39979 0.01,0.15991 a 12.74,12.74 0 0 1 -0.7038,-1.64807 l -0.6993,-2.12846 c -0.9374,-3.30137 -2.105,-6.60529 -1.3974,-7.30858 1.4126,-1.17637 3.5225,0.94641 4.9329,0.0102 0.715,-0.47341 -2.5773,-1.41727 -1.8722,-1.89036 0.9774,-0.71203 2.1141,0.7119 3.2906,0.89389 0.4698,-0.0152 5.4165,-7.29926 5.8908,-8.71537 0.7094,-1.88397 -0.2215,-6.83641 1.4201,-5.88908 0.4678,0.23497 0.6937,1.64839 0.9387,1.18021 0.7041,-2.35404 -0.2281,-5.18533 0.4813,-7.0693 0.2371,-0.70805 1.1681,0.23229 1.6407,-0.003 0.7028,-0.23289 0.7071,-1.64377 1.175,-1.4088 0.7081,0.23719 0.053,1.64914 0.709,2.11815 l 0.08,-0.003 a 6.29,6.29 0 0 0 0.1543,-1.41574 c -0.2385,-1.1829 -0.6941,-5.98066 0.9457,-3.85265 0.2379,0.24242 1.1718,0.96255 1.1759,0.47216 0.4822,-5.18834 -0.9341,-6.59321 4.0111,-10.8356 4.4726,-4.00697 8.9277,0.71121 13.1669,-0.92695 0.993,-0.23229 0.9473,-1.64155 1.6524,-2.11463 0.4648,-0.47531 0,1.41088 0.4661,1.41564 2.3488,0.23405 4.9721,-0.94153 7.0606,-1.63954 1.4079,-0.70597 0.7403,-8.0282 0.9457,-8.48509 0.7098,-0.94348 2.5915,0.006 3.7692,-0.70245 2.1107,-0.93885 5.6498,-5.655961 8.2326,-3.75862 1.1733,0.70237 1.8774,2.36043 3.2887,3.30522 0.9358,0.46994 3.7545,-0.23173 3.7529,1.87943 0.01,0.23988 -0.993,0.23229 -0.9852,0.47216 a 24.21,24.21 0 0 0 -0.01,5.89339 c 0.023,0.70963 -0.046,-1.40926 0.467,-1.64599 0.705,-0.47308 1.1718,0.96255 1.8769,1.41995 a 19.7,19.7 0 0 1 7.0333,12.02851 c 1.1689,5.19487 -0.4813,11.39157 1.3904,16.35355 0.9392,2.12069 13.1665,-1.86743 12.6943,-0.69152 -2.123,5.19148 -9.8846,5.88324 -14.5864,7.75651 -3.066,1.41004 -4.9454,5.16288 -8.2383,6.36017 -1.6481,0.70375 -3.767,0.46225 -5.4073,1.40587 -1.6481,0.70375 -0.01,3.77224 -1.1829,5.18103 -0.712,1.18369 -2.8257,1.41227 -3.3001,2.82838 -3.3092,8.72176 1.6425,2.82828 3.0395,9.19637 0.2332,0.71283 -1.6438,-0.70713 -2.3488,-0.23404 a 8.14,8.14 0 0 0 -2.8414,4.94462 c -0.947,5.66365 6.3404,3.30637 8.4572,3.78807 1.4161,0.47438 2.0773,2.35395 3.5259,2.59716 0.9395,-0.0305 1.1772,-1.649 1.8801,-1.88188 1.4131,-0.23589 3.294,-0.23682 4.4729,0.94562 0.4657,0.47517 -1.8857,0.47132 -2.5907,0.94441 -0.7051,0.47308 -2.8188,0.70166 -3.2962,1.40749 -0.2397,0.93826 0.2364,2.35358 -0.2385,2.82921 -3.5376,3.52643 -5.1683,-0.48285 -8.4649,-0.0158 -5.1724,0.93802 0.7033,0.70759 -1.6446,2.3545 -3.3035,2.1081 -10.348,1.15577 -9.1784,7.30111 2.3243,12.75141 12.4497,-0.21334 16.9139,2.62355 1.4117,0.95478 1.6402,3.06848 2.8192,4.25092 3.5237,2.83736 15.741,7.80426 17.8486,10.16723 2.0699,2.12407 0.6924,7.78166 3.7545,8.72297 1.6389,0.24705 5.6431,-4.93536 7.7591,-5.40414 0.4697,-0.0152 0.046,1.40926 0.4735,1.64552 1.8795,1.18975 3.9859,1.66177 6.094,2.80409 a 7.81,7.81 0 0 0 2.8197,1.1793 c 1.8765,0.47947 2.1245,-3.29054 3.7671,-4.47436 1.6425,-1.18382 2.3448,1.65492 3.7604,1.18882 1.4157,-0.4661 4.238,-7.54122 9.4155,-3.99706 1.1737,0.71236 3.1011,3.07117 1.8735,3.78131 -1.4204,0.9365 -3.2953,-1.65414 -4.9364,-1.66099 -1.1794,0.0382 2.1113,0.93211 3.0551,1.65192 2.585,1.65714 3.28,5.19649 3.7496,8.26289 a 21.53,21.53 0 0 1 0.1759,5.42715 c -0.235,0.46785 -0.993,0.23228 -0.9778,0.70203 -0.4679,3.77714 3.992,4.01281 5.6339,6.82111 0.9361,1.41041 -0.01,3.53203 1.1533,4.71511 0.9387,1.18022 3.2818,0.004 4.463,0.94595 0.9335,0.71014 0.4621,2.83652 1.4008,4.01673 0.4753,0.46485 1.4153,-0.47609 2.1134,-0.23857 a 17.25,17.25 0 0 1 4.5485,1.42342 c 1.8814,0.93956 4.9242,6.8441 7.0354,6.84572 2.8318,0.008 -6.0976,-7.54646 -6.5633,-8.02163 -1.1771,-2.36311 -0.2992,-7.07402 -2.6502,-8.91884 -2.8179,-2.35996 -2.5908,4.95652 -3.2966,0.46702 -0.7058,-4.48949 -1.1611,-8.9671 0.025,-13.43785 0.9461,-3.5325 0.4727,-0.23543 3.7683,-2.58341 2.1155,-1.40926 3.8036,-6.12641 5.9668,-7.29709 1.6503,-0.94394 3.7585,-1.6526 5.6424,-0.94324 1.6441,0.71712 1.4079,3.30613 2.5768,4.48889 a 19.68,19.68 0 0 0 3.2875,1.41426 c 2.8205,2.12977 3.2827,5.89677 6.8108,7.32325 0.4678,0.23497 1.1759,0.47216 1.6437,0.70713 l 0.04,-25.9349 1.2291,-783.64096 -312.7697,-0.47989 a 4.31,4.31 0 0 0 -0.7085,2.83444 c 0.9326,3.77177 11.7499,5.6724 7.0352,11.77831 -1.9248,2.35358 -6.3504,1.63654 -8.475,3.9966 -2.8201,2.82282 -3.0616,7.10288 -5.6902,9.65936 -0.7076,0.70329 -10.4375,6.11127 -11.3728,6.58181 -5.9194,2.58308 -3.525,-0.7162 -8.699,-2.60961 -0.4679,-0.23497 -1.8853,1.4118 -1.878,0.7112 0.9536,-11.32683 1.6428,-1.17383 4.9395,-5.65295 0.2346,-0.47786 -1.6385,-0.23706 -1.4117,-0.95478 -0.023,-0.70963 1.4201,-0.94649 1.8853,-1.41181 0.2372,-0.70805 -1.1694,-2.12323 -0.4691,-2.12592 0.7003,-0.003 1.4161,0.47439 2.1164,0.4717 1.8835,-0.23112 4.0102,0.25025 5.4125,-0.9358 1.175,-1.40879 -0.6981,-5.1801 0.9452,-5.41345 1.8835,-0.23113 0.4648,3.5368 0.4682,5.18756 0.01,0.22987 -0.7053,0.46308 -0.7076,0.70328 0.015,0.46976 0.4722,0.98523 0.6986,1.178 1.8814,0.93955 4.9954,-0.22192 5.9346,-2.11333 0.9548,-1.41167 0.01,-3.53204 -0.228,-5.18534 -0.01,-0.22987 -0.9457,-0.46961 -0.7033,-0.70759 0.2372,-0.70805 1.4078,-0.70597 1.645,-1.41402 -0.015,-0.46976 -1.4153,0.47609 -1.4092,0.0457 0.01,-0.43043 0.97,-0.94191 1.1775,-1.639 -0.01,-0.23988 -1.1718,-0.96255 -0.702,-0.97778 0.4697,-0.0152 0.9361,1.41042 1.1718,0.96255 0.7028,-0.23288 1.4152,-1.40657 0.9317,-2.12129 -0.6963,-1.41819 -6.4162,-3.79417 -7.8255,-3.7485 -0.4681,-0.24497 -1.883,1.1716 -1.6458,0.46355 0.4769,-1.64631 1.9018,-3.06321 2.8413,-4.94462 0.4696,-0.94571 -0.7037,-1.64808 -1.8852,-2.60031 z m -877.0527,61.66941 a 1.16,1.16 0 0 0 -0.46748,0.0852 0.86,0.86 0 0 0 -0.40007,0.31313 14.12,14.12 0 0 0 -3.06807,6.59283 c -0.48175,6.12882 4.22712,8.48754 5.39344,13.91261 0.47133,1.88572 -0.23756,4.71016 1.17632,5.42474 0.70551,0.4674 1.88827,-0.70152 1.88096,-9.2e-4 0.23321,0.71282 -1.64807,0.70375 -1.41486,1.41657 0.0152,0.46975 2.58771,2.35742 3.29308,1.89433 5.88123,-3.76246 0.48554,-4.46807 -0.69286,-8.72213 -0.0227,-0.69963 -0.22858,-2.11371 0.48169,-2.11671 12.02651,-0.92001 -0.91656,2.59104 5.64361,4.95981 4.24832,1.42314 -3.28104,-12.02004 -2.33353,-16.74321 -3.2e-4,-0.01 -6.85421,-6.81157 -9.49223,-7.01623 z m 707.91185,61.45353 c -10.4745,0.33944 -10.14028,8.18273 -5.29085,17.04031 3.05427,4.71355 4.93471,7.78425 10.359,5.66745 0.47262,-0.23543 0.94348,0.70982 1.41611,0.47438 2.36394,-2.07765 4.96157,-6.82428 4.9624,-9.88591 -0.008,-0.23987 -1.87308,-9.94455 -0.21848,-10.13824 1.41088,0.004 1.64418,5.65971 2.34876,4.24615 a 8.68,8.68 0 0 0 -1.40129,-4.95721 c -3.30387,-2.84449 -5.65222,-2.13806 -9.9023,-2.38053 -0.79153,-0.0344 -1.57371,-0.0891 -2.27335,-0.0664 z m -248.73054,52.79389 c -2.68087,0.0168 -4.36836,2.28268 0.92223,7.46404 1.18499,-1.40912 4.48159,-1.87614 4.25046,-3.75964 -0.40562,-2.32808 -3.05219,-3.72309 -5.17269,-3.7044 z m -19.59488,15.91301 c -2.12513,1.41958 -4.47284,2.146 -5.87344,4.00234 -0.47517,0.46563 1.17637,1.41264 0.70152,1.88826 -2.12166,3.07034 -1.17239,-2.83351 -3.29308,-1.89433 -0.47262,0.23543 0.4661,1.41565 -0.007,1.65108 -0.70962,0.023 -0.69852,-1.17799 -1.17637,-1.41264 -0.93826,-0.23974 1.64724,2.35788 0.69945,3.05895 -0.70505,0.47308 -1.16893,-1.18276 -2.1194,-1.18197 -0.22988,0.007 0.23543,0.47262 0.24321,0.71249 a 1.74,1.74 0 0 1 1.1759,0.47216 c 0.7063,1.41787 -0.9023,3.03082 -1.42569,4.47853 5.66273,-0.9339 8.25558,-3.04899 10.14867,-8.23303 0.46961,-0.9457 1.41962,-1.88697 1.65936,-2.82522 -0.007,-0.22988 -0.75965,-0.28555 -0.86607,-0.48221 a 0.26,0.26 0 0 0 0.13247,-0.23441 z m 19.86642,6.35988 a 12,12 0 0 1 -1.72067,0.3159 4.08,4.08 0 0 0 1.6433,-0.23335 c 0.1167,-0.10384 0.15571,-0.13512 0.0761,-0.12253 z m -33.61985,0.54921 0.0825,0.0774 0.9395,-0.0304 a 8,8 0 0 1 -1.02335,-0.0869 z m -9.84138,14.93659 a 0.43,0.43 0 0 0 -0.23761,0.0777 c -1.18544,0.46864 -2.59077,0.9444 -3.0707,1.88044 -0.47184,1.1859 0.70675,2.35835 0.9352,3.54157 a 36.46,36.46 0 0 0 2.83356,-5.1845 c 0.1831,-0.21604 -0.18222,-0.37429 -0.46175,-0.35523 z m -7.74997,7.84513 c -0.24496,0.46818 0.023,0.70963 0.0382,1.17938 -0.008,-0.23987 0.23465,-0.47785 0.23719,-0.70805 z m -5.96025,1.32374 c -2.72663,0.14839 -5.81454,1.18896 -6.52195,3.13289 -0.47693,1.64631 3.30053,2.12421 4.47723,3.54684 10.11178,-4.73999 6.54782,-6.96573 1.98345,-6.71776 z m -496.168618,17.95994 c -0.72735,0.0936 -0.969029,0.97189 0.114658,3.53814 0.398956,0.88755 0.780144,1.53554 1.069436,2.12648 a 1.65,1.65 0 0 0 -1.565568,0.47095 c -0.954778,1.41167 1.641632,5.88992 2.344919,6.59751 0.473408,0.71505 1.88873,0.23896 1.879521,1.18975 -0.237566,4.71017 -4.24875,6.59107 -4.246528,6.35088 -6.363414,-4.016 0.01987,-13.89794 -5.632348,-16.03599 -6.840342,-2.36969 -1.422686,5.1888 -2.370476,5.88987 -1.648071,0.70375 -2.823606,-3.77053 -4.471676,-3.06678 -3.538561,1.64548 4.462092,8.01969 3.7545,8.72297 -2.124999,2.35006 -7.514466,-12.98342 -6.584084,-4.95934 0.231126,1.8835 0.699258,3.97944 2.106804,5.4246 0.941912,0.97001 4.714932,-0.23283 4.032882,0.94988 -1.172442,1.17859 -3.767928,-1.4187 -4.71049,-0.24756 -0.977451,0.71203 2.593451,1.91701 1.882666,2.83051 -5.436414,7.29991 -2.573824,-8.72121 -6.818679,-8.49361 -4.722706,-0.007 2.342697,6.83771 -0.960433,8.95581 -1.177669,0.70851 -6.809094,-13.44651 -8.709543,-3.54977 -0.483916,2.35691 5.18149,2.12329 5.880796,4.25176 0.023,0.70963 -1.177669,0.70851 -1.184981,1.40912 0.232373,3.77445 6.839418,0.48873 8.255526,0.96311 0.708054,0.23719 0.461329,1.88605 1.171605,1.88304 1.182897,-0.23843 1.179753,-1.87919 2.127219,-2.59025 0.22988,-0.007 -0.239412,0.94825 0.03822,1.17938 1.169845,3.06371 1.178131,0.23196 2.82398,-0.23159 0.469754,-0.0152 -0.472161,1.17591 0.03822,1.17938 0.51038,0.003 1.184657,-1.41911 1.420088,-0.94649 0.468642,1.18544 -0.713748,2.67452 -0.477855,4.08762 0.469103,2.12592 8.496338,-10.13051 8.715608,0.95821 9.23e-4,1.88096 -4.475244,1.14555 -4.721321,2.8144 -0.235944,2.599 8.726065,1.89836 6.838582,3.55036 -0.962228,1.18179 -2.599006,-0.23594 -4.009886,-0.24025 -2.833975,0.23192 -7.071381,0.6894 -9.671685,2.57461 l -0.464849,0.47531 c 0.941402,1.88049 2.57642,4.4789 4.705349,4.72007 1.88873,0.23895 4.246153,-2.34876 5.182326,-0.93834 6.121867,10.14704 -11.542272,-1.4269 -12.727253,-0.0178 0.277448,-1.00952 0.626479,-1.97133 0.0061,-2.59156 -1.411666,-0.95478 -3.301832,-0.003 -4.98766,0.46179 -0.992998,0.23228 -1.424394,2.35737 -2.127682,1.64978 -0.943485,-0.70982 1.656819,-2.59503 0.712408,-3.02466 -2.119395,-1.18198 -5.422063,1.8766 -7.541459,0.69462 -2.357048,-1.4144 -1.873132,-3.77131 -4.476443,-2.59637 -9.440558,4.45811 3.526893,4.47812 4.472924,4.95773 0.708054,0.23719 0.466096,1.41564 0.943947,1.65029 0.227658,0.23275 0.705047,-0.47309 1.175448,-0.46832 0.470401,0.005 1.182898,-0.23844 1.418329,0.23418 1.648994,1.17721 3.519444,4.24824 5.411181,5.19747 0.467856,0.23497 -0.472158,-0.98523 -0.238438,-1.1829 0.705047,-0.47308 0.466096,1.41565 1.17415,1.65284 0.945707,0.46961 3.071167,-0.93997 3.301831,0.003 0.47387,1.65552 -2.127219,2.59025 -2.361727,3.99859 -0.234509,1.40833 0.704534,2.59854 0.699257,3.97944 -0.241957,1.17845 -2.126758,3.53073 -0.948303,3.77269 1.648533,0.23673 7.55053,-2.57591 8.248266,-2.34839 0.715827,0.47707 3.29961,0.24326 2.594563,0.71634 -1.41264,1.17638 -3.296142,1.4075 -4.949441,1.64117 -0.939507,0.0304 -2.124162,-0.71157 -2.826988,-0.47868 a 3,3 0 0 0 -2.127219,2.59025 c -0.237191,0.70806 2.121292,0.93179 1.646773,1.41741 -0.970002,0.94191 -4.950364,-0.23979 -3.767005,0.46225 1.64409,0.71713 3.529813,0.2458 5.418544,0.48476 l 1.410879,0.004 c 0.945707,0.46962 4.008588,2.3614 2.830133,2.11945 -1.658528,-0.23641 -3.297527,-1.41394 -4.948605,-1.42047 -8.982322,0.6913 0.707218,3.29883 -6.61533,6.11748 -1.648071,0.70375 -3.7627,-0.94863 -5.656197,-0.71718 -0.699632,0.0227 -0.947004,1.65154 -1.172441,1.17859 -1.176372,-1.41264 0.0051,-4.47251 -1.878822,-5.18186 -1.176234,-0.48216 -0.482528,3.01721 -1.183273,4.24055 -0.710138,0.93349 -3.781304,1.87346 -2.837819,2.58327 0.705833,0.47739 15.781012,7.80296 16.489066,8.04015 0.938257,0.23974 1.880957,-9.2e-4 2.594239,0.70635 1.40912,1.18498 1.405276,3.53633 3.056815,4.48334 0.936036,0.47993 2.117225,-2.58993 2.588088,-1.64469 0.943947,1.65029 -2.123751,4.24101 -0.714631,5.42599 a 0.57,0.57 0 0 0 0.39271,0.0773 c 0.0019,0.06 -0.137335,0.0845 -0.155057,0.15511 -0.472161,1.17591 0.70421,2.58855 0.932654,3.77177 1.643714,4.71924 4.236245,2.59415 7.302132,5.19622 2.119857,2.12245 5.643231,8.96192 9.881559,10.38539 1.653761,0.7068 10.36937,1.66502 12.014757,0.26099 0.707269,-0.71329 1.024331,-6.36652 4.326624,-5.42298 1.884288,0.71934 7.034871,0.96265 8.480963,1.43606 0.945707,0.46961 1.176833,2.35311 2.119857,2.12245 1.175448,-0.46832 0.705883,-3.53472 2.128979,-3.77093 1.651078,0.007 2.085106,2.59382 3.75918,3.30998 a 2.74,2.74 0 0 0 1.893492,-0.23146 c 3.06339,-1.17983 5.65102,-3.765 8.7158,-4.28454 5.90292,-0.93168 2.35437,0.71412 8.72991,-0.45299 0.22988,-0.007 -0.94349,-0.70982 -0.71328,-0.70727 0.47484,-0.47563 1.41578,0.46439 1.65075,-0.003 0.71236,-1.17369 -0.69926,-3.97944 0.47823,-3.76747 3.77269,0.94831 3.05075,7.0749 4.4645,6.859 1.6533,-0.23367 2.60507,-2.35561 4.25092,-2.81916 0.71282,-0.23321 2.11939,1.18197 2.59678,0.47614 1.17466,-1.41879 0.2328,-4.23977 1.65543,-5.41646 1.18244,-1.17892 4.23755,0.473 4.97212,-0.94154 a 1.34,1.34 0 0 0 0.0746,-1.09299 2.29,2.29 0 0 0 0.39053,0.62768 c 1.65422,1.64729 4.48205,-0.93566 6.60274,-1.87484 0.47262,-0.23543 1.65807,-0.70407 1.42263,-1.17669 -0.46864,-1.18545 -3.77283,-1.87879 -2.82569,-2.59985 1.18022,-0.93872 3.07811,2.36154 4.23833,1.42347 0.59316,-0.52949 0.42797,-1.30454 -0.0687,-2.11888 a 2.9,2.9 0 0 0 2.43876,0.23113 c 9.68252,-5.63657 -2.58035,-7.07014 -3.25365,-7.7787 -0.47563,-0.47484 0.47438,-1.41611 1.17943,-1.88919 1.41787,-0.7063 3.5368,-0.4648 4.95721,-1.4013 2.84051,-1.88299 1.6602,-5.88686 0.4905,-8.02009 -0.24321,-0.7125 -1.18322,0.22844 -1.64886,-0.24673 a 11.9,11.9 0 0 1 -2.35529,-2.59507 c -1.64677,-1.41741 -3.53986,3.76663 -5.66402,3.05505 -1.65376,-0.7068 2.82783,-2.58294 4.48811,-3.52721 0.23243,-0.23766 1.17591,0.47216 1.16939,-0.0379 -0.023,-0.70963 -1.17637,-1.41264 -1.16938,-2.12324 -0.0152,-0.46975 1.41564,-0.46609 1.17799,-0.69852 a 13.88,13.88 0 0 0 -4.71474,-2.84879 2,2 0 0 0 -1.25319,0.23072 c 1.31047,-0.93294 8.82426,-5.56874 5.27604,-8.23521 -1.17179,-0.96255 -3.29961,-0.24326 -4.47076,-1.18582 -0.47817,-0.24464 0.97745,-0.71203 0.70459,-1.41356 -0.0152,-0.46976 -1.41611,-0.47439 -1.18179,-0.96223 2.36918,-3.76871 3.77562,-3.28401 7.31464,-3.98901 1.1829,-0.23844 3.76969,0.23803 3.29882,-0.70722 -3.05505,-5.66402 -5.41822,-0.47475 -7.53604,0.24422 -0.98522,0.47216 -2.11639,-0.4717 -3.06163,-8.4e-4 -0.94525,0.47086 -0.95228,3.03244 -1.91701,2.59345 -7.77207,-4.2605 0.95261,-5.18357 -0.69287,-8.72213 -0.46341,-0.71537 -1.87651,-0.47947 -2.34737,-1.42472 -0.47355,-1.64553 3.06723,-3.5312 -1.14555,-4.47524 -1.64631,-0.47693 -3.29531,-1.65414 -4.94338,-0.95039 -1.18799,0.69884 -0.91656,2.59105 -1.18975,4.04065 0.0382,1.17939 0.46656,2.35613 -0.003,3.30184 -0.23973,0.93825 -1.41518,1.40657 -1.93223,2.12369 a 4.55,4.55 0 0 0 0.0534,1.64914 l -0.08,0.003 c -0.01,3.2e-4 -0.94265,-3.77145 -2.36006,-2.12468 -0.70727,0.71329 0.70754,3.30882 -0.23849,2.82921 -2.11685,-1.41217 -1.87229,-6.83294 -4.46607,-6.59881 -2.59378,0.23414 -4.94852,3.52213 -6.13794,5.41165 -0.23275,0.22765 -0.22974,0.93793 -0.46994,0.93571 l -0.54346,-1.3331 c -0.21989,0.007 -0.70963,0.023 -0.86534,0.15811 -0.47262,0.23543 -0.47947,1.87652 -0.4747,1.40611 -0.46656,-2.35612 0.96603,-12.48784 -5.17376,-10.83811 -2.35612,0.46656 -2.39007,23.80991 -4.26093,15.78629 -1.14587,-4.48524 0.46916,-1.88618 1.18934,-6.8321 1.65817,-8.72829 -1.18466,1.41911 -2.35653,-4.48603 -0.22812,-1.17323 1.18974,-1.87952 1.19215,-3.04021 -0.24112,-1.88318 0.005,-4.47251 -1.64894,-5.18931 -1.64154,-0.94733 -3.538558,1.64547 -5.424282,2.11679 -0.229879,0.007 -0.23321,-0.71282 -0.472158,-0.98522 -0.935712,-0.46994 -1.881419,-0.93955 -2.584244,-0.70667 a 4.41,4.41 0 0 0 -2.361542,3.07811 c -0.939555,1.88141 1.165951,9.42718 -2.604196,6.08754 -4.714881,-3.77927 2.621049,-14.21235 -5.636699,-14.93527 -2.358807,-0.23372 -1.270547,9.26601 -4.335239,12.56701 -0.474844,0.47563 -7.552802,6.82821 -6.133124,0.92913 0.239737,-0.93825 6.849839,-7.52581 -2.82791,-2.35964 -3.06816,1.65024 -2.83746,11.54796 -7.79083,10.5979 -1.418653,-0.24418 0.24071,-3.06941 0.715416,-4.47552 0.471837,-1.18591 2.354878,-2.35751 1.88656,-3.53296 -0.228443,-1.18322 -3.527268,-0.476 -3.055431,-1.66191 0.239275,-1.87874 3.77131,-1.87313 4.250459,-3.75964 0.466932,-1.64599 -1.647696,-3.29836 -2.168994,-5.18247 -0.473408,-0.71504 -1.409952,-2.44561 -0.701898,-2.20842 1.883964,0.70935 2.583778,4.08846 4.469825,3.62713 10.852823,-1.63237 0.0113,-6.44375 0.253256,-7.62221 0.472161,-1.17591 4.040331,1.17976 3.994662,-0.2295 0.234185,-1.41833 -3.297064,-0.47346 -3.772831,-1.87879 -0.463875,-1.65584 1.894009,-3.30308 1.660661,-4.94638 -0.03822,-1.17938 -1.881418,-0.93955 -2.353577,-1.92478 -0.235431,-0.47262 0.943024,-0.23066 1.415647,-0.4661 0.469615,-0.9457 -1.177157,-2.36311 -1.41481,-2.59553 -0.467856,-0.23497 -1.643304,0.23335 -1.648532,-0.23673 -0.228444,-1.18322 3.307434,-3.52898 0.954829,-5.42377 -0.943486,-0.70982 -2.596785,-0.47615 -3.530275,-1.18628 -0.933491,-0.71014 -0.93918,-2.1207 -1.652463,-2.82797 -0.467856,-0.23496 0.023,0.70963 0.03822,1.17939 a 0.8,0.8 0 0 1 -0.23497,0.46785 c -0.098,0.0632 -2.665358,-1.97471 -3.911463,-1.83427 z m 151.982988,196.77063 c -2.06665,0.13701 -0.5734,1.13917 0.93696,2.36089 a 10.91,10.91 0 0 1 0.92692,-2.27121 16.85,16.85 0 0 0 -1.86388,-0.0897 z m 2.82999,1.18896 c -0.71541,0.15325 -1.55386,1.14093 -1.81048,1.2493 a 5.33,5.33 0 0 1 1.7997,2.12282 c 0.23589,1.4131 -1.42347,4.23833 -0.005,4.48251 1.64914,-0.0534 2.12944,-2.83046 2.12597,-4.48121 -0.0304,-0.93951 -1.88396,-0.70935 -2.3545,-1.64461 -0.008,-0.23987 1.1829,-0.23843 1.17767,-0.70851 -0.16778,-0.85501 -0.50538,-1.0842 -0.93256,-0.99032 z m -4.50923,22.0176 -0.71972,5.8864 z m 200.00981,4.16403 a 3.24,3.24 0 0 0 0.93659,2.04073 c 1.64932,1.1872 4.98766,-0.46179 5.419,1.42523 0.47387,1.65552 -3.53249,-0.94608 -4.99511,0.23191 -0.47262,0.23543 -0.70981,0.94349 -0.95477,1.41167 a 19,19 0 0 0 -0.40571,-5.10954 z m -124.43348,44.823816 a 9.76,9.76 0 0 0 -0.71194,1.804006 3.89,3.89 0 0 0 0.47267,0.07473 3.79,3.79 0 0 1 -0.62995,0.320572 c 0.0558,-0.131875 0.11152,-0.263751 0.15728,-0.395302 -0.2818,-0.0509 -0.47461,-0.134698 -0.46781,0.07519 0.007,0.209889 0.012,0.369805 0.23025,0.312706 a 2.47,2.47 0 0 1 -0.98768,1.322684 c -1.64807,0.703749 -3.53458,0.2246 -5.41808,0.455727 -0.47262,0.235431 -1.40926,0.04567 -1.17545,0.468317 0.46387,1.655844 1.12288,3.775612 2.81662,4.481123 1.17369,0.712359 2.12976,-2.820461 3.0707,-1.880444 1.17369,0.712359 -1.4274,5.969364 -2.84879,9.037012 -0.23497,0.467856 -0.70935,1.883963 -0.47438,1.416107 4.73229,-4.94587 4.49334,-7.379407 4.26398,-10.443586 -0.23321,-0.71282 2.83143,-0.0017 2.59382,-2.085106 -0.0227,-0.699633 -1.41356,-0.704585 -1.40879,-1.174987 0.23719,-0.708053 1.1759,0.472161 1.64853,0.23673 0.23242,-0.237653 -0.71204,-0.977451 -0.70852,-1.17767 0.47739,-0.705832 2.35789,-1.647234 1.65983,-1.884749 a 3.41,3.41 0 0 0 -1.88827,0.701528 c 0.2743,-0.489141 -0.22132,-0.963337 -0.19402,-1.66459 z m -38.78759,34.664487 c -9.90281,0.691107 4.22147,13.870548 7.25544,7.769079 a 27.52,27.52 0 0 1 -2.5898,-1.186741 c -1.41611,-0.474383 -3.53726,-0.475681 -4.24258,-1.863564 -0.47309,-0.705047 2.59632,-0.464337 2.35566,-1.407037 0.0462,-1.662368 -1.36752,-3.297437 -2.77872,-3.311737 z m 408.39517,5.585331 c -0.25986,0.0084 -0.54776,0.07778 -0.77959,0.02526 -0.47438,1.416108 -0.95307,4.243096 -3.07899,4.712199 -1.64585,0.463551 -6.83595,1.162021 -5.18709,1.408745 1.65598,0.466609 5.89783,-0.471273 6.83257,2.129816 0,0 0.18591,5.736988 2.82143,4.320883 8.73472,-4.9355 2.12064,-1.249342 4.01674,-5.723102 0.46961,-0.945706 8.00454,0.01075 0.007,-4.722706 -0.94571,-0.469615 -2.58855,0.704211 -3.53426,0.234595 -0.70551,-0.467394 0.007,-1.651077 -0.4691,-2.125921 a 0.64,0.64 0 0 0 -0.66873,-0.258477 z m -461.35821,3.514875 c -1.40343,0.225575 -2.61419,1.765598 -3.84114,2.805884 -0.22988,0.0074 -0.23719,0.708054 -0.46961,0.945707 -2.35391,0.226359 -2.34784,-2.365197 -4.71748,0.463038 -0.70759,0.703287 0.70768,4.239303 0.46748,4.237082 -3.32418,-0.692696 -4.96058,-6.112538 -7.11215,-0.25978 a 4,4 0 0 0 0.47179,2.826202 c 0.008,0.239874 0.93951,-0.03045 0.70805,0.237191 -0.47516,0.465635 -2.36389,0.226684 -2.13068,0.939505 0.71152,1.887945 4.71141,2.1285174 4.00428,3.772283 -0.70903,1.893959 -4.71317,-0.9478411 -5.66018,0.703698 -0.95478,1.411665 0.46748,4.237082 2.13855,4.24296 1.88096,-9.23e-4 2.12454,-3.290538 3.77483,-4.234485 0.47484,-0.475629 1.41356,0.704585 2.12638,0.471375 1.40787,-0.70597 -0.4635,-5.657956 0.94784,-4.713172 1.17892,1.182436 0.93266,3.771771 2.58151,4.018495 3.07163,5.13e-4 3.30795,-6.600605 3.54991,-7.77906 0.47438,-1.416108 3.77529,-3.294007 4.95537,-5.163209 -0.46865,-1.185444 0.013,-3.302156 -1.1754,-3.54379 a 2.58,2.58 0 0 0 -0.61935,0.03008 z m 21.83423,0.703176 c -0.95478,1.411665 -2.35742,2.587713 -2.59415,4.236245 -0.2372,0.708054 1.40879,1.174987 1.4118,1.885262 0.0152,0.469753 -1.18368,-0.712035 -1.65631,-0.476604 -0.23464,0.477851 0.9465,1.420089 0.47133,1.885724 0,0 -3.5312,-3.067237 -2.36057,0.946954 0.47609,1.415322 3.76617,2.59938 2.82361,3.770524 -1.17467,1.4187903 -3.77224,-0.0078 -5.416,-0.714956 -0.70963,0.023 -1.41181,-1.885262 -1.41879,-1.174662 -0.23673,1.648532 1.88312,3.770985 0.9358,5.412529 -0.47184,1.185905 -3.52773,-1.4164823 -3.52949,-0.235806 -0.24071,3.069407 2.3483,3.305675 1.63718,6.370315 0.007,0.22988 -0.22988,0.0074 -4.00113,-2.131524 -2.82523,-1.659364 -0.23803,3.76968701 -2.13375,4.24133501 -1.41565,0.466096 -1.64071,-4.00896201 -2.8187,-3.31044101 -5.19408,2.11934401 2.57761,10.38196 2.81272,10.844588 0.47216,0.985224 0.22669,2.363898 0.23238,3.774454 -0.009,1.891275 0.92788,4.242172 -0.24678,5.660963 -1.17466,1.418791 -4.71572,-0.717638 -5.42285,0.926127 0,0 8.01227,4.262726 1.63418,5.66004 -1.88572,0.471325 -3.52518,-1.646686 -5.18102,-1.182811 -6.6002,1.644638 0.23505,4.474735 -0.71894,6.836873 -0.46994,0.935712 -6.58747,-1.667512 -7.9958,0.259114 -1.90956,2.82333 12.96041,2.581576 10.83069,3.551065 -1.64807,0.703749 -3.52948,-0.235806 -5.42076,-0.244554 -0.69963,0.02267 -2.58424,-0.706669 -2.35136,-0.0038 a 7.69,7.69 0 0 0 1.17239,2.833513 2.86,2.86 0 0 1 -1.17891,-1.182436 9.8,9.8 0 0 1 -1.64502,-2.598082 c -10.62137,3.525868 4.2431,0.953069 0.46128,5.898154 -5.90381,8.00542 -2.12069,0.93918 -6.84247,2.813098 -0.22988,0.0074 -0.4674,0.705509 -0.22942,0.947928 1.6377,3.298687 11.07617,0.01126 12.95399,-1.630425 0.47484,-0.475629 -0.47216,-0.985224 -0.7063,-1.417867 a 1.84,1.84 0 0 1 -0.94191,-0.970001 c 2.12129,0.931782 4.94944,-1.64117 8.01857,-3.261427 1.41787,-0.706294 1.18244,-1.178917 2.83528,-2.353067 0.70759,-0.703287 2.59063,-1.874892 2.12323,-1.169383 -0.4747,1.406113 -2.83828,1.642791 -2.83129,3.093326 0.0308,0.949502 3.77223,0.0078 3.02466,0.712408 -0.22988,0.0074 -9.90235,1.631585 -8.25433,4.939943 0.70852,1.177669 3.30007,1.183734 3.29831,2.36441 -0.002,1.180677 -2.11717,-1.422172 -3.30007,-1.183734 -1.1829,0.238438 -2.35788,1.647234 -2.83129,3.093327 -0.70681,1.65376 -0.009,5.893387 -0.95835,7.785124 -0.94733,1.641545 -5.65958,2.57466 -4.24047,3.759318 1.17369,0.712359 1.90956,-2.82333 3.29568,-2.347976 3.30484,0.713333 -3.53939,4.707108 -3.06853,5.652353 0.46832,1.175448 3.0664,-0.469565 3.53472,0.705883 l -4.93071,4.071838 c -1.41962,1.886971 -0.95006,4.953371 -2.36969,6.840342 -0.71236,1.173688 -4.01326,3.051587 -2.59938,3.766167 1.88397,0.709352 4.00211,3.75e-4 5.66272,-0.933901 0.47263,-0.235431 -0.93871,-1.180215 -0.70407,-1.658065 0.70935,-1.883964 2.59017,-2.815371 3.2992,-4.70933 0.24497,-0.468179 -0.2259,-1.413425 0.0113,-2.121478 a 2.94,2.94 0 0 1 0.93956,-1.881419 c 0.70759,-0.703287 2.59632,-0.464337 2.83573,-1.412588 0.47647,-2.58679 -2.58308,-5.919442 -0.69462,-7.541459 0.70759,-0.703287 10.14514,-5.871674 10.3728,-5.638925 0.71203,0.97745 -0.23372,2.358807 -0.23548,3.539484 -0.23928,1.878736 -0.94863,3.762699 -0.24233,5.180567 0.0152,0.469753 11.77543,6.151831 3.99637,2.601926 -2.1213,-0.931782 -3.99938,-3.312201 -4.94116,-1.190585 -0.71934,1.884288 -0.0104,4.002436 -0.71717,5.656197 -0.2372,0.708054 -1.65807,0.704072 -1.41487,1.416569 0.23544,0.472623 4.70197,5.850777 3.75626,7.542295 -0.46961,0.945707 -2.12069,0.93918 -2.82796,1.652462 -7.56312,6.818539 2.83319,-1.182385 -3.30873,5.650132 -3.30966,3.769177 -4.2531,3.369527 -4.02757,8.785057 0.23844,1.1829 -5.42299,-0.004 -3.06594,1.41005 9.18119,5.44548 2.13074,-4.95162 8.95497,4.02206 0.9365,1.42041 2.10935,5.19441 3.05381,3.77307 2.36918,-3.76871 -2.11296,-7.77564 1.19253,-7.04232 2.59678,0.47614 2.58119,4.0085 3.75756,5.42114 0.23797,0.24242 0.70583,0.47739 0.94825,0.23941 0.47517,-0.46563 0.2415,-2.11893 0.93955,-1.88142 0.69806,0.23752 -0.70458,1.41357 -0.4717,2.11639 0.23544,0.47263 0.94604,0.47961 1.41866,0.24418 1.17545,-0.46832 1.88748,-1.652 3.30345,-2.1081 1.1729,-0.23812 2.58425,0.70667 3.76969,0.23803 1.41565,-0.4661 2.125,-2.35006 3.54064,-2.81616 1.17291,-0.23811 2.1113,0.93211 3.03989,1.18216 1.40833,0.23451 4.71512,-1.15332 4.24009,0.2428 -0.47693,1.64631 -3.06358,2.10032 -4.919,2.58067 -0.47262,0.23543 -0.24228,-0.99267 -0.70851,-1.17767 -0.23988,0.008 -8.02275,7.763928 -7.79116,10.587908 l 2.81296,5.91199 c 0.2359,1.4131 -2.12153,4.00081 0.70167,4.97989 0.94825,0.23941 2.12722,-2.59026 2.59808,-1.64502 0.70153,1.88827 -2.13505,6.36249 -0.0139,6.36379 3.30438,-0.22714 6.1397,-6.59232 6.37429,-3.05806 0.23146,1.8935 -1.90178,3.0632 -2.59859,4.71664 -0.69681,1.65344 1.17179,0.96255 0.93663,2.3509 -0.008,2.83175 -8.01102,-2.37178 -4.95518,4.24272 0.4661,1.41564 3.29753,1.41393 3.76363,2.82958 0.23843,1.1829 -2.12593,0.4691 -3.06372,1.16985 -1.17989,0.94871 -2.60382,2.08543 -2.83703,3.53374 a 8.91,8.91 0 0 0 0.30756,4.24226 c -1.30228,-0.35801 -2.32785,-0.20471 -2.43386,0.22895 -0.4766,1.65631 2.13887,4.25296 0.69847,5.1901 -1.4404,0.93715 -1.88489,-2.5903 -3.05381,-3.77306 -2.36005,-2.12468 -3.07117,0.93996 -6.36856,0.45651 -1.64853,-0.23673 -2.59025,-2.12722 -4.23879,-2.36395 -0.70805,-0.23719 0.7063,1.41787 0.23368,1.6533 -3.3036,1.17762 -4.71748,0.46304 -6.36856,0.45651 a 8.5,8.5 0 0 0 -2.59332,1.17461 4.06,4.06 0 0 0 -1.41486,1.41657 c -0.46739,0.70551 -0.23895,1.88873 -0.70634,2.59424 -3.07547,2.35084 -8.02093,2.57114 -7.55641,4.24697 1.64413,9.67183 6.1384,-4.47116 10.14125,0.49179 1.40657,1.41519 2.34487,10.60962 1.86493,11.54566 -1.42393,3.29785 -8.97229,9.64566 -12.74374,10.58831 -1.18289,0.23844 -2.35117,-0.92433 -3.53249,-0.94608 -1.6533,0.23367 -1.91733,2.58346 -3.30267,3.05858 -1.18544,0.46864 -9.89453,-2.14065 -9.92188,2.57271 0.0534,1.64913 -0.47568,3.53726 0.47179,4.98734 0.65914,0.88911 6.4523,1.20164 6.59968,1.42699 -1.4231,0.23621 -3.77492,-0.70811 -4.4795,0.70545 -0.47994,0.93604 1.63724,2.35821 2.81537,2.59017 a 8.09,8.09 0 0 0 4.71747,-0.46303 c 0.47517,-0.46564 0.23928,-1.87874 0.93956,-1.88142 5.65972,-1.64418 3.52981,0.2458 5.18311,0.0121 0.46976,-0.0152 0.70459,-1.41357 0.97,-0.94191 0.24288,0.7025 0.69889,7.98155 1.16771,8.2465 2.3596,1.1842 5.90422,-3.05283 7.77643,-1.16248 2.11986,2.12245 1.63941,6.13012 4.00423,7.78439 7.0637,4.01332 5.65273,-0.93358 11.55265,-2.57553 0.70282,-0.23289 1.17179,0.96255 1.88141,0.93955 a 19.25,19.25 0 0 0 3.53158,-0.93487 c 0.97777,-0.70204 8.50184,-5.63833 7.08443,-3.99156 -1.41741,1.64678 -12.725,8.69672 -12.97996,9.16522 -0.71458,1.41389 -0.23802,3.76969 -1.66066,4.94638 -4.48778,3.53722 -10.35983,-2.60582 -14.84535,-3.32091 -13.19381,-2.37391 -6.813,5.88376 -12.26153,5.39998 -0.93793,-0.22975 -1.87966,-2.12024 -2.82333,-1.90956 -1.65807,0.70407 -1.42222,6.12928 -2.13204,7.07277 -1.18498,1.40912 -3.30868,1.63802 -4.48112,2.81661 -0.71504,0.47341 -0.47438,1.41611 -1.18943,1.88952 -0.70282,0.23289 -1.88396,-0.70935 -2.58933,-0.24626 -1.65251,1.18414 -2.12421,3.30053 -3.77927,4.71488 -0.47262,0.23543 -1.40611,-0.47471 -1.88128,-0.009 -0.47262,0.23543 0.0382,1.17938 -0.47438,1.4161 a 5.45,5.45 0 0 1 -2.59383,2.08511 c -0.23987,0.008 -9.67039,0.45345 -9.66692,2.10421 -0.006,2.60155 5.64625,1.02766 7.0636,3.39299 0.93872,1.18022 0.22761,4.24486 1.64594,4.47904 0.93951,-0.0304 3.81134,-5.88653 4.25352,-7.06147 a 0.93,0.93 0 0 1 0.70023,-0.31284 c 1.64913,-0.0534 3.29489,1.02381 4.71054,0.55772 0.98522,-0.47216 0.48354,-2.67707 1.65677,-2.90519 3.30137,-0.93742 7.30778,1.97434 10.09192,2.67454 2.29856,0.53583 0.90712,-1.02992 0.55207,-1.48867 l 0.15992,-0.005 c 1.88142,0.93956 6.81859,7.87328 9.65178,6.6909 3.53856,-1.64548 6.151,-13.03607 6.151,-13.03607 4.23916,-1.63816 13.19288,0.49295 16.254,3.56542 a 8.57,8.57 0 0 1 2.8206,3.06025 c 0.23321,0.71282 -0.71375,2.67452 -0.23858,2.20888 0.71204,-1.18368 0.24067,-3.37956 1.65951,-4.05587 1.17544,-0.46832 4.94161,2.13106 6.09402,2.80409 l 0.22987,-0.007 c 0.70963,-0.023 1.88434,1.02951 2.12153,0.32145 0.24418,-1.41865 -2.10292,-3.14354 -1.40088,-4.3269 0.46739,-0.7055 13.66421,2.37868 13.89794,0.0199 0.2445,-1.40866 -2.58073,-3.06802 -1.63817,-4.23916 0.70727,-0.71329 2.82139,4.01072 5.64361,4.95981 0.70805,0.23719 -0.22951,-3.99467 1.41963,-1.88697 0.47308,0.70504 -0.93956,1.88141 -0.2415,2.11893 0.69806,0.23751 1.41518,-1.40658 2.12324,-1.16938 0.70963,-0.023 -0.97778,0.70203 -0.95478,1.41166 0.23543,0.47262 0.94191,0.97 1.41356,0.70459 0.47739,-0.70584 -0.23159,-2.82398 1.17976,-1.8792 2.35482,1.6546 -0.97778,0.70204 -0.70936,1.88396 0.70421,2.58855 12.4896,-0.21464 14.14813,0.0218 2.11639,0.4717 5.88084,4.56192 8.002,4.56321 1.40926,-0.0457 1.88776,-1.95216 3.06288,-2.43048 2.60331,-1.17493 4.98766,-0.46178 7.62573,-2.10809 2.63806,-1.64631 0.4691,2.12592 4.71571,0.71764 1.17545,-0.46832 0.47869,-2.82699 1.41616,-3.53773 2.36344,-1.16716 6.60653,-0.21409 7.31033,-2.57813 0.23896,-1.88873 0.006,-3.53203 0.48253,-5.17834 0.23942,-0.94826 2.59383,-2.08511 1.6546,-2.35483 -3.53805,-1.42615 -7.07615,1.1598 -10.37321,0.68634 -6.83211,-1.18934 3.29706,0.47346 0.006,-2.59156 -0.94348,-0.70981 -1.88442,-1.64983 -2.82744,-1.41916 a 0.48,0.48 0 0 0 -0.23761,0.0777 l -0.003,-0.0799 c 0.24103,-3.05942 -6.60413,-0.9466 -6.83433,-0.94914 -0.70583,-0.47739 1.17244,-1.1786 1.88526,-1.41181 2.59077,-0.9444 7.77259,1.18888 9.66437,-1.874 0.71236,-1.17369 1.42204,-3.04766 0.48013,-4.01766 -0.94872,-1.17989 -5.1901,0.69847 -4.47552,-0.71542 0.95478,-1.41166 3.77177,-0.93265 5.65462,-1.18377 0.23988,-0.008 0.23543,0.47263 0.46564,0.47517 0.7155,0.46707 1.18178,0.96223 1.88396,0.70935 9.44116,-2.58714 -1.64677,-1.4174 0.48697,-5.65874 0.47217,-1.17591 2.58503,1.65714 4.04034,1.17976 4.01673,-1.40084 9.44621,-12.00225 10.16685,-16.0077 2.36882,-12.7334 -10.58271,-16.27577 -18.5755,-17.46752 -4.95592,-0.71986 -1.41472,2.34706 -6.13794,5.41165 -0.70537,0.46309 -1.88397,-0.70936 -2.58725,-1.41695 -0.70329,-0.70759 -0.93951,-2.13069 -1.88299,-2.8405 -0.47531,-0.46485 -2.3558,0.47655 -2.11861,-0.2315 2.36048,-5.88954 3.7732,-2.12333 7.07842,-5.4121 4.24745,-4.46992 -4.22754,-13.44013 -4.22578,-14.62081 0.24979,-4.95068 4.00591,1.66113 2.84004,-2.82346 -0.93742,-3.30137 -5.41557,-8.72918 -4.45727,-12.5022 0.23451,-1.40833 2.82606,-1.40227 2.83004,-2.82314 0.007,-4.71271 -3.29798,-2.35442 -4.4726,-4.94773 -1.17192,-1.89304 -0.54299,-4.71489 -1.95734,-6.36995 -3.99285,-4.96328 -3.09333,-2.83129 -7.28992,-5.43674 -0.9457,-0.46961 -1.65422,-1.64728 -2.59345,-1.917 -0.46785,-0.23497 -0.96223,1.18178 -1.17767,0.70851 -1.41559,-3.54601 -3.0338,-21.062778 -3.2614,-25.307638 a 27.89,27.89 0 0 1 0.24534,-4.47029 c -0.023,-0.709629 0.47183,-1.185906 0.2364,-1.658528 -0.71203,-0.977451 -2.11939,-1.181975 -3.07033,-2.121668 -1.652,-1.887483 -2.34316,-7.778188 -3.99248,-8.965391 -0.94191,-0.970001 -9.88984,-7.553639 -10.36246,-7.318207 -0.98523,0.472158 -1.18198,2.119395 -2.11977,2.820137 -2.12514,1.419577 -6.12674,-1.652427 -8.01325,-2.131575 -1.64853,-0.23673 0.22845,1.183221 -1.41564,0.466096 a 4.76,4.76 0 0 1 0.006,-2.591556 c 15.32705,1.2042 2.12023,-1.879659 9.42626,-3.046908 1.4231,-0.236217 6.36119,4.256199 7.0736,-0.929596 0.23673,-1.648533 -2.82046,-2.129765 -3.52421,-3.777836 -0.2103,-0.623516 1.80193,-2.439643 0.0812,-2.744069 a 14,14 0 0 0 1.99895,-0.06478 c 3.06435,-0.240192 12.98971,-14.128954 14.87627,-17.661912 0.24275,-0.227982 -0.23288,-0.702826 -0.0379,-1.169386 a 8.26,8.26 0 0 1 1.42393,-3.29785 l 5.42734,-5.418631 a 6.59,6.59 0 0 0 -0.2276,-4.244855 c -2.15378,-4.712714 -15.314,-4.506356 -19.31402,-5.677413 -1.65631,-0.476603 -3.07066,-2.131662 -4.71919,-2.368392 -3.29484,-0.713657 -6.59497,2.114716 -9.19036,2.298875 -1.41926,0.04599 -2.59105,-0.916559 -3.77492,-0.708105 -0.46975,0.01522 0.71328,0.707269 0.46832,1.175449 -1.17467,1.41879 -5.65319,-0.0069 -3.75964,-4.250459 0.70713,-1.643766 0.93825,0.239737 2.59632,-0.464336 0.70282,-0.232886 1.41264,-1.176372 2.3509,-0.936635 0.47974,-0.01555 0.003,1.650753 0.47354,1.645525 1.18322,-0.228443 1.65538,-1.404353 2.36395,-2.077656 0.97777,-0.702038 3.05849,-1.639923 2.12407,-2.069883 -2.35358,-1.92478 -9.19652,2.108974 -4.47853,-1.425692 2.8337,-2.09288 17.65144,-11.047513 18.16358,-12.2247183 0.47439,-1.4161077 0.008,-2.8317537 0.48267,-4.2478617 0.70459,-1.413563 3.7783,-2.583732 2.59938,-3.766168 -1.17637,-1.41264 -3.77445,0.232373 -5.65319,-0.0069 -4.71571,-0.717638 -12.72595,-2.138939 -16.26752,-1.203739 -0.9427,0.240659 -1.41917,2.827449 -2.36395,2.077656 -1.17179,-0.962551 0.48013,-4.017659 -0.93566,-4.482046 a 1.39,1.39 0 0 0 -1.25022,0.630825 c -0.42839,-1.486905 -3.24098,-2.756474 -4.53331,-3.424967 z m -23.83167,168.600345 -0.7241,-8.45098 c -5.89247,1.87184 -2.35997,2.81792 -0.94868,7.77481 0.23543,0.47262 -1.18498,1.40912 -0.47471,1.40611 a 3.72,3.72 0 0 0 2.14749,-0.72994 z m -0.7241,-8.45098 3.2884,7.30733 c 4.51282,-2.14729 0.97986,-4.03386 -3.2884,-7.30733 z M 660.30581,-13.921041 c -5.42951,1.646721 -8.96057,-0.490032 -10.61823,5.1666264 -0.23719,0.7080536 -1.17415,-1.6528374 -1.87697,-1.4199514 -1.41787,0.7062944 0.69546,4.479825 -0.7151,4.485515 -1.65107,-0.0065 -3.99937,-3.3122012 -4.47246,-1.856114 -0.71713,1.644089 3.0781,2.361541 3.28924,4.245691 0.23066,0.943024 -2.35566,1.407037 -1.92478,2.35357701 0.71407,1.657742 2.83046,2.12944099 4.24499,2.86401099 0.70583,0.477389 1.88605,-0.46133 2.11893,0.241496 0.46434,2.596323 -4.95772,4.472924 -2.12935,7.773047 0.94191,0.970001 2.59586,-1.404815 3.06802,-2.580725 0.46916,-1.886185 3.8e-4,-4.002112 0.009,-5.893388 -0.008,-0.239874 -0.0152,-0.46975299 0.23465,-0.47785099 1.17799,-0.69852 2.82352,-1.172066 4.24139,-1.87836 0.47262,-0.23543201 0.47216,-1.17591001 0.96255,-1.17179101 0.71282,-0.23321 3.02466,0.712407 4.24615,-2.348762 0.23941,-0.948252 -0.45911,-2.126246 0.006,-2.601551 0.23497,-0.467856 1.26175,0.959636 1.49385,0.711989 1.18243,-1.178917 -0.22761,-4.244855 1.18582,-4.470753 a 1.45,1.45 0 0 1 1.41356,0.704585 c -0.23543,-0.472622 -0.18065,-0.634482 0.0799,-0.622914 a 33.29,33.29 0 0 1 -4.85698,-3.224377 z m 4.86471,3.15409 c 0.49817,0.243993 1.01729,0.517323 1.80887,0.8618647 a 5.14,5.14 0 0 0 -1.80887,-0.8618647 z m -68.26854,27.085376 a 4,4 0 0 0 -1.2506,0.310668 c -0.98522,0.472159 -8.03311,11.76636 -7.80466,12.949582 0.0534,1.649134 1.41226,2.82574 1.64593,4.479039 0.046,1.419255 -0.90911,2.820926 -0.95307,4.243096 0.0152,0.469753 2.3583,3.30535 2.59067,4.91867 0.008,0.239875 0.0324,0.999476 0.23229,0.992998 a 0.55,0.55 0 0 0 0.39266,-0.23284 c -0.81096,1.527067 -2.2174,3.2035 -1.57593,4.47339 0.64146,1.26989 2.36394,-2.077656 3.06501,-3.291 1.88656,-3.532958 -0.2246,-3.53458 3.31382,-6.110538 4.48779,-3.537212 -0.94191,-0.970001 2.12598,-4.48121 0.97,-0.941912 2.83351,-1.17239 2.83781,-2.58327 10e-4,-2.121155 -5.90083,-0.239002 -3.29793,-6.366523 2.13074,-4.951611 5.19746,-5.411181 2.61373,-9.189478 -1.21645,0.129468 -2.59901,-0.235944 -3.93571,-0.112584 z M 460.76482,32.196131 c -1.89095,0.0012 -2.83481,3.293545 -4.48511,4.237492 -1.65806,0.704073 -3.77477,0.222379 -5.42252,0.936123 -4.96022,2.852154 -3.7865,10.358076 -9.21393,12.99525 -4.00896,1.640708 -9.66085,-0.487348 -13.67042,1.443531 -4.47904,1.645937 -8.74853,16.24188 -0.96641,16.489954 0.22988,-0.0075 -1.21421,-6.594133 -0.93182,-6.833405 4.73795,-12.490011 1.18217,-3.039884 4.48765,-4.467695 0.70505,-0.473085 0.22896,-1.888407 0.93179,-2.121293 a 13.64,13.64 0 0 1 5.41775,-0.465721 c 0.70963,-0.023 1.17892,1.182436 1.8892,1.179429 1.65362,-0.223677 3.06848,-1.640246 4.71271,-2.153771 1.88605,-0.46133 8.93665,-2.100553 7.30427,0.01343 1.65107,0.0065 2.82522,1.659364 4.24133,2.133746 4.24833,1.423147 6.63746,-11.300911 5.91293,-13.898807 -1.17539,-3.543789 -2.82745,-1.419166 -2.34399,-4.716555 0.23987,-2.168907 5.71858,-4.767721 2.13657,-4.771705 z m 111.07173,5.355284 c -0.70251,0.242881 -1.63914,0.05312 -2.11815,0.708977 -2.12977,2.820461 -0.48012,4.017659 -0.94914,6.834327 -1.19457,6.362029 -5.91288,9.886701 -6.39162,16.725795 0.0227,0.699633 0.92668,11.305918 1.36709,11.311656 3.06418,-0.229366 2.13588,-9.424124 2.36785,-10.602255 0.75017,-4.946893 4.07538,-21.203123 5.72397,-24.9785 z M 131.99459,69.624378 c -12.26375,5.640173 -2.11768,1.649456 -3.06853,5.652353 -0.23719,0.708054 -2.35835,0.706756 -1.89304,1.171929 0.71361,0.717263 2.82824,2.369639 1.64502,2.598083 -1.18323,0.228443 -3.05511,-1.651915 -4.02511,-0.710003 -0.69982,0.943162 3.0781,2.361542 2.09288,2.8337 -1.41565,0.466099 -6.15621,-4.723083 -7.54447,-0.01565 -0.70856,2.834438 4.0016,3.072008 4.94731,3.541618 0.22988,-0.007 0.23543,0.47262 0.23321,0.71282 0.0152,0.46976 -0.71458,1.41389 -0.23451,1.40834 3.05941,0.24103 2.35442,-3.29799 3.05895,-0.69945 0.0152,0.46976 4.24708,-0.4678 3.53726,0.47568 a 11.14,11.14 0 0 1 -4.48811,3.52722 c 0.008,0.23987 -7.01932,-0.4829 -7.54099,1.6351 -0.23896,1.88873 2.12332,3.77321 1.40652,5.4273 -0.23719,0.70805 -6.3499,-6.37768 -8.47281,-5.1983 -1.18767,0.70884 -1.18628,3.53027 -2.60142,3.08587 -1.41514,-0.44439 -0.46924,-3.0564 -1.15332,-4.71512 -1.16985,-3.06371 -12.246351,-3.08496 -14.372272,-2.61586 -2.125922,0.4691 0.237976,0.24242 0.03822,1.17938 -0.472161,1.17591 -2.835273,2.35307 -1.894009,3.30308 0.941263,0.95001 2.8275,-2.59294 3.76844,-1.65293 1.176695,1.42264 -0.945758,3.54249 -0.952608,5.18358 0.237976,0.24242 2.595486,2.59729 1.175397,3.54379 -0.707592,0.703282 -3.29961,-0.24326 -2.828747,0.70199 0.469103,2.125922 9.197949,-3.29965 6.13321,4.013452 a 1.31,1.31 0 0 1 -1.177669,0.70852 c -1.891276,-0.009 -3.767928,-1.41871 -5.423772,-0.95483 -1.885724,0.47132 -3.063579,2.10033 -4.01026,3.76186 -0.24242,0.23798 0.941911,0.97 0.698844,1.18799 -0.229879,0.007 -9.897532,-2.85092 -4.713086,3.99475 1.882666,2.83051 8.475551,-0.27466 9.655251,4.01938 1.130651,4.01549 -3.780057,3.76441 1.168547,5.18487 5.189124,1.43268 9.901054,0.48957 10.134264,1.20239 0.0227,0.69964 -1.65585,0.46388 -1.65284,1.17415 0.003,0.71028 1.75366,0.39341 1.88619,0.46916 a 11.31,11.31 0 0 1 -5.42693,1.72668 c -0.702822,0.23288 -0.93654,-1.73058 -1.64936,-1.49737 -1.173227,0.22812 -1.652792,1.48431 -2.352611,2.42748 -0.970001,0.94191 -4.011183,1.8809 -3.071169,3.1011 0.473084,0.70504 2.589011,0.23626 2.124162,0.71157 a 4.66,4.66 0 0 0 -1.89049,0.94172 c -1.182436,1.17892 -1.419166,2.82745 -2.359183,3.76839 -0.472622,0.23544 -1.416108,-0.47438 -1.891275,-0.009 -1.887945,0.71152 -3.300908,1.8779 -5.191399,2.81962 -0.702501,0.24288 -3.061633,-8.4e-4 -2.353579,0.23636 0.945707,0.46961 7.773883,-0.93228 7.773883,-0.93228 0.237653,0.23242 -0.237191,0.70805 0.03822,1.17938 a 3.78,3.78 0 0 0 2.124623,1.65205 c 0.938258,0.23974 1.888269,-0.70153 2.596323,-0.46434 0.495573,0.16404 -0.286517,0.72967 -0.632401,1.1711 l -6.444208,-0.95178 c -0.992674,0.24228 -0.947005,1.65154 -1.932229,2.1237 -1.648071,0.70375 -4.548028,-0.48294 -5.26483,1.17114 -0.939555,1.88142 4.546355,6.60621 2.664613,5.65666 -1.881743,-0.94955 -3.371282,-3.07242 -5.492437,-3.07371 -1.648532,-0.23673 -4.948143,-0.47999 -6.126784,0.19854 -0.472622,0.23543 0.03822,1.17938 -0.474382,1.41611 -0.512602,0.23673 -2.121293,-0.93178 -1.886509,-0.47915 1.411803,1.88526 8.470593,5.4385 8.713012,5.20052 0.472623,-0.23543 -0.238438,-1.1829 -0.0035,-1.65075 1.187664,-0.70884 4.563251,0.9527 3.615461,1.65376 -1.182436,1.17892 -3.381328,0.94002 -5.024956,1.16337 -2.125922,0.4691 -5.896395,-0.7194 -6.36777,1.40698 0.02267,0.69964 1.176371,1.41264 0.46133,1.88605 -0.715042,0.47341 -2.587252,-1.41694 -2.826988,-0.47869 -0.233723,2.35881 1.403979,5.6575 3.530362,6.12887 0.469753,-0.0152 11.161734,-1.36223 11.38842,-1.15947 0.948714,1.17989 -3.135901,1.41231 -4.551547,1.87841 -2.83319,1.18239 -1.883824,-1.94 -4.002112,-3.7e-4 -0.232749,0.22765 0.475305,0.46484 0.473084,0.70504 0.01522,0.46976 -0.477389,0.70583 -0.977775,0.70204 -3.061172,0.93964 -3.773992,1.17285 -3.533794,1.17507 6.836873,0.71894 12.331906,-0.44965 12.567337,0.023 0.477851,0.23464 1.41833,0.23418 1.183684,0.71203 -0.932106,2.1113 -9.993139,4.69614 -9.046971,6.10623 0.465635,0.47517 6.206742,-0.20113 7.62174,-0.68722 3.769226,-0.70245 -3.542866,3.05635 1.174612,2.59332 1.653299,-0.23368 3.06816,-1.65025 4.941667,-1.88105 1.413101,-0.23589 5.647125,2.59846 8.011023,2.37178 0.702826,-0.23289 0.23673,-1.64854 0.711574,-2.12417 a 2,2 0 0 1 1.883963,0.70936 c 0.467856,0.23497 0.228444,1.18322 0.698521,1.17799 0.943024,-0.23067 1.417405,-1.64677 2.124075,-2.06988 1.18766,-0.70884 2.83874,-0.70232 3.53856,-1.64548 0.48183,-1.18623 -2.12333,-3.77321 -0.69926,-3.97944 4.4895,-0.70578 1.40699,6.36777 6.36628,3.79579 1.41042,-0.93617 2.12167,-3.07033 3.77007,-3.76408 0.94302,-0.23066 1.41911,1.18466 2.35959,1.1842 0,0 4.24185,-0.93789 4.48283,-2.14633 -0.0227,-0.69963 -1.41402,-1.64506 -0.9414,-1.88049 3.30359,-1.17762 4.47552,0.71542 8.035,0.95025 0.70805,0.23719 2.60331,-1.17493 2.36612,-0.46688 0.0152,0.46975 -1.18545,0.46864 -0.97001,0.94191 1.17638,1.41264 6.36426,-1.20677 7.98188,-0.68889 0.94793,0.22942 0.94395,1.65029 1.88188,1.88004 2.36117,0.924 2.83351,-1.17239 3.53759,0.48567 0.007,0.22988 0.46785,0.23497 0.46975,-0.0152 0.23673,-1.64853 -0.4648,-3.5368 0.0121,-5.18311 0.23941,-0.94826 1.41264,-1.17638 1.88748,-1.652 1.41264,-1.17638 9.67818,-13.18039 10.39008,-15.29456 0.95228,-3.03243 0.008,-5.00288 -0.25912,-7.9958 -0.0152,-0.46975 0.46962,-0.9457 0.47438,-1.41611 -0.23811,-1.1729 -2.11985,-2.12245 -1.41004,-3.06593 0.46962,-0.94571 2.35959,1.18419 3.05941,0.24103 0.47961,-0.94603 -1.4118,-1.88526 -1.17239,-2.83351 -0.0457,-1.40926 1.93256,-2.11371 1.89434,-3.29309 0.007,-1.65108 -1.64728,-2.66804 -1.88096,-4.32134 0.009,-1.89128 1.18851,-3.77047 0.95738,-5.65398 -0.0308,-0.9495 -2.59725,-1.41662 -1.88998,-2.1299 1.42041,-0.9365 4.24009,0.24279 5.19487,-1.16887 0.55253,-0.54818 0.0533,-1.13232 -0.54869,-1.80318 a 2,2 0 0 0 1.24846,0.54986 c 4.24532,0.71287 3.07117,-3.1011 4.73007,-4.70568 1.88226,-2.12207 8.47666,2.84695 9.43061,-6.30876 0.69502,-9.427452 -3.51814,-6.369392 -7.53011,-5.438952 0,0 6.13919,-3.5207 5.19478,-6.11147 -2.81213,-8.973622 -1.65335,4.24578 -4.19224,-5.86729 -0.0152,-0.46975 0.97778,-0.70204 0.95478,-1.41167 a 8.5,8.5 0 0 0 -0.93136,-5.892922 c -0.23288,-0.702826 -1.6533,0.233671 -2.3588,-0.233723 -1.41611,-0.474382 -2.35006,-2.124998 -3.99892,-2.371723 -1.41833,-0.234184 -2.60077,0.944733 -4.24185,0.937883 -1.42309,0.236216 -3.0632,-1.901784 -4.48297,-0.945297 -1.41787,0.706295 -1.90178,3.063205 -3.29998,3.758856 -0.82693,0.417003 -1.61434,-0.107769 -2.27927,-0.866631 l 0.3898,-0.01263 c -0.93872,-1.180215 -1.88045,-3.070705 -3.29656,-3.545088 -0.9395,0.03045 0.2389,2.123377 -0.23626,2.589011 -1.18244,1.178917 -3.06992,2.830918 -4.01119,1.880906 -0.94394,-1.650292 4.95329,-3.992528 3.30397,-5.17973 -2.82333,-1.909557 -6.58714,-1.657518 -9.88944,-2.601054 -0.91345,-0.400624 -1.85726,-1.120432 -2.56976,-0.877228 z m 287.07927,16.630451 a 7.48,7.48 0 0 0 0.15154,2.20625 l -10e-4,-1.89095 c -0.0574,-0.22826 -0.15094,-0.33529 -0.15029,-0.3153 z M 195.9649,106.88198 a 9.91,9.91 0 0 0 -3.53125,0.94487 c -0.97777,0.70204 -1.18452,2.3496 -2.12453,3.29054 -10.15788,9.18382 6.11525,6.85553 5.65578,-4.23541 z m 289.39325,10.23215 c -0.72282,0.23353 -2.14892,-0.24053 -2.62853,0.7055 -1.15236,1.79827 1.60161,3.41992 3.09726,5.42253 -2.86822,-2.36834 -7.88378,-3.07626 -11.19731,-5.91043 -2.40393,4.24009 -5.03024,4.7054 -4.31571,5.14248 0.9619,0.96936 2.62756,1.42565 3.82091,2.12736 1.67153,0.94636 2.62108,3.38688 4.5298,3.62519 1.43831,0.23353 2.39781,-1.95869 3.59071,-2.19746 a 20.3,20.3 0 0 1 3.8222,0.006 l 0.008,0.23987 0.24241,-0.23797 a 3.19,3.19 0 0 1 1.4374,-1.64742 6.65,6.65 0 0 1 1.94778,-1.64395 c -0.008,-0.23988 0.24464,-0.47818 -0.0305,-0.93951 l -0.0155,-0.47975 1.19937,-0.0389 a 0.87,0.87 0 0 0 0.23752,-0.69805 c -0.49682,-2.05499 -4.08138,-1.82877 -5.74559,-3.47573 z m 27.6594,8.17842 a 0.39,0.39 0 0 0 -0.31756,0.0803 c -0.96223,1.18179 -3.06289,2.43048 -2.87697,3.8452 a 1.31,1.31 0 0 0 0.24025,0.31238 c -0.91216,-0.36064 -1.67565,-0.45596 -1.88577,0.16117 -0.7119,2.11416 0.23283,4.71493 -0.24886,6.83164 1.64899,1.17721 3.29178,4.01549 5.17973,3.30397 3.78176,-0.93298 6.89721,-3.28512 6.45157,-3.76094 -0.70375,-1.64807 -2.90329,-1.90696 -3.37619,-3.5325 -0.46609,-1.41565 2.89478,-3.29549 1.49866,-3.77052 -1.39611,-0.47503 -3.14413,0.23196 -4.79044,-0.24497 -0.78704,-0.20461 0.50251,-3.01786 0.12558,-3.22576 z M 59.426419,243.13584 Z m 1355.026681,9.74687 c -0.7187,0.36346 0.7816,4.97729 -0.2515,6.44152 -0.7099,0.94349 -2.0638,-1.93417 -3.2953,-1.65413 -0.7029,0.23288 0.4713,1.88572 0,2.83143 a 8,8 0 0 1 -4.0185,2.58151 c -0.2299,0.007 -2.5812,-4.0085 -7.7643,-4.02063 -0.7097,0.023 1.1718,0.96255 1.4043,1.65538 0.947,2.36057 2.3497,6.12711 3.0512,8.01538 1.8839,4.72146 -0.7154,8.79779 3.0473,13.75852 0.702,0.97777 2.3565,0.47392 3.0473,1.41204 0.9419,0.97 0.2319,2.83397 1.1229,3.77561 1.1837,0.71204 3.0619,0.0108 4.2478,0.48267 a 1.7,1.7 0 0 1 -0.4713,-1.88572 0.52,0.52 0 0 1 0.4749,-0.47563 l 0.044,-32.59854 a 0.22,0.22 0 0 0 -0.2276,-0.23275 0.43,0.43 0 0 0 -0.3731,-0.088 z M 438.10316,488.21939 c -0.93955,1.88141 -2.82481,3.29322 -3.06409,5.17195 -0.2464,1.65885 1.40352,4.71702 -0.007,4.72271 -1.65108,-0.007 -2.83332,-1.90923 -4.2461,-1.66335 -1.1729,0.23812 -1.1842,2.3596 -2.36154,3.07811 -0.98555,0.46216 -2.11671,-0.4817 -3.06196,-0.0108 -1.17545,0.46831 -1.41218,2.11685 -2.59507,2.35528 -0.47263,0.23544 -0.9465,-1.42008 -1.18179,-0.96222 -0.95478,1.41166 -0.70621,3.52472 -1.18281,5.18103 -0.47739,0.70583 -3.06196,-0.0108 -2.83129,0.93219 0.70629,1.41787 3.07065,2.13166 3.05635,3.54286 0.003,1.65076 -3.06358,2.10033 -2.82704,3.53342 0.46133,1.88605 4.04811,1.41963 4.22926,3.30476 0.23367,1.65329 -3.5381,2.58595 -3.06678,4.47167 0.2359,1.4131 4.00642,-1.4105 4.24264,0.0126 0.23112,1.8835 -3.54065,2.81616 -3.5394,4.70711 -0.24672,1.64886 2.57994,2.11755 3.28623,3.53542 0.47216,0.98522 -0.93955,1.88142 -0.47614,2.59678 2.11555,3.53333 4.04033,1.17976 7.07277,2.13204 0.70805,0.23719 -0.25108,7.07184 3.05381,3.77307 1.18498,-1.40912 0.47568,-3.53727 1.1928,-5.18135 0.4674,-0.70551 1.88827,-0.70153 1.88749,-1.65201 0.23497,-0.46785 -1.41311,0.2359 -1.41611,-0.47438 -0.0152,-0.46975 1.17938,-0.0382 1.41564,-0.46609 2.59985,-2.82569 1.42241,-7.04977 1.4326,-10.13172 -0.002,-2.83143 4.01156,-5.88302 3.78173,-9.88768 -0.046,-1.41925 0.0161,-6.60398 -0.68764,-8.25205 -0.10837,-0.25663 -0.26542,-0.47165 -0.39313,-0.70764 a 4,4 0 0 1 -1.72751,-2.36529 c 0.0264,-2.58221 3.33307,-8.91263 0.0141,-11.29638 z m 1.71372,13.67166 c 0.10994,-0.004 0.19989,-0.006 0.15246,-0.23506 -0.47215,-0.98522 -1.87567,-3.5411 -1.64501,-2.59808 a 14.83,14.83 0 0 0 1.51254,2.8325 z m -6.50839,40.29195 c -2.12722,2.59025 -15.10117,13.17602 -18.64097,12.93055 -4.24231,-0.003 -5.88381,-4.96204 -6.15621,-4.72309 -0.70759,0.70329 0.46387,1.65585 0.22414,2.5941 -0.23673,1.64854 -1.90956,2.82333 -2.1263,4.47122 -0.71852,11.78946 1.17415,1.65284 4.00507,4.72276 1.40435,1.65538 4.92295,13.28752 3.97863,15.63934 -0.46961,0.9457 -1.88827,0.70152 -2.35534,1.41703 -0.24274,0.22798 0.70806,0.23719 0.70551,0.46739 0.0382,1.17938 -1.18674,2.5898 -0.47822,3.76747 0.70203,0.97777 3.29438,-0.22682 3.53282,0.95607 0.46609,1.41565 -2.12408,2.06989 -2.36696,3.52852 -0.46693,1.64599 0.46957,3.0664 0.23284,4.71493 -0.71001,4.02511 -4.02332,7.06402 -2.6198,11.78104 0.4661,1.41564 2.81792,2.35996 2.82138,4.01072 a 1.08,1.08 0 0 1 0.70963,-0.023 c 4.47247,1.85612 -1.20715,10.60466 8.00066,6.37421 6.60449,-3.05552 2.8337,-2.09288 4.24828,-7.53155 0.24196,-1.17845 1.41741,-1.64677 1.65715,-2.58503 -0.023,-0.70963 -2.35483,-1.6546 -1.64456,-1.6576 3.99467,-0.22951 8.24391,3.0746 11.54398,4.25833 0.46786,0.23497 0.2259,1.41343 0.47216,0.98522 4.49071,-7.76952 3.55927,-18.60504 4.27742,-26.39238 -0.0382,-1.17939 1.18197,-2.1194 1.18216,-3.03989 -0.46434,-2.59632 -3.99605,-2.59193 -2.81486,-5.6618 1.18374,-3.30007 5.43067,-4.69836 5.20052,-8.71301 -0.45692,-11.32114 -2.59081,0.63425 -3.99715,-7.87467 -0.0227,-0.69963 1.65062,-0.93395 1.18498,-1.40912 -1.18636,-1.41231 -4.48297,-0.94529 -4.94684,-2.60114 -0.46388,-1.65584 3.53412,-1.16508 3.7683,-2.58341 1.49168,-5.22105 -8.88121,-4.52471 -9.57843,-7.82386 z m -19.19343,66.27643 a 10.91,10.91 0 0 0 -1.96656,1.06425 c 0.86468,-0.1781 1.85541,-0.48035 1.98655,-1.0649 z M 305.06675,572.30245 c -3.49109,0.0231 -5.17932,1.64862 -1.49603,4.16064 1.41167,0.95477 3.29438,-0.22683 4.71049,0.24756 3.29531,1.65413 9.64437,11.09344 4.24838,-2.58896 a 18.07,18.07 0 0 0 -7.46284,-1.81924 z m -17.28852,1.56078 a 49.93,49.93 0 0 0 -20.51188,8.91904 c -0.24242,0.23798 -0.70759,0.70329 -0.47961,0.94603 a 11.73,11.73 0 0 0 4.71234,1.84834 c 0.93825,0.23974 2.35566,-1.40703 3.2966,-0.46702 1.18179,0.96223 0.70976,3.06862 1.15332,4.71512 1.1754,3.54379 1.4131,-0.23589 4.94222,1.84089 1.18369,0.71204 0.93742,3.30137 2.1081,3.30346 0.94826,0.23941 12.98126,-11.28638 11.33449,-12.70378 -5.85123,-4.88305 -10.14871,3.60059 -6.53592,-8.41272 z m 485.98046,6.65296 a 37.56,37.56 0 0 0 -4.24615,2.34876 22.4,22.4 0 0 0 -2.59508,2.35529 c -0.70759,0.70329 -1.65538,1.40436 -2.36394,2.07766 -0.47517,0.46563 -1.65238,2.11463 -0.93956,1.88142 1.18767,-0.70884 1.92478,-2.35358 3.31012,-2.8287 2.59632,-0.46434 16.48814,6.15919 17.18712,8.27767 0.47341,0.71504 -0.947,1.65154 -0.47392,2.35658 3.1011,3.07117 7.07837,-1.39999 9.90059,-0.45091 a 11.4,11.4 0 0 1 4.70933,3.2992 c 0.47563,0.47485 -0.96223,1.18179 -0.947,1.65154 0.23543,0.47263 0.70759,-0.70328 1.17767,-0.70851 a 4.16,4.16 0 0 1 1.65232,1.89748 c 0.0152,0.46975 -0.97777,0.70203 -0.71236,1.17368 1.41435,1.65506 7.85073,6.37907 10.20992,2.61068 4.25319,-7.07147 -6.43815,-3.54333 -9.02095,-5.44067 -2.35483,-1.6546 -1.87355,-8.7239 -1.87068,-8.9441 -0.70884,-1.18767 -2.35959,-1.1842 -3.30053,-2.12422 -0.23798,-0.24242 -0.023,-0.70962 0.23941,-0.94825 -0.007,-0.22988 0.47517,-0.46563 0.23719,-0.70805 -0.94395,-1.65029 -5.8945,1.19154 -7.31347,0.93737 -1.40612,-0.47471 -2.35358,-1.92478 -3.52852,-2.36696 -0.46786,-0.23497 -0.70759,0.70329 -1.17767,0.70852 a 4.71,4.71 0 0 1 -2.59456,-0.71634 c -4.00952,-2.08123 -3.53879,-4.2276 -7.5396,-6.34913 z m -506.74324,8.41743 -2.1237,0.22891 c -1.88572,0.47132 -2.35788,1.64723 -3.30044,2.81838 -0.95446,1.42166 -2.36663,3.53851 -0.24502,4.48028 1.18369,0.71204 4.71512,-1.15332 5.42905,-2.5872 0.47216,-1.17591 1.88559,-1.4018 1.90956,-2.82333 -0.0192,-1.21001 -1.67042,-2.14702 -1.67042,-2.14702 z m 3.52574,7.52976 c -1.41486,1.41657 -3.53602,1.41527 -3.5381,2.58595 0.0308,0.9495 0.93219,2.8313 2.09288,2.8337 a 5.18,5.18 0 0 0 4.24916,-1.63848 c 1.88748,-1.652 -0.002,-2.83143 -0.002,-2.83143 l -2.58105,-0.91689 z m 439.76981,12.0125 c -5.19145,6.83173 -4.02943,13.66768 -2.12811,9.664 0.46961,-0.94571 -0.70421,-2.58855 8.3e-4,-3.06163 1.41264,-1.17637 0.69769,4.23962 2.35399,4.71623 0.93826,0.23973 1.8805,-0.9414 2.82098,-0.94187 1.65853,0.23641 2.35529,2.59508 4.24309,0.95307 2.60382,-2.08543 -3.52467,-4.71831 -4.70312,-4.96027 -1.17846,-0.24196 -0.46656,-2.35612 -0.46402,-2.58633 a 20,20 0 0 0 -2.12462,-3.81318 z m -298.29146,1.082 c -0.77506,0.16519 -1.38085,0.30488 -0.99041,0.31224 a 2.21,2.21 0 0 0 0.99041,-0.31224 z m 654.58176,1.79955 c -0.238,-0.24242 -18.4039,16.23461 -21.7148,18.11283 -2.5955,1.41481 -9.4262,3.04691 -12.2602,3.27882 -1.4131,0.23589 -3.3001,-1.18374 -4.0099,-0.24025 -0.9622,1.18179 1.1746,2.59332 1.4131,3.77621 0.2359,1.4131 0.467,3.29661 -0.71,4.02511 -1.6554,1.40435 -6.1289,-0.48174 -7.786,2.10329 -0.4674,0.7055 -0.9501,4.95337 -3.0738,5.18227 -1.1694,0.0379 -1.8792,-1.17975 -3.0399,-1.18216 -2.1189,-0.2415 3.9983,6.36384 4.7019,7.08143 0.4731,0.70504 0.2311,1.8835 0.9366,2.35089 0.2399,-0.008 8.0428,1.19013 8.7256,0.95789 1.4157,-0.46609 2.3552,-2.34751 3.7758,-2.35353 0.6996,-0.0227 2.5772,5.42938 4.4724,1.85612 0.7124,-1.17369 -0.702,-2.82875 0.01,-3.77224 1.917,-2.59345 10.1356,-4.93087 12.0299,-8.22395 0.712,-1.18368 -0.4673,-3.3066 0.4752,-4.47774 1.1825,-1.17892 3.5343,-0.2346 4.965,-1.16142 0.9852,-0.47216 1.1794,-1.8892 2.1241,-2.06989 0.9852,-0.47215 2.8244,0.70889 3.5342,-0.23459 1.1898,-1.87952 -9.4193,-2.60628 -7.2554,-7.76908 1.812,-4.29094 12.4406,-13.46 12.6802,-17.17972 z m -480.0436,17.23728 c -1.78906,0.058 -2.55769,2.27404 -5.73658,2.97737 -0.71282,0.23321 -0.70453,-2.59855 -1.4118,-1.88527 -1.89003,1.88221 1.40574,4.47682 -3.30952,4.69966 -6.83863,0.46174 -1.64339,-4.70924 -8.71528,-0.94821 -3.06849,1.64024 -2.87211,3.99512 -8.73727,5.1657 -2.82875,0.70199 -6.82688,-0.71926 -8.72038,-0.48781 l -6.13187,2.82009 a 9.8,9.8 0 0 1 -4.94384,-1.89087 c -0.46786,-0.23497 -0.23367,-1.6533 -0.94173,-1.89049 -1.17591,-0.47216 -2.58855,0.70421 -3.53425,0.2346 -1.41389,-0.71458 0.71587,-3.53505 -1.87568,-3.54111 -10.14093,-0.4818 -2.12551,5.42169 -10.15213,6.58227 -2.11338,0.23858 -2.81662,-4.48112 -3.28971,-5.18617 -0.93871,-1.18021 -2.12499,2.35006 -3.30488,3.29878 -0.97001,0.94191 -2.4334,1.16943 -3.14354,2.10292 a 5.53,5.53 0 0 0 -1.18216,3.03988 c 0.023,0.70963 0.94191,0.97 0.70375,1.64807 0.023,0.70963 -1.41264,1.17637 -1.42185,2.12717 -0.22974,0.93793 5.49206,7.07583 5.95992,7.3108 2.12129,0.93178 4.48523,-1.14588 6.60098,-0.69417 5.1888,1.42269 8.47549,5.89858 13.19232,7.57669 1.17591,0.47216 2.3539,-0.22636 3.29739,0.48345 1.17591,0.47216 1.64945,2.11769 2.58294,2.82783 a 8.39,8.39 0 0 0 2.1213,0.93178 c 4.71234,1.84834 8.48193,-0.69509 12.72817,1.89874 3.06321,1.90178 3.76135,7.08189 6.58103,8.26118 6.60315,3.07774 4.47853,1.42569 9.42588,0.9552 4.48506,-0.22538 5.1845,2.83357 5.6519,2.12806 0.71235,-1.17369 -0.22905,-3.05418 0.0151,-4.47284 a 11.71,11.71 0 0 1 1.17851,-3.77015 8.32,8.32 0 0 1 3.0677,-2.59071 c 0.47516,-0.46564 1.41342,-0.2259 1.17799,-0.69853 -0.70153,-1.88826 -3.52537,-2.88733 -3.99507,-4.72308 -0.23321,-0.71282 0.24195,-1.17845 0.23673,-1.64853 0.7068,-1.65376 0.47308,0.70505 1.65107,0.007 1.42009,-0.94649 -3.29262,-0.95386 -4.23879,-2.36395 -2.3483,-3.30568 7.82375,-27.79799 10.89191,-29.44823 A 4.06,4.06 0 0 0 586.548,628.6055 Z m -142.02576,32.99742 c -3.28147,0.31645 -8.32901,3.56164 -10.45882,3.9108 -8.95155,1.6408 -11.08437,7.76309 -17.92032,8.92511 a 20.47,20.47 0 0 1 -9.66733,-0.68724 c -1.88651,-0.47915 -5.41638,3.28715 -7.54276,2.81578 -2.59456,-0.71634 -15.3293,-9.9187 -17.90217,-7.80426 -5.43034,4.70835 4.00123,7.07411 -6.813,5.88375 -0.93951,0.0304 -1.64154,-0.94732 -2.35483,-1.65459 -0.22988,0.007 -0.23543,-0.47263 -0.46563,-0.47517 -1.88651,-0.47915 -4.0824,-0.008 -5.97635,-0.71681 -1.8792,-1.17975 0.25024,-4.01021 -3.05381,-3.77307 -10.14523,0.92909 -2.35867,0.69676 -6.13096,4.70105 -4.25744,4.47024 -11.98398,0.68851 -16.50731,3.74662 -4.01072,2.82139 3.05858,3.30267 -6.60181,3.7558 -5.42715,0.17587 -6.82567,-7.78301 -13.18515,-9.20777 -5.66143,-1.18726 -11.78456,-0.25845 -17.20278,-0.7332 -1.88873,-0.23896 -3.5355,-1.65636 -5.1888,-1.42269 -4.24263,-0.0126 -6.36907,3.52814 -10.3715,3.51777 a 10.44,10.44 0 0 1 -4.71572,-0.71764 c -0.46786,-0.23497 -0.70597,-1.40787 -1.17892,-1.18243 -0.7025,0.24288 -0.23418,1.41833 -0.93923,1.89141 -3.07547,2.35085 -3.5342,-3.77751 -6.83257,-2.12982 -3.07371,1.17017 -5.90505,6.11447 -9.91272,5.63402 a 21.9,21.9 0 0 1 -3.77269,-0.9483 c -0.69806,-0.23751 -1.16892,-1.18276 -1.8792,-1.17975 -2.58901,-0.23627 -5.18487,1.16855 -7.77643,1.16248 -8.72481,-0.007 -16.48995,-0.96641 -24.75168,-0.26845 -2.82398,0.23159 -22.24338,7.97463 -24.60603,10.09226 -2.12407,2.06989 -2.83218,8.00594 -7.31737,7.30084 -11.31239,-1.43436 0.008,-2.83176 -5.87857,-4.49196 -4.03288,-0.94987 -3.30489,3.29878 -7.7917,4.70484 -0.69964,0.0227 -4.23181,-3.07455 -9.90106,-0.48957 -4.71271,2.15377 -3.77182,4.94476 -7.07703,8.23354 -1.18244,1.17892 -16.50815,6.80826 -19.09938,6.81219 -4.81692,-0.44422 -5.38592,-2.25674 -7.69651,-3.47254 l -0.0825,-0.0774 a 11,11 0 0 0 -3.29068,-0.89388 c -0.70805,-0.2372 -1.18276,1.16892 -1.89304,1.17192 a 7.15,7.15 0 0 1 -3.76524,-0.71842 c -2.12416,-0.71157 -4.19224,-5.86729 -5.20143,-6.13475 -0.22988,0.007 -0.46975,0.0152 -0.98522,0.47216 l 0.008,0.23987 c 0.51353,1.64423 3.34352,2.8332 3.33699,4.48427 0.0304,0.93951 -2.34913,-0.24404 -2.82092,-0.90911 a 6.7,6.7 0 0 1 -0.93997,-3.07116 c 0.001,-2.12116 0.47522,-4.47774 0.24409,-6.36125 -0.46133,-1.88604 -2.35964,2.82792 -3.77228,4.00429 -0.47262,0.23543 -6.84072,1.63242 -7.07059,1.63987 -2.13148,-0.011 -7.06925,-4.49339 -8.00973,-4.49293 -1.41926,0.046 -2.598083,1.64501 -4.251382,1.87868 a 2.91,2.91 0 0 1 -1.881699,-0.93952 c -0.46531,-0.46517 0.23673,-1.64853 -0.233347,-1.6433 -3.009439,-0.24266 -8.246044,2.10818 -11.55153,1.37486 -8.512289,-1.78523 -18.704797,-10.95992 -21.048741,-19.68858 -0.023,-0.70962 -0.22812,-1.17322 -0.231127,-1.8835 -0.225898,-1.41342 -0.701989,-2.82875 -0.227607,-4.24485 0.237191,-0.70806 2.360892,-0.93696 2.127681,-1.64978 -1.407497,-3.29614 -7.981551,0.69888 -8.484158,0.93528 -1.419255,0.046 -7.312502,-1.19378 -8.028192,-0.74036 -0.702825,0.23289 -8.531464,14.60399 -9.486242,16.01566 -5.909873,10.59697 -13.694967,22.91559 -22.910602,30.91827 -10.1504232,9.41371 -29.460376,7.25801 -42.203227,10.77259 a 2.1,2.1 0 0 0 -1.41264,1.17637 l -8.474301,0.004 -0.961904,1.19178 186.107118,0.29229 262.24075,0.40644 69.2901,0.11581 c -0.47197,-1.90572 -3.07875,-2.38154 -3.53485,-3.79751 -0.23288,-0.70282 0.73324,-8.24807 0.48781,-8.72037 -1.40879,-1.17499 -3.76492,-0.70843 -5.18403,-1.89309 -0.70551,-0.46739 0.24149,-2.11893 -0.46402,-2.58633 -1.64677,-1.4174 -4.9498,-0.84012 -7.5327,-5.51891 -6.58797,-11.56269 2.13019,-10.83468 7.09046,-15.53781 1.88748,-1.652 2.60545,-6.35772 4.48992,-8.72 0.96255,-1.17179 2.83083,-1.87267 3.30744,-3.52898 0.23927,-1.87873 -0.93266,-3.77177 -1.40398,-5.65749 -0.007,-0.22988 -0.0304,-0.93951 -0.47216,-0.98522 -5.19186,1.87914 -15.57536,11.51051 -15.80269,11.28775 -1.42166,-0.95445 -0.70467,-3.52902 -1.64117,-4.94944 -0.47308,-0.70504 -5.66013,-3.30841 -4.47561,-5.658 0.2372,-0.70806 2.1207,-0.93918 1.65728,-1.65455 -0.7055,-0.46739 -2.83143,0.002 -2.59104,-0.91656 0.46994,-0.93571 3.77223,0.008 3.30137,-0.93742 -0.52991,-1.22348 -8.19172,-3.31642 -10.84153,-2.65024 0.51704,-0.71712 0.89481,-1.40972 0.47494,-2.01644 a 2.51,2.51 0 0 0 -2.53173,-0.93849 z m 421.53979,17.55586 c -5.44118,7.77032 -4.71701,1.40352 -9.67048,6.31654 -0.97778,0.70204 -0.95353,3.30261 -2.12977,2.82046 -5.65666,-1.65766 -1.64464,-6.6002 -2.11249,-6.83517 -2.11639,-0.47169 -6.3643,3.05774 -7.54882,3.24621 -0.70283,0.23288 -1.17892,-1.18244 -1.8792,-1.17976 -2.82921,-0.23848 -5.42206,1.87661 -8.0163,1.17026 -1.41865,-0.24418 0.001,-2.12115 -1.64455,-1.6576 -2.59632,0.46433 -5.18534,0.22807 -7.78388,0.9326 -2.11847,0.69898 -3.7783,2.58373 -6.13664,3.29049 -1.17545,0.46831 -2.11547,1.40925 -3.29392,1.1673 -1.41833,-0.23419 -2.35358,-1.92478 -3.53819,-2.35664 -1.18461,-0.43186 -3.29438,0.22682 -3.5325,-0.94608 -0.46864,-1.18544 3.54333,-2.11588 2.36155,-3.07811 -0.94192,-0.97 -1.65206,2.12463 -2.8275,2.59295 -1.65807,0.70407 -3.61852,1.64806 -5.27261,0.93126 -1.65408,-0.7168 -3.98248,-8.96571 -6.59713,-1.65719 -0.70681,1.65376 0.002,3.7719 -0.007,5.65319 -0.23418,1.41833 -1.65987,5.89685 1.88345,5.94211 a 43.86,43.86 0 0 0 5.18932,-1.64894 16.82,16.82 0 0 1 4.78522,-0.22511 c 0.70963,-0.023 0.93872,1.18021 1.64899,1.17721 11.5569,0.0257 -5.41993,-3.30619 8.2516,-1.62812 13.44099,1.66553 5.8913,1.1798 10.12657,5.90511 1.4088,1.17498 14.61812,-4.92606 16.03377,-5.39215 1.88794,-0.71153 20.98158,-4.92216 21.21877,-5.63022 2.60661,-7.24823 -2.10884,-3.94376 0.4923,-8.89061 z m -309.17012,19.82418 c 0,0 2.34881,0.23405 3.52727,0.47601 -1.1791,-0.26195 -3.52727,-0.47601 -3.52727,-0.47601 z m 5.40387,5.89807 c 0,0 2.12129,0.93178 3.04766,1.42204 -0.92669,-0.50025 -3.04831,-1.44203 -3.04831,-1.44203 z"
+ id="path1997"
+ style="fill:url(#linearGradient1999)" />
+ </clipPath>
+ <linearGradient
+ xlink:href="#svg_248"
+ id="linearGradient1999"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="rotate(-1.85609,142796.4,-126440.27)"
+ x1="1281.1"
+ y1="-303.54999"
+ x2="-111.26"
+ y2="723.72998" />
+ </defs>
+ <style
+ type="text/css"
+ id="style2346">
+ .st0{fill:#4E4E4E;}
+ .st1{fill:#FFD952;}
+ .st2{fill:#49C8FA;}
+ .st3{fill:#45C8FF;}
+ .st4{fill:#FF9329;}
+ .st5{fill:#3B2100;}
+ .st6{fill:#C3C3C3;}
+</style>
+ <style
+ type="text/css"
+ id="style2346-3">
+ .st0{fill:#4E4E4E;}
+ .st1{fill:#FFD952;}
+ .st2{fill:#49C8FA;}
+ .st3{fill:#45C8FF;}
+ .st4{fill:#FF9329;}
+ .st5{fill:#3B2100;}
+ .st6{fill:#C3C3C3;}
+</style>
+</svg>
diff --git a/static/images/avatar.png b/static/images/avatar.png
deleted file mode 100755
index 8b13789..0000000
--- a/static/images/avatar.png
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/static/images/backup.png b/static/images/backup.png
index 927eccf..6227369 100755
--- a/static/images/backup.png
+++ b/static/images/backup.png
Binary files differ
diff --git a/static/images/garage-logo-horizontal.svg b/static/images/garage-logo-horizontal.svg
new file mode 100644
index 0000000..9bf3293
--- /dev/null
+++ b/static/images/garage-logo-horizontal.svg
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="53.778011mm"
+ height="17.799999mm"
+ viewBox="0 0 53.778011 17.799999"
+ version="1.1"
+ id="svg5"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <defs
+ id="defs2" />
+ <g
+ id="layer1"
+ transform="translate(-50.429757,-152.34309)">
+ <g
+ id="g2446"
+ transform="matrix(0.26458333,0,0,0.26458333,27.649536,132.01223)">
+ <g
+ id="g6567"
+ transform="matrix(0.92473907,0,0,0.92473907,11.032718,11.165159)">
+ <g
+ id="g7383"
+ transform="matrix(1.0300991,0,0,1.0300991,3.770254,-1.2763086)">
+ <g
+ id="g7563"
+ transform="translate(-4.4654119e-6,0.53693799)">
+ <g
+ id="g7533"
+ transform="translate(-2.0995769,-2.3051055)">
+ <path
+ id="path8"
+ class="st0"
+ d="m 202.56631,104.04459 c 1.91913,0.0226 3.84227,-0.048 5.75858,0.0407 1.10992,0.0647 2.08169,0.96893 2.12552,2.09821 0.0576,2.83895 0.01,5.68171 0.0254,8.52216 0.0387,0.72125 -1.16554,0.55433 -1.65693,0.86227 -2.84639,0.78316 -5.8672,1.08468 -8.79355,0.62567 -2.48401,-0.4206 -4.607,-2.18507 -5.6512,-4.45399 -1.3326,-2.83308 -1.54654,-6.07759 -1.21852,-9.15366 0.29318,-2.57048 1.44845,-5.087404 3.4732,-6.747324 2.18417,-1.91934 5.23662,-2.62252 8.07889,-2.19703 2.06196,0.25939 4.06302,1.01333 5.76811,2.20419 -0.19449,1.20116 -0.88747,2.342733 -1.92914,2.990153 -1.86554,-1.368913 -4.2536,-2.121983 -6.56807,-1.871843 -2.02236,0.3166 -3.7626,1.874043 -4.28355,3.858414 -0.66626,2.35645 -0.66846,4.88015 -0.25232,7.28143 0.33705,1.92315 1.48217,3.89047 3.44592,4.49149 1.86015,0.60901 3.8467,0.22762 5.72889,-0.0627 0.0232,-1.64043 -0.0571,-3.28547 0.0646,-4.92211 0.0448,-0.38456 -0.69475,-0.10524 -1.00403,-0.19009 -1.00936,-0.0553 -2.11594,0.1939 -3.01531,-0.38583 -0.86022,-0.80391 -0.32729,-2.03804 -0.0965,-2.99015 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path10"
+ class="st0"
+ d="m 227.35569,114.07607 c -0.0965,0.38583 -0.28937,0.77165 -0.57875,1.15748 -0.19291,0.38583 -0.48228,0.6752 -0.77164,0.86811 -1.25394,-0.0965 -2.31497,-0.77165 -2.99017,-1.92913 -1.15748,1.25393 -2.89369,2.02559 -4.62991,2.02559 -1.63978,0 -2.89371,-0.48229 -3.76182,-1.44685 -0.77166,-0.96457 -1.25394,-2.12205 -1.25394,-3.37598 0,-1.83268 0.57874,-3.18307 1.73622,-4.05118 1.35039,-0.96456 2.89371,-1.44685 4.53346,-1.35039 0.96458,0 1.92914,0 2.79726,0.0965 v -0.96457 c 0,-1.73622 -0.77166,-2.50787 -2.41143,-2.50787 -1.15747,0 -2.79724,0.38583 -4.91929,1.15748 -0.6752,-0.77165 -1.06102,-1.83268 -1.06102,-2.8937 2.2185,-0.964561 4.53347,-1.446851 6.94488,-1.446851 1.44686,-0.0965 2.79725,0.38583 3.95473,1.350401 0.96457,0.86811 1.5433,2.2185 1.5433,4.05117 v 6.55905 c -0.0965,1.44685 0.19291,2.2185 0.86812,2.70078 z m -8.10237,-0.77165 c 1.25394,-0.0965 2.41142,-0.57874 3.18308,-1.54331 v -2.79724 c -0.77166,-0.0965 -1.63977,-0.0965 -2.41143,-0.0965 -0.77165,-0.0965 -1.44684,0.19291 -2.02558,0.67519 -0.48229,0.48229 -0.67521,1.06103 -0.67521,1.73622 0,0.57874 0.19292,1.15748 0.57875,1.63976 0.38583,0.19292 0.86811,0.38583 1.35039,0.38583 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path12"
+ class="st0"
+ d="m 229.96001,101.82609 c 0.0965,-0.38583 0.28937,-0.77165 0.57874,-1.15748 0.19292,-0.38583 0.48229,-0.675201 0.77165,-0.868111 1.63976,0.19291 2.8937,1.350391 3.37599,2.893701 0.86811,-1.92913 2.2185,-2.893701 4.14764,-2.893701 0.57874,0 1.25392,0.0965 1.83267,0.19291 0,1.350401 -0.28937,2.604331 -0.96456,3.761811 -0.48229,-0.0965 -0.96457,-0.19291 -1.44685,-0.19291 -1.3504,0 -2.31496,0.67519 -3.18308,2.12204 v 10.2244 c -0.67519,0.0965 -1.35039,0.19291 -1.92914,0.19291 -0.67518,0 -1.35038,-0.0965 -2.02558,-0.19291 v -10.80314 c 0,-1.5433 -0.38582,-2.60433 -1.15748,-3.27952 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path14"
+ class="st0"
+ d="m 255.61749,114.07607 c -0.0965,0.38583 -0.28937,0.77165 -0.57874,1.15748 -0.19291,0.38583 -0.48228,0.6752 -0.77165,0.86811 -1.25394,-0.0965 -2.31496,-0.77165 -2.99017,-1.92913 -1.15747,1.25393 -2.89369,2.02559 -4.62992,2.02559 -1.63975,0 -2.8937,-0.48229 -3.7618,-1.44685 -0.77166,-0.96457 -1.25394,-2.12205 -1.25394,-3.37598 0,-1.83268 0.57874,-3.18307 1.73622,-4.05118 1.25393,-0.96456 2.8937,-1.44685 4.43701,-1.35039 0.96456,0 1.92914,0 2.79724,0.0965 v -0.96457 c 0,-1.73622 -0.77164,-2.50787 -2.41142,-2.50787 -1.15748,0 -2.79724,0.38583 -4.91929,1.15748 -0.6752,-0.77165 -1.06102,-1.83268 -1.06102,-2.8937 2.2185,-0.964561 4.53346,-1.446851 6.94488,-1.446851 1.44685,-0.0965 2.79725,0.38583 3.95473,1.350401 0.96456,0.86811 1.5433,2.2185 1.5433,4.05117 v 6.55905 c 0,1.44685 0.38583,2.2185 0.96457,2.70078 z m -8.10236,-0.77165 c 1.25393,-0.0965 2.41142,-0.57874 3.18307,-1.54331 v -2.79724 c -0.77165,-0.0965 -1.63977,-0.0965 -2.41142,-0.0965 -0.77165,-0.0965 -1.44686,0.19291 -2.02559,0.67519 -0.48228,0.48229 -0.67519,1.06103 -0.67519,1.73622 0,0.57874 0.19291,1.15748 0.57874,1.63976 0.38582,0.19292 0.8681,0.38583 1.35039,0.38583 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path16"
+ class="st0"
+ d="m 259.57222,113.97962 c -0.96457,-1.44685 -1.44686,-3.47244 -1.44686,-6.07677 0,-2.60433 0.57875,-4.62991 1.83268,-6.07676 1.06103,-1.35039 2.70079,-2.218501 4.43701,-2.218501 1.63977,0 3.18307,0.578741 4.34055,1.639761 0.57874,-0.77165 1.54332,-1.253941 2.50787,-1.350391 0.38583,0.192911 0.6752,0.578741 0.86812,0.868111 0.19291,0.38582 0.38583,0.67519 0.57874,1.15747 -0.57874,0.48229 -0.86812,1.44685 -0.86812,2.79725 v 9.06691 c 0,3.37598 -0.57874,5.7874 -1.63975,7.23424 -1.06103,1.44685 -2.99017,2.12205 -5.49804,2.12205 -1.92914,0 -3.95472,-0.38583 -5.7874,-1.06102 0,-1.06103 0.28937,-2.12205 0.96457,-2.8937 1.35039,0.6752 2.79724,0.96457 4.34054,0.96457 1.44686,0 2.41143,-0.38583 2.89371,-1.06103 0.57874,-0.86811 0.86811,-1.92913 0.77165,-2.99015 v -1.25394 c -1.15748,0.96457 -2.50787,1.54331 -4.05118,1.54331 -1.73622,-0.0965 -3.37599,-0.96457 -4.24409,-2.41141 z m 8.19882,-2.60433 v -7.42716 c -0.6752,-0.77165 -1.73622,-1.25393 -2.79725,-1.35039 -0.86811,0 -1.73621,0.57874 -2.12205,1.35039 -0.57874,1.25394 -0.86811,2.60433 -0.77165,3.95472 0,1.73622 0.19291,2.99016 0.67519,3.76181 0.28938,0.67519 1.06103,1.15748 1.83268,1.25393 1.3504,0 2.50788,-0.57874 3.18308,-1.5433 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path18-7"
+ class="st0"
+ d="m 288.21985,109.25324 h -8.97047 c 0,1.06103 0.28937,2.02559 0.86811,2.8937 0.48228,0.6752 1.35039,1.06102 2.60432,1.06102 1.44686,-0.0965 2.89371,-0.48228 4.2441,-1.15748 0.6752,0.6752 1.06102,1.54331 1.15748,2.41142 -1.83267,1.25393 -3.95472,1.92913 -6.17323,1.83267 -2.41141,0 -4.14764,-0.77165 -5.20865,-2.31495 -1.06104,-1.54331 -1.54331,-3.5689 -1.54331,-6.07677 0,-2.50787 0.57873,-4.53346 1.73622,-6.07676 1.15747,-1.54331 2.99015,-2.411421 4.91928,-2.314961 2.12206,0 3.76182,0.675201 4.9193,1.929131 1.15748,1.35039 1.83267,3.08661 1.73622,4.91929 0,0.96456 -0.0965,1.92913 -0.28937,2.89369 z m -6.17323,-6.84841 c -1.73622,0 -2.70079,1.35039 -2.79724,3.95472 h 5.59448 v -0.38583 c 0,-0.86811 -0.19292,-1.83267 -0.67519,-2.60433 -0.48228,-0.67519 -1.3504,-0.96456 -2.12205,-0.96456 z"
+ style="stroke-width:0.964566" />
+ </g>
+ <g
+ id="g7544"
+ transform="translate(2.0995769,2.0995769)">
+ <path
+ id="path6"
+ d="m 136.06214,99.13643 c -0.8681,0.09646 -1.83266,0 -2.70078,-0.289369 L 99.794436,89.780144 c -0.868109,-0.28937 -1.736218,-0.675196 -2.507872,-1.157479 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path26"
+ class="st3"
+ d="m 136.73735,113.02618 18.42323,-7.42716 c 0.38583,-0.19291 0.57874,-0.57874 0.48228,-1.06102 -0.0965,-0.19292 -0.19291,-0.38583 -0.48228,-0.48229 -2.12204,-0.8681 -4.82284,-1.92913 -7.42716,-2.99015 -0.4823,-0.19291 -5.01576,3.08661 -5.40158,3.37598 l -7.90945,6.36613 c -1.83268,1.73622 -0.19291,3.27953 2.31496,2.21851 z"
+ style="stroke-width:0.964566" />
+ <ellipse
+ id="circle28"
+ class="st3"
+ cx="123.42634"
+ cy="120.26041"
+ rx="9.645668"
+ ry="9.6456566"
+ style="stroke-width:0.964566" />
+ <path
+ id="path6-0"
+ d="m 136.06214,99.13643 c -0.8681,0.09646 -1.83266,0 -2.70078,-0.289369 L 99.794436,89.780144 c -0.868109,-0.28937 -1.736218,-0.675196 -2.507872,-1.157479 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path24-3-6-9"
+ class="st4"
+ d="m 123.0405,70.199461 c -1.44685,0 -2.89371,0.28937 -4.14765,0.868109 L 76.259006,89.973057 c -0.771652,0.289369 -1.157479,1.253935 -0.868109,2.025588 0,0 0,0 0,0 0,0.09646 0,0.09646 0.09646,0.192913 l 6.848424,13.503922 h 5.980314 l -0.86811,-4.72638 c -0.09646,-0.38582 -0.675197,-3.086605 -1.253937,-5.015736 l 19.966532,6.269676 c 0.28937,1.25394 0.57874,2.41141 1.06103,3.47244 h 32.31298 c 0.38582,-1.06103 0.67519,-2.2185 0.86811,-3.47244 l 19.87007,-6.17322 c -0.57873,1.929131 -1.15747,4.62992 -1.25393,5.01574 l -0.86812,4.72637 h 5.98032 l 6.75197,-13.407459 0.0965,-0.09646 0.0965,-0.192913 c 0,0 0,0 0,0 0.0965,-0.192913 0.0965,-0.28937 0.0965,-0.482283 0,-0.675196 -0.38583,-1.253935 -0.96457,-1.543305 l -42.6339,-18.905486 c -1.54332,-0.675196 -2.99017,-1.061022 -4.53347,-0.964566 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path24-3-2"
+ class="st0"
+ d="m 123.0405,79.073465 c -1.44685,0 -2.89371,0.28937 -4.14765,0.868109 L 76.259006,98.847061 c -0.771652,0.289369 -1.157479,1.253939 -0.868109,2.025589 0,0 0,0 0,0 0,0.0965 0,0.0965 0.09646,0.19291 l 3.665353,7.3307 h 7.909449 c -0.289371,-1.06102 -0.578742,-2.31496 -0.964568,-3.56889 l 11.285433,3.56889 h 51.507866 l 11.28542,-3.56889 c -0.38581,1.15748 -0.67518,2.50787 -0.96455,3.56889 h 7.90943 l 3.66536,-7.23424 0.0965,-0.0965 0.0965,-0.19291 c 0,0 0,0 0,0 0.0965,-0.19291 0.0965,-0.28937 0.0965,-0.48228 0,-0.6752 -0.38582,-1.25394 -0.96457,-1.543309 L 127.47751,79.941574 c -1.44686,-0.578739 -2.89371,-0.868109 -4.43701,-0.868109 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path24-0"
+ class="st4"
+ d="m 171.07592,109.45728 c 0,0.19292 0,0.28937 -0.0965,0.48229 0,0 0,0 0,0 l -0.0965,0.19291 v 0 l -0.0965,0.0965 -10.32087,20.44879 c -1.44684,2.79724 -4.05116,2.70078 -3.66533,-0.0965 l 2.12203,-11.57479 c 0.0965,-0.38582 0.6752,-3.08661 1.25394,-5.01574 l -19.87014,6.17322 c -3.08661,20.35234 -29.90156,20.64171 -34.24212,0 L 86.0974,113.89428 c 0.578741,1.92914 1.157481,4.62992 1.253938,5.01575 l 2.122046,11.57478 c 0.482284,2.8937 -2.218503,2.99016 -3.665353,0.0965 L 75.390897,110.03602 c 0,-0.0964 -0.09646,-0.0964 -0.09646,-0.19291 -0.385827,-0.77165 0,-1.73622 0.771653,-2.02559 0,0 0,0 0,0 l 42.63386,-18.905486 c 2.70078,-1.157478 5.88385,-1.157478 8.58464,0 l 42.63385,18.905486 c 0.77166,0.38583 1.15748,0.96457 1.15748,1.63976 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path26-2"
+ class="st0"
+ d="m 136.73735,113.02618 18.42323,-7.42716 c 0.38583,-0.19291 0.57874,-0.57874 0.48228,-1.06102 -0.0965,-0.19292 -0.19291,-0.38583 -0.48228,-0.48229 -2.12204,-0.8681 -4.82284,-1.92913 -7.42716,-2.99015 -0.4823,-0.19291 -5.01576,3.08661 -5.40158,3.37598 l -7.90945,6.36613 c -1.83268,1.73622 -0.19291,3.27953 2.31496,2.21851 z"
+ style="stroke-width:0.964566" />
+ <ellipse
+ id="circle28-3"
+ class="st0"
+ cx="123.42634"
+ cy="120.26041"
+ rx="9.645668"
+ ry="9.6456566"
+ style="stroke-width:0.964566" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ <style
+ type="text/css"
+ id="style2346">
+ .st0{fill:#4E4E4E;}
+ .st1{fill:#FFD952;}
+ .st2{fill:#49C8FA;}
+ .st3{fill:#45C8FF;}
+ .st4{fill:#FF9329;}
+ .st5{fill:#3B2100;}
+ .st6{fill:#C3C3C3;}
+</style>
+</svg>
diff --git a/static/images/garage-logo-simple.svg b/static/images/garage-logo-simple.svg
new file mode 100644
index 0000000..85f5e19
--- /dev/null
+++ b/static/images/garage-logo-simple.svg
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="26mm"
+ height="17.799999mm"
+ viewBox="0 0 26 17.799999"
+ version="1.1"
+ id="svg5"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <defs
+ id="defs2" />
+ <g
+ id="layer1"
+ transform="translate(-50.429757,-152.34309)">
+ <g
+ id="g2446"
+ transform="matrix(0.26458333,0,0,0.26458333,27.649536,132.01223)">
+ <g
+ id="g6567"
+ transform="matrix(0.92473907,0,0,0.92473907,11.032718,11.165159)">
+ <g
+ id="g7383"
+ transform="matrix(1.0300991,0,0,1.0300991,3.770254,-1.2763086)">
+ <g
+ id="g7563"
+ transform="translate(-4.4654119e-6,0.53693799)">
+ <g
+ id="g7544"
+ transform="translate(3.5654432,2.0995769)">
+ <path
+ id="path6"
+ d="m 136.06214,99.13643 c -0.8681,0.09646 -1.83266,0 -2.70078,-0.289369 L 99.794436,89.780144 c -0.868109,-0.28937 -1.736218,-0.675196 -2.507872,-1.157479 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path26"
+ class="st3"
+ d="m 136.73735,113.02618 18.42323,-7.42716 c 0.38583,-0.19291 0.57874,-0.57874 0.48228,-1.06102 -0.0965,-0.19292 -0.19291,-0.38583 -0.48228,-0.48229 -2.12204,-0.8681 -4.82284,-1.92913 -7.42716,-2.99015 -0.4823,-0.19291 -5.01576,3.08661 -5.40158,3.37598 l -7.90945,6.36613 c -1.83268,1.73622 -0.19291,3.27953 2.31496,2.21851 z"
+ style="stroke-width:0.964566" />
+ <ellipse
+ id="circle28"
+ class="st3"
+ cx="123.42634"
+ cy="120.26041"
+ rx="9.645668"
+ ry="9.6456566"
+ style="stroke-width:0.964566" />
+ <path
+ id="path6-0"
+ d="m 136.06214,99.13643 c -0.8681,0.09646 -1.83266,0 -2.70078,-0.289369 L 99.794436,89.780144 c -0.868109,-0.28937 -1.736218,-0.675196 -2.507872,-1.157479 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path24-3-6-9"
+ class="st4"
+ d="m 123.0405,70.199461 c -1.44685,0 -2.89371,0.28937 -4.14765,0.868109 L 76.259006,89.973057 c -0.771652,0.289369 -1.157479,1.253935 -0.868109,2.025588 0,0 0,0 0,0 0,0.09646 0,0.09646 0.09646,0.192913 l 6.848424,13.503922 h 5.980314 l -0.86811,-4.72638 c -0.09646,-0.38582 -0.675197,-3.086605 -1.253937,-5.015736 l 19.966532,6.269676 c 0.28937,1.25394 0.57874,2.41141 1.06103,3.47244 h 32.31298 c 0.38582,-1.06103 0.67519,-2.2185 0.86811,-3.47244 l 19.87007,-6.17322 c -0.57873,1.929131 -1.15747,4.62992 -1.25393,5.01574 l -0.86812,4.72637 h 5.98032 l 6.75197,-13.407459 0.0965,-0.09646 0.0965,-0.192913 c 0,0 0,0 0,0 0.0965,-0.192913 0.0965,-0.28937 0.0965,-0.482283 0,-0.675196 -0.38583,-1.253935 -0.96457,-1.543305 l -42.6339,-18.905486 c -1.54332,-0.675196 -2.99017,-1.061022 -4.53347,-0.964566 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path24-3-2"
+ class="st0"
+ d="m 123.0405,79.073465 c -1.44685,0 -2.89371,0.28937 -4.14765,0.868109 L 76.259006,98.847061 c -0.771652,0.289369 -1.157479,1.253939 -0.868109,2.025589 0,0 0,0 0,0 0,0.0965 0,0.0965 0.09646,0.19291 l 3.665353,7.3307 h 7.909449 c -0.289371,-1.06102 -0.578742,-2.31496 -0.964568,-3.56889 l 11.285433,3.56889 h 51.507866 l 11.28542,-3.56889 c -0.38581,1.15748 -0.67518,2.50787 -0.96455,3.56889 h 7.90943 l 3.66536,-7.23424 0.0965,-0.0965 0.0965,-0.19291 c 0,0 0,0 0,0 0.0965,-0.19291 0.0965,-0.28937 0.0965,-0.48228 0,-0.6752 -0.38582,-1.25394 -0.96457,-1.543309 L 127.47751,79.941574 c -1.44686,-0.578739 -2.89371,-0.868109 -4.43701,-0.868109 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path24-0"
+ class="st4"
+ d="m 171.07592,109.45728 c 0,0.19292 0,0.28937 -0.0965,0.48229 0,0 0,0 0,0 l -0.0965,0.19291 v 0 l -0.0965,0.0965 -10.32087,20.44879 c -1.44684,2.79724 -4.05116,2.70078 -3.66533,-0.0965 l 2.12203,-11.57479 c 0.0965,-0.38582 0.6752,-3.08661 1.25394,-5.01574 l -19.87014,6.17322 c -3.08661,20.35234 -29.90156,20.64171 -34.24212,0 L 86.0974,113.89428 c 0.578741,1.92914 1.157481,4.62992 1.253938,5.01575 l 2.122046,11.57478 c 0.482284,2.8937 -2.218503,2.99016 -3.665353,0.0965 L 75.390897,110.03602 c 0,-0.0964 -0.09646,-0.0964 -0.09646,-0.19291 -0.385827,-0.77165 0,-1.73622 0.771653,-2.02559 0,0 0,0 0,0 l 42.63386,-18.905486 c 2.70078,-1.157478 5.88385,-1.157478 8.58464,0 l 42.63385,18.905486 c 0.77166,0.38583 1.15748,0.96457 1.15748,1.63976 z"
+ style="stroke-width:0.964566" />
+ <path
+ id="path26-2"
+ class="st0"
+ d="m 136.73735,113.02618 18.42323,-7.42716 c 0.38583,-0.19291 0.57874,-0.57874 0.48228,-1.06102 -0.0965,-0.19292 -0.19291,-0.38583 -0.48228,-0.48229 -2.12204,-0.8681 -4.82284,-1.92913 -7.42716,-2.99015 -0.4823,-0.19291 -5.01576,3.08661 -5.40158,3.37598 l -7.90945,6.36613 c -1.83268,1.73622 -0.19291,3.27953 2.31496,2.21851 z"
+ style="stroke-width:0.964566" />
+ <ellipse
+ id="circle28-3"
+ class="st0"
+ cx="123.42634"
+ cy="120.26041"
+ rx="9.645668"
+ ry="9.6456566"
+ style="stroke-width:0.964566" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ <style
+ type="text/css"
+ id="style2346">
+ .st0{fill:#4E4E4E;}
+ .st1{fill:#FFD952;}
+ .st2{fill:#49C8FA;}
+ .st3{fill:#45C8FF;}
+ .st4{fill:#FF9329;}
+ .st5{fill:#3B2100;}
+ .st6{fill:#C3C3C3;}
+</style>
+</svg>
diff --git a/static/images/host.png b/static/images/host.png
index fd57cf8..151e254 100755
--- a/static/images/host.png
+++ b/static/images/host.png
Binary files differ
diff --git a/static/images/host2.png b/static/images/host2.png
deleted file mode 100755
index 9eb9a62..0000000
--- a/static/images/host2.png
+++ /dev/null
Binary files differ
diff --git a/static/images/map.svg b/static/images/map.svg
new file mode 100644
index 0000000..17db33e
--- /dev/null
+++ b/static/images/map.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="562.5" xmlns:v="https://vecta.io/nano"><style><![CDATA[.D{fill:#444}.E{fill:#515151}.F{fill:#ccc}.G{fill:#b3b3b3}.H{fill:#ececec}.I{fill:#ffb380}.J{fill:#939190}.K{fill:#4e4e4e}.L{fill:#fc9292}.M{fill:#f9b2b2}.N{fill:#fcd4d4}.O{fill:#5491ea}.P{fill:#7fade5}.Q{fill:#b5cfea}]]></style><g transform="rotate(358.144 569.121 91.978)"><defs transform="translate(-646.479 -602.578)"><path d="M908.51 949.09l36.1-20.84v-31.67l-36.1 20.83v31.68z" id="A"/><path d="M897.47 942.72l11.04 6.37v-31.68l-11.04-6.37v31.68z" id="B"/><path d="M897.47 911.04l36.19-20.79 10.95 6.33-36.1 20.83-11.04-6.37z" id="C"/><path d="M937.47 896.33l1 .57a.85.85 0 0 0 .76 0l.84-.49c.2-.11.18-.31-.05-.44l-1-.56a.88.88 0 0 0-.77 0l-.84.49c-.19.1-.16.32.06.43z" id="D"/><path d="M935.47 897.49l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31-.05-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.2.11-.18.31.05.44z" id="E"/><path d="M933.47 898.65l1 .56a.87.87 0 0 0 .77 0l.84-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.2.12-.17.32.06.45z" id="F"/><path d="M935.07 894.95l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.2.12-.18.32.05.45z" id="G"/><path d="M933.07 896.1l1 .56a.84.84 0 0 0 .77 0l.84-.49c.19-.11.17-.31-.06-.44l-1-.56a.88.88 0 0 0-.77 0l-.84.49c-.2.11-.17.31.06.44z" id="H"/><path d="M931.06 897.22l1 .56a.82.82 0 0 0 .76 0l.84-.48c.2-.12.18-.31-.05-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.19.15-.16.35.06.44z" id="I"/><path d="M932.54 893.51l1 .57a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.88.88 0 0 0-.77 0l-.84.49c-.15.14-.12.3.06.43z" id="J"/><path d="M930.54 894.67l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.18-.31-.05-.44l-1-.57a.87.87 0 0 0-.77 0l-.79.48c-.21.12-.19.32 0 .45z" id="K"/><path d="M928.54 895.83l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.16.12-.14.32.05.45z" id="L"/><path d="M931.54 899.83l1 .56a.87.87 0 0 0 .77 0l.84-.48c.2-.12.17-.32-.05-.45l-1-.56a.85.85 0 0 0-.76 0l-.84.49c-.25.11-.23.31.04.44z" id="M"/><path d="M929.54 900.98l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.23.12-.21.31.06.44z" id="N"/><path d="M929.1 898.44l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31-.06-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.19.11-.17.31.06.44z" id="O"/><path d="M927.09 899.6l1 .56a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.87.87 0 0 0-.77 0l-.84.48c-.19.12-.16.32.06.45z" id="P"/><path d="M926.61 897.01l1 .56a.85.85 0 0 0 .76 0l.84-.48c.2-.12.18-.32 0-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.24.11-.21.31.01.44z" id="Q"/><path d="M924.61 898.16l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.25.12-.23.31 0 .44z" id="R"/><path d="M914.76 909.12l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31-.06-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.16.11-.16.31.06.44z" id="S"/><path d="M912.75 910.28l1 .56a.85.85 0 0 0 .76 0l.85-.48c.19-.12.17-.32-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.15.11-.15.31.06.44z" id="T"/><path d="M910.75 911.43l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.82.82 0 0 0-.76 0l-.84.48c-.17.12-.17.31.04.44z" id="U"/><path d="M912.35 907.73l1 .57a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.11-.16.31.06.44z" id="V"/><path d="M910.35 908.89l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31-.05-.44l-1-.57a.85.85 0 0 0-.76 0l-.84.49c-.21.11-.19.31.04.44z" id="W"/><path d="M908.35 910.05l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.06-.44l-1-.56a.85.85 0 0 0-.76 0l-.85.48c-.19.12-.17.32.06.45z" id="X"/><path d="M909.87 906.3l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31-.05-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.2.11-.18.36.05.44z" id="Y"/><path d="M907.87 907.46l1 .56a.87.87 0 0 0 .77 0l.84-.48c.19-.12.17-.32-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.2.11-.17.31.06.44z" id="Z"/><path d="M905.86 908.61l1 .57a.85.85 0 0 0 .76 0l.84-.49c.2-.11.18-.31 0-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.24.12-.21.31.01.44z" id="a"/><path d="M908.79 912.62l1 .56a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.12-.19.31.06.45z" id="b"/><path d="M906.78 913.77l1 .56a.85.85 0 0 0 .76 0l.84-.49c.2-.11.18-.31-.05-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.49c-.18.11-.18.31.06.44z" id="c"/><path d="M906.38 911.22l1 .56a.82.82 0 0 0 .76 0l.84-.48c.2-.12.18-.32-.05-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.19.12-.16.32.06.44z" id="d"/><path d="M904.38 912.38l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.2.12-.18.28.05.44z" id="e"/><path d="M903.9 909.8l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.06-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.19.12-.17.31.06.45z" id="f"/><path d="M901.89 910.95l1 .56a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.49c-.19.11-.16.31.06.44z" id="g"/><path d="M907.47 944.86a.65.65 0 0 0 .33.56h0v-24.58a.64.64 0 0 0-.33-.57h0v24.59z" id="h"/><path d="M898.18 939.47a.63.63 0 0 0 .33.56h0v-24.58a.66.66 0 0 0-.33-.57h0v24.59z" id="i"/><path d="M908.51 917.41l25.59-14.77-.21-.11-25.58 14.77.2.11z" id="j"/><path d="M919.02 911.35l25.59-14.77-.21-.12-25.58 14.77.2.12z" id="k"/><path d="M908.51 917.59l25.63-14.8v-.17l-25.63 14.79v.18z" id="l"/><path d="M921.87 956.66l36.1-20.84v-31.68l-36.1 20.84v31.68z" id="m"/><path d="M910.84 950.28l11.03 6.38v-31.68l-11.03-6.37v31.67z" id="n"/><path d="M910.84 918.61l36.18-20.79 10.95 6.32-36.1 20.84-11.03-6.37z" id="o"/><path d="M950.83 903.9l1 .56a.82.82 0 0 0 .76 0l.85-.48c.19-.12.17-.32-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.23.11-.16.31.06.44z" id="p"/><path d="M948.83 905.06l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.24.12-.18.31.05.45z" id="q"/><path d="M946.83 906.22l1 .56a.88.88 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.06-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.49c-.23.1-.17.3.06.44z" id="r"/><path d="M948.43 902.51l1 .56a.88.88 0 0 0 .77 0l.84-.49c.2-.11.18-.31-.05-.44l-1-.57a.87.87 0 0 0-.77 0l-.84.49c-.2.16-.18.32.05.45z" id="s"/><path d="M946.43 903.67l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.32-.05-.45l-1-.56a.85.85 0 0 0-.76 0l-.85.49c-.2.11-.18.31.05.44z" id="t"/><path d="M944.42 904.82l1 .57a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.12-.16.31.06.44z" id="u"/><path d="M945.95 901.08l1 .56a.84.84 0 0 0 .77 0l.82-.42c.2-.12.17-.32-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.17.05-.15.25.08.38z" id="v"/><path d="M943.94 902.22l1 .56a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.14-.16.33.06.45z" id="w"/><path d="M941.94 903.39l1 .56a.88.88 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.49c-.2.11-.18.27.05.44z" id="x"/><path d="M944.86 907.39l1 .56a.82.82 0 0 0 .76 0l.84-.49c.2-.11.18-.31 0-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.49c-.24.11-.21.27.01.44z" id="y"/><path d="M942.86 908.55l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31 0-.45l-1-.56a.85.85 0 0 0-.76 0l-.85.49c-.25.11-.23.31 0 .44z" id="z"/><path d="M942.46 906.01l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.2.12-.18.31.05.45z" id="AA"/><path d="M940.46 907.16l1 .56a.84.84 0 0 0 .77 0l.84-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.49c-.2.11-.17.31.06.44z" id="AB"/><path d="M939.97 904.57l1 .56a.82.82 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.49c-.19.09-.16.31.06.44z" id="AC"/><path d="M937.97 905.73l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.18-.31-.05-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.2.11-.18.31.05.44z" id="AD"/><path d="M924.11 919l1 .56a.82.82 0 0 0 .76 0l.84-.48c.2-.12.18-.31 0-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.24.11-.21.31.01.44z" id="AE"/><path d="M925.72 915.3l1 .56a.84.84 0 0 0 .77 0l.84-.48c.19-.12.17-.32-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.19.11-.12.36.06.44z" id="AF"/><path d="M923.71 916.46l1 .56a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.12-.11.31.06.45z" id="AG"/><path d="M921.71 917.61l1 .56a.84.84 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.49c-.2.11-.18.31.05.44z" id="AH"/><path d="M923.23 913.87l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.18-.31 0-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.25.12-.23.32 0 .45z" id="AI"/><path d="M921.23 915.02l1 .56a.84.84 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.49c-.25.11-.23.31 0 .44z" id="AJ"/><path d="M919.22 916.22l1 .56a.82.82 0 0 0 .76 0l.85-.48c.19-.12.17-.31-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.19.07-.16.27.06.44z" id="AK"/><path d="M922.15 920.22l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31-.06-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.19.07-.17.27.06.44z" id="AL"/><path d="M920.14 921.34l1 .56a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.12-.16.33.06.45z" id="AM"/><path d="M919.74 918.79l1 .56a.82.82 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.88.88 0 0 0-.77 0l-.84.49c-.14.11-.14.31.06.44z" id="AN"/><path d="M917.74 919.95l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31 0-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.2.11-.2.31 0 .44z" id="AO"/><path d="M917.26 917.36l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31-.05-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.2.11-.18.3.05.44z" id="AP"/><path d="M915.26 918.52l1 .56a.87.87 0 0 0 .77 0l.84-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.2.15-.17.32.06.45z" id="AQ"/><path d="M911.54 947.03a.66.66 0 0 0 .33.57h0v-24.59a.65.65 0 0 0-.33-.56h0v24.58z" id="AR"/><path d="M932.39 918.91l25.58-14.77-.2-.12-25.59 14.77.21.12z" id="AS"/><path d="M932.34 919.12l25.63-14.8v-.18l-25.63 14.8v.18z" id="AT"/><path d="M924.4 958.22l11.04 6.38v-31.68l-11.04-6.37v31.67z" id="AU"/><path d="M924.4 926.55l36.19-20.79 10.95 6.32-36.1 20.84-11.04-6.37z" id="AV"/><path d="M964.4 911.84l1 .56a.82.82 0 0 0 .76 0l.85-.48c.19-.12.17-.31-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.19.11-.16.31.06.44z" id="AW"/><path d="M962.4 913l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.2.12-.18.32.05.45z" id="AX"/><path d="M960.4 914.15l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.06-.44l-1-.56a.86.86 0 0 0-.76 0l-.85.49c-.19.1-.17.3.06.43z" id="AY"/><path d="M962 910.45l1 .56a.84.84 0 0 0 .77 0l.84-.49c.2-.11.18-.31-.05-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.49c-.2.11-.18.31.05.44z" id="AZ"/><path d="M957.99 912.77l1 .56a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.12-.16.32.06.45z" id="Aa"/><path d="M959.54 909.02l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.21.11-.19.31.06.44z" id="Ab"/><path d="M957.54 910.22l1 .56a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.22.08-.19.28.06.45z" id="Ac"/><path d="M955.54 911.33l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.85.85 0 0 0-.76 0l-.85.49c-.23.1-.21.32.05.43z" id="Ad"/><path d="M958.43 915.33l1 .57a.85.85 0 0 0 .76 0l.84-.49c.2-.11.18-.31-.05-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.12-.16.33.06.44z" id="Ae"/><path d="M954.03 915.1l1 .57a.87.87 0 0 0 .77 0l.84-.49c.19-.11.17-.31-.06-.44l-1-.56a.88.88 0 0 0-.77 0l-.84.49c-.2.1-.17.3.06.43z" id="Af"/><path d="M953.54 912.51l1 .57a.85.85 0 0 0 .76 0l.85-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.15-.16.31.06.44z" id="Ag"/><path d="M951.54 913.67l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.18-.31-.05-.44l-1-.57a.87.87 0 0 0-.77 0l-.79.48c-.25.12-.23.32 0 .45z" id="Ah"/><path d="M941.69 924.63l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.85.85 0 0 0-.76 0l-.85.49c-.2.11-.18.31.05.44z" id="Ai"/><path d="M939.69 925.78l1 .57a.87.87 0 0 0 .77 0l.84-.49c.19-.11.17-.31-.06-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.2.12-.17.31.06.44z" id="Aj"/><path d="M937.68 926.94l1 .56a.82.82 0 0 0 .76 0l.84-.48c.2-.12.18-.31-.05-.44l-1-.57a.87.87 0 0 0-.77 0l-.84.49c-.19.11-.16.31.06.44z" id="Ak"/><path d="M939.29 923.22l1 .56a.84.84 0 0 0 .77 0l.84-.48c.19-.12.17-.31-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.2.13-.17.33.06.44z" id="Al"/><path d="M937.28 924.4l1 .56a.85.85 0 0 0 .76 0l.84-.49c.2-.11.18-.31-.05-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.19.12-.16.32.06.45z" id="Am"/><path d="M935.28 925.55l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.85.85 0 0 0-.76 0l-.85.49c-.2.1-.18.3.05.43z" id="An"/><path d="M936.8 921.81l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.18-.31 0-.44l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.26.11-.26.31 0 .44z" id="Ao"/><path d="M934.8 922.96l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.26.12-.26.31 0 .44z" id="Ap"/><path d="M932.79 924.12l1 .56a.82.82 0 0 0 .76 0l.85-.48c.19-.12.17-.31-.06-.44l-1-.57a.87.87 0 0 0-.77 0l-.84.49c-.19.11-.19.31.06.44z" id="Aq"/><path d="M935.72 928.12l1 .56a.88.88 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.06-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.19.12-.12.32.06.45z" id="Ar"/><path d="M933.71 929.28l1 .56a.82.82 0 0 0 .76 0l.85-.48c.19-.12.17-.32-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.19.11-.11.31.06.44z" id="As"/><path d="M930.83 925.3l1 .56a.88.88 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.24.12-.18.37.05.45z" id="At"/><path d="M928.83 926.46l1 .56a.84.84 0 0 0 .77 0l.84-.48c.19-.12.17-.32-.06-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.23.11-.17.31.06.44z" id="Au"/><path d="M934.4 960.36a.66.66 0 0 0 .33.57h0v-24.59a.63.63 0 0 0-.33-.56h0v24.58z" id="Av"/><path d="M945.96 926.85l25.58-14.77-.2-.12-25.59 14.78.21.11z" id="Aw"/><path d="M935.44 933.1l25.64-14.8v-.18l-25.64 14.8v.18z" id="Ax"/><path d="M1082.47 983.33l1 .57a.85.85 0 0 0 .76 0l.84-.49c.2-.11.18-.31 0-.44l-1-.56a.88.88 0 0 0-.77 0l-.84.49c-.24.1-.21.32.01.43z" id="Ay"/><path d="M1080.47 984.49l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31 0-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.25.11-.23.31 0 .44z" id="Az"/><path d="M1075.54 981.67l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.18-.31 0-.44l-1-.57a.87.87 0 0 0-.77 0l-.84.48c-.21.12-.19.32 0 .45z" id="BA"/><path d="M1073.54 982.83l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.21.12-.19.32 0 .45z" id="BB"/><path d="M1076.54 986.83l1 .56a.87.87 0 0 0 .77 0l.84-.48c.2-.12.17-.32 0-.45l-1-.56a.85.85 0 0 0-.76 0l-.84.49c-.3.11-.28.31-.01.44z" id="BC"/><path d="M1055.75 998.43l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.82.82 0 0 0-.76 0l-.84.48c-.22.12-.22.31-.01.44z" id="BD"/><path d="M1055.35 995.89l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31 0-.44l-1-.57a.85.85 0 0 0-.76 0l-.84.49c-.26.11-.24.31-.01.44z" id="BE"/><path d="M1054.87 993.3l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31 0-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.25.11-.23.36 0 .44z" id="BF"/><path d="M1051.38 998.22l1 .56a.82.82 0 0 0 .76 0l.84-.48c.2-.12.18-.32 0-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.24.12-.21.32.01.44z" id="BG"/><path d="M1049.38 999.38l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.25.12-.23.28 0 .44z" id="BH"/><path d="M1093.83 992.06l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.48c-.29.12-.23.31 0 .45z" id="BI"/><path d="M1087.46 993.01l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.25.12-.23.31 0 .45z" id="BJ"/><path d="M1082.97 992.73l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.18-.31 0-.45l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.25.11-.23.31 0 .44z" id="BK"/><path d="M1073.12 1003.69l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.25.12-.23.32 0 .45z" id="BL"/><path d="M1062.26 1004.36l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.31 0-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.25.11-.23.3 0 .44z" id="BM"/><path d="M1107 997.45l1 .56a.84.84 0 0 0 .77 0l.84-.49c.2-.11.18-.31 0-.44l-1-.56a.84.84 0 0 0-.77 0l-.84.49c-.25.11-.23.31 0 .44z" id="BN"/><path d="M1105 998.61l1 .56a.84.84 0 0 0 .77 0l.84-.48c.2-.12.17-.32 0-.45l-1-.56a.85.85 0 0 0-.76 0l-.85.49c-.25.11-.23.31 0 .44z" id="BO"/><path d="M1100.54 998.33l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.56a.85.85 0 0 0-.76 0l-.85.49c-.28.1-.26.32 0 .43z" id="BP"/><path d="M1081.8 1008.81l1 .56a.87.87 0 0 0 .77 0l.84-.49c.2-.11.18-.31-.05-.44l-1-.56a.87.87 0 0 0-.77 0l-.84.49c-.21.11-.21.31.05.44z" id="BQ"/><path d="M1079.8 1009.96l1 .57a.87.87 0 0 0 .77 0l.84-.49c.2-.11.17-.31-.05-.44l-1-.56a.82.82 0 0 0-.76 0l-.85.48c-.21.12-.21.31.05.44z" id="BR"/><path d="M1075.83 1012.3l1 .56a.88.88 0 0 0 .77 0l.84-.49c.2-.11.17-.31 0-.44l-1-.57a.85.85 0 0 0-.76 0l-.85.49c-.29.12-.23.37 0 .45z" id="BS"/><path id="BT" d="M272.5 308.973l25.63-14.8v-.17l-25.63 14.8z"/><path id="BU" d="M274.35 349.843a.66.66 0 0 0 .33.57h0v-24.59a.63.63 0 0 0-.33-.56h0z"/><path id="BV" d="M136.062 99.136c-.868.096-1.833 0-2.701-.289L99.794 89.78c-.868-.289-1.736-.675-2.508-1.157z"/><path id="BW" d="M136.737 113.026l18.423-7.427c.386-.193.579-.579.482-1.061-.096-.193-.193-.386-.482-.482l-7.427-2.99c-.482-.193-5.016 3.087-5.402 3.376l-7.909 6.366c-1.833 1.736-.193 3.28 2.315 2.219z"/></defs><path transform="rotate(1.856 -8.55 -4.411)" clip-path="url(#BX)" d="M2.637-18.431h1000.807v563.067H2.637z" fill="#999" fill-rule="evenodd"/><ellipse fill="#777" transform="rotate(270.36)" ry="50.53" rx="29.17" cy="289.673" cx="-336.333"/><g transform="rotate(359.64 94301.734 -81889.844)"><ellipse ry="2.61" rx="4.51" cy="-264.607" cx="-224.551" class="D"/><ellipse ry="2.61" rx="4.51" cy="-265.747" cx="-224.551" class="E"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="343.295" cx="263.687" class="D"/><ellipse ry="2.61" rx="4.51" cy="342.145" cx="263.697" class="E"/></g><use x="-646.48" y="-602.577" xlink:href="#A" class="F"/><use x="-646.48" y="-602.577" href="#B" xlink:href="#B" class="G"/><use x="-646.48" y="-602.577" href="#C" xlink:href="#C" class="H"/><g class="I"><use x="-646.48" y="-602.577" href="#D" xlink:href="#D"/><use x="-646.48" y="-602.577" href="#E" xlink:href="#E"/><use x="-646.48" y="-602.577" href="#F" xlink:href="#F"/><use x="-646.48" y="-602.577" href="#G" xlink:href="#G"/><use x="-646.48" y="-602.577" href="#H" xlink:href="#H"/><use x="-646.48" y="-602.577" href="#I" xlink:href="#I"/><use x="-646.48" y="-602.577" href="#J" xlink:href="#J"/><use x="-646.48" y="-602.577" href="#K" xlink:href="#K"/><use x="-646.48" y="-602.577" href="#L" xlink:href="#L"/><use x="-646.48" y="-602.577" href="#M" xlink:href="#M"/><use x="-646.48" y="-602.577" href="#N" xlink:href="#N"/><use x="-646.48" y="-602.577" href="#O" xlink:href="#O"/><use x="-646.48" y="-602.577" href="#P" xlink:href="#P"/><use x="-646.48" y="-602.577" href="#Q" xlink:href="#Q"/><use x="-646.48" y="-602.577" href="#R" xlink:href="#R"/><use x="-646.48" y="-602.577" href="#S" xlink:href="#S"/><use x="-646.48" y="-602.577" href="#T" xlink:href="#T"/><use x="-646.48" y="-602.577" href="#U" xlink:href="#U"/><use x="-646.48" y="-602.577" href="#V" xlink:href="#V"/><use x="-646.48" y="-602.577" href="#W" xlink:href="#W"/><use x="-646.48" y="-602.577" href="#X" xlink:href="#X"/><use x="-646.48" y="-602.577" href="#Y" xlink:href="#Y"/><use x="-646.48" y="-602.577" href="#Z" xlink:href="#Z"/><use x="-646.48" y="-602.577" href="#a" xlink:href="#a"/><use x="-646.48" y="-602.577" href="#b" xlink:href="#b"/><use x="-646.48" y="-602.577" href="#c" xlink:href="#c"/><use x="-646.48" y="-602.577" href="#d" xlink:href="#d"/><use x="-646.48" y="-602.577" href="#e" xlink:href="#e"/><use x="-646.48" y="-602.577" href="#f" xlink:href="#f"/><use x="-646.48" y="-602.577" href="#g" xlink:href="#g"/></g><g class="J"><ellipse transform="rotate(329.64 1732.298 -331.627)" ry=".87" rx=".5" cy="-516.855" cx="135.745"/><ellipse transform="rotate(329.64 1732.399 -302.101)" ry=".87" rx=".5" cy="-487.325" cx="135.845"/><ellipse transform="rotate(329.64 1723.094 -307.474)" ry=".87" rx=".5" cy="-492.695" cx="126.535"/><ellipse transform="rotate(329.64 1723.174 -337.011)" ry=".87" rx=".5" cy="-522.225" cx="126.615"/><use x="-646.48" y="-602.577" href="#h" xlink:href="#h"/><use x="-646.48" y="-602.577" href="#i" xlink:href="#i"/><use x="-646.48" y="-602.577" href="#j" xlink:href="#j"/><use x="-646.48" y="-602.577" href="#k" xlink:href="#k"/><use xlink:href="#BT"/><use x="-646.48" y="-602.577" href="#l" xlink:href="#l"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="337.146" cx="301.436" class="D"/><ellipse ry="2.61" rx="4.51" cy="335.996" cx="301.446" class="E"/><ellipse ry="2.61" rx="4.51" cy="350.935" cx="276.997" class="D"/><ellipse ry="2.61" rx="4.51" cy="349.795" cx="277.007" class="E"/></g><use x="-646.48" y="-602.577" href="#m" xlink:href="#m" class="F"/><use x="-646.48" y="-602.577" href="#n" xlink:href="#n" class="G"/><use x="-646.48" y="-602.577" href="#o" xlink:href="#o" class="H"/><g class="I"><use x="-646.48" y="-602.577" href="#p" xlink:href="#p"/><use x="-646.48" y="-602.577" href="#q" xlink:href="#q"/><use x="-646.48" y="-602.577" href="#r" xlink:href="#r"/><use x="-646.48" y="-602.577" href="#s" xlink:href="#s"/><use x="-646.48" y="-602.577" href="#t" xlink:href="#t"/><use x="-646.48" y="-602.577" href="#u" xlink:href="#u"/><use x="-646.48" y="-602.577" href="#v" xlink:href="#v"/><use x="-646.48" y="-602.577" href="#w" xlink:href="#w"/><use x="-646.48" y="-602.577" href="#x" xlink:href="#x"/><use x="-646.48" y="-602.577" href="#y" xlink:href="#y"/><use x="-646.48" y="-602.577" href="#z" xlink:href="#z"/><use x="-646.48" y="-602.577" href="#AA" xlink:href="#AA"/><use x="-646.48" y="-602.577" href="#AB" xlink:href="#AB"/><use x="-646.48" y="-602.577" href="#AC" xlink:href="#AC"/><use x="-646.48" y="-602.577" href="#AD" xlink:href="#AD"/><use href="#G" y="-580.837" x="-653.43" xlink:href="#G"/><use href="#AB" y="-591.897" x="-660.82" xlink:href="#AB"/><use x="-646.48" y="-602.577" href="#AE" xlink:href="#AE"/><use x="-646.48" y="-602.577" href="#AF" xlink:href="#AF"/><use x="-646.48" y="-602.577" href="#AG" xlink:href="#AG"/><use x="-646.48" y="-602.577" href="#AH" xlink:href="#AH"/><use x="-646.48" y="-602.577" href="#AI" xlink:href="#AI"/><use x="-646.48" y="-602.577" href="#AJ" xlink:href="#AJ"/><use x="-646.48" y="-602.577" href="#AK" xlink:href="#AK"/><use x="-646.48" y="-602.577" href="#AL" xlink:href="#AL"/><use x="-646.48" y="-602.577" href="#AM" xlink:href="#AM"/><use x="-646.48" y="-602.577" href="#AN" xlink:href="#AN"/><use x="-646.48" y="-602.577" href="#AO" xlink:href="#AO"/><use x="-646.48" y="-602.577" href="#AP" xlink:href="#AP"/><use x="-646.48" y="-602.577" href="#AQ" xlink:href="#AQ"/></g><g class="J"><ellipse transform="rotate(329.64 1745.659 -324.065)" ry=".87" rx=".5" cy="-509.295" cx="149.105"/><ellipse transform="rotate(329.64 1745.759 -294.538)" ry=".87" rx=".5" cy="-479.765" cx="149.205"/><ellipse transform="rotate(329.64 1736.454 -299.912)" ry=".87" rx=".5" cy="-485.125" cx="139.905"/><ellipse transform="rotate(329.64 1736.53 -329.431)" ry=".87" rx=".5" cy="-514.655" cx="139.985"/><use xlink:href="#BU"/><use x="-646.48" y="-602.577" href="#AR" xlink:href="#AR"/><use href="#k" y="-588.947" x="-643.63" xlink:href="#k"/><use x="-646.48" y="-602.577" href="#AS" xlink:href="#AS"/><use x="-646.48" y="-602.577" href="#AT" xlink:href="#AT"/><use href="#AT" y="-596.537" x="-656.94" xlink:href="#AT"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="345.165" cx="314.955" class="D"/><ellipse ry="2.61" rx="4.51" cy="344.015" cx="314.965" class="E"/><ellipse ry="2.61" rx="4.51" cy="358.965" cx="290.516" class="D"/><ellipse ry="2.61" rx="4.51" cy="357.825" cx="290.526" class="E"/></g><use href="#m" y="-594.637" x="-632.91" xlink:href="#m" class="F"/><use x="-646.48" y="-602.577" href="#AU" xlink:href="#AU" class="G"/><use x="-646.48" y="-602.577" href="#AV" xlink:href="#AV" class="H"/><g class="I"><use x="-646.48" y="-602.577" href="#AW" xlink:href="#AW"/><use x="-646.48" y="-602.577" href="#AX" xlink:href="#AX"/><use x="-646.48" y="-602.577" href="#AY" xlink:href="#AY"/><use x="-646.48" y="-602.577" href="#AZ" xlink:href="#AZ"/><use href="#t" y="-594.637" x="-632.91" xlink:href="#t"/><use x="-646.48" y="-602.577" href="#Aa" xlink:href="#Aa"/><use x="-646.48" y="-602.577" href="#Ab" xlink:href="#Ab"/><use x="-646.48" y="-602.577" href="#Ac" xlink:href="#Ac"/><use x="-646.48" y="-602.577" href="#Ad" xlink:href="#Ad"/><use x="-646.48" y="-602.577" href="#Ae" xlink:href="#Ae"/><use href="#E" y="-583.577" x="-625.52" xlink:href="#E"/><use href="#G" y="-583.577" x="-625.52" xlink:href="#G"/><use x="-646.48" y="-602.577" href="#Af" xlink:href="#Af"/><use x="-646.48" y="-602.577" href="#Ag" xlink:href="#Ag"/><use x="-646.48" y="-602.577" href="#Ah" xlink:href="#Ah"/><use x="-646.48" y="-602.577" href="#Ai" xlink:href="#Ai"/><use x="-646.48" y="-602.577" href="#Aj" xlink:href="#Aj"/><use x="-646.48" y="-602.577" href="#Ak" xlink:href="#Ak"/><use x="-646.48" y="-602.577" href="#Al" xlink:href="#Al"/><use x="-646.48" y="-602.577" href="#Am" xlink:href="#Am"/><use x="-646.48" y="-602.577" href="#An" xlink:href="#An"/><use x="-646.48" y="-602.577" href="#Ao" xlink:href="#Ao"/><use x="-646.48" y="-602.577" href="#Ap" xlink:href="#Ap"/><use x="-646.48" y="-602.577" href="#Aq" xlink:href="#Aq"/><use x="-646.48" y="-602.577" href="#Ar" xlink:href="#Ar"/><use x="-646.48" y="-602.577" href="#As" xlink:href="#As"/><use href="#u" y="-580.667" x="-657.59" xlink:href="#u"/><use href="#W" y="-583.577" x="-625.52" xlink:href="#W"/><use x="-646.48" y="-602.577" href="#At" xlink:href="#At"/><use x="-646.48" y="-602.577" href="#Au" xlink:href="#Au"/></g><g class="J"><ellipse transform="rotate(329.64 1759.234 -316.128)" ry=".87" rx=".5" cy="-501.345" cx="162.675"/><ellipse transform="matrix(.86 -.51 .51 .86 386.12 849.92)" ry=".87" rx=".5" cy="-473.305" cx="167.307"/><ellipse transform="rotate(329.64 1750.025 -291.956)" ry=".87" rx=".5" cy="-477.185" cx="153.475"/><ellipse transform="rotate(329.64 1750.105 -321.494)" ry=".87" rx=".5" cy="-506.715" cx="153.555"/><use x="-646.48" y="-602.577" href="#Av" xlink:href="#Av"/><use href="#AR" y="-594.637" x="-632.91" xlink:href="#AR"/><use href="#k" y="-581.007" x="-630.06" xlink:href="#k"/><use x="-646.48" y="-602.577" href="#Aw" xlink:href="#Aw"/><use href="#AT" y="-594.637" x="-632.91" xlink:href="#AT"/><use x="-646.48" y="-602.577" href="#Ax" xlink:href="#Ax"/></g><ellipse fill="#777" transform="rotate(270.36)" ry="50.53" rx="29.17" cy="435.216" cx="-422.419"/><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="417.392" cx="432.571" class="D"/><ellipse ry="2.61" rx="4.51" cy="416.252" cx="432.581" class="E"/><ellipse ry="2.61" rx="4.51" cy="431.202" cx="408.132" class="D"/><ellipse ry="2.61" rx="4.51" cy="430.052" cx="408.142" class="E"/></g><use href="#A" y="-515.577" x="-501.48" xlink:href="#A" class="F"/><use href="#B" y="-515.577" x="-501.48" xlink:href="#B" class="G"/><use href="#C" y="-515.577" x="-501.48" xlink:href="#C" class="H"/><g class="I"><use x="-646.48" y="-602.577" href="#Ay" xlink:href="#Ay"/><use x="-646.48" y="-602.577" href="#Az" xlink:href="#Az"/><use href="#F" y="-515.577" x="-501.48" xlink:href="#F"/><use href="#G" y="-515.577" x="-501.48" xlink:href="#G"/><use href="#H" y="-515.577" x="-501.48" xlink:href="#H"/><use href="#I" y="-515.577" x="-501.48" xlink:href="#I"/><use href="#J" y="-515.577" x="-501.48" xlink:href="#J"/><use x="-646.48" y="-602.577" href="#BA" xlink:href="#BA"/><use x="-646.48" y="-602.577" href="#BB" xlink:href="#BB"/><use x="-646.48" y="-602.577" href="#BC" xlink:href="#BC"/><use href="#N" y="-515.577" x="-501.48" xlink:href="#N"/><use href="#O" y="-515.577" x="-501.48" xlink:href="#O"/><use href="#P" y="-515.577" x="-501.48" xlink:href="#P"/><use href="#Q" y="-515.577" x="-501.48" xlink:href="#Q"/><use href="#R" y="-515.577" x="-501.48" xlink:href="#R"/><use href="#S" y="-515.577" x="-501.48" xlink:href="#S"/><use href="#T" y="-515.577" x="-501.48" xlink:href="#T"/><use x="-646.48" y="-602.577" href="#BD" xlink:href="#BD"/><use href="#V" y="-515.577" x="-501.48" xlink:href="#V"/><use x="-646.48" y="-602.577" href="#BE" xlink:href="#BE"/><use href="#X" y="-515.577" x="-501.48" xlink:href="#X"/><use x="-646.48" y="-602.577" href="#BF" xlink:href="#BF"/><use href="#Z" y="-515.577" x="-501.48" xlink:href="#Z"/><use href="#a" y="-515.577" x="-501.48" xlink:href="#a"/><use href="#b" y="-515.577" x="-501.48" xlink:href="#b"/><use href="#c" y="-515.577" x="-501.48" xlink:href="#c"/><use x="-646.48" y="-602.577" href="#BG" xlink:href="#BG"/><use x="-646.48" y="-602.577" href="#BH" xlink:href="#BH"/><use href="#f" y="-515.577" x="-501.48" xlink:href="#f"/><use href="#g" y="-515.577" x="-501.48" xlink:href="#g"/></g><g class="J"><ellipse transform="rotate(329.64 1877.306 -244.642)" ry=".87" rx=".5" cy="-429.855" cx="280.745"/><ellipse transform="rotate(329.64 1877.406 -215.115)" ry=".87" rx=".5" cy="-400.325" cx="280.845"/><ellipse transform="rotate(329.64 1868.096 -220.47)" ry=".87" rx=".5" cy="-405.695" cx="271.535"/><ellipse transform="rotate(329.64 1868.176 -250.007)" ry=".87" rx=".5" cy="-435.225" cx="271.615"/><use href="#h" y="-515.577" x="-501.48" xlink:href="#h"/><use href="#i" y="-515.577" x="-501.48" xlink:href="#i"/><use href="#j" y="-515.577" x="-501.48" xlink:href="#j"/><path d="M417.55 395.773l25.58-14.77-.21-.12-25.58 14.77z"/><path d="M417.49 395.973l25.64-14.8v-.17l-25.64 14.8z"/><use href="#l" y="-515.577" x="-501.48" xlink:href="#l"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="425.052" cx="445.88" class="D"/><ellipse ry="2.61" rx="4.51" cy="423.902" cx="445.89" class="E"/></g><g transform="rotate(359.64 94436.673 -81781.186)"><ellipse ry="2.61" rx="4.51" cy="-156.087" cx="-90.541" class="D"/><ellipse ry="2.61" rx="4.51" cy="-157.227" cx="-90.541" class="E"/></g><use href="#m" y="-515.577" x="-501.48" xlink:href="#m" class="F"/><use href="#n" y="-515.577" x="-501.48" xlink:href="#n" class="G"/><use href="#o" y="-515.577" x="-501.48" xlink:href="#o" class="H"/><g class="I"><use href="#p" y="-515.577" x="-501.48" xlink:href="#p"/><use x="-646.48" y="-602.577" href="#BI" xlink:href="#BI"/><use href="#r" y="-515.577" x="-501.48" xlink:href="#r"/><use href="#s" y="-515.577" x="-501.48" xlink:href="#s"/><use href="#t" y="-515.577" x="-501.48" xlink:href="#t"/><use href="#u" y="-515.577" x="-501.48" xlink:href="#u"/><use href="#v" y="-515.577" x="-501.48" xlink:href="#v"/><use href="#w" y="-515.577" x="-501.48" xlink:href="#w"/><use href="#x" y="-515.577" x="-501.48" xlink:href="#x"/><use href="#y" y="-515.577" x="-501.48" xlink:href="#y"/><use href="#z" y="-515.577" x="-501.48" xlink:href="#z"/><use x="-646.48" y="-602.577" href="#BJ" xlink:href="#BJ"/><use href="#AB" y="-515.577" x="-501.48" xlink:href="#AB"/><use href="#AC" y="-515.577" x="-501.48" xlink:href="#AC"/><use x="-646.48" y="-602.577" href="#BK" xlink:href="#BK"/><use x="-646.48" y="-602.577" href="#BL" xlink:href="#BL"/><use href="#AB" y="-504.897" x="-515.82" xlink:href="#AB"/><use href="#AE" y="-515.577" x="-501.48" xlink:href="#AE"/><use href="#AF" y="-515.577" x="-501.48" xlink:href="#AF"/><use href="#AG" y="-515.577" x="-501.48" xlink:href="#AG"/><use href="#AJ" y="-512.987" x="-501" xlink:href="#AJ"/><use href="#AI" y="-515.577" x="-501.48" xlink:href="#AI"/><use href="#AJ" y="-515.577" x="-501.48" xlink:href="#AJ"/><use href="#AK" y="-515.577" x="-501.48" xlink:href="#AK"/><use href="#AL" y="-515.577" x="-501.48" xlink:href="#AL"/><use href="#AM" y="-515.577" x="-501.48" xlink:href="#AM"/><use href="#AN" y="-515.577" x="-501.48" xlink:href="#AN"/><use href="#AO" y="-515.577" x="-501.48" xlink:href="#AO"/><use x="-646.48" y="-602.577" href="#BM" xlink:href="#BM"/><use href="#AQ" y="-515.577" x="-501.48" xlink:href="#AQ"/></g><g class="J"><ellipse transform="rotate(329.64 1890.661 -237.061)" ry=".87" rx=".5" cy="-422.295" cx="294.105"/><ellipse transform="rotate(329.64 1890.762 -207.534)" ry=".87" rx=".5" cy="-392.765" cx="294.205"/><ellipse transform="rotate(329.64 1881.457 -212.908)" ry=".87" rx=".5" cy="-398.125" cx="284.905"/><ellipse transform="rotate(329.64 1881.537 -242.445)" ry=".87" rx=".5" cy="-427.655" cx="284.985"/><use href="#Av" y="-523.517" x="-515.05" xlink:href="#Av"/><use href="#AR" y="-515.577" x="-501.48" xlink:href="#AR"/><use href="#k" y="-501.947" x="-498.63" xlink:href="#k"/><use href="#AS" y="-515.577" x="-501.48" xlink:href="#AS"/><use href="#AT" y="-515.577" x="-501.48" xlink:href="#AT"/><use href="#AT" y="-509.537" x="-511.94" xlink:href="#AT"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="433.072" cx="459.399" class="D"/><ellipse ry="2.61" rx="4.51" cy="431.922" cx="459.409" class="E"/></g><g transform="rotate(359.64 94449.381 -81773.188)"><ellipse ry="2.61" rx="4.51" cy="-148.147" cx="-76.971" class="D"/><ellipse ry="2.61" rx="4.51" cy="-149.287" cx="-76.971" class="E"/></g><use href="#m" y="-507.637" x="-487.91" xlink:href="#m" class="F"/><use href="#AU" y="-515.577" x="-501.48" xlink:href="#AU" class="G"/><use href="#AV" y="-515.577" x="-501.48" xlink:href="#AV" class="H"/><g class="I"><use href="#AW" y="-515.577" x="-501.48" xlink:href="#AW"/><use href="#AX" y="-515.577" x="-501.48" xlink:href="#AX"/><use href="#AY" y="-515.577" x="-501.48" xlink:href="#AY"/><use x="-646.48" y="-602.577" href="#BN" xlink:href="#BN"/><use x="-646.48" y="-602.577" href="#BO" xlink:href="#BO"/><use href="#Aa" y="-515.577" x="-501.48" xlink:href="#Aa"/><use href="#Ab" y="-515.577" x="-501.48" xlink:href="#Ab"/><use href="#Ac" y="-515.577" x="-501.48" xlink:href="#Ac"/><use x="-646.48" y="-602.577" href="#BP" xlink:href="#BP"/><use href="#Ae" y="-515.577" x="-501.48" xlink:href="#Ae"/><use href="#E" y="-496.577" x="-480.52" xlink:href="#E"/><use href="#G" y="-496.577" x="-480.52" xlink:href="#G"/><use href="#Af" y="-515.577" x="-501.48" xlink:href="#Af"/><use href="#Ag" y="-515.577" x="-501.48" xlink:href="#Ag"/><use href="#Ah" y="-515.577" x="-501.48" xlink:href="#Ah"/><use href="#Ai" y="-515.577" x="-501.48" xlink:href="#Ai"/><use href="#Aj" y="-515.577" x="-501.48" xlink:href="#Aj"/><use href="#Ak" y="-515.577" x="-501.48" xlink:href="#Ak"/><use href="#Al" y="-515.577" x="-501.48" xlink:href="#Al"/><use href="#Am" y="-515.577" x="-501.48" xlink:href="#Am"/><use href="#An" y="-515.577" x="-501.48" xlink:href="#An"/><use x="-646.48" y="-602.577" href="#BQ" xlink:href="#BQ"/><use x="-646.48" y="-602.577" href="#BR" xlink:href="#BR"/><use href="#Aq" y="-515.577" x="-501.48" xlink:href="#Aq"/><use href="#Ar" y="-515.577" x="-501.48" xlink:href="#Ar"/><use href="#As" y="-515.577" x="-501.48" xlink:href="#As"/><use href="#u" y="-493.667" x="-512.59" xlink:href="#u"/><use href="#W" y="-496.577" x="-480.52" xlink:href="#W"/><use x="-646.48" y="-602.577" href="#BS" xlink:href="#BS"/><use href="#Au" y="-515.577" x="-501.48" xlink:href="#Au"/></g><g class="J"><ellipse transform="rotate(329.64 1904.237 -229.124)" ry=".87" rx=".5" cy="-414.345" cx="307.675"/><ellipse transform="matrix(.86 -.51 .51 .86 362.03 935.14)" ry=".87" rx=".5" cy="-386.305" cx="312.307"/><ellipse transform="rotate(329.64 1895.033 -204.971)" ry=".87" rx=".5" cy="-390.185" cx="298.475"/><ellipse transform="rotate(329.64 1895.108 -234.489)" ry=".87" rx=".5" cy="-419.715" cx="298.555"/><use href="#Av" y="-515.577" x="-501.48" xlink:href="#Av"/><use href="#AR" y="-507.637" x="-487.91" xlink:href="#AR"/><use href="#k" y="-494.007" x="-485.06" xlink:href="#k"/><use href="#Aw" y="-515.577" x="-501.48" xlink:href="#Aw"/><use href="#AT" y="-507.637" x="-487.91" xlink:href="#AT"/><use href="#Ax" y="-515.577" x="-501.48" xlink:href="#Ax"/></g><ellipse fill="#777" transform="rotate(270.36)" ry="50.53" rx="29.17" cy="230.799" cx="-197.695"/><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="190.121" cx="230.999" class="D"/><ellipse ry="2.61" rx="4.51" cy="188.981" cx="231.009" class="E"/><ellipse ry="2.61" rx="4.51" cy="203.931" cx="206.56" class="D"/><ellipse ry="2.61" rx="4.51" cy="202.781" cx="206.57" class="E"/></g><use href="#A" y="-741.577" x="-704.48" xlink:href="#A" class="F"/><use href="#B" y="-741.577" x="-704.48" xlink:href="#B" class="G"/><use href="#C" y="-741.577" x="-704.48" xlink:href="#C" class="H"/><g class="I"><use href="#D" y="-741.577" x="-704.48" xlink:href="#D"/><use href="#E" y="-741.577" x="-704.48" xlink:href="#E"/><use href="#F" y="-741.577" x="-704.48" xlink:href="#F"/><use href="#G" y="-741.577" x="-704.48" xlink:href="#G"/><use href="#H" y="-741.577" x="-704.48" xlink:href="#H"/><use href="#I" y="-741.577" x="-704.48" xlink:href="#I"/><use href="#J" y="-741.577" x="-704.48" xlink:href="#J"/><use href="#K" y="-741.577" x="-704.48" xlink:href="#K"/><use href="#L" y="-741.577" x="-704.48" xlink:href="#L"/><use href="#M" y="-741.577" x="-704.48" xlink:href="#M"/><use href="#N" y="-741.577" x="-704.48" xlink:href="#N"/><use href="#O" y="-741.577" x="-704.48" xlink:href="#O"/><use href="#P" y="-741.577" x="-704.48" xlink:href="#P"/><use href="#Q" y="-741.577" x="-704.48" xlink:href="#Q"/><use href="#R" y="-741.577" x="-704.48" xlink:href="#R"/><use href="#S" y="-741.577" x="-704.48" xlink:href="#S"/><use href="#T" y="-741.577" x="-704.48" xlink:href="#T"/><use href="#U" y="-741.577" x="-704.48" xlink:href="#U"/><use href="#V" y="-741.577" x="-704.48" xlink:href="#V"/><use href="#W" y="-741.577" x="-704.48" xlink:href="#W"/><use href="#X" y="-741.577" x="-704.48" xlink:href="#X"/><use href="#Y" y="-741.577" x="-704.48" xlink:href="#Y"/><use href="#Z" y="-741.577" x="-704.48" xlink:href="#Z"/><use href="#a" y="-741.577" x="-704.48" xlink:href="#a"/><use href="#b" y="-741.577" x="-704.48" xlink:href="#b"/><use href="#c" y="-741.577" x="-704.48" xlink:href="#c"/><use href="#d" y="-741.577" x="-704.48" xlink:href="#d"/><use href="#e" y="-741.577" x="-704.48" xlink:href="#e"/><use href="#f" y="-741.577" x="-704.48" xlink:href="#f"/><use href="#g" y="-741.577" x="-704.48" xlink:href="#g"/></g><g class="J"><ellipse transform="rotate(329.64 1674.296 -470.645)" ry=".87" rx=".5" cy="-655.855" cx="77.745"/><ellipse transform="rotate(329.64 1674.397 -441.119)" ry=".87" rx=".5" cy="-626.325" cx="77.845"/><ellipse transform="rotate(329.64 1665.086 -446.474)" ry=".87" rx=".5" cy="-631.695" cx="68.535"/><ellipse transform="rotate(329.64 1665.167 -476.011)" ry=".87" rx=".5" cy="-661.225" cx="68.615"/><use href="#h" y="-741.577" x="-704.48" xlink:href="#h"/><use href="#i" y="-741.577" x="-704.48" xlink:href="#i"/><use href="#j" y="-741.577" x="-704.48" xlink:href="#j"/><use href="#k" y="-741.577" x="-704.48" xlink:href="#k"/><use xlink:href="#BT" x="-58" y="-139"/><use href="#l" y="-741.577" x="-704.48" xlink:href="#l"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="197.781" cx="244.308" class="D"/><ellipse ry="2.61" rx="4.51" cy="196.631" cx="244.318" class="E"/><ellipse ry="2.61" rx="4.51" cy="211.571" cx="219.869" class="D"/><ellipse ry="2.61" rx="4.51" cy="210.431" cx="219.879" class="E"/></g><use href="#m" y="-741.577" x="-704.48" xlink:href="#m" class="F"/><use href="#n" y="-741.577" x="-704.48" xlink:href="#n" class="G"/><use href="#o" y="-741.577" x="-704.48" xlink:href="#o" class="H"/><g class="I"><use href="#p" y="-741.577" x="-704.48" xlink:href="#p"/><use href="#q" y="-741.577" x="-704.48" xlink:href="#q"/><use href="#r" y="-741.577" x="-704.48" xlink:href="#r"/><use href="#s" y="-741.577" x="-704.48" xlink:href="#s"/><use href="#t" y="-741.577" x="-704.48" xlink:href="#t"/><use href="#u" y="-741.577" x="-704.48" xlink:href="#u"/><use href="#v" y="-741.577" x="-704.48" xlink:href="#v"/><use href="#w" y="-741.577" x="-704.48" xlink:href="#w"/><use href="#x" y="-741.577" x="-704.48" xlink:href="#x"/><use href="#y" y="-741.577" x="-704.48" xlink:href="#y"/><use href="#z" y="-741.577" x="-704.48" xlink:href="#z"/><use href="#AA" y="-741.577" x="-704.48" xlink:href="#AA"/><use href="#AB" y="-741.577" x="-704.48" xlink:href="#AB"/><use href="#AC" y="-741.577" x="-704.48" xlink:href="#AC"/><use href="#AD" y="-741.577" x="-704.48" xlink:href="#AD"/><use href="#G" y="-719.837" x="-711.43" xlink:href="#G"/><use href="#AB" y="-730.897" x="-718.82" xlink:href="#AB"/><use href="#AE" y="-741.577" x="-704.48" xlink:href="#AE"/><use href="#AF" y="-741.577" x="-704.48" xlink:href="#AF"/><use href="#AG" y="-741.577" x="-704.48" xlink:href="#AG"/><use href="#AH" y="-741.577" x="-704.48" xlink:href="#AH"/><use href="#AI" y="-741.577" x="-704.48" xlink:href="#AI"/><use href="#AJ" y="-741.577" x="-704.48" xlink:href="#AJ"/><use href="#AK" y="-741.577" x="-704.48" xlink:href="#AK"/><use href="#AL" y="-741.577" x="-704.48" xlink:href="#AL"/><use href="#AM" y="-741.577" x="-704.48" xlink:href="#AM"/><use href="#AN" y="-741.577" x="-704.48" xlink:href="#AN"/><use href="#AO" y="-741.577" x="-704.48" xlink:href="#AO"/><use href="#AP" y="-741.577" x="-704.48" xlink:href="#AP"/><use href="#AQ" y="-741.577" x="-704.48" xlink:href="#AQ"/></g><g class="J"><ellipse transform="rotate(329.64 1687.652 -463.065)" ry=".87" rx=".5" cy="-648.295" cx="91.105"/><ellipse transform="rotate(329.64 1687.752 -433.538)" ry=".87" rx=".5" cy="-618.765" cx="91.205"/><ellipse transform="rotate(329.64 1678.447 -438.912)" ry=".87" rx=".5" cy="-624.125" cx="81.905"/><ellipse transform="rotate(329.64 1678.527 -468.449)" ry=".87" rx=".5" cy="-653.655" cx="81.985"/><use xlink:href="#BU" x="-58" y="-139"/><use href="#AR" y="-741.577" x="-704.48" xlink:href="#AR"/><use href="#k" y="-727.947" x="-701.63" xlink:href="#k"/><use href="#AS" y="-741.577" x="-704.48" xlink:href="#AS"/><use href="#AT" y="-741.577" x="-704.48" xlink:href="#AT"/><use href="#AT" y="-735.537" x="-714.94" xlink:href="#AT"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="205.801" cx="257.828" class="D"/><ellipse ry="2.61" rx="4.51" cy="204.651" cx="257.838" class="E"/><ellipse ry="2.61" rx="4.51" cy="219.6" cx="233.388" class="D"/><ellipse ry="2.61" rx="4.51" cy="218.46" cx="233.399" class="E"/></g><use href="#m" y="-733.637" x="-690.91" xlink:href="#m" class="F"/><use href="#AU" y="-741.577" x="-704.48" xlink:href="#AU" class="G"/><use href="#AV" y="-741.577" x="-704.48" xlink:href="#AV" class="H"/><g class="I"><use href="#AW" y="-741.577" x="-704.48" xlink:href="#AW"/><use href="#AX" y="-741.577" x="-704.48" xlink:href="#AX"/><use href="#AY" y="-741.577" x="-704.48" xlink:href="#AY"/><use href="#AZ" y="-741.577" x="-704.48" xlink:href="#AZ"/><use href="#t" y="-733.637" x="-690.91" xlink:href="#t"/><use href="#Aa" y="-741.577" x="-704.48" xlink:href="#Aa"/><use href="#Ab" y="-741.577" x="-704.48" xlink:href="#Ab"/><use href="#Ac" y="-741.577" x="-704.48" xlink:href="#Ac"/><use href="#Ad" y="-741.577" x="-704.48" xlink:href="#Ad"/><use href="#Ae" y="-741.577" x="-704.48" xlink:href="#Ae"/><use href="#E" y="-722.577" x="-683.52" xlink:href="#E"/><use href="#G" y="-722.577" x="-683.52" xlink:href="#G"/><use href="#Af" y="-741.577" x="-704.48" xlink:href="#Af"/><use href="#Ag" y="-741.577" x="-704.48" xlink:href="#Ag"/><use href="#Ah" y="-741.577" x="-704.48" xlink:href="#Ah"/><use href="#Ai" y="-741.577" x="-704.48" xlink:href="#Ai"/><use href="#Aj" y="-741.577" x="-704.48" xlink:href="#Aj"/><use href="#Ak" y="-741.577" x="-704.48" xlink:href="#Ak"/><use href="#Al" y="-741.577" x="-704.48" xlink:href="#Al"/><use href="#Am" y="-741.577" x="-704.48" xlink:href="#Am"/><use href="#An" y="-741.577" x="-704.48" xlink:href="#An"/><use href="#Ao" y="-741.577" x="-704.48" xlink:href="#Ao"/><use href="#Ap" y="-741.577" x="-704.48" xlink:href="#Ap"/><use href="#Aq" y="-741.577" x="-704.48" xlink:href="#Aq"/><use href="#Ar" y="-741.577" x="-704.48" xlink:href="#Ar"/><use href="#As" y="-741.577" x="-704.48" xlink:href="#As"/><use href="#u" y="-719.667" x="-715.59" xlink:href="#u"/><use href="#W" y="-722.577" x="-683.52" xlink:href="#W"/><use href="#At" y="-741.577" x="-704.48" xlink:href="#At"/><use href="#Au" y="-741.577" x="-704.48" xlink:href="#Au"/></g><g class="J"><ellipse transform="rotate(329.64 1701.227 -455.128)" ry=".87" rx=".5" cy="-640.345" cx="104.675"/><ellipse transform="matrix(.86 -.51 .51 .86 448.42 801.54)" ry=".87" rx=".5" cy="-612.305" cx="109.307"/><ellipse transform="rotate(329.64 1692.023 -430.974)" ry=".87" rx=".5" cy="-616.185" cx="95.475"/><ellipse transform="rotate(329.64 1692.098 -460.493)" ry=".87" rx=".5" cy="-645.715" cx="95.555"/><use href="#Av" y="-741.577" x="-704.48" xlink:href="#Av"/><use href="#AR" y="-733.637" x="-690.91" xlink:href="#AR"/><use href="#k" y="-720.007" x="-688.06" xlink:href="#k"/><use href="#Aw" y="-741.577" x="-704.48" xlink:href="#Aw"/><use href="#AT" y="-733.637" x="-690.91" xlink:href="#AT"/><use href="#Ax" y="-741.577" x="-704.48" xlink:href="#Ax"/></g><ellipse fill="#777" transform="rotate(270.36)" ry="50.53" rx="29.17" cy="383.189" cx="-258.742"/><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="253.079" cx="382.603" class="D"/><ellipse ry="2.61" rx="4.51" cy="251.939" cx="382.613" class="E"/><ellipse ry="2.61" rx="4.51" cy="266.888" cx="358.164" class="D"/><ellipse ry="2.61" rx="4.51" cy="265.738" cx="358.174" class="E"/></g><use href="#A" y="-679.577" x="-552.48" xlink:href="#A" class="F"/><use href="#B" y="-679.577" x="-552.48" xlink:href="#B" class="G"/><use href="#C" y="-679.577" x="-552.48" xlink:href="#C" class="H"/><g class="I"><use href="#Ay" y="-766.577" x="-697.48" xlink:href="#Ay"/><use href="#Az" y="-766.577" x="-697.48" xlink:href="#Az"/><use href="#F" y="-679.577" x="-552.48" xlink:href="#F"/><use href="#G" y="-679.577" x="-552.48" xlink:href="#G"/><use href="#H" y="-679.577" x="-552.48" xlink:href="#H"/><use href="#I" y="-679.577" x="-552.48" xlink:href="#I"/><use href="#J" y="-679.577" x="-552.48" xlink:href="#J"/><use href="#K" y="-679.577" x="-552.48" xlink:href="#K"/><use href="#L" y="-679.577" x="-552.48" xlink:href="#L"/><use href="#M" y="-679.577" x="-552.48" xlink:href="#M"/><use href="#N" y="-679.577" x="-552.48" xlink:href="#N"/><use href="#O" y="-679.577" x="-552.48" xlink:href="#O"/><use href="#P" y="-679.577" x="-552.48" xlink:href="#P"/><use href="#Q" y="-679.577" x="-552.48" xlink:href="#Q"/><use href="#R" y="-679.577" x="-552.48" xlink:href="#R"/><use href="#S" y="-679.577" x="-552.48" xlink:href="#S"/><use href="#T" y="-679.577" x="-552.48" xlink:href="#T"/><use href="#U" y="-679.577" x="-552.48" xlink:href="#U"/><use href="#V" y="-679.577" x="-552.48" xlink:href="#V"/><use href="#W" y="-679.577" x="-552.48" xlink:href="#W"/><use href="#X" y="-679.577" x="-552.48" xlink:href="#X"/><use href="#Y" y="-679.577" x="-552.48" xlink:href="#Y"/><use href="#Z" y="-679.577" x="-552.48" xlink:href="#Z"/><use href="#a" y="-679.577" x="-552.48" xlink:href="#a"/><use href="#b" y="-679.577" x="-552.48" xlink:href="#b"/><use href="#c" y="-679.577" x="-552.48" xlink:href="#c"/><use href="#d" y="-679.577" x="-552.48" xlink:href="#d"/><use href="#e" y="-679.577" x="-552.48" xlink:href="#e"/><use href="#f" y="-679.577" x="-552.48" xlink:href="#f"/><use href="#g" y="-679.577" x="-552.48" xlink:href="#g"/></g><g class="J"><ellipse transform="rotate(329.64 1826.296 -408.63)" ry=".87" rx=".5" cy="-593.855" cx="229.745"/><ellipse transform="rotate(329.64 1826.397 -379.104)" ry=".87" rx=".5" cy="-564.325" cx="229.845"/><ellipse transform="rotate(329.64 1817.092 -384.477)" ry=".87" rx=".5" cy="-569.695" cx="220.535"/><ellipse transform="rotate(329.64 1817.167 -413.996)" ry=".87" rx=".5" cy="-599.225" cx="220.615"/><use href="#h" y="-679.577" x="-552.48" xlink:href="#h"/><use href="#i" y="-679.577" x="-552.48" xlink:href="#i"/><use href="#j" y="-679.577" x="-552.48" xlink:href="#j"/><use href="#k" y="-679.577" x="-552.48" xlink:href="#k"/><use xlink:href="#BT" x="94" y="-77"/><use href="#l" y="-679.577" x="-552.48" xlink:href="#l"/></g><g transform="rotate(359.64 94410.184 -81959.529)"><ellipse ry="2.61" rx="4.51" cy="-334.037" cx="-117.191" class="D"/><ellipse ry="2.61" rx="4.51" cy="-335.187" cx="-117.191" class="E"/></g><g transform="rotate(359.64 94384.673 -81945.286)"><ellipse ry="2.61" rx="4.51" cy="-320.087" cx="-141.541" class="D"/><ellipse ry="2.61" rx="4.51" cy="-321.227" cx="-141.541" class="E"/></g><use href="#m" y="-679.577" x="-552.48" xlink:href="#m" class="F"/><use href="#n" y="-679.577" x="-552.48" xlink:href="#n" class="G"/><use href="#o" y="-679.577" x="-552.48" xlink:href="#o" class="H"/><g class="I"><use href="#p" y="-679.577" x="-552.48" xlink:href="#p"/><use href="#BI" y="-766.577" x="-697.48" xlink:href="#BI"/><use href="#r" y="-679.577" x="-552.48" xlink:href="#r"/><use href="#s" y="-679.577" x="-552.48" xlink:href="#s"/><use href="#t" y="-679.577" x="-552.48" xlink:href="#t"/><use href="#u" y="-679.577" x="-552.48" xlink:href="#u"/><use href="#v" y="-679.577" x="-552.48" xlink:href="#v"/><use href="#w" y="-679.577" x="-552.48" xlink:href="#w"/><use href="#x" y="-679.577" x="-552.48" xlink:href="#x"/><use href="#y" y="-679.577" x="-552.48" xlink:href="#y"/><use href="#z" y="-679.577" x="-552.48" xlink:href="#z"/><use href="#BJ" y="-766.577" x="-697.48" xlink:href="#BJ"/><use href="#AB" y="-679.577" x="-552.48" xlink:href="#AB"/><use href="#AC" y="-679.577" x="-552.48" xlink:href="#AC"/><use href="#BK" y="-766.577" x="-697.48" xlink:href="#BK"/><use href="#G" y="-657.837" x="-559.43" xlink:href="#G"/><use href="#AB" y="-668.897" x="-566.82" xlink:href="#AB"/><use href="#AE" y="-679.577" x="-552.48" xlink:href="#AE"/><use href="#AF" y="-679.577" x="-552.48" xlink:href="#AF"/><use href="#AG" y="-679.577" x="-552.48" xlink:href="#AG"/><use href="#AH" y="-679.577" x="-552.48" xlink:href="#AH"/><use href="#AI" y="-679.577" x="-552.48" xlink:href="#AI"/><use href="#AJ" y="-679.577" x="-552.48" xlink:href="#AJ"/><use href="#AK" y="-679.577" x="-552.48" xlink:href="#AK"/><use href="#AL" y="-679.577" x="-552.48" xlink:href="#AL"/><use href="#AM" y="-679.577" x="-552.48" xlink:href="#AM"/><use href="#AN" y="-679.577" x="-552.48" xlink:href="#AN"/><use href="#AO" y="-679.577" x="-552.48" xlink:href="#AO"/><use href="#AP" y="-679.577" x="-552.48" xlink:href="#AP"/><use href="#AQ" y="-679.577" x="-552.48" xlink:href="#AQ"/></g><g class="J"><ellipse transform="rotate(329.64 1839.657 -401.068)" ry=".87" rx=".5" cy="-586.295" cx="243.105"/><ellipse transform="rotate(329.64 1839.758 -371.541)" ry=".87" rx=".5" cy="-556.765" cx="243.205"/><ellipse transform="rotate(329.64 1830.453 -376.915)" ry=".87" rx=".5" cy="-562.125" cx="233.905"/><ellipse transform="rotate(329.64 1830.528 -406.434)" ry=".87" rx=".5" cy="-591.655" cx="233.985"/><use xlink:href="#BU" x="94" y="-77"/><use href="#AR" y="-679.577" x="-552.48" xlink:href="#AR"/><use href="#k" y="-665.947" x="-549.63" xlink:href="#k"/><use href="#AS" y="-679.577" x="-552.48" xlink:href="#AS"/><use href="#AT" y="-679.577" x="-552.48" xlink:href="#AT"/><use href="#AT" y="-673.537" x="-562.94" xlink:href="#AT"/></g><g transform="rotate(359.64 94422.891 -81951.531)"><ellipse ry="2.61" rx="4.51" cy="-326.097" cx="-103.621" class="D"/><ellipse ry="2.61" rx="4.51" cy="-327.247" cx="-103.621" class="E"/></g><g transform="rotate(359.64 94398.972 -81937.283)"><ellipse ry="2.61" rx="4.51" cy="-312.147" cx="-127.971" class="D"/><ellipse ry="2.61" rx="4.51" cy="-313.287" cx="-127.971" class="E"/></g><use href="#m" y="-671.637" x="-538.91" xlink:href="#m" class="F"/><use href="#AU" y="-679.577" x="-552.48" xlink:href="#AU" class="G"/><use href="#AV" y="-679.577" x="-552.48" xlink:href="#AV" class="H"/><g class="I"><use href="#AW" y="-679.577" x="-552.48" xlink:href="#AW"/><use href="#AX" y="-679.577" x="-552.48" xlink:href="#AX"/><use href="#AY" y="-679.577" x="-552.48" xlink:href="#AY"/><use href="#BN" y="-766.577" x="-697.48" xlink:href="#BN"/><use href="#BO" y="-766.577" x="-697.48" xlink:href="#BO"/><use href="#Aa" y="-679.577" x="-552.48" xlink:href="#Aa"/><use href="#Ab" y="-679.577" x="-552.48" xlink:href="#Ab"/><use href="#Ac" y="-679.577" x="-552.48" xlink:href="#Ac"/><use href="#BP" y="-766.577" x="-697.48" xlink:href="#BP"/><use href="#Ae" y="-679.577" x="-552.48" xlink:href="#Ae"/><use href="#E" y="-660.577" x="-531.52" xlink:href="#E"/><use href="#G" y="-660.577" x="-531.52" xlink:href="#G"/><use href="#Af" y="-679.577" x="-552.48" xlink:href="#Af"/><use href="#Ag" y="-679.577" x="-552.48" xlink:href="#Ag"/><use href="#Ah" y="-679.577" x="-552.48" xlink:href="#Ah"/><use href="#Ai" y="-679.577" x="-552.48" xlink:href="#Ai"/><use href="#Aj" y="-679.577" x="-552.48" xlink:href="#Aj"/><use href="#Ak" y="-679.577" x="-552.48" xlink:href="#Ak"/><use href="#Al" y="-679.577" x="-552.48" xlink:href="#Al"/><use href="#Am" y="-679.577" x="-552.48" xlink:href="#Am"/><use href="#An" y="-679.577" x="-552.48" xlink:href="#An"/><use href="#BQ" y="-766.577" x="-697.48" xlink:href="#BQ"/><use href="#BR" y="-766.577" x="-697.48" xlink:href="#BR"/><use href="#Aq" y="-679.577" x="-552.48" xlink:href="#Aq"/><use href="#Ar" y="-679.577" x="-552.48" xlink:href="#Ar"/><use href="#As" y="-679.577" x="-552.48" xlink:href="#As"/><use href="#u" y="-657.667" x="-563.59" xlink:href="#u"/><use href="#W" y="-660.577" x="-531.52" xlink:href="#W"/><use href="#At" y="-679.577" x="-552.48" xlink:href="#At"/><use href="#Au" y="-679.577" x="-552.48" xlink:href="#Au"/></g><g class="J"><ellipse transform="rotate(329.64 1853.233 -393.131)" ry=".87" rx=".5" cy="-578.345" cx="256.675"/><ellipse transform="matrix(.86 -.51 .51 .86 437.93 886.87)" ry=".87" rx=".5" cy="-550.305" cx="261.307"/><ellipse transform="rotate(329.64 1844.023 -368.959)" ry=".87" rx=".5" cy="-554.185" cx="247.475"/><ellipse transform="rotate(329.64 1844.103 -398.497)" ry=".87" rx=".5" cy="-583.715" cx="247.555"/><use href="#Av" y="-679.577" x="-552.48" xlink:href="#Av"/><use href="#AR" y="-671.637" x="-538.91" xlink:href="#AR"/><use href="#k" y="-658.007" x="-536.06" xlink:href="#k"/><use href="#Aw" y="-679.577" x="-552.48" xlink:href="#Aw"/><use href="#AT" y="-671.637" x="-538.91" xlink:href="#AT"/><use href="#Ax" y="-679.577" x="-552.48" xlink:href="#Ax"/></g><ellipse transform="rotate(270.573)" ry="8.17" rx="4.72" cy="326.71" cx="-348.152" class="L"/><g transform="rotate(270.36)"><ellipse ry="8.17" rx="4.72" cy="325.271" cx="-345.046" class="M"/><ellipse ry="8.17" rx="4.72" cy="325.254" cx="-340.669" class="N"/><ellipse fill="#777" ry="50.53" rx="29.17" cy="497.926" cx="-216.018"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="211.801" cx="497.868" class="D"/><ellipse ry="2.61" rx="4.51" cy="210.661" cx="497.878" class="E"/><ellipse ry="2.61" rx="4.51" cy="225.61" cx="473.429" class="D"/><ellipse ry="2.61" rx="4.51" cy="224.46" cx="473.439" class="E"/></g><use href="#A" y="-721.577" x="-437.48" xlink:href="#A" class="F"/><use href="#B" y="-721.577" x="-437.48" xlink:href="#B" class="G"/><use href="#C" y="-721.577" x="-437.48" xlink:href="#C" class="H"/><g class="I"><use href="#Ay" y="-808.577" x="-582.48" xlink:href="#Ay"/><use href="#Az" y="-808.577" x="-582.48" xlink:href="#Az"/><use href="#F" y="-721.577" x="-437.48" xlink:href="#F"/><use href="#G" y="-721.577" x="-437.48" xlink:href="#G"/><use href="#H" y="-721.577" x="-437.48" xlink:href="#H"/><use href="#I" y="-721.577" x="-437.48" xlink:href="#I"/><use href="#J" y="-721.577" x="-437.48" xlink:href="#J"/><use href="#BA" y="-808.577" x="-582.48" xlink:href="#BA"/><use href="#BB" y="-808.577" x="-582.48" xlink:href="#BB"/><use href="#BC" y="-808.577" x="-582.48" xlink:href="#BC"/><use href="#N" y="-721.577" x="-437.48" xlink:href="#N"/><use href="#O" y="-721.577" x="-437.48" xlink:href="#O"/><use href="#P" y="-721.577" x="-437.48" xlink:href="#P"/><use href="#Q" y="-721.577" x="-437.48" xlink:href="#Q"/><use href="#R" y="-721.577" x="-437.48" xlink:href="#R"/><use href="#S" y="-721.577" x="-437.48" xlink:href="#S"/><use href="#T" y="-721.577" x="-437.48" xlink:href="#T"/><use href="#BD" y="-808.577" x="-582.48" xlink:href="#BD"/><use href="#V" y="-721.577" x="-437.48" xlink:href="#V"/><use href="#BE" y="-808.577" x="-582.48" xlink:href="#BE"/><use href="#X" y="-721.577" x="-437.48" xlink:href="#X"/><use href="#BF" y="-808.577" x="-582.48" xlink:href="#BF"/><use href="#Z" y="-721.577" x="-437.48" xlink:href="#Z"/><use href="#a" y="-721.577" x="-437.48" xlink:href="#a"/><use href="#b" y="-721.577" x="-437.48" xlink:href="#b"/><use href="#c" y="-721.577" x="-437.48" xlink:href="#c"/><use href="#BG" y="-808.577" x="-582.48" xlink:href="#BG"/><use href="#BH" y="-808.577" x="-582.48" xlink:href="#BH"/><use href="#f" y="-721.577" x="-437.48" xlink:href="#f"/><use href="#g" y="-721.577" x="-437.48" xlink:href="#g"/></g><g class="J"><ellipse transform="rotate(329.64 1941.288 -450.636)" ry=".87" rx=".5" cy="-635.855" cx="344.745"/><ellipse transform="rotate(329.64 1941.389 -421.109)" ry=".87" rx=".5" cy="-606.325" cx="344.845"/><ellipse transform="rotate(329.64 1932.102 -426.478)" ry=".87" rx=".5" cy="-611.695" cx="335.535"/><ellipse transform="rotate(329.64 1932.177 -455.996)" ry=".87" rx=".5" cy="-641.225" cx="335.615"/><use href="#h" y="-721.577" x="-437.48" xlink:href="#h"/><use href="#i" y="-721.577" x="-437.48" xlink:href="#i"/><use href="#j" y="-721.577" x="-437.48" xlink:href="#j"/><path d="M481.55 189.773l25.58-14.77-.21-.12-25.58 14.77z"/><path d="M481.49 189.973l25.64-14.8v-.17l-25.64 14.8z"/><use href="#l" y="-721.577" x="-437.48" xlink:href="#l"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="219.46" cx="511.177" class="D"/><ellipse ry="2.61" rx="4.51" cy="218.31" cx="511.187" class="E"/><ellipse ry="2.61" rx="4.51" cy="233.25" cx="486.738" class="D"/><ellipse ry="2.61" rx="4.51" cy="232.11" cx="486.748" class="E"/></g><use href="#m" y="-721.577" x="-437.48" xlink:href="#m" class="F"/><use href="#n" y="-721.577" x="-437.48" xlink:href="#n" class="G"/><use href="#o" y="-721.577" x="-437.48" xlink:href="#o" class="H"/><g class="I"><use href="#p" y="-721.577" x="-437.48" xlink:href="#p"/><use href="#BI" y="-808.577" x="-582.48" xlink:href="#BI"/><use href="#r" y="-721.577" x="-437.48" xlink:href="#r"/><use href="#s" y="-721.577" x="-437.48" xlink:href="#s"/><use href="#t" y="-721.577" x="-437.48" xlink:href="#t"/><use href="#u" y="-721.577" x="-437.48" xlink:href="#u"/><use href="#v" y="-721.577" x="-437.48" xlink:href="#v"/><use href="#w" y="-721.577" x="-437.48" xlink:href="#w"/><use href="#x" y="-721.577" x="-437.48" xlink:href="#x"/><use href="#y" y="-721.577" x="-437.48" xlink:href="#y"/><use href="#z" y="-721.577" x="-437.48" xlink:href="#z"/><use href="#BJ" y="-808.577" x="-582.48" xlink:href="#BJ"/><use href="#AB" y="-721.577" x="-437.48" xlink:href="#AB"/><use href="#AC" y="-721.577" x="-437.48" xlink:href="#AC"/><use href="#BK" y="-808.577" x="-582.48" xlink:href="#BK"/><use href="#BL" y="-808.577" x="-582.48" xlink:href="#BL"/><use href="#AB" y="-710.897" x="-451.82" xlink:href="#AB"/><use href="#AE" y="-721.577" x="-437.48" xlink:href="#AE"/><use href="#AF" y="-721.577" x="-437.48" xlink:href="#AF"/><use href="#AG" y="-721.577" x="-437.48" xlink:href="#AG"/><use href="#AJ" y="-718.987" x="-437" xlink:href="#AJ"/><use href="#AI" y="-721.577" x="-437.48" xlink:href="#AI"/><use href="#AJ" y="-721.577" x="-437.48" xlink:href="#AJ"/><use href="#AK" y="-721.577" x="-437.48" xlink:href="#AK"/><use href="#AL" y="-721.577" x="-437.48" xlink:href="#AL"/><use href="#AM" y="-721.577" x="-437.48" xlink:href="#AM"/><use href="#AN" y="-721.577" x="-437.48" xlink:href="#AN"/><use href="#AO" y="-721.577" x="-437.48" xlink:href="#AO"/><use href="#BM" y="-808.577" x="-582.48" xlink:href="#BM"/><use href="#AQ" y="-721.577" x="-437.48" xlink:href="#AQ"/></g><g class="J"><ellipse transform="rotate(329.64 1954.667 -443.069)" ry=".87" rx=".5" cy="-628.295" cx="358.105"/><ellipse transform="rotate(329.64 1954.768 -413.542)" ry=".87" rx=".5" cy="-598.765" cx="358.205"/><ellipse transform="rotate(329.64 1945.463 -418.915)" ry=".87" rx=".5" cy="-604.125" cx="348.905"/><ellipse transform="rotate(329.64 1945.538 -448.434)" ry=".87" rx=".5" cy="-633.655" cx="348.985"/><use xlink:href="#BU" x="209" y="-119"/><use href="#AR" y="-721.577" x="-437.48" xlink:href="#AR"/><use href="#k" y="-707.947" x="-434.63" xlink:href="#k"/><use href="#AS" y="-721.577" x="-437.48" xlink:href="#AS"/><use href="#AT" y="-721.577" x="-437.48" xlink:href="#AT"/><use href="#AT" y="-715.537" x="-447.94" xlink:href="#AT"/></g><g transform="rotate(359.64)"><ellipse ry="2.61" rx="4.51" cy="227.48" cx="524.697" class="D"/><ellipse ry="2.61" rx="4.51" cy="226.33" cx="524.707" class="E"/><ellipse ry="2.61" rx="4.51" cy="241.279" cx="500.258" class="D"/><ellipse ry="2.61" rx="4.51" cy="240.139" cx="500.268" class="E"/></g><use href="#m" y="-713.637" x="-423.91" xlink:href="#m" class="F"/><use href="#AU" y="-721.577" x="-437.48" xlink:href="#AU" class="G"/><use href="#AV" y="-721.577" x="-437.48" xlink:href="#AV" class="H"/><g class="I"><use href="#AW" y="-721.577" x="-437.48" xlink:href="#AW"/><use href="#AX" y="-721.577" x="-437.48" xlink:href="#AX"/><use href="#AY" y="-721.577" x="-437.48" xlink:href="#AY"/><use href="#BN" y="-808.577" x="-582.48" xlink:href="#BN"/><use href="#BO" y="-808.577" x="-582.48" xlink:href="#BO"/><use href="#Aa" y="-721.577" x="-437.48" xlink:href="#Aa"/><use href="#Ab" y="-721.577" x="-437.48" xlink:href="#Ab"/><use href="#Ac" y="-721.577" x="-437.48" xlink:href="#Ac"/><use href="#BP" y="-808.577" x="-582.48" xlink:href="#BP"/><use href="#Ae" y="-721.577" x="-437.48" xlink:href="#Ae"/><use href="#E" y="-702.577" x="-416.52" xlink:href="#E"/><use href="#G" y="-702.577" x="-416.52" xlink:href="#G"/><use href="#Af" y="-721.577" x="-437.48" xlink:href="#Af"/><use href="#Ag" y="-721.577" x="-437.48" xlink:href="#Ag"/><use href="#Ah" y="-721.577" x="-437.48" xlink:href="#Ah"/><use href="#Ai" y="-721.577" x="-437.48" xlink:href="#Ai"/><use href="#Aj" y="-721.577" x="-437.48" xlink:href="#Aj"/><use href="#Ak" y="-721.577" x="-437.48" xlink:href="#Ak"/><use href="#Al" y="-721.577" x="-437.48" xlink:href="#Al"/><use href="#Am" y="-721.577" x="-437.48" xlink:href="#Am"/><use href="#An" y="-721.577" x="-437.48" xlink:href="#An"/><use href="#BQ" y="-808.577" x="-582.48" xlink:href="#BQ"/><use href="#BR" y="-808.577" x="-582.48" xlink:href="#BR"/><use href="#Aq" y="-721.577" x="-437.48" xlink:href="#Aq"/><use href="#Ar" y="-721.577" x="-437.48" xlink:href="#Ar"/><use href="#As" y="-721.577" x="-437.48" xlink:href="#As"/><use href="#u" y="-699.667" x="-448.59" xlink:href="#u"/><use href="#W" y="-702.577" x="-416.52" xlink:href="#W"/><use href="#BS" y="-808.577" x="-582.48" xlink:href="#BS"/><use href="#Au" y="-721.577" x="-437.48" xlink:href="#Au"/></g><g class="J"><ellipse transform="rotate(329.64 1968.224 -435.137)" ry=".87" rx=".5" cy="-620.345" cx="371.675"/><ellipse transform="matrix(.86 -.51 .51 .86 474.93 939.23)" ry=".87" rx=".5" cy="-592.305" cx="376.307"/><ellipse transform="rotate(329.64 1959.015 -410.965)" ry=".87" rx=".5" cy="-596.185" cx="362.475"/><ellipse transform="rotate(329.64 1959.095 -440.502)" ry=".87" rx=".5" cy="-625.715" cx="362.555"/><use href="#Av" y="-721.577" x="-437.48" xlink:href="#Av"/><use href="#AR" y="-713.637" x="-423.91" xlink:href="#AR"/><use href="#k" y="-700.007" x="-421.06" xlink:href="#k"/><use href="#Aw" y="-721.577" x="-437.48" xlink:href="#Aw"/><use href="#AT" y="-713.637" x="-423.91" xlink:href="#AT"/><use href="#Ax" y="-721.577" x="-437.48" xlink:href="#Ax"/></g><ellipse transform="rotate(270.573)" ry="8.17" rx="4.72" cy="526.372" cx="-230.9" class="L"/><g transform="rotate(270.36)"><ellipse ry="8.17" rx="4.72" cy="525.55" cx="-228.787" class="M"/><ellipse ry="8.17" rx="4.72" cy="525.523" cx="-224.41" class="N"/></g><ellipse transform="rotate(270.573)" ry="8.17" rx="4.72" cy="259.262" cx="-213.926" class="L"/><g transform="rotate(270.36)"><ellipse ry="8.17" rx="4.72" cy="258.422" cx="-210.464" class="M"/><ellipse ry="8.17" rx="4.72" cy="258.405" cx="-206.086" class="N"/><ellipse ry="8.17" rx="4.72" cy="312.572" cx="-356.407" class="O"/><ellipse ry="8.17" rx="4.72" cy="312.545" cx="-352.039" class="P"/><ellipse ry="8.17" rx="4.72" cy="312.517" cx="-347.662" class="Q"/><ellipse ry="8.17" rx="4.72" cy="462.098" cx="-440.476" class="O"/><ellipse ry="8.17" rx="4.72" cy="462.08" cx="-436.098" class="P"/><ellipse ry="8.17" rx="4.72" cy="462.043" cx="-431.721" class="Q"/><ellipse ry="8.17" rx="4.72" cy="411.061" cx="-275.796" class="O"/><ellipse ry="8.17" rx="4.72" cy="411.044" cx="-271.418" class="P"/><ellipse ry="8.17" rx="4.72" cy="411.006" cx="-267.041" class="Q"/></g><g transform="matrix(.465602 .015088 -.015088 .465602 904.39243 490.06811)"><use xlink:href="#BV"/><path d="M85.037 156.142l5.759.041c1.11.065 2.082.969 2.126 2.098l.025 8.522c.039.721-1.166.554-1.657.862-2.846.783-5.867 1.085-8.794.626-2.484-.421-4.607-2.185-5.651-4.454-1.333-2.833-1.547-6.078-1.219-9.154.293-2.57 1.448-5.087 3.473-6.747 2.184-1.919 5.237-2.623 8.079-2.197a12.93 12.93 0 0 1 5.768 2.204c-.194 1.201-.887 2.343-1.929 2.99-1.866-1.369-4.254-2.122-6.568-1.872a5.36 5.36 0 0 0-4.284 3.858c-.666 2.356-.668 4.88-.252 7.281.337 1.923 1.482 3.89 3.446 4.491 1.86.609 3.847.228 5.729-.063l.065-4.922c.045-.385-.695-.105-1.004-.19-1.009-.055-2.116.194-3.015-.386-.86-.804-.327-2.038-.096-2.99zm24.789 10.032c-.097.386-.289.772-.579 1.157-.193.386-.482.675-.772.868-1.254-.096-2.315-.772-2.99-1.929-1.157 1.254-2.894 2.026-4.63 2.026-1.64 0-2.894-.482-3.762-1.447-.772-.965-1.254-2.122-1.254-3.376 0-1.833.579-3.183 1.736-4.051 1.35-.965 2.894-1.447 4.533-1.35l2.797.096v-.965c0-1.736-.772-2.508-2.411-2.508-1.157 0-2.797.386-4.919 1.157-.675-.772-1.061-1.833-1.061-2.894a17.24 17.24 0 0 1 6.945-1.447c1.447-.096 2.797.386 3.955 1.35.965.868 1.543 2.219 1.543 4.051v6.559c-.097 1.447.193 2.219.868 2.701zm-8.102-.772c1.254-.096 2.411-.579 3.183-1.543v-2.797c-.772-.096-1.64-.096-2.411-.096-.772-.096-1.447.193-2.026.675-.482.482-.675 1.061-.675 1.736a2.62 2.62 0 0 0 .579 1.64c.386.193.868.386 1.35.386zm10.706-11.478c.097-.386.289-.772.579-1.157.193-.386.482-.675.772-.868 1.64.193 2.894 1.35 3.376 2.894.868-1.929 2.219-2.894 4.148-2.894.579 0 1.254.096 1.833.193 0 1.35-.289 2.604-.965 3.762-.482-.096-.965-.193-1.447-.193-1.35 0-2.315.675-3.183 2.122v10.224l-1.929.193c-.675 0-1.35-.096-2.026-.193v-10.803c0-1.543-.386-2.604-1.157-3.28zm25.658 12.25c-.096.386-.289.772-.579 1.157-.193.386-.482.675-.772.868-1.254-.096-2.315-.772-2.99-1.929-1.157 1.254-2.894 2.026-4.63 2.026-1.64 0-2.894-.482-3.762-1.447-.772-.965-1.254-2.122-1.254-3.376 0-1.833.579-3.183 1.736-4.051a6.73 6.73 0 0 1 4.437-1.35l2.797.096v-.965c0-1.736-.772-2.508-2.411-2.508-1.157 0-2.797.386-4.919 1.157-.675-.772-1.061-1.833-1.061-2.894a17.23 17.23 0 0 1 6.945-1.447c1.447-.096 2.797.386 3.955 1.35.965.868 1.543 2.219 1.543 4.051v6.559c0 1.447.386 2.219.965 2.701zm-8.102-.772c1.254-.096 2.411-.579 3.183-1.543v-2.797c-.772-.096-1.64-.096-2.411-.096-.772-.096-1.447.193-2.026.675-.482.482-.675 1.061-.675 1.736a2.62 2.62 0 0 0 .579 1.64c.386.193.868.386 1.35.386zm12.056.675c-.965-1.447-1.447-3.472-1.447-6.077s.579-4.63 1.833-6.077c1.061-1.35 2.701-2.219 4.437-2.219 1.64 0 3.183.579 4.341 1.64.579-.772 1.543-1.254 2.508-1.35.386.193.675.579.868.868.193.386.386.675.579 1.157-.579.482-.868 1.447-.868 2.797v9.067c0 3.376-.579 5.787-1.64 7.234s-2.99 2.122-5.498 2.122c-1.929 0-3.955-.386-5.787-1.061 0-1.061.289-2.122.965-2.894 1.35.675 2.797.965 4.341.965 1.447 0 2.411-.386 2.894-1.061a4.66 4.66 0 0 0 .772-2.99v-1.254c-1.157.965-2.508 1.543-4.051 1.543-1.736-.096-3.376-.965-4.244-2.411zm8.199-2.604v-7.427c-.675-.772-1.736-1.254-2.797-1.35-.868 0-1.736.579-2.122 1.35-.579 1.254-.868 2.604-.772 3.955 0 1.736.193 2.99.675 3.762.289.675 1.061 1.157 1.833 1.254 1.35 0 2.508-.579 3.183-1.543z" class="K"/><g fill="#45c8ff"><use xlink:href="#BW"/><circle cx="123.426" cy="120.26" r="9.646"/></g><use xlink:href="#BV"/><path d="M170.69 161.351h-8.97c0 1.061.289 2.026.868 2.894.482.675 1.35 1.061 2.604 1.061a11.16 11.16 0 0 0 4.244-1.157c.675.675 1.061 1.543 1.157 2.411-1.833 1.254-3.955 1.929-6.173 1.833-2.411 0-4.148-.772-5.209-2.315s-1.543-3.569-1.543-6.077.579-4.533 1.736-6.077 2.99-2.411 4.919-2.315c2.122 0 3.762.675 4.919 1.929 1.157 1.35 1.833 3.087 1.736 4.919 0 .965-.096 1.929-.289 2.894zm-6.173-6.848c-1.736 0-2.701 1.35-2.797 3.955h5.594v-.386c0-.868-.193-1.833-.675-2.604-.482-.675-1.35-.965-2.122-.965z" class="K"/><path d="M123.041 70.199c-1.447 0-2.894.289-4.148.868L76.259 89.973c-.772.289-1.157 1.254-.868 2.026 0 .096 0 .096.096.193l6.848 13.504h5.98l-.868-4.726-1.254-5.016 19.967 6.27c.289 1.254.579 2.411 1.061 3.472h32.313c.386-1.061.675-2.219.868-3.472l19.87-6.173-1.254 5.016-.868 4.726h5.98l6.752-13.407.096-.096.096-.193c.096-.193.096-.289.096-.482 0-.675-.386-1.254-.965-1.543l-42.634-18.905c-1.543-.675-2.99-1.061-4.533-.965z" fill="#ff9329"/><path d="M123.041 79.073c-1.447 0-2.894.289-4.148.868L76.259 98.847c-.772.289-1.157 1.254-.868 2.026 0 .097 0 .097.096.193l3.665 7.331h7.909l-.965-3.569 11.285 3.569h51.508l11.285-3.569c-.386 1.157-.675 2.508-.965 3.569h7.909l3.665-7.234.096-.097.096-.193c.096-.193.096-.289.096-.482 0-.675-.386-1.254-.965-1.543l-42.634-18.905c-1.447-.579-2.894-.868-4.437-.868z" class="K"/><path d="M171.076 109.457c0 .193 0 .289-.096.482l-.096.193h0l-.096.097-10.321 20.449c-1.447 2.797-4.051 2.701-3.665-.096l2.122-11.575 1.254-5.016-19.87 6.173c-3.087 20.352-29.902 20.642-34.242 0l-19.967-6.27c.579 1.929 1.157 4.63 1.254 5.016l2.122 11.575c.482 2.894-2.219 2.99-3.665.096l-10.417-20.545c0-.096-.096-.096-.096-.193-.386-.772 0-1.736.772-2.026L118.7 88.912a11.05 11.05 0 0 1 8.585 0l42.634 18.905c.772.386 1.157.965 1.157 1.64z" fill="#ff9329"/><g class="K"><use xlink:href="#BW"/><circle cx="123.426" cy="120.26" r="9.646"/></g></g></g><defs><clipPath id="BX"><path fill="url(#BY)" d="M-212.116-582.122c.703.708 1.879 1.18 2.583 1.917.465.465 1.87 2.121 1.162 1.883-2.111-.932-6.08-7.317-7.27-.485-.476 3.537 11.028 3.164 11.726 3.402 2.819.239 5.159 2.364 8.209 2.605 1.408.235 2.821-.942 4.462-.935 4.46.236 11.493 2.369 15.479 4.031 1.406.465 7.026 7.777 6.294 8.961-1.902 3.063-2.567-9.432-7.734-8.024-.993.222-1.473.548-1.647 1.054a14.19 14.19 0 0 0-.696-1.728c-.235-.473-.705 1.414-1.172 1.179-.706-.467-.001-1.881-.699-2.118-1.649-.237-3.294 1.167-5.165 1.168-1.879-.239-2.811-3.071-4.69-3.31a6 6 0 0 0-3.972.939c-.232.238.046 1.409-.472 1.176-1.404-.705-2.338-2.356-3.751-3.07a20.11 20.11 0 0 0-5.391-1.186c-.94.03-1.878.701-2.816.471-3.017-.483-5.627-2.609-8.917-2.843a2.22 2.22 0 0 0-2.136.459c-5.683 9.889 6.317 6.609 6.786 8.725.474 1.656-2.114 3.3-1.178 4.711.472.985 2.349-.696 3.517-.464a10.8 10.8 0 0 1 4.69 3.31c.702.978-2.111-.932-3.28-1.184a20.82 20.82 0 0 0-6.571-.247c-.702-1.888 1.183-4.241.009-5.893-1.176-1.413-3.515-.707-5.391-1.186-1.176-.472-2.117-1.412-3.288-1.414-2.111-.012-1.183 5.181.699 6.121 1.404.715 3.516-2.345 4.452-.935 1.648 2.368-4.934 7.064-5.869 7.534-1.178.709-5.165 1.168-3.761 1.883 1.412.955 3.515.717 5.161 1.183.938.24 1.875 1.66 3.055 1.652.94-.03 1.648-1.644 2.588-1.645 1.874-.231 7.498 2.609 8.675 4.021a14.61 14.61 0 0 1 1.323 4.089c-1.7-3.067-4.769-6.059-6.95-6.688-2.584-.707-5.167 1.408-7.744.931-1.408-.235-6.799-4.492-8.444-3.078-8.939 9.424 4.682 1.849 3.972 5.874-.469 1.876-3.752-.008-5.39.695-.703.233.226 2.354-.472 2.116-.938-.23-1.484-1.653-2.187-1.42s.226 1.423-.239 1.889c-.235.468-1.175.468-1.18.939-.237.708 1.174 1.653.471 1.886-1.881.941-4.69-.238-6.108 1.409-.795 1.106.928 2.391 2.731 3.073-5.815-.672-9.553 3.761-11.659 6.381-.232.238-5.396 3.287-4.933 4.002 2.344 3.776 19.712-3.04 20.185-2.325.936 1.41-3.521 1.875-3.297 3.529.046 1.409 2.35 1.185 3.518 1.417s2.424-.229 3.6.244c.238.232-.985.472-.97.942.238.232.706.467.938.24s.614-.49.977-.712a2.06 2.06 0 0 0 .038 1.179c1.637 5.43 8.22.484 6.803 4.012-2.595 6.367-6.806.221-8.922 5.652-.924 2.351 1.085 7.539-1.501 8.953-.978.702-.928-8.254-.698-8.252.481-3.067 6.425-5.211 3.609-8.721-.929-1.181-2.647-1.415-4.063-1.869-6.332-2.126-2.121 8.953-2.128 10.604.015.47-1.166-.472-1.402-.955-.466-1.416.003-3.302-.703-4.72-2.334-3.776-6.57 1.644-7.943 1.878-7.049.459-.252-7.776-6.791-8.264-3.009-.243-.249 6.832 3.502 8.961a29.72 29.72 0 0 0 6.328 2.606c1.646.477 5.635-1.183 4.7.238-.947 1.652-4.928-.471-5.405 1.176-.709 1.884 3.063 1.902 4.219 3.305.235.473.464 1.646.001 1.881-.71.023-.706-1.408-1.174-1.643-1.174-.712-2.817-.479-3.748-1.419-.704-.718.001-2.121-.702-2.839-.702-.978-2.347-.474-3.282-.944-1.412-.955-3.279-4.246-5.148-4.486-.468-.235-.232 2.119-.707 1.654-.699-1.188.006-2.602-.463-3.777-.235-.473-1.404-.705-1.639-.237-.244 1.419 1.632 2.829.929 3.972-.947 1.642-3.524 1.165-4.927 2.341-.235.478 7.504 3.079 7.504 3.079a16.38 16.38 0 0 1-5.856-.721c-1.176-.472-1.878-3.301-3.086-2.591-1.888.702-.948 3.773-2.126 5.422-.708.703-2.815-.719-3.054.229-2.357 6.6 12.443 1.428 10.312 7.32-1.179 3.77-9.373-5.199-11.253-3.317-.473.235.703.708.472.985-.235.468-1.173.228-1.408.706-.97.942 3.507 5.419 4.449 6.369.703.708 1.634.707 2.337 1.415.476.475.944 1.65.466 1.416-.93.03-1.162-1.883-1.874-1.65-1.64.944-1.887 3.533-3.527 4.467-.935.471-9.142-2.375-7.979 3.26.461 1.886 3.99 1.181 4.692 3.07.462.986-2.347-.474-3.289-.234a5.45 5.45 0 0 0-2.819.702c-.463.235-.23.938-.472 1.176a1.67 1.67 0 0 1-.783.235c4.261-.048 7.476-.873 11.347.953.47-.015.929 1.181.466 1.416-5.904 3.063-18.041-.976-20.425 7.275-.244 1.419-1.179 2.83-.713 4.245.233.703 2.113-1.179 2.346-.466 1.173 3.774-2.815 2.352-2.59 2.825 1.177 2.353 5.624 5.901 5.389 6.369-3.297 7.541-7.028-2.604-9.855.93-1.175 1.409 4.178 5.428 4.688 5.421 1.403-.226 2.581-1.875 4.226-2.348.473-.235 1.403-.236 1.409.245-.251 8.012-4.233 3.999-7.753 1.872-1.642-.947-5.632 1.873-5.164 2.108 1.174.712 4.702-.933 4.23.243-.715 1.414-3.522-.006-4.7.703-.705.473-1.172 2.119-.472 2.116 2.587.476 5.162-1.878 7.944-1.868 1.168.232 3.983 1.872 2.81 2.12-.935.471-13.844-2.383-11.499 4.225.694 1.658 2.81 2.13 3.977 3.543.468.235.937 1.42.466 1.416a13.27 13.27 0 0 1-4.215-2.865c-.939-1.18-1.402-2.826-2.339-4.246-.24.008.023.71-.237.708-.473.235-1.404-.705-1.408-.235-.909 2.811-.684 4.525.07 5.571-1.1-.595-1.873-.68-1.991.315.002 3.772 9.14 8.809 7.962 13.529-.902 3.031-4.462 1.875-6.345 3.047-.463.235-.97.952-.472 1.186 1.644.707 4.695-.232 5.159 1.424s-2.818 2.583-4.223 2.138c-1.879-.239-2.575-2.598-3.982-4.013-.466-.475-1.637-2.358-1.877-1.41-.472 2.116 7.965 7.746 6.563 8.022-2.819.702-4.929-2.372-7.739-2.611-.468-.235-2.116-.472-1.884.231 1.175 2.603 3.75 4.251 5.387 6.609.472.985 1.408 3.306 1.877 2.36.707-1.644-2.104-4.714-.466-5.418 5.919-2.583 3.986 5.664 4.192 5.867 1.182.962 3.757-.462 4.223.954.474 1.646-1.412 3.047-2.587 4.466-.232.238-.94.031-.933.24-.245.468.228 1.173.702.978 4.229-2.578 1.172-6.121 8.209-1.397.708.237.053 1.649.469 2.126.708.237.234-1.418.707-1.654s.038 1.179.468 1.175 1.178-1.639.963-1.172c-.004 1.411-2.125 3.291-1.186 4.471.942.97.946-3.533 2.115-3.29 1.879.239 2.108 3.303 3.75 4.251.706.467 2.113-.239 2.583-1.174.474-1.416-1.873-3.781-.693-4.72 1.64-.944 4.453.006 4.922 1.842.704 1.658-2.35 2.828-3.057 4.471-.235.478.704 1.658.234 1.653-8.959 1.401-.467-3.297-8.448-1.657-.7.023-1.175 1.409-.709 1.884 2.349 1.175 7.036 3.774 9.624 2.129 1.41-.936 2.584-5.176 3.05-3.761.824 1.654-2.152 3.071-2.429 4.711-3.431.641-1.524 2.05-8.128-1.668-1.414-.705-7.512-1.187-7.282-.244.007.23 3.277 5.427 4.926 5.663.23-.007 13.901-3.282 7.503 2.128-.705.473-1.169-1.173-1.877-1.41a27.76 27.76 0 0 0-4.46-.246c-.232.238.241.943.023.71-1.409-.245-2.815-1.66-4.218-1.424-.71.023-.004 1.411.459 2.126.475.465 2.821.909 2.111.932-2.819-.239-9.377-4.699-6.562-2.129 1.407 1.415 4.223.944 5.155 2.835.702 1.888-8.455 4.936-3.997 4.472 2.354-.236 4.225-1.137 6.343-1.876.7-.023.947-1.652 1.645-1.414 1.166.472 3.977 3.543 1.161 4.965-2.111.939-5.631-.248-6.573 1.874-2.119 3.771 6.807.72 9.391.486 1.173-.238 3.987-.469 3.517.476-1.647 2.595-7.278 1.406-9.39 2.305-.473.235 1.404.705.929 1.181a6.6 6.6 0 0 1-3.753 2.123c-2.344.226-5.397.175-5.868.46-.232.238-4.227 1.408-2.112 3.07.939 1.18 3.282.004 4.453.946a4.65 4.65 0 0 1 .695 3.539c-.232 1.178-3.29 2.828-1.894 3.303 1.634.707 3.281-1.887 5.164-2.118.7-.023.699 1.178 1.407 1.415 1.869 1.18.955-1.412 1.878-1.642.473-.235.468 1.175.932.97.985-.472.924-2.351 1.917-2.593.935-.471 3.054-.229 2.815.719-.712 2.114-5.4 1.636-5.644 3.995.015.47.938.24 1.414.705 1.407 1.425 1.398 4.247 3.27 5.197.238.232.977-.712 1.175-.468.241.943-.01 8.955 3.514 7.78 7.278-2.347.7-4.025 3.3-8.711-.376-.168-.772-.345-1.176-.482-.936-.47-3.755-.709-2.814-.709 2.116-.469 6.327 1.666 6.098-.458-.038-1.179-2.57-6.13-2.8-6.133-.706-.477-2.358 1.647-2.121.939.47-.946 1.645-1.414 1.645-2.354-.231-1.884-3.74-5.192-1.859-5.193.23-.007.233.713.466.475s-.053-1.649.232-1.178c2.154 4.723 4.212 9.869 8.448 13.684 0 0 6.565 5.9 7.277.715-.031-.94-2.346.466-3.289-.234-1.169-1.183-3.041-3.073-2.341-4.927.474-1.416 1.41 3.066 2.814 3.771a4 4 0 0 0 3.287.484c1.639-.053-4.448-9.441-4.914-10.847-.235-.473 4.225 6.867 4.915 7.785.466.475 1.645 1.658 1.639 1.188.245-4.48-3.268-6.367-4.673-9.904-.235-.473.962-1.182 1.41-.946.008.24 3.223 6.839 3.223 6.839 1.877.479 3.752-.932 5.395-1.175.47-.015 1.174.712 1.178.232-1.17-3.064-3.75-5.181-5.386-7.83-.709-1.178-3.282-4.016-1.873-3.771 2.347.474 6.332 10.14 9.131 11.32 5.87 2.371-9.395-12.032-.922-11.786 13.153.494-3.062 4.942 4.917 7.555 1.646.477 3.056-1.41 4.466-2.356.705-.463 2.581-.934 2.344-2.077a.75.75 0 0 0-.077-.228c.353.409.675.749 1.023.707 3.287-.467 6.413-.938 5.95-1.644-.936-1.42-3.123-1.9-4.109-3.309a3.44 3.44 0 0 1 .085-2.004c1.564 3.191 3.121 3.701 7.976 2.533 1.403-.236 3.972-.939 3.516-2.355-.234-1.653-3.055-1.652-4.687-2.6-.238-.232-.936-.47-.703-.708 1.173-.228 11.267-3.047 10.846-4.934-.704-1.648-2.343-2.826-2.817-4.481-.231-.943.94-1.881.909-2.821-.016-.48-1.4-6.138-.233-4.715.475.465 3.731 15.087 4.911 11.077.479-1.877-2.116-3.533-1.864-5.653s2.584-4.236 1.885-6.364c-.464-1.646-2.085-2.594-2.339-4.246-.233-.703.712-2.114 1.177-1.649 1.402.955 1.4 3.066 2.146 4.483.235.473.228 1.183.696 1.418 3.514 3.778 6.571-.703 10.558 2.84.706.477-.009 1.891.464 2.596.932 1.891 5.396.716 5.868-1.401.477-1.656-2.573-2.838-2.807-4.491-.232-.993 2.126-8.483 5.167-5.41 3.287 3.545-3.078 15.558 2.809 8.253 4.933-6.163 1.413-4.238.709-6.837-1.115-3.536 1.877.479 1.876-.461s-.694-1.648-.464-2.596c-.03-.94.239-1.889.932-2.121 1.175-.468 3.054-1.17 3.522.006.86 1.223.608 2.702.308 4.242-.328-1.16-.702-2.198-.546-1.413a7 7 0 0 1 .387 2.359c.008.24-.135.465-.157.705.015.47-.71.943-.707 1.654a7.56 7.56 0 0 0 .933 3.772c.235.473.47-.946.707-1.654-.02-.61-.092-1.288-.155-1.996a1.64 1.64 0 0 0 .621.32c1.649.237 1.419-3.768 3.064-4.241 2.348-.706 1.63 7.071 3.981 6.134 4.949-1.641-7.017-20.784.96-14.849.933.71-.712 2.124-.712 3.025l1.864 5.663c.235.473 3.515 4.719 4.22 4.246 1.885-1.412 3.758-3.524 3.761-5.885-.038-1.179-2.078-2.364-1.162-2.834 1.41-.936 3.518.486 5.393.015.47-.015 1.18-.939.705-1.414-4.451-5.199-6.324-2.797-5.142-11.089-.023-.7-1.176-1.413-.704-1.648 3.757-.462 3.07 2.122 5.125 3.776 1.875 1.66 5.398-.465 6.088 2.604.233.713-.955 1.412-.702 2.124.225.473.933-.24 1.401.005.24-.008.015.47.023.7.238.242.706.477.938.24.707-1.654.708-3.765 1.415-5.419.947-1.652 2.82-2.823 3.757-4.474.242-.238-.698-.238-.703-.708.239-1.889-.222-3.765.247-5.651.237-.708 1.404.705 1.641-.003s-.929-1.491-.929-2.431a5.56 5.56 0 0 1 .702-2.124c1.649-2.825.467 2.356 1.881.94 1.41-.946.703-4.245 2.346-4.478 1.413-.236 1.877 2.36 2.123 3.773.233.713-1.412 2.117-.712 2.124 1.409-.046 2.347-2.587 3.763-2.123 6.335 1.906-8.24 8.791 4.442 7.4 2.344-.236 7.986-2.42 8.459-5.727.235-1.408-1.405-2.596-1.871-4.012-.233-.703-.467-2.356.232-2.119 1.644.707 1.878 3.301 3.516 3.538s2.821-1.872 4.229-2.578c.473-.235 1.178-.709 1.173-.238-.001 2.121-1.887 7.545-.244 6.361 1.413-1.176 2.12-2.82 3.294-4.239.465-.465 1.175-1.409 1.17-.938.935 2.601-5.416 11.622 2.8 10.455 1.411.004.01-4.002 1.654-4.236 1.403-.236 1.637 2.358 2.333 3.766.233.713-.004 2.361.937 2.361 13.149-1.156-4.676-15.857 5.882-11.146 3.04 1.182 2.102 6.215 2.575 5.98 1.643-1.184 2.579-3.145 4.23-4.079.707-.713 2.113-.239 2.821-.942.465-.465-1.172-1.883-.469-2.126 1.169-.038 3.041 3.073 3.283 1.895.469-1.886-1.635-3.539-2.339-5.187-.238-.232-.015-.47.235-.468 1.403-.236 3.602-.937 4.773.005 1.399 1.175.925 3.532 1.176 5.425.228 1.173 2.105 1.653 2.333 2.826.023.71-1.401-.005-2.103.238a29.58 29.58 0 0 0-4.78.695c-2.348.706-2.341.306-4.687.782-2.584.224-.237 1.649-1.185 2.35s-2.811.001-3.051.939c.03.94 2.116-.469 2.589.236 1.873 2.841-.756 7.548.919 7.974 3.287.484 3.055-3.291 5.637-4.185.705-.473 2.199-2.833 1.94-1.884a59.77 59.77 0 0 1-3.372 4.942c-.232.238-.703.233-.985.472-.237.708 6.642 1.185 7.813 1.188.993-.232 1.649-2.825 1.917-2.583 1.402 2.826.237 7.306 1.157 7.306 2.349.234 6.115-5.201 6.582-2.825 1.403-.226 3.28.244 4.69-.692.985-.472.756-7.548 1.187-6.602 2.801 7.083-.015 4.473 1.157 7.306.233.713-.238 2.829.705 2.599 1.405-.476 1.177-2.589 2.347-3.538.475-.466 1.881-.931 2.114-.229.236 1.413-2.122 3.07-1.413 4.238 1.402 1.896 10.32-1.395 10.563-1.633a23.83 23.83 0 0 1 .706-3.535c.985-.472 3.288-2.588 2.818-1.642-.474 1.416-1.407 2.587-1.879 3.763-.235.478-.474 1.416-.244 1.419a12.58 12.58 0 0 0 5.875-2.111c.465-.475.232-2.119.94-1.881.7-.023-.474 2.357-.001 2.121 1.64-.944 2.587-2.595 3.522-4.006.235-.468-.228-1.173.242-1.178.463-.235.699 1.178 1.172.963s-.706-1.408-.233-1.643a10.51 10.51 0 0 1 4.695-.232c.698.238.936 1.42 1.402.955.97-.942.479-2.827 1.413-4.238 5.646-8.247 1.173-.238 7.041-1.639 1.643-.233 2.35-2.197 3.761-3.123.985-.472 2.354-.236 3.051-.939.475-.476-.702-.978-.936-1.42-.007-.23.24-.938.47-.936 1.646.467 2.813 1.91 4.461 2.127.23-.007 5.402-1.876 5.402-1.876 1.404.705 1.635 3.539 3.271 3.066 1.884-.231 2.122-3.07 3.297-4.469 1.172-1.179 2.81 2.12 2.579-.704a12 12 0 0 0-.93-4.322c.71.917 1.429 1.795 2.35 1.495a2.75 2.75 0 0 0 1.802-1.809 1.84 1.84 0 0 0 .073.398c.471 1.886 3.748 2.36 3.512 4.008.003 1.651-3.519.704-3.986 2.35-.48.946 2.106.472 2.807 1.42.466.475 4.672 11.405 8.197 8.109 3.295-3.298.245-3.85-.239-7.386-.234-1.653 3.065 1.962 3.279 3.616.228 4.245-4.226 2.348-.007 4.713 4.221 2.134 4.466-7.298 8.689-6.345 1.406.475.229 3.064-.007 4.713.023.71-1.17.938-1.177 1.649.232 2.824 3.519 3.308 5.634 1.889.705-.463-.001-2.821 1.182-3.04 2.111.002 2.808 3.301 4.913 4.013.946.48 1.648-1.644 2.586-1.404.706.467.702 1.888 1.407 2.356s.239-1.889.709-2.824.464 2.586 1.165 3.534c.468.235 6.336.715 7.505.957.938.24 1.644 1.648 2.583 1.917 2.579.237 5.244-2.111 7.588-1.407.7-.023-.97.942-.705 1.414a7.71 7.71 0 0 0 3.28 1.184c3.986 1.662-.702-1.888 3.054-2.1 1.173-.238 1.874 1.65 3.055 1.652a4.2 4.2 0 0 0 2.819-.702c.232-.238-.228-1.183.239-.948.7-.023.694 1.658 1.407 1.425a9.73 9.73 0 0 0 3.76-3.774c.227-.708-.939-2.121-.239-2.113 1.649.237 3.055 1.652 4.461 2.127.698.238 1.402.955 1.876.469.705-1.414-.938-4.242.71-4.946 1.88-.941 3.978 5.424 5.387 3.828 1.177-1.649.245-4.48 1.888-5.654 4.463-3.056 2.807 4.481 5.623 4.02 5.175-1.168-1.395-7.549.714-6.366.943.71 2.804 7.783 5.393 4.958a8.68 8.68 0 0 0 2.586-4.476c.923 1.301 1.99 2.437 4.459 1.426.935-.471-.463-3.777.473-3.297 1.404.705.222 4.995 1.866 4.482 1.883-.241.475-4.478 2.353-5.189 1.418-.706 2.82 2.13 4.459 2.367.938.24 1.925-2.354 2.348-1.647.235.473-.705 1.414-.237 1.649 1.645 1.658 5.873-1.241 5.634-3.364-.224-2.594-5.158-.483-7.268-1.665-3.285-1.654-7.264-4.017-9.374-7.08-1.635-2.598-5.145-7.787-6.087-9.678-.233-.703.712-2.114-.226-2.354-1.416-.474-3.766 2.353-4.232.938-.696-1.418 3.941-1.879 3.295-3.298-.466-1.416-11.501.453-12.905-.252-4.221-2.134-1.865-6.603-8.207-3.786-1.648.704-3.531 5.887-6.104 4a12.86 12.86 0 0 1-3.75-4.251c-.472-.985.232-2.119-.232-2.834-.942-.97-3.031-.902-3.983-1.872-1.176-1.413 3.757-1.402 5.158-.457 1.174.712.932 2.831 2.108 3.303 4.925 2.842 3.514-.234 7.043-.939a8.52 8.52 0 0 1 4.22.243c1.406.475 1.631 4.95 4.455 2.857 1.18-.939 2.82-2.823 2.114-4.241-.931-1.881-14.772-5.675-16.408-7.092-2.813-1.91 2.588-2.585 1.649-3.765-1.174-1.653-9.62-1.689-9.379-2.608 1.645-5.426 7.966 2.833 11.497.958.463-.235-.468-1.175-.046-1.409 1.65-.944 7.019.483 7.756-4.253.239-1.889-3.752-4.011-2.339-5.187 1.405-1.416 3.283 1.895 4.682 3.07.476.475.466 1.416.941 1.88 1.87 1.19.705-4.475 1.647-6.597-.015-.47.946.48 1.172.963l-1.417 6.589c3.042 4.964 18.765 6.636 23.23 2.399 6.347-6.359-3.505-9.672-6.551-12.264a.86.86 0 0 1-.233-.713c-.702-.978-.939-2.121-1.877-2.36s-1.878.711-2.819.702c-.228-.233.238-.698.242-1.178-.003-1.651.476-3.527-.463-4.707-1.645-1.658-12.437.923-8.204-3.076 2.587-2.595 11.478 6.852 12.198 1.906.234-1.418-.935-2.601-1.643-3.779-2.565-6.61-1.403-3.777.476-2.587.238.232.467-.706.232-1.178l-4.212-4.016c-.698-3.309-.685-12.494 2.591-5.887.704 1.648.232 3.764.456 5.418a12.9 12.9 0 0 0 .467 2.046c.173-.206.347-2.252 1.878-.391.702.978.926 10.365.924 10.606.03.94-2.12 5.892-.009 6.834 4.924 1.892 6.335-2.116 9.372 6.38.238 1.183-.243 8.252.461 8.99 1.402.955 3.747-.472 4.693.948.699 1.178-1.414 2.357-1.649 3.765-.242 1.178.696 5.42-.253 7.312-3.533 7.068-5.884 12.007-1.91 19.792 2.341 4.927 7.269 3.546 9.388-.224 1.419-2.827 5.683-9.889 4.942-6.824-.712 2.114-6.588 9.418-5.622 11.768 1.172 2.834 4.688 5.431 7.744 3.081 9.868-7.323-1.873-3.771 1.884-7.305.475-.466 1.169 1.183 1.871.94.94-.03-1.869-1.18-1.632-1.888.467-.706 2.341.004 2.108-.709-.03-.94-2.344-.704-2.344-1.925.237-1.649 5.867-.19 5.637-2.354-.236-1.413-3.753-.949-3.518-2.357s4.46.246 4.227-1.408c-.105-.467-.567-.832-1.169-1.183.773.095 1.423.064 1.643-.233.955-1.412-.933-3.772.242-5.181.7-.943 2.81 1.18 3.75.239 1.413-1.176.944-3.292 1.413-5.178-.008-.24.71-.943.239-.948-1.876-.469-3.983-.952-5.633-.008-1.638.703-1.91 2.823-3.292 3.999-.232.238-.935.471-.933.24.48-4.958 3.53-7.778 7.989-9.414.702-.243 1.643-.233 2.586-.474a4.22 4.22 0 0 0 1.638-.703c-1.168-.232-11.739 2.381-7.74-1.43 1.173-1.169 4.7-.693 4.226-2.348-.702-1.888-4.22-.243-5.629-1.418-.936-.47 1.876-.471 2.819-.702 1.405-.476 3.054-.229 3.756-1.412 1.177-1.649-1.129-3.966-2.575-5.66-.228-.233-1.639-.237-1.404-.705.475-.476 1.646-.474 1.64-.944a6.89 6.89 0 0 0-2.339-4.246c-.703-.708-2.576.464-2.577-.477.004-1.411 2.818-1.642 2.581-3.085.007-1.651-2.085-2.604-2.809-4.251-.699-1.178-.232-2.824-.928-4.242-1.645-2.598-7.05-1.422-8.918.219-.97.942-1.174 2.359-2.112 3.07-.473.235-1.878.711-1.643.233.235-1.408 1.402-2.117 2.35-2.818 1.172-1.179 3.286-1.417 4.223-3.058.237-.708-2.807-1.42-1.875-1.66 5.167-1.398 8.906 5.915 11.267-3.047a4.37 4.37 0 0 0-.461-1.886c-2.333-7.779-1.634-5.65-7.74-5.432-.94.03-1.639-1.178-2.571-.917-1.653.234-3.297 3.539-4.696 2.353-1.652-.947-.939-3.972.004-5.423.97-.942 3.055 1.662 4.025.71 2.35-2.818-5.858-4.483-6.562-6.131-.233-.713 5.637 1.658 6.072 2.124 1.172.963.932 2.831 1.638 4.249 2.093 2.834 3.749-.702 6.328-.465.71-.023 8.674 6.152 8.221-1.637a100.1 100.1 0 0 0-7.885-9.279 7.49 7.49 0 0 0 .392-.863s-4.445-8.731-3.976-10.617c.238-.698 1.646-.464 2.111.012 1.407 1.415-.24 4.01.461 5.888a3.71 3.71 0 0 0 1.645 1.658c.228.233.933-.24 1.168.232.472.985-.004 2.361.467 3.297 2.335 5.667 8.952-1.631 10.093-1.628 1.879.239 3.741 3.07 5.154 1.894.473-.235-.917-11.316-.915-11.556a6.75 6.75 0 0 1 .708-3.765c-.015-.47.702-1.173.977-.712.227 2.364-.969 15.79 1.618 16.266 1.409.245 4.002-8.944 7.981-5.641 3.086 2.601 2.567 10.372 5.393 12.032 1.639 1.178 4.972-.942 5.626.718.474 1.646-3.515.224-5.397.175a5.32 5.32 0 0 1-1.174-.712c-.007-.23-3.965-12.738-6.301-9.201-2.351 4.008 1.854 17.679 5.131 19.094 1.414.715 3.294-.227 4.935-.22 1.169-.038 2.809.239 3.995-.23.232-.238-.229-3.064 1.412-2.127 1.174.712 5.624 5.901 7.505 4.97 5.631-2.824 1.871-4.003 3.765-7.306.47-.946 5.628-.463 4.458-3.526-.469-1.185-2.571-.917-3.513-1.887-.238-.242-4.213-8.968-4.675-8.733-3.526 1.415-4.004 5.182-5.176 8.242-.242 1.178-1.887 3.533-1.917 2.593-.234-1.653 4.743-8.008 4.244-10.143-.466-1.416-2.818-2.36-2.814-3.771.008-3.772 5.63-.703 6.344-3.057.464-1.416-3.086-2.591-2.344-3.776.97-.942 2.34 2.125 3.521 2.127a3.48 3.48 0 0 0 3.281-1.877c.947-1.652-1.637-5.43.249-5.891s.23 3.995 1.394 5.658c.936 1.41 9.462 3.315 9.227 4.704-.011 2.121-1.907 11.548 4.675 8.733 2.351-.947 5.164-2.118 6.108-4.47.707-1.654.479-6.839.009-6.834-1.409-.245-3.048 1.64-4.455 1.145-1.414-.705-.942-2.821-1.873-3.771-.235-.473-7.035-2.834-6.803-3.071 1.648-.704 3.755.709 4.925-.23 1.178-.709.006-2.592.718-3.765.932-2.121 5.399-3.527 4.227-5.42-3.982-5.874-8.446 2.115-9.616-.959-.468-1.175.234-2.349.006-3.532-.234-1.653-2.576-3.538-1.401-4.957.963-1.172 1.635 2.598 2.139 4.253.232.993-1.182 3.04-.243 3.3 1.874.71 3.756-1.412 5.63-1.643 1.643-.233 4.695 2.849 5.392 2.126 3.528-3.526-3.727-12.496-5.606-14.616-.114-.116-.191-.334-.306-.48 1.269 1.49 3.005 3.184 4.53 3.315s-2.341-7.388-2.566-8.802l-358.508-.629.008.24a8.06 8.06 0 0 0 1.244 1.651l-.07.002a8.24 8.24 0 0 1-2.062-1.884l-2.111-.002a6 6 0 0 1 .694 2.589c.238 1.183-.929-1.181-2.085-2.594l-8.005-.011a4.4 4.4 0 0 0 .931 1.26.6.6 0 0 0-.695.153c-4.47 3.767 3.034 9.036 3.032 9.277-.712 5.186-4.685-3.78-4.919-5.434-.236-1.413.907-2.901.941-4.313l-.032-.999-8.685-.009a10.31 10.31 0 0 1 3.07 2.122c.699 1.188-1.409-1.175-3.07-2.122l-1.409.046c-.705 1.414-3.298 6.91-3.062 7.383a1.92 1.92 0 0 0 .546.783c-1.062-.346-1.468-.543-.537-2.674a20.15 20.15 0 0 0 1.631-5.546l-12.667-.02c-.467.706-1.645 1.414-3.758 2.593-3.519 1.645-5.633-.008-7.268-2.606l-4.693-.008c1.64 2.128 3.512 4.329 3.275 5.977.015.47-.943.231-1.169.038-.934-1.651-.935-3.852-1.874-5.032a4.92 4.92 0 0 0-2.341-.925zm425.665.673c5.887 3.811.444 11.862 4.681 15.406.949 1.18 3.542.005 4.241 1.183 1.65 2.128-5.668 8.188 2.823 5.912 4.715-1.153 4.682-9.887 5.676-13.191a2.86 2.86 0 0 1 1.658-1.645c.47-.015 1.169 1.183 1.174.712.235-.468-.942-.97-.944-1.65.007-1.651 1.191-3.38.488-5.018 0 0-.713-.707-1.884-1.65zm276.049.429a18.35 18.35 0 0 1 3.765.718c1.176.472 2.825 1.649 2.353 2.825-.232.238.469 1.185.242.993-3.538-2.357-4.241-3.064-8.722-3.309-1.651-.007-2.122 4.001-3.07 2.821-.472-.985 1.917-2.583-.46-3.067-1.418-.234-3.987.469-3.781 1.883.234 1.653 2.577 9.431 4.704 10.853 1.173.702 2.827.469 4.04 1.18.705.467.702 3.769 2.588 3.308 1.656-.474 2.6-2.826 4.481-2.827 1.139-.037.961 2.18 1.8 2.753-2.528.732-5.601 1.592-4.886 3.61 4.933 13.918 1.932-2.124 6.164 4.953.939 1.18-.245 3.54.939 3.972 1.414.705 3.297-.467 4.477-1.406 4.015-3.302-.465-3.537-1.176-5.425-.709-2.128 2.359-3.768 2.13-5.892-.038-1.179-1.657-1.417-1.887-2.36-.023-.7 1.649.237 1.884-.231.709-1.884.483-4.238.482-6.129.011-3.062-2.346-4.476.489-7.77.71-.943 2.827.469 3.767-.472l-.03-.94zm48.568.077c-.239 1.889-.006 3.532.459 3.987 1.654.707 2.36-1.877 3.312-3.999zm281.079 2.828l.023.71c-.716 3.535-7.782 4.695-4.963 10.166a10.08 10.08 0 0 0 3.767 4.48c.706.477 1.651-.934 2.356-.467.47-.015-.239.948.046 1.419.062.058.18-.006.32-.01-.988.382-2.128.419-2.956 1.406-.705.473-2.6 6.828-.476 7.539 2.585.717 5.423-3.998 7.781-2.573.468.235.228 1.173-.009 1.881.053 1.649-1.416 3.538-.712 5.186.706 1.418 3.765.708 4.241 2.124s-2.127 2.59-1.864 4.243c.046 1.409 1.407 2.356 2.348 3.306.233.703 2.119 1.182 1.647 1.417-1.651.934-4.243-.013-5.894 1.192-3.065 2.361 3.048 10.377 4.232 12.029 2.588 2.367 11.996 11.107 13.899 1.911.237-1.649-4.007-3.542-2.584-4.719s2.585 2.598 4.239 3.304c1.881.94 4.949 1.42 4.949-1.641-.234-1.653-1.648-3.298-1.411-4.957-.038-1.179.706 2.348 1.648 3.298a9.89 9.89 0 0 0 3.536 2.597c.468.235 1.414.715 1.641.007a10.41 10.41 0 0 0-.224-2.594 11 11 0 0 1 .704 1.648c.023.71-.94 1.881-.241 2.119a8 8 0 0 0 5.655-1.184.44.44 0 0 0-.023-.71c.943.71 3.972-.939 3.009.243-1.182 2.119-6.605 3.056-5.423 4.938 1.174 1.653 4.018.48 5.174 1.893s-.71 4.025.468 5.188c1.174.712 1.932-2.124 3.068-2.591 1.183-.228 2.121.932 3.303.954.703-.233 1.878-.701 1.887-1.652-.238-.232-1.183-.702-.713-.707 1.653-.234 10.369.725 11.321-.457 1.18-1.879-4.24-5.185-2.347-6.357 2.831-1.883 8.478-2.346 11.782-3.523a17.72 17.72 0 0 0-3.765-.708c-.238-.242-.985.472-.993.232.239-5.891 17.691-3.975 9.911-10.326-1.172-.963-5.89.701-7.301.697-4.485.225-8.721-1.428-13.194-2.374-4.953-.95-12.953-5.443-17.192-8.748-.943-.71-1.41-2.125-2.595-2.597-.938-.24-1.888 1.642-2.824 1.172-3.07-2.122-1.637-6.36-3.292-8.958-1.177-1.423-2.823-1.91-4.235-2.864-.466-.475-.702-1.888-1.642-1.888-1.179.038-2.367 2.588-2.838 1.643-.704-1.648 1.422-3.048 1.658-4.716a9.32 9.32 0 0 0-.458-5.178 3 3 0 0 0-2.598-1.427c-1.413.236-2.83 2.833-3.539 1.645-2.108-3.303 8.914-2.81 4.019-6.594l-3.532-.006c-.71.943-1.412 2.127-3.063 1.18a2.43 2.43 0 0 1-1.419-1.185zm208.87.335a20.82 20.82 0 0 0 1.177 2.353c.706 1.418.932 2.831 1.873 3.781.465.465 1.886-.471 1.879.239-.237 1.649-.946 3.533-2.352 3.998-1.175.468-2.115-1.652-3.295-1.654-1.639.053-2.816 1.412-4.233 2.138-.47.015-1.173.228-1.411-.004-.235-.473 1.416-.466.985-.472a4.63 4.63 0 0 0-3.009-.243c-2.822.001-6.817 2.352-9.643.693-.468-.235.01-1.651-.694-1.648-1.419-.244-3.773 3.054-4.708 3.524-2.121.939-4.475.235-6.588 1.404-1.418.706-2.59 1.885-4.006 2.351-3.167-.178-.072-2.239.561-2.75a3.53 3.53 0 0 0-.555.158c-1.65.944-3.055 2.35-4.703 3.064a12.31 12.31 0 0 1-4.232.928c-.47.015-1.176-.472-1.646-.467a49.83 49.83 0 0 0-19.283 5.157c-6.122 2.82-10.123 8.702-15.299 12.002 0 0-7.611 1.637-7.615 3.048-.001 2.121 3.764 3.78 3.053 5.904-.714 2.354-5.186 4.23-1.652 6.127 3.283 1.895 22.196 5.684 21.457 8.519-.474 2.357 1.639 5.19.449 7.99-.947 1.652-4.705 4.235-4.239 5.65 1.411 4.957 10.116.953 6.572 9.202-.712 1.184-2.356.467-3.524 1.175-4.241 1.878-3.949 1.649-7.524-3.078-3.049-4.253 5.894-7.065-6.097-6.606-.71.023-1.651.934-2.359.697s-.467-2.356-1.172-1.883c-.708.703-3.378 6.593-2.912 7.098a2.48 2.48 0 0 0 1.182.962 1.1 1.1 0 0 0-1.179.038c-1.41.946.705 3.539.226 5.426-.232 1.178-2.118 1.649-2.35 2.828-.011 2.121 3.044 4.714 1.637 6.37a14.72 14.72 0 0 1-3.771 2.824c-1.173.228-2.347-.484-3.292-.013-2.115 1.419 1.88 2.13-4.24 3.769-.7.023-1.879-.239-2.114.229-.705 1.414.229 3.064-.245 4.48-1.418 3.778-4.475 4.237-2.836 9.427.023.71 4.694 6.221 3.751 6.452-1.648.704-3.753-1.879-5.403-.945-1.408.706.702 3.769-.708 4.705-.985.472-1.175-3.534-2.353-2.825-1.175.468.944 2.591.232 3.774-.47.936-2.356.467-3.294 1.167-1.18.949-1.412 3.047-2.821 3.093-9.408.225 3.536-5.417 1.886-8.486-1.167-2.363-5.16-2.684-7.044-4.334a16.74 16.74 0 0 1-1.874-4.722c-.023-.7 1.182-2.119.474-2.357-1.639-.237-3.288 2.588-4.469 1.646-.466-.475 5.184-6.121 5.184-6.121.47-.946 1.18-1.879.909-2.831-.235-.473-1.179.038-1.415.476-4.24 3.769-11.546 19.154-10.201 24.823.015.47.939-.03 1.183-.238.235-.468-.241-.943-.238-1.183a6 6 0 0 1 .932-2.121c.473-.235-.704 2.364.004 2.601 1.404.705 3.287.474 4.691 1.179.478.245.469 1.185.234 1.653-.239 1.889.706 5.43-1.177 5.661-2.124.229-2.569-9.202-6.107-6.616-1.413 1.176-.948 3.773-1.885 5.424-.237.708-1.416.466-1.653 1.174s.942.97.706 1.418c.015.47-.985.472-1.18.939-.705 1.414-.712 3.025-1.416 4.478-.71.943-2.816.471-3.056 1.41a92.29 92.29 0 0 0-1.43 13.914c.015.47-.477 1.646-.712 1.174-.231-.943.716-3.535.238-2.829-1.414 2.357-1.416 8.48-3.308 10.603a11.18 11.18 0 0 1-4.001 2.821c-1.175.478-3.99-1.181-3.289-.234s2.819.239 3.76 1.179c.936.48.699 2.128 1.643 2.838 1.172.963 6.35-.706 4.94.24-1.653 1.174-4.01-.24-5.651.693-.702.243.053 1.649-.471 2.126-.71.943-2.824.232-3.056 1.41s.697 2.359.465 3.537c-.237.708-1.884-1.65-2.351-.924-2.122 4.001 1.645 2.588 3.513 5.889.944 1.65.467 6.368 1.638 8.251.463.715 5.396 7.829 4.453 8.97-.708.703-1.884-.709-2.589-.246a25.8 25.8 0 0 0-6.592 7.778c-.472 1.176.225 4.475-.716 3.535-.939-1.18.946-3.532-.223-4.715-1.647-1.417-2.88 3.765-4.71 4.705-3.058 1.65-7.988-5.674-10.1-6.616-2.581-.917-7.756 1.162-10.109-.723-4.465-3.787.009-6.834.012-9.195.239-.948-.464-1.656-1.167-2.363-.007-.23-.71.023-.708-.237-.699-2.118 5.422-5.879 6.83-7.535.955-1.412 5.183-4 5.183-4-2.818-6.372-10.097-6.847-15.039-8.978a8.11 8.11 0 0 1-3.086-2.601c-.238-.232.472-1.176-.038-1.179-2.827-.469-5.878.471-8.701 1.643-2.361.937-8.481 7.529-11.062 7.522-2.821.001-6.08-2.364-9.173-.243-2.591 1.875 6.816 3.781 7.046 3.774 12.704 2.38 7.984 8.026 11.504 9.212.706.467 1.422-3.048 1.652-2.125.466 1.416-1.182 3.04-.948 4.713.472 1.896 3.521 6.139 4.462 7.079 0 0-.977.712-.008 5.003.234 1.653 1.159 9.197 3.272 9.899 1.877.479 3.524-1.175 5.175-1.168 1.178.232 6.118 3.544 7.748 4.752a8.24 8.24 0 0 1 .934 2.591c.015.47-.705 1.414-.469 1.886a8.19 8.19 0 0 0 3.086 2.591c.47-.015.97-.942.978-.702 1.642 5.9-1.197 10.604 2.521 16.037 4.699 6.381 6.574 8.031 6.103 8.027-3.527.464-4.691-6.141-8.459-6.61a2.9 2.9 0 0 0-2.111.939 1 1 0 0 0-.466-1.416c-1.414-.715-3.3-.243-4.946-.72-7.286-2.846-2.337-.475-9.641 3.524-.23.007 2.355-2.358-.935-2.601-1.651.003-3.529-.236-4.935.23-.985.472-.493 12.262-.725 13.441-1.66 4.956-5.419 6.909-7.541 10.91-1.179 1.889-.015 4.483-.716 6.607-1.658 5.657-7.077 9.174-2.373 15.085 3.282 4.016 16.904 8.507 18.073 12.761.015.47-.97.942-.705 1.414.942 1.89 5.643 4.009 3.76 5.191-4.241 2.829-7.76-1.429-9.878.22-1.18.939-.476 3.537-1.864 4.243-1.89.942-13.632-3.56-16.23-.975l-.232.238c-.233-.703-.466-1.416-.936-1.41-1.879-.239-3.529 1.645-5.412 1.876-.7.023-17.22-8.997-17.472-2.856-.001 2.121 3.757 4.481 2.343 5.927-1.172 1.179-3.767 1.403-4.473 3.056-.464 1.416 14.878 12.044 16.287 12.289a7.85 7.85 0 0 0 5.642-1.884c.473-.235-.023-.7-.038-1.179.237-.708-.001-1.881.709-1.884.703-.233.466 1.416 1.174 1.653 2.109 1.182 2.116-.469 3.76 1.189 3.049 3.303 5.86 8.255 2.796 12.496-.467.706-1.879-.239-2.346.466-.71.943.702 2.839-.245 3.54-.473.235-17.392 1.154-17.867.679-17.391-9.932 14.27 1.919-5.476-5.666-10.338-3.787-7.762.692-9.165.927-.713.233-10.818-2.841-10.815-3.081-1.169-1.183-1.408-3.306-1.161-4.965-.038-1.179 2.591-1.875 1.917-2.593-.933-.71-2.585 2.355-3.296 1.417s1.924-2.364 1.424-3.308c-.471-1.886-4.473-.946-4.465-2.857-.233-.713.702-1.183.709-1.894-.007-.23-6.805-6.843-7.749-7.553-.706-.477-2.826.472-2.589-.236 2.597-6.608 6.357-.206 3.307-8.482-.008-.24-3.99-5.193-3.52-5.199 1.418-.706 3.293 1.894 4.473.956.977-.712-2.119-1.182-2.82-2.13a43.1 43.1 0 0 1-3.287-4.486c-1.412-1.885-15.745-5.443-16.918-5.215s-2.357 2.588-3.291 1.878c-2.354-1.925 3.767-4.464 3.534-5.177-.476-1.415-2.347-1.415-3.291-2.125-7.052-4.264-3.032-.952-10.573-2.379-1.889-.239-2.821-3.07-4.705-3.78-.468-.235-1.17.938-1.405.476-.476-.475.702-1.183.236-1.659-.235-.473-1.646.474-1.409.046.237-.708 2.348-.706 1.883-1.182-2.347-4.486-5.402-2.126-8.926-1.902-.48.015-1.409-1.175-.946-1.41 1.415-.476 12.701-2.343 13.176-1.868.699 1.178-1.187 2.59-.716 3.535 1.169 2.123 9.627 4.691 11.279 4.737a7.17 7.17 0 0 0 4.98-.702c.985-.472.231-3.069 1.414-3.298 1.169-.038-.476 2.587.467 3.297s2.344-.236 3.52.246c.938.23 1.409 2.115 2.354 1.925 1.406-.466 1.409-2.827 2.825-3.293 2.823-1.182 8.219 2.605 11.048 2.844 2.109.242 4.232-.938 6.344-1.206 4.707-.463 9.171-2.578 13.916-2.812 4.233.013 7.05 1.432 11.52.727 10.355-1.876 21.963-13.238 24.092-24.093.473-3.297.01-4.943.486-8.48.708-3.775.262-14.146-2.796-16.518-.933-.7-2.589.704-3.522-.006-1.179-1.172-.928-5.183-3.523-5.889-.23.007-.467.706-.705.473-1.877-1.42-1.394-6.598-3.755-6.882-2.109-.242-4.313 3.061-5.95 1.644-1.182-.962-1.875-2.601-3.287-3.545-.946-.47-2.354.236-3.29-.244-1.414-.705-2.59-2.117-4.231-3.065-.706-.477-2.354-1.925-2.35-1.185.046 1.409 3.07 2.122 2.586 3.538-1.182 3.04-15.039-4.035-17.632-3.801-.23.007.473.705.232.993-.058.062-.148.065-.308.08 1.425.124 3.47-.052 2.897 1.107-.474 1.416-3.059.699-4.465.225-.948-.239-.941-1.88-1.877-2.36-1.174-.712-2.589-.236-3.765-.708-1.644-.717-2.818-2.36-4.462-3.077-7.524-3.078-18.091-4.977-25.378-6.642-6.349-1.425-8.967 1.171-14.349 3.046-3.524 1.175-4.925-2.842-8.46.454-1.182 1.179-1.656 3.536-2.363 5.189.023.7.238 1.173.053 1.649-.947 1.642-2.83 2.823-3.299 4.709-.48.936 1.405 3.536.46 3.067-4.462-3.077 1.893-5.184 1.664-7.308-.046-1.419-2.587-1.417-2.823-2.84-2.099-8.256 2.352.014 1.183-5.181-.469-2.126-9.16.457-12.698 3.043.474-1.416.909-2.821.006-3.532-1.412-.955-3.296 2.348-4.467 1.405-1.409-1.185-2.131-4.013-.934-5.663 2.125-2.35 7.279 4.497 9.404 2.137 1.413-1.176 1.864-4.233.707-5.656-1.637-1.418-5.167 2.349-6.581.694-.933-.71-7.276-3.766-7.516-2.838a9.35 9.35 0 0 0-.477 5.658c.228 1.183 2.81 2.13 2.101 3.074-.243.228-7.286.236-10.581.453l-3.002-.003c-1.884.231-3.76.692-5.647.183-.53.017-.465-1.086-.466-1.416a9.38 9.38 0 0 0-.476 4.468c.023.71 1.877 1.42 1.404 1.655-1.878.701-4.308-.481-5.997.194a3.51 3.51 0 0 0-.71.933c.714-2.344 1.193-6.112-.453-6.579-1.408-.235-2.364 4.229-3.063 3.051-.706-1.418 3.063-3.051 2.124-4.231-1.174-1.643-3.76-.238-5.648-.477-.23.007-.468-.235-.706-.467a15.4 15.4 0 0 0-3.287-.484 8.43 8.43 0 0 0-2.348.706c4.24-4.7 10.658-1.156 15.887-3.737 1.88-.941.713-4.235 2.124-6.072.712-1.174 2.356-1.407 3.533-2.116.465-.465 1.646-.464 1.41-.936-.936-1.41-2.82-2.12-3.991-3.062-.468-.235-.703-.708-.942-.97a8.79 8.79 0 0 1-2.354-.714c-.228-.233.242-1.168-.228-1.173-1.413.236-2.666 1.407-4.081 1.873-.473.235-1.876.471-1.641.003 1.182-3.04 6.827-3.283-.934-5.653-15.051-4.725 7.992 5.194-7.299 4.459-.23.007-3.037-10.357-7.284-4.947-.955 1.412-.696 9.397-.485 10.341 0 0 3.53 1.186 2.085 2.594-.473.235-1.406-.475-1.879-.239-.007-.23-.235-.473-.473-.705-1.412-.955-3.766 3.284-4.702 1.873-.944-1.65 1.895-3.283 2.591-4.937.242-1.168.946-3.522-.226-3.284-1.646.464-2.362 3.078-3.775 4.224-.235.468-1.878 1.642-1.643 1.174.705-1.414 8.482-11.511 5.659-13.4-3.756-2.59-5.163-.943-7.012-.243-1.178.699-2.813-2.83-3.055-1.652-.467 1.646 1.645 3.529.698 5.17-.702 1.183-4.468-.476-4.232.938.001 1.881 2.818 2.36 4.462 3.067.468.235 2.113-.239 1.649.237-1.185 1.409-3.529 1.635-4.236 3.279-.955 1.412-.246 3.53-.242 5.181.038 1.169 3.063 1.902 2.093 2.824-1.413 1.176-3.756 2.343-5.405 1.176-1.414-.705.479-3.757-.46-4.938-.712-.977-2.828 1.642-3.059.699-.233-1.643 2.115-2.35 2.59-3.756-.015-.47-1.634-6.591-1.634-6.591-2.586 1.404-6.375 16.915-7.797 20.914-.702 2.124 1.886.479 1.412 1.885a15.73 15.73 0 0 0-1.416 3.528c-.24.938.466 2.346-.243 3.009-4.003 3.992-3.523-2.827-3.519-3.298.234-1.418 2.587-3.526 1.18-4.04-4.04-1.18 3.064-2.1.003-4.232-.706-.467-2.118.699-2.582-.006-.006-.17.153-.215.393-.233a.23.23 0 0 1-.158-.235c-.233-.703 6.128-12.205 5.664-12.92-.233-.713-13.169-1.904-13.878-.021-.469 1.876 2.583 3.758 1.636 5.41-.472 1.176-3.751-2.13-4.025-.71.023.7 7.291 3.296 6.339 5.418-.467.706-7.524-.016-5.874 3.982.468 1.175 4.231 1.184 3.063 1.902-.698.703-3.758-1.419-5.878.461 5.427-11.292-8.693-1.199-7.525 3.045.466 1.406 2.58 2.118 3.759 3.29.702-1.173 1.413-2.107 1.902-3.063l.015.47c-.956 4.473-.72 5.876.236 7.296.944 1.64-1.883 1.172-1.883 2.112.023.7 1.172.963 1.879 1.18s2.118-.709 2.121.001c.228 1.173-.479 2.817-1.652 3.055-6.359.456-2.347-6.357-5.399-7.299-1.176-.472-2.819-.239-4.23-.243-.468-.235-1.414-.705-1.879-.239-.473.235.233 1.643-.247 1.649-1.646-.477-2.576-2.598-4.225-2.865-1.876-.469-8.707 1.163-7.764 4.934 1.872 6.823 8.695.949 9.876.951.463-.235 1.153 4.705.689 7.982.016.48-.985.472-.977.712.468 1.175 3.751 3.06 2.573 2.828-1.166-.472-1.872-1.89-2.816-2.6-1.172-.963-2.579-1.177-3.761-2.119-.465-.465-.226-1.413-.701-1.878s-1.169-1.183-1.644-.707c-1.407 1.646.468 5.168-1.415 6.339-7.071 4.702-.921-10.826-7.063 2.81-1.414 3.298 2.109 5.184 3.755 6.592.466.475 2.351.924 1.637 1.418-1.408.706-3.52-.246-4.98.702s.697 9.172-3.531 7.748c-1.646-.467 1.414-3.288 1.841-4.932-.015-.47.969-13.639.034-15.009-3.529-4.238-5.893 5.864-5.425 7.049.466 1.406 3.76 1.179 3.756 2.59-.235 1.408-3.287-.474-3.979.699-.963 1.172.239 3.054-.005 4.463-.237.708-.94 1.881-1.415 1.417-.015-.47 2.138-11.525.497-12.463-1.887-1.42-5.883.931-6.823 2.802-5.195 11.054 8.687 9.654 6.789 15.298-.47.946-1.169-2.113-1.872-2.821-1.409-1.185-3.032-.952-4.231-2.124s-.938-4.232-2.579-4.239c-1.649-.237-3.301 1.878-3.768 3.524s6.811 4.242 6.581 4.239c-1.648.704-3.769 1.643-5.41.696s-2.105-7.526-3.285-5.647a9.91 9.91 0 0 0-.949 3.763c-.232-3.764-.687-8.232-3.045-7.525-1.416.466-.706 3.525-2.127 4.461-1.408.706-3.288-1.414-4.466-.716-.977.712 2.589.236 3.53 1.186 2.34 3.056-3.058 1.64-6.357 3.278-.705.473 2.589-.704 2.589.236.234 1.653-2.36 2.818-1.864 4.233.242.993 3.294-1.167 2.824-.232-.469 1.886-3.523 2.115-4.003 3.992.038 1.179 2.119 1.182 3.293 1.894 1.412-2.117 1.834-5.162 4.233-6.14 1.42-.946 3.017.473 4.708.478a5.27 5.27 0 0 0 .469-2.827c.476 1.415 1.642 2.828 1.138 4.235-.479 1.887-5.175.228-5.415 2.106-.472 2.116.223 4.705 1.872 5.882.238.242 1.409.245 1.176.472-1.18.939-3.987.469-4.001 1.881.015.47.235.463.473.705l1.319-.043a2.59 2.59 0 0 0-2.444 2.08c.49 3.066 8.043 1.19 5.597 2.6a10.07 10.07 0 0 1-5.843 1.25c-.999.032-1.454-1.954-2.425-1.972a6.87 6.87 0 0 0-2.438 1.02c-.038-1.179-.72-3.378-2.913-6.209-4.178-5.428-2.928 5.968-3.661 7.122-.245.468-.729-1.177-1.212-.961a3.7 3.7 0 0 0-1.94 1.884c1.222-5.192 2.137-15.878-2.983-10.219-7.077 7.293 6.197 5.972 1.037 10.682-1.222 1.18-3.739.701-4.942 1.881-.49.936.729 2.118.48 3.066-.247 1.649-1.704 3.287-2.441 4.942l.03.94a24.35 24.35 0 0 1 2.44-2.821c.728-.704 1.705-1.416 2.434-2.08s.246-2.589 1.219-2.821a5.76 5.76 0 0 1 4.01.24c.963.709-.013 4.243.965 3.531 1.46-.938.25-4.01 1.463-5.18.738-.704 2.191-.941 3.414-1.171a3.43 3.43 0 0 0-.251 3.06c.726 1.417 3.16 1.188 4.623.951.999-.032.955-1.412 1.708-1.646.483-.236 1.216.471 1.212.961.245.472-1.22.94-.732 1.184 2.437.471 8.529-9.421 10.021.486.238 1.173-1.963 1.174-3.416 1.401-.999.032-1.697-1.416-2.917-1.416-4.383-.008 5.588 9.434.967 7.313-6.573-3.079 2.212-8.016-8.261-6.376-1.994.225-5.113-.014-5.362 1.875-.153.535.086.808.562.982a1.29 1.29 0 0 0-.996.152c-3.659 1.639 8.494 12.031 5.569 15.328-1.119 1.297-5.577-4.742-6.322-6.138.478 5.187-5.912 2.813-9.792 6.581-.242.238.73-.934.242-1.178-1.212-.961-5.353-.007-4.377 1.413.483.705 3.411-.941 2.674-.237-.97.942-3.402 0-3.896 1.407-.727 1.654-.493 4.248 1.161 4.965 1.464.713 5.607-4.184 6.34-5.648.245-.468-.736-1.407-.246-1.413s8.081 2.37 6.402 5.195c-.962 1.182-7.863-2.136-7.134-.009.008.24.993-.232.72-.023-.242 1.178-2.429-.231-1.462 2.118 1.696 4.487 2.993 2.835 6.647 1.666.733-.234 2.686-1.408 2.198-.702-.955 1.412-3.949 1.639-4.146 3.286-.489 1.887 1.938 3.309 2.431 4.924.722 1.888-1.948-3.299-3.404-4.712a5 5 0 0 0-3.488-1.418c-1.704.225-3.16 2.824-4.141 1.875-1.212-.961 3.656-2.35 2.444-3.301-3.646-2.593-4.147 4.477-5.609 7.536-.732 1.184-3.658 2.59-2.685 3.299 2.437 1.422 5.358-.464 7.789-1.403.985-.472 1.462-2.118 2.19-1.882s-1.457 1.648-.732 2.115l.734.717-.485.466c-1.218.71.479 3.987-.98 4.034-1.463.238.976-3.533-.24-3.994-1.941-.938-7.788 2.343-7.79 2.584.243 1.643 3.648 2.353 2.911 4.008-.487 1.647-3.168 2.584-5.107 2.347-1.218-.241-.246-2.353-.97-3.06-.245-.472-.738.704-.73.934.016.48-1.225 5.423-1.472 2.119-.015-.47 1.225-1.41.735-1.405-6.065-1.905-.947 1.642-1.934 2.064s-3.65-.242-3.159.703c.974 1.649 8.264 4.014 4.858 5.425-6.087 2.348-9.732-1.436-11.45 7.295-.489 1.877-1.228 5.653.969 6.122 1.699.245 3.157-.462 4.865-.228.73-.024 2.191.009 1.699.245-1.463 1.168-14.607 2.805-6.084 3.989 2.669.244 4.383-3.994 6.809-3.522.488.234.003 1.651.494 1.655.24-.008.483-.236.723-.234l-.005-.14c.232.993 3.309 2.374 2.078 2.374-1.421-.004-2.134-1.932-3.549-2.376-3.315-.713-3.555 2.366-5.686 3.306-1.185.469-9.028-.708-5.206 2.36 1.182.962 3.311-.938 4.495-.226s.943 2.841 1.411 4.026c.232.993 1.653 2.838.945 2.601-1.897-.479-2.837-3.56-4.73-3.319-1.421-.004-3.556 5.438-3.32 6.851a9.61 9.61 0 0 0 1.535 3.232c.176.184 1.135.123 1.416.164l.003.08c-1.66.944-4.733-.007-5.452 1.888a3.88 3.88 0 0 0-.471 2.126c-1.894.231-1.909 6.855-1.67 8.058.233.713 1.188-.709 1.66-.944 1.182-1.179 2.127-2.59 3.319-3.779-.472-.985-.946-1.42-1.182-1.893 1.661.006 3.787-.463 4.01.24 2.362 4.036-6.153 4.011-6.634 7.089.032.999 1.656-.464 2.599-.705a17.58 17.58 0 0 0 3.552.005c.985-.472 2.85-2.834 2.848-1.653-1.198 6.872-5.93 4.725-9.485 8.031-.475.476.474 1.666-.001 2.131-1.185.479-8.515-.014-9.232 1.64-.235.478 1.421.004 1.416.484l.005.15c.693-.243 1.153-.237 1.378.235.692.978-9.236 7.053-5.768 5.41a13.19 13.19 0 0 0 3.001-1.878 9.54 9.54 0 0 0-.909 2.821c-2.091 8.962 6.221.249 5.118 3.546-.695 1.413-3.694 1.17-4.389 2.583-.46.945 3.23.246 2.771.911a4 4 0 0 1-4.155 1.135c-2.311-.926-2.988-6.367-4.831-5.186s-5.314 3.054-4.16 4.707c.689 1.178 3.688 2.362 2.535 2.589-1.616.473-2.998-2.354-4.612-1.852-.923.24 2.307 1.416 2.078 2.364-.454 1.415-2.533 1.173-3.223 2.106s-.004 2.351-.471 3.067c-.46.935-2.074-.713-2.762-.011a6.75 6.75 0 0 0-.461 2.126c.015.47 1.376.466.916.471-.695.473-2.074-.713-2.532-.008-.954 1.422-.699 3.144-.935 4.793.015.47-.229.948.231.943.918.24 3.694-1.17 2.986-.467-.955 1.412-2.766 1.41-4.153 2.136-2.538 1.643-7.612 4.699-4.153 6.138 2.301.926 4.841-2.818 6.459-3.521.232-.238-.97.942-.46.945a.65.65 0 0 0 .46-.015c-1.326.753-2.901 1.255-3.468 2.594-.46.935 1.154 1.643 1.615 2.589s-.008 2.832 1.1 3.066c1.837.481 7.612-4.699 8.762-5.637a29.21 29.21 0 0 1 3.693-2.121c.232-.238.925-.47.695-.463-1.614-.718-4.385.222-5.299-1.429-.699-1.178 2.07-1.878 2.998-2.588 1.848-1.641 10.168-13.186 9.453-3.758-.229 1.888-4.377 1.412-5.304 3.063-1.157 1.648 4.376 1.649 4.607 3.543.457 2.356-8.994 2.813-9.695 5.877-.23.938 2.541-.943 2.771 0 .221 1.884-.005 4.482-1.628 5.656-.23.007-9.672-2.378-9.681-.487-.229 1.888 3.229 3.307 2.529 5.191-.692 1.173-2.298-2.367-3.686-2.602-.918-.24-2.08 1.888-2.301.935-.236-1.413 1.844-2.061 1.887-3.533-.038-1.169-1.614-1.649-2.085-2.594-.689-1.178.01-4.002-1.375-3.537-1.843.24-1.902 3.063-3.237 4.477-1.155 1.408-3.691 1.881-3.688 3.531-.235 1.408 3-1.888 3.691-.94.922.971-2.311.935-3.466 1.413-.695.463-1.385 2.346-1.848 1.641-1.146-1.414.475-4.478-.908-5.183-1.612-.948-7.153 2.813-7.384 4.932-1.402 10.141 5.078-4.467 5.981 3.318.917 6.364-8.299 1.4-8.529 1.397-1.944-.397-.2 1.547.001 1.881-.698-.238-2.305-1.646-1.841-.941.454 1.646.913 3.772 2.524 4.721.814.414 1.647-.724 2.613-1.175-.313.23-.652.581-.537.708.465.465 2.536-.472 2.071.003-.918.7-3.45-.248-3.452.932.221 1.884 4.607 2.602 3.91 4.246-.947 1.652-3.917-.473-5.056-1.657-.923-.71.462-2.116.001-3.062-.458-1.176-2.039-1.185-2.76-2.122-.463-.715.234-2.359-.459-2.126-1.383.235-3.228 1.645-3.001 3.099.228.233.463.705.692.978a10.77 10.77 0 0 0-3.922-.013c-.92.03-1.617 1.653-2.536 1.413-1.386-.475-1.38-3.067-2.758-3.302-6.227-.719-6.973.936-5.311 2.824 1.154 1.643 4.148 1.416 4.379 3.3.452 2.837-11.772 4.464 2.069 4.245a14.26 14.26 0 0 0 5.075-1.165c-2.541.933-5.769 3.519-4.162 4.937 1.152.963 3.956-1.409 4.613.011.689 1.178-2.075 2.348-3.463 2.113-.007-.23-3.447-5.421-5.068-4.488-.915.47.465 3.537-.461 3.067-1.156-.473.238-2.829-.685-3.54-3.226-2.597-5.997 2.355-6.685 2.118-.47.015-.238-1.183-.696-1.418a4.45 4.45 0 0 0-3.009-.243c-.69.022-1.608.702-1.38.945.923.71 7.096 2.842 8.29 4.494a4.53 4.53 0 0 1 .616 2.041c-.466-1.416-1.304-2.279-2.688-2.054-8.079 1.402-3.006 4.48-2.093 9.193.015.47-.224 1.418-.955 1.412-.46.015.7-.943.695-1.413-.456-1.416-1.607-2.359-2.293-3.768-.462-.986-.002-2.831-.92-3.072-2.076-.473-5.535 1.18-5.306 3.294a7.33 7.33 0 0 0 1.604 4.721c.692.978 4.148.476 3.685 1.651-.695 1.413-3.002-.003-4.376-.719-.696-.468-.229-2.114-.919-2.121-1.379.045-.702 3.024-2.076 3.539-.24.008.227-.708.229-.948-.053-1.649 1.619-3.764.468-4.708-.922-.971-.466 3.527-1.887 3.533-1.851-.01-2.764-3.782-4.607-3.543-1.383.235 1.601 4.01.218 4.245s-1.375-2.597-2.063-3.775c-.463-.715-2.765-1.661-2.764-.711-.004 2.351 4.599 3.303 4.178 5.418-.467 1.656-4.149 1.645-3.895 3.298.226 1.413 2.769-.7 4.149-.705a9.91 9.91 0 0 1 2.382.633 3.4 3.4 0 0 0 .843.083c3.237.475 10.376 4.026 11.529 3.789 6.688-.467-5.304-2.83 2.765-2.351.92-.03 2.767.471 2.039 1.185-4.153 3.997-9.676-.967-10.831.451-.465.465 2.3 2.127 1.38 2.126-1.148-.243-1.605-2.599-2.758-2.362a.61.61 0 0 0-.39.313c-.48.946-.185 3.548-.771 2.746s.51-1.848.771-2.746a.81.81 0 0 0-.076-.788 6.47 6.47 0 0 0-4.532-2.445 15.82 15.82 0 0 0-2.606-.156c-3.465.222-9.009 6.345-5.318 9.417 1.149 1.183 3.219.236 4.603.951 1.153.703-4.608.459-4.151 1.875 1.378 3.307 12.222.494 9.449 2.605-2.771 1.881-6.684-.954-9.043-1.188-1.379.045-7.15 2.583-2.306 4.477 1.156.473 2.073-1.178 3.224-1.175 1.854-.23 5.537-1.41 5.31.238-.009 1.891-3.46-.238-5.305.232-1.616.473-3.696 1.12-4.851 2.819-.457.705 2.994 4.715 3.455 4.721a12.13 12.13 0 0 0 8.074-.932c.453-.235-.003-1.651.685-1.413 1.851 0 8.992 3.32 9.225 3.083a12.51 12.51 0 0 0 1.894-3.303l.228.243c1.622.948 3.458 1.419 5.079 2.357.228.243.038 1.179.462.986 2.304-.235 5.072-.935 5.075-1.165.462-1.186-1.39-12.031 4.4-9.658 2.301.926-4.158 3.527-4.163 6.138.03.94.226 2.354 1.145 2.594 1.386.475 4.389-2.583 4.612-.94 1.608 8.262-10.14.459-10.374 3.758-.241 3.069 5.754 6.817 1.367 7.31-7.149.462-.204-11.549-6.897-9.672-5.307 1.403-2.318 5.648-3.932 4.94s-1.83-3.062-3.444-3.77c-5.087-2.607-9.686 3.045-9.914 2.813-2.072-.013-3.907-3.545-5.53-2.372-1.148.708-2.804 6.094-.694 7.306 1.612.948 4.607-1.41 6.45-1.64.463-.235.923.71.692.978-1.383 1.175-4.155 1.135-4.611 2.821-.235.468.03.94.038 1.169-1.389-1.176-2.765-2.592-4.376-2.6-1.153.237 2.987 4.486 3.222 4.958.452.986-.013 3.302 1.108 3.306a10.4 10.4 0 0 0 2.765-2.351c1.852-2.121 3.927-4.48 4.381-1.883-1.841.94-5.077 1.405-5.078 3.526.03.94 2.987 4.486 4.605 2.852-.232 1.178-.692 2.124-1.614 2.364-4.157 1.405-7.61-.494-7.379 1.4a37.28 37.28 0 0 0 1.837 5.423c2.76 5.193 4.386-5.145 6.693-5.88 2.076-.467-1.619 3.764-2.538 5.645-.924 2.361.224 1.654 1.599 4.25.233.703-.003 3.302.694 2.589 1.385-1.406.929-3.762 1.818-5.652a9.89 9.89 0 0 1 2.533-3.034c.465-.465 1.154.713 1.614.708-.457.705-.955 1.412-.689 1.883.038 1.179 3.223.956 2.988 2.364-.232 1.178-2.766.47-3.966 1.129a8.15 8.15 0 0 0-1.382 2.116c.015.47.689 1.178.226 1.413-.917.71-2.069-.243-2.986.467-.693.233-.235 1.408-.689 1.883-.235.468-1.613.232-1.386.465 7.138 6.622 2.529.248 9.907.679.69-.022-8.768 4.226-8.77 4.466-.23.938 3.031.902 2.039 1.175-.463.235-1.156-.473-1.619.052-.453.235.234 1.653-.225 1.408-1.158-.233-1.842-2.822-3-2.124-1.608.712-1.159 3.77-2.541 4.945-.927.71-3.688-1.421-3.69-.241.023.71.689 1.178 1.384 1.656a5.87 5.87 0 0 1 2.305 1.656c.689 1.178-.47 4.318 1.14 4.315 3.009.243 1.86-7.144 4.851-8.081 1.856-.47 4.613.011 5.304 1.889.454 1.656-3.463 2.113-3.692 4.002-.001 2.121.452 2.207 1.384 1.026 1.377 1.416 7.841-1.635 6.909.486-.697 1.643-3.462.933-4.842 1.878a4.67 4.67 0 0 0-2.775 2.351c-.227.708 2.309.235 1.844.711-.962 1.182-4.38.702-4.146 2.346.459 1.186.687 2.359 1.115 3.546-.466-.475-.922-.971-1.386-.475-1.155.468-1.386 3.527-2.31 2.826-1.844-.711-.453-4.718-2.299-5.188-1.606-.478.229 3.054-.005 4.473-.467 1.646-2.077 2.589-2.082 4-.226 1.658 2.523 7.782 4.135 8.731.926.47 2.311.005 3.025.712 1.392.955 2.99 5.186 5.759 6.367 1.384.716 2.765 1.661 4.148 1.426 1.153-.237.924-2.351 1.847-2.591s2.534.708 2.305 1.656c-.697 1.643-8.308 4.221-4.393 6.146 1.844.711 3.688 1.421 5.531 1.191 1.381.005 2.771-3.091 3.461-1.883.456 1.416-3.466 2.353-2.537 3.534s2.766-1.41 4.377-1.412c3.232.005 2.53 2.129 4.836.724.693-.243.962-1.182 1.625-1.413.915-.47 2.534.708 3.452-.002 1.16-.938.47-4.017 2.086-4.47s1.836 3.542 3.221 3.067c1.844-.23 1.614-3.294 3.007-4.47.455-.475 1.142.964 1.606.468.233-.228 6.24-7.526 7.397-9.174.225-.478-.692-.978-.466-1.416 1.16-4.95 2.986 7.547 4.383-2.143.239-.948-2.76-1.181-2.07-2.124 1.152-1.178 4.152.006 5.307-1.413.688-.703-1.844-1.651-1.615-2.589.704-2.364 6.912-2.815 6.699-3.529-.694-1.648-3.686-2.592-2.999-4.245.702-1.183 2.767 1.421 3.921 2.124.923.71-.241 3.069.92 3.072 9.686.016 2.307-2.596 6.225-5.204.695-.473-.466 2.586.464 2.586 1.841 0-.229-3.995 1.392-7.049.465-.465.922.971 1.382.956s.457-.705.46-.935c1.394-3.307-.026-.79-1.837-5.744-.458-1.176.894-3.291.473-4.238-.694-1.658-2.993-2.835-2.764-4.723.232-1.178 2.541.918 3.231 2.126.459 1.186-.238 2.829-.013 4.243a.51.51 0 0 0 .466.475c5.774-3.999-4.139-11.322 1.635-11.309 1.619-.052-.463 3.017-.235 4.47.457 2.366 1.146 4.485 1.602 6.842.008.24.235.473.231.943-.456-.475-.899 3.141.451 5.268 0 0 1.385-1.416 1.389-.045.031.95-1.394 2.356-.702 3.024 7.601 7.328 5.075-4.237 9.91 3.551.692.978 2.093 2.834 1.115 3.536-.232.238-.232.238-.463.235-1.383.235-3.683-1.882-4.605-.711 0 0 2.745 10.607 2.967 13.441.003 1.651-2.311 5.888-.924 7.304 8.745 8.971 6.46-5.652 10.598-.223 2.994 3.785-3.473 12.019-3.018 15.556.046 1.409-.241 3.059.449 3.988.693.708 2.304-.235 2.767.471 1.615 2.599.217 8.247 1.337 10.382a13.27 13.27 0 0 0 2.86 3.649c.458.235 1.379-.045 1.606.478.238.232-.685.472-.69.943.007.23 2.761 4.003 3.22 5.188.462.986-.231 2.119.229 3.064.919 1.181 2.76 1.181 3.678 2.362 1.384 1.656.912 4.973 2.755 5.664.928.23 2.306-.475 2.767.471.924 1.651 1.611 4.01.454 5.658-.695 1.413-3.917-.473-4.615 1.15-.939 1.891 5.526 4.723 3.688 5.423-2.08.948-5.297-3.83-6.227-1.659-.465.475.692 2.829 2.533 5.921-3.364-.691-7.585-1.585-10.15 1.399h0a6.09 6.09 0 0 1 2.196-.782 5.81 5.81 0 0 0-2.201.942l-.005-.16a5.87 5.87 0 0 0-1.185 2.039c-.472 1.176 3.302.003 3.528 1.426.707 3.299 2.103 11.778-2.124 8.243-.943-.71 2.12-1.89 2.352-3.078 1.194-7.302-4.456-5.659-7.988-5.664a9.86 9.86 0 0 1-3.533-.946 20.55 20.55 0 0 1-2.349-.554l.003.08c1.412.955 4.017.47 4.471 2.126 2.108 7.316-9.183 4.7-11.306 5.869-.703.233.706 1.418 1.172 1.893 3.769 3.3 5.889 1.42 4.93 8.255-.23.938-1.878.701-2.118 1.639-.237.708 3.995-.23 2.586 3.538.008.24.03.94.472.985.938.24 2.118-.699 3.297-.467s2.107 1.422 3.528 1.416c.47-.015.705-1.404 1.17-.938 1.177 1.423 2.589 3.308 2.161 4.933-.237.708-1.413.236-2.349-.244 1.881.94 3.529 2.367 5.64 2.369 5.887-.191.248-3.77.014-6.364-.001-1.881 4.123-1.524 6.36-2.577.703-.233 1.178-.709 1.172-1.179.625-1.391-.509-2.125-1.873-2.831-.193-.104-.357-.219-.55-.312a17.4 17.4 0 0 1-1.569-.87c-1.134-.714-1.822-1.562-.46-3.067 1.173-1.169 3.056-1.4 4.239-2.579.23-.007.23-.007.232-.238 5.19-4.711.473-4.238.252-9.193-.038-1.169 1.182-2.109 1.412-3.047 3.29 5.196 7.513 11.082 7.513 11.082-.472 1.186-2.35 1.887-2.354 3.298-.234 1.418 1.175 2.593 1.129 3.966 0 0-4.239.708-2.588 1.655.936.47 2.354-.236 3.294-.237 1.649.237 3.288 1.424 5.169 1.423 5.893.009 4.323-4.002 9.971-3.515.71-.023 4.469 2.356 5.651 1.188a8.89 8.89 0 0 0 2.841-4.945c.242-6.131-7.531-3.308-1.398-12.261.712-1.174.909-2.821 2.365-3.288 1.646-.474 3.763.949 4.935-.23.712-1.184-1.875-2.591-1.399-3.957.239-.948 1.643-.233 2.584-.234 1.179-.038 2.116.472 3.3.243a12.42 12.42 0 0 0 4.237-1.408c.713-.233-.714 3.295 1.414 1.645 1.173-1.169 1.415-2.347 3.768-2.583.23-.007-.47.946-.242 1.178 0 0 3.987-.459 4.01.24.235.473-.47.946-.464 1.416.225.473.933.71 1.176.472 4-3.762 4.249-11.534 4.959-16.489 1.19-8.043-.004 5.433 2.595-2.345.477-.706-1.174-1.653-.697-2.359.237-.708 2.111.002 2.118-.709.712-3.025-3.283-6.837-1.403-8.719.708-.703 1.889.239 2.354-.226.235-.478-3.045-5.664-2.57-7.07a15.11 15.11 0 0 1 2.126-5.422c.232-.238 1.413-.236 1.178-.699-.949-1.18-3.3-1.184-3.296-2.605-.231-1.884 2.83-2.823 2.857-4.475-.001-1.881-3.761-3.06-4.7-4.24-.476-.475-1.417-1.415-.706-1.418 1.648-.704 4.468 1.416 5.643.007 1.652-2.115-3.517-8.491-3.315-9.668.24-.938 2.585.717 3.054-.229.712-1.174-1.176-5.415-2.099-6.125-1.422-.954-6.121-.242-4.946-1.661s3.53 1.186 5.411 1.185c2.592.006.475-1.406 1.415-2.347.242-.238 1.416.474 1.409-.046-1.643-3.769-4.695-4.72-8.467-3.778-.7.023.046 1.409-.464 1.416-.713.233-.709-1.188-1.177-1.423-.24.008-.477.706-.707.713-.71.023-1.409.046-1.646-.477-.939-2.121 11.061-.458 11.531-.454.23-.007.475-.476.708-.703a2.23 2.23 0 0 1 1.169-.038c-.017-.53-1.024-.737-1.409-.865l-.003-.08c.465-.475 4.048 1.42 3.056-1.41-.023-.71-2.59-1.187-1.877-1.42 1.643-.233 3.757.479 5.178-.458 4.243-3.059 3.567-13.433 3.567-13.433 3.767-.462.464 7.539 2.817 8.493.706.467-1.179-2.123-.464-2.596 1.175-.468 1.871 4.012 2.341 3.066.717-1.644.008-3.772.955-5.414s2.827-2.593 4.478-3.527c.465-.475 1.876.159 1.641-.313.007-1.651-1.4-3.066-2.146-4.483-.238-.232-.942-.97-.702-.978 1.878-.711 4.703.948 5.88-.701.712-1.174-1.645-3.539-3.109-3.301-1.884.231-2.115 3.29-3.763 3.994-1.188.709-2.824-.709-4.002 0-.978.702-.013 3.302-1.188 3.77-1.648.704-3.287-.484-5.174-.953-.938-.24-1.884-1.65-3.04-1.182-.473.235 1.417 1.415.941 1.88-.707.713-2.593 1.175-3.066.47-.468-1.175 2.127-2.59 1.424-3.298-1.179-1.182-3.297.467-4.713-.007-1.404-.705-1.878-3.301-3.289-3.305-1.178-.232 1.645 2.598.7 3.069-2.118.699-4.459-2.367-6.823-2.13-1.406.466-3.766 2.343-5.645 1.183-.475-.465-1.649-1.177-1.176-1.413 1.65-.944 3.772-.933 5.655-1.184.7-.023 1.412.955 1.646.477.702-1.173-.465-3.537.708-3.765 1.413-.236 1.642 2.828 3.093 2.831 2.121.001 3.068-2.591 4.903-3.06 1.406-.466 8.257 7.797 11.083 2.372.712-1.174-2.821-.909-3.521-2.127-.946-1.41-.234-3.524-1.169-5.185-.235-.463-2.356.477-2.119-.232.702-1.183 2.355-2.358 3.531-1.885 1.644.717 1.873 2.831 2.819 4.251.235.473.03.94.038 1.169.702.978 2.114.712 1.877 2.36-.007 1.651-1.653 5.186.228 5.185s3.526-1.405 5.18-1.639c.993-.232 2.111.932 2.589.236-.007-.23-1.407-2.356-1.175-2.593 6.595-3.055 4.476-5.148 6.6-7.528.978-.702 1.182-2.119 2.355-2.348.24-.008 2.355 2.595 2.589.236.724-6.367-1.873-3.771-5.396-7.829-.943-.7-.232-2.824-1.408-3.296-.946-.47-1.412 2.117-2.12 1.88-1.412-.955-1.64-3.058-2.586-4.479-.702-.978-3.523-1.887-2.348-2.355 1.415-.476 3.523 2.827 4.466 1.656 6.374-7.07-5.64-2.369-5.88-2.371-.468-.235.712-1.174.237-1.649-.235-.473-1.175.468-1.413.236a9.54 9.54 0 0 1-3.519-3.308c-.472-.985.476-2.587-.47-3.066-2.347-1.415-7.294-.004-9.885-.01-.7.023-.234-1.653-.932-1.891-.478-.235-1.185.469-1.179.038-.236-1.413 1.179-2.82.943-4.233s-1.87-2.131-2.348-3.306a2.06 2.06 0 0 1 .007-1.651c.232-.238 1.413-.236 1.175-.468-.015-.47-.935.471-1.169.038-.472-.985-.239-2.123-.47-3.066a7 7 0 0 1-.469-3.056c-.015-.48 1.183-.238.977-.712-.231-.943-2.119-1.182-1.877-2.36-.023-.7 2.354.714 2.354-.226.712-5.186-8.463-10.151-3.041-12.028 1.878-.701 3.989 3.313 5.404 1.896s-1.123-3.776-2.107-5.425c-.238-.232-.985.472-.943.241a8.75 8.75 0 0 1-.228-4.245c.242-1.178 1.182-2.119 1.414-3.298.239-1.889-.222-3.765.017-5.654-.008-.24.703-.233.7-.023.238.242 1.409-.046 1.183-.228-2.829-3.31-9.15-4.496-5.41-7.319 1.42-.936 3.529-.695 5.183-.928.71-.023 1.881.94 2.119.231.963-1.172.001-3.062.713-4.235.475-.476.231 1.883.702 1.888 1.886.469.71-4.025.007-5.653a10 10 0 0 1-1.169-2.123c.943-.241 3.533-2.116 2.829-.702-.237.708-1.884.231-2.121.939.023.7 1.412.955 2.114.702s1.183-1.169 1.648-1.644c1.177-1.649 3.3-2.818 4.01-4.702.477-1.646-3.764.232-5.174-.953-.943-.71 2.582.006 3.532-.935.708-.703.234-2.359.714-3.295.232-.238 1.168.232 1.169-.038-.233-.713-1.881-.94-1.407-1.415.707-.713 2.114.702 2.589.236.467-.706-1.176-1.413-.939-2.121.235-.478 1.175-.468 1.643-.233-.854-.433-1.754-.714-1.174-.712 1.653-.234 3.291 2.125 4.708 1.418 1.651-.934 1.894-3.293 2.121-4.941.245-1.409-1.168-3.304.013-4.243.978-.702 2.583 2.838 3.285 1.654.717-1.644-2.816-3.541-1.871-4.942.963-1.172 3.048 1.422 4.473.956 1.175-.468.924-2.361 1.654-3.295.705-1.414 3.531-.945 4.231-1.878.715-.473-.231-1.893.246-2.599l.23-.007c-.007-.23-.018-.55.242-.548.705-.473.464 2.906 1.169 2.433 1.648-.704-.698-4.55.946-4.783.473-.235.476 1.415.946 1.41 2.827-.462 3.313-12.004 4.722-14.831.932-2.121 5.908-8.196 5.668-8.478-1.878-4.241-9.647-4.69-9.401-10.381.248-4.71 7.311-6.58 5.902-10.827a10.53 10.53 0 0 0-3.755-4.721c-.478-.235-1.886.471-1.889-.239.946-3.532 6.357-2.347 8.24-3.519.473-.235-.469-1.185-.226-1.413.473-.235.699 1.178.942.97 1.413-1.176-1.172-2.824-1.41-3.066-.47.015-1.411-.004-1.178-.232 1.418-.706 4.71.238 4.245-1.138-.474-2.586-6.827-1.66-6.351-4.247.237-.708.939 1.18 1.647 1.417a27.88 27.88 0 0 0 4.698 1.419c-.228-.233-.466-.475-.463-.705-.476-1.415.909-2.831 1.176-4.48.245-.468-.03-.94.004-1.411-.023-.71-.939-2.121-.469-2.116 3.535.706 5.209 6.365 10.113 3.314 1.178-.709-.705-3.539.473-4.248 1.651-.934 3.765.718 5.649.487.47-.015.712-1.184 1.175-1.419 1.183-.228 1.88 2.13 2.825 1.659a8.49 8.49 0 0 0 2.357-2.588c.947-1.652 2.122-3.07 5.415-1.176 1.652.947.698 4.25 2.349 5.187 1.412.955 3.291-.937 4.988-.462.71-.023.706 1.418 1.182 1.883 1.404.715 1.412-2.117 2.82.249 2.577 5.419.688 10.123 1.625 12.484.709 2.128 7.07-2.58 4.23 4.245-.707 1.654-3.053 1.18-4.473 2.146s-3.058 1.65-4.003 3.061c-.475.466.233 1.643-.241 2.119s-1.644-.707-1.879-.239a15.15 15.15 0 0 0-.957 5.654c.038 1.179.707 2.358.235 3.534-.241 2.119-3.061 3.101-3.542 4.937-.474 1.416.71 3.069.228 4.245-1.177 2.589-3.763 2.123-4.009 5.653-.237.708 1.176 1.413 1.177 2.353-.715 4.476-7.062 3.761-7.312 7.771a35.89 35.89 0 0 1-1.653 6.117c-.94.03-2.078-2.364-3.055-1.652-2.12 1.88 1.167 6.676-.959 8.085-.705.473-2.085-2.594-1.874-1.65.038 1.179 1.644 1.648 2.093 2.834 2.103 7.786-.707 2.584-4.016 6.353-.71.943.707 3.299-.233 3.299-1.418-.234-.71-3.069-1.878-3.301a4.79 4.79 0 0 0-5.182 1.879c-3.796 6.356 4.233 1.864 3.755 5.661-.474 2.357-6.598 6.347-6.844 8.936-1.197 15.557.235-.468 2.587 5.429.228.233-2.126 4.471-.247 5.651.238.232.71-.943.978-.702.473.705-.234 2.349.704 2.589.468.235-.469-2.126.241-2.119.703-.233.943.71 1.176 1.413 1.403 3.777-.25 9.893.447 11.311.472.985 1.887.479 2.59 1.187a30.56 30.56 0 0 1 2.123 3.773c.235.463-.242 1.168-.007 1.641.473.715 1.414.715 1.89 1.189.228.233-.999.032-.993.232-.235.468.232.993.466 1.416 1.176 1.413 3.761 2.119 3.524 3.778-.235 1.408-3.995.22-4.239 1.638-.479 1.887 2.351 3.065 2.814 4.721.233.703-.955 1.412-.704 2.354.235.473 1.646.467 1.639 1.178-.241 3.059-2.589-.246-1.645 2.355.231.943 1.404 1.645 1.167 2.353-.239.948-2.589-.236-2.826.472-.242 6.131 2.343 6.838 4.228 9.428.466.475-1.89.942-1.417 1.647a7.29 7.29 0 0 0 1.41 3.066c5.164 6.836 1.173-.228 6.114-1.199.94-.03-.917 2.591-.003 3.302 1.414.705 3.056-.469 4.707-.463 1.418.234 2.085 2.594 3.296 2.595s1.645-1.414 2.586-1.414c.473-.235.023.71.241.943a2.63 2.63 0 0 0 1.874-.231c.184-.176.287-1.01.402-1.174l.08-.003c2.339 5.187-1.422 6.129-.484 6.359.47-.015 5.874-3.992 6.599-4.466.233-.228.705-1.414.947-1.642-1.176 3.53-4.248 7.532 1.404 9.66.936.47 2.828-1.642 3.289-.707.476 1.415-3.297 3.539-1.871 4.003 1.404.715 1.174-3.29 2.587-3.526 1.183-.238.236 2.354-.233 3.299-.712 1.174-2.128 1.64-3.298 2.588-.354.512-1.361 1.545-1.66 1.885 7.313-2.818 4.488-7.539 8.254-9.893 1.178-.699-1.902 3.063-.708 3.775 1.652.947 3.844-.235 5.495-1.179 1.175-.468 1.645-2.355 2.591-3.086 1.413-1.176 7.773-1.873 8.474-2.806.707-.713-1.642-1.888-.935-2.601 1.18-.939 3.064-.229 4.707-.463.47-.015 1.409.245 1.653-.234.467-.706-.474-1.646-.239-2.113l.08-.003c.119.276.27 1.232.626 1.41s6.359-3.518 6.867-4.225c.232-.238-.942-4.972 1.416-4.478.47-.015 9.165 8.027 7.061-.699-.474-1.646-4.702-1.849-3.994-3.773.477-1.646 3.529-.705 5.175-.228.938.24.942 2.831 1.877 2.36 2.358-1.647-1.164-9.667 1.66-8.058 2.355 1.655-4.018 7.534 3.29 5.186 11.304-3.758 1.645-1.404 4.012-4.943.232-.238.466.475.936.47s1.179-.038 1.416-.466-.709-2.118.001-2.121c.24-.008 3.999 3.302 5.174 2.834a8.08 8.08 0 0 0 3.773-3.054c.23-.007.232-.238.235-.468-.015-.47-.241-.943.232-1.178 1.65-.944 3.769-.702 5.65-1.644.24-.008 4.484-7.059 4.719-6.586 2.093 2.834-.008 7.774 2.105 10.607.702.978 2.348-.706 3.294-.237a7.59 7.59 0 0 1 3.294 2.835c.466.475.696 1.418 1.174 1.653 3.048 1.422 5.652-1.874 7.77-2.583 5.657-2.344 3.993 1.872 7.519 3.548 1.414.705 3.769-.702 4.95.24 6.58 5.44-7.065 3.05-11.309 3.288-12.715.682-2.362 7.08-8.007 8.264-.713.233-6.08-2.374-6.361.696-.237 1.649 1.413 3.766.233 4.705-.97.942-2.351-.924-3.535-1.646-.468-.245-1.174-1.653-1.88-1.19-2.83 2.833 2.585 6.6 2.109 10.137a4.24 4.24 0 0 1-2.36 2.828c-2.125 1.41-24.241 1.606-27.978 1.127-.71.023-1.179-1.172-2.121-.932-4.472.935 5.648 3.549-1.917 2.593-1.178-.242-1.403-2.836-2.585-2.598-.993.232.709 2.118.229 3.064a8.47 8.47 0 0 1-3.538 3.526 11.89 11.89 0 0 1-7.526 1.164c-.948-.239-1.649-2.118-2.355-1.655-1.178.709 1.648 3.308.465 3.537-2.358.707-9.415.925-10.861 4.464-.472 1.176 2.078 2.364 1.408 3.296-1.179 1.889-8.239 1.408-9.181 3.519-3.311 8.962 2.818 3.3 4.231 7.077.699 2.128-2.849 4.715-1.89 6.835.934 2.591 4.693 5.271 5.204 6.205 1.41 2.125-.945 4.483 2.11 6.135 1.176.472 2.589-.704 3.764-.232 1.178.242 1.875 2.601 3.063 1.902 1.65-.944 1.68-9.9 6.604-3.996.463.705-1.185 1.409-1.185 2.35.001 1.891.933 3.772.934 5.663-.007 4.713-1.933 2.114-1.425 6.359a4.47 4.47 0 0 1 .231 1.884c.942 4.972 7.045 11.778 5.62 17.207-.703 3.305-6.366 10.121-9.902 10.586-1.413.236-2.349-1.175-3.528-1.416-2.344-.714-2.821.942-4.228-1.424-1.647-2.358-1.634-5.65-3.756-7.542-2.07-2.124-7.103-3.072-9.483-5.196-1.409-1.185.003-4.242-1.401-4.957-2.121-.932-3.776 2.354-5.659 3.525-2.36 1.887-5.647 2.354-7.772 4.704-5.662 5.886-.728 12.72-2.859 18.612-.704 2.354-3.765 3.294-4.479 5.648-.474 1.416.702 2.829.705 4.48s-.714 3.295-.248 4.71a.5.5 0 0 0 .475.465c-2.36 2.828 1.391 9.9 2.799 13.206.235.473.233.703.472.985 1.639 6.13-1.185 2.35 1.168 8.247a4.52 4.52 0 0 0 .936 1.41.7.7 0 0 0-.235.478c-.709 1.884.932 3.762 1.184 5.655a18.89 18.89 0 0 1-1.189 7.773c-.237.708-.707 1.644-.924 2.351a11.46 11.46 0 0 0 1.185-2.35 14 14 0 0 0 1.178-4.711c-.032-.999.243-4.24.249-6.832a12.27 12.27 0 0 1 2.347 5.417c.236 1.413-.709 2.824-.483 4.238.235.473.472-1.176.963-1.172.993-.242.944 1.65 1.177 2.353l.032.999a2 2 0 0 1-.007 1.641c-.235.478-1.408-.234-1.413.236-.236 2.589 3.052 4.954 2.346 7.548-.712 3.025-13.186 2.809-12.711 1.412l.705-1.414c-2.59 2.825-5.417 2.347-9.178 3.299-.47.015-1.178-.232-1.183.238-.239 1.889.702 3.769.704 5.66a14.38 14.38 0 0 1-4.487 9.73c-4.248 4.44-10.85 6.965-16.252 4.839-4.702-1.849-3.758-6.362-5.161-9.198-.473-.705-2.085-2.594-1.177-2.353a4.58 4.58 0 0 1 1.889.239 12.1 12.1 0 0 0-4.056-1.659c-8.471-1.426-17.892 6.103-24.253 9.861-2.123 1.179-4.71.703-6.355 2.107-4.008 3.532-4.962 9.266-6.136 9.494-8.716 2.113-16.949 5.862-25.197 9.151-2.121.939-3.538 3.526-5.654 3.995-1.185.469-2.354-.704-3.529-.236-2.123 1.169 2.808 6.362.692 6.831-.703.233-1.639.053-3.017-.473-.446-.166-.95-.299-1.416-.474l-.073-.078c-1.49-.592-2.925-1.346-3.451-2.76a25.61 25.61 0 0 1-1.634-5.66c-.023-.7 1.65-1.874.932-2.111-1.887-.479-3.85.695-5.49.698-2.124.229-2.821-3.07-4.23-4.255-.712-.977-2.357-.474-3.047-1.412-.946-1.42.007-4.713-1.644-4.719a23.4 23.4 0 0 0-2.826.472c-2.821-.909-5.882-2.131-6.347-1.665-1.417 1.647-1.654 4.236-3.071 5.893-1.175 1.409-3.064 2.1-4.481 3.757-.232.238.046 1.409.239 2.123-1.408-3.306-4.707-2.599-7.765-.959-2.123 1.179-2.842 7.096-4.02 7.774-5.178 3.53-2.579-3.308-4.937-3.542-1.881-.009-3.296 2.348-5.174 2.109-8.945-.951 7.539-7.248 4.257-13.425-1.642-2.828-6.36 2.587-6.6 2.585-1.175.468-6.581-4.249-7.995-4.023-1.643.233-1.653 4.246-3.297 3.529-1.416-.464 1.182-3.04.946-4.473-.229-2.124-4.703 2.153-5.888.461-.939-1.18 2.36-1.877 2.831-3.093a4.24 4.24 0 0 0 .008-3.772c-.235-.473-1.416.466-1.651-.007-.468-.235.475-.776.967-1.032 0 0 .468.235.47-.015a2.58 2.58 0 0 0-.939-2.121c-1.174-.712-2.824-.709-4.473-.946-.708-.237-1.641-.007-2.347-.474-.235-.473.467-1.656-.003-1.651-.993.232-1.415 1.407-2.354 2.077-.473.235-.47.015-.233-.713.71-.943 2.122-3.07 3.297-3.529.993-.232 2.816 2.6 2.585 1.657a7.31 7.31 0 0 0-3.284-4.716c-.706-.477-2.591.934-2.592-.006.476-2.597 4.718-3.525 4.713-6.156-.023-.71-1.172-.963-1.404-1.655a7.6 7.6 0 0 1-.469-3.987c-.023-.71 1.651-.934 1.417-1.647-.472-.985-3.292-.003-2.821-.909-.007-.23 2.45-.65 4.319-1.321a.21.21 0 0 0-.085.153c.471 1.886 2.823 2.83 3.527 4.478.008.24 1.638 7.311 2.338 7.308 1.891.009-3.99-5.183 1.934-2.064 3.761 2.129-2.828 1.642-.902 3.031.713.707 1.886-.471 2.596-.474 1.877.479 3.523 1.887 5.402 2.136 8.716.958 4.262-9.893 2.847-12.489-1.638-3.299 3.53 4.258-.695-4.48-.705.473-.932 2.121-1.94 1.884-1.649-.237-2.348-2.355-3.761-3.06-2.581-.917-4.474 3.046-7.062 3.751-.71.023-.944-1.65-1.884-1.65l-.55.018-.023-.7c-.942-1.89-4.723-.948-5.427-2.606-.464-1.646 3.031.902 4.723.958 3.302.003 5.184-2.109 6.375-5.209.705-1.414.488-13.663 2.582-12.95 1.884.709 1.883 3.771 3.525 4.718 1.891.939 7.57-8.46 7.099-10.345-1.176-5.425-5.419-1.425-8.253-2.134-1.178-.242-1.407-2.356-2.355-2.595-.007-.23.235-.468.24-.938.234-1.418-4.719-2.368-3.296-2.595.943-.241 2.591.917 3.062.001.472-1.176-1.407-2.356-1.405-3.536-.233-1.643.894-3.291.478-4.708 0 0-5.659-1.417-6.843-2.129-.94.03-2.116-.472-3.062-.001-1.178.709-1.189 2.82-2.129 3.761-.475.476.707-1.644.241-2.119-.713-.707-3.542-.946-4.483-.005-4.496 3.287-.947 1.642-1.193 7.042.031.94-1.888 1.642-1.417 2.587.233.703 1.653-1.174 2.116-.469.712.977-.704 2.354-.236 3.529.008.24.238.242.708.237-1.656.474-3.536 1.405-4.485.235s4.713-8.947-.244-7.536c-.47.015-10.61 12.22-12.771 7.277-.709-1.178.236-3.529-1.179-3.964-2.351-.924-1.423 9.181-1.188 9.654a1.79 1.79 0 0 0-.986.462c-1.18.949.232 2.824-.013 4.243a36.91 36.91 0 0 1-.708 4.705c.023.71-.476 2.587.226 2.354 1.183-.228.924-2.351 2.13-2.82.705-.473.942.97 1.176 1.413.472.985 5.179 10.368-2.13 6.823l-.475-.465c-.001 3.062-2.371 5.88-1.667 8.468 1.138 4.245 7.315 1.894 9.435 4.017.942.97.229 3.064.465 4.477-.007 1.651 1.405 3.526.463 4.707.942.97-.924 2.351-.956 3.533a21.79 21.79 0 0 0-.238 3.76 13.53 13.53 0 0 0 .938 5.182c.472.985 5.887 6.913 5.882 7.383-.718 4.716-4.716 2.354-7.075 3.051.177.224 1.574 1.02 1.176 1.413-.245.478-1.891.001-1.656.474.704 2.589 5.893.009 6.607.716 2.085 2.594-1.194 9.173-1.435 11.292-.483 3.297 4.952 2.131 5.652 2.128 4.486.715 4.001 6.134 6.36 8.248 1.407 1.415 4.953.95 4.947 2.601-.011 8.005-6.363-4.006-7.535-5.899-.946-1.41-.942-3.761-2.586-4.479-2.121-.932-4.727 1.414-7.084.93a5.56 5.56 0 0 1-2.827-.469c-.708-.237-.704-1.648-1.174-1.653-5.433-.004-1.675 16.243-3.563 16.944-5.927 2.343-6.828-8.483-8.243-11.079a2.57 2.57 0 0 0-1.176-.472l-10.221-.169c1.079.245 13.713 1.106 1.722 1.575-1.169.038-2.588-1.427-3.765-.718-1.89.942-7.097 8.234-5.21 10.584a1.24 1.24 0 0 0 .946.48c.47-.015 1.173-.238 1.649.237 2.121.001 4.247-.468 3.297.473a4.33 4.33 0 0 1-2.118 1.639c-4.726 2.354-5.209-6.355-9.241-7.304-3.535-.716-22.256 3.253-24.381 6.553-1.185 1.409-1.66 2.815-2.602 3.996l-2.363 1.797-2.159 1.301c-1.656.464-3.54-.245-5.191-.252-.71.023-1.416-.464-1.649-.237-3.079 3.772-2.145 11.295-3.566 15.304a37.6 37.6 0 0 1-6.858 10.368c-.963 1.172-1.657 2.585-2.835 3.284-.715.473-2.367-.474-2.596.474-.475 1.406 1.638 3.299.933 4.702-2.369 3.769-9.674 1.874-8.023 2.821 1.889 1.179 3.293 2.825 5.415 3.767.948.239 1.893-1.172 2.601-.935.938.24 2.585 1.657 1.877 2.36-1.178.699-4.243-1.864-4.238-.483.229 2.124 6.365 1.895 5.178 3.544-3.549 4.707-6.833-4.011-8.242-4.255-4.491-1.185-8.73-.477-8.026 1.171.007.23 7.302 5.186 8.725 4.95.47-.015.23-.938.705-1.404.977-.712 1.881.94 2.83 1.179.946.47 2.356-.467 3.297.473a5.1 5.1 0 0 1 1.182 1.883c.472.985.702 1.888-.004 2.361-.473.235-1.884-.709-3.303-1.894a15.3 15.3 0 0 0-3.078-2.352c-1.178-.242-1.42 1.877-2.601 1.875-4.002-.01-1.407-2.356-6.103-3.074a7.09 7.09 0 0 0-3.774.232c-5.43 1.637-12.046 6.804-16.29 7.982l-.233.228c-2.596.474-5.43.706-8.264.938-2.124.229-9.903.681-10.892 3.515a127.41 127.41 0 0 0-2.385 14.085c.023.71 1.184.712 1.179 1.182s-.936-.47-1.411-.004a2.7 2.7 0 0 0-.474 2.357c.226 1.413 2.82 2.12 2.116 3.533s-3.304 1.168-4.722 1.874c-1.65.944-2.835 2.353-4.483 3.057-4.256 2.349-20.05 2.791-22.419 6.56-3.309 5.64-.952 7.365 1.635 7.841a12.11 12.11 0 0 0-3.064.239c-4.015 1.131-2.865 4.225-8.261 3.509-1.178-.232-1.882-1.88-3.086-2.591-3.295-1.654-7.77-2.36-11.309-3.786-7.546-2.837 6.363 3.076-3.308 1.648-.23.007-2.898-7.62-2.191-8.323.475-.476 1.263-.231 1.498-.709.47-.936.924-2.351.006-2.582-1.652-.947-3.612-.013-5.503-.012-.47.015-1.185.469-1.653.234a27 27 0 0 1-5.419-2.366c-.176-.174-.482-.985-.629-1.18l-.08.003c.234 1.653 1.177 3.294 1.161 4.965.015.47-1.178.709-1.175 1.409a10.58 10.58 0 0 0 .463 4.717c.473.705 1.886.779 2.119 1.492.709 1.178.229 3.054.698 4.24.235.473 1.653-.234 1.649.237.001 1.881-1.419 3.758-1.896 5.414-.23.938.238 1.173.709 1.178a41.33 41.33 0 0 0-1.661 4.936c-.706 2.594 4.718 4.48 4.231 7.067-.474 1.416-3.305-.703-4.715-.708-1.419-.244-2.596.464-3.995.23s-1.639-5.19-2.826-3.54-.238 4.71-1.896 5.414c-5.667 2.345-3.762-5.881-5.884-6.813-1.176-.482-2.126 1.4-3.303 2.108-1.658.704-3.071.94-4.482 1.876-.47.015-.472 1.176-.71.943-.942-1.89-4.702-12.014-5.882-11.075-.705.473-.712 2.114-1.417 1.647-1.184-.712-.229-3.064-1.413-3.766s-2.829.702-4.24.698c-.71.023-1.657-1.417-2.121-.932-1.42.946-.48 4.018-1.856 4.472-1.656.474-2.825-2.59-4.476-2.596-.943.231-.241 3.059-1.182 3.04-1.416-.474-.707-3.299-2.123-3.773-1.646-.467-3.296 1.408-4.949 1.641-5.67 1.644.235-1.408-2.357-1.414-2.131-.001-9.907 3.042-10.147 3.04-4.981 12.718 9.897 1.9 9.157 4.706-.234 1.418-3.972.939-3.546 2.346.714 1.658 3.54 1.186 5.192 2.133.05-.002.052.058.072.078a13.52 13.52 0 0 0-2.429-.552c-1.419-.244-2.834.232-4.01-.24l-.238-.242c1.417 2.355 3.525 5.659 3.53 6.129s-1.176-.472-1.656-.477a35.64 35.64 0 0 0-7.076.229c-.47.015-1.178.699-.97.942 1.889 1.179 4.948.47 5.66 3.298.464 1.656-.953 4.243.458 5.188 1.419 1.175 3.774-.232 5.423-.936.473-.235-.466-1.416.007-1.651 5.898-.461 2.078 2.364 5.155 4.716.703.708 1.883-.231 2.832.008 1.414.705 3.294 3.775 4.705 4.72 1.889 1.179 1.182-2.119 3.781-1.883 4.948.48 2.586 3.538 2.105 6.595l.008.25c-.008-.24.245-.478.477-.706 1.658-.704 3.535.706 5.426.715.703-.233.97-.942 1.65-.944.238.242.03.94.238 1.183s.996-.152 1.333-.233c-1.431.917-4.169 1.656-3.698 3.522.228 1.183 10.14-1.399 9.9 1.68-.242 5.181-9.211 7.522.455 8.48l.48-.016a5.6 5.6 0 0 0 .227 3.304c.007.23 5.647 1.658 4.705 3.78-.47.946-5.186 3.29-4.249 5.651a31.5 31.5 0 0 0 2.815 4.731c.238.232.95-.031 1.178.232.939 1.18 1.207 6.374 1.4 7.078 3.995 7.805 1.651-.934 5.883 3.081.706.477-.001 2.121.705 2.599s1.646-.474 2.354-.236c.933.71 1.165 2.604 2.341 3.076.478.235-.038-1.179.474-1.416.713-.233 1.883-.231 1.889.239-.007 1.651-1.424 3.298-1.42 4.949-.004 1.421 1.645 2.598 1.401 4.017-.239 1.889-2.36 2.828-2.849 4.715s4.7 4.25 3.05 5.194c-1.418.706-3.054.229-4.47-.245a16.1 16.1 0 0 1 3.529 3.317 28.12 28.12 0 0 1 3.99 5.193c1.876 3.541-.702 9.198 1.158 12.269.939 1.18 2.585 1.657 3.051 3.073a2.58 2.58 0 0 1-1.649 2.835c-.713.233.239-1.889.006-2.602-.476-1.415-1.885-2.59-2.351-4.016-2.346-7.558 2.121-.929-1.159-7.967-.937-2.371-4.247-7.556-5.172-7.086-2.591 1.875-5.201 15.797-6.149 19.569-.474 2.357-4.011 6.203-1.657 6.917 1.176.472 1.417-2.907 2.595-2.665 1.408.235 3.073 2.202 2.351 3.386-.472 1.176-2.591-.917-3.537-.476-1.175.468-1.642 2.114-2.114 3.3-2.602 7.088-5.461 29.712-12.297 33.016a10.94 10.94 0 0 1-3.291.937c-4.475 1.146-11.062 1.359-14.126-.263-1.174-.712-1.877-2.36-3.281-3.075-.943-.71-2.828.712-3.77-.238-2.819-3.31 1.661-4.006-5.172-3.074a3.73 3.73 0 0 0-2.353 1.177c-.475.466.699 2.118-.001 2.121-1.891.001-7.054-4.964-8.941-5.443a1.69 1.69 0 0 0 .47-.936c-1.403-2.836-6.34-2.376-8.229-2.615a11.09 11.09 0 0 0-2.821.001c-.473.235-.472 1.176-.955 1.412-7.778 2.343-23.052-5.256-28.935-9.248-.706-.477-2.113 1.179-2.586.464-.468-.235.97-.942.474-1.416-1.417-1.415-4.242-.003-5.651-1.188s-1.641-4.009-3.287-4.486c-1.877-.479-3.531 1.885-5.412 1.876-1.411-.004-2.117-1.412-3.533-1.887-1.409-.245-4.467.465-6.117.198-6.594-.947-3.13-1.179-9.717-2.847-1.178-.232-1.654 2.365-2.834 2.093-5.879-1.43-5.411-12.591-11.745-12.626-1.881.001-3.062 3.381-4.95 3.162-1.178-.242 1.189-3.14.245-3.85-2.117-1.422-4.479 1.636-6.6 2.585-5.647 2.344-13.891 7.604-20.009 8.062-1.883.241-3.297-.473-5.883-.009-.24.008-1.185.479-.97.952.706.467 2.824-.232 2.597.476-.242 1.178-6.832-1.199-5.429 6.589 1.868 11.335 11.305-1.867 10.109 9.678-.245 1.409-2.358 1.647-3.07 2.821-.71.943-.231 2.129-.712 3.025-.232.238-2.583-2.828-2.347-.474a4.16 4.16 0 0 0 1.875 2.601c1.176.472 4.477-1.406 4.232.003-.467 1.656-3.531.945-4.942 1.881-.97.952-.471 3.067.702 2.839 1.413-.236 2.828-1.652 4.241-1.888.703-.233-.239.948-.712 1.184-1.645 1.414-5.18.698-5.651 2.825-.235.468.706 1.418.234 1.653-.475.466-1.88-1.19-1.646-.477.001 1.891 2.586 3.538 2.107 5.425-.474 2.367-6.359 3.538-4.949 5.663.939 1.18 3.765.708 4.231 2.124.469 1.185-2.589-.236-3.289.707-1.422 2.117-1.203 12.265-.739 14.862.023.71 1.182.962 1.182 1.893-.24 4.01-1.895 6.365-3.549 9.67-.705 1.414-3.777 4.475-2.124 4.241 1.646-.474 1.65-4.056 3.297-4.479 1.183-.238 1.88 2.13 1.41 3.066-1.177 1.659-4.472.945-5.651 2.825-1.649 2.835-2.594 6.087-4.482 8.96-.712 1.184-2.12 1.89-1.902 3.063.038 1.179 2.115 1.662 2.583 2.838-.237-.202-1.304-1.328-1.881-.94-1.178.709-1.647 2.595-2.591 4.016-2.359 3.768-4.958 8.485-7.783 11.778-.71.943-2.123 1.179-3.065 2.361-.232.238 1.172.963.699 1.178-1.876.471-4.231-1.184-5.403-.005s.93 3.061.455 4.478c-.704 2.364-7.787 12.259-7.08 14.617.464 1.656 1.641 3.078 2.585 4.729 2.341 4.016 1.404 5.958 1.404 5.958a16.36 16.36 0 0 0 5.883.009c.94-.03 1.413-1.176 2.351-.937.94-.03 1.407 1.415 2.585 1.657.708.237.711-3.075 1.184-2.36.699 1.178-.479 2.827-.008 3.772.702.978 3.998 1.421 3.063 1.902-6.364 3.058-2.571-4.919-7.762-4.261-1.413.236 1.65 2.128 2.108 3.313a15.86 15.86 0 0 1-.248 4.71c-.471 3.077-4.481 5.898-4.485 8.26.03.939 1.414 1.645 1.415 2.596.234 1.653-2.369 4.709-.712 5.186.47-.015 2.118-.699 1.643-.233-.467.706-1.884.231-2.351.947-1.184 2.36-.482 5.188-1.666 7.548-.94 1.881-6.601 9.659-6.138 12.205.232.993 1.88-.941 2.831-.942 1.413-.226 2.82.249 4.233.013.71-.023 1.408-.706 2.116-.469 3.773.948 15.989 8.987 17.643 8.753.7-.023 8-3.521 8.473-3.756l3.062.001a29.5 29.5 0 0 1 8.233 1.194c1.174.712 1.875 2.601 3.288 2.365.47-.015.713-.233.978-.702l.015.47 6.352 6.137a21.59 21.59 0 0 1 2.574 3.779c.706 1.418-.002 4.252 1.646 4.489 1.877.479 3.067-3.531 4.903-3.06 2.117.482-7.061 4.711-7.061 4.711-.249 6.842 3.291 2.125 3.991 6.144.225.473-.97.942-.715 1.414s1.653-.234 1.646.477c.469 2.126-3.048-1.422-3.04-1.192.477 2.366 2.81 10.154 4.457 11.862.703.708 2.121.001 2.824.709 1.182.962 1.405 2.596 2.354 3.776.703.708 2.111.932 3.055 1.662.706.467.699 2.118 1.402 1.886 1.888-.702 3.068-2.591 4.48-3.767.977-.712 2.354.714 2.587.476 2.122-3.07 1.65-4.956 5.894-7.065 5.189-2.589 9.96 1.678 13.725.256 2.593-1.175 4.009-4.712 6.828-5.424 2.586-.464 16.473 1.677 19.533 2.869 1.646.477 2.583 1.917 4.229 2.364 3.017.483 6.114-1.199 8.94-.46 2.119.241 7.052 4.264 9.18 3.555 1.646-.464 2.355-2.358 3.761-2.823 7.073-1.88 7.996 5.914 10.824 4.262 7.542-3.766 7.584-12.962 14.855-17.67 4.241-2.829 10.128-5.181 15.066-3.75 1.178.232 2.347 1.415 3.528 1.416 1.879.239 4.468.486 5.175-1.168.477-1.656-3.288-2.365-3.28-4.256.246-7.552 4.473-2.146 6.362-6.83.705-1.414-.705-3.539.238-5.01.712-1.174 2.594-.224 3.534-1.175.71-.933.009-2.822.95-4.033.465-.475 1.646.477 2.351.004.977-.712.474-2.357 1.182-3.04 1.653-1.174 3.767-1.403 5.652-1.874.47-.015 1.173.702 1.649.237.473-.235.464-1.416.939-1.891 1.653-1.174 5.65-1.634 7.305-3.048 2.115-1.419-6.58-6.38-7.291-7.328-2.101-3.074-4.679-14.396-2.792-17.919 4.249-8.732 12.967-15.428 19.57-22.226 2.355-2.358 3.376-6.363 6.208-8.486.473-.235 7.773-1.873 7.77-2.583.236-1.659-3.288-1.424-3.992-3.072-.469-2.126 2.825-3.303 4.48-4.718 6.365-5.209 20.707-3.503 28.715-5.853 2.116-.469 4.243-4 5.653-4.946 1.887-1.652 5.919-2.583 8.48-3.527 2.824-1.172 12.949-5.172 14.136-7.762 2.361-4.009-1.396-9.44-.456-10.381 1.182-1.179 4.239-.708 4.708-2.594.474-1.416-.464-2.596-1.643-3.779-1.409-1.185-2.818-2.36-3.284-3.776-1.644-4.729 1.416-3.538.248-7.792-.233-.703-1.886-.469-1.879-1.18.236-2.599 3.302-4.009 3.796-6.366-.023-.71-1.174-1.653-.709-2.128 2.872-4.005 7.535-3.046 9.868-4.222 2.586-1.414 6.355-6.129 8.95-7.544 2.356-1.407 4.706 1.658 6.588 2.608.706.477 8.941 1.431 9.172 2.374s-3.071 5.893 4.465 2.857c.533-.237.494-.516.162-.866a2.48 2.48 0 0 0 1.254.4 5.84 5.84 0 0 0 4.709-1.643c.71-.943-1.876-3.541-.463-3.777 1.643-.233 4.231 1.184 4.232 3.075-.239 1.889-4.475 1.146-4.714 3.054-.234 1.418 2.581.917 4.033.95.94-.03 1.878-1.642 2.351-.937.939 1.18-.245 3.54.933 4.722s3.032.952 4.708 1.418a7.75 7.75 0 0 1 2.484.07c3.296 1.664 1.643 2.838 1.638 3.309.235.473.946.47 1.646.477a2.2 2.2 0 0 0 2.123-.239c.465-.465-2.823-1.91.237-1.649 4.71.248 3.056 3.543 5.175 2.834 1.878-.711 3.3-2.828 5.416-3.297 1.643-.233 4.033.95 5.255-.23.978-.702-1.169-2.123-.94-3.071.472-1.176 2.356-1.407 3.065-2.351.708-.703.239-1.889.932-2.121.985-.472 2.124.712 3.059.241 1.18-.939.909-2.831 1.887-3.533 1.178-.709 2.819.239 3.757-.472s-.226-2.354.481-3.067c.97-.942 2.593-1.175 4.006-1.411.23-.007.031.95.228 1.183.47-.015-.231-.943-.038-1.179a25.39 25.39 0 0 1 4.711-1.884c3.537-.465 8.938-.22 12.01-3.281 1.887-1.652 3.066-5.422 4.714-7.066.707-.713 2.586-.474 3.296-1.418.708-.703.001-2.121.481-3.067s6.589-4.466 7.539-4.467c2.351.004 7.29 2.365 8.457 3.788a1.14 1.14 0 0 0 1.416.474c.473-.235-.236-1.413.234-1.418 1.891.009 7.763 6.152 8.469 6.619 1.639 1.188 3.086 2.601 4.932 3.082.708.237-.702-1.888.009-1.891 1.169-.038 1.877 1.42 3.063 1.902.238.232.465-.475.705-.473a3.85 3.85 0 0 1 2.119 1.182c5.879 5.442 2.383 11.799 7.266 18.895 2.582 4.018 3.285 5.667 2.568 10.382.046 1.419-1.887 3.533-.71 4.025 1.884.709 4.239-.708 5.648.477 1.174.712-.917 2.591-.245 3.54.947 1.42 3.295.714 4.476 1.656.933.71.929 2.121 1.64 3.068.466.475 1.411.004 1.877.479.713.707 3.524 3.778 2.115 5.664-.475.476-2.353 1.177-1.655 1.414 4.714 1.898 7.534-.935 11.999 2.853 2.59 2.127 2.58 6.13 5.17 8.267.468.235 1.405-.476 1.883-.241a32.35 32.35 0 0 1 4.702 3.079c3.286 2.605-.009 1.881 2.81 6.142 1.414 1.655 3.993 1.872 5.64 3.309l3.522 4.959c1.412.955 5.729.485 7.375 1.902 1.407 1.415 1.146 4.485 3.282 4.956 1.887.479 3.536-2.346 5.652-2.815 2.364-.237 4.239 2.364 6.354 2.796s-2.822-4.021 3.529-1.645c2.351.924 7.279 8.509 8.222 11.34.233.713-.469 1.886.229 2.124 9.183 1.193.952-5.194 9.416.956 2.355 1.655-2.826 5.424-2.128 5.662 6.59 2.368 7.539-8.489 13.185-.687.937 1.42 2.343 3.146 2.575 5.039s-2.597 3.536-1.653 5.186 3.763.949 5.177 1.663a14.07 14.07 0 0 1 3.525 2.887c.235.473-.242 1.178.038 1.179 7.069-.469 9.184-4.95 12.697 4.031 2.821 7.082-1.654 3.295 2.575 9.672.476.475 1.416.474 1.652.947a17 17 0 0 1 2.811 4.912c1.41 3.076.46 7.079 2.323 9.93 1.875 2.601 6.581 3.309 2.571 8.021-1.654 2.365-7.294-.014-8.236 4.269-.245 1.409 2.07 2.124 2.346 3.536.228 1.183-.712 2.124-.954 3.303s-.236 2.599-.946 3.543c-1.172 1.179-3.532.935-4.476 2.356-1.417 2.587 1.163 8.727 3.518 9.441 11.774 3.32 7.745-8.005 13.437-12.962 2.36-1.877 4.712-.933 5.418-4.468.953-4.253-3.044-7.795.023-11.327 4.242-4.95 13.649-3.044 13.898-8.004.475-8.5-2.588-2.357-2.812-8.974-.03-.94 1.41-1.877.917-2.591-.472-.985-1.886-.469-2.821-.909-2.59-1.187-4.472-4.017-7.295-4.966-2.584-.707-3.291 1.888-5.644-.948-3.991-5.203.71-4.956 1.695-9.44.229-.948-.944-1.65-.937-2.361-.015-.47 5.903-12.338 6.371-13.043 4.48-4.718 7.027.713 11.763 2.37 3.53 1.186 10.352-1.636 12.476 1.207 3.753 4.961.681 9.283 7.977 12.118 1.414.715 3.048 1.422 4.025.72.985-.472.242-5.191.714-6.376.712-2.114 2.824-1.172 1.864-4.243-2.339-8.259-9.862-7.635-12.684-11.655-.703-.708.234-2.359-.7-3.069-2.354-1.925-10.105-3.084-12.945-4.273-3.53-1.186-4.695-3.78-7.75-5.432-8.71-4.5-20.462-4.039-28.93-9.718-8.944-6.154 8.73-8.487 2.842-15.1-2.078-2.364-5.647.183-7.299.457-7.536 1.175-19.534 3.274-25.882-3.343-.466-.475.239-1.889-.467-2.356-1.169-1.183-3.288-1.424-4.699-2.369-4.23-3.315-9.638-7.802-12.22-12.761-2.585-4.729-7.021-23.375-10.314-26.21-3.086-2.601-4.048-1.42-7.291-3.316s-19.825-13.715-21.232-16.081c-.706-1.418-3.74-14.156-3.269-15.342 1.651-4.006 7.299-1.397 5.894-8.005-.234-1.653-2.578-2.368-3.997-3.552-.47.015-.985.472-1.173.238a.86.86 0 0 1 .472-1.176c.977-.712.006-2.602-.465-3.547-.466-.475-.712 1.184-1.18.949-.936-.48.008-3.152-1.173-3.154a.27.27 0 0 0-.235.158 9.73 9.73 0 0 0 1.185-2.039c.47-.946-.467-2.366.476-2.597.977-.712 2.116.472 3.29.244 3.769-.702 6.859-4.474 10.125-5.891 1.416-.466 3.14.248 4.09-.693s-.235-3.544.943-4.253c2.121-.939 6.588-.464 6.585 1.898 2.215-2.983 2.346-4.498 6.588-.464a2.9 2.9 0 0 1 .467 3.307c-.472 1.186-1.924 2.364-3.067 3.541a.23.23 0 0 0-.233.228c-.7.023-2.114-.712-2.121-.001.241 1.893 1.878 3.311 2.581 4.919.008.24-.473.235-.465.475.231 1.884-.245 3.85.691 5.27a.23.23 0 0 1 .238.232c-.954 1.422 2.821 3.07 3.995 4.723.936 1.42 1.636 7.561 2.81 6.142a32.82 32.82 0 0 0 2.841-4.945 7.08 7.08 0 0 0 .481-2.127c-.008-.24-.71.023-.706-.477-.007-.23-.038-1.179.23-.938.948.239.184 5.667 2.827 1.419a9.84 9.84 0 0 0 .478-3.777c-.007-.23-.476-.475-.472-.985-.007-.23.233.713.466.475 1.89-.942.251-7.392 2.372-7.391 6.829-.461 4.464 2.207 8.69 5.722.943.71 2.361.004 3.025.722 4.223 4.966-.732 11.079 3.969 16.28a59.84 59.84 0 0 0 7.051 6.385c1.881.94 7.766 1.899 5.877 2.601-3.291.947-9.397-5.919-8.475 3.056.232 2.834 11.047 8.987 12.697 11.115.468.235-1.884-.709-1.416-.474 1.412.955 7.526 2.838 7.759 3.551.474 1.656-.943 4.243.184 5.667.706.467 8.006-2.11 8.238-2.348 4.712-.943 1.402.955 7.293 3.075 1.877.479 3.995-.23 5.879.48 2.591.917 4.231 5.196 7.048 6.625 3.298 1.414 5.409 2.366 6.35 3.306.008.24.23-.007.23-.007.48-.015.985-.472 1.179-.038.923 1.631-.415 1.694 1.565 2.601a.73.73 0 0 0-.152.235c-.237.708 1.402.955 2.111.932a3.26 3.26 0 0 0 .866-.148c.355.149.616.19 1.013.387s.944 1.66.474 1.656c-3.77-.238-6.586-3.789-10.354-4.267-1.649-.237-3.524.234-5.173-.002-.47.015-.939-1.18-1.172-.963a1.14 1.14 0 0 0-.007 1.651c1.416.474 3.054-.239 4.703.008a13.92 13.92 0 0 1 4.706 1.658c.468.235.238 1.173.706 1.418 8.002 4.253 6.349-2.597 18.818 7.344a17.17 17.17 0 0 0 5.874 2.811 15.91 15.91 0 0 0 3.299.233c-.475.476-.97.942-.717 1.654 3.239 7.319 4.018.48 7.293 2.135.706.477.236 1.413.709 2.128 1.877 2.36 4.303 1.862 5.949 4.49.473.705-.001 2.121.702 2.829A10.71 10.71 0 0 0 667.26 510c1.887.479 4.235-1.138 5.651.247 1.169 1.183-.486 3.538-.252 5.191.243.712 1.881.94 1.417 1.415-.97.952-3.062-.001-3.771.943-1.177 1.649-.948 3.773-.95 5.894-.008 2.832 3.998 1.421 3.52 4.258-.219 2.208-1.491 10.484-.479 10.531.06-.002.148-.075.235-.148.707-.713-.004-2.601.909-2.831.71-.023 1.182 1.883.705 2.599-.397.393-1.2.339-1.879.381-.53.017-.996.142-1.183.549-.707.713.001 1.891-.001 3.072-.239.948-.001 2.121-.241 3.069.023.71-1.18.939-.947 1.652.705 2.599 5.406 5.668 5.201 6.135-.714 1.424-4.017-.47-4.715 1.153-1.649 3.775 13.403 7.89 15.052 10.018.942.97.702 2.829 1.873 3.781.473.705 1.881-.001 2.354.704.469 1.185-.244 2.359-.248 3.78l.051 1.579c.235.473.233.713.472.985 2.355 5.677 5.893 3.081 6.606 3.788s-.722 3.025.225 3.545c2.828 2.37 9.431 5.437 12.03 8.755.463.705-.009 1.881.704 2.589a12.26 12.26 0 0 0 1.652.947c-3.559 8.74.697 2.369 3.062 4.023 1.174.712.702 2.829 1.873 3.781.235.473.985-.472 1.423-.236a13.69 13.69 0 0 1 3.534 3.778c1.645 2.608-.958 4.723 1.644 5.95.23-.007.038 1.179.472.985a10.82 10.82 0 0 0 4.015-3.302c.475-.476-.467-2.356.241-2.119 1.414.705 2.154 4.723 4.713 4.019 4.485-1.146 6.874-4.005 9.917-5.184 1.658-.704 9.202 2.383 10.859.729.977-.712-.705-2.599-.235-3.544 3.086-5.423.228 4.255 4.478 4.497 1.419-.046.718-3.775 1.886-3.543 1.889.239 2.361 3.075 4.012 4.022 3.048 1.422 4.481-1.886 6.369.484 1.176 1.413 1.415-1.417 1.885-1.412s.038 1.179.476 1.415c.946.47 2.829-.702 2.592.006-2.839 7.786-11.094-.261-8.737 5.176.468 1.175 3.062.001 3.532.946.238 1.183-1.654 2.365-2.594 2.085-2.369-.243-3.772-3.079-6.118-3.554-4.041-1.19-8.488-.725-12.266-2.144-2.591-.917-4.948-4.492-8.261-2.374-4.723 3.065-1.184 3.3-3.811 5.897-1.89 1.882-4.248-.483-6.609-.486-.23.007.472.985.232.993-.47.015-.937-1.42-.942-.97-1.186 4.481.704 6.611-3.083 9.205-.235.468-1.179.038-1.413.226-3.316 4.49 3.086 2.601 4.483 4.027 1.179 1.182.227 3.304 1.146 4.485.473.705 1.18-.949 1.888-.712 3.032.952 9.19 5.705 8.961 9.455-.484 5.439-3.306 1.418-2.841 4.955.464 2.596 1.637 5.43 3.77 5.201.23-.007.94-.03.936.47.234 1.653-1.695 9.44 5.21 6.385 4.011-1.881-6.128-12.808 5.203-10.174 1.419.244 1.887 2.36 2.596 3.548 1.174 1.653 1.878 3.301 3.295 4.726.238.232.939-.03 1.178.232 1.885 2.6-1.906 8.496 4.001 9.215.708.237.705-1.414.471-2.126-.462-2.837-.933-7.784-.698-8.262 5.916-8.256 7.553 1.196 11.564 4.268.706.477 1.648-.704 2.124-.229.706.467.471 1.886 1.177 2.363.938.23 2.589.236 3.066-.47.479-1.887-4.943-4.962-5.179-5.435s.702-1.183.707-1.654c-.235-.473-1.184-.712-1.177-1.423s2.835.719 1.885-1.412-3.759-7.322-4.703-8.972c-.473-.705-1.891.001-2.354-.714-.243-.702.467-1.646.236-2.599-.944-1.65-8.719-7.562-6.832-10.154 1.185-1.419 3.782.007 5.663.007.24-.008.999-.032 1.188.242.463.705-.009 1.881.699 2.118a26.11 26.11 0 0 0 6.842.249c2.131.011 7.319-.457 5.935-2.113-2.353-2.835-6.84-1.429-9.435-4.027-.703-.708.011-2.121-.46-3.067-.235-.473-1.416-.474-1.419-1.185s2.123-1.179 1.415-1.417c-1.644-.707-4.483-.005-5.187-1.663-.709-1.178 7.32-3.519 10.161-4.461 1.656-.474 0-4.002 3.071-3.101 2.354.704 4.949 5.433 6.598 6.61.468.245.71-.943 1.178-.699a14 14 0 0 1 3.298 2.364c.235.473-.232 1.178.234 1.653.708.237 1.654.707 2.131.001 2.602-4.006-.472-4.987-1.64-7.081-.472-.985.234-2.359-.235-3.544-.232-.993-1.655-1.657-1.643-2.838-.003-1.651 3.987-.459 1.414-3.298-3.294-3.785-4.711-2.129-9.432-2.376-3.78-.238-2.832-4.02-3.767-4.49-1.659-1.187-4.023 2.131-5.903.932-1.424-.704.238-3.77-1.146-4.485s-3.071 1.88-4.727 1.414c-1.409-.245-1.175-2.603-2.591-3.078-1.654-.707-3.539-.235-5.421-.245-.473.235-.977.712-1.426.466-.706-.467-.702-1.888-1.642-1.888s-1.423 1.177-2.125 1.41-2.837-.468-2.124-.712c4.492-1.876 7.786-2.103 11.096-4.932 4.017-3.542-1.175-3.544-2.825-4.731-.706-.467-.464-1.646-1.172-1.883-.478-.245-.24.938-.712 1.174-1.653.234.944-3.302 1.42-4.949-.023-.71-.699-2.128.001-2.131.713-.233 9.911 4.501 10.378 3.796 1.909-2.833-10.129-8.747-11.783-10.404l-3.053-6.214c-2.594-2.847-8.015-4.973-8.721-9.462l1.662-7.058c-.228-1.183-2.587-1.417-2.355-2.595.236-1.659 2.127-2.59 3.31-3.769 1.422-1.187 4.02-3.772 4.02-2.832-.007 4.723-4.963 4.003-.018 7.795 2.603 1.917 9.21.482 11.098 2.842 0 0 1.646 7.561 2.354 7.798 1.886.469 8.028.74 8.495.015 1.182-2.129-14.631-3.798-9.189-9.707.71-.943 2.119.241 3.3.243.948.239 1.893-.231 2.832.008 3.783 1.878 4.001 6.134 7.779 7.562 1.654.707 1.869-4.063.484-5.429-1.892-1.89-8.035-.95-7.316-3.765.715-4.486 8.27-3.53 10.867-2.113 0 0 8.006 9.936 6.103 3.084-.945-3.541-6.369-4.496-8.964-5.212-.948-.229-.937-2.361-1.89-2.12-.7.023.242.993.236 1.413-.235.468-.467.706-.708.703-.943.241-1.886.471-2.361-.004-1.882-1.89-1.637-5.43-3.766-6.611-.706-.477-3.539-.235-1.887-2.36 4.266-5.431 4.72.237 9.212-1.639 5.196-2.36 3.315-6.371 5.913-8.016 6.614-4.006 3.059 4.253 9.677.687a18 18 0 0 0 3.778-3.534c4.973-6.164 5.964-1.194 13.535-.689 2.359.234 9.906-3.052 11.803-1.633 3.769 3.31-3.788 3.535.184 5.667a9.25 9.25 0 0 0 2.599 1.176c3.54 1.186 17.475-8.47 16.527-3.747-.483 3.307-12.047 8.004-12.525 11.782.023.71 1.412.955 1.645 1.658a3.28 3.28 0 0 1-.001 2.121c-.244 1.419-1.895 5.424-.715 4.486 4.49-3.777 5.442-9.901 9.224-14.857 3.319-4.72 9.452-5.649 12.525-10.841a38.3 38.3 0 0 0 2.606-5.417c.244-1.419-.7-3.069.242-4.25 4.024-5.193 5.668-.464 10.387-2.108.713-.233.247-1.649.924-2.361a11.45 11.45 0 0 1 4.719-2.584c5.442-1.887 8.024 4.022 6.853-1.883-.468-1.175.938 3.311 2.101 3.074 1.884-.231 7.789-1.403 8.498-3.277.714-1.424-.23-3.074.247-4.72-.031-.95 1.917-2.593.712-3.025-4.956-1.66-16.282.217-22.417-3.566-9.19-5.705-5.416-8.739-6.829-12.525a10.39 10.39 0 0 0-1.647-2.358c-1.172-.963-6.364-4.026-6.601-4.258-.016-.48.712-1.184.477-1.656-2.588-6.38-12.988 2.112-8.73-3.549.954-1.422 3.07-1.89 4.025-3.302.465-.475-.949-1.18-.712-1.888.239-.948 1.423-1.177 1.932-2.124-.008-.24-.943-.71-.703-.708 1.178-.709 3.302.003 3.964-1.179s-.71-3.069-.936-4.482c-.943-3.781-.699-6.131-1.173-9.967-.015-.47-1.408-.235-1.414-.705.477-.706 2.128-.709 2.368-1.648 2.603-5.197-3.072-4.963 5.676-7.308 1.183-.238 2.357 1.414 3.302.944 1.65-.944 1.192-6.442.25-12.345-1.166-7.566-3.274-15.822-3.508-17.476-.008-.24 5.698-9.429 4.258-10.613a.54.54 0 0 0-.385-.158 4 4 0 0 0 .622-.55c.417-.414.951-1.532.797-1.657 1.334.097 1.362-3.046 2.522-4.004 1.895-1.412 8.952-1.631 9.212-4.711-.03-.94-.222-8.998-.691-9.913-.235-.473-.715.473-1.183.238a1.58 1.58 0 0 1-.937-1.42c-.007-.23.7-.023.943-.231.474-1.416 2.37-6.84-.463-7.789-.468-.235.231.943-.24.938-.232.238-.233-.703-.472-.985-1.416-.474-.478 3.777-2.128.709-1.41-2.125-1.176-5.425-1.403-7.789-.031-.95-1.648-3.308-.702-2.839 2.124.712 1.64 6.14 3.768 5.441 7.092-2.831 2.367-3.539 2.377-6.61-.015-.47.462.986.943.71.703-.233-1.179-2.123-.474-2.596 1.185-.469 2.597.476 3.782.007a3.75 3.75 0 0 0 2.122-2.12 127.61 127.61 0 0 0 5.453-14.184c.229-.948-1.652-1.887-1.182-2.833.237-.708 1.66-.944 2.128-1.65 1.662-3.055-3.086-2.601-1.169-5.195 5.209-6.602 12.275-3.76 12.286-5.881.239-1.889-2.357-4.486-.704-5.67 1.18-.939.463 3.777 2.154 4.723.714.717 1.653-1.174 2.836-1.413s2.602.006 3.995-.23c3.067-.46-.694-5.661-.694-5.661-.232-2.834 2.125-2.36.708-4.715.71-.023 1.423-.236 1.418.234.214 13.7 8.003 9.216 15.337 4.276.977-.712-2.128 1.65-3.078 2.591-1.175 1.409.469 3.987-1.653 4.246-3.979.699-8.494.926-12.511 1.406-.24.008-6.134-.011-5.43.696 1.409 1.185 2.823 2.84 4.71 3.309.708.237-.461-1.886.241-2.119 1.418-.706 3.069.241 4.723.007.47-.015 2.363-1.177 2.599.236.467 2.366-5.443 4.008-3.818 5.667.712.977 8.975-.931 10.153-.699.708.237-.009 1.891.699 2.128a7.84 7.84 0 0 0 5.671.246c1.886-.471 2.83-2.833 4.488-3.537 1.65-.944 3.777-.463 5.195-1.169.473-.235-.476-1.415-.053-1.649.475-.476 1.424.704 1.896.469 1.175-.468.468-3.767 1.654-3.295 2.126.471 4.003 4.963 5.658 3.549 1.182-1.179.894-3.301 2.364-4.249 4.026-2.352-.24 4.01 2.358 6.377.943.71 3.383-2.111 3.141-.942.023.71-7.407 8.244-8.824 8.961-.703.233-1.412-.955-2.126-.471-.235.468 1.182.962.946 1.41 0 0-4.967 4.483-5.198 4.481a5.09 5.09 0 0 0-1.189 1.89c.015.47.713.707.712.977-.232.238-8.746 6.126-5.676 7.308 5.9 2.37 4.719-1.644 9.682-1.634 1.649.237 6.839 4.501 8.487 3.787 2.128-.699 3.895-3.298 6.689-.457 6.368 6.617.934 5.663 2.107 9.447 1.178 3.304 2.827 4.481 2.594 4.718-.97.942-4.252.938-3.786 2.354.714 1.658 3.775.718 5.429 1.425 1.656.477 1.65 2.128 3.771 2.129 11.811-1.383 9.466-15.085 17.032-20.272a9 9 0 0 1 4.717-2.344c.999-.032 2.129 1.182 2.834.709 1.657-1.655.239-4.96 1.895-6.375 1.663-1.174 2.599-.695 3.08-2.821.232-.238-.47.015-.708-.237-1.179-1.182.706-3.545 1.418-3.778a6.49 6.49 0 0 1 4.247-.468c1.419.244 2.36 2.135 3.773 1.879 1.653-.234 2.135-2.36 3.553-3.067 1.175-.468 2.591.006 3.777-.463 4.719-1.644.952-6.134 1.43-9.912.469-1.886 3.31-3.769 2.133-5.192 0 0-9.684 1.875-9.937 2.113-1.42.947-.248 3.78-1.666 4.486-.985.472-2.121-.011-3.017-.483-.708-.237-.464-1.656-1.174-1.653-1.651-.007-.245 3.54-1.19 4.951-1.182 1.179-2.357 2.598-4.013 3.062-3.966 1.129-17.214-11.589-19.336-14.381-.704-.718-3.996-6.614-3.521-7.09 1.41-.946 2.826 2.6 4.479 2.366 5.433-.936 4.03-11.797 6.154-15.097.71-.943 2.133-1.17 2.604-2.085 1.187-1.649 1.188-3.78 2.373-5.19 3.549-4.717 5.426-4.238 8.493-2.817.238.232.245-.478.477-.716 2.125-2.35-.464-6.919 5.201-7.172 1.893-.241 3.116 3.541 4.486 2.596 1.65-.944-.473-3.777.237-5.661-.015-.47 5.439-6.6 5.679-6.597.985-.472 2.124 1.932 2.589 1.177s.771-7.079 2.144-8.254c1.885-1.412 7.792-3.764 10.158-4.231.7-.023.937 2.361 1.404 1.655.71-.943.476-2.597 1.186-3.54-.01-.24.242-.238.245-.468 2.125-2.36 11.807-3.995 12.522-7.54.476-2.597-2.841-2.129 1.649-4.056a5.45 5.45 0 0 1 3.779-.703c3.781 1.188 5.427 3.826 3.059 7.325-.71.943-2.123 1.169-3.306 1.408-.24.008-.242-.993-.712-.977-1.418.706-4.497 8.49-8.038 10.376-.24.008-6.853.932-1.848 4.712 1.422.954 4.255-1.138 4.72.247.939 2.121-4.942 1.881-5.898 1.402-.478-.235-.706-1.418-1.179-1.182-2.13.95-1.869 4.063-3.556 5.428a8.21 8.21 0 0 1-3.306 1.408c-.939.03-2.357-1.414-2.827-.479-.477.716 1.177 1.423 1.888 2.37 4.238 5.436 3.526 1.967 10.115 3.394 1.649.237 2.583 1.917 4.006 2.602 2.121.932 4.713.007 6.602 1.197.706.467 1.176 1.413.942 1.89-1.902 3.063-6.137-.722-7.785-.018-1.898.712-.253 8.263-.255 8.503.023.7.472 2.826.239 2.123-2.83-5.201-1.167-9.447-4.721-5.2-1.415 1.407 1.88 6.132.936 8.494-.707 1.654-2.129 2.83-2.364 4.249.023.7 1.414.705 1.179 1.182-.474 1.416-3.776-1.659-2.366.467.942 1.89 5.893 4.021 6.179 5.433.233.713-.707 1.654-.474 2.357.015.48 1.414.715.943.71-1.653.234-3.545-.706-5.193-.002-.985.472-.932 2.121-1.902 3.063-.24.008-.241-.943-.712-.977a12.12 12.12 0 0 0-4.019 1.651c-.473.235-.472 1.176-.955 1.412s.71-.943.242-1.178c-.946-.47-2.359-.244-3.54-.245s-2.83-1.179-3.539-.235c-.962 1.182-.716 3.535.468 4.247s2.36-2.828 3.541-1.886c3.769 3.31-10.163 4.702-6.382 6.84 4.485 2.856 9.435-.936 14.629.967 3.538 1.416 5.232 7.084 9.227 6.855.23-.007 6.848-1.403 7.081-1.64.71-.943-2.598-2.367-1.653-2.838 1.186-.469 10.145 6.155 12.229 6.868 3.032.952 5.942-1.883 8.736-2.114 4.245-.228 14.936 4.278 18.952 5.939 4.243 1.864 8.243 5.196 12.734 6.391l.232-.238 4.719 2.368a1.84 1.84 0 0 0 .942.97c.708.237 1.183-.228 1.893-.231 1.883-.231 3.539-.705 5.185-.228 2.124.712 2.83 5.201 4.72 4.259.232-.238-.238-1.183.232-1.178 1.186-.469 2.361.004 3.542.005.71-.023 1.186.472 1.889.239 4.957-1.411 4.958-3.532 10.625-.935 1.881.94 2.591 4.018 4.48 4.257.939-.03 1.41-.936 2.121-.939 1.893-.231 3.777-.463 5.431.244 3.048 1.422 3.761 6.141 5.651 8.271 3.535 4.728 9.668 7.801 11.302 13.471 1.646 4.489 0 3.302-.956 7.555a25.46 25.46 0 0 0-.95 4.033c-1.417 5.669-3.074 10.105-8.043 14.858-.707.713-1.886.471-2.363 1.177-3.077 3.542-6.591 12.73-11.355 14.856-1.175.468-2.821-.909-4.025-.72-.993.242-1.189 1.89-2.132 2.13s-1.887-.479-2.827-.479c-.993.232-1.655 1.414-2.833 1.172-.24.008-4.719-2.368-6.142-1.192-1.18.949-1.177 2.599-2.124 3.301-.985.472-2.126-.471-3.072-.001-.978.702-.939 1.881-1.917 2.593-1.423 1.177-3.546 1.406-4.919 2.591-2.374 2.078-2.607 3.846-5.207 5.732-3.075 2.361-10.702 3.518-14.244 3.513-8.505-.005.97-.942-4.015-2.871-2.831-.909-3.545 4.237-4.49 4.708-1.648.704-3.77-.238-5.658-.477-.238-.242-.241-.943-.712-.977-1.883.231-3.541 1.886-5.67 1.644-.7.023-.461-1.886-1.167-2.363a9.22 9.22 0 0 0-4.489-1.425c-9.207.228-4.697 9.437-13.931 5.454-2.828-1.429-4.285-8.746-7.272-8.279-1.179.038-1.189 2.83-2.365 2.358-.948-.239.952-3.032-.229-3.064-2.364.227-6.153 8.954-14.408 5.87-8.732-3.319-3.764-7.792-4.27-8.266-1.176-1.413-3.297-.473-4.958-.48-.7.023-1.406-.475-1.651.003-.702 1.173-.241 3.069-1.183 4.241-2.608 4.727-27.156 7.984-33.295 10.574-2.841.943-5.2 4.711-7.33 6.591-1.94 1.894-5.189 2.589-7.324 4.009-5.91 4.714-10.006 12.01-15.428 17.909a38.77 38.77 0 0 1-5.437 5.419c-.232.238-1.411-.004-1.416.466-.948 4.723 2.595 4.728-1.9 8.066-.475.476-1.651-.007-2.354.236-5.674 2.115-1.189 2.83-8.506 3.047-2.601.004-9.196-1.903-11.567-.956-.703.233-.474 1.416-1.18 1.879-2.605 2.366-7.317 3.299-10.631 3.526-3.987.469-13.215.688-13.449 1.166a32.16 32.16 0 0 0-1.9 6.835c-.712 3.025 5.182 3.074 5.89 3.311.48-.015 1.179-.038 1.416.474.243.712-.947 1.652-.469 1.896.708.237 1.182-1.179 1.883-1.182.478.235.236 1.413.706 1.418 4.488.475 8.505-3.998 13.223-3.52 4.01.24-7.081 4.712-8.024 4.942-.71.023-.714-1.648-1.186-1.412s-14.168 8.944-15.118 9.885c-3.317 4.48 12.043-2.581 7.544 4.028-.963 1.172-10.385 1.867-13.692 2.335-6.373.937-11.846 4.936-12.044 4.703-.939-1.18 2.367-3.539 1.185-4.481-1.409-1.185-3.772-.008-5.667.184-.232.238.023.71-.237.708a.61.61 0 0 1-.385-.158c.949.89 2.473 1.611 2.268 2.998-.704 2.354-3.54 3.767-5.858 4.472-4.942 1.881-6.111-3.314-7.319-3.555-3.017-.483-4.49 3.767-6.867 4.225-.993.242-4.723-.007-6.14 1.65s-1.663 4.246-3.081 5.893c-.708.703-1.884.231-2.361.937-.47.946.231 1.893.234 2.604-.242 1.178-.236 2.589-.946 3.532-1.425 1.417-3.995.23-4.02 2.832.232 3.774 2.115 5.664 2.106 8.496.241.943-2.795 6.364.702 6.851.47-.015 15.109-7.063 16.764-7.547.473-.235 1.418-.706 1.183-.238a41.53 41.53 0 0 1-4.502 9.901c-.235.478-2.359-.234-.977.712 1.419 1.185 6.842 1.189 7.548 4.758.038 1.179-2.367 2.908-1.418 4.098.706.467 8.026-2.121 6.844.949-1.186 3.54-8.278 6.361-6.859 8.487s5.419 5.437 5.894 4.962a9.1 9.1 0 0 1 3.066-1.41c.993-.232 3.071-.94 3.072.01-.235.468-7.324 4.94-8.274 4.941-1.183.238-1.885-2.6-2.823-1.91-1.19.939 1.646 4.489.459 3.987-.47.015-4.463-8.97-5.887-9.684-.706-.467-2.354-.714-2.834.232-.705 1.414.467 3.307.702 4.98.023.71-.705 1.414-.237 1.649 1.186.472 3.779-.703 3.54.245-.469 1.886-2.6 2.826-4.25 3.77-.47.015-.946-1.42-1.182-.962s.942.97.706 1.408c.023.71-1.885 1.422-1.179 1.889 1.412.955 3.302.003 4.948.48.48-.015 4.252 3.074 4.717 2.609 1.422-1.187 1.656-3.545 3.317-4.48 1.89-.942 1.638 4.249 3.532 4.958.938.24 1.658-1.645 2.598-1.645 1.179-.038 7.545 1.897 7.545 1.897.235.473 1.65 6.14.697 7.321-1.415 1.417-7.08 2.581-5.196 3.29 1.887.479 3.995-.23 5.666.717 1.887 1.42-1.429 6.85.93 7.084 2.129.241 3.075-3.301 4.966-3.293 1.889.239 2.593 2.837 4.245 3.784.468.235 1.41-.946 1.415-.476 3.517 11.582-16.764-.457-7.809 9.428 1.179 1.182 3.074-1.17 4.485-1.146 2.361.004 1.415 2.596 4.04 1.18.473-.235-.472-.985-.232-.993 1.65-.944 3.542.005 5.19-.698 1.89-.942 6.384-3.058 7.56-3.527 1.888-.712 4.493-3.067 5.667-1.404 4.476 5.668-6.889 3.525-6.828 5.414.046 1.409 2.353 2.835 1.403 3.777-1.415 1.417-3.772-.008-5.658.463-3.781.943-7.094 4.002-10.167 6.123-1.18.939 3.076-.47 4.489-.706 1.179-.038 2.361.924 3.067.481.977-.712-.234-2.594.713-3.305 1.42-.947 3.307-.467 4.98-.702 4.957-1.411 4.25-3.77 4.486-3.297 3.065 6.904-.237 4.72-2.37 6.84-.475.476 1.419 1.185 1.884.709.477-.706 7.339-8.482 7.331-8.722.712-1.174.011-3.062.956-3.533 6.142-2.83 3.299 3.305 4.946 4.722 1.412.955 3.777.478 5.432 1.195.47-.015.468 1.175.702.978 2.364-2.078-2.17-5.202 1.187-5.671 6.614-1.215 6.13 9.456 6.595 9.932 4.957 3.541 8.728 1.658 13.927 2.14.7-.023.939 2.131 2.124 1.932 2.124-.229 10.004-7.768 10.476-8.004 1.175-1.419 4.721-1.884 6.134-1.199.468.245-.004 2.361.472 1.896a7 7 0 0 0 1.848-4.722c-.03-.939-1.652-.947-1.644-1.648-.236-1.423.909-2.831 1.423-4.248.909-2.831-3.766-6.611-1.169-10.147.962-1.182 12.28-3.289 14.173-3.521.7-.023 21.231 2.153 21.709 2.388 9.199 2.613 7.53 9.461 19.808 10.424 6.139.481.962-1.182 5.873-4.002 1.188-.709 2.837.478 3.995-.23.715-.473.01-1.891.474-2.367 1.663-1.174 8.937-2.101 9.922-2.573.977-.712 1.184-2.36 2.132-3.071.703-.233.706 1.418 1.409 1.185.24-.008 2.612-7.088 3.08-6.843 1.179-.038 1.645 2.598 2.83 2.129 4.727-1.404.953-4.243 1.184-6.372.715-4.486 5.924-11.078 8.291-14.616 4.726-6.366 18.644 1.677 20.297.503 1.413-1.176 1.902-3.063 3.312-4.009.456-.455 6.753.892 3.935-3.929.232-.268.304-.49.085-.783-.472-.985-1.895 1.412-3.073 1.18-.708-.237.712-1.184 1.417-1.657.97-.942 2.596-1.405 3.546-2.356 1.42-1.887.955-5.734 3.311-6.21 3.311-.938 6.607 4.108 7.311 6.707.228 1.173-7.812 11.789-7.099 13.437 1.41 3.076 7.066 3.773 7.539 7.57.233.703-.237 1.649-.917 2.591-.962 1.182-1.917 2.593-1.887 3.533.038 1.179 1.885 1.66 2.093 2.844.234 1.653-.471 3.067-.708 4.715-.241 3.069 3.375 1.652 5.263 4.022 4.243 4.965 1.394 9.68 3.491 15.115.707 2.358 3.537 4.488 4.954 6.843a6.3 6.3 0 0 1 1.168 3.304c.232 4.995-1.883 1.172-3.78 3.764-.232.238.944.71.939 1.18-.474 1.416-1.176 2.599-1.659 3.776-.237.708-1.41.946-1.177 1.649.038 1.179 2.589 7.32 2.107 8.506-.947 1.652-2.838 2.593-3.307 4.479-.24.938 1.174 1.653 1.415 2.596.225 4.485-1.904 8.256-2.384 12.274-.236 2.589.468 5.188.245 7.546.046 1.419-1.417 2.597-1.423 4.248-.01 2.602 1.881 4.942 1.406 7.558-.716 2.595-2.364.227-2.604 2.085-.48 4.018.928 8.264 1.166 12.509a82.94 82.94 0 0 1-.982 21.563l-.019-.59-1.65.944 315.96.737.516-328.009a26.31 26.31 0 0 1-4.25-.242c-5.191-.252-7.299-4.496-11.3-5.687-2.126-.471-3.972.939-5.897 1.412-.47.015-.472-.985-.943-.71-.705.473-.707 1.654-1.652 2.115-5.673 4.006-15.41 7.053-21.768 2.566-2.364-1.924-8.003-10.146-12.703-17.468a121.87 121.87 0 0 1-6.37-11.33c-.469-1.185.924-2.361.946-3.542-.226-2.354-3.767-4.48-2.585-6.6a3.89 3.89 0 0 1 4.717-.463c1.419 1.175-.243 3.3.233 4.715.468 1.175 2.118-1.649 2.122-3.07-.016-.48-.702-.978-.934-1.661s-.053-1.649-.236-2.354c-.701-1.888-2.586-3.538-2.117-5.424.482-1.186 2.597.476 3.544-.235.465-.465-1.182-.962-1.647-1.417-1.179-1.182-2.833-1.909-3.771-3.069-3.059-4.253.241-3.059-.237-7.306s-6.818-11.565-4.452-16.044c3.078-5.663.699 3.979 4.012-4.953.24-.938-.467-2.356.011-3.062a2.14 2.14 0 0 1 1.888-.702c.47-.015.702.978.943.71.977-.712 1.179-1.889 2.117-2.59a5.91 5.91 0 0 1 3.306-1.418c1.411.004 4.009 2.371 4.033.95.478-3.767-9.414-6.148-11.775-5.201-5.935 2.113-4.717 5.416-11.789 4.224-1.188-.242-1.65-3.068-1.65-3.068-.473-.705-3.54-.245-3.77-.238l-6.094-2.804c-4.009-2.361-4.944-5.903-9.413-8.269-4.011-2.131-11.313-6.387-15.548-7.1l-.62.02c-1.418.706-2.601 1.875-4.007 1.401-1.654-.707-2.595-2.587-4.004-3.772-2.355-1.655-13.417-8.04-15.782-8.743-.938-.24-1.88.941-3.059.699-1.656-.477-3.525-5.659-4.001-6.134s-1.413.236-2.121-.001c-1.409-.245-3.3-.243-4.479-1.426-4.23-4.245-1.403-5.027-1.871-9.274-.023-.7-1.177 1.649-1.883 1.182-2.355-1.655-2.114-5.664-2.811-8.023a26.91 26.91 0 0 1-1.153-4.715c-.231-1.883 1.18-4.04 0-5.423-.702-.978-2.589.704-3.061 1.88-.242.238 2.812 8.964 3.278 11.32a.45.45 0 0 1-.713.233c-4.239-3.304-1.402-2.826-1.866-8.484-.023-.71-6.596-4.719-8.711-6.381-1.183-.702-1.414-2.586-2.821-3.06-.948-.239-1.895 1.412-2.831.932-1.418-.234-1.885-2.59-3.536-2.597-6.367-.714-3.842 4.947-8.56-.483-4.005-4.723 1.895-6.355 1.903-10.137-.053-1.649-2.826-3.53-1.646-4.479s2.085 2.604 3.534 2.837c1.881-.001-2.1-3.064-2.161-4.933-.023-.71 1.648-.704 1.645-1.414.484-2.357-1.641-4.949-1.167-7.306-.015-.47 1.653-.234 1.418-.706-.046-1.409-1.409-2.115-1.648-3.298s.924-2.351.484-3.297c-.476-.475-2.129.699-2.121-.001-.233-.713 1.653-.234 1.35-.944l-.046-1.409a10.38 10.38 0 0 0 1.195-1.419l-.015-.47-.015-.47a1.36 1.36 0 0 1-1.186-.472s.01.28 0 0-.015-.47-.236-.473a3.23 3.23 0 0 0-.155-.465l.16-.005 1.389-.045c.69-.022-.045-1.399-.699-2.108-.928-1.171-2.785-1.641-3.941-3.044-.228-.233.933-.23 1.623-.233 1.626.478 3.786 3.519 5.884 1.88.928-.7-1.469-2.104-1.234-3.512.239-2.799.538 1.173 3.094-1.161a21 21 0 0 0 3.488-4.435c.237-.708-.694-1.638-.456-2.346.468-.696 1.856-.46 2.094-1.158.94-1.871-.692-4.68 1.169-5.611.925-.47 7.423 4.922 5.566.71-1.384-2.577-6.724-2.784-6.021-5.808.467-2.576.921 1.871 3.48.237.925-.47-2.039-1.175-1.852-1.871 1.397-3.517 4.861 7.967 5.807-4.19l-.01-.23-.015-.47-1.189.039-.025-.78-.015-.47c1.079-.035 1.083-.235 1.083-.235a3.56 3.56 0 0 1 .117-.704s.013.4.01.16a12.74 12.74 0 0 1-.704-1.648l-.699-2.128c-.937-3.301-2.105-6.605-1.397-7.309 1.413-1.176 3.523.946 4.933.01.715-.473-2.577-1.417-1.872-1.89.977-.712 2.114.712 3.291.894.47-.015 5.417-7.299 5.891-8.715.709-1.884-.222-6.836 1.42-5.889.468.235.694 1.648.939 1.18.704-2.354-.228-5.185.481-7.069.237-.708 1.168.232 1.641-.003.703-.233.707-1.644 1.175-1.409.708.237.053 1.649.709 2.118l.08-.003a6.29 6.29 0 0 0 .154-1.416c-.238-1.183-.694-5.981.946-3.853.238.242 1.172.963 1.176.472.482-5.188-.934-6.593 4.011-10.836 4.473-4.007 8.928.711 13.167-.927.993-.232.947-1.642 1.652-2.115.465-.475 0 1.411.466 1.416 2.349.234 4.972-.942 7.061-1.64 1.408-.706.74-8.028.946-8.485.71-.943 2.591.006 3.769-.702 2.111-.939 5.65-5.656 8.233-3.759 1.173.702 1.877 2.36 3.289 3.305.936.47 3.755-.232 3.753 1.879.01.24-.993.232-.985.472a24.21 24.21 0 0 0-.01 5.893c.023.71-.046-1.409.467-1.646.705-.473 1.172.963 1.877 1.42a19.7 19.7 0 0 1 7.033 12.029c1.169 5.195-.481 11.392 1.39 16.354.939 2.121 13.167-1.867 12.694-.692-2.123 5.191-9.885 5.883-14.586 7.757-3.066 1.41-4.945 5.163-8.238 6.36-1.648.704-3.767.462-5.407 1.406-1.648.704-.01 3.772-1.183 5.181-.712 1.184-2.826 1.412-3.3 2.828-3.309 8.722 1.642 2.828 3.04 9.196.233.713-1.644-.707-2.349-.234a8.14 8.14 0 0 0-2.841 4.945c-.947 5.664 6.34 3.306 8.457 3.788 1.416.474 2.077 2.354 3.526 2.597.939-.03 1.177-1.649 1.88-1.882 1.413-.236 3.294-.237 4.473.946.466.475-1.886.471-2.591.944s-2.819.702-3.296 1.407c-.24.938.236 2.354-.238 2.829-3.538 3.526-5.168-.483-8.465-.016-5.172.938.703.708-1.645 2.355-3.303 2.108-10.348 1.156-9.178 7.301 2.324 12.751 12.45-.213 16.914 2.624 1.412.955 1.64 3.068 2.819 4.251 3.524 2.837 15.741 7.804 17.849 10.167 2.07 2.124.692 7.782 3.755 8.723 1.639.247 5.643-4.935 7.759-5.404.47-.015.046 1.409.474 1.646 1.88 1.19 3.986 1.662 6.094 2.804a7.81 7.81 0 0 0 2.82 1.179c1.877.479 2.124-3.291 3.767-4.474s2.345 1.655 3.76 1.189 4.238-7.541 9.416-3.997c1.174.712 3.101 3.071 1.873 3.781-1.42.936-3.295-1.654-4.936-1.661-1.179.038 2.111.932 3.055 1.652 2.585 1.657 3.28 5.196 3.75 8.263a21.53 21.53 0 0 1 .176 5.427c-.235.468-.993.232-.978.702-.468 3.777 3.992 4.013 5.634 6.821.936 1.41-.01 3.532 1.153 4.715.939 1.18 3.282.004 4.463.946.934.71.462 2.837 1.401 4.017.475.465 1.415-.476 2.113-.239a17.25 17.25 0 0 1 4.549 1.423c1.881.94 4.924 6.844 7.035 6.846 2.832.008-6.098-7.546-6.563-8.022-1.177-2.363-.299-7.074-2.65-8.919-2.818-2.36-2.591 4.957-3.297.467s-1.161-8.967.025-13.438c.946-3.532.473-.235 3.768-2.583 2.116-1.409 3.804-6.126 5.967-7.297 1.65-.944 3.758-1.653 5.642-.943 1.644.717 1.408 3.306 2.577 4.489a19.68 19.68 0 0 0 3.287 1.414c2.821 2.13 3.283 5.897 6.811 7.323.468.235 1.176.472 1.644.707l.04-25.935 1.229-783.641-312.77-.48a4.31 4.31 0 0 0-.708 2.834c.933 3.772 11.75 5.672 7.035 11.778-1.925 2.354-6.35 1.637-8.475 3.997-2.82 2.823-3.062 7.103-5.69 9.659-.708.703-10.437 6.111-11.373 6.582-5.919 2.583-3.525-.716-8.699-2.61-.468-.235-1.885 1.412-1.878.711.954-11.327 1.643-1.174 4.939-5.653.235-.478-1.639-.237-1.412-.955-.023-.71 1.42-.946 1.885-1.412.237-.708-1.169-2.123-.469-2.126s1.416.474 2.116.472c1.883-.231 4.01.25 5.412-.936 1.175-1.409-.698-5.18.945-5.413 1.883-.231.465 3.537.468 5.188.01.23-.705.463-.708.703.015.47.472.985.699 1.178 1.881.94 4.995-.222 5.935-2.113.955-1.412.01-3.532-.228-5.185-.01-.23-.946-.47-.703-.708.237-.708 1.408-.706 1.645-1.414-.015-.47-1.415.476-1.409.046s.97-.942 1.178-1.639c-.01-.24-1.172-.963-.702-.978s.936 1.41 1.172.963c.703-.233 1.415-1.407.932-2.121-.696-1.418-6.416-3.794-7.825-3.749-.468-.245-1.883 1.172-1.646.464.477-1.646 1.902-3.063 2.841-4.945.47-.946-.704-1.648-1.885-2.6zm-877.053 61.669a1.16 1.16 0 0 0-.467.085.86.86 0 0 0-.4.313 14.12 14.12 0 0 0-3.068 6.593c-.482 6.129 4.227 8.488 5.393 13.913.471 1.886-.238 4.71 1.176 5.425.706.467 1.888-.702 1.881-.001.233.713-1.648.704-1.415 1.417.015.47 2.588 2.357 3.293 1.894 5.881-3.762.486-4.468-.693-8.722-.023-.7-.229-2.114.482-2.117 12.027-.92-.917 2.591 5.644 4.96 4.248 1.423-3.281-12.02-2.334-16.743 0-.01-6.854-6.812-9.492-7.016zm707.912 61.454c-10.475.339-10.14 8.183-5.291 17.04 3.054 4.714 4.935 7.784 10.359 5.667.473-.235.943.71 1.416.474 2.364-2.078 4.962-6.824 4.962-9.886-.008-.24-1.873-9.945-.218-10.138 1.411.004 1.644 5.66 2.349 4.246a8.68 8.68 0 0 0-1.401-4.957c-3.304-2.844-5.652-2.138-9.902-2.381-.792-.034-1.574-.089-2.273-.066zm-248.731 52.794c-2.681.017-4.368 2.283.922 7.464 1.185-1.409 4.482-1.876 4.25-3.76-.406-2.328-3.052-3.723-5.173-3.704zM590.65-385.95c-2.125 1.42-4.473 2.146-5.873 4.002-.475.466 1.176 1.413.702 1.888-2.122 3.07-1.172-2.834-3.293-1.894-.473.235.466 1.416-.007 1.651-.71.023-.699-1.178-1.176-1.413-.938-.24 1.647 2.358.699 3.059-.705.473-1.169-1.183-2.119-1.182-.23.007.235.473.243.712a1.74 1.74 0 0 1 1.176.472c.706 1.418-.902 3.031-1.426 4.479 5.663-.934 8.256-3.049 10.149-8.233.47-.946 1.42-1.887 1.659-2.825-.007-.23-.76-.286-.866-.482a.26.26 0 0 0 .132-.234zm19.866 6.36a12 12 0 0 1-1.721.316 4.08 4.08 0 0 0 1.643-.233c.117-.104.156-.135.076-.123zm-33.62.549l.082.077.939-.03a8 8 0 0 1-1.023-.087zm-9.841 14.937a.43.43 0 0 0-.238.078c-1.185.469-2.591.944-3.071 1.88-.472 1.186.707 2.358.935 3.542a36.46 36.46 0 0 0 2.834-5.185c.183-.216-.182-.374-.462-.355zm-7.75 7.845c-.245.468.023.71.038 1.179-.008-.24.235-.478.237-.708zm-5.96 1.324c-2.727.148-5.815 1.189-6.522 3.133-.477 1.646 3.301 2.124 4.477 3.547 10.112-4.74 6.548-6.966 1.983-6.718zm-496.169 17.96c-.727.094-.969.972.115 3.538.399.888.78 1.536 1.069 2.126a1.65 1.65 0 0 0-1.566.471c-.955 1.412 1.642 5.89 2.345 6.598.473.715 1.889.239 1.88 1.19-.238 4.71-4.249 6.591-4.247 6.351-6.363-4.016.02-13.898-5.632-16.036-6.84-2.37-1.423 5.189-2.37 5.89-1.648.704-2.824-3.771-4.472-3.067-3.539 1.645 4.462 8.02 3.755 8.723-2.125 2.35-7.514-12.983-6.584-4.959.231 1.884.699 3.979 2.107 5.425.942.97 4.715-.233 4.033.95-1.172 1.179-3.768-1.419-4.71-.248-.977.712 2.593 1.917 1.883 2.831-5.436 7.3-2.574-8.721-6.819-8.494-4.723-.007 2.343 6.838-.96 8.956-1.178.709-6.809-13.447-8.71-3.55-.484 2.357 5.181 2.123 5.881 4.252.023.71-1.178.709-1.185 1.409.232 3.774 6.839.489 8.256.963.708.237.461 1.886 1.172 1.883 1.183-.238 1.18-1.879 2.127-2.59.23-.007-.239.948.038 1.179 1.17 3.064 1.178.232 2.824-.232.47-.015-.472 1.176.038 1.179s1.185-1.419 1.42-.946c.469 1.185-.714 2.675-.478 4.088.469 2.126 8.496-10.131 8.716.958.001 1.881-4.475 1.146-4.721 2.814-.236 2.599 8.726 1.898 6.839 3.55-.962 1.182-2.599-.236-4.01-.24-2.834.232-7.071.689-9.672 2.575l-.465.475c.941 1.88 2.576 4.479 4.705 4.72 1.889.239 4.246-2.349 5.182-.938 6.122 10.147-11.542-1.427-12.727-.018.277-1.01.626-1.971.006-2.592-1.412-.955-3.302-.003-4.988.462-.993.232-1.424 2.357-2.128 1.65-.943-.71 1.657-2.595.712-3.025-2.119-1.182-5.422 1.877-7.541.695-2.357-1.414-1.873-3.771-4.476-2.596-9.441 4.458 3.527 4.478 4.473 4.958.708.237.466 1.416.944 1.65.228.233.705-.473 1.175-.468s1.183-.238 1.418.234c1.649 1.177 3.519 4.248 5.411 5.197.468.235-.472-.985-.238-1.183.705-.473.466 1.416 1.174 1.653.946.47 3.071-.94 3.302.003.474 1.656-2.127 2.59-2.362 3.999s.705 2.599.699 3.979c-.242 1.178-2.127 3.531-.948 3.773 1.649.237 7.551-2.576 8.248-2.348.716.477 3.3.243 2.595.716-1.413 1.176-3.296 1.408-4.949 1.641-.94.03-2.124-.712-2.827-.479a3 3 0 0 0-2.127 2.59c-.237.708 2.121.932 1.647 1.417-.97.942-4.95-.24-3.767.462 1.644.717 3.53.246 5.419.485l1.411.004c.946.47 4.009 2.361 2.83 2.119-1.659-.236-3.298-1.414-4.949-1.42-8.982.691.707 3.299-6.615 6.117-1.648.704-3.763-.949-5.656-.717-.7.023-.947 1.652-1.172 1.179-1.176-1.413.005-4.473-1.879-5.182-1.176-.482-.483 3.017-1.183 4.241-.71.933-3.781 1.873-2.838 2.583.706.477 15.781 7.803 16.489 8.04.938.24 1.881-.001 2.594.706 1.409 1.185 1.405 3.536 3.057 4.483.936.48 2.117-2.59 2.588-1.645.944 1.65-2.124 4.241-.715 5.426a.57.57 0 0 0 .393.077c.002.06-.137.084-.155.155-.472 1.176.704 2.589.933 3.772 1.644 4.719 4.236 2.594 7.302 5.196 2.12 2.122 5.643 8.962 9.882 10.385 1.654.707 10.369 1.665 12.015.261.707-.713 1.024-6.367 4.327-5.423 1.884.719 7.035.963 8.481 1.436.946.47 1.177 2.353 2.12 2.122 1.175-.468.706-3.535 2.129-3.771 1.651.007 2.085 2.594 3.759 3.31a2.74 2.74 0 0 0 1.893-.231c3.063-1.18 5.651-3.765 8.716-4.285 5.903-.932 2.354.714 8.73-.453.23-.007-.943-.71-.713-.707.475-.476 1.416.464 1.651-.003.712-1.174-.699-3.979.478-3.767 3.773.948 3.051 7.075 4.465 6.859 1.653-.234 2.605-2.356 4.251-2.819.713-.233 2.119 1.182 2.597.476 1.175-1.419.233-4.24 1.655-5.416 1.182-1.179 4.238.473 4.972-.942a1.34 1.34 0 0 0 .075-1.093 2.29 2.29 0 0 0 .391.628c1.654 1.647 4.482-.936 6.603-1.875.473-.235 1.658-.704 1.423-1.177-.469-1.185-3.773-1.879-2.826-2.6 1.18-.939 3.078 2.362 4.238 1.423.593-.529.428-1.305-.069-2.119a2.9 2.9 0 0 0 2.439.231c9.683-5.637-2.58-7.07-3.254-7.779-.476-.475.474-1.416 1.179-1.889 1.418-.706 3.537-.465 4.957-1.401 2.841-1.883 1.66-5.887.49-8.02-.243-.712-1.183.228-1.649-.247a11.9 11.9 0 0 1-2.355-2.595c-1.647-1.417-3.54 3.767-5.664 3.055-1.654-.707 2.828-2.583 4.488-3.527.232-.238 1.176.472 1.169-.038-.023-.71-1.176-1.413-1.169-2.123-.015-.47 1.416-.466 1.178-.699a13.88 13.88 0 0 0-4.715-2.849 2 2 0 0 0-1.253.231c1.31-.933 8.824-5.569 5.276-8.235-1.172-.963-3.3-.243-4.471-1.186-.478-.245.977-.712.705-1.414-.015-.47-1.416-.474-1.182-.962 2.369-3.769 3.776-3.284 7.315-3.989 1.183-.238 3.77.238 3.299-.707-3.055-5.664-5.418-.475-7.536.244-.985.472-2.116-.472-3.062-.001s-.952 3.032-1.917 2.593c-7.772-4.26.953-5.184-.693-8.722-.463-.715-1.877-.479-2.347-1.425-.474-1.646 3.067-3.531-1.146-4.475-1.646-.477-3.295-1.654-4.943-.95-1.188.699-.917 2.591-1.19 4.041.038 1.179.467 2.356-.003 3.302-.24.938-1.415 1.407-1.932 2.124a4.55 4.55 0 0 0 .053 1.649l-.08.003c-.01 0-.943-3.771-2.36-2.125-.707.713.708 3.309-.238 2.829-2.117-1.412-1.872-6.833-4.466-6.599s-4.949 3.522-6.138 5.412c-.233.228-.23.938-.47.936l-.543-1.333c-.22.007-.71.023-.865.158-.473.235-.479 1.877-.475 1.406-.467-2.356.966-12.488-5.174-10.838-2.356.467-2.39 23.81-4.261 15.786-1.146-4.485.469-1.886 1.189-6.832 1.658-8.728-1.185 1.419-2.357-4.486-.228-1.173 1.19-1.88 1.192-3.04-.241-1.883.005-4.473-1.649-5.189-1.642-.947-3.539 1.645-5.424 2.117-.23.007-.233-.713-.472-.985-.936-.47-1.881-.94-2.584-.707a4.41 4.41 0 0 0-2.362 3.078c-.94 1.881 1.166 9.427-2.604 6.088-4.715-3.779 2.621-14.212-5.637-14.935-2.359-.234-1.271 9.266-4.335 12.567-.475.476-7.553 6.828-6.133.929.24-.938 6.85-7.526-2.828-2.36-3.068 1.65-2.837 11.548-7.791 10.598-1.419-.244.241-3.069.715-4.476.472-1.186 2.355-2.358 1.887-3.533-.228-1.183-3.527-.476-3.055-1.662.239-1.879 3.771-1.873 4.25-3.76.467-1.646-1.648-3.298-2.169-5.182-.473-.715-1.41-2.446-.702-2.208 1.884.709 2.584 4.088 4.47 3.627 10.853-1.632.011-6.444.253-7.622.472-1.176 4.04 1.18 3.995-.229.234-1.418-3.297-.473-3.773-1.879-.464-1.656 1.894-3.303 1.661-4.946-.038-1.179-1.881-.94-2.354-1.925-.235-.473.943-.231 1.416-.466.47-.946-1.177-2.363-1.415-2.596-.468-.235-1.643.233-1.649-.237-.228-1.183 3.307-3.529.955-5.424-.943-.71-2.597-.476-3.53-1.186s-.939-2.121-1.652-2.828c-.468-.235.023.71.038 1.179a.8.8 0 0 1-.235.468c-.098.063-2.665-1.975-3.911-1.834zm151.983 196.771c-2.067.137-.573 1.139.937 2.361a10.91 10.91 0 0 1 .927-2.271 16.85 16.85 0 0 0-1.864-.09zm2.83 1.189c-.715.153-1.554 1.141-1.81 1.249a5.33 5.33 0 0 1 1.8 2.123c.236 1.413-1.423 4.238-.005 4.483 1.649-.053 2.129-2.83 2.126-4.481-.03-.94-1.884-.709-2.355-1.645-.008-.24 1.183-.238 1.178-.709-.168-.855-.505-1.084-.933-.99zm-4.509 22.018l-.72 5.886zm200.01 4.164a3.24 3.24 0 0 0 .937 2.041c1.649 1.187 4.988-.462 5.419 1.425.474 1.656-3.532-.946-4.995.232-.473.235-.71.943-.955 1.412a19 19 0 0 0-.406-5.11zM283.056-68.011a9.76 9.76 0 0 0-.712 1.804 3.89 3.89 0 0 0 .473.075 3.79 3.79 0 0 1-.63.321c.056-.132.112-.264.157-.395-.282-.051-.475-.135-.468.075s.012.37.23.313a2.47 2.47 0 0 1-.988 1.323c-1.648.704-3.535.225-5.418.456-.473.235-1.409.046-1.175.468.464 1.656 1.123 3.776 2.817 4.481 1.174.712 2.13-2.82 3.071-1.88 1.174.712-1.427 5.969-2.849 9.037-.235.468-.709 1.884-.474 1.416 4.732-4.946 4.493-7.379 4.264-10.444-.233-.713 2.831-.002 2.594-2.085-.023-.7-1.414-.705-1.409-1.175.237-.708 1.176.472 1.649.237.232-.238-.712-.977-.709-1.178.477-.706 2.358-1.647 1.66-1.885a3.41 3.41 0 0 0-1.888.702c.274-.489-.221-.963-.194-1.665zm-38.788 34.664c-9.903.691 4.221 13.871 7.255 7.769a27.52 27.52 0 0 1-2.59-1.187c-1.416-.474-3.537-.476-4.243-1.864-.473-.705 2.596-.464 2.356-1.407.046-1.662-1.368-3.297-2.779-3.312zm408.395 5.585c-.26.008-.548.078-.78.025-.474 1.416-.953 4.243-3.079 4.712-1.646.464-6.836 1.162-5.187 1.409 1.656.467 5.898-.471 6.833 2.13 0 0 .186 5.737 2.821 4.321 8.735-4.935 2.121-1.249 4.017-5.723.47-.946 8.005.011.007-4.723-.946-.47-2.589.704-3.534.235-.706-.467.007-1.651-.469-2.126a.64.64 0 0 0-.669-.258zm-461.358 3.515c-1.403.226-2.614 1.766-3.841 2.806-.23.007-.237.708-.47.946-2.354.226-2.348-2.365-4.717.463-.708.703.708 4.239.467 4.237-3.324-.693-4.961-6.113-7.112-.26a4 4 0 0 0 .472 2.826c.008.24.94-.03.708.237-.475.466-2.364.227-2.131.94.712 1.888 4.711 2.129 4.004 3.772-.709 1.894-4.713-.948-5.66.704-.955 1.412.467 4.237 2.139 4.243 1.881-.001 2.125-3.291 3.775-4.234.475-.476 1.414.705 2.126.471 1.408-.706-.464-5.658.948-4.713 1.179 1.182.933 3.772 2.582 4.018 3.072.001 3.308-6.601 3.55-7.779.474-1.416 3.775-3.294 4.955-5.163-.469-1.185.013-3.302-1.175-3.544a2.58 2.58 0 0 0-.619.03zm21.834.703c-.955 1.412-2.357 2.588-2.594 4.236-.237.708 1.409 1.175 1.412 1.885.015.47-1.184-.712-1.656-.477-.235.478.946 1.42.471 1.886 0 0-3.531-3.067-2.361.947.476 1.415 3.766 2.599 2.824 3.771-1.175 1.419-3.772-.008-5.416-.715-.71.023-1.412-1.885-1.419-1.175-.237 1.649 1.883 3.771.936 5.413-.472 1.186-3.528-1.416-3.529-.236-.241 3.069 2.348 3.306 1.637 6.37.007.23-.23.007-4.001-2.132-2.825-1.659-.238 3.77-2.134 4.241-1.416.466-1.641-4.009-2.819-3.31-5.194 2.119 2.578 10.382 2.813 10.845.472.985.227 2.364.232 3.774-.009 1.891.928 4.242-.247 5.661s-4.716-.718-5.423.926c0 0 8.012 4.263 1.634 5.66-1.886.471-3.525-1.647-5.181-1.183-6.6 1.645.235 4.475-.719 6.837-.47.936-6.587-1.668-7.996.259-1.91 2.823 12.96 2.582 10.831 3.551-1.648.704-3.529-.236-5.421-.245-.7.023-2.584-.707-2.351-.004a7.69 7.69 0 0 0 1.172 2.834 2.86 2.86 0 0 1-1.179-1.182 9.8 9.8 0 0 1-1.645-2.598c-10.621 3.526 4.243.953.461 5.898-5.904 8.005-2.121.939-6.842 2.813-.23.007-.467.706-.229.948 1.638 3.299 11.076.011 12.954-1.63.475-.476-.472-.985-.706-1.418a1.84 1.84 0 0 1-.942-.97c2.121.932 4.949-1.641 8.019-3.261 1.418-.706 1.182-1.179 2.835-2.353.708-.703 2.591-1.875 2.123-1.169-.475 1.406-2.838 1.643-2.831 3.093.031.95 3.772.008 3.025.712-.23.007-9.902 1.632-8.254 4.94.709 1.178 3.3 1.184 3.298 2.364s-2.117-1.422-3.3-1.184-2.358 1.647-2.831 3.093c-.707 1.654-.009 5.893-.958 7.785-.947 1.642-5.66 2.575-4.24 3.759 1.174.712 1.91-2.823 3.296-2.348 3.305.713-3.539 4.707-3.069 5.652.468 1.175 3.066-.47 3.535.706l-4.931 4.072c-1.42 1.887-.95 4.953-2.37 6.84-.712 1.174-4.013 3.052-2.599 3.766 1.884.709 4.002 0 5.663-.934.473-.235-.939-1.18-.704-1.658.709-1.884 2.59-2.815 3.299-4.709.245-.468-.226-1.413.011-2.121a2.94 2.94 0 0 1 .94-1.881c.708-.703 2.596-.464 2.836-1.413.476-2.587-2.583-5.919-.695-7.541.708-.703 10.145-5.872 10.373-5.639.712.977-.234 2.359-.235 3.539-.239 1.879-.949 3.763-.242 5.181.015.47 11.775 6.152 3.996 2.602-2.121-.932-3.999-3.312-4.941-1.191-.719 1.884-.01 4.002-.717 5.656-.237.708-1.658.704-1.415 1.417.235.473 4.702 5.851 3.756 7.542-.47.946-2.121.939-2.828 1.652-7.563 6.819 2.833-1.182-3.309 5.65-3.31 3.769-4.253 3.37-4.028 8.785.238 1.183-5.423-.004-3.066 1.41 9.181 5.445 2.131-4.952 8.955 4.022.936 1.42 2.109 5.194 3.054 3.773 2.369-3.769-2.113-7.776 1.193-7.042 2.597.476 2.581 4.008 3.758 5.421.238.242.706.477.948.239.475-.466.242-2.119.94-1.881s-.705 1.414-.472 2.116c.235.473.946.48 1.419.244 1.175-.468 1.887-1.652 3.303-2.108 1.173-.238 2.584.707 3.77.238 1.416-.466 2.125-2.35 3.541-2.816 1.173-.238 2.111.932 3.04 1.182 1.408.235 4.715-1.153 4.24.243-.477 1.646-3.064 2.1-4.919 2.581-.473.235-.242-.993-.709-1.178-.24.008-8.023 7.764-7.791 10.588l2.813 5.912c.236 1.413-2.122 4.001.702 4.98.948.239 2.127-2.59 2.598-1.645.702 1.888-2.135 6.362-.014 6.364 3.304-.227 6.14-6.592 6.374-3.058.231 1.894-1.902 3.063-2.599 4.717s1.172.963.937 2.351c-.008 2.832-8.011-2.372-4.955 4.243.466 1.416 3.298 1.414 3.764 2.83.238 1.183-2.126.469-3.064 1.17-1.18.949-2.604 2.085-2.837 3.534a8.91 8.91 0 0 0 .308 4.242c-1.302-.358-2.328-.205-2.434.229-.477 1.656 2.139 4.253.698 5.19s-1.885-2.59-3.054-3.773c-2.36-2.125-3.071.94-6.369.457-1.649-.237-2.59-2.127-4.239-2.364-.708-.237.706 1.418.234 1.653-3.304 1.178-4.717.463-6.369.457a8.5 8.5 0 0 0-2.593 1.175 4.06 4.06 0 0 0-1.415 1.417c-.467.706-.239 1.889-.706 2.594-3.075 2.351-8.021 2.571-7.556 4.247 1.644 9.672 6.138-4.471 10.141.492 1.407 1.415 2.345 10.61 1.865 11.546-1.424 3.298-8.972 9.646-12.744 10.588-1.183.238-2.351-.924-3.532-.946-1.653.234-1.917 2.583-3.303 3.059-1.185.469-9.895-2.141-9.922 2.573.053 1.649-.476 3.537.472 4.987.659.889 6.452 1.202 6.6 1.427-1.423.236-3.775-.708-4.48.705-.48.936 1.637 2.358 2.815 2.59a8.09 8.09 0 0 0 4.717-.463c.475-.466.239-1.879.94-1.881 5.66-1.644 3.53.246 5.183.012.47-.015.705-1.414.97-.942.243.702.699 7.982 1.168 8.246 2.36 1.184 5.904-3.053 7.776-1.162 2.12 2.122 1.639 6.13 4.004 7.784 7.064 4.013 5.653-.934 11.553-2.576.703-.233 1.172.963 1.881.94a19.25 19.25 0 0 0 3.532-.935c.978-.702 8.502-5.638 7.084-3.992s-12.725 8.697-12.98 9.165c-.715 1.414-.238 3.77-1.661 4.946-4.488 3.537-10.36-2.606-14.845-3.321-13.194-2.374-6.813 5.884-12.262 5.4-.938-.23-1.88-2.12-2.823-1.91-1.658.704-1.422 6.129-2.132 7.073-1.185 1.409-3.309 1.638-4.481 2.817-.715.473-.474 1.416-1.189 1.89-.703.233-1.884-.709-2.589-.246-1.653 1.184-2.124 3.301-3.779 4.715-.473.235-1.406-.475-1.881-.009-.473.235.038 1.179-.474 1.416a5.45 5.45 0 0 1-2.594 2.085c-.24.008-9.67.453-9.667 2.104-.006 2.602 5.646 1.028 7.064 3.393.939 1.18.228 4.245 1.646 4.479.94-.03 3.811-5.887 4.254-7.061a.93.93 0 0 1 .7-.313c1.649-.053 3.295 1.024 4.711.558.985-.472.484-2.677 1.657-2.905 3.301-.937 7.308 1.974 10.092 2.675 2.299.536.907-1.03.552-1.489l.16-.005c1.881.94 6.819 7.873 9.652 6.691 3.539-1.645 6.151-13.036 6.151-13.036 4.239-1.638 13.193.493 16.254 3.565a8.57 8.57 0 0 1 2.821 3.06c.233.713-.714 2.675-.239 2.209.712-1.184.241-3.38 1.66-4.056 1.175-.468 4.942 2.131 6.094 2.804l.23-.007c.71-.023 1.884 1.03 2.122.321.244-1.419-2.103-3.144-1.401-4.327.467-.706 13.664 2.379 13.898.02.244-1.409-2.581-3.068-1.638-4.239.707-.713 2.821 4.011 5.644 4.96.708.237-.23-3.995 1.42-1.887.473.705-.94 1.881-.242 2.119s1.415-1.407 2.123-1.169c.71-.023-.978.702-.955 1.412.235.473.942.97 1.414.705.477-.706-.232-2.824 1.18-1.879 2.355 1.655-.978.702-.709 1.884.704 2.589 12.49-.215 14.148.022 2.116.472 5.881 4.562 8.002 4.563 1.409-.046 1.888-1.952 3.063-2.43 2.603-1.175 4.988-.462 7.626-2.108s.469 2.126 4.716.718c1.175-.468.479-2.827 1.416-3.538 2.363-1.167 6.607-.214 7.31-2.578.239-1.889.006-3.532.483-5.178.239-.948 2.594-2.085 1.655-2.355-3.538-1.426-7.076 1.16-10.373.686-6.832-1.189 3.297.473.006-2.592-.943-.71-1.884-1.65-2.827-1.419a.48.48 0 0 0-.238.078l-.003-.08c.241-3.059-6.604-.947-6.834-.949-.706-.477 1.172-1.179 1.885-1.412 2.591-.944 7.773 1.189 9.664-1.874.712-1.174 1.422-3.048.48-4.018-.949-1.18-5.19.698-4.476-.715.955-1.412 3.772-.933 5.655-1.184.24-.008.235.473.466.475.716.467 1.182.962 1.884.709 9.441-2.587-1.647-1.417.487-5.659.472-1.176 2.585 1.657 4.04 1.18 4.017-1.401 9.446-12.002 10.167-16.008 2.369-12.733-10.583-16.276-18.575-17.468-4.956-.72-1.415 2.347-6.138 5.412-.705.463-1.884-.709-2.587-1.417s-.94-2.131-1.883-2.84c-.475-.465-2.356.477-2.119-.232 2.36-5.89 3.773-2.123 7.078-5.412 4.247-4.47-4.228-13.44-4.226-14.621.25-4.951 4.006 1.661 2.84-2.823-.937-3.301-5.416-8.729-4.457-12.502.235-1.408 2.826-1.402 2.83-2.823.007-4.713-3.298-2.354-4.473-4.948-1.172-1.893-.543-4.715-1.957-6.37-3.993-4.963-3.093-2.831-7.29-5.437-.946-.47-1.654-1.647-2.593-1.917-.468-.235-.962 1.182-1.178.709-1.416-3.546-3.034-21.063-3.261-25.308a27.89 27.89 0 0 1 .245-4.47c-.023-.71.472-1.186.236-1.659-.712-.977-2.119-1.182-3.07-2.122-1.652-1.887-2.343-7.778-3.992-8.965-.942-.97-9.89-7.554-10.362-7.318-.985.472-1.182 2.119-2.12 2.82-2.125 1.42-6.127-1.652-8.013-2.132-1.649-.237.228 1.183-1.416.466a4.76 4.76 0 0 1 .006-2.592c15.327 1.204 2.12-1.88 9.426-3.047 1.423-.236 6.361 4.256 7.074-.93.237-1.649-2.82-2.13-3.524-3.778-.21-.624 1.802-2.44.081-2.744a14 14 0 0 0 1.999-.065c3.064-.24 12.99-14.129 14.876-17.662.243-.228-.233-.703-.038-1.169a8.26 8.26 0 0 1 1.424-3.298l5.427-5.419a6.59 6.59 0 0 0-.228-4.245c-2.154-4.713-15.314-4.506-19.314-5.677-1.656-.477-3.071-2.132-4.719-2.368-3.295-.714-6.595 2.115-9.19 2.299-1.419.046-2.591-.917-3.775-.708-.47.015.713.707.468 1.175-1.175 1.419-5.653-.007-3.76-4.25.707-1.644.938.24 2.596-.464.703-.233 1.413-1.176 2.351-.937.48-.016.003 1.651.474 1.646 1.183-.228 1.655-1.404 2.364-2.078.978-.702 3.058-1.64 2.124-2.07-2.354-1.925-9.197 2.109-4.479-1.426 2.834-2.093 17.651-11.048 18.164-12.225.474-1.416.008-2.832.483-4.248.705-1.414 3.778-2.584 2.599-3.766-1.176-1.413-3.774.232-5.653-.007-4.716-.718-12.726-2.139-16.268-1.204-.943.241-1.419 2.827-2.364 2.078-1.172-.963.48-4.018-.936-4.482a1.39 1.39 0 0 0-1.25.631c-.428-1.487-3.241-2.756-4.533-3.425zm-23.832 168.6l-.724-8.451c-5.892 1.872-2.36 2.818-.949 7.775.235.473-1.185 1.409-.475 1.406a3.72 3.72 0 0 0 2.147-.73zm-.724-8.451l3.288 7.307c4.513-2.147.98-4.034-3.288-7.307zM660.306-13.921c-5.43 1.647-8.961-.49-10.618 5.167-.237.708-1.174-1.653-1.877-1.42-1.418.706.695 4.48-.715 4.486-1.651-.006-3.999-3.312-4.472-1.856-.717 1.644 3.078 2.362 3.289 4.246.231.943-2.356 1.407-1.925 2.354.714 1.658 2.83 2.129 4.245 2.864.706.477 1.886-.461 2.119.241.464 2.596-4.958 4.473-2.129 7.773.942.97 2.596-1.405 3.068-2.581.469-1.886 0-4.002.009-5.893-.008-.24-.015-.47.235-.478 1.178-.699 2.824-1.172 4.241-1.878.473-.235.472-1.176.963-1.172.713-.233 3.025.712 4.246-2.349.239-.948-.459-2.126.006-2.602.235-.468 1.262.96 1.494.712 1.182-1.179-.228-4.245 1.186-4.471a1.45 1.45 0 0 1 1.414.705c-.235-.473-.181-.634.08-.623a33.29 33.29 0 0 1-4.857-3.224zm4.865 3.154c.498.244 1.017.517 1.809.862a5.14 5.14 0 0 0-1.809-.862zm-68.269 27.085a4 4 0 0 0-1.251.311c-.985.472-8.033 11.766-7.805 12.95.053 1.649 1.412 2.826 1.646 4.479.046 1.419-.909 2.821-.953 4.243.015.47 2.358 3.305 2.591 4.919.008.24.032.999.232.993a.55.55 0 0 0 .393-.233c-.811 1.527-2.217 3.203-1.576 4.473s2.364-2.078 3.065-3.291c1.887-3.533-.225-3.535 3.314-6.111 4.488-3.537-.942-.97 2.126-4.481.97-.942 2.834-1.172 2.838-2.583.001-2.121-5.901-.239-3.298-6.367 2.131-4.952 5.197-5.411 2.614-9.189-1.216.129-2.599-.236-3.936-.113zM460.765 32.196c-1.891.001-2.835 3.294-4.485 4.237-1.658.704-3.775.222-5.423.936-4.96 2.852-3.786 10.358-9.214 12.995-4.009 1.641-9.661-.487-13.67 1.444-4.479 1.646-8.749 16.242-.966 16.49.23-.007-1.214-6.594-.932-6.833 4.738-12.49 1.182-3.04 4.488-4.468.705-.473.229-1.888.932-2.121a13.64 13.64 0 0 1 5.418-.466c.71-.023 1.179 1.182 1.889 1.179 1.654-.224 3.068-1.64 4.713-2.154 1.886-.461 8.937-2.101 7.304.013 1.651.007 2.825 1.659 4.241 2.134 4.248 1.423 6.637-11.301 5.913-13.899-1.175-3.544-2.827-1.419-2.344-4.717.24-2.169 5.719-4.768 2.137-4.772zm111.072 5.355c-.703.243-1.639.053-2.118.709-2.13 2.82-.48 4.018-.949 6.834-1.195 6.362-5.913 9.887-6.392 16.726.023.7.927 11.306 1.367 11.312 3.064-.229 2.136-9.424 2.368-10.602.75-4.947 4.075-21.203 5.724-24.978zM131.995 69.624c-12.264 5.64-2.118 1.649-3.069 5.652-.237.708-2.358.707-1.893 1.172.714.717 2.828 2.37 1.645 2.598s-3.055-1.652-4.025-.71c-.7.943 3.078 2.362 2.093 2.834-1.416.466-6.156-4.723-7.544-.016-.709 2.834 4.002 3.072 4.947 3.542.23-.007.235.473.233.713.015.47-.715 1.414-.235 1.408 3.059.241 2.354-3.298 3.059-.699.015.47 4.247-.468 3.537.476a11.14 11.14 0 0 1-4.488 3.527c.008.24-7.019-.483-7.541 1.635-.239 1.889 2.123 3.773 1.407 5.427-.237.708-6.35-6.378-8.473-5.198-1.188.709-1.186 3.53-2.601 3.086s-.469-3.056-1.153-4.715c-1.17-3.064-12.246-3.085-14.372-2.616s.238.242.038 1.179c-.472 1.176-2.835 2.353-1.894 3.303s2.828-2.593 3.768-1.653c1.177 1.423-.946 3.542-.953 5.184.238.242 2.595 2.597 1.175 3.544-.708.703-3.3-.243-2.829.702.469 2.126 9.198-3.3 6.133 4.013a1.31 1.31 0 0 1-1.178.709c-1.891-.009-3.768-1.419-5.424-.955-1.886.471-3.064 2.1-4.01 3.762-.242.238.942.97.699 1.188-.23.007-9.898-2.851-4.713 3.995 1.883 2.831 8.476-.275 9.655 4.019 1.131 4.015-3.78 3.764 1.169 5.185 5.189 1.433 9.901.49 10.134 1.202.023.7-1.656.464-1.653 1.174s1.754.393 1.886.469a11.31 11.31 0 0 1-5.427 1.727c-.703.233-.937-1.731-1.649-1.497-1.173.228-1.653 1.484-2.353 2.427-.97.942-4.011 1.881-3.071 3.101.473.705 2.589.236 2.124.712a4.66 4.66 0 0 0-1.89.942c-1.182 1.179-1.419 2.827-2.359 3.768-.473.235-1.416-.474-1.891-.009-1.888.712-3.301 1.878-5.191 2.82-.703.243-3.062-.001-2.354.236.946.47 7.774-.932 7.774-.932.238.232-.237.708.038 1.179a3.78 3.78 0 0 0 2.125 1.652c.938.24 1.888-.702 2.596-.464.496.164-.287.73-.632 1.171l-6.444-.952c-.993.242-.947 1.652-1.932 2.124-1.648.704-4.548-.483-5.265 1.171-.94 1.881 4.546 6.606 2.665 5.657s-3.371-3.072-5.492-3.074c-1.649-.237-4.948-.48-6.127.199-.473.235.038 1.179-.474 1.416s-2.121-.932-1.887-.479c1.412 1.885 8.471 5.439 8.713 5.201.473-.235-.238-1.183-.004-1.651 1.188-.709 4.563.953 3.615 1.654-1.182 1.179-3.381.94-5.025 1.163-2.126.469-5.896-.719-6.368 1.407.023.7 1.176 1.413.461 1.886s-2.587-1.417-2.827-.479c-.234 2.359 1.404 5.657 3.53 6.129.47-.015 11.162-1.362 11.388-1.159.949 1.18-3.136 1.412-4.552 1.878-2.833 1.182-1.884-1.94-4.002 0-.233.228.475.465.473.705.015.47-.477.706-.978.702-3.061.94-3.774 1.173-3.534 1.175 6.837.719 12.332-.45 12.567.023.478.235 1.418.234 1.184.712-.932 2.111-9.993 4.696-9.047 6.106.466.475 6.207-.201 7.622-.687 3.769-.702-3.543 3.056 1.175 2.593 1.653-.234 3.068-1.65 4.942-1.881 1.413-.236 5.647 2.598 8.011 2.372.703-.233.237-1.649.712-2.124a2 2 0 0 1 1.884.709c.468.235.228 1.183.699 1.178.943-.231 1.417-1.647 2.124-2.07 1.188-.709 2.839-.702 3.539-1.645.482-1.186-2.123-3.773-.699-3.979 4.489-.706 1.407 6.368 6.366 3.796 1.41-.936 2.122-3.07 3.77-3.764.943-.231 1.419 1.185 2.36 1.184 0 0 4.242-.938 4.483-2.146-.023-.7-1.414-1.645-.941-1.88 3.304-1.178 4.476.715 8.035.95.708.237 2.603-1.175 2.366-.467.015.47-1.185.469-.97.942 1.176 1.413 6.364-1.207 7.982-.689.948.229.944 1.65 1.882 1.88 2.361.924 2.834-1.172 3.538.486.007.23.468.235.47-.015.237-1.649-.465-3.537.012-5.183.239-.948 1.413-1.176 1.887-1.652 1.413-1.176 9.678-13.18 10.39-15.295.952-3.032.008-5.003-.259-7.996-.015-.47.47-.946.474-1.416-.238-1.173-2.12-2.122-1.41-3.066.47-.946 2.36 1.184 3.059.241.48-.946-1.412-1.885-1.172-2.834-.046-1.409 1.933-2.114 1.894-3.293.007-1.651-1.647-2.668-1.881-4.321.009-1.891 1.189-3.77.957-5.654-.031-.95-2.597-1.417-1.89-2.13 1.42-.936 4.24.243 5.195-1.169.553-.548.053-1.132-.549-1.803a2 2 0 0 0 1.248.55c4.245.713 3.071-3.101 4.73-4.706 1.882-2.122 8.477 2.847 9.431-6.309.695-9.427-3.518-6.369-7.53-5.439 0 0 6.139-3.521 5.195-6.111-2.812-8.974-1.653 4.246-4.192-5.867-.015-.47.978-.702.955-1.412a8.5 8.5 0 0 0-.931-5.893c-.233-.703-1.653.234-2.359-.234-1.416-.474-2.35-2.125-3.999-2.372-1.418-.234-2.601.945-4.242.938-1.423.236-3.063-1.902-4.483-.945-1.418.706-1.902 3.063-3.3 3.759-.827.417-1.614-.108-2.279-.867l.39-.013c-.939-1.18-1.88-3.071-3.297-3.545-.94.03.239 2.123-.236 2.589-1.182 1.179-3.07 2.831-4.011 1.881-.944-1.65 4.953-3.993 3.304-5.18-2.823-1.91-6.587-1.658-9.889-2.601-.913-.401-1.857-1.12-2.57-.877zm287.079 16.63a7.48 7.48 0 0 0 .152 2.206l-.001-1.891c-.057-.228-.151-.335-.15-.315zm-223.109 20.627a9.91 9.91 0 0 0-3.531.945c-.978.702-1.185 2.35-2.125 3.291-10.158 9.184 6.115 6.856 5.656-4.235zm289.393 10.232c-.723.234-2.149-.241-2.629.706-1.152 1.798 1.602 3.42 3.097 5.423-2.868-2.368-7.884-3.076-11.197-5.91-2.404 4.24-5.03 4.705-4.316 5.142.962.969 2.628 1.426 3.821 2.127 1.672.946 2.621 3.387 4.53 3.625 1.438.234 2.398-1.959 3.591-2.197a20.3 20.3 0 0 1 3.822.006l.008.24.242-.238a3.19 3.19 0 0 1 1.437-1.647 6.65 6.65 0 0 1 1.948-1.644c-.008-.24.245-.478-.031-.94l-.015-.48 1.199-.039a.87.87 0 0 0 .238-.698c-.497-2.055-4.081-1.829-5.746-3.476zm27.659 8.178a.39.39 0 0 0-.318.08c-.962 1.182-3.063 2.43-2.877 3.845a1.31 1.31 0 0 0 .24.312c-.912-.361-1.676-.456-1.886.161-.712 2.114.233 4.715-.249 6.832 1.649 1.177 3.292 4.015 5.18 3.304 3.782-.933 6.897-3.285 6.452-3.761-.704-1.648-2.903-1.907-3.376-3.532-.466-1.416 2.895-3.295 1.499-3.771s-3.144.232-4.79-.245c-.787-.205.503-3.018.126-3.226zM59.426 243.136zm1355.027 9.747c-.719.363.782 4.977-.252 6.442-.71.943-2.064-1.934-3.295-1.654-.703.233.471 1.886 0 2.831a8 8 0 0 1-4.018 2.582c-.23.007-2.581-4.009-7.764-4.021-.71.023 1.172.963 1.404 1.655.947 2.361 2.35 6.127 3.051 8.015 1.884 4.721-.715 8.798 3.047 13.759.702.978 2.357.474 3.047 1.412.942.97.232 2.834 1.123 3.776 1.184.712 3.062.011 4.248.483a1.7 1.7 0 0 1-.471-1.886.52.52 0 0 1 .475-.476l.044-32.599a.22.22 0 0 0-.228-.233.43.43 0 0 0-.373-.088zm-976.35 235.337c-.94 1.881-2.825 3.293-3.064 5.172-.246 1.659 1.404 4.717-.007 4.723-1.651-.007-2.833-1.909-4.246-1.663-1.173.238-1.184 2.36-2.362 3.078-.986.462-2.117-.482-3.062-.011-1.175.468-1.412 2.117-2.595 2.355-.473.235-.947-1.42-1.182-.962-.955 1.412-.706 3.525-1.183 5.181-.477.706-3.062-.011-2.831.932.706 1.418 3.071 2.132 3.056 3.543.003 1.651-3.064 2.1-2.827 3.533.461 1.886 4.048 1.42 4.229 3.305.234 1.653-3.538 2.586-3.067 4.472.236 1.413 4.006-1.41 4.243.013.231 1.884-3.541 2.816-3.539 4.707-.247 1.649 2.58 2.118 3.286 3.535.472.985-.94 1.881-.476 2.597 2.116 3.533 4.04 1.18 7.073 2.132.708.237-.251 7.072 3.054 3.773 1.185-1.409.476-3.537 1.193-5.181.467-.706 1.888-.702 1.887-1.652.235-.468-1.413.236-1.416-.474-.015-.47 1.179-.038 1.416-.466 2.6-2.826 1.422-7.05 1.433-10.132-.002-2.831 4.012-5.883 3.782-9.888-.046-1.419.016-6.604-.688-8.252-.108-.257-.265-.472-.393-.708a4 4 0 0 1-1.728-2.365c.026-2.582 3.333-8.913.014-11.296zm1.714 13.672c.11-.004.2-.006.152-.235-.472-.985-1.876-3.541-1.645-2.598a14.83 14.83 0 0 0 1.513 2.832zm-6.508 40.292c-2.127 2.59-15.101 13.176-18.641 12.931-4.242-.003-5.884-4.962-6.156-4.723-.708.703.464 1.656.224 2.594-.237 1.649-1.91 2.823-2.126 4.471-.719 11.789 1.174 1.653 4.005 4.723 1.404 1.655 4.923 13.288 3.979 15.639-.47.946-1.888.702-2.355 1.417-.243.228.708.237.706.467.038 1.179-1.187 2.59-.478 3.767.702.978 3.294-.227 3.533.956.466 1.416-2.124 2.07-2.367 3.529-.467 1.646.47 3.066.233 4.715-.71 4.025-4.023 7.064-2.62 11.781.466 1.416 2.818 2.36 2.821 4.011a1.08 1.08 0 0 1 .71-.023c4.472 1.856-1.207 10.605 8.001 6.374 6.604-3.056 2.834-2.093 4.248-7.532.242-1.178 1.417-1.647 1.657-2.585-.023-.71-2.355-1.655-1.645-1.658 3.995-.23 8.244 3.075 11.544 4.258.468.235.226 1.413.472.985 4.491-7.77 3.559-18.605 4.277-26.392-.038-1.179 1.182-2.119 1.182-3.04-.464-2.596-3.996-2.592-2.815-5.662 1.184-3.3 5.431-4.698 5.201-8.713-.457-11.321-2.591.634-3.997-7.875-.023-.7 1.651-.934 1.185-1.409-1.186-1.412-4.483-.945-4.947-2.601s3.534-1.165 3.768-2.583c1.492-5.221-8.881-4.525-9.578-7.824zm-19.193 66.276a10.91 10.91 0 0 0-1.967 1.064c.865-.178 1.855-.48 1.987-1.065zm-109.048-36.157c-3.491.023-5.179 1.649-1.496 4.161 1.412.955 3.294-.227 4.71.248 3.295 1.654 9.644 11.093 4.248-2.589a18.07 18.07 0 0 0-7.463-1.819zm-17.289 1.561a49.93 49.93 0 0 0-20.512 8.919c-.242.238-.708.703-.48.946a11.73 11.73 0 0 0 4.712 1.848c.938.24 2.356-1.407 3.297-.467 1.182.962.71 3.069 1.153 4.715 1.175 3.544 1.413-.236 4.942 1.841 1.184.712.937 3.301 2.108 3.303.948.239 12.981-11.286 11.334-12.704-5.851-4.883-10.149 3.601-6.536-8.413zm485.98 6.653a37.56 37.56 0 0 0-4.246 2.349 22.4 22.4 0 0 0-2.595 2.355c-.708.703-1.655 1.404-2.364 2.078-.475.466-1.652 2.115-.94 1.881 1.188-.709 1.925-2.354 3.31-2.829 2.596-.464 16.488 6.159 17.187 8.278.473.715-.947 1.652-.474 2.357 3.101 3.071 7.078-1.4 9.901-.451a11.4 11.4 0 0 1 4.709 3.299c.476.475-.962 1.182-.947 1.652.235.473.708-.703 1.178-.709a4.16 4.16 0 0 1 1.652 1.897c.015.47-.978.702-.712 1.174 1.414 1.655 7.851 6.379 10.21 2.611 4.253-7.071-6.438-3.543-9.021-5.441-2.355-1.655-1.874-8.724-1.871-8.944-.709-1.188-2.36-1.184-3.301-2.124-.238-.242-.023-.71.239-.948-.007-.23.475-.466.237-.708-.944-1.65-5.894 1.192-7.313.937-1.406-.475-2.354-1.925-3.529-2.367-.468-.235-.708.703-1.178.709a4.71 4.71 0 0 1-2.595-.716c-4.01-2.081-3.539-4.228-7.54-6.349zm-506.743 8.417l-2.124.229c-1.886.471-2.358 1.647-3.3 2.818-.954 1.422-2.367 3.539-.245 4.48 1.184.712 4.715-1.153 5.429-2.587.472-1.176 1.886-1.402 1.91-2.823-.019-1.21-1.67-2.147-1.67-2.147zm3.526 7.53c-1.415 1.417-3.536 1.415-3.538 2.586.031.949.932 2.831 2.093 2.834a5.18 5.18 0 0 0 4.249-1.638c1.887-1.652-.002-2.831-.002-2.831l-2.581-.917zm439.77 12.013c-5.191 6.832-4.029 13.668-2.128 9.664.47-.946-.704-2.589.001-3.062 1.413-1.176.698 4.24 2.354 4.716.938.24 1.88-.941 2.821-.942 1.659.236 2.355 2.595 4.243.953 2.604-2.085-3.525-4.718-4.703-4.96s-.467-2.356-.464-2.586a20 20 0 0 0-2.125-3.813zm-298.291 1.082c-.775.165-1.381.305-.99.312a2.21 2.21 0 0 0 .99-.312zm654.582 1.8c-.238-.242-18.404 16.235-21.715 18.113-2.595 1.415-9.426 3.047-12.26 3.279-1.413.236-3.3-1.184-4.01-.24-.962 1.182 1.175 2.593 1.413 3.776.236 1.413.467 3.297-.71 4.025-1.655 1.404-6.129-.482-7.786 2.103-.467.706-.95 4.953-3.074 5.182-1.169.038-1.879-1.18-3.04-1.182-2.119-.241 3.998 6.364 4.702 7.081.473.705.231 1.884.937 2.351.24-.008 8.043 1.19 8.726.958 1.416-.466 2.355-2.348 3.776-2.354.7-.023 2.577 5.429 4.472 1.856.712-1.174-.702-2.829.01-3.772 1.917-2.593 10.136-4.931 12.03-8.224.712-1.184-.467-3.307.475-4.478 1.182-1.179 3.534-.235 4.965-1.161.985-.472 1.179-1.889 2.124-2.07.985-.472 2.824.709 3.534-.235 1.19-1.88-9.419-2.606-7.255-7.769 1.812-4.291 12.441-13.46 12.68-17.18zm-480.044 17.237c-1.789.058-2.558 2.274-5.737 2.977-.713.233-.705-2.599-1.412-1.885-1.89 1.882 1.406 4.477-3.31 4.7-6.839.462-1.643-4.709-8.715-.948-3.068 1.64-2.872 3.995-8.737 5.166-2.829.702-6.827-.719-8.72-.488l-6.132 2.82a9.8 9.8 0 0 1-4.944-1.891c-.468-.235-.234-1.653-.942-1.89-1.176-.472-2.589.704-3.534.235-1.414-.715.716-3.535-1.876-3.541-10.141-.482-2.126 5.422-10.152 6.582-2.113.239-2.817-4.481-3.29-5.186-.939-1.18-2.125 2.35-3.305 3.299-.97.942-2.433 1.169-3.144 2.103a5.53 5.53 0 0 0-1.182 3.04c.023.71.942.97.704 1.648.023.71-1.413 1.176-1.422 2.127-.23.938 5.492 7.076 5.96 7.311 2.121.932 4.485-1.146 6.601-.694 5.189 1.423 8.475 5.899 13.192 7.577 1.176.472 2.354-.226 3.297.483 1.176.472 1.649 2.118 2.583 2.828a8.39 8.39 0 0 0 2.121.932c4.712 1.848 8.482-.695 12.728 1.899 3.063 1.902 3.761 7.082 6.581 8.261 6.603 3.078 4.479 1.426 9.426.955 4.485-.225 5.184 2.834 5.652 2.128.712-1.174-.229-3.054.015-4.473a11.71 11.71 0 0 1 1.179-3.77 8.32 8.32 0 0 1 3.068-2.591c.475-.466 1.413-.226 1.178-.699-.702-1.888-3.525-2.887-3.995-4.723-.233-.713.242-1.178.237-1.649.707-1.654.473.705 1.651.007 1.42-.946-3.293-.954-4.239-2.364-2.348-3.306 7.824-27.798 10.892-29.448a4.06 4.06 0 0 0-2.288-.826zm-142.026 32.997c-3.281.316-8.329 3.562-10.459 3.911-8.952 1.641-11.084 7.763-17.92 8.925a20.47 20.47 0 0 1-9.667-.687c-1.887-.479-5.416 3.287-7.543 2.816-2.595-.716-15.329-9.919-17.902-7.804-5.43 4.708 4.001 7.074-6.813 5.884-.94.03-1.642-.947-2.355-1.655-.23.007-.235-.473-.466-.475-1.887-.479-4.082-.008-5.976-.717-1.879-1.18.25-4.01-3.054-3.773-10.145.929-2.359.697-6.131 4.701-4.257 4.47-11.984.689-16.507 3.747-4.011 2.821 3.059 3.303-6.602 3.756-5.427.176-6.826-7.783-13.185-9.208-5.661-1.187-11.785-.258-17.203-.733-1.889-.239-3.536-1.656-5.189-1.423-4.243-.013-6.369 3.528-10.372 3.518a10.44 10.44 0 0 1-4.716-.718c-.468-.235-.706-1.408-1.179-1.182-.702.243-.234 1.418-.939 1.891-3.075 2.351-3.534-3.778-6.833-2.13-3.074 1.17-5.905 6.114-9.913 5.634a21.9 21.9 0 0 1-3.773-.948c-.698-.238-1.169-1.183-1.879-1.18-2.589-.236-5.185 1.169-7.776 1.162-8.725-.007-16.49-.966-24.752-.268-2.824.232-22.243 7.975-24.606 10.092-2.124 2.07-2.832 8.006-7.317 7.301-11.312-1.434.008-2.832-5.879-4.492-4.033-.95-3.305 3.299-7.792 4.705-.7.023-4.232-3.075-9.901-.49-4.713 2.154-3.772 4.945-7.077 8.234-1.182 1.179-16.508 6.808-19.099 6.812-4.817-.444-5.386-2.257-7.697-3.473l-.083-.077a11 11 0 0 0-3.291-.894c-.708-.237-1.183 1.169-1.893 1.172a7.15 7.15 0 0 1-3.765-.718c-2.124-.712-4.192-5.867-5.201-6.135-.23.007-.47.015-.985.472l.008.24c.514 1.644 3.344 2.833 3.337 4.484.03.94-2.349-.244-2.821-.909a6.7 6.7 0 0 1-.94-3.071c.001-2.121.475-4.478.244-6.361-.461-1.886-2.36 2.828-3.772 4.004-.473.235-6.841 1.632-7.071 1.64-2.131-.011-7.069-4.493-8.01-4.493-1.419.046-2.598 1.645-4.251 1.879a2.91 2.91 0 0 1-1.882-.94c-.465-.465.237-1.649-.233-1.643-3.009-.243-8.246 2.108-11.552 1.375-8.512-1.785-18.705-10.96-21.049-19.689-.023-.71-.228-1.173-.231-1.884-.226-1.413-.702-2.829-.228-4.245.237-.708 2.361-.937 2.128-1.65-1.407-3.296-7.982.699-8.484.935-1.419.046-7.313-1.194-8.028-.74-.703.233-8.531 14.604-9.486 16.016-5.91 10.597-13.695 22.916-22.911 30.918-10.15 9.414-29.46 7.258-42.203 10.773a2.1 2.1 0 0 0-1.413 1.176l-8.474.004-.962 1.192 186.107.292 262.241.406 69.29.116c-.472-1.906-3.079-2.382-3.535-3.798-.233-.703.733-8.248.488-8.72-1.409-1.175-3.765-.708-5.184-1.893-.706-.467.241-2.119-.464-2.586-1.647-1.417-4.95-.84-7.533-5.519-6.588-11.563 2.13-10.835 7.09-15.538 1.887-1.652 2.605-6.358 4.49-8.72.963-1.172 2.831-1.873 3.307-3.529.239-1.879-.933-3.772-1.404-5.657-.007-.23-.03-.94-.472-.985-5.192 1.879-15.575 11.511-15.803 11.288-1.422-.954-.705-3.529-1.641-4.949-.473-.705-5.66-3.308-4.476-5.658.237-.708 2.121-.939 1.657-1.655-.705-.467-2.831.002-2.591-.917.47-.936 3.772.008 3.301-.937-.53-1.223-8.192-3.316-10.842-2.65.517-.717.895-1.41.475-2.016a2.51 2.51 0 0 0-2.532-.938zm421.54 17.556c-5.441 7.77-4.717 1.404-9.67 6.317-.978.702-.954 3.303-2.13 2.82-5.657-1.658-1.645-6.6-2.112-6.835-2.116-.472-6.364 3.058-7.549 3.246-.703.233-1.179-1.182-1.879-1.18-2.829-.238-5.422 1.877-8.016 1.17-1.419-.244.001-2.121-1.645-1.658-2.596.464-5.185.228-7.784.933-2.118.699-3.778 2.584-6.137 3.29-1.175.468-2.115 1.409-3.294 1.167-1.418-.234-2.354-1.925-3.538-2.357s-3.294.227-3.533-.946c-.469-1.185 3.543-2.116 2.362-3.078-.942-.97-1.652 2.125-2.827 2.593-1.658.704-3.619 1.648-5.273.931s-3.982-8.966-6.597-1.657c-.707 1.654.002 3.772-.007 5.653-.234 1.418-1.66 5.897 1.883 5.942a43.86 43.86 0 0 0 5.189-1.649 16.82 16.82 0 0 1 4.785-.225c.71-.023.939 1.18 1.649 1.177 11.557.026-5.42-3.306 8.252-1.628 13.441 1.666 5.891 1.18 10.127 5.905 1.409 1.175 14.618-4.926 16.034-5.392 1.888-.712 20.982-4.922 21.219-5.63 2.607-7.248-2.109-3.944.492-8.891zm-309.17 19.824s2.349.234 3.527.476c-1.179-.262-3.527-.476-3.527-.476zm5.404 5.898s2.121.932 3.048 1.422c-.927-.5-3.048-1.442-3.048-1.442z"/></clipPath><linearGradient id="BY" x1="5440.818" y1="4213.84" x2="4082.461" y2="5285.678" gradientUnits="userSpaceOnUse"><stop stop-color="#ccc" offset="0"/><stop stop-color="#999" offset="1"/></linearGradient></defs></svg> \ No newline at end of file
diff --git a/static/images/ngi-pointer-eu.png b/static/images/ngi-pointer-eu.png
new file mode 100644
index 0000000..97111b1
--- /dev/null
+++ b/static/images/ngi-pointer-eu.png
Binary files differ
diff --git a/static/js/site.js b/static/js/site.js
index f764289..d8e0d69 100755
--- a/static/js/site.js
+++ b/static/js/site.js
@@ -112,7 +112,7 @@ function makeTeaser(body, terms) {
function formatSearchResultItem(item, terms) {
return (
- `<a href='${item.ref}' class='group flex flex-col space-y-2 hover:bg-gray-100 p-2 rounded'>` +
+ `<a href='${item.ref}' class='group flex flex-col space-y-2 hover:bg-gray-100 p-2 rounded focus:outline outline-garage-orange'>` +
`<h1 class='text-garage-orange font-semibold'>` + `${item.doc.title}` + `</h1>` +
`<div class='content mt-2'>` +
`${makeTeaser(item.doc.body, terms)}` +
@@ -168,9 +168,11 @@ function search() {
}
function openSearchModal() {
+ var baseUrl = window.location.protocol + "//" + window.location.host;
+ var indexScriptPath = baseUrl + '/search_index.en.js';
if (indexScriptLoaded === false) {
var indexScript = document.createElement('script');
- indexScript.setAttribute('src', './search_index.en.js');
+ indexScript.setAttribute('src', indexScriptPath);
document.head.appendChild(indexScript);
indexScriptLoaded = true;
}
diff --git a/static/screenshots/screenshot-1280.png b/static/screenshots/screenshot-1280.png
new file mode 100644
index 0000000..2a866f1
--- /dev/null
+++ b/static/screenshots/screenshot-1280.png
Binary files differ
diff --git a/static/screenshots/screenshot-480.png b/static/screenshots/screenshot-480.png
new file mode 100644
index 0000000..4eb1d38
--- /dev/null
+++ b/static/screenshots/screenshot-480.png
Binary files differ
diff --git a/static/screenshots/screenshot-768.png b/static/screenshots/screenshot-768.png
new file mode 100644
index 0000000..784d705
--- /dev/null
+++ b/static/screenshots/screenshot-768.png
Binary files differ
diff --git a/tailwind.config.js b/tailwind.config.js
index 0d3f330..7c30233 100755
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -9,6 +9,13 @@ module.exports = {
'garage-orange': "#FF9329",
'garage-gray': "#4E4E4E",
},
+ backgroundSize: {
+ 'size-200': '200% 200%',
+ },
+ backgroundPosition: {
+ 'pos-0': '0% 0%',
+ 'pos-100': '100% 100%',
+ },
},
},
variants: {
diff --git a/templates/base.html b/templates/base.html
index 8170b44..d947c50 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -13,36 +13,14 @@
{% include "partials/shared/nav.html" %}
- <div>
- {% block content %}{% endblock %}
- </div>
+ {% block content %}{% endblock %}
{% block search %}
- <section id="search-modal" class="modal hidden bg-gray-50 w-5/6 md:w-4/5 lg:w-3/4 xl:w-2/3 2xl:w-1/2 absolute top-20 left-1/2 transform -translate-x-1/2 shadow-xl rounded-lg">
- <div class="p-2 md:p-4 xl:p-8">
- <section class="relative flex flex-col items-center justify-center">
- <div class="field mt-8 md:mt-0 mb-2">
- <div class="control">
- <input
- id="search"
- class="p-2 md:p-4 shadow rounded-lg outline-2 focus:outline outline-garage-orange"
- placeholder="Search on Garage..." type="search" />
- </div>
- </div>
- <div class="search-results hidden mt-8 p-2 md:p-4 w-full bg-white rounded shadow">
- <div class="search-results__items max-h-96 overflow-y-scroll p-2 md:p-4"></div>
- </div>
- </section>
- <button aria-label="close" id="close-modal-btn" class="absolute top-2 right-2 flex items-center group rounded-full shadow-inner bg-gray-300 border border-transparent hover:border-gray-500 bg-opacity-50 p-2">
- <svg id="close-modal-btn-icon" class="w-6 h-6 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path></svg>
- <small class="text-xs text-gray-400">(Esc)</small>
- </button>
- </div>
- </section>
+ {% include "partials/shared/search.html" %}
{% endblock %}
{% block pagination %}
- {% include "partials/shared/paginator.html" %}
+ {% include "partials/shared/paginator.html" %}
{% endblock %}
{% block comment %}{% endblock %}
diff --git a/templates/documentation.html b/templates/documentation.html
index 70ef6a3..55a5c61 100644
--- a/templates/documentation.html
+++ b/templates/documentation.html
@@ -6,10 +6,10 @@
{% block content %}
{% set section = get_section(path="documentation/_index.md") %}
- <section class="section overflow-x-hidden">
+ <section id="documentation-section" class="section overflow-x-hidden">
<div class="grid grid-cols-1 xl:grid-cols-5">
{% include "partials/doc/global_toc.html" %}
- <div class="col-span-full xl:col-span-3">
+ <div class="col-span-full xl:col-span-3" style="min-height:85vh;">
<article class="box my-12 px-6 lg:px-8 xl:px-12">
<div class="flex flex-col bg-gray-100 rounded-r shadow-sm w-full xl:w-max">
<div class="flex flex-col border-l-4 border-garage-orange py-2 px-4 relative">
diff --git a/templates/index.html b/templates/index.html
index 08cce9c..d859bcb 100755
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,28 +5,49 @@
<div>
<div class="flex flex-col items-center justify-center py-12 px-12 xl:px-0">
- <img src="{{ config.extra.organization.logo }}" width="220px" class="" />
+ <h1 class="hidden">{{config.extra.organization.name}}</h1>
+ <img src="{{ config.extra.organization.logo }}" width="220px" alt="{{config.extra.organization.name}}"/>
<p class="text-gray-500 leading-10 pt-4 text-xl text-center">{{ config.extra.organization.description }}</p>
- <div class="max-w-7xl mx-auto grid-cols-1 md:grid grid-cols-3 gap-x-32 py-12">
- <div class="group flex flex-col items-start justify-center p-2">
- <img src="{{ get_url(path='images/host2.png') }}" class="transform group-hover:translate-y-4 transition duration-500">
- <span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-2 transition duration-500">Host a Website</span>
+ <div class="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-x-32 py-12">
+ <div class="group flex flex-col items-center justify-center p-2">
+ <img src="{{ get_url(path='images/host.png') }}" class="transform group-hover:translate-y-2 transition duration-500">
+ <span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-1 transition duration-500 whitespace-nowrap">Host a Website</span>
</div>
<div class="group flex flex-col items-center justify-center p-2">
- <img src="{{ get_url(path='images/store.png') }}" class="transform group-hover:translate-y-4 transition duration-500">
- <span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-2 transition duration-500">Store Media</span>
+ <img src="{{ get_url(path='images/store.png') }}" class="transform group-hover:translate-y-2 transition duration-500">
+ <span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-1 transition duration-500 whitespace-nowrap">Store Media</span>
</div>
- <div class="group flex flex-col items-end justify-center p-2">
- <img src="{{ get_url(path='images/backup.png') }}" class="transform group-hover:translate-y-4 transition duration-500">
- <span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-2 transition duration-500">Backup Target</span>
+ <div class="group flex flex-col items-center justify-center p-2">
+ <img src="{{ get_url(path='images/backup.png') }}" class="transform group-hover:translate-y-2 transition duration-500">
+ <span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-1 transition duration-500 whitespace-nowrap">Backup Target</span>
</div>
</div>
</div>
- <div class="grid grid-cols-1 xl:grid-cols-2 gap-x-0 xl:gap-x-12 gap-y-24 text-garage-gray font-light bg-gray-100 py-12 w-full shadow-inner">
+ <div class="w-full flex flex-col items-center justify-center border-b">
+ <div id="map-container" class="relative w-full shadow-inner border-t border-b">
+ <span class="hidden md:inline-block absolute top-1/2 left-1/2 transform -translate-y-1/2 text-xl md:text-2xl lg:text-3xl text-white font-light select-none px-2 py-1.5 rounded shadow-lg border border-gray-400" style="background:#999999;">
+ Made for redundancy
+ </span>
+ </div>
+ <div id="map-legend-container" class="max-w-7xl mx-auto flex flex-col lg:flex-row items-center justify-around lg:space-x-12 py-2 text-sm text-gray-700">
+ <div>
+ <p class="text-base text-gray-600">Each chunk of data is replicated in 3 zones</p>
+ </div>
+ <div class="flex items-center space-x-2">
+ <img class="select-none" src="{{ get_url(path='icons/servers.svg') }}" width="48px">
+ <span>Zone (multiple servers)</span>
+ </div>
+ <div class="flex items-center space-x-2">
+ <img class="select-none" src="{{ get_url(path='icons/datachunks.svg') }}" width="48px">
+ <span>Chunks of data</span>
+ </div>
+ </div>
+ </div>
- <div class="flex flex-col items-center justify-center space-y-2">
- <h2 class="mb-2 text-2xl font-bold text-garage-orange leading-5">Our Goals</h2>
+ <div class="grid grid-cols-1 xl:grid-cols-2 gap-x-0 xl:gap-x-12 gap-y-24 text-garage-gray font-light bg-gray-100 py-12 px-4 md:px-0 w-full shadow-inner">
+ <div class="flex flex-col items-center justify-start space-y-2">
+ <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Our Goals</h2>
<div class="w-8 h-1 bg-garage-orange"></div>
<p class="text-center leading-5 italic">We made it lightweight and kept the efficiency in mind.</p>
<ul class="list-style-none font-semibold flex flex-col items-center justify-center py-4">
@@ -58,8 +79,8 @@
</ul>
</div>
- <div class="flex flex-col items-center justify-center space-y-2">
- <h2 class="mb-2 text-2xl font-bold text-garage-orange leading-5">Keeping requirements low</h2>
+ <div class="flex flex-col items-center justify-start space-y-2">
+ <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Keeping requirements low</h2>
<div class="w-8 h-1 bg-garage-orange"></div>
<p class="text-center leading-5 italic">
We worked hard to keep requirements as low as possible<br>as we target the largest possible public.
@@ -68,43 +89,43 @@
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<img src="{{ get_url(path='icons/cpu.svg') }}" width="24px">
- <span class="font-semibold">CPU</span>
+ <span class="font-normal">CPU</span>
</div>
<span class="px-2">Any x86_64 CPU from the last 10 years, ARMv7 or ARMv8</span>
</li>
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<img src="{{ get_url(path='icons/ram.svg') }}" width="24px">
- <span class="font-semibold">RAM</span>
+ <span class="font-normal">RAM</span>
</div>
<span class="px-2">1 GB</span>
</li>
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<img src="{{ get_url(path='icons/disk.svg') }}" width="24px">
- <span class="font-semibold">Disk space</span>
+ <span class="font-normal">Disk space</span>
</div>
<span class="px-2">At least 16 GB</span>
</li>
<li class="flex flex-col md:flex-row items-center justify-start">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<img src="{{ get_url(path='icons/network.svg') }}" width="24px">
- <span class="font-semibold">Network</span>
+ <span class="font-normal">Network</span>
</div>
<span class="px-2">200 ms or less, 50 Mbps or more</span>
</li>
<li class="flex flex-col items-center md:items-start justify-center">
<div class="flex items-center space-x-2 w-max whitespace-nowrap bg-gray-200 shadow-inner py-0.5 px-1.5 rounded-md">
<img src="{{ get_url(path='icons/hardware.svg') }}" width="24px">
- <span class="font-semibold">Heterogeneous hardware</span>
+ <span class="font-normal">Heterogeneous hardware</span>
</div>
<span class="px-2">Build a cluster with whatever second-hand machines are available</span>
</li>
</ul>
</div>
- <div class="flex flex-col items-center justify-center space-y-2 px-6 xl:px-0">
- <h2 class="mb-2 text-2xl font-bold text-garage-orange leading-5">Data resiliency for everyone</h2>
+ <div class="flex flex-col items-center justify-start space-y-2 px-6 xl:px-0">
+ <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Data resiliency for everyone</h2>
<div class="w-8 h-1 bg-garage-orange"></div>
<p class="text-center leading-5 italic pb-4">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
@@ -125,7 +146,7 @@
</li>
<li class="flex items-center justify-start">
<a href="https://cyberduck.io/" target="_blank" title="Cyberduck">
- <img class="h-20 w-20" src="{{ get_url(path='images/cyberduck-logo.png') }}" alt="Cyberduck">
+ <img class="w-20" src="{{ get_url(path='images/cyberduck-logo.png') }}" alt="Cyberduck">
</a>
</li>
<li class="flex items-center justify-start">
@@ -146,8 +167,8 @@
</ul>
</div>
- <div class="flex flex-col items-center justify-center space-y-2 px-6 xl:px-0">
- <h2 class="mb-2 text-2xl font-bold text-garage-orange leading-5">Built on the shoulder of giants</h2>
+ <div class="flex flex-col items-center justify-start space-y-2 px-6 xl:px-0">
+ <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Standing on the shoulders of giants</h2>
<div class="w-8 h-1 bg-garage-orange"></div>
<p class="text-center leading-5 italic">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
@@ -167,14 +188,23 @@
</li>
</ul>
</div>
-
</div>
- {% if section.content %}
- <div class="content max-w-7xl mx-auto py-12">
- {{ section.content | safe }}
+ <div class="w-full flex flex-col items-center justify-center shadow-inner"></div>
+ <div class="px-8 py-24 space-y-8 text-garage-gray max-w-4xl mx-auto">
+ <h2 class="text-2xl text-garage-orange font-semibold">Sponsors and funding</h2>
+ <p>
+ The Deuxfleurs association has received a grant from <a class="text-garage-orange underline" href="https://pointer.ngi.eu/" target="_blank">NGI POINTER</a>,
+ to fund 3 people working on Garage full-time for a year : from October 2021 to September 2022.
+ </p>
+ <img src="{{ get_url(path='images/ngi-pointer-eu.png') }}" class="w-2/3" alt="NGI Pointers">
+ <p class="italic">
+ This project has received funding from the European Union's Horizon 2021 research and innovation programme
+ within the framework of the NGI-POINTER Project funded under grant agreement N° 871528.
+ </p>
</div>
- {% endif %}
+ </div>
+
</div>
</section>
{% endblock %}
diff --git a/templates/macros.html b/templates/macros.html
index 9fab136..dc65140 100755
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -2,24 +2,24 @@
<p class="flex items-center justify-center space-x-2">
{% if social_config.git %}
<a href="{{ social_config.git }}" target="_blank">
- <span class="icon is-large" title="Git">
- <i class="fab fa-git fa-lg text-garage-gray h-8 w-8 bg-white hover:bg-garage-orange hover:text-white rounded-full shadow flex items-center justify-center"></i>
+ <span class="h-10 w-10 bg-white hover:shadow-xl rounded-full shadow flex items-center justify-center" title="Git">
+ <img src="{{get_url(path='icons/git.svg')}}" width="24px" alt="">
</span>
</a>
{% endif %}
{% if social_config.email %}
<a href="mailto:{{ social_config.email }}" target="_blank">
- <span class="icon is-large" title="Email">
- <i class="far fa-envelope fa-lg text-garage-gray h-8 w-8 bg-white hover:bg-garage-orange hover:text-white rounded-full shadow flex items-center justify-center"></i>
+ <span class="h-10 w-10 bg-white hover:shadow-xl rounded-full shadow flex items-center justify-center" title="Contact">
+ <img src="{{get_url(path='icons/contact.svg')}}" width="24px" alt="">
</span>
</a>
{% endif %}
{% if config.generate_feed %}
<a href="{{ config.base_url }}/{{ config.feed_filename }}" target="_blank">
- <span class="icon is-large" title="RSS Feed">
- <i class="fas fa-rss fa-lg text-garage-gray h-8 w-8 bg-white hover:bg-garage-orange hover:text-white rounded-full shadow flex items-center justify-center"></i>
+ <span class="h-10 w-10 bg-white hover:shadow-xl rounded-full shadow flex items-center justify-center" title="RSS Feed">
+ <img src="{{get_url(path='icons/rss.svg')}}" width="24px" alt="">
</span>
</a>
{% endif %}
diff --git a/templates/page.html b/templates/page.html
index eeba7f1..67081b7 100755
--- a/templates/page.html
+++ b/templates/page.html
@@ -5,7 +5,7 @@
{% endblock %}
{% block content %}
- <section class="section">
+ <section id="blogpost-section" class="section">
<div class="mx-auto max-w-7xl">
<div class="grid grid-cols-5 gap-x-12">
<div class="{% if page.extra.toc %}col-span-4{% else %}col-span-full{% endif %}">
@@ -18,17 +18,17 @@
{% if page.description %}
<p class="subtitle my-2 text-gray-600 italic text-sm">{{ page.description }}</p>
{% endif %}
- <a id="back-to-blog-posts" class="absolute top-0 -left-12" href="/blog" title="Back to blog posts">
+ <a id="back-to-blog-posts" class="absolute top-0 -left-12" href="/blog/" title="Back to blog posts">
<div class="w-10 overflow-hidden inline-block group">
<div class="h-16 bg-garage-gray group-hover:bg-garage-orange transform -rotate-45 origin-top-right"></div>
</div>
</a>
</div>
- <div class="w-full text-garage-gray text-sm grid grid-cols-2 bg-gradient-to-r from-gray-100 to-transparent p-3 border-l-4 border-gray-300">
- <div class="flex items-center justify-start">
+ <div class="w-full text-garage-gray text-sm grid grid-cols-1 md:grid-cols-2 bg-gradient-to-r from-gray-100 to-transparent p-3 border-l-4 border-gray-300">
+ <div class="flex items-center justify-start md:justify-start">
{{ macros::page_publish_metadata(page=page) }}
</div>
- <div class="flex items-center justify-end">
+ <div class="flex items-center justify-start md:justify-end">
{{ macros::page_content_metadata(page=page) }}
</div>
<div>
@@ -43,7 +43,7 @@
</div>
</div>
</div>
- <div class="page-content max-w-4xl text-justify mt-12">
+ <div class="page-content max-w-4xl text-justify mt-12 px-5 md:px-12">
{{ page.content | safe }}
</div>
</article>
diff --git a/templates/partials/doc/global_toc.html b/templates/partials/doc/global_toc.html
index ebad287..f739f49 100644
--- a/templates/partials/doc/global_toc.html
+++ b/templates/partials/doc/global_toc.html
@@ -1,8 +1,20 @@
-<aside id="global_toc" class="col-span-1 h-max bg-gray-100 shadow-inner border-r border-t border-gray-200">
+<aside id="global_toc" class="relative col-span-1 h-full bg-gray-100 shadow-inner border-r border-t border-gray-200">
{% if section.subsections %}
- <ul class="space-y-2 py-0.5 px-6 py-3 list-none">
+ <ul id="main-toc-menu" class="space-y-2 px-6 py-3 list-none">
+
+ {% if section.pages %}
+ {% for page in section.pages %}
+ <a
+ href="{{ page.permalink | safe }}"
+ class="docPage block pl-2 py-1 border-l rounded-r border-garage-orange hover:bg-garage-orange hover:bg-opacity-20
+ {% if current_path == page.path %} activePage border-l-4 text-garage-orange font-semibold border-opacity-100 border-garage-orange {% endif %}">
+ {{ page.title }}
+ </a>
+ {% endfor %}
+ {% endif %}
+
{% for subsec in section.subsections %}
- {% set h1 = get_section(path=subsec) %}
+ {% set h1 = get_section(path=subsec) %}
<li class="relative">
<a
href="{{ h1.permalink | safe }}"
diff --git a/templates/partials/doc/page_toc.html b/templates/partials/doc/page_toc.html
index 172e0ce..238d8c3 100644
--- a/templates/partials/doc/page_toc.html
+++ b/templates/partials/doc/page_toc.html
@@ -1,12 +1,12 @@
-<aside class="hidden 2xl:block fixed right-0 bottom-1/2 transform translate-y-1/2 col-span-1 h-auto bg-gray-100 rounded-l-lg shadow-inner">
+<aside class="hidden 2xl:block fixed right-0 bottom-1/2 transform translate-y-1/2 w-80 col-span-1 h-auto bg-gray-100 rounded-l-lg shadow-inner">
{% if page.toc %}
<div class="w-full flex items-center justify-center py-1.5 bg-gray-200 rounded-tl-lg">
<span class="uppercase tracking-wide text-xs text-garage-gray">Page content</span>
</div>
- <ol class="text-sm space-y-0.5 py-0.5 px-8 py-3 list-decimal">
+ <ol class="text-sm space-y-0.5 px-8 py-3 list-decimal">
{% for h1 in page.toc %}
<li>
- <a href="{{ h1.permalink | safe }}" class="font-semibold bg-gradient-to-r from-garage-gray to-garage-orange text-transparent bg-clip-text transition-all hover:text-garage-orange">{{ h1.title }}</a>
+ <a href="{{ h1.permalink | safe }}" class="font-semibold text-gray-800 transition-all hover:text-garage-orange">{{ h1.title }}</a>
{% if h1.children %}
<ul class="space-y-0.5 py-0.5">
{% for h2 in h1.children %}
diff --git a/templates/partials/doc/toc_script.html b/templates/partials/doc/toc_script.html
index a858c94..1453a69 100644
--- a/templates/partials/doc/toc_script.html
+++ b/templates/partials/doc/toc_script.html
@@ -1,9 +1,31 @@
-<script type="text/javascript">
+<script>
const menuBarHeight = document.querySelector("nav.navbar").clientHeight;
+const mainTocMenuWidth = document.getElementById('main-toc-menu').clientWidth;
const tocItems = document.querySelectorAll(".toc");
const navSections = new Array(tocItems.length);
+ // Global ToC
+/*
+ Fixed ToC when user scrolls.
+*/
+
+window.addEventListener('scroll', function() {
+ if (window.screen.width >= 1280) {
+ if (window.scrollY >= menuBarHeight) {
+ document.getElementById('main-toc-menu').classList.add('fixed', 'top-0', 'left-0');
+ document.getElementById('main-toc-menu').style.width = mainTocMenuWidth + 'px';
+ } else {
+ document.getElementById('main-toc-menu').classList.remove('fixed', 'top-0', 'left-0');
+ }
+ }
+});
+
+// Page content
+/*
+ Focus effect on current section anchor when user scrolls.
+*/
+
tocItems.forEach((el, i) => {
let id = el.getAttribute("id").substring(5);
navSections[i] = document.getElementById(id);
@@ -42,7 +64,6 @@ window.addEventListener('scroll', () => {
}
}, false);
-// If JS enabled, deploy only the current doc menu
document.addEventListener("DOMContentLoaded", function() {
var menusTriggers = document.getElementsByClassName("deploySubMenu");
var activeDocPage = document.getElementsByClassName("activePage")[0];
diff --git a/templates/partials/shared/footer.html b/templates/partials/shared/footer.html
index de58caf..d5bd29c 100644
--- a/templates/partials/shared/footer.html
+++ b/templates/partials/shared/footer.html
@@ -4,8 +4,9 @@
{{ macros:: social_links( social_config=config.extra.social) }}
</p>
<p class="text-gray-600 py-2">
- Powered by <a href="https://www.getzola.org" target="_blank"
- class="font-semibold hover:text-garage-orange">Zola</a>
+ Built with <a href="https://www.getzola.org" target="_blank" class="font-semibold hover:text-garage-orange">Zola</a>,
+ powered by <a href="{{config.base_url}}" class="font-semibold hover:text-garage-orange">Garage</a>,
+ hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-garage-orange">Deuxfleurs</a>
</p>
</div>
</footer> \ No newline at end of file
diff --git a/templates/partials/shared/head.html b/templates/partials/shared/head.html
index 185a97b..ca2033e 100644
--- a/templates/partials/shared/head.html
+++ b/templates/partials/shared/head.html
@@ -1,9 +1,6 @@
{% if config.extra.favicon.webmanifest %}
<link href='{{ config.extra.favicon.webmanifest }}' rel="manifest" />
{% endif %}
-{% if config.extra.favicon.safari_pinned_tab %}
- <link color="#5bbad5" href='{{ config.extra.favicon.safari_pinned_tab }}' rel="mask-icon" />
-{% endif %}
{% if config.extra.favicon.favicon_16x16 %}
<link href='{{ config.extra.favicon.favicon_16x16 }}' rel="icon" sizes="16x16" type="image/png" />
{% endif %}
@@ -13,14 +10,6 @@
{% if config.extra.favicon.apple_touch_icon %}
<link href='{{ config.extra.favicon.apple_touch_icon }}' rel="apple-touch-icon" sizes="180x180" />
{% endif %}
-
-{% if config.extra.galleria.enabled %}
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/galleria@1.6.1/dist/themes/folio/galleria.folio.min.css"
- integrity="sha384-+rY0QD+LRnTOquDMzGa9lXU6jIwdiQuwCJQ2cdcW0qeP/0UbjQCZlXnRsUMA+9pH" crossorigin="anonymous">
-{% endif %}
-
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/all.min.css"
- integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<link href="{{ get_url(path='style.css') }}" rel="stylesheet" />
@@ -28,7 +17,7 @@
<title>
{% block title %}
- {{ config.title }}
+ {{ config.title }} - An open-source distributed storage service
{% endblock title %}
</title>
diff --git a/templates/partials/shared/nav.html b/templates/partials/shared/nav.html
index 2489bf6..a4a4b99 100644
--- a/templates/partials/shared/nav.html
+++ b/templates/partials/shared/nav.html
@@ -1,17 +1,21 @@
-<nav aria-label="section navigation" class="navbar w-full" role="navigation">
- <div class="w-full flex flex-col space-y-2 md:space-y-0 md:flex-row items-center justify-between py-1 px-8 text-garage-gray bg-garage-orange bg-opacity-20">
+<nav aria-label="navigation-section" class="navbar w-full relative" role="navigation">
+ <div class="w-full flex flex-row items-center justify-between py-1.5 px-8 text-garage-gray bg-garage-orange bg-opacity-20">
<div class="navbar-brand">
<a class="hover:rounded-full hover:bg-white" href="{{config.base_url}}">
- <img class="transform duration-150 focus:bg-white hover:bg-white hover:shadow rounded-lg hover:scale-90"
- src="{{ config.extra.organization.logo }}" width="65px">
+ <img class="px-2 transform duration-150 focus:bg-white hover:bg-white hover:shadow rounded-lg"
+ src="{{ config.extra.organization.logo_horizontal }}" width="120px">
</a>
</div>
- <div class="navbar-menu" id="navMenu">
- <div class="flex items-center justify-center">
+ <input type="checkbox" id="navMenuToggleBtn" value="0"/>
+ <label for="navMenuToggleBtn" class="md:hidden p-1.5 hover:bg-white rounded-lg hover:shadow cursor-pointer" style="margin-top:0.08rem;">
+ <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h7"></path></svg>
+ </label>
+ <div class="hidden py-4 md:py-0 z-40 md:block absolute md:static top-12 left-0 right-0 navbar-menu bg-gray-100 shadow-md md:shadow-none md:bg-transparent" id="navMenu">
+ <div class="flex items-center justify-center space-x-2">
{% for item in config.extra.navbar_items %}
{% if lang == item.code %}
{% for nav in item.nav_items %}
- <a class="font-semibold focus:bg-white hover:bg-white hover:shadow px-4 py-2 rounded-lg"
+ <a class="font-semibold focus:bg-white hover:bg-white hover:shadow px-3 py-1 rounded-lg"
href="{{ nav.url | replace(from='$BASE_URL', to=config.base_url) }}">
{{ nav.name }}
</a>
@@ -25,6 +29,12 @@
class="focus:bg-white hover:bg-white hover:shadow px-4 py-2 rounded-lg">
<svg id="nav-search-btn-icon" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg>
</button>
+ <a
+ href="https://garagehq.deuxfleurs.fr/_releases.html"
+ class="group flex items-center justify-center space-x-1 font-semibold shadow hover:shadow px-2 py-1.5 rounded text-white transition-all duration-500 bg-gradient-to-tl from-garage-orange via-orange-500 to-orange-300 bg-size-200 bg-pos-0 hover:bg-pos-100">
+ <svg class="w-6 h-6 animate-pulse" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M9 19l3 3m0 0l3-3m-3 3V10"></path></svg>
+ <span class="hidden md:inline">Download</span>
+ </a>
</div>
</div>
</div>
diff --git a/templates/partials/shared/search.html b/templates/partials/shared/search.html
new file mode 100644
index 0000000..cb0ae2e
--- /dev/null
+++ b/templates/partials/shared/search.html
@@ -0,0 +1,25 @@
+<section id="search-modal" class="modal hidden z-50 bg-gradient-to-b from-gray-50 to-gray-100 w-5/6 md:w-4/5 lg:w-3/4 xl:w-2/3 2xl:w-1/2 absolute top-20 left-1/2 transform -translate-x-1/2 shadow-2xl rounded-lg">
+ <div class="p-2 md:p-4 xl:p-8 border-8 border-gray-300 rounded-lg shadow-inner" style="min-height:30vh;">
+ <section class="relative flex flex-col items-center justify-center">
+ <div class="flexs items-center justify-center">
+ <span class="text-xl inline-block font-thin">Search</span>
+ <span class="font-normal inline-block text-xs text-gray-500">(alt + S)</span>
+ </div>
+ <div class="field mt-8 md:mt-0 mb-2">
+ <div class="control">
+ <input
+ id="search"
+ class="p-2 md:p-4 shadow rounded-lg outline-2 focus:outline outline-garage-orange"
+ placeholder="Search on Garage..." type="search" />
+ </div>
+ </div>
+ <div class="search-results hidden mt-8 p-2 md:p-4 w-full bg-white rounded shadow">
+ <div class="search-results__items max-h-96 overflow-y-scroll p-2 md:p-4 focus:outline outline-garage-orange"></div>
+ </div>
+ </section>
+ <button aria-label="close" id="close-modal-btn" class="absolute top-4 right-4 flex items-center group rounded-full shadow-inner bg-gray-300 border border-transparent hover:border-gray-500 bg-opacity-50 p-2">
+ <svg id="close-modal-btn-icon" class="w-6 h-6 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path></svg>
+ <small class="text-xs text-gray-400">(Esc)</small>
+ </button>
+ </div>
+</section> \ No newline at end of file
diff --git a/templates/section.html b/templates/section.html
index 83c5134..5d47d46 100755
--- a/templates/section.html
+++ b/templates/section.html
@@ -14,7 +14,7 @@
<div class="content">
{{ section.content | safe }}
</div>
- <div class="columns is-centered">
+ <div class="px-0 md:px-8 xl:px-4 2xl:px-0">
<div class="space-y-20">
{% if paginator %}
{% set pages = paginator.pages %}
@@ -23,7 +23,7 @@
{% endif %}
{% for page in pages %}
- <article class="border-l-4 border-garage-gray pl-4">
+ <article class="border-l-4 border-garage-gray pl-4 max-w-5xl">
<h2 class="text-garage-gray hover:text-garage-orange text-2xl pb-3">
<a class="w-full block" href='{{ page.permalink }}'>
{{ page.title }}
@@ -41,8 +41,10 @@
</div>
</div>
<div class="content mt-2">
- {{ page.summary | safe }}
- <a class="group py-4 font-semibold px-4 py-2 flex items-center space-x-1 text-garage-orange" href='{{ page.permalink }}'>
+ <div class="text-gray-700">
+ {{ page.summary | safe }}
+ </div>
+ <a class="group font-semibold p-4 flex items-center space-x-1 text-garage-orange" href='{{ page.permalink }}'>
<div class="h-0.5 mt-0.5 w-4 group-hover:w-8 group-hover:bg-garage-gray transition-all bg-garage-orange"></div>
<span>Read</span>
<span class="text-garage-orange group-hover:text-garage-gray transition-all">