Merge branch 'setupDocs' into codeSnippet

pull/26459/head^2
Corwin Smith 2 years ago
commit ca02fe408e
  1. 76
      docs/monitoring/dashboards.md
  2. 0
      public/images/docs/grafana.png
  3. BIN
      public/images/docs/grafana1.png
  4. BIN
      public/images/docs/grafana2.png
  5. BIN
      public/images/docs/grafana3.png
  6. BIN
      public/images/docs/grafana4.png
  7. BIN
      public/images/docs/grafana5.png
  8. BIN
      public/images/docs/grafana6.png
  9. BIN
      public/images/docs/grafana7.png
  10. 8
      public/images/pages/glyph-home-light.svg
  11. 9
      public/images/pages/gopher-downloads-front-light.svg
  12. 453
      public/images/pages/gopher-home-front.svg
  13. 298
      public/images/pages/gopher-home-nodes.svg
  14. 417
      public/images/pages/gopher-home-side-desktop.svg
  15. 9
      public/images/pages/gopher-home-side-mobile.svg
  16. 3
      public/images/pages/linux-penguin.svg
  17. 3
      public/images/pages/macos-logo.svg
  18. 3
      public/images/pages/source-branch.svg
  19. 3
      public/images/pages/windows-logo.svg
  20. 5
      src/components/MDXComponents.tsx
  21. 22
      src/components/UI/ButtonLinkSecondary.tsx
  22. 8
      src/components/UI/DataTable.tsx
  23. 60
      src/components/UI/Header.tsx
  24. 30
      src/components/UI/downloads/DownloadsHero.tsx
  25. 36
      src/components/UI/downloads/DownloadsSection.tsx
  26. 10
      src/components/UI/downloads/DownloadsTable.tsx
  27. 17
      src/components/UI/downloads/SpecificVersionsSection.tsx
  28. 17
      src/components/UI/homepage/Gopher.tsx
  29. 2
      src/components/UI/homepage/HomeHero.tsx
  30. 39
      src/components/UI/homepage/HomeSection.tsx
  31. 54
      src/components/UI/homepage/QuickLinks.tsx
  32. 43
      src/components/UI/homepage/WhatIsEthereum.tsx
  33. 39
      src/components/UI/homepage/WhyRunANode.tsx
  34. 1
      src/components/UI/homepage/index.ts
  35. 7
      src/components/UI/icons/DiscordIcon.tsx
  36. 7
      src/components/UI/icons/GitHubIcon.tsx
  37. 6
      src/components/UI/icons/HamburgerIcon.tsx
  38. 2
      src/components/UI/icons/LensIcon.tsx
  39. 21
      src/components/UI/icons/LinuxPenguin.tsx
  40. 19
      src/components/UI/icons/MacosLogo.tsx
  41. 2
      src/components/UI/icons/MoonIcon.tsx
  42. 21
      src/components/UI/icons/SourceBranch.tsx
  43. 19
      src/components/UI/icons/SunIcon.tsx
  44. 2
      src/components/UI/icons/TwitterIcon.tsx
  45. 19
      src/components/UI/icons/WindowsLogo.tsx
  46. 7
      src/components/UI/icons/index.ts
  47. 1
      src/components/UI/index.ts
  48. 21
      src/components/UI/svgs/GlyphHome.tsx
  49. 503
      src/components/UI/svgs/GopherDownloads.tsx
  50. 466
      src/components/UI/svgs/GopherHomeFront.tsx
  51. 430
      src/components/UI/svgs/GopherHomeLinks.tsx
  52. 311
      src/components/UI/svgs/GopherHomeNodes.tsx
  53. 5
      src/components/UI/svgs/index.ts
  54. 62
      src/components/layouts/Footer.tsx
  55. 27
      src/constants.ts
  56. 14
      src/pages/downloads.tsx
  57. 19
      src/pages/index.tsx
  58. 23
      src/theme/components/Button.ts
  59. 26
      src/theme/components/Link.ts
  60. 20
      src/theme/foundations/colors.ts
  61. 12
      src/theme/foundations/config.ts
  62. 1
      src/theme/foundations/index.ts
  63. 18
      src/theme/foundations/textStyles.ts
  64. 19
      src/theme/index.ts

@ -16,22 +16,13 @@ To follow along with the instructions on this page it will be useful to have:
## Monitoring stack {#monitoring-stack}
An Ethereum client collects lots of data which can be read in the form of a chronological database. To make monitoring easier, this data can be fed into data visualisation software. There are many options available:
- [Prometheus](https://prometheus.io/) (pull model)
- [InfluxDB](https://www.influxdata.com/get-influxdb/) (push model)
- [Telegraf](https://www.influxdata.com/get-influxdb/)
- [Grafana](https://www.grafana.com/)
- [Datadog](https://www.datadoghq.com/)
- [Chronograf](https://www.influxdata.com/time-series-platform/chronograf/)
There's also [Geth Prometheus Exporter](https://github.com/hunterlong/gethexporter), an option preconfigured with InfluxDB and Grafana. You can set it up easily using docker and [Ethbian OS](https://ethbian.org/index.html) for RPi 4.
On this page, a Geth client will be configured to push data into a InfluxDB database and Grafana will be used to visualize the data.
An Ethereum client collects lots of data which can be read in the form of a chronological database. To make monitoring easier, this data can be fed into data visualisation software. On this page, a Geth client will be configured to push data into a InfluxDB database and Grafana will be used to visualize the data.
## Setting up InfluxDB {#setting-up-influxdb}
InfluxDB can be downloaded from the [Influxdata release page](https://portal.influxdata.com/downloads/). It can also be installed from a [repository](https://repos.influxdata.com/). For example for a Debian based Linux operating system:
InfluxDB can be downloaded from the [Influxdata release page](https://portal.influxdata.com/downloads/). It can also be installed from a [repository](https://repos.influxdata.com/).
For example the following commands will download and install InfluxDB on a Debian based Linux operating system - you can check for up-to-date instructions for your operating system on the InfluxDB [downloads page](https://portal.influxdata.com/downloads/):
```sh
curl -tlsv1.3 --proto =https -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add
@ -56,7 +47,7 @@ Now the influx client can be used to enter [InfluxDB shell](https://docs.influxd
influx -username 'username' -password 'password'
```
A database and user for geth metrics can be created by communicatign with it directly via its shell.
A database and user for Geth metrics can be created by communicating with it directly via its shell.
```sh
create database geth
@ -80,7 +71,8 @@ InfluxDB is running and configured to store metrics from Geth.
## Preparing Geth {#preparing-geth}
After setting up database, metrics need to be enabled in Geth. Various options are available, as documented in the `METRICS AND STATS OPTIONS` in `geth --help` and in our [metrics page](). In this case Geth will be configured to push data into InfluxDB. Basic setup specifies the endpoint where InfluxDB is reachable and authenticates the database.
After setting up database, metrics need to be enabled in Geth. Various options are available, as documented in the `METRICS AND STATS OPTIONS`
in `geth --help` and in our [metrics page](/pages/docs/monitoring/metrics.md). In this case Geth will be configured to push data into InfluxDB. Basic setup specifies the endpoint where InfluxDB is reachable and authenticates the database.
```sh
geth --metrics --metrics.influxdb --metrics.influxdb.endpoint "http://0.0.0.0:8086" --metrics.influxdb.username "geth" --metrics.influxdb.password "chosenpassword"
@ -97,9 +89,9 @@ show measurements
## Setting up Grafana {#setting-up-grafana}
With the InfluxDB database setup and successfully receiving data from Geth, the next step is to install Grafana so that the data can be visualized. Instructions for specific operating systems are available on the Grafana [downloads page](https://grafana.com/grafana/download?pg=get&plcmt=selfmanaged-box1-cta1).
With the InfluxDB database setup and successfully receiving data from Geth, the next step is to install Grafana so that the data can be visualized.
Alternatively, the following code snippet shows how to download, install and run Grafana on a Debian based Linux system:
The following code snippet shows how to download, install and run Grafana on a Debian based Linux system. Up to date instructions for your operating system can be found on the Grafana [downloads page](https://grafana.com/grafana/download).
```sh
curl -tlsv1.3 --proto =https -sL https://packages.grafana.com/gpg.key | sudo apt-key add -
@ -112,40 +104,44 @@ sudo systemctl start grafana-server
When Grafana is up and running, it should be reachable at `localhost:3000`. A browser can be pointed to that URL to access a visualization dashboard. The browser will prompt for login credentials (user: `admin` and password: `admin`). When prompted, the default password should be changed and saved.
![](/images/docs/grafana1.png)
The browser first redirects to the Grafana home page to set up the source data. Click on the configuration icon in the left bar and select "Data sources".
![](/images/docs/grafana2.png)
There aren't any data sources yet, click on "Add data source" to define one.
The browser first redirects to the Grafana home page to set up the source data. Click on the "Data sources" icon and then click on "InfluxDB". The following configuration options are recommended:
![](/images/docs/grafana3.png)
Select "InfluxDB" and proceed.
![](/images/docs/grafana4.png)
Data source configuration is pretty straight forward if the tools run on the same machine as Geth. The InfluxDB address and details for accessing the database must be set. Refer to the image below.
![](/images/docs/grafana5.png)
```sh
Name: InfluxDB
Query Language: InfluxQL
HTTP
URL: http://localhost:8086
Access: Server (default)
Whitelisted cookies: None (leave blank)
Auth
All options left as their default (switches off)
Custom HTTP Headers
None
InfluxDB Details
Database: geth
User: <your-user-name>
Password: <your-password>
HTTP Method: GET
```
If everything is complete and InfluxDB is reachable, click on "Save and test" and wait for the confirmation to pop up.
Click on "Save and test" and wait for the confirmation to pop up.
![](/images/docs/grafana6.png)
Grafana is now set up to read data from InfluxDB. Now a dashboard can be created to interpret and display it. Dashboards properties are encoded in JSON files which can be created by anybody and easily imported. On the left bar, click on the "Dashboards" icon, then "Import".
Grafana is now set up to read data from InfluxDB. Now a dashboard can be created to interpret and display it. Dashboards properties are encoded in JSON files which can be created by anybody and easily imported. On the left bar, click on "Create and Import".
For a Geth monitoring dashboard, copy the URL of [this dashboard](https://grafana.com/grafana/dashboards/13877/) and paste it in the "Import page" in Grafana. After saving the dashboard, it should look like this:
![](/images/docs/grafana7.png)
![Grafana 1](/public/images/docs/grafana.png)
For a Geth monitoring dashboard, copy the ID of [this dashboard](https://grafana.com/grafana/dashboards/13877/) and paste it in the "Import page" in Grafana. After saving the dashboard, it should look like this:
![](/images/docs/grafana8.png)
## Customization
The dashboards can be customized further. Each panel can be edited, moved, removed or added. To learn more about how dashboards work, refer to [Grafana's documentation](https://grafana.com/docs/grafana/latest/dashboards/).
The dashboards can be customized further. Each panel can be edited, moved, removed or added. To learn more about how dashboards work, refer to
[Grafana's documentation](https://grafana.com/docs/grafana/latest/dashboards/).
Some users might also be interested in automatic [alerting](https://grafana.com/docs/grafana/latest/alerting/), which sets up alert notifications that are sent automatically when metrics reach certain values. Various communication channels are supported.
## Summary
This page has outlined how to set up a simple node monitoring dashboard using Grafana.
***NB: this page was adapted from a tutorial on ethereum.org written by Mario Havel***

Before

Width:  |  Height:  |  Size: 309 KiB

After

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

@ -1,8 +0,0 @@
<svg width="180" height="278" viewBox="0 0 180 278" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M90.0002 276.5V207.379L2.76453 157.376L90.0002 276.5Z" stroke="#11866F" stroke-width="2" stroke-linejoin="round"/>
<path d="M90.0001 276.5V207.379L177.236 157.376L90.0001 276.5Z" stroke="#11866F" stroke-width="2" stroke-linejoin="round"/>
<path d="M89.9999 190.325V102.883L1.5 141.27L89.9999 190.325Z" stroke="#11866F" stroke-width="2" stroke-linejoin="round"/>
<path d="M90.0001 190.325V102.883L178.5 141.27L90.0001 190.325Z" stroke="#11866F" stroke-width="2" stroke-linejoin="round"/>
<path d="M1.5 140.901L89.9999 1.5V102.26L1.5 140.901Z" stroke="#11866F" stroke-width="2" stroke-linejoin="round"/>
<path d="M178.5 140.901L90.0001 1.5V102.26L178.5 140.901Z" stroke="#11866F" stroke-width="2" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 837 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 419 KiB

@ -1,453 +0,0 @@
<svg width="144" height="272" viewBox="0 0 144 272" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M73.2964 159.086L73.2935 159.69L72.5634 161.298L70.2392 160.623L69.5084 158.778L69.5077 158.663" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M77.3923 158.903L76.7112 160.623L74.3869 161.298L73.6569 159.69L73.6541 159.095" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M17.7069 144.714L15.6754 132.018" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M130.678 144.714L132.67 132.018" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.0464 56.5682L100.669 56.0142L100.589 56.4917L100.598 57.2198L100.595 57.7849L100.607 58.566L100.713 59.4905L100.888 60.4024L101.086 61.2627L101.268 62.047L101.344 62.4216L100.196 62.9722" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M100.196 62.9723L100.337 63.0381" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.6703 62.727L100.828 63.2676" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.11 56.3533L99.3065 56.4794" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M101.83 58.4911L103.463 57.9371L103.393 58.5216L103.423 59.118L103.503 59.8214L103.499 60.6008L103.437 61.3264L103.531 62.0905L103.717 62.8282L103.921 63.4809L104.135 64.0908L102.971 64.6468" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.552 64.4153L103.599 64.9946" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.824 71.8005L111.748 71.485L111.564 70.5224L111.562 69.5027L111.691 68.4427L111.619 67.7826L111.531 67.1585L111.461 66.5563L111.422 65.9656L111.457 65.4002L111.131 65.1197L110.12 64.2461L109.006 63.3055" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M108.149 62.5971L107.451 62.0256L106.222 61.0517" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.314 60.3551L104.737 59.9148L103.407 58.9396" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.463 58.2762L101.98 57.9374L100.589 57.0074" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.5979 56.3798L99.1832 56.1171L98.4748 55.6961L97.7694 55.273L97.4927 55.599" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.82 72.9475L112.13 72.602L112.034 71.9994L110.952 70.9753L109.542 69.7122L108.145 68.5352L108.055 68.4576" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.26 69.4747L109.161 69.3753L108.391 68.6673" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M108.577 68.838L109.683 68.3458L109.357 67.9096L109.049 67.2726L108.877 66.5996L108.85 65.8415L108.959 65.0912L109.073 64.2006L109.003 63.2381L108.975 62.3197L107.333 62.871" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M104.59 60.5992L106.23 60.0462L106.198 60.4132L106.231 61.1645L106.281 61.96L106.212 62.7273L106.096 63.4099L106.166 64.1624L106.353 64.8414L106.554 65.3685L106.885 66.0435L105.752 66.5701" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.615 66.4684L106.359 67.0213L106.572 67.1983" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.244 56.3533L49.0482 56.479" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.3096 56.5682L47.6863 56.0142L47.7698 56.4917L47.768 57.2198L47.7747 57.7848L47.7673 58.566L47.6648 59.4905L47.494 60.4024L47.2999 61.2627L47.1209 62.047L47.0466 62.4216L48.1946 62.9725" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.1946 62.9725L48.0518 63.0392" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M47.5624 63.2676L48.7209 62.727" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M46.5261 58.4911L44.8913 57.9371L44.9657 58.5216L44.9408 59.118L44.8657 59.8214L44.8733 60.6008L44.9399 61.3264L44.8498 62.0905L44.6679 62.8282L44.467 63.4809L44.2557 64.0908L45.4196 64.6471" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.4196 64.6471L45.4175 64.6482" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.7914 64.9945L45.8386 64.4153" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M41.0225 62.871L39.379 62.3197L39.3757 62.7868L39.3373 63.6604L39.3747 64.612L39.4648 65.5048L39.5359 66.2113L39.4303 66.954L39.236 67.5239L38.9207 68.0666L38.7087 68.3458L39.8139 68.8381" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.9998 68.6672L39.2297 69.3752L39.1241 69.4817" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M36.5503 71.8174L36.6283 71.485L36.8084 70.5224L36.806 69.5027L36.6718 68.4427L36.7417 67.7826L36.8271 67.1585L36.8938 66.5563L36.9301 65.9655L36.8933 65.4002L37.2189 65.1197L38.2299 64.2461L39.3537 63.2972" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.203 62.5962L40.8995 62.0256L42.1397 61.0432" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.0382 60.3541L43.6136 59.9148L44.9559 58.9309" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.8894 58.2752L46.3711 57.9374L47.765 57.0062L47.7755 56.9995" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.0786 56.1742L48.9606 56.2347" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.9606 56.2347L49.8772 55.6961L50.5827 55.2731L50.8566 55.5958" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M36.5719 72.9477L36.262 72.602L36.3582 71.9994L37.4397 70.9753L38.8505 69.7123L40.2475 68.5352" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.2474 68.5352L40.1433 68.623" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M42.7755 66.4684L42.0321 67.0213L41.8176 67.1983" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.7658 60.5992L42.1244 60.0462L42.1583 60.4133L42.1304 61.1646L42.0855 61.96L42.1589 62.7274L42.2798 63.4099L42.2138 64.1624L42.0305 64.8414L41.724 65.6035L41.506 66.0435L42.6385 66.5703" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M52.0277 52.5548L51.9661 52.493L51.2662 51.6418L51.0274 51.0237L50.8393 50.3407L50.6633 49.6795L50.5277 49.0446L50.4611 48.4404L50.4298 47.859L50.4001 47.2927L50.3423 46.1749L50.2841 45.0497L50.2616 44.4716L50.2526 43.8698L50.2503 43.2577L50.2481 42.6491L50.2459 42.042L50.2438 41.4349L50.2416 40.8276L50.2394 40.2202L50.2372 39.6127L50.235 39.0051L50.2328 38.3974L50.2307 37.7896L50.2285 37.1819L50.2263 36.5746L50.2241 35.9675L50.2219 35.3602L50.2198 34.7529L50.2176 34.1454L50.2154 33.5378L50.2132 32.93L50.211 32.3222L50.2089 31.7143L50.2067 31.1062L50.2045 30.498L50.2023 29.8898L50.2001 29.2814L50.1979 28.6729L50.1958 28.0642L50.1936 27.4555L50.1914 26.8466L50.1892 26.2282L50.1869 25.5909L50.1846 24.9439L50.1822 24.2969L50.1799 23.6498L50.1776 23.0025L50.1753 22.3551L50.1729 21.7075L50.1706 21.0599L50.1683 20.412L50.166 19.7641L50.1636 19.116L50.1613 18.4678L50.159 17.8195L50.1566 17.1711L50.1543 16.5224L50.152 15.8737L50.1497 15.2249L50.1474 14.5915L50.1452 13.989L50.1431 13.4021L50.141 12.8149L50.1389 12.2278L50.1368 11.6405L50.1347 11.0531L50.1326 10.4655L50.1305 9.87795L50.1284 9.29022L50.1262 8.7024L50.1241 8.11446L50.122 7.52638L50.1199 6.93827L50.1178 6.35001L50.1157 5.76163L50.1136 5.19113L50.1099 4.13973L50.1062 3.10596L50.1024 2.07185L50.1006 1.55469" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.7513 1L51.2412 1.10124L51.4056 1.47973L51.4091 2.51378L51.4126 3.54755L51.4161 4.58094L51.4199 5.68585L51.4219 6.27413L51.4239 6.86229L51.4258 7.45029L51.4278 8.03823L51.4298 8.62603L51.4318 9.21374L51.4338 9.80136L51.4358 10.3889L51.4378 10.9762L51.4398 11.5635L51.4418 12.1507L51.4438 12.7378L51.4458 13.3248L51.4477 13.9116L51.4498 14.5139L51.4519 15.1472L51.4541 15.7959L51.4563 16.4445L51.4585 17.093L51.4607 17.7413L51.4629 18.3895L51.4651 19.0376L51.4673 19.6855L51.4695 20.3333L51.4717 20.981L51.4739 21.6286L51.4761 22.276L51.4783 22.9233L51.4805 23.5704L51.4827 24.2174L51.4848 24.8644L51.487 25.5111L51.4892 26.1483L51.4913 26.7666L51.4934 27.3754L51.4954 27.984L51.4975 28.5925L51.4995 29.2009L51.5016 29.8092L51.5037 30.4173L51.5057 31.0254L51.5078 31.6333L51.5098 32.2411L51.5119 32.8488L51.514 33.4564L51.516 34.0639L51.5181 34.6713L51.5201 35.2785L51.5222 35.8856L51.5242 36.4926L51.5263 37.0998L51.5284 37.7074L51.5304 38.3151L51.5325 38.9227L51.5345 39.5302L51.5366 40.1376L51.5386 40.7448L51.5407 41.352L51.5428 41.959L51.5448 42.5659L51.5469 43.1709L51.5488 43.7724L51.5574 44.3601L51.5793 44.9241L51.6367 46.035L51.6944 47.1526L51.7488 48.2395L51.9319 49.358L52.0832 49.9372L52.2224 50.4943L52.6311 51.3038L53.1864 51.8572L53.7771 52.2633" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.1099 54.1964L51.0957 54.1987L50.0732 54.3624L49.1682 54.6344L48.4544 54.9933L47.7605 55.3474L47.1302 55.8247L46.6473 56.374L46.2634 56.8838L46.0101 57.4377L46.0801 58.1416" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M88.405 136.546L88.0392 135.739L87.5884 134.951L87.0793 134.231L86.5191 133.574L85.9151 132.97L85.2747 132.412L84.6051 131.89L83.9136 131.396L83.2074 130.92L82.4939 130.454L81.6023 128.536L80.9854 127.17" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M91.9859 98.2243L91.914 98.3641L91.6558 98.8659L91.2869 99.6084L90.9735 100.27L90.5483 101.167L90.1634 101.979L89.827 102.689L89.5468 103.28L89.2305 103.947L88.9651 104.507L88.2127 104.976L87.1576 104.973L86.1133 104.97L85.0871 104.967L84.0862 104.964L83.118 104.961L82.1897 104.959L81.3085 104.956L80.4816 104.954L79.7088 104.952L78.9831 104.95L78.2975 104.948L77.6445 104.946L77.017 104.944L76.4075 104.942L75.809 104.94L75.503 104.481L75.4892 103.745L75.4755 103.013L75.4636 102.378L75.4497 101.634L75.4341 100.8L75.4171 99.8905L75.399 98.9229L75.3801 97.9132L75.3607 96.8773L75.3464 96.1165" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M91.2576 99.6706L91.3593 99.461L91.6567 98.8642" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M91.6567 98.8642L91.4482 99.2795" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.9603 96.1681L99.9607 96.1657L100.054 95.5176L100.147 94.869L100.24 94.2199L100.254 93.4677L100.189 92.6146L100.125 91.7657L100.061 90.9231L99.997 90.0891L99.9341 89.2656L99.8721 88.4549L99.8111 87.659L99.7513 86.88L99.6926 86.1178L99.6349 85.3702L99.5781 84.6351L99.522 83.9102L99.4665 83.1935L99.4113 82.4826L99.3564 81.7756L98.9811 81.3524L98.2903 81.2158L97.6149 81.0914L96.9652 80.9874L96.3515 80.9121L95.784 80.8735L95.0421 80.9024L94.3815 80.473" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M94.5813 80.7869L94.2994 79.7189L94.1687 78.9631" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.53 64.0112L93.8376 64.074L94.5253 64.2143L95.213 64.3546L95.9007 64.4949L96.5884 64.6353L97.2761 64.7756L97.9639 64.9159L98.3385 64.5574L98.3846 63.9141L98.4308 63.2708L98.4769 62.6273L98.5231 61.9837L98.4671 61.0734L98.2955 60.1198L98.128 59.1881L97.9672 58.2904L97.8155 57.4387L97.6751 56.645L97.5484 55.9212L97.4378 55.279L97.3062 54.4903L97.2128 53.8959L97.1334 53.3333L97.0641 52.7041L96.7298 52.6361L96.0664 52.5045L95.418 52.3862L94.7947 52.2904L94.2066 52.2258L93.4125 52.2072L92.71 52.2281L92.4938 52.1991" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M88.262 103.199L88.3258 103.197L88.901 103.178L89.4216 102.824L89.7154 102.251L90.0312 101.672L90.3162 101.161L90.6616 100.548L91.0592 99.8472L91.5002 99.0736L91.9762 98.2412L92.4786 97.3643L92.9992 96.4572L93.5297 95.5334L93.8016 95.0193L93.8441 94.4196L93.8555 93.6749L93.867 92.9299L93.8784 92.1848L93.8808 92.0311" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.9014 90.6938L93.8984 90.7788L93.8777 91.3736L93.8569 91.9683" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.8569 91.9683L94.4188 91.5883L94.7352 90.83L94.6907 89.873L94.6462 88.9205L94.6019 87.9749L94.5579 87.0383L94.514 86.1131L94.4705 85.2016L94.4273 84.3059L94.3845 83.4278L94.3415 82.5544L94.2976 81.6584L94.2516 80.7124L94.2028 79.6888L94.15 78.5602L94.1219 77.9481L94.0924 77.2996L94.0616 76.6114L94.0291 75.88L93.995 75.1023L93.9593 74.276L93.9218 73.4033L93.8828 72.4876L93.8424 71.5321L93.8007 70.5402L93.7578 69.5152L93.7139 68.4602L93.669 67.3786L93.6233 66.2736L93.5768 65.1485L93.5298 64.0063L93.4823 62.8504L93.4341 61.6897L93.3836 60.5566L93.3287 59.4917L93.2666 58.5468L93.1957 57.7586L93.118 57.0948L93.037 56.5084L92.874 55.4331L92.7176 54.4051L92.5706 53.4337L92.4354 52.5335L92.3146 51.7193L92.2104 51.0056L92.1253 50.4066L92.0341 49.7393L91.8627 49.1427L91.4364 48.6672L90.4694 48.2776L89.824 48.2446L89.1813 48.2118L88.5417 48.1791L87.9069 48.1466L87.2781 48.1145L86.6563 48.0826L86.0429 48.0513L85.4389 48.0204L84.8456 47.9901L84.2642 47.9604L83.6957 47.9313L82.6026 47.8754L81.5757 47.8229L80.6213 47.7742L79.7331 47.7287L78.9016 47.6863L78.1174 47.6462L77.3711 47.608L76.6531 47.5714L75.954 47.5357L75.2644 47.5004" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.243 52.2756L75.2436 51.9897L75.245 51.2305L75.2467 50.4681L75.2486 49.7344L75.2507 49.0613L75.253 48.4812L75.2569 47.851" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.257 47.851L75.2817 49.3614L75.2854 50.1259L75.2891 50.9995L75.2928 51.9662L75.2965 53.0102L75.3003 54.1155L75.3022 54.6861L75.3041 55.2716L75.3059 55.8975L75.3078 56.598L75.3095 57.4174L75.3112 58.3866L75.3127 59.4702L75.3143 60.6188L75.3157 61.7934L75.3172 62.9629L75.3186 64.1187L75.3201 65.2575L75.3214 66.376L75.3228 67.4711L75.3241 68.5394L75.3254 69.5777L75.3266 70.5827L75.3277 71.5511L75.3288 72.4795L75.3299 73.3646L75.3309 74.2031L75.3317 74.9927L75.3326 75.7357L75.3334 76.4353L75.3341 77.0948L75.3347 77.7177L75.3353 78.3072L75.3364 79.4L75.3374 80.4004L75.3382 81.336L75.339 82.2342L75.3398 83.1231L75.3406 84.0253L75.3415 84.9439L75.3423 85.8767L75.3432 86.8215L75.3441 87.7761L75.345 88.7385L75.346 89.7064L75.3469 90.6775L75.3632 91.27L75.4049 91.8961L75.4291 92.646L75.4388 93.3703L75.4431 94.0322L75.4444 94.6933L75.4536 95.583L75.4717 96.4775L75.4897 97.3559L75.5073 98.2047L75.5244 99.0102L75.5408 99.7586L75.5562 100.436L75.5705 101.028L75.5895 101.729L75.6089 102.347L75.6195 102.921L76.1142 103.268L76.3333 103.334" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.2932 52.0649L75.2723 52.1556L75.1606 52.791L75.1163 53.1371" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M74.9419 64.7504L74.942 64.9904L74.9419 65.7796L74.9419 66.1179" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.0618 92.2767L75.0721 92.117L75.1029 91.4719L75.1279 90.7608L75.1649 90.0405L75.2226 89.4035L75.2781 88.7868L75.3254 88.0731L75.3441 87.7469" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M65.6188 103.33L65.1477 103.33L64.1762 103.331L63.1717 103.331L62.1416 103.332L61.0933 103.333L60.6909 103.333" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M61.0626 103.333L60.5321 103.333L59.4667 103.335L59.0733 102.895L58.7664 102.301L58.4545 101.735L58.1663 101.222L57.8179 100.605L57.4098 99.8875L56.9659 99.1102L56.4802 98.2632L55.9625 97.3643L55.4384 96.4571L54.9043 95.5334L54.6306 95.0193L54.5882 94.4196L54.577 93.6749L54.5658 92.93L54.5551 92.2179L54.1041 91.8784L53.6972 91.4846L53.6971 90.8299L53.7408 89.873L53.7843 88.9205L53.8277 87.9749L53.8709 87.0383L53.9139 86.1131L53.9565 85.2016L53.9989 84.3059L54.0409 83.4278L54.0831 82.5543L54.1263 81.6585L54.1714 80.7124L54.2193 79.6888L54.2709 78.5603L54.2985 77.9482L54.3273 77.2996L54.3574 76.6114L54.3891 75.88L54.4224 75.1023L54.4573 74.276L54.4938 73.4033L54.5318 72.4876L54.5712 71.5321L54.6118 70.5402L54.6535 69.5152L54.6963 68.4602L54.74 67.3786L54.7845 66.2736L54.8296 65.1485L54.8754 64.0063L54.9216 62.8504L54.9685 61.6897L55.0177 60.5566L55.0712 59.4917L55.1319 58.5468L55.2014 57.7586L55.2775 57.0948L55.3571 56.5084L55.517 55.4331L55.6705 54.4051L55.8145 53.4337L55.9467 52.5335L56.0646 51.7193L56.1658 51.0056L56.2479 50.4066L56.3346 49.7394L56.4988 49.1427L56.9251 48.6672L57.8907 48.2776L58.5361 48.2446L59.1791 48.2118L59.8185 48.1791L60.4544 48.1466L61.0832 48.1145L61.7049 48.0827L62.3183 48.0513L62.9222 48.0205L63.5155 47.9901L64.0969 47.9604L64.6653 47.9313L65.7584 47.8754L66.7852 47.8229L67.7395 47.7742L68.6277 47.7287L69.4591 47.6863L70.2432 47.6462L70.9896 47.608L71.7075 47.5714L72.4065 47.5357L73.0961 47.5004L73.1064 47.9608L73.1064 48.5874L73.1061 49.4096L73.1058 50.0806L73.2168 50.6366L73.2407 51.2555L73.2669 51.938L73.2945 52.6542L73.3192 53.2951L73.3197 53.3086" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M54.5322 90.6938L54.5352 90.7788L54.5559 91.3736L54.5765 91.9683L54.6403 92.3059" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M53.7708 91.6079L53.7569 91.8311L53.7308 92.3362" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M54.293 78.0674L54.1628 79.0123L53.9811 80.1082L53.8584 80.6537" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M53.9246 80.5235L53.7537 80.8597L53.1448 80.8798L52.3567 80.8876L51.7648 80.9456L51.1319 81.0363L50.4681 81.1515L49.7837 81.2831L49.089 81.4228L49.062 81.7755L49.0077 82.4826L48.9533 83.1935L48.8984 83.9102L48.843 84.6351L48.7869 85.3702L48.7299 86.1177L48.672 86.88L48.613 87.659L48.5528 88.4549L48.4917 89.2656L48.4296 90.0891L48.3669 90.9231L48.3036 91.7657L48.2399 92.6146L48.1759 93.4677L48.167 94.0575L48.2597 94.7067L48.3522 95.3555L48.4448 96.0037L48.4682 96.1681" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.4542 66.1179L73.4536 65.7796L73.4522 64.9904L73.4518 64.7504" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.1061 47.9446L73.106 47.979L73.1052 48.6603L73.1047 49.4716L73.1042 50.1753L73.1038 50.9953L73.1033 51.9161L73.1028 52.9217L73.1023 53.9965L73.1017 55.1243L73.1015 55.7086L73.1012 56.3334L73.101 57.0325L73.1008 57.8504L73.1007 58.8178L73.1006 59.8995L73.1005 61.046L73.1005 62.2184L73.1005 63.3857L73.1005 64.5393L73.1004 65.6759L73.1004 66.7922L73.1004 67.8851L73.1004 68.9512L73.1004 69.9873L73.1003 70.99V71.9562V72.8823V73.7652V74.6016L73.1003 75.3889L73.1004 76.1296L73.1004 76.827L73.1004 77.4843L73.1004 78.1049L73.1005 78.6921L73.1006 79.7802L73.1007 80.7758L73.1008 81.7063L73.101 82.5993L73.1012 83.4825L73.1014 84.3789L73.1017 85.2913L73.102 86.2177L73.1022 87.1558L73.1026 88.1037L73.1029 89.0591L73.1032 90.0199L73.1036 90.984L73.0934 91.5744L73.0879 92.1502L73.0877 92.7646L73.0875 93.3789L73.0873 93.993L73.0872 94.607L73.087 95.2207L73.0713 96.1382L73.0558 97.0313L73.0403 97.9016L73.025 98.7352L73.0099 99.5185" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.0155 99.2289L73.0095 99.5377L72.9948 100.258L72.9806 100.899L72.9602 101.683L72.9404 102.268L72.9078 102.868L72.3347 103.338L71.4954 103.335L70.8933 103.334L70.2844 103.332L69.6253 103.331L68.9294 103.331L68.1874 103.33L67.391 103.33L66.5383 103.33L65.6341 103.33L65.4319 103.33" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.3105 97.9681L56.4031 98.1391L56.6728 98.6401" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.6729 98.6401L56.5226 98.3605" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.7404 98.7733L56.6376 98.5774" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.6376 98.5774L57.079 99.4417" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M57.0791 99.4416L56.8195 98.9288" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.6023 98.5105L56.7235 98.74" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.8865 99.0616L57.1122 99.5124" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M57.1122 99.5124L57.0216 99.3337" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.9203 99.1292L57.1287 99.5477L57.4716 100.27L57.9002 101.167L58.2881 101.979L58.6273 102.689L58.9097 103.28L59.2284 103.947L59.4959 104.507L60.2501 104.976L61.3053 104.973L62.3497 104.97L63.376 104.967L64.3769 104.964L65.3452 104.961L66.2735 104.959L67.1547 104.956L67.9818 104.954L68.7546 104.952L69.4803 104.95L70.166 104.948L70.819 104.946L71.4466 104.944L72.056 104.942L72.6546 104.94L72.9589 104.481L72.9698 103.745L72.9808 103.013L72.9902 102.378L73.0013 101.634L73.0138 100.8L73.0273 99.8905L73.0417 98.9229L73.0568 97.9132L73.0722 96.8773L73.0836 96.1165" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2441 69.1817L73.2354 69.9977" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2354 69.9976L73.2431 69.0498" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2421 68.9247L73.2357 69.9132L73.2344 70.199" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2358 69.7993L73.2321 70.7738L73.2298 71.7255L73.2284 72.6512L73.2273 73.5475L73.2267 74.5003L73.2261 75.413L73.2258 76.1936L73.2258 77.0162L73.2257 77.7897L73.2257 78.5165V79.1997L73.2257 79.8426L73.2258 80.4488L73.226 81.0215L73.2265 82.0803L73.2273 83.0461L73.2285 83.9461L73.2301 84.8075L73.2319 85.6573L73.2341 86.5182L73.2381 87.4644L73.2399 87.9058" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2393 87.7537L73.2406 87.9769L73.2456 88.866" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.244 88.5623L73.247 88.9355L73.2502 89.3827" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2484 89.1445L73.2515 89.4516L73.257 89.968" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2554 89.811L73.258 90.0363L73.2681 90.6866L73.2855 91.398" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2855 91.398L73.2629 90.3798" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2726 90.9027L73.281 91.2654L73.3293 91.9697L73.3467 92.1624" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2935 91.3641L73.2751 91.0124" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2751 91.0124L73.2823 91.161" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M55.6855 52.2673L55.5654 52.2728" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M55.5654 52.2727L55.9935 52.2117" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M54.8752 64.0096L54.5597 64.074L53.872 64.2143L53.1842 64.3547L52.4965 64.495L51.8088 64.6353L51.1211 64.7757L50.4334 64.916L50.0589 64.5574L50.0129 63.9141L49.9669 63.2708L49.9209 62.6273L49.8749 61.9837L49.9294 61.0734L50.098 60.1199L50.2624 59.1882L50.4202 58.2904L50.569 57.4388L50.7064 56.645L50.8301 55.9212L50.9378 55.279L51.065 54.4903L51.154 53.8959L51.2277 53.3333L51.2871 52.7042L51.6214 52.6362L52.2849 52.5045L52.9332 52.3863L53.5565 52.2904L54.1446 52.2259L54.9387 52.2073L55.4545 52.2719" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M13.598 95.9315L13.149 96.0411L12.3546 96.2356L11.7799 96.3954L11.1767 96.6596L10.7565 97.1907L10.5892 97.7668L10.4514 98.5473L10.3316 99.3784L10.2259 100.159L10.1386 100.842L10.0496 101.56L9.95946 102.304L9.84783 103.225L9.75549 103.986L9.66416 104.743L9.55323 105.656L9.44299 106.564L9.37545 107.124L9.29318 107.797L9.2241 108.362L9.14621 109L9.0708 109.596L8.98991 110.232L8.91713 110.86L8.88293 111.492L8.899 112.122L8.97559 112.752L9.12279 113.384L9.35069 114.021L9.66831 114.664L10.0801 115.313L10.5379 115.935L11.0154 116.559L11.6129 117.218L12.3109 117.875L13.1118 118.531L14.0181 119.183L14.5115 119.507L15.0322 119.83L15.5799 120.15L16.1528 120.468L16.7481 120.783L17.3636 121.094L17.9964 121.402L18.6442 121.705L19.3044 122.003L19.9743 122.296L20.6514 122.583L21.333 122.863L22.0166 123.136L22.6995 123.401L23.379 123.658L24.0525 123.907L24.7174 124.146L25.3708 124.375L26.0107 124.594L26.6365 124.803L27.2481 125.002L27.8454 125.191L28.4285 125.371L28.9973 125.541L29.5517 125.703L30.6175 126.001L31.6256 126.265L32.5761 126.499L33.4689 126.704L34.3044 126.883L35.0858 127.038L35.8199 127.171L36.5133 127.288L37.1726 127.389L37.8048 127.479L38.4164 127.56L39.0144 127.637L39.6053 127.711L40.1927 127.784L40.7773 127.857L41.3595 127.93L41.9397 128.002L42.5185 128.074L43.0963 128.146L43.6736 128.218L44.2461 128.134L44.4005 127.547L44.3484 126.818L44.3026 126.088L44.2675 125.356L44.2473 124.62" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M10.1763 115.443L10.4301 115.787" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M10.4301 115.787L10.2288 115.515" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.3946 121.763L44.3597 122.037L44.2917 122.774L44.2547 123.513L44.2443 124.239L44.2528 124.875L44.2595 125.116" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.3585 122.046L44.4055 121.678L44.5238 120.946L44.6694 120.225L44.7193 120.007" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.6674 120.234L44.7507 119.87L44.8976 119.281" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.8373 119.514L44.9314 119.151L45.1302 118.434L45.3399 117.728" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.2309 118.09L45.34 117.727L45.5647 117.003L45.7939 116.279L45.7046 115.689L45.293 115.18L45.009 115.125" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.2415 115.17L44.9871 115.12L44.4268 115.008L44.1456 114.953" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.391 115.001L44.1316 114.949L43.5747 114.839" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.7344 114.87L43.5665 114.837L43.0095 114.728L42.7272 114.673" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M42.9629 114.719L42.7272 114.673L42.1603 114.566L41.5862 114.46L41.0082 114.355L40.4282 114.251L39.8419 114.147L39.2436 114.042L38.6169 113.931L37.9766 113.817L37.3072 113.697L36.603 113.568L35.8583 113.431L35.068 113.281L34.2295 113.115L33.3409 112.927L32.4172 112.715L31.4232 112.466L30.3734 112.179L29.8271 112.019L29.2661 111.847L28.6904 111.663L28.0996 111.466L27.5146 111.263L26.897 111.04L26.2692 110.806L25.6336 110.562L24.9928 110.309L24.3491 110.048L23.7049 109.78L23.0628 109.506L22.425 109.228L21.818 108.957L21.1967 108.673L20.587 108.388L19.9911 108.104L19.4115 107.82L18.8504 107.538L18.3103 107.259L17.3235 106.726L16.4035 106.189L15.5968 105.665L14.8552 105.119" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M15.0424 105.262L14.8764 105.135L14.2221 104.571L13.6721 103.998L13.2041 103.393L12.817 102.747L12.523 102.078L12.4175 101.753" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M103.2 127.966L103.228 128.038L103.57 128.505L104.189 128.571L104.811 128.48L105.432 128.39L106.054 128.3L106.676 128.209L107.299 128.119L107.921 128.029L108.545 127.939L109.169 127.849L109.797 127.758L110.437 127.662L111.094 127.558L111.776 127.442L112.489 127.313L113.241 127.165L114.038 126.997L114.887 126.805L115.791 126.587L116.751 126.34L117.767 126.063L118.839 125.754L119.396 125.586L119.966 125.41L120.551 125.226L121.15 125.032L121.763 124.828L122.39 124.615L123.03 124.393L123.654 124.171" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M139.342 112.984L139.388 112.752L139.462 112.122L139.475 111.492L139.439 110.86L139.363 110.232L139.283 109.596L139.2 108.95L139.128 108.363L139.058 107.797L138.976 107.124L138.908 106.564L138.82 105.848L138.706 104.917L138.66 104.541" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M138.679 104.698L138.639 104.366L138.547 103.605L138.455 102.845L138.363 102.094" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M138.381 102.236L138.344 101.93L138.254 101.197L138.166 100.495L138.08 99.8351L137.996 99.2288L137.896 98.5473L137.785 97.8954L137.639 97.3245L137.35 96.8157L136.783 96.4706L135.989 96.2356L135.194 96.0411L134.764 95.9364" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.1698 87.8046L20.1658 87.6873L20.116 86.1525L20.0688 84.6397L20.025 83.1545L20.006 82.4624" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.0339 69.0679L20.0524 68.8489L20.1147 68.2769L20.2586 67.3508L20.4217 66.69L20.6856 66.1308L21.0805 65.61L21.4752 65.0894L21.8697 64.569L22.2641 64.0489L22.8604 63.8461L23.8778 64.6594L24.8908 65.4714L25.6846 66.1114" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M24.9897 65.5513L25.9951 66.3617L26.9884 67.1691L27.9654 67.972L28.9219 68.7696L29.854 69.5607L30.7575 70.3443L31.6285 71.1192L32.2576 71.6962" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M31.7714 71.2571L32.6264 72.0293L33.4476 72.7926L33.8996 73.2267" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M33.6382 72.9839L34.4617 73.7487L34.5999 73.8802" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.4589 89.7716L22.436 88.8985L22.3953 87.3754L22.3547 85.8763L22.3141 84.4058L22.2735 82.9691L22.2329 81.5711L22.1923 80.2168L22.1518 78.9111L22.1113 77.6591L22.0708 76.4658L22.0304 75.3362L21.9901 74.2754L21.9498 73.2882L21.9096 72.3784L21.8692 71.5444L21.8282 70.7831L21.7865 70.0917L21.7436 69.4669L21.6533 68.4051L21.5551 67.5727L21.4463 66.9446L21.2582 66.3302L21.1876 66.2003" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M127.168 66.2003L127.099 66.3302L126.915 66.9446L126.809 67.5727L126.713 68.4051L126.626 69.4669L126.584 70.0916L126.544 70.7831L126.504 71.5444L126.465 72.3784L126.426 73.2882L126.386 74.2754L126.346 75.3362L126.307 76.4658L126.267 77.6591L126.227 78.9111L126.186 80.2167L126.146 81.5711L126.106 82.9691L126.065 84.4058L126.024 85.8762L125.984 87.3754L125.943 88.8985L125.92 89.7687" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M113.767 73.8706L113.896 73.7487L114.719 72.9839" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M114.418 73.2637L114.908 72.7927L115.729 72.0293L116.585 71.2571" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M116.018 71.7685L116.726 71.1192L117.597 70.3443L118.501 69.5608L119.433 68.7696L120.39 67.9721L121.367 67.1691L122.36 66.3618" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.162 66.5227L122.459 66.2809L123.463 65.4714L124.476 64.6594L125.494 63.8461L126.086 64.0489L126.481 64.569L126.876 65.0894L127.271 65.61L127.666 66.1308L127.929 66.69L128.092 67.3508L128.236 68.2769L128.298 68.8489L128.317 69.0703" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.345 82.4675L128.326 83.1545L128.282 84.6397L128.235 86.1524L128.185 87.6873L128.181 87.8046" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M34.1681 94.8198L33.9343 94.7493L33.6475 95.1714L33.7598 95.8214L34.2568 96.1883L34.6583 96.4168" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M33.6565 100.403L33.6573 100.4L33.2248 100.191L32.6561 99.8569L32.5297 99.1473L32.9988 99.0938" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M33.0061 102.966L33.0069 102.962L32.5557 102.77L31.9452 102.467L31.7815 101.83L32.1014 101.405L32.3603 101.441" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M32.144 92.4581L32.0698 92.434L31.847 92.3618L31.6615 92.9441L31.476 93.5264L31.2905 94.1087L31.105 94.691L31.4201 94.923L32.0509 95.3874L32.5896 95.6918" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M32.5896 95.6918L32.5084 95.6941" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M72.9804 105.932L72.9729 105.786" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.4827 106.023L70.5048 106.168" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.531 129.897L98.4747 129.838" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.4747 129.838L99.5838 129.389L99.5811 128.871L99.5391 128.106L99.4789 127.01L99.4474 126.435" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.3361 127.204L99.3724 126.994L99.33 126.173L99.2751 125.169L99.2205 124.169L99.2141 124.052" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.9007 124.864L98.9027 124.856L98.8866 124.039L98.8326 123.038L98.7789 122.043L98.7726 121.926" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.2294 122.569L98.2333 122.546L98.1949 121.73L98.1424 120.734L98.0901 119.743L98.084 119.627" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.3294 120.347L97.332 120.308L97.302 119.723L97.2514 118.731L97.2009 117.744L97.1951 117.629" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M96.2089 118.221L96.207 118.167L96.1785 117.584L96.1302 116.596L96.0821 115.613L96.0765 115.499" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M94.5762 115.797L94.6727 115.728" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M94.6727 115.728L94.5762 115.797" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.8127 107.2L82.7629 107.334" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.4194 106.496L80.3829 106.637" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M68.0652 106.637L68.0287 106.496" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M68.0287 106.496L68.0651 106.637" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M65.685 107.334L65.6351 107.2" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M52.3585 115.499L52.3533 115.613L52.3089 116.596L52.2642 117.584L52.2379 118.167L52.236 118.221" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.2393 117.629L51.2339 117.744L51.1871 118.731L51.1401 119.723L51.1123 120.308L51.1149 120.348" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.3498 119.627L50.3442 119.743L50.2955 120.734L50.2466 121.73L50.2178 122.318L50.2144 122.569" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.7051 124.219L49.6375 124.188" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.6375 124.188L49.7051 124.219" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.6606 121.926L49.6548 122.043L49.6047 123.038L49.5544 124.038L49.5247 124.629L49.5425 124.864" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.2185 124.052L49.2126 124.169L49.1616 125.169L49.1103 126.173L49.0801 126.766L49.1065 127.205" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.9846 126.435L48.9786 126.552L48.9271 127.557L48.8754 128.566L48.8448 129.162" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.8448 129.162L49.1575 127.974L49.3913 127.693" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.0449 109.596L73.2089 108.581" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2089 108.581L73.0228 109.597" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.7035 108.797L70.6428 109.823" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.6429 109.823L70.4651 108.808" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.6707 142.235L97.8309 142.12L98.2562 141.58L98.3173 141.013L98.279 140.261L98.2757 140.196" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.1964 140.487L98.2126 140.305L98.6238 139.848L98.9926 139.271L99.0054 138.62L98.9725 137.993L98.9601 137.759" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.911 139.486L98.4012 139.248" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.4012 139.248L98.9926 139.271" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.822 138.188L98.8197 138.005L99.1826 137.511L99.4912 136.901L99.4804 136.25L99.4468 135.627L99.4111 135.25" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.4318 137.124L98.697 136.863" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.697 136.863L99.4912 136.901" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.1902 135.658L99.2488 135.484L99.6265 134.937L99.7355 134.267L99.7006 133.627L99.6684 133.037L99.6103 132.668" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.7103 134.723L98.7823 134.49" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.7823 134.49L99.7469 134.496" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.3208 133.286L99.3615 133.108L99.6819 132.527L99.7506 131.961L99.7101 131.222L99.6526 130.578L99.4637 130.196" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.1313 133.286L49.0906 133.108L48.7704 132.527L48.6954 132.077L49.7537 132.126L49.7326 132.556L49.6967 133.477L49.6714 134.639L49.7077 136.201L49.8007 137.36L49.9794 138.824L50.1892 139.967L50.4569 141.098L50.8379 142.407L51.218 143.505L51.6534 144.582L52.143 145.638L52.6856 146.669L53.2797 147.673L53.924 148.647L54.6169 149.59L55.3569 150.499L56.1419 151.372L56.9701 152.206L57.8989 153.057L58.8043 153.807L59.7466 154.513L60.7234 155.173L61.7325 155.787L62.7714 156.352L63.8376 156.867L64.9286 157.332L66.0418 157.744L67.1746 158.103L68.3241 158.409L69.4877 158.66L70.6626 158.856L71.8461 158.996L73.0352 159.08L74.2271 159.108L75.4191 159.08L76.6082 158.996L77.7917 158.856L78.9666 158.66L80.1303 158.409L81.2799 158.103L82.4128 157.744L83.5261 157.332L84.6172 156.867L85.6836 156.352L86.7227 155.787L87.732 155.173L88.7089 154.513L89.6514 153.807L90.557 153.057L91.4237 152.266L92.3141 151.372L93.0993 150.499L93.8395 149.59L94.5327 148.647L95.1773 147.673L95.7717 146.669L96.3145 145.638L96.8044 144.582L97.24 143.505L97.6205 142.407L97.9449 141.293L98.2691 139.967L98.4792 138.824L98.6311 137.673L98.7504 136.201L98.7847 135.039L98.7606 133.477L98.7213 132.556L98.6987 132.127L99.757 132.077" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.6998 132.148L99.7436 132.306" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.2095 130.913L99.2318 130.731L99.492 130.123L99.5147 129.553L99.4745 128.817L99.3944 128.179L99.0619 127.698" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.8575 128.561L98.8613 128.378L99.0584 127.747L99.0519 127.103L99.0189 126.491L98.8932 125.815L98.4395 125.302L98.3777 125.194L97.3282 125.335" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.3282 125.335L98.3214 124.971" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.041 127.291L98.0117 127.54" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.0117 127.54L99.0743 127.518" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.2529 126.07L98.2909 125.867L98.3778 125.194L98.3446 124.566L98.314 123.985L98.011 123.327L97.4891 122.908L97.4477 122.946L96.417 123.186" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M96.417 123.186L97.3689 122.729" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.4124 123.829L97.4297 123.624L97.4726 123.06L97.4355 122.333L97.3839 121.696L97.0223 121.116L96.4598 120.748L96.1924 120.588L95.2805 121.115" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M95.2805 121.115L96.2928 120.796" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M96.3475 121.679L96.3438 121.473L96.3411 120.907L96.3057 120.183L96.2321 119.552L95.8131 119.008L95.2156 118.695L94.9744 117.97L94.7462 117.329L94.1794 116.929L93.6198 116.656L93.454 116.071L93.1615 115.454L92.5566 115.11L91.9716 114.891L91.747 114.324L91.393 113.738L90.7556 113.453L90.1509 113.291L89.8697 112.748L89.4577 112.198L88.7943 111.975L88.1757 111.87L87.8405 111.357L87.3743 110.848L86.6911 110.689L86.0647 110.644L85.6788 110.165L85.1631 109.703L84.4668 109.609L83.8386 109.624L83.4057 109.184L82.8454 108.773L82.1426 108.746L81.5188 108.82L81.0433 108.423L80.4438 108.067L79.7415 108.107L79.1281 108.24L78.6143 107.89L77.9938 107.579L77.3637 107.476L76.7383 107.413L76.1122 107.357L75.4735 107.339L74.8019 107.526L74.2271 107.772L73.6523 107.526L72.9716 107.354L72.3115 107.59L71.7645 107.89L71.1676 107.699L70.4727 107.593L69.8398 107.89L69.326 108.24L68.7126 108.107L68.0103 108.067L67.4108 108.423L66.9351 108.82L66.3113 108.746L65.6085 108.773L65.0481 109.184L64.6151 109.624L63.9869 109.609L63.2905 109.703L62.7747 110.165L62.3887 110.644L61.7623 110.689L61.079 110.848L60.6127 111.357L60.2774 111.87L59.6588 111.975L58.9952 112.198L58.5831 112.748L58.3017 113.291L57.697 113.453L57.0596 113.738L56.7054 114.324L56.4806 114.891L55.8956 115.11L55.2906 115.454L54.9979 116.071L54.8319 116.656L54.2723 116.929L53.7054 117.329L53.4769 117.97L53.3712 118.568L52.8423 118.893L52.3191 119.344L52.1601 119.887L52.1275 120.61L52.1008 121.249L52.1078 121.679" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M94.803 118.567L93.9484 119.179" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.9484 119.179L94.9243 118.765" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.2141 116.688L92.4252 117.378" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M92.4252 117.378L93.355 116.874" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M91.6001 115.139L90.7416 115.744" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M90.7416 115.744L91.4409 114.968" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M89.6764 113.58L88.8831 114.263" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M88.8831 114.263L89.5006 113.424" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M87.4115 112.071L86.8634 112.953" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M86.8634 112.953L87.6025 112.209" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M85.1945 110.923L84.7384 111.853" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M84.7384 111.853L85.3987 111.042" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.8706 109.991L82.5111 110.959" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.5111 110.959L83.0859 110.09" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.687 109.362L80.2245 110.287" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.2245 110.287L80.4626 109.283" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M67.9961 109.283L68.2553 110.281" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M68.2553 110.281L68.2323 109.25" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M65.5879 109.991L65.9471 110.959" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M65.9471 110.959L65.8196 109.935" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M63.4885 110.846L63.7398 111.844" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M63.7398 111.844L63.2637 110.923" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M61.2621 111.973L61.6134 112.943" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M61.6134 112.943L61.0463 112.071" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M59.1617 113.306L59.6098 114.237" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M59.6098 114.237L58.957 113.424" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M57.0162 114.968L57.7314 115.729" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M57.7314 115.729L57.2079 114.831" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M55.2426 116.688L56.0313 117.378" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.0312 117.378L55.4192 116.534" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M53.6532 118.567L54.5076 119.179" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M54.5076 119.179L53.8132 118.397" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M52.4052 120.403L53.1867 121.097" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M53.1866 121.097L51.9907 120.748L51.4281 121.116L51.0664 121.696L51.0162 122.333L50.9874 122.941L51.025 123.624L51.0422 123.829" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.2085 122.532L52.0562 123.149" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M52.0561 123.149L51.0861 122.729" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.9911 122.865L50.961 122.908L50.4389 123.327L50.1382 123.939L50.1074 124.566L50.0789 125.147L50.1632 125.867L50.2012 126.07" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.1329 124.971L51.1327 125.316" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.1327 125.316L50.2346 124.763" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.0752 125.236L50.0098 125.302L49.5559 125.815L49.4371 126.371L49.4002 127.103L49.3951 127.747L49.5921 128.378L49.5958 128.56" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.4927 127.075L50.4477 127.519" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.4478 127.519L49.4127 127.291" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.9896 129.445L49.9844 129.797" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.9845 129.797L48.922 129.897L49.0443 130.337L49.2432 130.913" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.9874 130.191L48.8773 130.364L48.7548 130.919L48.7169 131.658L48.6954 132.077" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.7551 132.106L48.7301 131.85" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.8398 132.774L48.8363 132.656" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.8363 132.656L48.7601 133.409L48.7284 134.03L48.7048 134.496" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.7163 134.267L49.6763 134.412" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.6763 134.412L48.7413 134.722L48.9502 135.131L49.2613 135.658" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.0364 135.244L49.0125 135.389L48.9803 136.03L48.9504 136.625L48.9599 136.901L49.7548 136.788" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.7547 136.788L48.948 136.673" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.9598 136.901L49.0191 137.124L49.4231 137.677L49.6287 138.188" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.4861 137.753L49.486 137.755L49.4545 138.399L49.4252 138.996L49.4579 139.271" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M53.2945 108.148L53.2026 108.257L52.3851 109.275L51.6206 110.331L50.911 111.421L50.2579 112.544L49.6627 113.696L49.127 114.875L48.6521 116.078L48.239 117.301L48.0498 117.886L47.6969 119.136L47.408 120.402L47.184 121.679L47.0889 122.318L46.9295 123.608L46.8359 124.904L46.7743 125.852L46.7198 127.632L46.7585 128.934L46.8632 130.233L47.0336 131.525L47.2694 132.807L47.5701 134.075L47.9348 135.328L48.3624 136.562L48.852 137.774L49.4026 138.961L50.0154 139.021" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.0154 139.021L49.5393 139.486L49.8265 139.848L50.2375 140.305L50.2537 140.487" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.1711 140.191L50.1678 140.261L50.1379 140.89L50.1935 141.58L50.5605 141.454" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.1357 141.358L50.5177 141.307" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.1936 141.58L50.2965 141.787L50.7902 142.243" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.0618 143.054L51.0585 143.126L51.1599 143.809L51.3128 143.739" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.0798 143.593L51.239 143.556" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.1599 143.809L51.2833 144.005L51.5039 144.212" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M96.9574 144.204L97.0037 144.171L97.1438 143.743" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.2893 143.809L97.3694 143.593L97.3877 143.079" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.8973 141.457L98.2562 141.58" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.8527 141.61L98.1532 141.787" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M113.125 69.5759L113.058 69.3358L113.046 68.5484L113.049 68.3541" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M133.246 126.429L133.11 126.47L132.53 126.114" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.9443 125.436L16.8988 125.465L16.2105 125.896L15.5108 126.326L15.1401 126.429" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M133.499 126.26L133.798 125.941L134.447 125.305L134.789 124.988" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.673 125.095L135.007 124.793L135.693 124.169L135.831 124.039" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M135.433 100.2L135.366 99.7964L135.128 98.2894L134.956 97.1731L134.781 96.0441L134.603 94.9062L134.425 93.7635" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.235 129.063L128.939 128.775L129.637 128.488L130.331 128.2L130.555 128.103" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.878 82.0904L119.737 83.4155" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.921 83.6411L119.068 82.3808" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.068 82.3808L119.828 83.5277" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.357 82.7647L119.117 82.4521" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.117 82.4521L120.018 83.7559" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.487 82.921L119.08 82.3987" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.08 82.3987L119.239 82.616" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M106.163 68.1204L106.669 68.4856" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M35.2987 68.2933L35.3026 68.5484L35.2959 69.2755L35.2234 69.5759" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M13.9379 93.7635L13.7586 94.9062L13.5805 96.0441L13.4047 97.1731L13.2325 98.2894L12.9956 99.7963L12.9203 100.252" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M10.0636 115.289L9.99489 115.753L9.87669 116.739L9.80838 117.493L9.771 118.311L9.78168 118.982L9.83712 119.633L9.93688 120.22L10.0993 120.781L10.3235 121.316L10.6051 121.828L10.9381 122.318L11.3159 122.787L11.8975 123.411L12.3522 123.857L13.0271 124.48L13.7194 125.105L13.7519 125.135" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M13.593 124.988L13.9358 125.305L14.5878 125.941L14.8878 126.26" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.1607 129.063L19.4556 128.775L18.7571 128.488L18.0621 128.2L17.8381 128.103" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.6034 69.3272L41.1315 68.9304" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.8993 82.921L29.3331 82.3649" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.3331 82.3649L28.469 83.641" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.0302 82.7647L29.2898 82.4266" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.2898 82.4266L28.3715 83.7559" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.1486 82.616L29.256 82.4737L29.3177 82.3878" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.5629 83.5278L29.4232 82.2294" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.6544 83.4154L29.5369 82.0541" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M139.518 112.967L139.731 112.947L140.379 113.123L140.996 113.638L141.363 114.149L141.679 114.771L141.931 115.48L142.11 116.25L142.208 117.05L142.223 117.851L142.154 118.622L142.002 119.333L141.775 119.958L141.48 120.471L140.937 120.991L140.314 121.173L139.481 121.253L138.832 121.081L138.214 120.569L137.845 120.06L137.527 119.437L137.274 118.726L137.094 117.954L136.994 117.151L136.98 116.347L137.05 115.574L137.203 114.861L137.432 114.237L137.728 113.724L138.274 113.207L138.685 113.049L139.518 112.967Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M138.209 113.253L135.323 111.986" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M136.388 122.946L138.976 121.145" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M138.056 121.785L137.914 122.13L137.445 122.945L136.887 123.554L136.26 123.931L135.588 124.064L134.788 124.14L134.098 124.022L133.416 123.657L132.768 123.059L132.179 122.251L131.673 121.263L131.457 120.714L131.269 120.135L131.11 119.531L130.982 118.909L130.887 118.274L130.824 117.632L130.796 116.991L130.802 116.355L130.841 115.732L130.915 115.127L131.021 114.547L131.159 113.996L131.525 113.005L131.999 112.192L132.561 111.588L133.191 111.217L134.324 111.043L135.008 111.044L135.696 111.294L136.361 111.783L136.979 112.493L137.183 112.803" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M133.135 123.426L129.523 123.771" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.429 112.503L132.039 112.143" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.684 128.821L123.454 127.437L122.918 124.432" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.382 111.084L121.469 110.784L129.093 107.917" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.5385 1.06849L50.6113 1.03595" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.6114 1.03595L50.1006 1.55469" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.1006 1.5547L50.1827 1.35309" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.5909 130.417L99.5868 130.342L99.5534 129.731L99.4401 128.045L99.2927 126.853L99.0849 125.67L98.8169 124.497L98.4895 123.338L98.1035 122.196L97.6599 121.074L97.1593 119.973L96.6033 118.898L95.9931 117.85L95.3302 116.832L94.616 115.847L93.8523 114.897L93.0411 113.983L92.1842 113.11L91.2835 112.278L90.3415 111.49L89.3602 110.747L88.3422 110.052L87.2898 109.406L86.2056 108.81L85.0923 108.267L83.9525 107.777L82.789 107.342L81.6046 106.963L80.4022 106.641L79.1848 106.376L77.9553 106.169L76.7167 106.021L75.472 105.932L74.2243 105.903L72.9765 105.932L71.7318 106.021L70.4932 106.169L69.2636 106.376L68.0461 106.641L66.8437 106.963L65.6592 107.342L64.4955 107.777L63.3556 108.267L62.2421 108.81L61.1578 109.406L60.1052 110.052L59.087 110.747L58.1056 111.49L57.1633 112.278L56.2624 113.11L55.4053 113.983L54.5938 114.897L53.8299 115.847L53.1154 116.832L52.4522 117.85L51.8417 118.898L51.2854 119.973L50.7845 121.074L50.3405 122.196L49.9543 123.338L49.6266 124.497L49.3583 125.67L49.1501 126.853L49.0024 128.045L48.9155 129.243L48.8843 129.853L48.8552 130.422" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M95.1312 108.148L95.2238 108.257L96.041 109.275L96.8052 110.331L97.5145 111.421L98.1673 112.544L98.7622 113.696L99.2976 114.875L99.7722 116.078L100.185 117.301L100.376 117.886L100.729 119.136L101.018 120.402L101.241 121.679L101.339 122.318L101.498 123.608L101.633 125.463L101.67 126.093L101.712 127.632L101.673 128.934L101.568 130.233L101.397 131.525L101.161 132.807L100.86 134.076L100.495 135.328L100.067 136.562L99.5769 137.774L99.026 138.961L99.0236 138.966" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.5041 139.953L98.4157 140.121L98.2833 140.345" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.1625 140.374L50.0127 140.121L49.9054 139.917" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M55.4448 133.411L55.5557 132.524L55.6875 131.779L55.8791 130.946L56.1244 130.083L56.4134 129.232L56.7006 128.508L57.0697 127.7L57.4866 126.896L57.944 126.113L58.4409 125.353L58.976 124.617L59.548 123.907L60.1555 123.225L60.7972 122.572L61.4714 121.951L62.1517 121.383L62.861 120.847L63.6262 120.326L64.4172 119.841L65.232 119.395L66.0686 118.987L66.925 118.62L67.7992 118.294L68.689 118.01L69.5923 117.768L70.5068 117.569L71.4304 117.414L72.3607 117.303L73.2957 117.237L74.2328 117.214L75.17 117.237L76.1049 117.303L77.0353 117.414L77.9588 117.569L78.8733 117.768L79.7765 118.01L80.6662 118.294L81.5403 118.62L82.3966 118.987L83.2331 119.395L84.0478 119.841L84.8386 120.326L85.6037 120.847L86.3412 121.404L86.9925 121.951L87.6666 122.572L88.3081 123.225L88.9154 123.907L89.4873 124.617L90.0222 125.353L90.5188 126.113L90.976 126.896L91.3927 127.7L91.768 128.522L92.0479 129.232L92.3367 130.083L92.5818 130.946L92.7826 131.821L92.904 132.524L93.0147 133.411" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M77.7149 144.097L76.1909 143.929L74.0647 143.714L73.3039 144.101L72.5388 144.477L71.7648 144.833L70.9775 145.159L70.1725 145.444L69.3452 145.679L68.4912 145.851L67.6061 145.95L66.6875 145.966L65.7416 145.895L65.7023 145.889" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M64.1063 132.695L65.0441 131.516L66.3405 129.851L66.387 129.043L66.4461 128.236L66.5302 127.432L66.6519 126.632L66.8237 125.838L67.0581 125.049L67.3678 124.268L67.7652 123.494L68.2602 122.73L68.7665 122.092" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M64.3544 137.774L64.5809 136.317L64.8759 134.28L64.5008 133.515L64.141 132.772L63.8025 132.02L63.4961 131.257L63.2325 130.478L63.0225 129.678L62.8805 128.875L62.8101 128.027L62.8239 127.141L62.9049 126.426" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M79.7097 147.555L79.849 147.404L80.4271 146.648L80.9081 145.872L81.2914 145.084L81.5868 144.287L81.8068 143.483L81.9633 142.677L82.0679 141.879L82.1371 141.063L82.1811 140.244L82.2126 139.424L82.2161 139.404L83.4771 137.699L84.3673 136.519" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M87.3825 129.442L86.6528 128.91L85.8545 128.435L85.0445 128.053L84.2257 127.754L83.3994 127.526L82.5668 127.359L81.7293 127.241L80.888 127.16L80.0443 127.104L79.1994 127.059L77.4506 125.814L76.245 124.937" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M85.6862 143.065L85.7716 142.172L85.7696 141.284L85.6834 140.425L85.5224 139.593L85.2973 138.785L85.0188 137.998L84.6976 137.227L84.3443 136.469L83.9696 135.72L83.5841 134.974L83.8422 132.914L84.036 131.483" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M72.284 144.594L70.8169 143.5L69.0986 142.242L68.2567 142.195L67.4162 142.136L66.5786 142.053L65.7455 141.935L64.9181 141.769L64.0981 141.543L63.2869 141.245L62.4859 140.861L61.6981 140.382L60.9319 139.809L60.8922 139.773" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M74.2307 121.044L74.9335 121.061L75.6346 121.111L76.3323 121.194L77.0249 121.31L77.7107 121.459L78.3881 121.64L79.0554 121.854L79.711 122.098L80.3533 122.373L80.9807 122.679L81.5918 123.013L82.1851 123.376L82.7591 123.767L83.3124 124.185L83.8438 124.628L84.3519 125.096L84.8354 125.588L85.2933 126.101L85.7245 126.636L86.1278 127.191L86.5024 127.763L86.8472 128.353L87.1617 128.959L87.4449 129.578L87.6961 130.21L87.9148 130.854L88.1005 131.506L88.2528 132.167L88.3712 132.834L88.4554 133.506L88.5055 134.181L88.5211 134.857L88.5022 135.533L88.449 136.208L88.3616 136.879L88.2402 137.545L88.085 138.204L87.8965 138.855L87.6751 139.497L87.4215 140.127L87.1361 140.745L86.8196 141.348L86.473 141.935L86.097 142.505L85.6925 143.057L85.2605 143.589L84.802 144.1L84.3181 144.588L83.8101 145.053L83.2791 145.493L82.7263 145.908L82.1533 146.296L81.5612 146.657L80.9516 146.989L80.3258 147.292L79.6855 147.565L79.0321 147.808L78.3672 148.019L77.6924 148.199L77.0093 148.346L76.3196 148.461L75.6248 148.544L74.9267 148.593L74.2269 148.61L73.5271 148.593L72.8291 148.544L72.1343 148.461L71.4446 148.346L70.7615 148.199L70.0868 148.019L69.4219 147.808L68.7686 147.565L68.1283 147.292L67.5027 146.989L66.8932 146.657L66.3012 146.296L65.7282 145.908L65.1756 145.493L64.6447 145.053L64.1368 144.588L63.6531 144.1L63.1948 143.589L62.7629 143.057L62.3585 142.505L61.9826 141.935L61.6362 141.348L61.3199 140.744L61.0347 140.127L60.7812 139.497L60.5601 138.855L60.3717 138.204L60.2167 137.545L60.0955 136.879L60.0082 136.208L59.9552 135.533L59.9365 134.857L59.9523 134.181L60.0026 133.506L60.087 132.834L60.2056 132.167L60.358 131.506L60.5439 130.854L60.7628 130.21L61.0142 129.578L61.2976 128.959L61.6122 128.353L61.9572 127.763L62.3319 127.191L62.7354 126.636L63.1667 126.101L63.6248 125.588L64.1084 125.096L64.6167 124.628L65.1481 124.185L65.7016 123.767L66.2757 123.376L66.8691 123.013L67.4803 122.679L68.1078 122.373L68.7502 122.098L69.4058 121.853L70.0732 121.64L70.7506 121.459L71.4364 121.31L72.1291 121.194L72.8268 121.111L73.5279 121.061L74.2307 121.044Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M92.7513 131.684L92.8943 132.493L93.0049 133.38L93.0702 134.27L93.0902 135.163L93.0647 136.055L92.9938 136.945L92.8778 137.831L92.717 138.709L92.5116 139.579L92.2623 140.438L91.9697 141.284L91.6345 142.115L91.2574 142.93L90.8395 143.725L90.3818 144.499L89.8853 145.251L89.3512 145.979L88.7809 146.68L88.1758 147.353L87.5373 147.997L86.8669 148.61L86.1662 149.191L85.437 149.738L84.6809 150.249L83.8999 150.725L83.0957 151.162L82.2703 151.562L81.4258 151.922L80.564 152.241L79.6871 152.52L78.7971 152.756L77.8962 152.951L76.9866 153.103L76.0704 153.211L75.1498 153.277L74.2269 153.298L73.3041 153.277L72.3835 153.211L71.4673 153.103L70.5577 152.951L69.6569 152.756L68.767 152.52L67.8902 152.241L67.0285 151.922L66.184 151.562L65.3588 151.162L64.5547 150.725L63.7738 150.249L63.0179 149.738L62.2888 149.191L61.5883 148.61L60.9181 147.997L60.2797 147.353L59.6748 146.68L59.1047 145.979L58.5708 145.251L58.0746 144.499L57.617 143.725L57.1993 142.93L56.8225 142.115L56.4875 141.284L56.1951 140.438L55.946 139.579L55.7409 138.709L55.5803 137.831L55.4646 136.945L55.3939 136.055L55.3687 135.163L55.3889 134.27L55.4545 133.38L55.5654 132.493L55.7058 131.7" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M76.055 121.161L75.3601 121.446L74.5395 121.873L73.7919 122.355L73.1108 122.884L72.4867 123.455L71.91 124.061L71.3713 124.696L70.8611 125.353L70.37 126.023L69.8885 126.701L67.9 127.538L66.4575 128.127" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.7596 123.768L82.0377 123.696L81.1163 123.688L80.2264 123.759L79.3661 123.901L78.5312 124.104L77.7175 124.358L76.9208 124.654L76.1368 124.982L75.3614 125.33L74.5903 125.689L72.4626 125.413L70.9764 125.204" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M60.0999 132.762L60.4363 133.542L60.8729 134.334L61.3685 135.053L61.916 135.707L62.5079 136.305L63.1368 136.857L63.7952 137.373L64.4757 137.861L65.1709 138.332L65.8734 138.794L66.7306 140.707L67.3507 142.129" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.1344 141.095L80.6994 141.726L78.7342 142.611L78.2642 143.31L77.7848 144.002L77.2865 144.68L76.7599 145.338L76.1956 145.968L75.584 146.564L74.9157 147.117L74.1812 147.621L73.3738 148.067L72.4976 148.45L72.3772 148.49" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M34.0138 102.57L33.8357 102.907L33.72 103.649L34.0316 104.21L34.5812 104.164L34.9766 103.6L35.0924 102.858L34.7803 102.297L34.2307 102.344L34.0138 102.57Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M35.523 100.388L35.4036 100.165L34.8775 100.008L34.4883 100.433L34.3141 101.092L34.5254 101.678L34.9991 101.76L35.3886 101.335L35.563 100.675L35.523 100.388Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M35.2456 97.5709L35.289 97.6411L35.8854 97.8723L36.1599 97.6257L36.4448 96.9362L36.4034 96.3027L35.993 95.9369L35.6952 96.0393L35.3135 96.5687L35.1793 97.2881L35.2456 97.5709Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M27.4611 103.606L27.4365 103.586L27.1938 103.043L27.4121 102.223L27.6156 101.627L27.8723 100.874L28.2052 99.8994L28.5149 98.992L28.7146 98.4066L29.0022 97.5627L29.2847 96.7339L29.6054 95.7928L29.9046 94.9149L30.1098 94.3129L30.3593 93.5814L30.6584 92.7053L30.9896 91.735L31.2461 90.9835L31.4493 90.3884L31.6463 89.8538L32.0522 89.4125L32.1861 89.412" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M35.9585 107.299L35.925 107.285L35.5227 107.115" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.9211 99.4452L29.8468 99.4214L29.6238 99.3498L29.4383 99.9321L29.2529 100.514L29.0674 101.097L28.882 101.679L29.2542 101.863L29.9995 102.232L30.5213 102.464L30.6701 102.512" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.598 92.8581L102.578 94.1717" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.647 92.073L102.668 90.7593" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M130.438 128.437L130.475 128.325L131.022 128.039" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M131.022 128.039L130.438 128.437" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M130.438 128.437L132.548 128.717L133.101 128.385L133.743 127.784L134.418 127.182L135.093 126.577L135.733 125.968L136.241 125.435L136.758 124.821L137.144 124.209L137.356 123.603L137.474 122.984L137.475 122.9" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.5117 131.015L24.6847 130.746L23.8815 130.473L23.1018 130.196L22.3427 129.916L21.6014 129.633L20.875 129.349L20.1607 129.063L19.4556 128.775L18.7571 128.488L18.0621 128.2L18.0767 129.877L18.3705 130.415L19.0212 130.686L19.719 130.975L20.4229 131.263L21.1356 131.55L21.8601 131.835L22.5991 132.118L23.3553 132.398L24.1317 132.675L24.9311 132.948L25.7554 133.217L26.6065 133.482L27.4864 133.742L28.3968 133.997L29.3399 134.246L30.3174 134.488L31.3313 134.724L32.3839 134.953L33.4734 135.175L34.598 135.39L35.7554 135.598L36.9437 135.798L38.1607 135.991L39.4044 136.176L40.6728 136.354L42.0833 136.54L43.3873 136.701L44.7097 136.855L46.0482 137L47.4009 137.138L48.6422 137.255" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.7875 137.254L101.013 137.137L102.366 137L103.704 136.855L105.026 136.701L106.329 136.54L107.612 136.371L109.007 136.176L110.25 135.991L111.467 135.798L112.654 135.598L113.811 135.39L114.935 135.175L116.024 134.953L117.076 134.724L118.089 134.488L119.065 134.246L120.008 133.997L120.917 133.742L121.796 133.482L122.646 133.217L123.47 132.948L124.268 132.675L125.044 132.398L125.799 132.118L126.537 131.835L127.26 131.55L127.972 131.263L128.675 130.975L129.372 130.686L130.022 130.415L130.316 129.877L130.331 128.2L129.637 128.488L128.939 128.775L128.235 129.063L127.522 129.349L126.796 129.633L126.056 129.916L125.298 130.196L124.519 130.473L123.717 130.746L122.889 131.016" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M17.9469 128.437L17.3615 128.039" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M17.3615 128.039L17.9469 128.437" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M17.947 128.437L15.8376 128.717L15.2837 128.385L14.6393 127.784L13.9615 127.182L13.2841 126.577L12.642 125.968L12.1326 125.435L11.6125 124.821L11.2246 124.209L11.0093 123.603L10.8904 122.984L10.8831 122.24" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M27.2546 131.541L28.1712 131.796L29.121 132.046L30.0804 132.283" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M31.1281 132.526L32.1889 132.756L33.2868 132.979" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M34.437 133.197L35.5852 133.402L36.7816 133.603" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.2583 133.982L40.5344 134.16L41.833 134.33L43.1518 134.492L44.4888 134.647L45.8073 134.789L46.8928 134.899" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M47.2089 134.931L47.8362 134.99" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.573 134.793L103.926 134.647L105.256 134.493L106.58 134.33L107.87 134.161" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.63 133.603L112.825 133.402L113.973 133.197" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M115.122 132.979L116.219 132.756L117.28 132.526L118.301 132.289L119.285 132.046L120.234 131.796L121.136 131.545" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.8254 92.8581L45.845 94.1717" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.7741 92.073L45.7545 90.7593" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M129.119 77.7753L126.233 78.7097" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M126.559 70.5272L139.394 59.8922" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M139.394 59.8922L129.119 77.7753L125.976 87.6728" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.404 87.7008L19.2511 77.7753" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M19.2511 77.7753L22.1453 78.7125" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.8137 70.5427L8.9613 59.8922" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.9613 59.8922L22.0977 86.7368" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.4556 89.6438L22.4307 89.7995" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.2116 128.668L15.6754 132.018" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.4523 167.715L22.5334 171.297" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.3519 157.535L33.4206 169.288L61.5461 163.638H86.8656L114.975 169.288L128.03 157.535L128.082 157.405" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.082 157.405L125.392 170.306L115.68 174.359L113.503 197.068" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M123.754 203.325L123.73 203.587L123.438 224.294L97.2732 241.911L51.0994 241.911L24.915 224.294L24.5982 203.587L23.8081 192.448" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M33.6573 237.289L39.3725 254.144L45.0877 271" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.0876 271L49.7809 256.51L53.9345 247.761H94.4138L97.2732 241.911L95.4254 201.766L52.8068 201.839L51.0994 241.911L53.9345 247.761" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M53.9345 247.761L33.6573 237.289L24.9149 224.294L25.5233 193.164" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M123.027 202.725L123.438 224.294L114.676 237.289L108.96 254.144L103.245 271" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M103.245 271L98.56 256.51L94.4138 247.761L114.676 237.289" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M126.398 174.587L128.082 157.405L128.258 156.43" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M132.67 132.019L132.134 128.662" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M126.306 86.6331L139.394 59.8922" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.74 212.394L123.402 191.379L115.68 174.359L87.744 170.598L86.8656 163.638L87.0023 155.617" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.382 131.095L130.678 144.714L128.03 157.535L125.392 170.306L129.883 189.408L134.74 212.394" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.739 212.394L121.243 201.252L113.503 197.068L95.4254 201.766L87.7439 170.598L60.617 170.354L52.8068 201.839L34.876 197.068" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.9868 170.306L19.9667 176.907L1.77661 174.772" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M1.77661 174.772L22.9207 183.453L32.7126 174.359L22.9868 170.306L20.3519 157.535L17.7069 144.714L20.0056 131.092" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M61.41 155.591L61.5461 163.638L60.6171 170.354L32.7126 174.359L34.876 197.068L14.4931 188.56L1.77661 174.772" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.9613 59.8922L19.2511 77.7753" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M127.442 113.047L127.592 112.907L127.797 112.763" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M129.523 123.771L129.224 123.747L129.125 123.721" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.711 123.575L128.624 123.536L128.506 123.462" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.115 123.177L128.044 123.118L127.816 122.885" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M130.587 112.288L130.549 112.256L129.89 111.898L129.222 111.777L128.571 111.898L127.961 112.256L127.415 112.839L126.956 113.623L126.602 114.58L126.365 115.671L126.293 116.255L126.255 116.856L126.249 117.469L126.276 118.087L126.336 118.706L126.429 119.318L126.552 119.919L126.706 120.501L126.888 121.06L127.097 121.59L127.587 122.542L128.157 123.321L128.784 123.898L129.444 124.25L130.113 124.364L130.763 124.236L131.371 123.871L131.684 123.565" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.684 128.821L125.958 128.702L133.545 125.714L134.555 124.121" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.199 124.048L127.151 126.815L124.559 112.255L132.169 109.375L130.362 107.788L129.093 107.917" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M130.363 107.788L122.744 110.656L122.134 112.754L121.66 112.801" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.134 112.754L124.729 127.317L123.454 127.437" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M132.562 111.588L132.169 109.375" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.56 112.255L122.744 110.656L121.469 110.784" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M127.151 126.815L125.958 128.702L124.729 127.317" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.2365 94.5444L48.0784 95.5118L47.9678 96.1883" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M47.7328 96.1978L47.4883 97.248L47.2501 98.296L47.0244 99.3401L46.8173 100.378" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M46.8172 100.378L46.3852 98.4303L46.1078 96.5256L45.9185 94.5915L45.8254 92.8581L45.7544 90.7593L45.7334 88.9101L45.7317 87.1315L45.7472 85.4116L45.7762 83.7462L45.8189 82.1283L46.6601 81.9189L47.5211 81.7223L48.3982 81.5377L48.6618 79.7464L48.9223 77.9602L49.1802 76.179L49.4357 74.4026L49.6891 72.6308L49.9408 70.8635L50.191 69.1003L50.4402 67.3411L50.6885 65.5856L51.7874 65.1363L52.8872 64.6931L54.2185 64.7033L54.8472 64.7081" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.1729 93.5078L48.0603 94.1958L47.7328 96.1978L49.3877 96.131L51.0426 96.0647L52.6976 95.9995L54.3526 95.9359L55.1205 95.9073" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2119 95.4865L74.2152 95.484L75.2196 95.4865" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.3148 95.9075L94.0775 95.9359L95.7325 95.9995L97.3874 96.0647L99.0424 96.131L100.697 96.1977L100.368 94.1958L100.26 93.5396" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.5587 64.7081L94.1814 64.7033L95.5127 64.6931L96.6124 65.1362L97.7114 65.5855L97.9614 67.3411L98.2122 69.1002L98.4641 70.8634L98.7175 72.6308L98.9727 74.4026L99.2299 76.179L99.4894 77.9601L99.7517 79.7463L100.017 81.5377L100.894 81.7223L101.754 81.9189L102.595 82.1283L102.64 83.7462L102.67 85.4116L102.687 87.1315L102.685 88.5649L102.667 90.7592L102.611 92.6529L102.507 94.5915L102.373 95.9821L102.042 98.4303L101.612 100.378" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M101.612 100.378L101.405 99.3401L101.179 98.296L100.941 97.248L100.697 96.1978" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M100.46 96.1882L100.349 95.5118L100.192 94.5577" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M130.555 128.103L130.75 127.991L131.181 127.559L131.412 126.951L131.467 126.532" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M127.496 108.255L127.388 107.904L126.972 106.607L126.52 105.253L126.03 103.841L125.5 102.369L124.929 100.837L124.317 99.253L123.666 97.6279L122.979 95.9711L122.257 94.2927L121.501 92.6023L120.715 90.9099L119.899 89.2253L119.055 87.5583L118.185 85.9189L117.291 84.317L116.375 82.7623L115.438 81.2648L114.483 79.8345L113.511 78.4811L112.523 77.2146L111.523 76.0448L110.51 74.9659L109.486 73.9717L108.451 73.0562L107.406 72.2133L106.352 71.4371L105.29 70.7215L104.22 70.0605L103.144 69.4478L102.062 68.8777L100.976 68.3438L99.885 67.8403L98.7909 67.361L97.9116 66.9913" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.647 92.0731L102.59 93.9665L102.486 95.9049L102.352 97.2953L102.022 99.743L101.592 101.691L101.773 102.72L101.924 103.741L102.038 104.75L102.109 105.746L102.13 106.727L102.099 107.692L102.015 108.641" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M115.226 76.8881L115.058 76.606L114.581 75.7197L114.179 74.8833L113.847 74.093L113.579 73.3452L113.37 72.6362L113.213 71.9621L113.103 71.3194L113.033 70.7042L112.998 70.1128L112.991 69.5413L113.042 68.4437L113.137 67.3812L112.089 66.5021L111.423 65.9468" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.423 65.9468L112.756 67.034L113.475 67.6795L114.193 68.3603L114.978 69.1395L115.417 69.5857L115.899 70.0801L116.431 70.6308L116.82 71.0356" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.312 83.6233L128.703 84.0972L129.582 85.1966L130.409 86.2725L131.174 87.317L131.868 88.3225L132.481 89.281L133.012 90.1876L133.461 91.0373L133.827 91.825L134.11 92.5454L134.31 93.1934L134.425 93.7636L134.398 94.6488L134.026 95.1574L133.303 95.245L132.224 94.8672L131.55 94.4899L130.785 93.9797L129.941 93.3484L129.029 92.608L128.062 91.7701L127.049 90.8471L126.003 89.8508L124.935 88.7935L123.858 87.6872L122.782 86.5443L121.719 85.3769L120.681 84.1972L119.679 83.0176L118.726 81.8518" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.2482 52.2756L74.1757 52.2709L73.2799 52.2748" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M31.5303 71.0319L31.9162 70.6308L32.4483 70.0802L32.9297 69.5856L33.3687 69.1395L33.7739 68.7337L34.5169 68.0116L35.2269 67.3563L35.9719 66.7046L36.8201 65.9933" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M36.8202 65.9933L35.2121 67.3812L35.2648 67.9099L35.3478 68.9862L35.3621 70.1128L35.3289 70.7042L35.261 71.3194L35.1525 71.9621L34.9975 72.6362L34.7901 73.3452L34.5243 74.093L34.1941 74.8833L33.7938 75.7197L33.3172 76.606L33.1011 76.9697" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.7115 81.7785L29.6555 81.8501L28.7023 83.0176L27.701 84.1972L26.6632 85.3769L25.6005 86.5443L24.5245 87.6872L23.4467 88.7934L22.3788 89.8508L21.3325 90.847L20.3192 91.7701L19.3505 92.6079L18.438 93.3484L17.593 93.9797L16.8271 94.4898L16.1514 94.8671L15.5657 95.117L14.662 95.2566L14.1117 94.9529L13.9098 94.2505L14.051 93.1934L14.2486 92.5454L14.5301 91.8249L14.8948 91.0372L15.3423 90.1875L15.872 89.2809L16.4835 88.3224L17.1765 87.317L17.941 86.2724L18.7672 85.1966L19.6454 84.0972L20.0388 83.6205" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M133.246 126.429L133.377 126.359L133.805 125.801L133.987 125.107L133.997 125.001" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M130.501 106.8L130.452 106.636L130.045 105.354L129.596 104.022L129.104 102.638L128.564 101.202L127.974 99.7128L127.332 98.1692L126.639 96.5802L125.899 94.9548L125.116 93.3019L124.291 91.6303L123.427 89.9489L122.528 88.2666L121.596 86.5924L120.635 84.9351L119.647 83.3037L118.635 81.707L117.602 80.154L116.55 78.6536L115.484 77.2147L114.405 75.8464L113.317 74.5574L112.223 73.3567L111.123 72.2389L110.016 71.1984L108.905 70.2296L107.789 69.3272L106.669 68.4856L105.544 67.6992L104.416 66.9626L103.285 66.2701L102.15 65.6164L101.014 64.9958L99.8753 64.4028L98.7352 63.832L98.4021 63.6703" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.0575 62.1738L74.1968 62.1738L73.3613 62.1738" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.9953 63.668L49.6575 63.832L48.5173 64.4028L47.3788 64.9958L46.2422 65.6163L45.108 66.2701L43.9767 66.9625L42.8485 67.6992L41.7239 68.4856L40.6034 69.3272L39.4872 70.2296L38.3758 71.1983L37.2697 72.2389L36.1692 73.3567L35.0747 74.5574L33.9866 75.8464L32.9078 77.2147L31.8414 78.6536L30.7901 80.154L29.7569 81.7069L28.7447 83.3036L27.7564 84.9351L26.7949 86.5924L25.8632 88.2666L24.964 89.9489L24.1003 91.6302L23.2751 93.3019L22.4912 94.9548L21.7514 96.5802L21.0588 98.1692L20.4161 99.7128L19.8263 101.202L19.2864 102.638L18.7937 104.022L18.3451 105.354L17.938 106.636L17.828 107.003" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.9717 119.792L14.8665 120.38L14.7637 120.972L14.6711 121.528L14.5191 122.54L14.4156 123.421L14.3655 124.18L14.3736 124.825L14.5056 125.595L14.7745 126.134L15.1402 126.429" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.3676 66.1179L74.1997 66.1183L75.0538 66.1179" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M90.4414 101.393L91.3381 101.414L93.0478 101.457L94.757 101.501L96.466 101.547L98.1746 101.595L99.8831 101.642L101.591 101.691L101.612 100.378" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M17.8382 128.103L17.6429 127.991L17.2127 127.559L16.9818 126.951L16.9106 126.135L16.9417 125.463L17.0301 124.681L17.171 123.782L17.3597 122.758L17.4706 122.198L17.5916 121.604L17.667 121.242" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.824 108.499L21.0074 107.904L21.4239 106.607L21.876 105.253L22.3658 103.841L22.8956 102.369L23.4675 100.837L24.0797 99.253L24.7304 97.6279L25.4178 95.9712L26.1401 94.2927L26.8956 92.6023L27.6823 90.9099L28.4986 89.2253L29.3426 87.5584L30.2126 85.919L31.1066 84.317L32.0229 82.7624L32.9597 81.2649L33.9152 79.8345L34.8875 78.4811L35.8748 77.2146L36.8754 76.0448L37.8882 74.9659L38.9126 73.9717L39.9477 73.0562L40.9926 72.2134L42.0466 71.4372L43.1088 70.7216L44.1783 70.0605L45.2544 69.4479L46.3363 68.8777L47.423 68.3439L48.5138 67.8404L49.6079 67.3611L50.4899 66.9902" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.7742 92.0731L45.832 93.9665L45.9381 95.9049L46.0728 97.2953L46.4045 99.743L46.8362 101.691L46.6541 102.72L46.5028 103.741L46.3887 104.75L46.3179 105.746L46.2965 106.727L46.3265 107.692L46.4098 108.641" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M58.0077 101.392L57.0897 101.414L55.3799 101.457L53.6706 101.501L51.9617 101.547L50.253 101.595L48.5445 101.642L46.8362 101.691L46.8173 100.378" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M127.797 112.763L127.858 112.72L128.429 112.503" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M126.924 113.702L127.101 113.431L127.442 113.047" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M129.124 123.721L128.923 123.668L128.711 123.575" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.506 123.462L128.331 123.353L128.115 123.177" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M123.654 124.171L123.669 124.137L123.895 123.612L123.764 122.988L123.612 122.265L123.46 121.541L123.308 120.814L123.156 120.085L123.004 119.353L122.851 118.617L122.698 117.875L122.546 117.139L122.394 116.402L122.242 115.661L122.09 114.918L121.938 114.171L121.786 113.423L121.66 112.801L121.827 112.245L121.948 111.681L121.741 111.152L121.382 111.084" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M106.163 68.1204L106.158 68.1164L105.642 67.7562L104.932 67.2874L104.417 66.9399L103.794 66.558L103.286 66.2371L102.656 65.8732L102.152 65.5743L101.514 65.2253L101.015 64.9474L100.487 64.6717L99.8757 64.3515L99.2128 64.0192L98.4058 63.6196" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M41.1316 68.9304L41.4164 68.7165L42.2289 68.1204L42.7497 67.7561L43.4605 67.2873L43.9754 66.9399L44.5987 66.558L45.1062 66.2371L45.7365 65.8731L46.2401 65.5743L46.8786 65.2252L47.3769 64.9474L47.9052 64.6717L48.5166 64.3515L49.1796 64.0192L49.9917 63.6171" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.6988 132.127L98.6972 132.106L98.6438 131.369L98.5758 130.654L98.496 130.009L98.4029 129.423L98.2711 128.673L98.1166 127.998L97.9707 127.394L97.8044 126.806L97.5929 126.118L97.3839 125.5L97.1739 124.942L96.8925 124.231L96.6041 123.597L96.3385 123.032L96.0562 122.487L95.709 121.851L95.3786 121.284L95.0595 120.776L94.6391 120.131L94.2277 119.564L93.8525 119.06L93.4648 118.577L92.9952 118.019L92.556 117.525L92.1399 117.087L91.5965 116.533L91.0777 116.054L90.6073 115.63L90.1291 115.231L89.5549 114.771L89.0237 114.369L88.5266 114.018L87.8812 113.578L87.275 113.206L86.7274 112.879L86.177 112.577L85.5205 112.234L84.9178 111.94L84.3589 111.69L83.6363 111.38L82.966 111.129L82.3625 110.912L81.7613 110.72L81.0478 110.508L80.3969 110.333L79.7978 110.193L79.026 110.025L78.3178 109.906L77.7234 109.812L77.1422 109.743L76.4496 109.669L75.8271 109.625L75.2348 109.592L74.6459 109.578L73.8992 109.576L73.2238 109.592L72.6083 109.626L71.9048 109.677L71.1057 109.768L70.5453 109.839L69.843 109.956L69.1104 110.095L68.4514 110.239L67.8549 110.389L67.1752 110.571L66.4102 110.811L65.801 111.014L65.2104 111.235L64.5203 111.509L63.9032 111.774L63.3488 112.034L62.7194 112.341L62.0182 112.721L61.5218 112.998L60.9278 113.362L60.307 113.762L59.7558 114.138L59.2649 114.497L58.7101 114.916L58.0998 115.421L57.6694 115.786L57.161 116.256L56.6334 116.764L56.1693 117.237L55.761 117.682L55.3023 118.197L54.8063 118.807L54.4179 119.302L54.0552 119.802L53.6411 120.4L53.282 120.951L52.9718 121.464L52.6267 122.056L52.2641 122.747L51.9837 123.305L51.7294 123.864L51.4446 124.528L51.2042 125.135L51.0039 125.696L50.7855 126.341L50.5701 127.087L50.4082 127.687L50.2719 128.282L50.1272 128.986L50.0144 129.627L49.9316 130.214L49.8481 130.887L49.7877 131.659L49.7537 132.127" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.084 119.627L98.0804 119.613L97.8412 119.091L97.3667 118.686L97.2432 118.569" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.1522 120.92L98.2109 120.979L98.613 121.413L98.7726 121.926" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.5879 123.374L49.5782 123.384L49.2407 123.967L49.2186 124.052" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M96.0765 115.499L96.044 115.363L95.6763 114.797L95.1284 114.489L94.7985 114.009L94.7 113.352L94.319 112.853L93.7742 112.601L93.3326 112.169L93.2167 111.605L92.8738 111.121L92.3146 110.856L91.7396 110.563L91.5325 109.963L91.1976 109.491L90.6853 109.251L90.0622 109.102L89.7189 108.531L89.378 108.045L88.7435 107.776L88.1471 107.702L87.7465 107.23L87.3194 106.701L86.6603 106.493L86.059 106.476L85.6389 106.086L85.2569 105.63L84.6904 105.417L84.0564 105.457L83.5045 105.235L83.2817 104.962" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M65.156 104.962L65.124 104.997L64.695 105.434L64.0725 105.419L63.3825 105.512L62.9247 105.898L62.5444 106.4L61.8682 106.49L61.2257 106.632L60.8014 107.031L60.5272 107.53L59.8727 107.76L59.3155 107.877L58.8687 108.253L58.5883 108.854L58.0665 109.196L57.3978 109.377L56.9791 109.803L56.7758 110.385L56.3546 110.793L55.7088 111.017L55.2786 111.478L55.1312 112.045L54.7815 112.55L54.2332 112.772L53.8113 113.193L53.6548 113.776L53.4713 114.379L52.951 114.668L52.5111 115.071L52.3585 115.499" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.2141 124.052L99.1793 123.917L98.868 123.399L98.8511 123.38" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.4474 126.435L99.4419 126.399L99.3195 125.979" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.2866 120.914L50.2789 120.922L49.8204 121.413L49.6606 121.926" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.195 118.563L51.1652 118.605L50.7158 118.962L50.3965 119.442L50.3499 119.627" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.4784 103.167L75.464 103.167L74.7886 103.354L74.2191 103.598L73.6496 103.354L73.0664 103.188L72.9783 103.183" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M96.1146 116.278L96.1283 116.325L96.6168 116.695L97.04 117.114L97.1951 117.629" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.2393 117.629L51.2511 117.541L51.4607 117.007L52.0132 116.58L52.3238 116.265" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.0447 98.7336L73.9546 98.7119L75.3955 98.7339" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M95.1312 108.148L94.9252 107.916L94.3315 107.248L93.7823 106.682L93.3748 106.267L92.6987 105.643L91.6881 104.773L91.1975 104.381L90.3736 103.757L89.8369 103.391L89.5781 103.214" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M58.8709 103.199L58.5903 103.391L58.0535 103.757L57.2294 104.381L56.7387 104.773L56.1198 105.291L55.4098 105.936L54.9007 106.421L54.4005 106.93L53.6903 107.703L53.2944 108.148" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.1209 125.966L49.1002 125.999L48.9846 126.435" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.3465 96.1165L75.3463 96.096L75.2362 95.5429L75.2196 95.4865" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.4336 92.8225L75.4386 92.762L75.5254 92.1647L75.453 91.5986L75.3572 91.186" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.8403 94.6678L93.8378 94.6712L93.5486 94.1742L93.5472 93.5811L93.5464 92.9318L93.5465 92.3195L93.857 91.9645" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M54.6402 92.3059L54.641 92.4244L54.6478 93.128L54.6556 93.702L54.6656 94.3608L54.5918 94.6677" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2119 95.4865L73.2029 95.5178L73.0838 96.0925L73.0836 96.1165" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M54.5794 92.0533L54.5783 92.0701L54.5551 92.2179" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.4518 64.7504L73.449 64.6697L73.429 64.1L73.4066 63.4593L73.3865 62.8868L73.364 62.2477L73.3625 61.668L73.3624 61.0679L73.3619 60.5029L73.361 59.8275L73.3602 59.2025L73.359 58.4921L73.3579 57.9045L73.3562 57.2513L73.3548 56.6656L73.3524 56.0039L73.3495 55.3636L73.3456 54.7514L73.3394 54.1757L73.3272 53.5553L73.3197 53.3087" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.2257 78.3305L73.2328 78.1302L73.2592 77.4998L73.2892 76.482L73.3085 75.5925L73.3251 74.6117L73.3365 73.8116L73.3463 73.1702L73.352 72.5281L73.3589 71.7903L73.3662 70.7881L73.3689 70.0887L73.3719 68.9094L73.3731 68.3015L73.3722 67.698L73.3715 67.0294L73.3675 66.1179" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.5107 95.4857L73.5064 95.1099L73.4975 94.5028L73.4851 93.7994L73.4638 93.0536L73.4236 92.1408L73.3565 91.3449L73.2709 90.8212" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M74.9171 95.4858L74.9182 95.3839L74.9265 94.6705L74.9379 93.9793L74.9512 93.3738L74.9795 92.5379L75.0155 91.9294L75.063 91.3603L75.1215 90.9455" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.3373 80.3855L75.3133 80.2332L75.2443 79.4114L75.1909 78.467L75.1635 77.705L75.1395 76.9484L75.1189 76.2813L75.1023 75.5925L75.0855 74.606L75.0741 73.8044L75.0646 73.1704L75.0597 72.605L75.0536 71.9942L75.0505 71.3629L75.0461 70.7882L75.0439 70.0333L75.0428 68.8854L75.0426 68.3015L75.0447 67.6142L75.0468 67.0294L75.0512 66.4624L75.0538 66.1179" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M74.9419 64.7504L74.9447 64.6697L74.965 64.0998L74.9899 63.4601L75.0162 62.8869L75.0535 62.2328L75.053 61.668L75.051 61.0564L75.0496 60.4739L75.0485 59.8275L75.0475 59.2098L75.0466 58.4921L75.0462 57.9113L75.0461 57.2513L75.0458 56.6656L75.0467 56.0097L75.0485 55.3691L75.0523 54.7423L75.0602 54.1679L75.081 53.5724L75.1162 53.1371" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M12.9202 100.252L12.9176 100.274L12.8705 100.92L12.8823 101.518L12.9323 102.121L13.0807 102.721L13.2892 103.26L13.5629 103.765L13.8602 104.204" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.4018 127.566L44.4069 127.559L44.5391 126.832L44.5208 126.166L44.5024 125.426L44.4941 124.799L44.4951 124.183L44.5113 123.494L44.5427 122.881L44.5917 122.252L44.6636 121.602L44.7782 120.847L44.899 120.203L45.0255 119.611L45.1635 119.02L45.3484 118.291L45.4981 117.731L45.6726 117.102L45.8452 116.493L46.0282 115.851L46.0236 115.272L45.9067 114.7L45.3492 114.639L44.5676 114.541L43.9988 114.466L43.392 114.379L42.8317 114.297L42.222 114.2L41.6194 114.102L40.9291 113.984L40.365 113.884L39.7889 113.78L39.2201 113.675L38.6578 113.569L38.0447 113.452L37.4774 113.343L36.8644 113.221L36.2615 113.101L35.6773 112.981L35.0984 112.858L34.4988 112.727L33.8366 112.575L33.1253 112.404L32.1824 112.164L31.3925 111.95L30.6321 111.734L30.0195 111.553L29.4296 111.372L28.8184 111.177L28.1867 110.97L27.537 110.751L26.9959 110.564L26.4382 110.367L25.8551 110.158L24.9884 109.84L24.4328 109.633L23.6977 109.357L23.0986 109.132L22.4095 108.881L21.7953 108.683L21.2275 108.646L21.1747 108.663" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.1534 107.449L21.088 107.436L20.5071 107.32L19.9268 107.205L19.3616 107.093L18.8012 106.986L18.2333 107.036L18.1377 107.167" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M127.496 108.255L127.167 108.386L126.529 108.64L125.722 108.958L125.004 109.237L124.291 109.511L123.617 109.766L122.881 110.039L122.188 110.292L121.505 110.535L120.835 110.769L120.216 110.979L119.538 111.204L118.998 111.377L118.316 111.59L117.736 111.764L117.177 111.927L116.548 112.103L115.756 112.315L115.123 112.477L114.305 112.674L113.524 112.851L112.947 112.975L112.255 113.113L111.523 113.251L110.95 113.352L110.371 113.448L109.699 113.55L109.082 113.633L108.491 113.704L107.917 113.762L107.255 113.816L106.529 113.859L105.9 113.881L105.137 113.894L104.523 113.894L103.958 113.887L103.39 113.876L102.8 113.86L102.207 113.843L101.872 114.328L101.8 114.945L101.94 115.565L102.066 116.128L102.216 116.799L102.339 117.364L102.481 118.036L102.6 118.623L102.724 119.275L102.842 119.96L102.94 120.6L103.033 121.302L103.095 121.878L103.155 122.575L103.193 123.176L103.222 123.793L103.24 124.488L103.248 125.055L103.247 125.868L103.234 126.715L103.212 127.548L103.2 127.966" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M135.433 100.2L135.453 100.359L135.468 100.979L135.396 101.603L135.246 102.172L134.997 102.785L134.691 103.333L134.324 103.856L133.947 104.296L133.438 104.799L132.937 105.225L132.414 105.615L131.942 105.934L131.37 106.291L130.838 106.605L130.224 106.855L129.436 107.012L128.749 107.148L128.162 107.265L127.577 107.381L127.242 107.448" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.1698 87.8046L20.2516 87.8504L20.8404 88.1808L21.3704 88.5336L22.0074 89.018L22.4497 89.4243" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.181 87.8046L128.099 87.8504L127.51 88.1808L126.98 88.5336L126.344 89.018L125.93 89.3939" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M33.7032 100.232L33.6615 100.401L33.661 100.403" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M33.0692 102.737L33.0138 102.96L33.0125 102.965" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M32.1862 89.412L32.2418 89.4311L32.7026 89.8045L33.1419 90.2343L33.5863 90.666L34.0322 91.0966L34.4602 91.5087L34.9446 91.971L35.3903 92.3923L35.8429 92.8173L36.2844 93.2283L36.8677 93.7659L37.2958 94.1566L37.7458 94.5655L38.2388 95.0114L38.6319 95.4517L38.705 96.0598L38.5485 96.7943L38.4185 97.3553L38.2554 98.0943L38.1188 98.7177L37.9668 99.4524L37.841 100.066L37.722 100.677L37.6081 101.262L37.4961 101.878L37.3949 102.435L37.2842 103.082L37.1662 103.78L37.0454 104.548L36.956 105.116L36.8673 105.731L36.7835 106.306L36.6983 106.889L36.3439 107.39L35.9586 107.299" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M35.5227 107.115L35.3581 107.043L34.7996 106.799L34.0871 106.483L33.5691 106.249L33.0441 106.014L32.4023 105.723L31.7706 105.442L31.1949 105.191L30.4073 104.855L29.8675 104.629L29.3275 104.408L28.7891 104.186L28.2239 103.953L27.6194 103.697L27.4612 103.606" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M32.7157 95.5394L32.675 95.6782L32.6636 95.7155" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M31.1279 132.526L30.106 132.289" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M26.3694 131.281L25.5134 131.016" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M33.2869 132.979L34.4197 133.194" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.0067 133.796L39.2583 133.982" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M47.8362 134.99L47.2088 134.931L45.8418 134.793" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M117.28 132.526L118.301 132.289" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.879 134.16L109.154 133.982" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M100.594 134.989L101.206 134.931L102.573 134.793" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 97 KiB

@ -1,298 +0,0 @@
<svg width="214" height="243" viewBox="0 0 214 243" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M31.4296 192.946L35.383 199.251" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M30.6439 183.323L36.3775 202.593L26.4846 208.709" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M110.152 101.171L118.645 118.401L112.11 142.28L111.309 147.775" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M66.2798 228.573L53.007 219.606" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M36.3774 202.593L48.2517 197.919" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.993 209.994L45.1058 212.98L29.5682 214.779L20.0497 215.88" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.0497 215.88L31.1279 213.092L43.993 209.994" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.993 209.994L36.3774 202.593L28.4991 209.005L20.0497 215.88" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.0497 215.88L26.4846 208.709" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M7.14621 67.182L1 60.2278" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M1 60.2278L12.074 63.577" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M85.4568 90.9609L79.9255 91.8409L77.1757 84.5577L67.9996 82.0415" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M63.1111 89.8601L67.9996 82.0415" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M67.9996 82.0415L68.7252 101.35L69.1843 102.604" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M79.274 130.165L82.4399 138.814L84.5594 148.541L84.4023 164.049L82.5892 180.752L49.1455 177.817L50.8235 164.972L47.7433 152.966L42.1103 142.778L41.2946 140.14" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.4606 132.489L14.7217 133.598L20.9375 143.481L47.7433 152.966L84.5595 148.541L108.122 137.435L112.11 142.28" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.9374 143.481L25.7643 149.079L27.9213 161.269" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M31.4296 192.945L30.6439 183.323L27.9214 161.269" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M27.9214 161.269L49.1455 177.817L48.2517 197.919L53.007 219.606L71.9136 225.255L85.5799 223.66L87.1832 232.843L88.7822 242" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M88.7822 242L83.5366 233.597L78.647 224.469" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.9071 225.023L66.2798 228.573" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M66.2798 228.573L71.9135 225.255L78.1048 207.012L82.5892 180.752L103.091 175.016L100.235 206.248L85.5798 223.66" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M30.6439 183.323L48.2517 197.919L78.1049 207.012L100.235 206.248L106.359 196.427L108.58 176.885" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M89.4642 219.045L88.8019 225.409L88.7822 242" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M6.04153 68.318L1 60.2278" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.99 186.671L107.762 176.184L103.091 175.016L105.588 156.11" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.588 156.11L115.957 169.245L119.99 186.671" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.99 186.671L115.327 166.067L111.308 147.775" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.308 147.775L105.588 156.11" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.588 156.11L108.122 137.435L108.104 123.241L103.693 112.619" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.7643 149.079L50.8235 164.972L84.4022 164.049L105.588 156.11" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M67.8386 100.64L68.7252 101.35" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M68.7253 101.35L68.2239 101.606" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M79.9255 91.8409L68.7252 101.35" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M53.0071 219.606L45.1058 212.98" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M71.0067 58.9168L72.5383 58.4412" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M72.5383 58.4412L71.201 59.488L70.2622 60.0649L69.264 60.6766L68.213 61.3226L67.1153 62.0039L65.9663 62.7097L64.7727 63.4496L63.5419 64.2358L62.276 65.0741L60.984 65.9695L59.6736 66.9274L58.4208 67.7819L57.1873 68.6114L55.7998 69.5686L54.4027 70.5752L53.0088 71.6179L51.6226 72.6828L50.2489 73.7554L48.8936 74.821L47.9279 75.3979" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.1521 62.7562L76.8036 62.2442" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M76.8037 62.2442L75.3921 63.314L74.6015 63.9216L73.762 64.5558L72.8639 65.2209L71.9048 65.9224L70.884 66.6658L69.7895 67.4369L68.6124 68.2264L67.3693 69.0585L66.0702 69.9355L64.8086 70.8205L63.6052 71.7086L62.2626 72.6639L60.7915 73.6752L59.3104 74.7727L57.6941 75.8239L56.0839 76.9628L54.4631 78.0967L52.8465 79.2155L51.6578 79.849" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.6578 79.849L55.0492 78.1246L56.7212 76.9462L58.4242 75.8478L60.0431 74.7261L61.6047 73.6981L63.1229 72.7012L64.451 71.7811L65.6921 70.9358L66.9732 70.0975L68.2653 69.2686L69.4799 68.4802L70.6134 67.7206L71.6474 66.9442L72.6166 66.1993L73.5257 65.4867L74.3767 64.8062L75.172 64.1535L75.9247 63.5237L76.4747 63.2691" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.0338 60.6971L74.6137 60.2053" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M74.6137 60.2053L73.2459 61.2626L72.3901 61.8452L71.4797 62.4607L70.5129 63.1112L69.4896 63.7994L68.4104 64.5268L67.2585 65.2693L66.0527 66.0572L64.7945 66.8932L63.4945 67.7817L62.1614 68.7281L60.9793 69.6517L59.7197 70.6443L58.2746 71.6203L56.7807 72.6217L55.2991 73.7041L53.7995 74.7777L52.3117 75.8698L50.8475 76.9595L49.7844 77.5621" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M49.7844 77.5621L52.8507 75.8639L54.3965 74.7623L55.9444 73.6643L57.4702 72.5621L59.027 71.5982L60.4693 70.5842L61.7336 69.6348L62.9719 68.7199L64.3186 67.7988L65.6198 66.9342L66.8656 66.1202L68.0471 65.3489L69.1611 64.6077L70.2015 63.8828L71.1829 63.1931L72.1062 62.5362L72.9738 61.91L73.7901 61.3127L74.3827 61.0777" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M69.8511 57.4082L70.1451 57.5793" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.4531 57.4685L69.7498 57.7213L68.7531 58.334L67.6878 58.9584L66.582 59.6107L65.4422 60.2925L64.2605 60.9931L63.0457 61.7278L61.7717 62.4677L60.456 63.242L59.1061 64.0568L57.7299 64.9208L56.461 65.7775L55.2557 66.6264L54.0385 67.5221L52.7277 68.5082L51.3842 69.5444L50.0487 70.5991L48.7244 71.6599L47.4145 72.7146L46.4261 73.6647L45.9589 73.264" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M46.0916 73.3777L46.9735 72.8283L48.2493 71.7877L49.5388 70.7401L50.8394 69.6965L52.1484 68.6679L53.4208 67.689L54.6129 66.7901L55.7958 65.9357L56.9974 65.1015L58.3564 64.2281L59.6958 63.4093L61.009 62.6342L62.2888 61.8971L63.5338 61.1906L64.743 60.508L65.9155 59.8439L67.0498 59.1942L68.1421 58.5567L69.1819 57.933L70.5132 56.889" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.5133 56.889L68.941 57.2924" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.4541 96.4881L20.4818 96.7205L20.692 97.4342L21.2175 98.0368L21.949 98.3899L22.7077 98.3575L23.5848 98.288L24.4564 98.1969L25.408 97.9478L26.4006 97.6664L27.363 97.3788L28.1979 97.0343L29.0228 96.6761L29.7842 96.3296L30.402 95.8797L30.7804 95.5849" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.615 96.4109L29.6115 96.411L28.8643 96.4925L28.1113 96.5705L27.4636 96.6947L26.507 96.9506L25.5561 97.2045L24.6639 97.5361L23.8173 97.9501L23.0353 98.3309" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.7537 99.6443L21.6837 99.7265L21.3675 100.513L21.1884 101.368L21.1792 101.482" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.0983 101.187L21.1543 101.422L21.4443 102.134L21.6046 102.486" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.351 102.302L21.5481 102.455L22.2665 102.854L23.0298 103.073L23.7452 103.004L24.4876 102.939L25.2372 102.776L26.0319 102.506L26.8379 102.234L27.5557 101.929L28.1976 101.586L28.8426 101.242L29.2956 100.932" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.1021 101.087L29.1142 101.074L29.5372 100.583" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.601 101.371L28.5939 101.372L27.9057 101.469L27.2093 101.583L26.4164 101.816L25.6017 102.069L24.8171 102.332L24.1095 102.696L23.5049 103.026" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.1459 104.225L21.9911 104.43L21.7829 105.299L22.0202 106.142L22.4084 106.688L22.6648 106.803L23.0925 106.319L23.7419 105.843L24.5502 105.443L25.348 105.052L26.2114 104.726L27.1133 104.474L28.0087 104.226L28.8376 104.054L29.5863 103.963L30.3322 103.873L31.01 103.87L31.6262 103.981L32.3057 104.594L32.2026 105.235L31.7304 105.689L31.0072 106.188L30.3533 106.52L29.6355 106.871L28.8898 107.217L28.0082 107.519L27.1071 107.812L26.1968 108.085L25.3256 108.217L24.4707 108.323L23.5728 108.375L22.6828 108.103L21.9566 107.819L21.3301 107.395L20.9112 106.732L20.6384 105.811L20.6782 104.999L20.8223 104.167L21.1505 103.648" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.4183 106.711L22.8163 106.86L23.5975 107.11L24.3851 107.056L25.2181 106.952L26.0481 106.827L26.9192 106.564L27.8127 106.273L28.6805 105.977L29.4134 105.636L30.129 105.286" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M30.129 105.286L28.7262 105.35L27.8682 105.575L26.9849 105.82L26.1333 106.076L25.3592 106.434L24.5841 106.815L24.0298 107.103" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M30.4204 105.144L30.4725 105.116L31.0835 104.58L31.2684 104.361" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.9842 108.214L22.8847 108.354L22.6603 109.086L22.4746 109.841L22.5527 110.519L22.8246 111.203L23.0195 111.484" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.8654 111.424L23.2147 111.56L23.8617 111.612L24.5882 111.444L25.0627 111.276" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M24.8351 111.361L24.9534 111.317L25.5299 111.107L26.1219 110.952L26.6492 111.136L27.1336 111.715L27.3458 112.777L27.4416 113.583L27.5336 114.435L27.6334 115.383L27.7703 116.539L27.9009 117.514L28.0413 118.456L28.2472 119.746L28.4644 121.024L28.6618 122.151L28.8375 123.115L28.9946 123.958L28.5477 124.536L28.1218 124.458L27.8864 123.996L27.7257 123.134L27.5459 122.147L27.3443 120.997L27.1216 119.686L27.0126 119.024L26.9095 118.356L26.7664 117.395L26.6261 116.344L26.5086 115.387L26.4309 114.642L26.3269 113.661L26.2353 112.813L26.2106 112.613" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M26.2689 112.907L26.2286 112.688L26.1288 112.297" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M26.3556 112.438L26.2704 112.38L25.6058 112.385L25.2361 112.503" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.5642 112.38L25.3283 112.468L24.5452 112.754L23.8214 112.918L23.1008 112.852L22.4706 112.55L21.9587 112.029L21.5184 111.091L21.3697 110.345L21.2911 109.594L21.4881 108.764L21.7714 107.904L21.8635 107.772" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.8976 102.647L21.9829 102.535L22.5648 102.059L23.3003 101.655L24.0281 101.258L24.8201 100.925L25.6518 100.666L26.4769 100.41L27.2429 100.231L27.9384 100.133L28.6301 100.036L29.2238 100.048L29.8605 100.177L30.5878 100.72L30.4577 101.352L29.8954 101.955L29.4098 102.378L28.8053 102.719L28.1555 103.066L27.4767 103.407L26.6732 103.695L25.8542 103.972L25.0156 104.229L24.213 104.327L23.4343 104.395L22.6259 104.414L22.028 104.162L21.2597 103.734L20.7447 103.31L20.3611 102.533L20.0911 101.73L20.0427 100.981L20.2312 100.06L20.421 99.4152L20.6284 99.1045" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.4244 98.1518L21.6587 97.8815L22.1683 97.4549L22.9972 97.0046L23.8553 96.585L24.7326 96.1836L25.6882 95.9036L26.6474 95.647L27.5849 95.4122L28.2231 95.3037L29.0434 95.2154L29.8696 95.1304L30.5017 95.1419L31.2296 95.3659L31.5889 95.8554L31.4853 96.5069L31.2773 96.6804" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M31.1013 96.8216L31.1486 96.7841" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M31.1487 96.7841L30.5717 97.2386L29.7601 97.7271L28.9247 98.0904L28.0874 98.4537L27.1551 98.7817L26.1456 99.068L25.1253 99.356L24.1362 99.5398L23.2195 99.612L22.2718 99.6795L21.4717 99.5575L20.9143 99.2622L20.3801 98.9659L19.8417 98.5591L19.525 97.7547L19.3457 96.9297L19.4387 96.1775L19.7532 95.2772" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.4453 94.1504L20.5921 94.0007L21.1631 93.4268L21.6508 92.9593L22.3796 92.4789L23.268 92.0862L24.1509 91.6967L25.0684 91.393L26.0182 91.1761L26.9633 90.9601L27.8069 90.8335L28.4625 90.7963L29.2295 90.7572L29.9762 90.744L30.6654 91.0253L31.1528 91.4226L31.1889 92.0431L30.7759 92.5654L30.1202 93.0769L29.3354 93.5707L28.6655 93.8658L28.0051 94.1561L27.3335 94.4509L26.5849 94.7173L25.7829 94.9469L24.9931 95.1726L24.1788 95.404L23.2593 95.564L22.2846 95.6439L21.2757 95.7184L20.4074 95.5967L19.7895 95.2957L19.2007 94.996L18.6885 94.5209L18.2139 93.7479L17.8487 92.9668L17.7963 92.2341L17.7776 91.3984L17.8974 90.4813L18.1943 89.7395L18.915 88.9754L19.7639 88.568L20.5456 88.4882L21.2375 88.4912L21.8334 88.4448L21.8623 87.7766L21.7804 86.7943L21.6565 85.8171L21.4885 84.8472L21.3192 83.8683L21.1502 82.8915L20.9627 81.8667L20.7561 80.7898L20.549 79.7107L20.3419 78.6314L20.1348 77.5521L19.9277 76.4727L19.7207 75.3941L19.514 74.3163L19.3071 73.2384L19.1003 72.1604L18.8934 71.0824L18.6865 70.0042L18.4796 68.9259L18.2727 67.8476L18.0658 66.7691L17.8525 65.6572L17.6327 64.5118L17.4129 63.3663L17.1931 62.2207L16.9732 61.075L16.7533 59.9292L16.5335 58.7833L16.3136 57.6372L16.0937 56.4911L15.8843 55.3998L15.6854 54.3633L15.4865 53.3268L15.2876 52.2901L15.0886 51.2534L14.8897 50.2166L14.6907 49.1797L14.4918 48.1427L14.3049 47.1689L14.1302 46.2585L13.9555 45.3479L13.7808 44.4373L13.9499 43.8939L14.5323 43.7207L14.9456 44.091L15.1203 45.0016L15.295 45.9122L15.4696 46.8227L15.6564 47.7964L15.8554 48.8334L16.0543 49.8703L16.2532 50.9072L16.452 51.9439L16.6509 52.9805L16.8497 54.017L17.0485 55.0535L17.2579 56.1448L17.4777 57.291L17.6976 58.437L17.9174 59.583L18.1372 60.7288L18.357 61.8745L18.5768 63.0201L18.7965 64.1656L19.0162 65.3109L19.2295 66.4229L19.4364 67.5013L19.6432 68.5797L19.8501 69.6579L20.0569 70.7361L20.2637 71.8142L20.4705 72.8922L20.6773 73.97L20.884 75.0478L21.0909 76.1264L21.298 77.2058L21.505 78.2851L21.7121 79.3644L21.9191 80.4435L22.1265 81.5246L22.3154 82.5579L22.485 83.5389L22.6543 84.5178L22.825 85.5055L22.9533 86.5174L23.0373 87.5555L23.003 88.2916L22.8097 88.9257L22.2624 89.5789L21.5306 89.8483L20.8452 89.8542L20.1611 89.8927L19.5173 90.078L19.0851 90.7807L18.8648 91.6471L18.9064 92.498L19.2465 93.2069L19.8631 93.8549L20.4137 94.1336L21.3096 94.353L22.1987 94.2746L23.122 94.2014L23.9413 94.0592L24.7068 93.8391L25.4966 93.6135L26.274 93.3917L26.9756 93.1421L27.6249 92.8562L28.2854 92.566L28.9361 92.2805L29.4652 91.9774L30.1042 91.4814L30.4376 91.1826" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.7323 88.5203L21.8184 88.3764L21.8662 88.2452" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.4643 91.978L29.3893 91.9775L28.6681 92.0166L27.9445 92.0521" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.142 92.0426L27.7988 92.0783L26.8687 92.2736L25.9197 92.4903L24.9817 92.7278L24.0939 93.0944L23.2142 93.4824L22.3852 93.8857L21.9419 94.2962" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.8217 95.7069L20.7863 95.8114L20.4815 96.6693L20.4778 96.6864" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.0853 49.2232L70.4118 49.2002" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.4117 49.2002L69.3728 49.2736L68.3338 49.4877L67.2608 49.8251L66.1833 50.2371L65.0946 50.6928L64.0187 51.1556L62.9461 51.6251L61.8775 52.1026L60.8079 52.5921L59.7265 53.1007L58.674 53.6108L57.6283 54.1342L56.5899 54.672L55.5596 55.2258L54.5382 55.7967L53.5262 56.3862L52.5334 56.99L51.5591 57.6094L50.5816 58.259L49.6152 58.9298L48.6627 59.6203L47.7249 60.33L46.8207 61.0442L45.9211 61.7858L45.0333 62.55L44.1641 63.3314L43.317 64.127L42.5052 64.9243L41.6975 65.7543L40.9124 66.5995L40.1507 67.4591L39.4206 68.3244L38.7164 69.2022L38.0303 70.103L37.3688 71.0164L36.7301 71.9423L36.1126 72.8801L35.5144 73.8298L34.9337 74.791L34.3688 75.7634L33.8179 76.7467L33.2826 77.7345L32.7558 78.7358L32.2355 79.7515L31.722 80.7769L31.2137 81.8117L30.7086 82.8559L30.2052 83.9089L29.7014 84.9706L29.1963 86.0402L28.6912 87.1155L28.188 88.1939L27.6889 89.2727L27.1959 90.3494L26.9144 90.9713" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M26.2694 92.4104L26.2359 92.4856L25.7756 93.5338" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.0861 95.1461L24.8913 95.6081L24.6379 96.2242" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M23.9789 97.8711L23.825 98.2698" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M23.3271 99.6036L23.0384 100.419L22.744 101.299L22.4911 102.108" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.3393 107.404L21.2769 107.941L21.1753 109.205L21.1322 110.404L21.1334 111.599L21.1689 112.784L21.2315 113.967L21.3173 115.149L21.4228 116.33L21.5443 117.51L21.675 118.658L21.8178 119.835L21.9659 121.012L22.0406 121.712L21.9684 122.394L21.5683 122.89L20.8926 122.888L20.1566 122.738L19.4506 122.594L18.7923 122.46L18.1999 122.339L17.5412 122.204L16.9195 122.077L16.2811 121.947L15.766 121.617L15.3154 120.712L15.1254 119.496L14.9406 118.28L14.7647 117.064L14.6012 115.848L14.4537 114.632L14.3258 113.416L14.2209 112.2L14.1427 110.984L14.0951 109.758L14.0826 108.504L14.1097 107.201L14.1395 106.526L14.1808 105.832L14.2342 105.116L14.3003 104.377L14.3797 103.611L14.4728 102.816L14.5802 101.99L14.7025 101.131L14.8403 100.235L14.9937 99.3033L15.1611 98.3395L15.3407 97.3511L15.5306 96.3447L15.7287 95.3272L15.9332 94.3053L16.1422 93.286L16.3537 92.2759L16.5658 91.2819L16.7766 90.3108L16.9841 89.3695L17.1865 88.4646L17.3817 87.603L17.568 86.7916L17.7433 86.0371L17.9057 85.3463L18.1904 84.1633L18.4382 83.1988L18.6712 82.3888L18.9118 81.6697L19.182 80.9776L19.5042 80.2488L19.9006 79.4195L20.3278 78.5575" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.2194 76.7957L21.349 76.5433L21.7266 75.8214L22.1336 75.0593L22.5699 74.2613L23.0356 73.4315L23.5304 72.5741L24.0544 71.6934L24.6074 70.7936L25.1895 69.8789L25.8006 68.9535L26.4405 68.0215L27.1093 67.0872L27.8068 66.1549L28.533 65.2286L29.2876 64.3122L30.0695 63.407L30.8774 62.5141L31.71 61.6344L32.566 60.7689L33.444 59.9185L34.3428 59.0843L35.2611 58.2671L36.1975 57.4679L37.1508 56.6878L38.1196 55.9276L39.1027 55.1884L40.0987 54.471L41.1063 53.7765L42.1242 53.1057L43.1512 52.4597L44.186 51.839L45.228 51.2424L46.2768 50.6682L47.3317 50.115L48.3925 49.5811L49.4584 49.0648L50.5291 48.5647L51.604 48.079L52.6826 47.6062L53.7645 47.1447L54.8492 46.6928L55.9361 46.2491L57.0256 45.8165L58.1213 45.4176L59.2282 45.0813L60.3527 44.8461L61.4986 44.7386L62.6583 44.7304L63.8214 44.7817L64.9793 44.8616L66.1245 44.9464L67.253 45.0312L68.3613 45.116L69.4463 45.2008L70.5046 45.2858L71.533 45.3708L72.5281 45.4559L73.4867 45.5411L74.4054 45.6264L75.2811 45.7118L76.1103 45.7974L76.89 45.8831L77.6178 45.9689L78.2964 46.0548L78.9293 46.1408L79.5202 46.2267L80.5907 46.3983L81.5369 46.5692L82.388 46.7388L83.1729 46.9068L83.9209 47.0727L84.6608 47.2359L85.4164 47.3962L86.1903 47.5539L86.98 47.7093L87.7827 47.8626L88.5958 48.0145L89.4167 48.1652L90.2427 48.3151L91.0712 48.4647L91.6523 48.7093L92.2487 48.9603L92.8756 49.2242L93.5483 49.5074L94.2818 49.8162L95.0901 50.1564L95.6694 50.4002L96.2757 50.6554L96.9047 50.9202L97.5519 51.1927L98.2128 51.4709L98.8828 51.7529L99.5574 52.0369L99.7404 52.6786L99.8818 53.4016L99.9451 54.0776L100.008 54.7536L100.072 55.4295L100.074 55.4582" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M95.2659 50.2304L96.0227 49.7948L97.0851 49.1834L98.127 48.5839L99.1444 47.9988L100.133 47.4303L101.089 46.8808L102.009 46.3527L102.888 45.8483L103.722 45.37L104.507 44.9201L105.24 44.501L105.915 44.1151L106.53 43.7647L107.081 43.4513L108 42.9319L108.712 42.5317L109.247 42.2355L109.787 41.9453L110.332 41.674L110.965 41.8798L111.615 42.1415L112.277 42.4145L112.849 42.6511L113.476 42.9106L114.148 43.1887L114.853 43.4806L115.58 43.7817L116.319 44.0876L116.348 44.1151" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M100.264 55.7064L100.88 55.2752L101.845 54.5998L102.833 53.9092L103.809 53.2266L104.77 52.5545L105.713 51.8955L106.633 51.2522L107.528 50.6272L108.393 50.0231L109.224 49.4425L110.019 48.8878L110.773 48.3619L111.484 47.8671L112.146 47.4061L112.757 46.9814L113.313 46.5957L114.254 45.9444L114.99 45.4384L115.55 45.0568L116.124 44.6721L116.562 44.3877" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.3491 55.0182L99.3509 54.981L99.2268 54.2834L98.7711 53.8587L98.5782 53.679" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.8912 53.6894L98.8837 53.689L98.4447 53.6735" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M116.656 44.3418L116.678 44.3508L116.954 44.9634L116.637 45.6461L116.027 46.0551L115.237 46.5851L114.489 47.0864L113.526 47.7321L112.953 48.116L112.316 48.5435L111.616 49.0127L110.858 49.5207L110.046 50.065L109.185 50.6427L108.278 51.251L107.329 51.8873L106.342 52.5486L105.322 53.2324L104.273 53.9358L103.199 54.656L102.104 55.3902L101.024 56.114" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M101.799 58.6282L101.822 58.5354L102.018 57.7543L102.214 56.9732L101.873 56.5688L101.288 56.2552L100.703 55.9416L100.148 55.6445L99.5958 55.2729L99.2733 54.7251" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M24.5096 121.295L24.4119 121.348L23.8776 121.639L23.3349 121.934L22.5805 122.166L22.0057 122.066" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M23.8778 102.992L23.9612 102.777L24.129 102.97" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.7614 104.003L25.8143 104.032L26.4756 104.193L27.1577 104.068L27.6923 103.97" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M35.1971 87.9087L35.1706 87.89L34.6102 87.4932L34.0788 87.1495L33.5054 86.8403L32.8138 86.4718L32.276 86.1958L31.9688 86.0586L32.1271 85.2697" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M32.0219 85.7942L32.2628 85.0681" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.3618 75.4987L40.2827 75.4417L39.3661 74.7897L38.8074 74.417L38.7468 74.3202L39.1613 73.4265L39.5757 72.533L39.9663 72.7435L40.5523 73.0592L41.1383 73.375L41.7244 73.6908L42.3106 74.0067L42.903 74.0444" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.613 55.9692L71.3511 55.6285L72.4166 55.1394L73.4828 54.6513L73.39 54.1222L73.2662 53.4166L73.1424 52.711L73.0187 52.0053L72.4009 51.515L71.8142 51.2012L71.2275 50.8875L70.6409 50.5738L70.0112 50.4949L69.045 50.8204" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.7607 71.4969L39.1381 70.9962L39.8745 70.1298" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.0698 69.8832L39.714 70.2818" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.0991 72.4972L38.7766 71.452" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.7766 71.452L38.0811 72.5618" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M18.7562 63.9557L18.8417 63.8408L19.5454 62.9371L20.2758 62.0405L21.0313 61.154L21.8108 60.2789L22.6129 59.416L23.4364 58.5659L24.28 57.7297L25.1425 56.9078L26.0225 56.1012L26.9189 55.3107L27.8304 54.5369L28.7556 53.7807L29.6935 53.0428L30.6426 52.3241L31.6018 51.6252L32.5697 50.947L33.5452 50.2902L34.5269 49.6555L35.5138 49.0434L36.5054 48.4529L37.5013 47.8824L38.5012 47.3306L39.5049 46.7961L40.5119 46.2773L41.5219 45.7729L42.5347 45.2814L43.5499 44.8015L44.5671 44.3316L45.5861 43.8703L46.6064 43.4163L47.629 42.973L48.6589 42.5639L49.703 42.2195L50.77 41.9799L51.8655 41.8729L52.9804 41.8691L54.1022 41.9271L55.2206 42.0149L56.3269 42.1075L57.4167 42.2002L58.4869 42.2927L59.5343 42.3852L60.5555 42.4777L61.5474 42.5701L62.5067 42.6624L63.4303 42.7546L64.3149 42.8468L65.1574 42.9389L65.9544 43.031L66.7029 43.1229L67.4007 43.2148L68.0502 43.3065L68.6551 43.3981L69.7455 43.5805L70.7004 43.7616L71.5485 43.9413L72.3185 44.119L73.0389 44.2944L73.7385 44.4672L74.445 44.637L75.1713 44.8038L75.9155 44.968L76.6747 45.1301L77.4461 45.2903L78.2271 45.4491L79.0147 45.6069L79.8064 45.7641L80.5902 45.9326L81.3623 46.112L82.1268 46.2896L82.8786 46.4642L83.6123 46.6346L84.3228 46.7997L85.005 46.9582L85.6536 47.1089L86.2636 47.2506L87.1079 47.4467L87.8823 47.6266L88.6044 47.7944L89.2916 47.954L89.9614 48.1096L90.0101 48.273" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M94.2678 49.8102L94.6715 49.5753L95.7447 48.9508L96.7969 48.3387L97.824 47.7413L98.822 47.1612L99.7866 46.6007L100.714 46.0623L101.599 45.5485L102.439 45.0616L103.206 44.6172L103.944 44.1909L104.623 43.799L105.239 43.4439L105.791 43.1271L106.711 42.6015L107.398 42.2144L108.127 41.8134L108.667 41.5407" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M19.7294 62.7112L18.9299 63.3773L18.6846 63.5821" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M15.3538 120.956L15.3396 120.979L14.9915 121.538L14.4974 121.296L13.9312 121.019L13.27 120.695L12.6036 120.369L12.0444 120.095L11.4507 119.804L10.8375 119.504L10.2957 119.118L9.86413 118.223L9.67382 117L9.48879 115.777L9.31265 114.554L9.14895 113.332L9.00126 112.109L8.87311 110.887L8.76809 109.664L8.68965 108.442L8.6386 107.208L8.61318 105.943L8.61157 104.625L8.61907 103.94L8.63181 103.233L8.64955 102.502L8.67208 101.745L8.69913 100.959L8.73046 100.141L8.76587 99.2883L8.80512 98.3985L8.84792 97.469L8.89428 96.4987L8.94489 95.4938L9.00062 94.4619L9.06236 93.4108L9.13101 92.3484L9.20746 91.2823L9.2926 90.2203L9.38729 89.1701L9.49229 88.1395L9.60762 87.1361L9.62953 85.2951L9.68339 84.0888L9.73723 82.8825L9.79106 81.6763L9.84488 80.4702L9.89873 79.2642L10.3635 79.2886" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.53064 87.7946L9.60323 87.0666" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.56152 87.4848L9.60385 87.0292L9.69961 86.0048" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.6814 86.2006L9.70295 85.954L9.79042 85.0044L9.8774 84.1024" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.8064 84.839L9.87979 84.0298L9.95968 83.1757L10.0354 82.3846L10.1054 81.6644L10.1775 80.909L10.2901 79.8339L10.4057 79.0209L10.5453 78.3587L10.7656 77.6999L11.1963 76.7473L11.6332 75.8947L12.1925 74.8123L12.5181 74.1816L12.8744 73.4982L13.3 72.6898L13.7122 71.9256L14.1552 71.1261L14.654 70.2472L15.1973 69.3176L15.776 68.3445L16.3238 67.4573L16.9058 66.5599L17.5205 65.6557L17.7818 65.2885" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.6797 70.2043L15.1487 69.4017L15.4918 68.8274" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M15.2415 69.2499L15.5871 68.6665" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M85.5264 47.0793L85.5702 47.0589L86.7666 46.5012L87.9402 45.9542L89.0864 45.42L90.2008 44.9006L91.2789 44.3981L92.316 43.9147L93.3078 43.4525L94.2496 43.0135L95.1371 42.5998L95.9656 42.2137L96.7306 41.8571L97.4277 41.5322L98.0539 41.2403L98.6122 40.9801L99.5431 40.5462L100.257 40.2136L100.999 39.8675L101.567 39.6029L102.393 39.6089L103.223 39.8029L104.032 39.992L104.807 40.1733L105.536 40.3438L106.207 40.5007L106.81 40.6422L107.503 40.8078L108.179 40.9797L108.755 41.161L109.14 41.6687L109.657 42.0138" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.897 77.138L105.904 77.1879" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.903 77.1879L105.844 76.4401L106.357 76.0916L106.679 76.5969L106.836 77.325L107.012 78.1443" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.012 78.1444L106.986 78.0259" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.035 78.2508L107.116 78.6057L107.3 79.356L107.378 79.6411" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.189 78.9217L107.252 79.1751" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.252 79.175L107.244 79.1435" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.361 79.5799L107.454 79.9141L107.573 80.3366" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.517 80.1415L107.612 80.4727L107.7 80.7805" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.645 80.5886L107.74 80.9181L107.966 81.6907L108.165 82.3603L108.367 83.0241L108.605 83.7896L108.847 84.5519L109.095 85.3105L109.309 85.9501L109.55 86.65L109.845 87.4861L110.143 88.3128L110.416 89.0577L110.803 90.0996L111.077 90.8433L111.166 91.5781L111.065 92.321L110.891 92.9842L110.597 93.9343L110.27 94.711L109.828 95.6005L109.277 96.5867L108.622 97.6533L108.257 98.2115L107.869 98.7836L107.459 99.3674L107.026 99.9609L106.572 100.562L106.097 101.169L105.603 101.779L105.089 102.39L104.558 103.001L104.009 103.609L103.442 104.215L102.857 104.82L102.254 105.424L101.633 106.027L100.993 106.631L100.334 107.236L99.656 107.843L98.9587 108.452L98.2419 109.064L97.5053 109.68L96.7486 110.3L95.9717 110.925L95.1742 111.555L94.356 112.192L93.5169 112.836L92.6566 113.487L91.7757 114.145L90.8745 114.807L89.9536 115.473L89.0135 116.141L88.0547 116.81L87.0777 117.479L86.0829 118.145L85.071 118.809L84.343 119.277L83.5882 119.772L82.8635 120.249L82.2149 120.675L81.4798 121.156L80.8024 121.596L79.8524 122.214L78.9897 122.766L78.4304 123.108L77.864 123.424L77.2847 123.717L76.4239 124.108L75.2607 124.613L74.5548 124.917L73.7706 125.253L72.9153 125.615L72.1255 125.948L71.2446 126.316L70.2758 126.719" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.2758 126.719L70.7399 126.526" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.483 126.634L70.5333 126.613" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.5333 126.613L69.3945 127.094L68.1916 127.584L66.9813 128.06L65.7644 128.52L64.5416 128.965L63.3136 129.395L62.0811 129.809L60.8449 130.208L59.6057 130.591L58.3641 130.959L57.1215 131.31L55.8805 131.645L54.6445 131.964L53.4167 132.265L52.2004 132.55L50.9987 132.817L49.815 133.066L48.6525 133.297L47.5144 133.51L46.404 133.704L45.3246 133.88L44.2792 134.036L43.2712 134.172L42.3038 134.289L41.3802 134.386L40.5037 134.462L39.6765 134.518L38.8974 134.555L38.1639 134.574L37.474 134.576L36.8252 134.564L36.2154 134.539L35.1036 134.455L34.1204 134.336L33.2477 134.193L32.5026 134.046" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M23.7788 132.081L23.7509 132.069L23.3542 131.391L23.0934 130.518L22.8327 129.644L22.5718 128.771L22.311 127.897L22.0502 127.023L21.7893 126.149L21.5284 125.276L21.2674 124.402L21.0065 123.528L20.8107 122.872" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M23.0509 122.088L23.064 122.09L23.4563 122.164" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M26.4131 122.747L26.483 122.761L27.2365 122.909L27.7016 123.001" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.8585 123.229L29.0147 123.26L29.7176 123.391L30.4993 123.516L31.3764 123.625L32.3576 123.705L33.4704 123.747L34.0835 123.751L34.7352 123.74L35.4277 123.715L36.163 123.673L36.9431 123.613L37.7566 123.536L38.6275 123.438L39.5396 123.322L40.4901 123.188L41.4759 123.035L42.4943 122.865L43.5422 122.678L44.6167 122.473L45.7149 122.251L46.8339 122.013L47.9708 121.759L49.1226 121.488L50.2863 121.202L50.8103 121.068" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.2795 121.204L51.453 120.903L52.6326 120.586L53.8154 120.255L54.9989 119.909L56.1827 119.548L57.3667 119.172L58.551 118.781L59.7356 118.374L60.9205 117.95L62.1056 117.51L63.2911 117.053L64.4769 116.58L65.6631 116.088L66.8495 115.579L68.0363 115.051L69.2235 114.505L70.4109 113.94L71.5988 113.356L72.7869 112.752L73.975 112.129L75.1606 111.489L76.3412 110.833L77.514 110.164L78.6762 109.484L79.8252 108.796L80.9583 108.101L82.0622 107.409L83.1548 106.709L84.2234 106.01L85.2652 105.314L86.2777 104.622L87.258 103.938L88.2036 103.264L89.1117 102.601L89.9797 101.952L90.8057 101.32L91.5913 100.702L92.3386 100.097L93.0501 99.5054L93.728 98.9242L94.3746 98.3527L94.9923 97.7893L95.5698 97.2454L96.1363 96.6946L96.6808 96.148L97.2057 95.6041L97.713 95.0616L98.2052 94.5193L98.6846 93.9758L99.1535 93.4296L99.6141 92.8795L100.068 92.3247L100.515 91.7663L100.954 91.2062L101.37 90.6622L101.788 90.1039L102.194 89.549L102.587 88.9994L102.966 88.4565L103.329 87.9224L104.004 86.8869L104.603 85.9068L105.105 85.0144L105.522 84.1861L105.837 83.4628L106.077 82.7988L106.295 81.9744L106.395 81.2864" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M104.7 76.628L104.749 76.6031L105.331 76.7638L105.859 76.7286" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M83.5881 119.772L83.7123 119.69L84.4924 119.176" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M19.1959 130.548L19.1652 130.535L18.5292 130.249L17.9432 129.974L17.3573 129.7L16.7716 129.426L16.1859 129.152L15.6003 128.877L15.0068 128.6L14.386 128.309L13.7174 127.996L12.9803 127.651L12.1543 127.264L11.547 126.976L10.9026 126.652L10.2326 126.276L9.54844 125.836L8.8617 125.316L8.18388 124.703L7.52646 123.982L6.90094 123.14L6.31968 122.167L5.79828 121.076L5.35327 119.885L5.00108 118.61L4.86491 117.946L4.71749 117.113L4.57 116.279L4.42254 115.446L4.27503 114.612L4.12752 113.778L3.97998 112.944L3.83244 112.11L3.68486 111.276L3.53728 110.442L3.38967 109.607L3.18044 108.396L3.09511 107.727L3.03677 107.047L3.00696 106.358L3.00726 105.661L3.03917 104.958L3.1042 104.251L3.20322 103.543L3.33391 102.836L3.49325 102.136L3.67828 101.444L3.88598 100.766L4.11335 100.105L4.35735 99.4641L4.61503 98.8482L4.82659 97.7467L4.95753 96.4842L5.1048 95.2187L5.26637 93.9632L5.44023 92.7304L5.62436 91.5331L5.81676 90.3841L6.01569 89.2893L6.21937 88.2543" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M61.9709 86.992L61.9738 87.2996L62.1343 87.9444L62.4719 88.6795L62.9512 89.5656L63.5369 90.6636L63.859 91.3089L64.1978 92.0182L64.5521 92.787L64.9207 93.611L65.3026 94.4862L65.6967 95.408L66.1018 96.3723L66.5168 97.3748L66.9406 98.4112L67.3722 99.4773L67.8103 100.569L68.2539 101.681L68.5246 102.364" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M56.3829 92.2611L56.4559 91.798L56.6437 91.0908L56.9063 90.3368L57.2438 89.5383L57.6754 88.6954L58.1587 87.8197L58.7192 86.9097L59.3195 85.9839L59.947 85.0421L60.6472 84.0746L61.1136 83.5438L61.6712 82.9687L62.3225 82.3454L63.0604 81.6831L63.8757 80.994L64.7589 80.2902L65.7006 79.5841L66.6916 78.888L67.7225 78.2139L68.7839 77.5742L69.8664 76.981L70.9609 76.4467L72.0578 75.9833L73.148 75.603L74.222 75.3182L75.2706 75.1409L76.2845 75.0833L77.2544 75.1576L78.1731 75.3725L79.0418 75.7224L79.8639 76.1983L80.6426 76.7912L81.3815 77.492L82.0837 78.2917L82.7526 79.1813L83.3915 80.1518L84.0038 81.1941L84.5928 82.2993L85.1618 83.4583L85.7142 84.662L86.0428 85.418" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M86.5313 90.8939L86.4637 90.954L85.563 91.0369L85.1156 90.7169L84.2207 90.077L83.326 89.4371L82.4314 88.7974L81.5368 88.1576L80.6424 87.5179L79.748 86.8784L78.8999 86.2718" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M23.5203 58.4828L22.695 58.6042L21.5718 58.8686L20.4243 59.225L19.2622 59.6614L18.0949 60.1658L18.0348 60.1948" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.9087 60.7384L15.7831 61.3303L14.6576 61.9663L13.565 62.6221L12.515 63.2857L11.5171 63.9449L10.5809 64.5878L9.71585 65.2021L8.93161 65.7759L8.23552 66.3004L7.62613 66.7796L7.09975 67.2209L6.28142 68.0197L5.75124 68.7558L5.47975 69.4884L5.4375 70.2768L5.59507 71.18L5.92291 72.2572L6.14147 72.8795L6.39184 73.5656L6.67173 74.3133L6.97919 75.1184L7.31221 75.9768L7.66886 76.8844L8.04713 77.837L8.44506 78.8306L8.83444 79.7961" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M96.7571 72.3256L96.659 72.5092L96.6569 72.5132" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.0845 73.202L97.0882 73.2028L97.6804 72.7213L97.5417 72.1056L97.319 72.0154" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.7981 76.1527L98.9355 76.2062L99.3479 75.8024L99.4075 75.0975L99.2068 75.0432" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.6118 75.6596L98.7032 75.4736" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.9773 78.055L100.135 78.1439L100.524 77.7025L100.585 76.9991L100.253 76.7369" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.7028 77.4071L99.7722 77.1989" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M95.9456 74.6791L96.0674 74.8383L96.507 74.5203L97.1017 73.9931L96.8396 73.5717L96.3153 72.7289L95.8119 72.4497" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.596 53.0491L105.659 53.1013L106.084 53.6907L106.696 53.876L107.153 54.3836L107.63 54.8904L108.208 55.2158L108.587 55.8826L109.225 56.2614L109.652 56.8682L109.992 57.4276L110.571 57.815L110.93 58.5197L111.4 59.0544L111.86 59.5555L112.145 60.2894L112.659 60.8019L113.065 61.447L113.299 62.1496L113.85 62.7169L114.166 63.4489L114.398 64.0866L114.849 64.5925L115.13 65.3387L115.328 65.9809L115.766 66.5379L116.008 67.2911L116.27 68.0675L116.672 68.7218L116.798 69.458L117.118 70.2172L117.439 70.9469L117.471 71.6244L117.751 72.2421L118.036 72.9869L118.039 73.7778L118.363 74.4436L118.524 75.1888L118.514 75.9153L118.824 76.6388L118.846 77.3186L118.883 78.0303L119.12 78.7845L118.976 79.4671L119.188 80.2972L119.213 80.9782L119.102 81.7277L119.254 82.4717L118.974 83.126L119.118 83.8202L118.977 84.5057L118.865 85.228L118.783 85.9736L118.434 86.1912L117.364 86.8098L116.327 87.409L115.09 88.1244L114.137 88.6751" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.592 86.0997L118.54 86.1374L118.553 86.8796L118.128 87.5398L117.058 88.1584L116.021 88.7576L114.784 89.473L113.963 89.9478" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.073 87.5714L118.057 87.6873L118.035 88.4847L117.623 88.8009L116.553 89.4194L115.517 90.0187L114.28 90.7341L113.743 91.0446" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M117.517 88.8622L117.515 88.8709L117.436 89.6182L117.096 89.855L116.026 90.4736L114.99 91.0728L113.753 91.7882L113.51 91.9292" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M116.855 89.9946L116.851 90.0314L116.564 90.6927L115.996 91.0213L115.311 91.4175L114.275 92.0168L113.297 92.5821" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M116.075 90.9755L116.07 91.0158L115.654 91.5149L114.585 92.1334L113.549 92.7325" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M113.549 92.7325L115.149 91.8069" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.388 49.1658L111.427 49.202L112.041 49.264L112.49 49.8107L113.082 50.0936L113.656 50.6444L114.132 51.1508L114.711 51.4757L115.09 52.1421L115.728 52.5205L116.155 53.1268L116.495 53.6858L117.074 54.0728L117.432 54.7771L117.903 55.3114L118.363 55.812L118.647 56.5456L119.162 57.0577L119.568 57.7024L119.801 58.4047L120.352 58.9714L120.669 59.7031L120.9 60.3405L121.351 60.846L121.632 61.5919L121.83 62.2337L122.267 62.7903L122.509 63.5432L122.771 64.3193L123.173 64.9732L123.299 65.7091L123.619 66.4678L123.94 67.1972L123.971 67.8745L124.251 68.4919L124.536 69.2363L124.539 70.027L124.862 70.6924L125.023 71.4374L125.013 72.1637L125.322 72.8868L125.344 73.5664L125.381 74.2779L125.617 75.0318L125.473 75.7144L125.685 76.5441L125.709 77.2248L125.598 77.9743L125.75 78.7179L125.47 79.3722L125.613 80.0662L125.472 80.7516L125.36 81.4738L125.277 82.2192L124.672 82.5845L123.784 83.0982L122.895 83.612L122.285 83.9613" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.335 50.9882L109.3 51.2869" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.3 51.2869L109.214 50.8889" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M110.613 51.9592L110.55 52.2599" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M110.55 52.2599L110.49 51.9112" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.884 53.1016L111.79 53.3945" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.79 53.3944L111.766 52.9717" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M113.136 54.4043L113.01 54.6799" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M113.01 54.6797L113.022 54.261" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M114.248 55.6996L114.144 56.0335" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M114.357 55.855L114.199 56.1041" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M115.432 57.2733L115.295 57.5809" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M115.295 57.5809L115.536 57.4393" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M116.661 59.1424L116.44 59.3158" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M116.44 59.3157L116.563 58.9674" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M117.72 60.9474L117.472 61.074" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M117.472 61.0739L117.63 60.7651" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.704 62.837L118.433 62.913" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.433 62.9131L118.623 62.6492" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.604 64.7928L119.314 64.8161" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.314 64.8163L119.531 64.6013" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.41 66.7961L120.107 66.7668" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.062 68.6339L120.775 68.6614" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.775 68.6614L121.114 68.8272" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.373 70.651L121.669 70.6753" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.163 72.707L121.864 72.6336" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.864 72.6336L122.193 72.8946" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.539 74.7094L122.242 74.5918" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.242 74.5918L122.557 74.8915" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.799 76.8379L122.516 76.6038" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.516 76.6038L122.793 76.6631" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.916 78.7151L122.654 78.4614" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.654 78.4614L122.922 78.5494" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.908 80.505L122.671 80.2415" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.671 80.2415L122.769 80.2213" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.775 82.1902L122.566 81.9264" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.566 81.9264L122.804 82.0471" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.558 83.6249L122.357 83.4029" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M125.086 82.3454L125.033 82.3832L125.046 83.1251L124.633 83.778L123.961 84.1671L122.994 84.7262L122.32 85.1154L121.869 85.3419" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.139 85.1828L121.992 84.9475" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.992 84.9475L122.191 85.0679" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.566 83.817L124.55 83.9329L124.527 84.7301L124.128 85.039L123.455 85.4281L122.488 85.9873L121.815 86.3765L121.394 86.5572" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.705 86.3624L121.564 86.1636" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.564 86.1636L121.632 86.4428" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.009 85.1079L124.007 85.1165L123.927 85.8637L123.333 86.2481L122.444 86.7619L121.556 87.2757L120.948 87.4049L120.814 87.6279" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M123.346 86.2404L123.343 86.2772L123.106 86.909L122.616 87.1923L121.728 87.706L120.84 88.2198L120.286 88.4496L120.138 88.5394" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.398 88.4575L120.319 88.3155" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.566 87.2215L122.561 87.2618L122.157 87.7536L121.484 88.1426L120.518 88.7016L119.845 89.0908L119.369 89.2843" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.639 88.0532L121.591 88.1329L120.988 88.5008L120.1 89.0144L119.212 89.5281L118.592 89.8582L118.525 89.8508" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M104.431 109.914L103.782 110.493L103.142 111.075L102.507 111.661L101.875 112.25L101.244 112.843L100.609 113.438L99.9684 114.036" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M87.9989 123.146L88.956 122.552L89.8937 121.956L90.8102 121.359L91.7033 120.76L92.5713 120.16L93.4122 119.559L94.2245 118.957L95.0073 118.354L95.7628 117.749L96.4935 117.145L97.2019 116.54L97.8904 115.937L98.5616 115.335L99.2177 114.735L99.8611 114.138" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.8611 114.138L98.5616 115.335L97.8905 115.937L97.2019 116.54L96.4935 117.145L95.7628 117.749" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M55.6181 137.043L55.4894 137.07L54.2482 137.304L53.0079 137.515" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.7701 137.703L50.5361 137.867L49.3075 138.009" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M48.0857 138.127L46.8723 138.222L45.5936 138.298L44.3978 138.346L43.2149 138.37L42.0464 138.369L40.8938 138.344L39.7585 138.294L38.5471 138.216L37.4461 138.118L36.3624 137.998L35.2952 137.857L34.2438 137.695L33.1005 137.498L32.0761 137.3L31.0651 137.085L30.0668 136.855L29.0801 136.609L28.1045 136.351L27.0226 136.049L26.065 135.767L25.116 135.475L24.1747 135.174L23.2403 134.865L22.312 134.55L21.3921 134.227L20.4829 133.897L19.5866 133.558L18.7055 133.21L17.8419 132.852L16.8725 132.429L16.05 132.049L15.2517 131.656L14.4801 131.252L13.7373 130.834L13.0256 130.402L12.2229 129.878L11.5799 129.416L10.9749 128.939L10.2903 128.344L9.76768 127.832L9.17406 127.182L8.73704 126.638L8.23634 125.934L7.88587 125.36L7.47861 124.605L7.12092 123.816L6.81104 122.997" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M4.42778 106.34L4.42175 105.995L4.4224 104.965L4.44256 103.882L4.45731 103.208L4.5007 102.078L4.56772 100.893L4.65664 99.6646" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M6.51576 86.8685L6.42612 87.2849L6.21936 88.2543" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M6.21936 88.2543L6.7141 86.026L6.90417 85.279L7.18623 84.2644L7.49537 83.2624L7.84966 82.2288L8.10603 81.5386L8.38839 80.8351L8.87659 79.6995L9.21492 78.9754L9.57279 78.2584L9.94922 77.5508L10.5635 76.4551L10.9751 75.7672L11.3976 75.0877L11.8285 74.4152L12.266 73.7478L12.2795 73.727" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.2034 78.9994L44.0152 78.7994L43.8616 78.6453" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.6651 78.4485L43.1727 77.9557" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.1727 77.9557L43.6072 78.3913" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M51.7113 87.4261L51.4062 87.13L51.3765 87.1" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.3661 74.7897L39.4503 74.8475L39.9711 75.219" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.9711 75.219L39.5408 74.9096" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.9357 75.1691L40.0246 75.2275L40.2918 75.4249" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M104.421 70.3621L104.383 71.2433L104.297 72.1175L104.207 73.0897" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M104.221 72.4092L104.197 73.5892L104.318 74.7813L104.543 75.9824L104.752 76.8506L105.071 78.0461L105.108 78.1778" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M110.03 95.2065L110.068 95.3747L110.209 96.1011L110.338 97.0612L110.381 97.7547L110.375 98.4401L110.322 99.1173L110.223 99.7862L110.081 100.446L109.797 101.433L109.567 102.089L109.151 103.094" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.019 103.382L109.088 103.232" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.088 103.232L108.608 104.24L108.081 105.254L107.525 106.272L107.242 106.781" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M84.1281 98.5696L83.291 99.4209" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M83.291 99.421L83.3851 99.3136" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.6123 100.02L81.8704 100.547" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M81.8704 100.547L83.5706 99.1715" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M83.5705 99.1715L82.9679 99.7198" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.0227 101.591L79.4193 101.874" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M79.4193 101.874L80.8203 101.21L81.4223 100.848L82.0627 100.426" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M81.2699 100.932L82.4795 100.161" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.5128 101.357L81.8014 100.636" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M79.5639 101.817L78.254 102.33" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M104.199 73.4815L104.214 73.7508" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M79.5966 65.6115L79.6905 65.3566L79.4986 64.8685L78.6852 63.912L77.6354 62.7277L76.6084 61.6181L75.6036 60.5791L74.6207 59.6068L73.6597 58.698L72.7207 57.8494L71.7714 57.0052L70.784 56.1175L70.3016 55.699L69.8198 55.2818L69.3741 55.5627L68.8447 55.8792L67.7613 56.5113L66.6505 57.1435L65.5114 57.7799L64.3434 58.4252L63.1466 59.0845L61.9209 59.7635L60.6671 60.4686L59.3862 61.2073L58.0798 61.9876L56.7541 62.8149L55.4186 63.6993L54.2644 64.5175L53.0988 65.3762L51.9252 66.2754L50.7437 67.2098L49.5543 68.1733L48.3023 69.1932L47.0465 70.2255L45.8024 71.2522L44.5663 72.2667L43.9466 72.7699L43.3316 73.2647L43.1382 73.848" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M72.1388 59.2478L71.796 59.0222" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M47.8114 75.2858L48.2958 75.7519L49.3535 74.7748L50.7524 73.695L52.1712 72.6106L53.6033 71.5383L55.0428 70.4949L56.4836 69.4949L57.8999 68.5559L59.1617 67.739L60.4167 66.7992L61.7442 65.8556L63.0448 64.9732L64.3092 64.1458L65.5284 63.3667L66.7024 62.6303L67.8193 61.9177L68.883 61.2344L69.8945 60.5852L70.8496 59.9698L71.7452 59.388L72.3791 59.1621" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M76.3368 63.3329L75.9183 62.9151" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M74.2036 61.1487L73.8098 60.8267" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M115.926 91.3546L115.988 91.3189L116.534 91.0031L117.08 90.6873L117.626 90.3716L118.172 90.0559L118.905 89.6267L119.757 88.9415L120.513 88.0717L121.166 87.0261L121.451 86.4402L121.707 85.8141L121.935 85.1495L122.133 84.4478L122.302 83.7106L122.44 82.9399L122.547 82.1375L122.623 81.3053L122.668 80.4452L122.682 79.5595L122.664 78.6501L122.615 77.7194L122.535 76.7695L122.424 75.8027L122.282 74.8214L122.11 73.828L121.908 72.8249L121.676 71.8144L121.415 70.7991L121.126 69.7814L120.81 68.7638L120.466 67.7486L120.097 66.7385L119.702 65.7358L119.283 64.743L118.841 63.7624L118.377 62.7965L117.892 61.8475L117.388 60.918L116.864 60.0099L116.324 59.1255L115.767 58.267L115.196 57.4364L114.611 56.6359L114.015 55.8672L113.408 55.1322L112.793 54.4329L112.17 53.7707L111.541 53.1473L110.907 52.5642L110.271 52.0229L109.634 51.5246L108.996 51.0705L108.767 50.9229" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M123.985 85.7155L124.119 85.6367L125.431 84.8512L126.108 84.4177L126.96 83.7941L127.582 83.2219L128.303 82.3934L128.925 81.3975L129.269 80.6904L129.729 79.4674L129.917 78.8026L130.077 78.1042L130.209 77.3741L130.311 76.6139L130.383 75.8256L130.426 75.0109L130.44 74.1719L130.424 73.3106L130.378 72.4291L130.302 71.5294L130.197 70.6139L130.064 69.6845L129.901 68.7438L129.71 67.7939L129.49 66.837L129.244 65.8756L128.97 64.9119L128.671 63.9483L128.346 62.9871L127.996 62.0307L127.623 61.0813L127.226 60.1413L126.808 59.2129L126.368 58.2984L125.909 57.4L125.431 56.5199L124.935 55.6602L124.423 54.823L123.896 54.0103L123.355 53.2241L122.801 52.4663L122.237 51.7387L121.662 51.043L121.079 50.381L120.488 49.7543L119.892 49.1643L119.292 48.6124L118.689 48.1001L118.085 47.6286L117.481 47.1989L116.879 46.8121L116.28 46.4692L115.782 46.2195" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M110.316 96.8803L110.632 96.6501L111.51 95.801L111.909 95.3019L112.279 94.7546L112.62 94.1606L112.93 93.521L113.21 92.8376L113.458 92.1119L113.674 91.3457L113.857 90.5408L114.007 89.6991L114.124 88.8228L114.206 87.9139L114.255 86.9744L114.269 86.0069L114.249 85.0135L114.195 83.9968L114.107 82.959L113.985 81.9029L113.83 80.8308L113.641 79.7454L113.42 78.6494L113.166 77.5453L112.881 76.4359L112.565 75.3238L112.219 74.2117L111.843 73.1024L111.439 71.9985L111.008 70.9028L110.55 69.8178L110.067 68.7461L109.56 67.6904L109.03 66.6533L108.479 65.6373L107.907 64.6447L107.316 63.678L106.708 62.7397L106.084 61.8318L105.446 60.9568L104.795 60.1165L104.132 59.3131L103.46 58.5485L102.779 57.8247L102.156 57.2056" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M100.91 76.0146L101.035 76.3443L101.529 76.9037L101.869 76.3924L101.679 75.7569L101.186 75.1975L100.846 75.7087L100.91 76.0146Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M100.238 73.6001L100.164 73.5811L99.8384 73.9332L99.9553 74.4981L100.392 75.1072L100.792 74.7741L100.675 74.2092L100.238 73.6001Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.7081 72.3614L98.7867 72.3853L99.0922 71.887L98.9335 71.2646L98.448 70.6926L98.0638 71.1669L98.2226 71.7894L98.7081 72.3614Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.39 78.5129L102.414 78.4734L102.783 77.8665L103.171 77.1979L103.028 76.425L102.595 75.7113L102.102 74.9019L101.661 74.1771L101.265 73.5283L100.801 72.768L100.466 72.2173L100.1 71.6184L99.6943 70.9524L99.3455 70.38L98.9096 69.6648L98.4976 69.0088L97.9319 68.7916L97.7028 68.8988" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.8644 82.6175L99.8884 82.5892L100.23 82.064" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.9574 77.5032L99.0177 77.4676L99.4607 77.7822L99.9847 78.6246L99.9234 79.5031L99.4794 80.0316L99.3587 80.1026" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.11694 127.111L9.14541 127.175L9.44983 127.747L9.79755 128.306L10.1883 128.852L10.6219 129.383L11.0981 129.9L11.6166 130.4L12.1773 130.884L12.778 131.352L13.6053 131.942L14.277 132.379L14.982 132.802L15.718 133.212L16.4827 133.609L17.274 133.994L18.0895 134.369L18.9269 134.732L19.7841 135.085L20.6587 135.429L21.5486 135.765L22.4513 136.092L23.3647 136.412L24.2865 136.725L25.2142 137.032L26.1483 137.331L27.0898 137.622L28.0393 137.903L28.9977 138.173L29.9658 138.431L30.9444 138.676L31.9341 138.907L32.9359 139.122L33.9505 139.321L34.9786 139.502L36.0211 139.663L37.0787 139.805L38.1522 139.926L39.2423 140.024L40.3499 140.098L41.4759 140.148L42.6189 140.174L43.7776 140.175L44.9504 140.152L46.1358 140.105L47.3324 140.035L48.5387 139.94L49.7531 139.823L50.9742 139.681L52.2004 139.517L53.4304 139.33L54.6626 139.12L55.8955 138.888L57.1276 138.633L58.3574 138.355L59.5834 138.056L60.8043 137.735L62.0197 137.392L63.2287 137.03L64.4307 136.647L65.6251 136.246L66.8112 135.827L67.9881 135.391L69.1553 134.938L70.312 134.47L71.4576 133.987L72.5914 133.49L73.7126 132.98L74.8205 132.457L75.9144 131.923L76.9937 131.378L78.0577 130.823L79.1055 130.258L80.1408 129.687L81.1741 129.112L82.2045 128.535L83.2301 127.955L84.2488 127.373L85.2586 126.789L86.2575 126.203L87.2434 125.614L88.2142 125.024L89.1678 124.432L90.1024 123.838L91.0159 123.242L91.9063 122.645L92.7717 122.047L93.6104 121.447L94.4206 120.847L95.2017 120.245L95.9555 119.642L96.6847 119.038L97.3917 118.435L98.079 117.833L98.7489 117.232L99.404 116.633L100.046 116.036L100.679 115.442L101.305 114.851L101.928 114.263L102.55 113.678L103.174 113.096L103.803 112.518L104.404 111.973L104.49 111.213L104.365 110.404L104.304 110.028" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M104.813 108.181L104.926 108.216L105.575 108.413L106.241 108.601L106.918 108.782" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.723 108.455L105.388 108.826" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.388 108.826L106.984 108.93L107.434 108.416L107.833 107.714L108.367 106.745L108.865 105.777L109.306 104.81L109.674 103.843L109.948 102.882L110.11 101.934L110.152 101.175L110.113 100.308" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.388 108.826L105.41 108.657L105.553 108.406" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M57.9686 136.535L58.8521 136.32" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M84.0183 125.503L84.2647 125.36" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M86.0348 124.328L86.226 124.214" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M87.0245 123.738L87.8047 123.264" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.98995 94.6607L8.89706 93.4574L8.76397 91.1168L8.74463 89.3384L8.74772 88.6555L8.76416 87.6304L8.82215 86.2335L8.95866 84.5058L9.05193 83.716L9.34839 81.8136L9.52659 80.9626L9.88664 79.5365" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.96753 79.2676L10.2197 78.4485L10.568 77.4602L10.8709 77.4428" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.19268 113.665L9.14926 113.636L9.14294 113.283" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.675 58.8167L102.963 59.7341L103.246 60.6511L103.518 61.5668L103.775 62.4811" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M103.774 62.4811L102.739 61.8602L101.629 61.2523L100.371 60.7026L99.1338 60.2659L97.5744 59.7672L96.1391 59.3576L94.7296 58.9766L93.3395 58.6201L91.9707 58.2847L90.6179 57.969L90.3047 57.5198L89.6364 56.6648L88.009 56.2966L86.3772 55.9355L84.7414 55.5806L83.1021 55.2311L81.4599 54.8859L79.8151 54.5443L78.1684 54.2052L76.5203 53.8679L74.8712 53.5314L74.1827 53.0332L73.4954 52.5396L73.085 52.3835" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M87.5619 55.1711L87.6986 55.223L88.4409 55.5061L88.6983 55.5608" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.5394 57.712L99.0347 58.0336L100.855 58.4252L102.675 58.8167" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.675 58.8167L101.832 58.4932" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.1185 71.1926L14.0215 71.3041L13.4181 72.0607L12.9096 72.7636L12.5029 73.3708L12.2434 73.7822" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M42.8965 73.8411L43.5068 74.3623L44.2547 75.0461L44.9962 75.7664L45.7318 76.5204L46.2171 77.042" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M52.2549 84.4757L52.871 85.2958L53.5742 86.2354L55.0064 85.3532L56.4372 84.48L57.8657 83.6243L59.2909 82.7948L60.7119 82.0003L62.1278 81.2493L63.5375 80.5506L64.9401 79.9127L65.6463 79.6249" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M85.5133 84.2242L85.7347 84.5058L86.4521 85.5985L87.0561 86.7291L87.537 87.8875L87.8848 89.0637L88.0897 90.2476L88.142 91.4292L88.0316 92.5983L87.7489 93.7449L87.3065 94.8616L86.7174 95.9408L85.9943 96.975L85.1502 97.9569L84.1979 98.8788L83.1502 99.7333L82.0201 100.513L80.8203 101.21L79.5639 101.817L78.2636 102.327L76.9325 102.732L75.5835 103.024L74.2294 103.196L72.8833 103.24L71.5581 103.149L70.2668 102.916L69.0108 102.554L67.7916 102.077L66.6106 101.499L65.4694 100.834L65.4491 100.821" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M64.9528 100.488L64.3693 100.096L63.3118 99.2988L62.2982 98.4563L61.3302 97.5824L60.409 96.6911L59.5361 95.7963L58.7129 94.9119L57.9408 94.0518L57.2212 93.2299L56.5555 92.4601L55.9452 91.7563L55.3916 91.1323L54.889 90.5798L54.4317 90.0904L53.6298 89.2667L52.9402 88.594L52.3169 88.0048L51.7142 87.4317L51.0861 86.8072L50.3869 86.064L49.5708 85.1349L49.1119 84.594L48.6214 84.0105L48.1009 83.3904L47.5522 82.7399L46.9768 82.0651L46.3764 81.3721L45.7527 80.6671L45.1074 79.9561L44.4421 79.2454L43.7585 78.5409L43.0583 77.8489L42.3431 77.1755L41.6147 76.5267L41.0559 76.154L40.3158 75.5361L39.5657 74.955L38.8073 74.417L38.042 73.9191L37.5386 73.6184" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M24.0673 119.509L24.5665 119.615L25.508 119.798L26.4622 119.966L27.1885 120.08" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.3317 120.243L28.41 120.254L29.4045 120.374L29.2492 119.129L29.1065 117.812L28.9777 116.421L28.8641 114.962L28.7671 113.446L28.6879 111.879L28.6277 110.27L28.5877 108.627L28.5735 107.331" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.098 105.791L29.3021 105.34L29.3389 105.259" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.9547 103.919L30.0513 103.709L30.4229 102.904L30.8073 102.081L31.3767 100.872L32.3493 98.8889L33.0761 97.3503L33.3672 96.76L33.8097 95.8715L34.4224 94.6521L35.2035 93.1298L35.5711 92.4272L36.4825 90.7192L36.9042 89.9447L37.6553 88.5966L38.2093 87.6206L38.7487 86.6906L37.9679 86.2991L37.1822 85.9336L36.3925 85.5938L36.7891 84.5304L37.2079 83.5047L37.6461 82.5125L38.1015 81.5497L38.5715 80.6119L39.0538 79.6952L39.5458 78.7952L40.0451 77.9078L40.5493 77.0288L41.0559 76.154" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.0247 75.2275L40.7125 75.7136L41.39 76.2396L42.0557 76.8081L42.7072 77.4092L43.3424 78.0328L43.959 78.669L44.5547 79.3075L45.1273 79.9385L45.6746 80.5518L46.1942 81.1374L46.684 81.6852L47.1443 82.1952L47.5756 82.6676L48.3528 83.4995L49.0151 84.1841" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M79.7559 65.1801L80.1948 65.6904L81.0829 66.7617L81.9919 67.8983L82.9177 69.0934L83.8563 70.3397L84.8037 71.6302L85.7559 72.958L86.7089 74.3158L87.6586 75.6968L88.601 77.0938L89.5321 78.4997L90.448 79.9076L91.3445 81.3103L92.2178 82.701L93.0637 84.0723L93.8783 85.4174L94.6575 86.7292L95.3975 88.0007L96.094 89.2247L96.7491 90.4023L97.3646 91.5345L97.9423 92.6221L98.4842 93.6661L98.657 94.007" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M103.365 104.295L103.556 104.742L103.943 105.665L104.267 106.48L104.528 107.194L104.794 108.09L104.902 108.797L104.777 109.499L104.431 109.914" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.4045 120.374L29.9637 120.744" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.9636 120.744L29.8084 119.499L29.6656 118.182L29.5369 116.791L29.4234 115.333L29.3264 113.816L29.2471 112.249L29.1869 110.64L29.147 108.998L29.1287 107.33L29.2519 107.058" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M30.0332 105.333L30.0469 105.303L30.1102 105.166" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M30.7137 103.857L30.9824 103.275L31.3668 102.452L31.9361 101.244L32.9088 99.2603L33.6355 97.7218L33.9267 97.1315L34.3692 96.2431L34.9818 95.0238L35.7629 93.5016L36.1305 92.799L37.0418 91.0912L37.4635 90.3167L38.2146 88.9687L38.7686 87.9928L39.3078 87.0628L38.7487 86.6906" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.098 106.925L107.175 106.866L107.391 106.215L107.283 105.342L107.02 104.487L106.762 103.809L106.441 103.038L106.06 102.167L105.785 101.554" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M100.889 91.2887L100.582 90.6899L100.034 89.6359L99.4528 88.5338L98.837 87.382L98.185 86.1791L97.4953 84.9238L96.7714 83.6238L96.0168 82.2868L95.2348 80.9208L94.4289 79.5333L93.6028 78.1323L92.7596 76.7255L91.903 75.3207L91.0364 73.9257L90.1633 72.5483L89.2872 71.1963L88.4114 69.8775L87.5396 68.5996L86.6751 67.3706L85.8214 66.1982L84.9821 65.0902L84.1605 64.0544L83.3557 63.0862L82.5664 62.1813L81.7916 61.3351L81.0302 60.543L80.281 59.8007L79.543 59.1034L78.8151 58.4469L78.0962 57.8265L77.3851 57.2377L76.6808 56.6761L75.982 56.137L75.2878 55.6161L74.597 55.1088" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M74.597 55.1088L76.2462 55.4451L77.8944 55.7822L79.5411 56.1209L81.1858 56.4624L82.8281 56.8073L84.4674 57.1567L86.1032 57.5113L87.7351 57.8722L89.3624 58.2401L89.7028 58.6606L90.3439 59.5447L91.6967 59.8602L93.0655 60.1954L94.4556 60.5516L95.5891 60.86L97.3005 61.3417L98.7162 61.787L100.097 62.2766L101.003 62.6708L102.465 63.4337L103.501 64.0543L103.736 64.9663L103.945 65.8755L104.121 66.7816L104.261 67.6838L104.359 68.5817L104.412 69.4747L104.421 70.3621" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M53.5742 86.2354L53.5309 86.3709L53.4813 87.2015" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M24.6033 119.874L25.1257 119.985L26.0672 120.168L27.0214 120.336L27.2377 120.37" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.3824 120.543L28.9691 120.624L29.9636 120.744" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M74.8713 53.5314L74.597 55.1088" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M89.6365 56.6648L89.3624 58.2401" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M90.618 57.969L90.3439 59.5447" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M103.501 64.0543L103.774 62.4811" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M36.994 85.8526L37.3483 84.9027L37.767 83.8771L38.2053 82.8849L38.6606 81.9221L39.1306 80.9844L39.6128 80.0677L40.1047 79.1677L40.604 78.2804L41.1081 77.4015L41.6147 76.5267" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M212.885 69.9296L212.841 18.626L178.623 2L142.663 17.9989L142.873 69.2911L176.995 86.1896L212.885 69.9296Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M159.109 77.3314L142.936 84.6315L143.146 135.609L177.164 152.704L212.943 136.262L212.899 85.2733L196.677 77.273" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M159.051 143.602L143.208 150.855L143.417 201.521L177.331 218.81L213 202.188L212.956 151.512L197.065 143.559" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M212.841 18.626L176.865 34.7439L142.663 17.9989" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M176.996 86.1896L176.865 34.7439" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M212.899 85.2733L177.034 101.576L142.936 84.6315" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M177.164 152.704L177.034 101.576" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M212.956 151.512L177.203 167.996L143.208 150.855" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M177.331 218.81L177.203 167.996" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 68 KiB

@ -1,417 +0,0 @@
<svg width="164" height="252" viewBox="0 0 164 252" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M125.066 124.101L125.317 126.923L125.007 128.59" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M125.007 128.59L125.317 126.425L125.138 124.401L125.278 124.435L131.891 122.143L131.472 119.132" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.6179 198.258L30.273 183.888" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.6935 172.434L106.711 170.32" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.9841 54.9367L40.0365 54.1507L40.1049 53.1649L40.1708 52.2116L40.233 51.294L40.2918 50.4149L40.3479 49.5769L40.4024 48.7823L40.4561 48.0336L41.4635 47.9143L42.4773 47.7877L44.4986 47.5214L46.5257 47.2412L48.5603 46.9545L50.5794 46.6726L52.5036 46.4151L54.4026 46.1773L56.2747 45.9649L58.1179 45.783L59.9322 45.633L62.0182 45.5237L64.061 45.4551L66.0478 45.4098L67.9768 45.3827L69.8517 45.3676L71.6766 45.359L73.4557 45.3525L75.1931 45.3444L76.8928 45.3314L78.5592 45.3109L80.1963 45.2806L81.0016 45.2604L81.6887 45.2327L81.7158 45.5455L81.7704 46.0832" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M81.7439 45.8606L81.8314 46.5916L81.9357 47.2473L82.0645 47.9576L82.2072 48.7415L82.3594 49.6003L82.5184 50.536L82.6818 51.5513L82.8472 52.6496L82.973 53.5467L83.0432 54.1036L83.0824 54.4786" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.2434 47.873L80.3101 47.8643" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.3101 47.8642L79.6477 47.8496L78.3054 47.9559L76.8736 48.0626L75.3548 48.1703L73.752 48.28L72.0658 48.3866L70.294 48.4834L68.4345 48.5868L66.4819 48.6994L64.4399 48.8279L62.3128 48.9795L60.2633 49.1517L58.2985 49.2401L56.1081 49.3759L53.8649 49.5561L51.6059 49.7758L49.3328 50.0165L47.0563 50.2632L44.7903 50.5034L43.3868 50.7056" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.3868 50.7056L43.8081 50.6449" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M54.5151 49.5039L55.6257 49.3981L57.7852 49.231L59.721 49.1191L61.703 49.0019L63.8231 48.836L65.8688 48.6988L67.8365 48.584L69.7211 48.486L71.5258 48.401L72.7919 48.3407" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M42.9003 50.3773L43.2614 49.6484L45.6652 49.3886L48.0284 49.1314L50.3881 48.8747L52.7338 48.631L55.0653 48.4162L57.3757 48.2427L59.4562 48.1335L61.5908 48.027L63.8597 47.8467L66.0303 47.7077L68.122 47.5922L70.1276 47.4918L72.0517 47.4043L73.8979 47.3179L75.6611 47.2228L77.3386 47.135L78.9281 47.0506L80.4784 46.9784L80.2543 47.5843" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M58.8348 53.5487L59.8671 53.4915L62.0405 53.3499L64.006 53.197L66.0198 53.0578L68.0524 52.926L69.9713 52.7893L71.7691 52.6436L73.448 52.4686L75.0156 52.277L76.4787 52.0861L77.845 51.8944L79.1233 51.7009L80.329 51.5072L81.082 51.2725L81.1603 51.5543" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.4426 51.4181L45.9652 51.2823L48.49 51.0618L51.0119 50.8511L53.5166 50.6131L55.995 50.4721L58.4502 50.355L60.7089 50.1306L62.7922 49.9353L65.0568 49.7905L67.2286 49.6555L69.2992 49.5286L71.2603 49.403L73.122 49.2837L74.879 49.1314L76.5297 48.9862L78.0838 48.8438L79.545 48.7037L80.9844 48.5775" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.9843 48.5775L80.6277 49.1357" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M79.937 46.2462L80.016 45.6465L78.2759 45.6954L76.5189 45.7419L74.7047 45.7803L72.8354 45.8128L70.9091 45.842L68.9225 45.8712L66.8717 45.905L64.7531 45.9488L62.5707 46.0085L60.3246 46.0949L58.3088 46.2314L56.3119 46.3977L54.2808 46.6054L52.1155 46.8568L49.8852 47.1311L47.6525 47.4118L45.4197 47.6913L43.1411 47.9701L42.9072 48.7233L42.9149 49.0196L44.6589 48.7303L46.7922 48.4638L48.9335 48.1896L51.0752 47.9178L53.2089 47.6588L55.2799 47.4274L57.2122 47.2426L59.1122 47.0949L61.1019 46.9756L63.2258 46.8991L65.2809 46.8423L67.2638 46.7957L69.1718 46.7531L71.0066 46.6884L72.778 46.6322L74.4877 46.5711L76.1382 46.5163L77.7237 46.4648L79.2254 46.3955L80.1367 46.4538" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M2.66523 74.6922L2.87815 74.7846L3.47174 74.931L4.15468 75.0863L5.00593 75.2998L5.89965 75.543L6.78114 75.877L7.6572 76.2656L8.33152 76.7813L8.93705 77.3484L9.37226 78.0411L9.74441 78.7697L9.99079 79.8454L10.0999 80.4302L10.1948 81.0387L10.2643 81.703L10.3116 82.2798L10.3676 83.0261L10.4135 83.7625L10.4581 84.5237L10.5005 85.4444L10.528 86.1122L10.5561 86.8833L10.5763 87.6391L10.5924 88.3854L10.6084 89.1276L10.6217 89.8225L10.6297 90.4275L10.6404 91.535L10.6458 92.4992L10.4823 92.8532L10.0203 93.1178L9.55832 92.8602L9.39452 92.4947L9.38929 91.5513L9.37886 90.4686L9.37103 89.8775L9.35796 89.1955L9.3423 88.4688L9.32673 87.7438L9.30729 87.0113L9.27998 86.2624L9.25308 85.6108L9.21234 84.717L9.17208 84.0254L9.13057 83.3591L9.07798 82.6522L8.9761 81.5373L8.79764 80.4894L8.59868 79.5132L8.29535 78.842L7.96428 78.2999L7.48983 77.8665L6.96534 77.4582L6.24538 77.1493L5.45766 76.8513L4.64327 76.6316L3.83304 76.4287L3.17483 76.279L2.54636 76.1212L1.86634 75.5789L1.7782 75.0816L2.24705 74.6191L3.05805 74.4456L3.78816 74.3423L4.44425 74.2636L5.09556 74.1853L5.83383 74.1021L6.68309 74.0113L7.51762 73.9222L8.35809 73.8273L9.26078 73.7203L10.1369 73.6171L10.9317 73.5094L11.7538 73.3826L12.598 73.2533L13.3127 73.1214L13.9559 72.9762L14.553 72.8427" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.553 72.8426L14.1061 72.7658" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M15.629 73.2625L15.5586 73.1665L15.3463 72.9915" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M15.5087 73.0299L15.15 72.9452L14.289 72.7972L13.4236 72.6485L12.3964 72.5048L11.8032 72.4358L11.2109 72.3669L10.6176 72.2979L10.0215 72.2285L9.42728 72.1606L8.8397 72.0957L8.25691 72.0326L7.67693 71.9698L7.09511 71.9068L6.50677 71.8431L5.51086 71.7217L4.71461 71.6089L3.90664 71.4932L3.04597 71.0596L2.92041 70.3799L3.25681 69.9069L3.89693 69.7588L4.64754 69.6215L5.4179 69.5269L6.209 69.4347L7.03922 69.3385L7.9743 69.2328L8.90405 69.128L9.86327 69.016L10.7814 68.8872L11.6553 68.7605L12.5168 68.6297L13.2251 68.4875L13.5168 68.4258" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.9173 68.8431L14.8535 68.7525L14.7262 68.6515" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M15.0169 68.7734L14.8068 68.6706L14.0373 68.5156L13.1995 68.3712L12.3169 68.2267L11.2088 68.0882L10.6391 68.0198L10.0683 67.9513L9.49259 67.8823L8.92086 67.8142L7.8118 67.6844L6.71805 67.5568L6.15872 67.4914L5.23252 67.3649L4.5296 67.247L3.8141 67.1247L3.14541 66.6202L3.13184 66.0454L3.62868 65.5585L4.30016 65.4024L4.91191 65.3042L5.5754 65.2038L6.48403 65.0977L7.41825 64.9925L8.38152 64.8832L9.43062 64.76L10.4781 64.6361L11.5372 64.5054L12.5225 64.3522L13.4712 64.1989L14.3945 64.042L15.1322 63.8711L15.8315 63.6993L16.0463 63.6586" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.9035 64.1209L16.8524 64.0439L16.2711 63.663" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.6104 63.7357L16.21 63.6499L15.2443 63.4851L14.2812 63.3217L13.1463 63.1642L12.5013 63.0896L11.862 63.0157L11.2225 62.9418L10.5767 62.8673L9.9358 62.7942L9.31074 62.7249L8.69672 62.6578L8.08886 62.5914L7.47852 62.5246L6.8571 62.4566L6.28646 62.3897L5.43184 62.2657L4.65512 62.1459L3.9413 62.0175L3.50708 61.5969L3.60186 61.0272L4.06849 60.5141L4.77273 60.3571L5.42003 60.2581L6.11903 60.1571L7.06941 60.0501L8.04696 59.9438L9.04507 59.8341L10.1104 59.7096L11.1752 59.5839L12.2311 59.4529L13.171 59.2984L14.0804 59.1416L14.9541 58.9822L15.6133 58.8078L16.1657 58.6511" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M17.0428 59.0824L16.944 59.0007L16.4351 58.7409L16.3306 58.6835" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.6837 58.7921L16.4033 58.6979L15.4054 58.5207L14.3483 58.3517L13.2767 58.1871L12.2281 58.063L11.2077 57.9487L10.1874 57.8343L9.15025 57.7188L8.15826 57.6124L7.19776 57.5102L6.23467 57.4075L5.25013 57.298L4.37928 57.1751L3.55412 57.0529L2.78822 56.9214L2.41284 56.4356L2.45029 55.8615L2.94197 55.4264L3.55217 55.2773L4.12693 55.184L4.73289 55.0905L5.50299 54.9978L6.29238 54.9063L7.11196 54.808L8.11419 54.6692L9.08343 54.5104L9.39031 54.4137" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.58043 54.9194L9.55661 54.84L9.32148 54.3202L8.93023 53.7581L8.61944 53.2741L8.36227 52.6814L8.16584 51.9804L8.01702 50.9693L7.9677 50.3221L7.92023 49.6866L7.88329 49.0721L7.86559 48.4882L7.85763 47.9236L7.8423 46.8148L7.82708 45.7091L7.8137 44.5861L7.81177 43.9948L7.81176 43.393L7.81175 42.7929L7.81174 42.1939V41.5948V40.9957L7.81173 40.3967L7.81172 39.7976V39.1985V38.5995L7.8117 38.0004V37.4016V36.8033L7.8117 36.2053V35.6072L7.81169 35.0092V34.4111L7.81168 33.8131L7.81167 33.215L7.81166 32.617L7.81165 32.019V31.4209V30.8229L7.81164 30.2249V29.6268L7.81163 29.0288L7.81162 28.4307V27.8327V27.2347L7.81161 26.6274V26.0016V25.3666V24.7316L7.81159 24.0965V23.4615V22.8265L7.81158 22.1915L7.81157 21.5564V20.9214V20.2864L7.81156 19.6514L7.81155 19.0163L7.81154 18.3813L7.81153 17.7463V17.1113V16.4762L7.81153 15.8412L7.81152 15.2215V14.6321L7.81151 14.058L7.8115 13.4838V12.9097L7.81148 12.3355L7.81149 11.7614L7.81148 11.1873V10.6131V10.039L7.81147 9.46487V8.89073V8.31657L7.81145 7.74246V7.16833V6.59419L7.81144 5.51605V4.50804L7.81142 3.50004L7.81141 2.49204L7.97151 2.11705L8.45177 2L8.93196 2.13497L9.09201 2.51587L9.09202 3.52369V4.53152L9.09203 5.53934L9.09204 6.61725V7.19128L9.09204 7.76536L9.09205 8.33938L9.09206 8.9134L9.09207 9.48743V10.0615V10.6355L9.09208 11.2095L9.09209 11.7836V12.3576V12.9316L9.0921 13.5056L9.09211 14.0797V14.6537L9.09212 15.243L9.09213 15.8627V16.4976V17.1324V17.7674L9.09214 18.4023L9.09215 19.0372L9.09216 19.6721L9.09217 20.307V20.9419L9.09218 21.5768L9.09219 22.2117V22.8466V23.4816L9.0922 24.1165L9.09221 24.7514L9.09221 25.3863V26.0212L9.09222 26.6469V27.254L9.09224 27.852L9.09223 28.4499L9.09224 29.0478L9.09226 29.6457V30.2437L9.09227 30.8416L9.09228 31.4395V32.0374V32.6354V33.2333L9.09229 33.8312V34.4292V35.0271L9.0923 35.625V36.223L9.09231 36.8209L9.09232 37.4191V38.0178L9.09234 38.6168L9.09233 39.2157L9.09234 39.8147V40.4137L9.09236 41.0126V41.6116V42.2105L9.09237 42.8095L9.09238 43.4075V44.0036L9.09425 44.5871L9.09991 45.1473L9.11504 46.2482L9.13022 47.3527L9.14493 48.4408L9.19659 49.5739L9.24021 50.1652L9.28197 50.7445L9.4063 51.6069L9.5738 52.1992L9.80145 52.722L10.2393 53.3928L10.6114 53.9131L10.7896 54.7002L10.566 55.1611L9.9185 55.5973L8.90208 55.8627L7.84037 56.0148L6.9283 56.1343L6.73718 56.1566" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M3.36279 55.6624L3.4296 55.7075L4.0686 55.81L4.86162 55.926L5.64666 56.0371L6.53748 56.1354L7.48677 56.2363L8.43923 56.3375L9.37564 56.4377L10.3561 56.5469L11.3682 56.6603L12.3802 56.7736L13.372 56.8906L14.3882 57.0475L15.4259 57.2134L16.3487 57.3746L16.9913 57.5907L17.5655 57.8811L18.1371 58.5065L17.9221 59.087L17.5004 59.4767L16.9247 59.8168L16.3509 59.9951L15.7282 60.1712L15.0723 60.3441L14.2023 60.5022L13.2973 60.6579L12.3856 60.8077L11.3596 60.9348L10.3036 61.0595L9.27 61.1806L8.3019 61.2874L7.97536 61.323" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M4.43579 60.7974L4.49147 60.8427L5.09615 60.9445L5.84557 61.0587L6.6294 61.1725L7.74414 61.2978L8.34317 61.3631L8.94492 61.4287L9.54075 61.4937L10.1414 61.5602L10.7576 61.6304L11.3847 61.7028L12.0179 61.776L12.6514 61.8491L13.2792 61.9215L13.8642 61.9954L14.8372 62.1526L15.7826 62.3134L16.6228 62.4716L17.2481 62.6578L17.7974 63.0414L18.0284 63.6186L17.7886 64.204L17.1588 64.5813L16.506 64.809L15.8578 64.9807L15.1613 65.1511L14.4428 65.3175L13.5414 65.4699L12.6046 65.6211L11.6813 65.7649L10.6862 65.8874L9.65465 66.0094L8.65224 66.1275L7.73246 66.2322L7.39744 66.2701" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M3.99048 65.7296L4.03515 65.7745L4.90617 65.9295L5.56989 66.041L6.41286 66.1557L7.47653 66.2793L8.55291 66.4046L9.6454 66.5339L10.2067 66.6013L10.7727 66.6693L11.3397 66.7373L11.9042 66.805L12.8807 66.9441L13.712 67.0878L14.5456 67.2317L15.0989 67.4157L15.665 67.7603L16.085 68.4692L15.8302 68.9056L15.2493 69.2354L14.6518 69.4786L13.8412 69.6897L13.1815 69.8289L12.5134 69.9631L11.697 70.0863L10.8432 70.2099L10.0207 70.3257L9.15813 70.426L8.25195 70.5282L7.38467 70.6265L7.32346 70.6336" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M3.83447 70.1202L3.956 70.183L4.61518 70.2899L5.39013 70.3992L6.19976 70.5091L7.28716 70.6296L7.86233 70.6918L8.43951 70.7542L9.01403 70.8163L9.59053 70.8798L10.1736 70.9465L10.7613 71.015L11.3518 71.0837L11.9432 71.1525L12.5337 71.2212L13.5542 71.3641L14.4164 71.5127L15.2821 71.6621L16.0033 71.9021L16.6289 72.2998L16.81 72.9174L16.508 73.4753L15.8567 73.8071L14.9799 74.0512L14.2981 74.2038L13.5553 74.3611L12.6517 74.5065L11.7553 74.6438L10.78 74.7881L9.75949 74.914L8.80689 75.027L7.8336 75.1411L6.9165 75.2411L6.04522 75.3348L5.41248 75.4034" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.84931 92.1642L8.79483 92.1917L8.22761 92.2609L7.64059 92.2844L7.22168 92.2656" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.166 61.9164L128.179 61.9238L128.236 62.5329L128.187 63.1829L128.126 63.8101L128.07 64.3902L128.008 65.0263" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.009 65.0262L128.115 63.815L128.177 63.2049L128.226 62.586L128.176 61.9918L127.605 61.5286L127.055 61.2172L126.506 60.9062L125.959 60.5956L125.413 60.2856L124.87 59.9762L124.329 59.6678L123.792 59.3603L123.258 59.054L122.729 58.7489L122.204 58.4452L121.685 58.1431L121.171 57.8427L120.663 57.5442L120.162 57.2475L119.667 56.9531L119.18 56.6605L118.694 56.3681L118.206 56.074L117.711 55.7762L117.203 55.4725L116.678 55.1611L116.13 54.8398L115.554 54.5068L114.946 54.16L114.301 53.7973L113.613 53.4168L112.878 53.0165L112.288 52.6985L111.772 52.4175L111.477 52.2556" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M156.962 67.6249L156.962 67.6645L156.556 68.064L155.947 68.3635L155.191 68.3629L154.588 68.3626L153.761 68.362L152.653 68.3612L151.976 68.3607L151.208 68.3602L150.341 68.3596L149.37 68.359L148.289 68.3582L147.102 68.3574L145.818 68.3565L144.443 68.3556L142.984 68.3545L141.449 68.3535L139.844 68.3524L138.176 68.3512L136.453 68.35L134.681 68.3488L132.869 68.3476L131.021 68.3463L129.147 68.345L127.252 68.3437L125.495 68.3425" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M139.714 65.8022L141.246 65.8103L142.72 65.8183L144.128 65.8261L145.465 65.8338L146.723 65.8413L147.897 65.8487L148.98 65.8557L149.965 65.8627L150.848 65.8694L151.634 65.8758L152.329 65.8821L152.925 65.8882L153.918 65.9001L154.65 65.9115L155.329 65.9279L155.466 65.9332" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M125.747 65.6548L125.769 65.6637L126.086 65.7355L127.857 65.744L129.621 65.7525L131.371 65.7609L133.102 65.7693L134.806 65.7776L136.477 65.7859L138.108 65.7941L139.694 65.8022L141.114 65.8096" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.6273 71.5491L14.7411 71.3709L15.3979 70.3392L16.0499 69.3065L16.6949 68.2717" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.6949 68.2717L16.2638 68.9634" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.752 68.146L16.3759 68.7816" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.3759 68.7815L16.7338 68.1916" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.1718 92.7098L11.1685 92.7094L10.5907 92.6445L10.5752 92.6428" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.40286 92.5111L9.33543 92.5035L8.82528 92.1452L8.4679 91.8615" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.05286 91.6861L9.03137 91.606L8.90588 91.1665" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.97485 91.403L8.99544 91.4755L9.02478 91.5813" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.76497 91.4673L8.73973 91.5046L8.33987 91.995L7.81568 92.2657L7.21974 92.2654L6.78276 91.8778L6.38197 91.3808L6.31055 90.5988L6.33993 89.9412L6.3705 89.2841L6.40287 88.6278L6.43764 87.9726L6.47536 87.3186L6.5167 86.6661L6.5622 86.0155L6.61249 85.367L6.66814 84.7207L6.72977 84.077L6.79798 83.4361L6.87333 82.7984L6.95647 82.1639L7.04796 81.5331L7.1484 80.9061L7.25856 80.2829L7.3796 79.6617L7.51296 79.0405L7.65997 78.4172L7.74639 78.0826" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.1593 76.6364L8.19668 76.5141L8.41201 75.8617L8.64785 75.197L8.70786 75.0388" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M9.22827 73.7242L9.49204 73.1075L9.82357 72.3723L9.89829 72.2145" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M10.4946 70.9839L10.57 70.8316L10.8946 70.2025" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.6713 68.7582L11.9112 68.3238L11.9903 68.1841" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M12.715 66.9181L12.9256 66.555L13.4561 65.6582L13.5724 65.465" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.4419 64.0317L14.5418 63.8682L14.8235 63.4137" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M15.5367 62.2716L15.6314 62.1207L16.1669 61.277L16.6903 60.4608L17.1973 59.678L17.2211 59.6417" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M18.0529 58.3738L18.1446 58.2347L18.5762 57.5856L18.9739 56.9924L19.3352 56.4587L19.664 55.9803L20.1308 55.3159L20.4704 54.8491L21.0134 54.1554L21.56 53.5407L22.1241 52.994L22.7688 52.4458L23.5249 51.8568L24.4562 51.1601L25.001 50.7568L25.5319 50.3679" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.0179 50.7447L25.6174 50.3053L26.2696 49.8344L26.67 49.551" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M26.2874 49.8222L26.9917 49.323L27.2254 49.1612" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.0113 48.6203L27.8029 48.7612L27.0282 49.2989" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M27.0282 49.2989L28.1393 48.5336" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M27.8409 48.7361L28.6474 48.1886L29.5007 47.6287L30.3992 47.0604L31.3415 46.4879L32.3262 45.9149L33.352 45.3452L34.4176 44.7826L35.5215 44.2308L36.6625 43.6937L37.8393 43.1748L39.0504 42.678L40.2946 42.2065L41.5701 41.761L42.8751 41.3415L44.2078 40.9483L45.5664 40.5814L46.9492 40.241L48.3542 39.9272L49.7798 39.6401L51.2241 39.3799L52.6853 39.1467L54.1617 38.9406L55.6514 38.7617L57.1526 38.6103L58.6636 38.4864L60.1826 38.3901L61.7076 38.3216L63.2373 38.2807L64.7712 38.2661L66.3088 38.2757L67.8501 38.3082L69.3948 38.3616L70.9425 38.4342L72.4931 38.5242L74.0463 38.63L75.6018 38.7498L77.1594 38.8818L78.7189 39.0243L80.2799 39.1756L81.8421 39.3394L83.4056 39.5413L84.9698 39.8152L86.5349 40.205L88.0997 40.7414L89.6605 41.3903L91.2125 42.1037L92.7513 42.8446L94.2723 43.5836L95.7709 44.3132L97.2426 45.0316L98.683 45.7368L100.088 46.4271L101.452 47.1005L102.771 47.7551L104.04 48.3891L105.256 49.0005L106.413 49.5875L107.508 50.1481L108.534 50.6805L109.491 51.1834L110.38 51.6583L111.207 52.107L112.013 52.5513L112.593 52.8634L112.776 52.9617" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.332 52.1759L112.049 52.5708L112.567 52.8495L112.711 52.927" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M126.558 65.2145L126.569 65.2354L126.731 65.5476" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M126.769 65.2164L126.772 65.1857L126.854 64.4619L126.936 63.738L127.017 63.0142L127.027 62.4223L126.943 61.809L126.89 61.4257" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M126.763 62.8781L126.745 63.0834L126.683 63.7938L126.62 64.5042L126.558 65.2145L128.254 65.2287L129.943 65.2428L131.62 65.2568L133.277 65.2707L134.91 65.2843L136.511 65.2976L138.075 65.3107L139.595 65.3234L141.066 65.3357L142.481 65.3475L143.834 65.3588L145.119 65.3695L146.329 65.3796L147.459 65.389L148.502 65.3978L149.453 65.4057L150.307 65.4128L151.068 65.4192L151.743 65.4248L152.338 65.4297L153.311 65.4379L154.037 65.4439L154.772 65.4501L155.348 65.4549L155.89 65.6236L156.325 66.0169L156.351 66.055" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M155.739 65.8639L155.775 65.8704L156.326 66.0449L156.397 66.2849" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M155.345 65.957L155.405 65.9755L155.951 66.1423L156.495 66.3219L156.966 66.6412L156.97 67.2033L156.559 67.6244L155.955 67.6237L155.355 67.623L154.529 67.6219L153.424 67.6206L152.749 67.6198L151.983 67.6188L151.118 67.6178L150.149 67.6166L149.07 67.6153L147.886 67.6138L146.604 67.6122L145.231 67.6106L143.774 67.6088L142.24 67.6069L140.636 67.605L138.97 67.603L137.247 67.6008L135.476 67.5987L133.663 67.5965L131.815 67.5942L129.94 67.5919L128.043 67.5896L126.133 67.5873L125.262 67.5862" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M126.016 63.1818L126.02 63.2185L126.031 63.9108L125.88 64.4804L125.76 64.9361" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M125.573 64.3264L125.587 64.3757L125.733 64.9189L125.575 65.4754L125.258 66.0132L124.942 66.5509L124.844 66.7166" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M110.04 56.4495L110.065 56.3857L110.559 56.4716L110.937 56.6723" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M110.807 56.6032L110.919 56.6611L111.292 56.834" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M88.7491 47.0656L88.164 46.7327L86.8364 45.9772L86.8689 45.8428" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.1708 46.3993L82.1915 46.4004L83.7459 46.4865L85.3018 46.5752L86.8588 46.6652L86.8455 46.2598L86.8257 45.6516L86.8059 45.0434L86.7861 44.4352L86.7662 43.8269L86.7246 43.2383L86.6499 42.8286L85.0954 42.7127L83.541 42.604" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M83.541 42.604L84.8439 42.6951" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M87.1201 43.319L88.0908 43.7147" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M87.2604 43.4077L86.8373 43.1401L86.6741 42.9128" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.3154 49.0305L39.9923 49.0872L39.8627 48.6911L39.6683 48.097L39.4739 47.5029L39.2794 46.9087L39.085 46.3146L38.9644 45.744L39.0123 45.6162L40.4307 45.3478L41.8497 45.081" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M41.8498 45.081L40.6367 45.309" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M41.826 45.0788L41.8744 45.069L43.2905 44.7892" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.2904 44.7892L42.6439 44.917" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.137 44.8154L43.324 44.775L44.735 44.481" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.7351 44.481L43.423 44.7544" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.6385 44.7074L44.7843 44.4456" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.7843 44.4456L43.76 44.6797" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.0874 46.3215L38.9189 46.3949" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.9786 45.9894L38.5793 46.3604L37.4764 47.0868L36.5551 47.6461" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M36.5551 47.6461L36.6281 47.5558" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.8014 48.5037L39.182 48.975L38.3493 49.6084L38.2864 49.6563" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.3079 56.2083L25.6502 55.8983" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.0399 60.0637L21.8544 60.3282" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.8544 60.3282L22.071 60.0186" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.6207 59.2048L22.4765 59.4188L21.8173 60.4006" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.8173 60.4006L22.2805 59.7106" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M22.4607 59.4447L23.118 58.4593L23.1864 58.3571" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M23.101 58.486L23.7562 57.4974L24.0635 57.0339" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.4761 56.0889L24.7702 56.5896L23.7393 57.5263" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M84.3663 48.6017L85.3445 48.6593L85.4598 48.6663" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.1263 101.907L21.2521 101.879L22.0792 101.705L22.9678 101.527L23.8947 101.351L24.8591 101.178L25.8603 101.009L26.8975 100.844L27.9568 100.686L29.0545 100.532L30.1949 100.381L31.3675 100.233L32.5712 100.089L33.805 99.9482L35.068 99.8107L36.359 99.676L37.677 99.544L39.021 99.4142L40.39 99.2865L41.7828 99.1607L43.1985 99.0363L44.636 98.9133L46.0942 98.7912L47.5718 98.6701L49.0668 98.55L50.577 98.4313L52.1001 98.3145L53.6338 98.1997L55.1759 98.0874L56.7242 97.9778L58.2765 97.8714L59.8304 97.7684" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M59.0255 97.8218L59.8329 97.7683L61.3855 97.6693L62.9354 97.5744L64.4803 97.4838L66.018 97.3982L67.5464 97.3176L69.0632 97.2425L70.5662 97.1731L72.0537 97.1097L73.5259 97.0521L74.9835 96.9997L76.4269 96.9522L77.857 96.9092L79.2669 96.8704L80.6715 96.8352L82.0645 96.8032L83.4467 96.774L84.8188 96.7472L86.1812 96.7224L87.5348 96.6991L88.8801 96.677L90.2177 96.6557L91.5484 96.6346L92.8727 96.6135L94.1906 96.592L95.4992 96.5704L96.795 96.5491L98.0745 96.5285L99.3342 96.5089L100.571 96.4908L101.78 96.4745L102.959 96.4604L104.053 96.4495L104.426 96.4465" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M46.2805 86.1279L46.9575 86.0875L48.6307 85.9938L50.3329 85.9068L52.0579 85.826L53.7996 85.7511L55.5516 85.6816L57.3076 85.6169L59.0616 85.5566L60.8071 85.5003L62.5381 85.4475L64.2482 85.3978L65.9313 85.3505L67.5812 85.3054L69.1917 85.2618L70.7567 85.2195L72.2716 85.1778L73.7386 85.137L75.1614 85.0971L76.5438 85.0583L77.8895 85.0205L79.2025 84.984L80.4863 84.9489L81.7449 84.9153L82.9818 84.8833L84.2011 84.8531L85.4064 84.8246L86.6014 84.7982L87.7899 84.7738L88.9758 84.7516L90.1627 84.7317L91.3544 84.7142L92.5534 84.6992L93.7569 84.6866L94.9611 84.6761L96.1618 84.6677L97.3553 84.6612L98.5375 84.6564L99.7046 84.653L100.852 84.651L101.977 84.6503L103.075 84.6505L104.143 84.6516L105.175 84.6534L106.17 84.6557L107.121 84.6584L108.027 84.6612L108.882 84.6641L109.685 84.6668L110.436 84.6695L111.139 84.6721L111.796 84.6747L112.408 84.6772L112.98 84.6799L114.01 84.6854L114.906 84.6915L115.687 84.6986L116.375 84.7069L116.988 84.7167L117.805 84.7346L118.526 84.756L119.175 84.7801L119.775 84.8063L120.353 84.834L120.931 84.8625L121.517 84.8915L122.11 84.921L122.707 84.9507L123.307 84.9806L123.853 85.1436L124.254 85.537L124.222 85.9289L124.086 86.6413L123.952 87.354L123.824 88.0669L123.703 88.7801L123.59 89.4935L123.488 90.2073L123.398 90.9214L123.324 91.6358L123.263 92.3505L123.216 93.0654L123.179 93.7804L123.151 94.4956L123.13 95.2108L123.114 95.926L123.101 96.6412L122.932 97.1851L122.479 97.5462L121.845 97.5145L121.208 97.4772L120.566 97.4379L119.914 97.3944L119.351 97.3463L118.74 97.2755L118.179 97.1939L117.559 97.0882L116.799 96.9547L116.204 96.8621L115.477 96.7668L114.608 96.6758L113.572 96.5936L113.005 96.5584L112.364 96.5257L111.668 96.4976L110.914 96.4744L110.1 96.4568L109.228 96.4445L108.302 96.4371L107.326 96.4342L106.302 96.4354L105.233 96.4404L104.124 96.4488L102.978 96.4601" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M112.994 96.5578L113.501 96.5891" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M47.3162 86.0711L46.2587 86.1291L45.4488 86.1704L44.4133 86.2243L43.527 86.2746L42.7757 86.3233L42.1453 86.3722L41.0534 86.4749L40.352 86.5487L39.5345 86.6373L38.3671 86.7606" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.1512 86.6786L38.7838 86.715" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.3545 86.6567L39.2139 86.6695L37.8015 86.8081L36.4326 86.9531L35.1063 87.1042L33.8213 87.2611L32.5766 87.4233L31.3711 87.5904L30.2037 87.7621L29.0731 87.9378L27.9784 88.1174L26.9183 88.3002L25.8917 88.4861L24.8975 88.6744L23.9345 88.8649L23.0018 89.0572L22.1002 89.2504L21.2304 89.4439L20.3935 89.6367L19.5902 89.8284L18.8216 90.0179L18.0883 90.2047L17.3914 90.3878L16.7317 90.5667L16.1099 90.7405L15.527 90.9086L14.9838 91.07L14.0195 91.3705L13.2238 91.636L12.5982 91.8626L11.9394 92.1361L11.4037 92.452L11.022 92.8808L10.7667 93.389L10.6843 93.9599L10.7649 94.6601L10.8486 95.3392L10.9323 96.0183L11.016 96.6974L11.0996 97.3765L11.1833 98.0555L11.267 98.7346L11.3507 99.4137L11.4343 100.093L11.518 100.772L11.5665 101.165" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.5395 100.888L11.527 100.76" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.527 100.76L11.6239 101.755L11.6904 102.439L11.7569 103.123L11.7835 103.396" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.7542 103.091L11.787 103.433L11.8528 104.117L11.9796 104.674L12.1277 104.933" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M69.5066 70.8051L69.9721 70.8047L70.5565 70.8275L70.7214 70.8418" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.4619 72.7516L73.5567 73.0029L73.7684 73.564L73.9804 74.1257L74.1926 74.6883L74.4051 75.2515L74.6179 75.8156L74.6652 75.9408" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M77.187 71.4782L76.9481 70.5285L76.5266 68.9989L76.0681 67.5042L75.5651 66.0514L75.0102 64.6474L74.396 63.2991L73.7151 62.0136L72.96 60.7978L72.1234 59.6585L71.1977 58.6028L70.1757 57.6376L69.0499 56.7699L67.8129 56.0065L66.4612 55.3521L65.0072 54.8022L63.4674 54.3498L61.8581 53.988L60.1956 53.7099L58.4964 53.5086L56.7769 53.3771L55.0533 53.3087L53.342 53.2963L51.6594 53.3331L50.0219 53.4122L48.4458 53.5268L47.6763 53.6002" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M42.9046 54.1942L42.8914 54.207L42.055 54.3908L41.1629 54.5867L40.3985 54.7935L39.754 55.0162L39.2218 55.2598L38.4629 55.8296L38.06 56.5429L37.9509 57.4396L38.0737 58.5597L38.2027 59.2161L38.3664 59.9433L38.557 60.7463L38.7678 61.6285L38.9966 62.5864L39.2422 63.6151L39.5033 64.7094L39.7788 65.8643L40.0674 67.0748L40.368 68.3358L40.6794 69.6422L41.0004 70.9891L41.3297 72.3712L41.6031 73.5187" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.8067 73.5818L45.6782 73.3325L45.2898 72.504" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.3933 72.746L45.1234 72.1153L44.91 71.5975" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.9792 71.7762L44.7293 71.1293L44.5015 70.5123L44.3082 69.9565L44.1256 69.3886L43.9852 68.8936" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.1619 69.502L44.1609 69.4957" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.1609 69.4957L44.3535 70.0935" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.7944 70.1078L44.8886 70.0812L45.747 69.9242L46.2915 69.8583" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M103.67 71.0778L103.674 71.0802L104.104 71.1578" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M106.466 74.8887L106.467 74.8911" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M106.467 74.8911L106.377 74.2181L105.932 74.1507L105.041 74.0159L104.506 74.0198" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.134 74.7165L104.688 74.6585L104.461 74.4882" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.117 76.7632L105.357 76.9768L105.806 77.0188" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.145 77.1432L107.146 77.146" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.146 77.146L107.058 76.4691L106.548 76.2128L105.652 76.1032L105.114 76.1195" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M100.121 70.7873L100.215 70.9964L100.236 71.0194" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.688 72.8293L143.688 73.766" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.688 73.766L143.699 71.9413L143.295 71.8052L142.707 71.8062L141.659 71.8079L140.073 71.8106L138.181 71.8138L136.29 71.817L134.705 71.8196L134.374 71.5645L134.365 71.1455L134.346 70.4746L134.317 69.8997L133.974 69.8111L132.64 69.8134L131.288 69.8158L129.338 69.8268L127.064 69.8845L125.261 70.0053" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.956 72.7438L143.705 72.7442L143.705 71.9262L143.289 71.942L142.701 71.943L141.651 71.9447L140.064 71.9474L138.17 71.9506L136.276 71.9538L134.689 71.9564L134.282 71.9571" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.696 72.5003L143.695 72.4916L143.283 72.2783L142.693 72.2792L141.642 72.281L140.053 72.2836L138.157 72.2868L136.261 72.29L134.672 72.2926L134.265 72.2933" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.69 72.9655L143.689 72.9259L143.277 72.83L142.686 72.8309L141.634 72.8327L140.043 72.8353L138.144 72.8384L136.246 72.8416L134.655 72.8442L134.247 72.8449" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.682 73.7254L143.683 74.5225" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.683 74.5225L143.271 73.5716L142.68 73.5726L141.627 73.5743L140.034 73.5769L138.133 73.58L136.233 73.5831L134.641 73.5857L134.232 73.5864" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.683 73.571L143.683 74.5076L143.678 75.4687" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.678 75.4687L143.266 74.517L142.675 74.5179L141.62 74.5196L140.026 74.5222L138.123 74.5252L136.221 74.5283L134.627 74.5309L134.218 74.5315" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.221 113.918L134.63 113.918L136.224 113.917L138.126 113.916L140.029 113.914L141.624 113.913L142.678 113.913L143.27 113.913L143.686 113.978L143.685 114.724" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.685 114.724L143.686 113.987" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.236 114.944L134.644 114.944L136.236 114.943L138.137 114.942L140.038 114.941L141.631 114.94L142.684 114.94L143.275 114.939L143.688 114.889" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.252 115.781L134.66 115.78L136.251 115.78L138.149 115.779L140.048 115.778L141.639 115.777L142.691 115.776L143.281 115.776L143.693 115.667" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.268 116.42L134.675 116.42L136.264 116.419L138.16 116.418L140.057 116.417L141.646 116.417L142.697 116.416L143.287 116.416L143.7 116.237" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.286 116.857L134.693 116.856L136.279 116.856L138.173 116.855L140.068 116.854L141.655 116.853L142.704 116.852L143.293 116.852" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.293 116.852L141.671 117.103L140.088 117.104L138.198 117.105L136.309 117.106L134.726 117.107" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.726 117.107L138.185 117.083L140.077 117.082L141.662 117.081L142.711 117.081L143.299 117.08L143.714 117.102L143.714 116.18L143.709 116.143" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.722 116.524H143.726L143.723 116.327" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.713 117.033L143.714 116.18L143.962 116.18" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.696 116.309L143.697 115.467" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.68 113.759L143.681 112.954" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.681 112.954L143.679 113.63" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.674 112.492L143.676 111.74" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.676 111.74L143.674 112.347" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.671 110.355L143.67 111.048" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.662 107.969L143.663 107.162" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.663 107.162L143.661 107.683" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.66 105.303L143.657 105.6" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.657 105.6L143.66 105.304" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.654 103.794L143.657 103.403L143.657 103.385" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.652 101.7L143.654 101.397" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.654 101.397L143.652 101.492" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.652 99.3206L143.65 99.5336" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.65 99.5336L143.652 99.3022" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.648 97.1029L143.651 97.1777L143.651 97.1969" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.65 95.0449L143.648 95.0707" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.648 95.0707L143.65 95.0261" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.648 92.6084L143.65 92.8683" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.65 92.8682L143.647 92.8187" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.648 90.5833L143.651 90.7462" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.651 90.7462V90.7272" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.651 88.6225L143.649 88.245" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.649 88.245L143.649 88.3864" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.653 84.0165L143.655 84.6095" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.655 84.6096L143.653 84.2154" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.655 82.2441L143.658 82.7556" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.659 80.2607L143.661 80.9871" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.661 80.9871L143.66 80.5663" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.664 79.3672L143.663 78.5852" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.667 77.067L143.668 77.8976" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.693 73.1548L143.693 73.2219" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.693 73.2218L143.693 72.3005" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.331 77.901L149.332 77.1787" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.33 76.5682L149.331 75.8141" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.331 75.8141L149.331 76.1198" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.33 74.754L149.329 75.4659" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.329 75.466L149.33 74.9081" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M153.681 113.906L153.681 113.954L153.679 114.572L153.285 114.934L152.872 114.934L152.249 114.934L151.504 114.935L150.76 114.935L150.137 114.935L149.493 114.936L149.332 114.936L149.332 114L149.725 113.909L150.762 113.908L151.507 113.908L152.252 113.907L152.877 113.907L153.521 113.907L153.685 113.463L153.686 112.802L153.69 112.167L153.691 111.603L153.695 111.041L153.696 110.294L153.698 109.687L153.7 109.065L153.7 108.466L153.703 107.835L153.704 107.078L153.705 106.402L153.707 105.787L153.707 105.172L153.707 104.61L153.71 103.97L153.71 103.372L153.71 102.765L153.711 102.201L153.713 101.483L153.712 100.86L153.713 100.212L153.714 99.524L153.714 98.895L153.714 98.1901L153.715 97.5143L153.715 96.8831L153.714 96.3221L153.715 95.6569L153.716 95.0599L153.715 94.4529L153.715 93.7755L153.716 93.0209L153.715 92.3991L153.714 91.7366L153.715 90.9955L153.714 90.3656L153.713 89.7119L153.713 89.0045L153.713 88.3738L153.712 87.7083L153.711 87.0696L153.711 86.4429L153.71 85.8814L153.708 85.2012L153.709 84.5914L153.708 84.0028L153.705 83.398L153.705 82.6258L153.704 82.0629L153.702 81.3825L153.701 80.7776L153.7 80.1271L153.697 79.474L153.697 78.8749L153.694 78.3083L153.693 77.7037L153.691 77.0515L153.687 76.3027L153.686 75.7047L153.682 75.0804L153.679 74.5002L153.286 74.5008L152.249 74.5025L151.504 74.5037L150.759 74.5049L150.135 74.5059L149.49 74.5069L149.328 74.5318L149.329 73.8885" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.328 74.5216L149.329 73.7497L149.327 72.8199" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.327 72.8199L149.327 72.9562" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.327 72.9026L149.327 73.7625" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.326 73.2227L149.326 72.4606" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.325 72.8752L149.325 72.0647" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.321 72.6804V72.7349" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.321 72.7348L149.322 72.1123" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.322 72.1123L149.324 72.6433" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M148.99 72.7355L149.324 72.7349V71.8192" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.324 71.8192L149.324 72.6553" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M153.655 116.847L153.655 116.854L153.262 117.076L152.231 117.076L151.49 117.076L150.75 117.077L150.129 117.077L149.488 117.077L149.326 116.764L149.326 116.177L149.329 115.954" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.325 116.324L149.325 116.389L149.327 116.998" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.327 116.998L149.33 115.457L149.331 114.81" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.331 114.81L149.331 115.763" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.328 117.069L149.328 116.14" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.328 116.14L149.328 117.077" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.329 116.837L149.329 115.908" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.33 116.38L149.33 115.51" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.333 113.755L149.333 112.951" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.333 112.951L149.333 113.603" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.334 112.173L149.334 112.599" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.334 111.263L149.334 110.426" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.334 110.426L149.335 110.699" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.335 109.689L149.335 108.839" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.335 108.839L149.335 109.525" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 107.838L149.335 107.141" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.335 107.141L149.336 107.679" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 106.106L149.336 105.35V105.332" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 103.789L149.336 103.399" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 102.061L149.336 101.439" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 101.439L149.337 101.889" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 101.695L149.336 101.392L149.337 101.274" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 99.9137L149.337 99.3549" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 99.3549L149.337 99.5282" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 97.712L149.337 97.2313" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 97.2313L149.337 97.5187" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 97.3106L149.337 97.1916L149.337 96.8876" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 94.9987L149.337 94.6469" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.337 93.233L149.336 92.9221" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 92.9221L149.337 93.0235" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 92.8815L149.337 92.8123L149.337 92.4041" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 90.6996L149.336 90.1819" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 88.3793L149.336 88.6344" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 88.6344L149.336 88.5897" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.335 86.6056L149.336 86.4486" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.335 84.3872L149.334 84.6362" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.334 82.7854L149.334 82.6319" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.332 78.4132L149.332 79.3243" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.332 79.3243L149.333 79.0719" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.324 116.315L149.324 116.177" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.324 116.177L149.72 116.849L150.131 116.849L150.752 116.848L151.494 116.848L152.235 116.848L152.857 116.847L153.498 116.847L153.662 116.41" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.326 116.621L149.326 116.671L149.717 117.099L150.127 117.099L150.747 117.099L151.486 117.098L152.226 117.098L152.846 117.098L153.486 117.097L153.647 117.075" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.33 116.235L149.33 116.284L149.721 116.413L150.755 116.412L151.498 116.412L152.24 116.411L152.862 116.411L153.505 116.411L153.668 115.893L153.668 115.77" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.331 115.664L149.331 115.695L149.723 115.772L150.757 115.772L151.501 115.771L152.244 115.771L152.867 115.771L153.51 115.77L153.674 115.325L153.675 114.933" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M153.677 74.5002L153.677 74.4778L153.676 73.8815L153.281 73.5552L152.868 73.5559L152.245 73.5569L151.501 73.5582L150.756 73.5594L150.133 73.5604L149.489 73.5615L149.328 73.6391" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M153.671 73.5546L153.671 73.5164L153.669 72.9407L153.276 72.8134L152.241 72.8151L151.497 72.8163L150.754 72.8175L150.131 72.8186L149.488 72.8196L149.327 72.8199" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M153.667 116.175L155.103 116.174L156.69 116.172L158.211 116.164L159.557 116.144L160.619 116.106L161.322 116.044L161.918 115.857L162.069 115.325L162.099 114.609L162.115 113.991L162.129 113.182L162.143 112.19L162.15 111.628L162.157 111.024L162.163 110.378L162.169 109.694L162.175 108.972L162.18 108.214L162.185 107.422L162.19 106.598L162.195 105.744L162.199 104.862L162.203 103.953L162.207 103.022L162.21 102.068L162.213 101.096L162.215 100.107L162.217 99.1044L162.219 98.0899L162.22 97.0662L162.221 96.0359L162.222 95.0017L162.222 93.9661L162.221 92.9316L162.221 91.9009L162.22 90.8765L162.218 89.8611L162.216 88.857L162.214 87.8668L162.211 86.893L162.208 85.938L162.205 85.0042L162.201 84.0938L162.197 83.2091L162.193 82.3523L162.188 81.5255L162.183 80.7307L162.178 79.9698L162.172 79.2446L162.166 78.5571L162.16 77.9087L162.153 77.301L162.147 76.7354L162.133 75.736L162.118 74.9197L162.103 74.2939L162.081 73.7082L161.999 73.1491L161.728 72.9241L161.326 72.8414L160.622 72.7816L159.56 72.7455L158.213 72.7283L156.691 72.7237L155.103 72.7253L153.664 72.7277L153.27 72.2615L152.858 72.2622L152.236 72.2633L151.494 72.2645L150.751 72.2657L150.129 72.2668L149.487 72.2678L149.326 72.4909" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M153.657 72.2609L153.657 72.179L153.264 71.9253L152.853 71.926L152.231 71.927L151.49 71.9282L150.748 71.9295L150.127 71.9306L149.485 71.9316" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.485 71.9316L150.745 71.7927L151.486 71.7914L152.227 71.7901L152.848 71.7891L153.488 71.788L153.65 71.9246" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M58.0104 105.18L59.4389 105.08L60.8671 104.983L62.2942 104.889L63.7191 104.799L65.141 104.711L66.5591 104.628L67.9724 104.549L69.3799 104.475L70.7808 104.406L72.1747 104.341L73.5612 104.28L74.9398 104.223L76.31 104.169L77.6713 104.117L79.0233 104.067L80.3655 104.019L81.6976 103.973L83.0206 103.927L84.3356 103.881L85.6438 103.836L86.9463 103.792L88.2443 103.748L89.5388 103.704L90.8311 103.659L91.016 103.566" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M84.8677 49.787L84.8421 49.7265L84.56 49.0601L84.3035 48.4532L84.7714 48.4801L86.2397 48.8772" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M86.2397 48.8772L84.201 48.3093" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M111.685 106.261L111.566 106.257L110.83 106.232L110.066 106.209L109.274 106.188L108.454 106.167L107.609 106.148L106.74 106.129L105.849 106.11L104.939 106.092L104.011 106.073L103.068 106.054L102.11 106.035L101.138 106.015L100.154 105.995L99.1587 105.974L98.1529 105.954L97.1381 105.933L97.1511 105.522L96.873 105.342L96.3247 104.985L95.7909 104.632L95.276 104.283L94.7749 103.94L94.2817 103.6L93.7918 103.262L93.1938 103.095" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.1938 103.095L93.7459 103.249" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.3052 103.005L93.0532 103.174L92.6316 103.693L92.1871 104.219L91.7006 104.756L91.1734 105.304L90.7083 105.859L90.5854 105.949L89.4394 105.994L87.7474 106.075L86.4586 106.119L85.1679 106.164L83.8743 106.209L82.5766 106.255L81.2736 106.301L79.964 106.349L78.6468 106.397L77.322 106.447L75.9901 106.499L74.6515 106.554L73.3067 106.611L71.9562 106.672L70.6004 106.737L69.2395 106.806L67.874 106.881L66.5046 106.959L65.1324 107.042L63.7583 107.129L62.3832 107.219L61.0081 107.313L59.6339 107.409L58.2616 107.508L56.892 107.609L55.5259 107.713L54.1642 107.818L52.8078 107.924L51.4576 108.032L50.114 108.14L48.7781 108.249L47.4518 108.358L46.136 108.468L44.8321 108.578L43.5419 108.688L42.2671 108.798L41.0094 108.908L39.7703 109.018L38.5515 109.128L37.3545 109.237L36.181 109.346L35.0325 109.455L33.9103 109.562L32.8161 109.67L31.7511 109.776L30.7167 109.882L29.7144 109.987L28.7454 110.09L27.8096 110.193L26.9068 110.294L26.038 110.394L25.204 110.493L24.4061 110.59L23.6451 110.685L22.922 110.779L22.2378 110.87L21.5934 110.96L20.9897 111.047L20.4276 111.131L19.4316 111.293L18.6119 111.444L18.1713 111.538" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M17.9861 111.581L17.9743 111.583L17.3376 111.769L17.6307 112.26L18.052 112.313" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M18.052 112.313L16.554 112.315L15.9227 112.302L15.3169 112.241L14.713 112.081L14.2361 111.396L14.236 109.796L13.7898 109.653L13.3448 109.294L12.9386 108.723L12.655 107.998L12.4882 107.348L12.3559 106.646L12.2375 105.839L12.1265 104.922L12.0914 104.602" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.4512 109.592L14.5898 109.533" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M18.0435 108.838L18.4297 108.781" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M19.5386 108.627L19.7531 108.598" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M25.7068 107.901L26.1036 107.86" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.7943 106.597L39.8482 106.592L41.1842 106.481L42.5364 106.369" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M91.2802 103.324L91.3149 103.283L91.7635 102.769L92.1469 102.325L92.558 101.847L92.9967 101.325L93.4164 100.808" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.6376 103.595L98.6638 103.617L99.6879 103.639L100.709 103.661L101.725 103.682L102.735 103.703L103.737 103.724L104.731 103.745L105.715 103.766L106.688 103.786L107.644 103.806" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.514 103.847L110.417 103.869L111.298 103.891L112.149 103.915" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M112.979 103.94L113.776 103.968L114.538 103.996" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M115.289 104.027L115.983 104.059L116.658 104.092" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M117.302 104.127L117.916 104.163L118.499 104.2L119.564 104.276L120.523 104.357L120.708 104.375" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.952 104.398L121.328 104.437" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.026 107.399L120.713 107.401" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.713 107.401L119.448 107.396" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.448 107.396L120.417 107.4" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.448 107.396L119.185 107.395" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.185 107.395L120.423 107.403" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.423 107.403L119.751 107.398" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M84.2651 50.1777L84.5342 50.0032L85.0723 49.6543L85.6106 49.3054L86.1489 48.9564L86.6873 48.6073L87.2258 48.2582L87.7644 47.909L88.3031 47.5598L88.5725 47.3851L89.3623 45.9556L89.4622 46.0136L91.7693 47.3616" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.8018 49.2642L38.947 49.3898L39.4641 49.8371L39.8338 49.4419L39.8844 48.7575" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.8842 91.9559L11.8586 92.1752" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M45.8538 52.3704L47.3834 52.2435L49.8269 52.0414L52.2638 51.8373L54.6914 51.63L57.0763 51.5442L59.3773 51.3849L61.4524 51.2138L63.4717 51.0544L65.6047 50.9239L67.6304 50.8026L69.5432 50.6833L71.3405 50.5585L73.0305 50.4202L74.6188 50.2589L76.1114 50.0951L77.5135 49.9295L78.8308 49.7627L80.071 49.5964L80.7942 49.5858" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M80.7942 49.5858L78.5402 49.7221L77.1728 49.8574L75.717 49.9945L74.1694 50.1339L72.5274 50.2753L70.7865 50.3937L68.9438 50.5154L66.9967 50.6408L64.952 50.7761L62.8146 50.9274L60.8532 51.115L58.7659 51.3263L56.498 51.4645L54.1705 51.6096L51.817 51.8275L49.4585 52.0379L47.0918 52.2593L46.192 52.3423" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M60.1868 53.7088L60.5787 53.6928L62.7203 53.5759L64.6993 53.4678L66.7016 53.3679L68.6905 53.2647L70.5439 53.1445L72.2671 52.9987L73.8761 52.7916L75.3799 52.5734L76.7871 52.3494L78.1032 52.1226L79.3365 51.8925L80.5066 51.662L81.1714 51.6032L81.0343 50.9974L81.5448 50.5012" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M81.5448 50.5012L80.1717 50.6878L78.804 50.8868L77.3444 51.0836L75.7848 51.2797L74.1123 51.4802L72.3147 51.6637L70.3945 51.8107L68.3533 51.9491L66.1941 52.0797L64.0614 52.2183L61.9638 52.3777L59.6266 52.5174L57.1114 52.6346L54.5082 52.8344L51.8036 52.9381L49.0948 53.1547L47.2128 53.2874" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.327 116.177L148.993 116.177" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M146.061 71.8671L146.479 71.8664L147.315 71.865L148.152 71.8636L148.988 71.8622L148.989 72.357L148.99 72.9278L148.991 73.7085L148.991 74.6921L148.992 75.2573L148.992 75.8698L148.993 76.5281L148.993 77.2305L148.993 77.9755L148.993 78.7613L148.994 79.586L148.994 80.4476L148.994 81.3438L148.995 82.2728L148.995 83.2321L148.995 84.2193L148.995 85.2319L148.996 86.2677L148.996 87.3238L148.996 88.3978L148.996 89.4868L148.996 90.5884L148.996 91.6995L148.997 92.8176L148.997 93.9397L148.997 95.0631L148.997 96.185L148.997 97.3025L148.997 98.4129L148.997 99.5133V100.601L148.997 101.674L148.997 102.728L148.997 103.762L148.997 104.772L148.997 105.757L148.997 106.714L148.996 107.64L148.996 108.533L148.996 109.391L148.996 110.213L148.996 110.995L148.996 111.737L148.995 112.435L148.995 113.09L148.995 113.698L148.995 114.26L148.994 115.235L148.994 116.008L148.993 116.57L148.574 117.05L148.156 117.05L147.32 117.05L146.484 117.051L145.649 117.051L144.813 117.051L143.977 117.052L143.966 116.573L143.96 116.01L143.955 115.238L143.95 114.262L143.947 113.701L143.945 113.093L143.942 112.438L143.94 111.74L143.938 110.998L143.936 110.216L143.933 109.395L143.932 108.537L143.93 107.643L143.928 106.717L143.926 105.761L143.925 104.776L143.923 103.766L143.922 102.732L143.921 101.678L143.92 100.606L143.919 99.5182L143.918 98.4179L143.918 97.3077L143.917 96.1903L143.917 95.0686L143.917 93.9453L143.917 92.8233L143.917 91.7054L143.917 90.5944L143.918 89.493L143.918 88.4041L143.919 87.3303L143.92 86.2743L143.921 85.2387L143.922 84.2262L143.923 83.2391L143.924 82.28L143.926 81.3511L143.927 80.4549L143.929 79.5935L143.931 78.7689L143.933 77.9832L143.935 77.2383L143.937 76.5359L143.939 75.8778L143.941 75.2653L143.944 74.7002L143.949 73.7167L143.954 72.9361L143.959 72.3654L144.389 71.8699L144.807 71.8692L145.643 71.8678L146.061 71.8671Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.391 117.107L134.387 117.346L134.369 118.136L134.35 118.7L133.988 119.131L133.493 119.131L132.655 119.131L131.455 119.132" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.792 112.19L120.782 111.754L120.769 111.083L120.756 110.37L120.744 109.619L120.732 108.83L120.721 108.005L120.71 107.147L120.707 106.855" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M108.662 76.4001L108.633 76.7404L108.901 77.4188L109.529 77.7648L110.11 77.6262L110.285 77.0247L110.017 76.3467L109.389 76.0008L108.808 76.1389L108.662 76.4001Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.201 74.2101L108.925 74.0606L108.317 74.0596L108.057 74.54L108.203 75.1753L108.692 75.5495L109.3 75.5503L109.559 75.0697L109.414 74.4347L109.201 74.2101Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M107.39 72.0576L107.42 72.0745L108.073 72.2066L108.501 71.8402L108.482 71.1643L108.059 70.6368L107.376 70.4877L106.949 70.8538L106.967 71.53L107.39 72.0576Z" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M113.073 79.9368L113.079 79.9303L113.142 79.315L112.927 78.6599L112.742 78.1026L112.503 77.3848L112.282 76.7186L112.08 76.112L111.836 75.3821L111.615 74.7211L111.386 74.0341L111.2 73.4759L110.958 72.7508L110.744 72.1081L110.506 71.3948L110.321 70.8389L110.101 70.1854L109.761 69.6469L109.093 69.3597L108.276 69.1632L107.583 68.9981L106.617 68.768L105.996 68.6201L105.266 68.4458L104.43 68.2463L103.562 68.0393L102.756 67.8469L102.104 67.691L101.382 67.5188L100.556 67.3225L99.7289 67.1261L99.1242 66.9825L98.5574 66.8479L97.943 66.7021L97.2395 66.6066L96.9929 66.6999" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M103.441 70.2562L103.463 70.2392L103.959 70.2753L104.816 70.4549L105.304 70.7382L105.482 71.3191L105.392 71.3905" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M101.344 75.127L101.388 75.0902L102.07 75.0466L103.169 75.1801L103.861 75.748L104.003 76.2492L104.287 77.2518L104.111 77.3986" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M99.6533 68.9333L99.697 68.8964L100.375 68.8994L101.468 69.1271L102.157 69.741L102.44 70.7415L102.494 71.3156L102.406 71.3893" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M116.887 106.534L117.002 106.543L117.906 106.618L118.695 106.695L119.369 106.774L119.928 106.854L120.575 106.972L120.709 107.002" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M15.8623 73.8043L15.4547 74.8725L14.8821 76.4641L14.8478 76.5627" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M13.883 79.4814L13.8033 79.7311L13.3415 81.2752L12.9193 82.7892L12.5381 84.2652L12.1991 85.6957L11.9036 87.0726L11.653 88.3883L11.4442 89.6446" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.5962 101.603L93.4022 101.587L93.3185 101.595" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M34.2208 207.237L38.8929 214.697" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.8928 214.697L18.7549 208.835L8.59448 195.69" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.59448 195.69L17.3505 203.998L34.2208 207.237" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M34.2208 207.237L28.6179 198.258L17.9196 201.64L8.59448 195.69" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.7749 76.5885L66.745 74.3132L62.0088 63.2725" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M62.0088 63.2725L63.7355 67.0564" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M46.5569 71.0856L41.9391 49.7286" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M41.9391 49.7286L47.9005 76.9549L47.9732 77.756" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M50.7238 108.091L51.7787 119.725L53.7975 132.018L53.3745 144.249L53.9003 163.145L29.3572 159.703L28.9817 143.193L23.979 129.469L18.3561 115.692L17.983 111.546" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M23.979 129.469L53.7975 132.018L93.3843 133.307L107.406 140.232L124.854 130.787L125.161 130.835" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M29.3572 159.703L30.273 183.888L36.0734 199.055L47.7171 211.99L59.744 222.181L54.7184 236.499L54.849 251" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M54.849 251L53.9341 238.456L57.5313 222.572L59.744 222.181" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M47.1246 219.715L47.7171 211.99L51.3459 192.289L53.9003 163.145L86.9661 168.588L79.8935 205.323L59.744 222.181" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M59.744 222.181L81.6427 226.54L105.629 212.816L117.036 169.332L121.053 168.534L110.545 210.615L88.6075 223.34L81.6427 226.54L65.826 236.706L54.849 251" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M71.0304 233.36L71.6885 236.719L73.8474 248.365" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.8474 248.365L81.4972 233.101L88.6075 223.34" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M30.2729 183.888L51.3458 192.289L79.8934 205.323L105.629 212.816L110.545 210.615" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M135.76 146.173L119.779 147.7" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.31 140.018L125.161 130.835L124.874 128.603" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M119.744 147.126L135.759 146.173" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M135.76 146.173L120.375 157.447" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.053 168.534L120.884 165.779" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.861 165.403L119.31 140.018L118.398 138.721" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.398 138.721L117.279 163.871" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M117.141 166.979L117.036 169.332L108.497 169.748" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M106.711 170.32L121.374 165.623" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.374 165.623L97.6935 172.434L86.9661 168.588L90.5288 145.932" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M90.5287 145.932L100.056 161.974L121.374 165.623" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.374 165.623L109.202 160.417L105.348 145.783L90.5287 145.932L93.3842 133.307L94.4222 120.679L92.0663 104.356" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.96 106.725L123.496 120.259L124.854 130.787L118.398 138.721L105.348 145.783" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M130.985 118.261L131.838 122.104L125.488 122.336L123.831 122.527" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.556 111.486L120.763 110.734" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M123.564 120.58L125.488 122.336" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.401 111.023L120.759 110.521" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.9817 143.193L53.3744 144.249L90.5287 145.932" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M41.9391 49.7286L62.0088 63.2724" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M46.3225 70.8829L46.5569 71.0856L47.9006 76.9549L46.8876 77.3081" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M64.8915 69.7221L66.745 74.3132L47.9005 76.9549" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M36.0735 199.055L38.8929 214.697L47.1247 219.715L57.5313 222.572" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.957 66.7828L124.954 67.7588L124.948 68.7345L124.935 69.709L124.913 70.6818" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.913 70.6819L123.336 69.2347L121.754 67.832L121.265 67.4416L120.007 66.4435L118.324 65.2286L116.22 63.7722L114.3 62.5037L112.423 61.289L110.578 60.1195L108.768 58.9908L106.985 57.8986L107.236 57.6781L107.705 57.2838L105.706 56.0903L103.698 54.9009L101.683 53.715L99.6615 52.5323L97.635 51.3523L95.6046 50.1746L93.5715 48.9985L91.5368 47.8239L89.5015 46.65L89.3623 45.9556" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M89.3623 45.9556L89.4622 46.0136" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.533 57.7303L109.523 57.7256" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.523 57.7256L109.784 57.8863" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.663 63.1L120.494 64.1716L122.725 65.4769L124.957 66.7828L125.049 66.77" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M125.544 68.3425L125.547 68.361L125.589 69.5592L125.588 69.9834" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.351 48.8167L40.3562 49.1979L40.356 49.4583" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M75.5843 66.1071L75.943 66.5926L76.4912 67.5584L76.8957 68.5473L77.1529 69.5488L77.2598 70.5528L77.2129 71.5487L77.0088 72.5263L76.6443 73.475L76.1161 74.3842L75.4209 75.2434L74.5554 76.0421L73.5165 76.7695L72.301 77.4151L70.9292 77.9787L69.4216 78.4603L67.7984 78.8598L66.0801 79.1772L64.2874 79.4124L62.4406 79.5656L60.5604 79.6367L58.6673 79.6258L56.7819 79.5329L54.9248 79.3583L53.1164 79.1021L51.3773 78.7643L49.7281 78.3452L48.189 77.845L46.7805 77.264L45.5229 76.6023L44.4068 75.8699L43.423 75.0768L42.5621 74.233L41.8147 73.3483L41.8029 73.3314" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M41.4331 72.8051L41.1715 72.4326L40.6228 71.4958L40.1595 70.5476L39.772 69.5979L39.4509 68.6563L39.187 67.7324L38.9708 66.836L38.793 65.9767L38.6443 65.1639L38.5153 64.4073L38.3968 63.7163L38.2796 63.1004L38.1641 62.552L37.9407 61.6273L37.7311 60.8816L37.5399 60.255L37.3716 59.6875L37.2309 59.1195L37.1222 58.4916L37.0503 57.7444L37.0179 56.8323L37.0177 55.7897L37.0407 54.664L37.0581 54.0849L37.0779 53.5028L37.099 52.9235L37.1202 52.3531L37.1587 51.2619L37.1844 50.2758L36.5172 49.582L36.5229 49.1434L36.5137 48.4027L36.4872 47.937" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.4379 89.6858L11.4442 89.6446L11.9456 89.222L12.1548 87.9499L12.405 86.6166L12.6989 85.2203L13.0352 83.7692L13.4127 82.2719L13.8301 80.7367L14.2862 79.172L14.7796 77.5862L15.3091 75.9877L16.012 74.2968L16.3326 73.5675" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.7495 72.637L16.7591 72.6155L17.1425 71.7936L17.545 70.9584L18.1555 69.7431L19.2174 67.7739L20.0831 66.2836L20.431 65.7177L20.966 64.8718L21.7293 63.7282L22.7389 62.3325L23.2313 61.7035L23.6182 61.2211L24.4899 60.2096L25.0975 59.5541L26.2098 58.4441L27.0605 57.6677L27.9079 56.9489L27.7426 56.6668L27.4319 56.2145L28.3001 55.4085L29.181 54.6475L30.0732 53.9267L30.9753 53.241L31.8859 52.5853L32.8036 51.9546L33.727 51.344L34.6546 50.7483L35.5852 50.1627L36.5171 49.582" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M39.7791 50.1682L39.7803 50.2227L39.7879 50.9392L39.7284 51.8185L39.635 52.6235L39.5066 53.5384L39.3566 54.4845L39.2203 55.2607" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.4164 100.808L93.4187 100.779L93.2386 100.247L93.0137 99.5392L92.7885 98.7048L92.6132 97.977L92.5389 97.6476" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M90.2999 84.7297L90.2934 84.69L90.0969 83.4815L89.8917 82.2242L89.6778 80.9177L89.4547 79.5622L89.2239 78.166L88.9869 76.738L88.7451 75.2867L88.4999 73.8206L88.2528 72.3484L88.0053 70.8786L87.7587 69.4198L87.5146 67.9805L87.2742 66.5691L87.0391 65.1941L86.8106 63.8639L86.5902 62.5871L86.3793 61.3719L86.1793 60.2266L85.9915 59.1597L85.8174 58.1795L85.6562 57.2804L85.5069 56.4571L85.3686 55.704L85.2407 55.0157L85.1221 54.3869L85.012 53.812L84.8141 52.8025L84.6401 51.9441L84.4831 51.1939L84.3366 50.509L84.2651 50.1777" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.1542 46.3635L82.1972 46.6286L82.3529 47.5764L82.5289 48.6279L82.627 49.2054L82.7333 49.824L82.8486 50.4891L82.9741 51.2058L83.1107 51.9793L83.2595 52.8147L83.4214 53.7172L83.5976 54.6921L83.789 55.7445L83.9967 56.8797L84.2189 58.0898L84.4541 59.3669L84.7005 60.703L84.9565 62.0902L85.2204 63.5204L85.4904 64.9857L85.7649 66.4779L86.0421 67.989L86.3204 69.511L86.5981 71.0355L86.8733 72.5545L87.1444 74.0597L87.4096 75.543L87.6672 76.9961L87.9156 78.4108L88.1528 79.7787L88.3792 81.1004L88.5953 82.3764L88.8012 83.6071L88.9905 84.7513" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M90.8562 96.6456L90.9154 97.0342L91.0042 97.6236L91.0867 98.1795L91.2316 99.1949L91.3482 100.088L91.4348 100.868L91.4895 101.541L91.5106 102.117L91.4715 102.813L91.1644 103.454L91.016 103.566" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.9456 89.222L12.6105 89.9146" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M12.6105 89.9146L12.8197 88.6424L13.0698 87.3091L13.3636 85.9127L13.6999 84.4616L14.0774 82.9642L14.4948 81.4289L14.9508 79.8641L15.4442 78.2782L15.9737 76.6796L16.6769 74.9891L17.4245 73.3081L17.808 72.4864L18.2107 71.6514L18.8214 70.4363L19.8837 68.4675L20.7498 66.9774L21.0978 66.4116L21.6329 65.5659L22.3964 64.4225L23.4063 63.027L23.8988 62.3981L24.2859 61.9159L25.1577 60.9044L25.7654 60.249L26.8779 59.1391L27.7287 58.3629L28.5762 57.6441L27.908 56.949" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.6082 103.503L97.5959 103.393L97.643 102.767L97.6754 102.095L97.6329 101.234L97.5636 100.545L97.4635 99.7535L97.3344 98.854L97.1778 97.8389L96.9955 96.7012L96.9703 96.5463" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M95.0229 84.6757L95.009 84.5915L94.8107 83.3966L94.6036 82.1512L94.3874 80.854L94.1619 79.5039L93.9269 78.0997L93.6839 76.6507L93.4344 75.166L93.18 73.6549L92.9223 72.1264L92.6627 70.5899L92.4028 69.0545L92.1442 67.5291L91.8882 66.0231L91.6366 64.5454L91.3907 63.105L91.1522 61.7111L90.9224 60.3725L90.703 59.0983L90.4953 57.8974L90.3009 56.7787L90.1214 55.7511L89.9557 54.8089L89.8029 53.9463L89.6621 53.1576L89.5324 52.437L89.4128 51.7789L89.3024 51.1776L89.1057 50.1225L88.9348 49.2263L88.7824 48.4439L88.7108 48.0812" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M88.7108 48.0812L90.7458 49.2553L92.7804 50.4302L94.8134 51.6064L96.8436 52.7844L98.8698 53.9646L100.891 55.1475L102.906 56.3337L104.914 57.5233L106.627 58.5463" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M106.985 57.8986L106.191 59.3337L107.975 60.4261L109.785 61.5548L111.629 62.7243L113.14 63.7043L115.426 65.2075L117.334 66.5192L119.213 67.8788L120.472 68.8767L120.96 69.2672L122.542 70.6697L124.12 72.1165L124.085 73.087L124.034 74.0544L123.964 75.0178L123.871 75.9765L123.753 76.9299L123.609 77.8774L123.439 78.8183" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M12.0992 90.3769L12.1062 90.3342L12.6105 89.9146" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M89.5016 46.65L88.7108 48.0812" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.343 72.2392L124.32 72.2176L124.12 72.1166L124.913 70.6819" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M27.4319 56.2145L28.0989 56.9084L28.9671 56.1023L29.848 55.3414L30.7402 54.6205L31.6424 53.9348L32.553 53.2791L33.4707 52.6484L34.3941 52.0378L35.3218 51.4421L36.2523 50.8565L37.1843 50.2758" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M28.5761 57.6441L28.4104 57.3616L28.0989 56.9084" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M69.6901 57.2633L69.7789 57.258L70.7034 57.1455L71.4695 57.0606L72.0489 56.9925L72.6937 56.9087L73.7619 56.7858L74.3988 56.7151L75.1076 56.594L75.8039 56.4681L76.4077 56.3443L77.1892 56.1602L78.1218 55.928L78.8036 55.7488L79.6367 55.5194L80.3417 55.3168L81.0155 55.1167L81.6662 54.9188L82.2994 54.7236L82.8892 54.5401L83.0823 54.4786" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M52.3288 51.8318L51.9202 51.8523L50.9526 51.9136L50.6527 51.9314" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M59.453 53.6219L59.9746 53.5939L60.6166 53.5545L61.7895 53.4827L62.6195 53.4233L63.2958 53.3738L63.8998 53.3252L64.6106 53.28L65.3944 53.2292L66.1562 53.1795L66.7956 53.1406L67.5261 53.095L68.1065 53.0554L68.8317 53.007L69.5598 52.9552L70.4863 52.8863L71.283 52.8208L71.8583 52.7715L72.4274 52.7138L73.045 52.6481L74.3823 52.4886L75.0771 52.4L76.0893 52.2642L77.1478 52.1129L77.8914 51.9996L78.7379 51.8633L79.4984 51.7346L80.2398 51.6037L80.9651 51.4713L81.1284 51.4398" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M71.7099 50.5282L71.2365 50.5577L70.5269 50.605L69.6917 50.6594L69.0415 50.6978L67.5903 50.7898L66.2866 50.8741L65.447 50.9284L64.743 50.9766" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M43.3689 50.6935L43.5643 50.6746L43.668 50.6651" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.711 116.18L143.711 116.173L143.698 115.571L143.693 114.969L143.688 114.353L143.685 113.788L143.682 113.172L143.679 112.571L143.677 111.994L143.674 111.3L143.672 110.643L143.67 110.051L143.669 109.462L143.667 108.864L143.666 108.273L143.664 107.692L143.663 107.13L143.662 106.547L143.661 105.922L143.66 105.358L143.659 104.701L143.658 104.108L143.657 103.529L143.656 102.753L143.655 102.133L143.654 101.566L143.654 100.98L143.653 100.366L143.653 99.7437L143.652 99.1449L143.652 98.553L143.651 97.9719L143.651 97.3868L143.651 96.7628L143.651 96.1232L143.65 95.4812L143.65 94.9052L143.65 94.3387L143.65 93.7742L143.65 93.0676L143.65 92.4536L143.65 91.8138L143.65 91.1778L143.65 90.6087L143.651 89.9773L143.651 89.4016L143.651 88.8277L143.652 88.2242L143.652 87.6096L143.653 87.005L143.653 86.4289L143.654 85.5996L143.655 85.0199L143.655 84.4576L143.656 83.6779L143.657 83.0734L143.658 82.4485L143.659 81.8633L143.66 81.2984L143.661 80.7167L143.663 79.9569L143.664 79.3953L143.666 78.8323L143.668 78.1991L143.669 77.6365L143.671 77.0611L143.673 76.4965L143.676 75.9156L143.678 75.2977L143.682 74.7043L143.685 74.1222L143.69 73.5533L143.697 72.9844L143.705 72.7449" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.336 93.9598L149.336 94.2012L149.337 94.8594V95.4751L149.337 96.1173L149.337 96.757L149.337 97.3297L149.337 97.9663V98.5475L149.337 99.1394L149.337 99.7383L149.337 100.361L149.336 100.975L149.336 101.56L149.336 102.128L149.336 102.748L149.336 103.335L149.336 104.034L149.336 104.628L149.336 105.193L149.336 105.918L149.336 106.479L149.335 107.068L149.335 107.688L149.335 108.269L149.335 108.846L149.335 109.422L149.334 110.047L149.334 110.639L149.334 111.248L149.333 111.818L149.333 112.496L149.333 113.136L149.332 113.784L149.331 114.429L149.331 115.053L149.33 115.63L149.327 116.177" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M149.325 72.8752L149.325 72.8787L149.327 73.462L149.328 74.0346L149.328 74.6141L149.329 75.259L149.33 75.8548L149.33 76.4944L149.331 77.2256L149.331 77.7884L149.332 78.3699L149.332 79.0672L149.332 79.6457L149.333 80.3921L149.333 80.9602L149.333 81.5577L149.334 82.1635L149.334 82.7322L149.334 83.3517L149.334 83.9296L149.334 84.4957L149.335 85.256L149.335 85.8643L149.335 86.4582L149.335 87.2519L149.335 87.8332L149.336 88.4625L149.336 89.0575L149.336 89.681L149.336 90.3115L149.336 90.878L149.336 91.4385L149.336 92.0475L149.336 92.7026L149.336 93.3175L149.336 93.6648" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M134.32 117.107L134.319 117.102L134.279 116.525L134.261 115.903L134.245 115.335L134.231 114.736L134.227 114.172L134.214 113.573L134.212 113L134.2 112.362L134.197 111.791L134.188 111.182L134.184 110.586L134.182 109.982L134.174 109.418L134.171 108.792L134.169 108.225L134.161 107.577L134.16 107.012L134.158 106.417L134.152 105.802L134.15 105.198L134.15 104.626L134.144 103.986L134.142 103.389L134.142 102.782L134.139 102.218L134.135 101.581L134.136 101L134.135 100.429L134.131 99.8159L134.13 99.2486L134.131 98.6487L134.13 98.0569L134.127 97.4534L134.127 96.8264L134.128 96.174L134.126 95.6063L134.124 94.9984L134.126 94.4212L134.127 93.7972L134.124 93.1232L134.125 92.5425L134.127 91.9798L134.127 91.4103L134.126 90.8075L134.127 90.2002L134.131 89.5815L134.129 88.9018L134.129 88.3211L134.133 87.733L134.135 87.1679L134.134 86.5984L134.136 86.0084L134.141 85.3935L134.141 84.8304L134.141 84.2088L134.147 83.6153L134.149 82.9922L134.149 82.3739L134.155 81.769L134.158 81.0955L134.16 80.4274L134.168 79.836L134.169 79.2199L134.172 78.6084L134.181 78.0435L134.182 77.4655L134.192 76.8979L134.195 76.3331L134.199 75.7421L134.209 75.1664L134.214 74.6061L134.226 74.0153L134.241 73.4086L134.247 72.8477L134.276 72.2508L134.298 71.8203" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M120.707 106.855L120.709 106.851L121.144 106.792L121.869 106.69L122.048 106.141L121.95 105.393L121.859 104.629L122.216 104.105L122.508 103.599L122.68 103.033L122.765 102.449L122.792 101.863L122.78 101.193L122.742 100.426L122.678 99.5571L122.628 98.91L122.564 98.0182L122.529 97.5454" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M122.64 84.9474L122.68 84.6463L122.791 84.0501L122.952 83.3574L123.135 82.6573L123.355 81.7562L123.526 80.969L123.648 80.3664L123.81 79.3869L123.906 78.7866L123.979 78.2271L124.048 77.6008L124.106 76.9897L124.156 76.3872L124.196 75.7959L124.228 75.2237L124.266 74.4082L124.292 73.7459L124.314 73.1354L124.335 72.4817L124.633 71.7589L125 71.1632L125.195 70.5908L125.255 70.0206L125.261 70.0053" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M131.455 119.132L131.441 119.096L131.147 118.615L130.618 118.107L129.816 117.717L129.291 117.41L128.287 117.394L126.976 117.372L126.066 117.32L124.73 117.244L124.003 117.141L122.885 116.981L122.329 116.778" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M125.049 66.77L125.049 66.7765L125.163 67.34L125.354 67.8749L125.495 68.3425" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M8.76501 91.4674L8.7805 91.4432L8.92373 91.2273" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M127.037 62.6732L127.026 62.6834L126.763 62.878" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M118.663 63.1L118.644 63.0899L117.943 62.7079L117.229 62.3189L116.551 61.9492L115.88 61.5734L115.22 61.2053L114.6 60.8626L113.901 60.47L113.381 60.1708L112.621 59.7454L111.82 59.2922L111.061 58.8566L110.52 58.5516L109.935 58.2196L109.784 57.8864" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M40.4004 48.8116L40.351 48.8167L40.3154 49.0305" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.2863 49.6563L38.2746 49.6449L37.8592 49.2401L37.4437 48.8406L36.9601 48.3813L36.5251 47.9727L36.0625 48.238L35.4981 48.6346L34.8064 49.1324L34.1711 49.5898L33.526 50.0593L32.9189 50.5168L32.4681 50.8542L31.8696 51.3205L31.1458 51.8925L30.6087 52.3229L29.9901 52.8464L29.4218 53.332L28.7761 53.902L28.3331 54.3074L27.7766 54.8284L26.9748 55.617L26.499 56.1053L26.107 56.5169L25.6373 57.0288L25.4415 57.5606L25.346 58.2458L24.8368 58.7603L23.9865 59.7062L23.2619 60.5802L22.7986 61.1662L22.351 61.7784L22.0189 62.2335L21.3626 63.2064L20.7757 64.1405L20.2748 64.957L19.922 65.5705L19.6188 66.1116L19.1081 67.0569L18.8079 67.6222L18.4318 68.358L18.117 69.002L17.8276 69.5902L17.5671 70.1509L17.1721 71.0062L16.8929 71.6406L16.6132 72.2871" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M82.1708 46.3993L82.1541 46.3635L81.9083 46.3854" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.5794 46.3604L38.0785 46.7213" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M38.0785 46.7213L38.9189 46.3949" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M11.8842 91.956L11.8873 91.9329L11.9619 91.3478L12.0722 90.5681L11.8022 90.0666L11.4379 89.6858" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M84.251 48.3763L84.2248 48.314L83.9658 47.7519L83.7341 47.2028L83.5061 46.6624L83.4243 46.4687" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M13.8829 79.4815L13.999 79.1184L14.1769 78.5618L14.3569 78.0077L14.5442 77.4568L14.7309 76.9074L14.8478 76.5627" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M109.529 57.7373L109.533 57.7303L109.152 57.5084L108.257 56.9861L107.452 56.5166L106.824 56.1498L105.39 55.3132L104.896 55.0251L104.044 54.528L102.879 53.8484L102.324 53.5242L101.495 53.0405L100.66 52.5532L99.7416 52.0168L98.9433 51.5509L98.4401 51.2573L97.6664 50.8054L97.1452 50.501L96.3876 50.0588L95.336 49.4447L94.5331 48.9757L93.9973 48.663L93.2661 48.2359L92.5487 47.8168L91.9012 47.4386L91.3931 47.1418" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.126 63.8101L128.115 63.9191" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M128.115 63.9191L128.122 63.7505" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M91.0146 96.643L91.0177 96.6521L91.4353 97.0431L91.9426 97.32L92.4508 97.5991L93.0734 97.5327L93.644 97.4088L94.1988 97.2868L94.7545 97.1629L95.3064 97.0394L95.8627 96.9151L96.4212 96.755L96.6098 96.5521" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M98.8433 96.5165L98.884 96.5282L99.4831 96.6383L100.049 96.6895L100.651 96.7184L101.242 96.7385L102.006 96.7581L102.71 96.7729L103.334 96.7851L103.964 96.7975L104.55 96.8088L105.161 96.8216L105.85 96.8366L106.54 96.8524L107.386 96.874L108.323 96.9012L109.326 96.9343L110.071 96.9628L110.65 96.9866L111.305 97.0152L112.008 97.0489L112.857 97.0945L113.637 97.141L114.207 97.1785L114.839 97.2233L115.459 97.2705L116.044 97.3189L116.683 97.3697L117.316 97.4144L117.94 97.4482L118.511 97.4661L119.076 97.469L119.641 97.4597L120.219 97.4436L120.654 97.4434" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M58.8 97.8367L58.6414 97.8634L58.0362 97.9466L57.3746 98.0257L56.4527 98.1181L55.347 98.2198L54.4484 98.2959L53.8455 98.3466L53.1987 98.3986L52.3517 98.4676L51.6136 98.5252L50.8652 98.5844L50.0362 98.6471L49.3858 98.6974L48.6407 98.7518L47.9155 98.8078L47.1388 98.8648L46.4591 98.9174L45.5295 98.9858L44.5116 99.0635L43.9201 99.1068L43.2 99.1626L42.3924 99.2211L41.5164 99.2871L40.9321 99.3278L40.3614 99.3698L39.7638 99.4086L39.1909 99.4445L38.5839 99.4763L38.2045 99.493" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.1263 101.907L21.087 101.915L20.4248 102.061L19.6314 102.243L18.8857 102.422L18.1887 102.596L17.5407 102.765L16.9414 102.929L16.3901 103.086L15.5609 103.337L14.8263 103.574L14.2371 103.778L13.5784 104.031L13.0629 104.262L12.5458 104.531L12.0914 104.602" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M69.5066 70.8051L69.3343 70.769L68.6945 70.6427L68.1384 70.534L67.2783 70.3189L66.6236 70.1534L65.6868 69.9206L64.8915 69.7221L64.6336 69.1273L64.2282 68.1924L63.821 67.2532L63.7356 67.0563" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M77.1869 71.4782L77.1721 71.6422L77.1559 71.8215" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M44.4537 70.2133L44.5138 70.19L44.7945 70.1078" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M41.6031 73.5187L41.6365 73.4877L41.8163 73.3501" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M70.7214 70.8418L71.0425 70.7041L71.7782 70.5634L72.4634 70.7413L72.9129 71.1472L73.21 71.6814L73.3831 72.2345L73.4912 72.8795" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M73.4911 72.8795L73.1994 72.6817L72.4734 72.1846L71.3109 71.4829L70.5144 71.0543L70.058 70.8081" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M46.4607 77.0957L46.4608 77.0769L46.4557 76.3955L46.4123 75.8008L46.3309 75.2228L46.2036 74.6363L45.985 73.9739L45.8068 73.5818" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M105.175 76.3338L105.119 76.1328L105.115 76.1187" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M104.552 74.1795L104.509 74.0266L104.507 74.0192" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M96.9929 66.7L96.954 66.7915L97.0727 67.5217L97.236 68.0631L97.4149 68.661L97.6161 69.3413L97.7824 69.91L97.9562 70.5061L98.1143 71.0595L98.2828 71.6478L98.4689 72.3215L98.6342 72.9229L98.7986 73.5458L98.9605 74.1644L99.118 74.7882L99.2953 75.5054L99.4285 76.0519L99.5726 76.6536L99.7107 77.2357L99.8533 77.8426L100.003 78.447L100.308 79.0137L100.928 79.2141L101.496 79.2439L102.165 79.2712L102.986 79.304L103.549 79.3272L104.284 79.3589L105 79.3947L106.157 79.4626L106.9 79.5134L107.465 79.5543L108.169 79.6131L109.178 79.7019L109.948 79.7734L110.556 79.829L111.277 79.8985L111.959 79.9671L112.581 80.0219L113.073 79.9368" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M102.406 71.3893L102.398 71.3878L102.245 71.3604" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M143.654 103.592L143.657 103.385" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M93.3185 101.595L93.3202 101.541L93.4086 100.958L93.4164 100.808" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M97.6375 103.595L97.3558 103.415L96.7947 103.056L96.2403 102.699L95.6971 102.346L95.1694 101.997L94.6574 101.654L94.1565 101.314L93.6624 100.977L93.5962 101.603" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M112.149 103.915L112.152 103.915L112.979 103.94" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M108.59 103.826L107.647 103.806L107.644 103.806" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M46.5032 70.8373L46.3681 70.8713L45.718 71.5514L45.2747 72.1317L45.1829 72.254" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M114.542 103.996L115.278 104.027L115.289 104.027" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M121.488 104.455L121.351 104.439L120.708 104.375L120.523 104.357" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M21.2496 108.407L22.0609 108.309L22.9131 108.21L23.8053 108.108L24.7369 108.005L25.7069 107.901L26.7144 107.796L27.7587 107.69L28.838 107.583L29.9506 107.475L31.0949 107.366L32.2692 107.257L33.4717 107.147L34.7008 107.036L35.9547 106.926L37.2317 106.815L38.5302 106.703L39.8482 106.592L41.1842 106.481L42.5364 106.369L43.903 106.258L45.2823 106.147L46.6726 106.037L48.0721 105.926L49.4794 105.817L50.8922 105.708L52.1819 105.609L53.7312 105.492L55.1556 105.386L56.5823 105.282L58.0104 105.18" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M116.887 106.534L116.706 106.508L116.008 106.411L115.438 106.336L114.511 106.317L113.771 106.302L112.913 106.285L111.685 106.261" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M18.1713 111.538L17.983 111.546" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M20.48 108.504L19.7531 108.598" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.2439 109.75L14.236 109.796" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.236 109.796L14.5897 109.533" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M14.7675 109.472L14.9867 109.407L15.5601 109.268L15.9194 109.193" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M16.783 109.036L17.2858 108.954L17.8349 108.868" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M18.4297 108.781L19.0218 108.697" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M124.727 128.61L124.726 128.604L124.596 127.977L124.511 127.342L124.369 126.279L123.998 123.403L123.831 122.527L123.564 120.58L123.233 119.475" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
<path d="M125.066 124.101L125.022 123.822L124.48 123.456L123.998 123.403" stroke="#11866F" stroke-width="2" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 89 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 352 KiB

@ -1,3 +0,0 @@
<svg width="27" height="36" viewBox="0 0 27 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.305 28.2798C25.4843 27.6294 25.8036 26.1929 24.9516 25.4842C25.7768 20.5769 23.4638 16.2515 20.7061 13.4792C18.3916 11.1531 19.1378 8.88979 19.1378 6.93125C19.1378 3.80167 17.8231 0.5 13.8403 0.5C9.5829 0.5 8.41597 3.97083 8.37418 5.95125C8.27271 10.7083 9.35758 11.945 6.50887 15.4071C3.15729 19.4802 2.66335 23.5431 3.41992 25.6985C3.06626 26.101 2.58874 26.5473 1.69637 26.9163C-0.768819 27.9663 1.03829 29.7235 0.356336 30.9704C0.162343 31.3248 0.0698242 31.6952 0.0698242 32.0496C0.0698242 33.1433 0.959204 34.0898 2.57531 33.9483C4.75548 33.7588 6.76703 35.2681 8.06827 35.2681C9.2173 35.2681 10.1604 34.6294 10.5991 33.75C12.654 33.2556 15.1908 33.3183 17.2441 33.836C17.6127 34.8438 18.6125 35.5 19.7242 35.5C22.1581 35.5 22.6266 32.8035 25.4186 31.8906C26.4244 31.5625 26.9303 30.6088 26.9303 29.7206C26.9303 29.1519 26.7229 28.6108 26.305 28.2798ZM12.6554 13.0183C12.1794 13.0183 11.7855 12.6421 11.1632 12.19C10.3753 11.6183 9.57395 11.2888 9.58291 10.6879C9.58291 10.2752 10.1485 10.1483 10.8797 9.69479C11.6646 9.20917 11.9705 8.71625 12.7435 8.71625C13.5344 8.71625 13.7731 9.10708 14.8476 9.56063C15.9041 10.0083 16.6397 10.1833 16.6397 10.6879C16.6397 11.2056 15.534 11.576 14.9117 11.9538C13.997 12.505 13.5269 13.0183 12.6554 13.0183ZM15.14 5.41313C16.4562 5.61875 16.6039 7.87917 15.9742 8.99187L15.4445 8.78042C15.719 7.98854 15.7146 6.68479 14.7953 6.60167C14.2119 6.54917 13.8358 7.30167 13.7552 7.94625C13.5269 7.85292 13.2777 7.78583 12.9748 7.76104C13.0673 6.415 13.9567 5.22792 15.14 5.41313ZM10.0619 5.89583C11.0707 5.65083 11.6661 6.79708 11.6706 7.98854L11.208 8.26562C11.1453 7.76542 10.917 6.9575 10.344 7.12958C9.73064 7.31625 9.83062 8.70896 10.1723 8.99479L9.71572 9.24271C9.08897 8.21167 9.09046 6.13208 10.0619 5.89583ZM6.90581 33.9585C3.97653 32.6563 2.9812 32.9523 2.42161 32.9523C1.26213 32.9523 0.883099 32.1079 1.31884 31.3088C1.68891 30.6306 1.57401 29.9204 1.48298 29.3502C1.34271 28.4767 1.31734 28.1923 2.19628 27.816C3.41246 27.3115 3.95265 26.6625 4.35556 26.1769C5.48668 24.8104 6.62825 26.96 7.56389 28.8748C8.17124 30.1158 9.36653 30.7444 9.73512 32.1196C10.0739 33.3898 8.67562 34.746 6.90581 33.9585ZM17.3321 31.2256C15.2669 32.2071 12.636 32.6577 10.6678 31.6617C10.3768 30.8406 9.9112 30.3098 9.4098 29.776C10.2141 29.569 10.811 28.589 10.0962 27.6046C9.3337 26.5531 7.77579 25.8196 6.20147 24.6296C4.72862 23.5169 4.26304 20.7738 6.26862 17.7083C5.2912 20.4237 5.86273 22.9263 6.35368 23.6423C6.45515 22.2015 6.57155 19.7952 8.58608 16.9121C9.6023 15.4567 9.61723 13.5346 9.63961 12.3329L10.5648 12.9513C11.2453 13.4427 11.8153 13.9838 12.6331 13.9838C13.8418 13.9838 14.5103 13.3042 15.4415 12.7398C15.8056 12.521 16.3562 12.2994 16.8188 11.9917C17.5948 15.6025 20.8091 19.9454 20.9896 22.4188C21.7373 20.9137 20.7778 17.2942 20.7778 17.2942C22.0342 19.1681 22.1342 20.73 22.1894 22.6462C23.0684 22.9977 24.0115 23.9135 24.098 25.1196L23.7324 25.0788C23.5444 23.7385 19.8421 21.7698 19.5093 24.2927C17.7336 24.5567 18.3797 27.3056 18.0216 29.0877C17.8574 29.9029 17.553 30.5475 17.3321 31.2256ZM24.5636 31.1658C23.0937 31.72 22.1014 32.8969 21.4194 33.6275C20.1062 35.0363 18.3693 34.361 18.1842 33.0427C17.9887 31.634 18.7214 30.8654 19.0378 29.289C19.3258 27.8496 19.0035 25.6344 19.6809 25.3981C20.1212 27.9546 22.7639 26.8798 23.3668 26.1827C24.3472 26.1827 24.4293 26.5065 24.6486 27.4033C24.7859 27.9648 24.9754 28.4373 25.5112 28.9929C26.1349 29.6448 25.9439 30.6452 24.5636 31.1658ZM12.6256 12.1988C11.6541 12.1988 10.9274 11.5673 10.3365 11.0773C10.0336 10.8279 10.4111 10.3671 10.714 10.6179C11.2915 11.0963 11.8735 11.6023 12.6256 11.6023C13.5314 11.6023 14.3297 10.8454 15.4116 10.4283C15.7802 10.2869 15.9906 10.844 15.625 10.9854C14.5745 11.3894 13.7314 12.1988 12.6256 12.1988Z" fill="#F0F2E2"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

@ -1,3 +0,0 @@
<svg width="25" height="30" viewBox="0 0 25 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.0003 22.0095C24.0178 24.8596 21.0764 29.906 18.0463 29.961C16.0363 29.9997 15.39 28.7697 13.0924 28.7697C10.7961 28.7697 10.0773 29.9235 8.17728 29.9985C4.96217 30.1222 -0.000488281 22.7145 -0.000488281 16.2543C-0.000488281 10.3203 4.13465 7.37899 7.74726 7.32524C9.68483 7.29024 11.5149 8.63153 12.6962 8.63153C13.8825 8.63153 16.105 7.01898 18.4414 7.25523C19.4189 7.29649 22.1652 7.649 23.9278 10.2266C19.2514 13.2792 19.9802 19.6631 25.0003 22.0095ZM18.4726 0C14.94 0.142505 12.0574 3.84887 12.4599 6.91397C15.725 7.16773 18.8576 3.50761 18.4726 0Z" fill="#F0F2E2"/>
</svg>

Before

Width:  |  Height:  |  Size: 687 B

@ -1,3 +0,0 @@
<svg width="22" height="30" viewBox="0 0 22 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.875 4.125C21.875 2.12279 20.2522 0.5 18.25 0.5C16.2478 0.5 14.625 2.12279 14.625 4.125C14.625 5.72363 15.6654 7.06488 17.1021 7.547C17.3051 12.7368 14.66 13.3035 11.0628 14.0611C8.99779 14.4961 6.66208 14.9976 4.95833 16.5805V7.52767C6.36363 7.02863 7.375 5.70188 7.375 4.125C7.375 2.12279 5.75221 0.5 3.75 0.5C1.74779 0.5 0.125 2.12279 0.125 4.125C0.125 5.70188 1.13638 7.02863 2.54167 7.52767V22.4711C1.13638 22.9714 0.125 24.2981 0.125 25.875C0.125 27.8772 1.74779 29.5 3.75 29.5C5.75221 29.5 7.375 27.8772 7.375 25.875C7.375 24.3102 6.37933 22.9895 4.99096 22.482C5.31721 17.7429 8.09637 17.1557 11.5607 16.4258C15.2316 15.6525 19.7459 14.6834 19.5103 7.51196C20.889 6.99842 21.875 5.68254 21.875 4.125ZM1.575 4.125C1.575 2.92513 2.55013 1.95 3.75 1.95C4.94988 1.95 5.925 2.92513 5.925 4.125C5.925 5.32488 4.94988 6.3 3.75 6.3C2.55013 6.3 1.575 5.32488 1.575 4.125ZM5.925 25.875C5.925 27.0749 4.94988 28.05 3.75 28.05C2.55013 28.05 1.575 27.0749 1.575 25.875C1.575 24.6751 2.55013 23.7 3.75 23.7C4.94988 23.7 5.925 24.6751 5.925 25.875ZM18.25 6.3C17.0501 6.3 16.075 5.32488 16.075 4.125C16.075 2.92513 17.0501 1.95 18.25 1.95C19.4499 1.95 20.425 2.92513 20.425 4.125C20.425 5.32488 19.4499 6.3 18.25 6.3Z" fill="#F0F2E2"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

@ -1,3 +0,0 @@
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.5 12V3.354L10.5 1.999V12H0.5ZM11.5 12H24.5V0L11.5 1.807V12ZM10.5 13H0.5V20.646L10.5 22.001V13ZM11.5 13V22.194L24.5 24V13H11.5Z" fill="#F0F2E2"/>
</svg>

Before

Width:  |  Height:  |  Size: 260 B

@ -42,8 +42,7 @@ const MDXComponents = {
<NextLink href={href} passHref>
<Link
isExternal={href.startsWith('http') && !href.includes('geth.ethereum.org')}
// TODO: move color to theme
color='#18bc9c'
color='primary'
>
{children}
</Link>
@ -98,7 +97,7 @@ const MDXComponents = {
// as={'span'}
// padding='0.125em 0.25em'
// color='red.300'
// background='#1c1e2d'
// background='code-bg-contrast'
// borderRadius='0.25em'
// fontFamily='code'
// fontSize='sm'

@ -0,0 +1,22 @@
import { Link, Stack, Text } from '@chakra-ui/react';
import NextLink, { LinkProps } from 'next/link';
import { Link as LinkTheme } from "../../theme/components"
interface Props extends LinkProps {
children: React.ReactNode;
}
export const ButtonLinkSecondary: React.FC<Props> = ({ href, children, ...restProps}) => {
const isExternal: boolean = href.toString().startsWith('http');
const variant = LinkTheme.variants["button-link-secondary"]
return (
<Stack sx={{ mt: '0 !important' }} {...variant}>
<NextLink href={href} passHref {...restProps}>
<Link variant='button-link-secondary' isExternal={isExternal}>
<Text textStyle='home-section-link-label'>{children}</Text>
</Link>
</NextLink>
</Stack>
);
};

@ -12,11 +12,11 @@ export const DataTable: FC<Props> = ({ columnHeaders, data }) => {
// Note: This wont work on firefox, we are ok with this.
css={{
'&::-webkit-scrollbar': {
borderTop: '2px solid #11866f',
borderTop: '2px solid var(--chakra-colors-primary)',
height: 18
},
'&::-webkit-scrollbar-thumb': {
background: '#11866f'
background: 'var(--chakra-colors-primary)'
}
}}
pt={4}
@ -32,7 +32,7 @@ export const DataTable: FC<Props> = ({ columnHeaders, data }) => {
fontFamily='"JetBrains Mono", monospace'
fontWeight={700}
fontSize='md'
color='#868b87'
color='#868b87' //? Use theme color? Or add to theme?
>
{columnHeader}
</Text>
@ -48,7 +48,7 @@ export const DataTable: FC<Props> = ({ columnHeaders, data }) => {
key={idx}
// TODO: Get new background color from nuno for hover
transition={'all 0.5s'}
_hover={{ background: 'green.50', transition: 'all 0.5s' }}
_hover={{ background: 'button-bg', transition: 'all 0.5s' }}
>
{columnHeaders.map((columnHeader, idx) => {
// TODO: Make the font size smaller (refer to design system)

@ -1,23 +1,21 @@
import { Box, Flex, Input, InputGroup, Link, Stack, Text } from '@chakra-ui/react';
import { Box, Flex, Input, InputGroup, Link, Stack, Text, useColorMode } from '@chakra-ui/react';
import { FC } from 'react';
import NextLink from 'next/link';
import { HamburguerIcon, LensIcon, MoonIcon } from '../UI/icons';
import { HamburgerIcon, LensIcon, MoonIcon, SunIcon } from '../UI/icons';
import { DOCS_PAGE, DOWNLOADS_PAGE } from '../../constants';
export const Header: FC = () => {
const { colorMode, toggleColorMode } = useColorMode();
const isDark = colorMode === 'dark';
return (
<Flex
mb={4}
border='2px solid'
borderColor='brand.light.primary'
justifyContent='space-between'
>
<Flex mb={4} border='2px solid' borderColor='primary' justifyContent='space-between'>
<Stack
p={4}
justifyContent='center'
alignItems='flex-start'
borderRight={{ base: 'none', sm: '2px solid #11866f' }}
borderRight='2px'
borderColor='primary'
flexGrow={2}
>
<NextLink href={'/'} passHref>
@ -32,14 +30,14 @@ export const Header: FC = () => {
<Stack
p={4}
justifyContent='center'
borderRight='2px solid'
borderColor='brand.light.primary'
borderRight='2px'
borderColor='primary'
display={{ base: 'none', md: 'block' }}
color='brand.light.primary'
color='primary'
_hover={{
textDecoration: 'none',
bg: 'brand.light.primary',
color: 'yellow.50 !important'
bg: 'primary',
color: 'bg !important'
}}
>
<NextLink href={DOWNLOADS_PAGE} passHref>
@ -55,13 +53,14 @@ export const Header: FC = () => {
<Stack
p={4}
justifyContent='center'
borderRight={{ base: 'none', md: '2px solid #11866f' }}
borderRight='2px'
borderColor='primary'
display={{ base: 'none', md: 'block' }}
color='brand.light.primary'
color='primary'
_hover={{
textDecoration: 'none',
bg: 'brand.light.primary',
color: 'yellow.50 !important'
bg: 'primary',
color: 'bg !important'
}}
>
<NextLink href={DOCS_PAGE} passHref>
@ -77,30 +76,41 @@ export const Header: FC = () => {
<Stack
p={4}
display={{ base: 'none', md: 'block' }}
borderRight={{ base: 'none', md: '2px solid #11866f' }}
borderRight='2px'
borderColor='primary'
>
<InputGroup>
<Input
variant='unstyled'
placeholder='search'
size='md'
_placeholder={{ color: 'brand.light.primary', fontStyle: 'italic' }}
_placeholder={{ color: 'primary', fontStyle: 'italic' }}
/>
<Stack pl={4} justifyContent='center' alignItems='center'>
<LensIcon />
<LensIcon color='primary' />
</Stack>
</InputGroup>
</Stack>
{/* DARK MODE SWITCH */}
<Box p={4} borderRight={{ base: '2px solid #11866f', md: 'none' }}>
<MoonIcon />
<Box
as='button'
p={4}
borderRight={{ base: '2px', md: 'none' }}
borderColor='primary'
onClick={toggleColorMode}
_hover={{
bg: 'primary',
svg: { color: 'bg' }
}}
>
{isDark ? <SunIcon color='primary' /> : <MoonIcon color='primary' />}
</Box>
{/* HAMBURGUER MENU */}
{/* HAMBURGER MENU */}
<Box p={4} display={{ base: 'block', md: 'none' }}>
<HamburguerIcon />
<HamburgerIcon color='primary' />
</Box>
</Flex>
</Flex>

@ -1,7 +1,9 @@
import { Box, Center, Button, Grid, Image, Link, Stack, HStack, Text } from '@chakra-ui/react';
import { Box, Button, Center, Grid, HStack, Image, Link, Stack,Text } from '@chakra-ui/react';
import { FC } from 'react';
import NextLink from 'next/link';
import { GopherDownloads } from '../svgs';
import { DOWNLOAD_HEADER_BUTTONS } from '../../../constants';
interface DownloadsHero {
@ -31,7 +33,7 @@ export const DownloadsHero: FC<DownloadsHero> = ({
return (
<Grid
border='3px solid'
borderColor='brand.light.primary'
borderColor='primary'
p={4}
templateColumns={{ base: 'repeat(1, 1fr)', lg: '1fr 430px' }}
gap={4}
@ -47,7 +49,6 @@ export const DownloadsHero: FC<DownloadsHero> = ({
<Box as='h1' textStyle='h1'>
Download go-ethereum
</Box>
<Text
// TODO: move text style to theme
fontFamily='"JetBrains Mono", monospace'
@ -73,31 +74,24 @@ export const DownloadsHero: FC<DownloadsHero> = ({
order={{ base: -1, md: 1 }}
>
<Center>
<Image
src='/images/pages/gopher-downloads-front-light.svg'
alt='Gopher plugged in'
w={{ md: 72 }}
/>
<GopherDownloads aria-label='Gopher plugged in' w={{ md: 96 }} />
</Center>
</Stack>
</Grid>
<Grid templateColumns={{ base: 'repeat(1, 1fr)', md: 'repeat(2, 1fr)' }} gap={4} mb={4}>
{Object.keys(DOWNLOAD_HEADER_BUTTONS).map((key: string) => {
const { name, buildURL, Svg, ariaLabel } = DOWNLOAD_HEADER_BUTTONS[key];
return (
<NextLink key={key} href={DOWNLOAD_HEADER_BUTTONS[key].buildURL} passHref>
<NextLink key={key} href={buildURL} passHref>
<Button as='a' variant='downloadsHeader' width={{ base: '100%' }} h={16}>
<HStack spacing={4}>
<Stack alignItems='center'>
<Image
src={DOWNLOAD_HEADER_BUTTONS[key].image}
alt={DOWNLOAD_HEADER_BUTTONS[key].imageAlt}
h='44px'
/>
<Svg aria-label={ariaLabel} maxH="44px" />
</Stack>
<Box>
<Text textStyle='downloads-button-label'>
For {DOWNLOAD_HEADER_BUTTONS[key].name}
For {name}
</Text>
<Text textStyle='downloads-button-sublabel'>geth {currentBuildVersion}</Text>
</Box>
@ -116,11 +110,7 @@ export const DownloadsHero: FC<DownloadsHero> = ({
</Stack>
<Center display={{ base: 'none', lg: 'flex' }}>
<Image
src='/images/pages/gopher-downloads-front-light.svg'
alt='Gopher plugged in'
w={96}
/>
<GopherDownloads aria-label='Gopher plugged in' w={96} />
</Center>
</Grid>
);

@ -1,35 +1,34 @@
import { Center, Flex, Image, Stack, Text } from '@chakra-ui/react';
import { Center, Flex, IconProps, Stack, Text } from '@chakra-ui/react';
import { FC } from 'react';
interface Props {
children: React.ReactNode;
id: string;
imgSrc?: string;
imgAltText?: string;
sectionDescription?: React.ReactNode;
sectionTitle: string;
sectionDescription?: React.ReactNode;
children: React.ReactNode;
Svg?: React.FC<IconProps>;
ariaLabel?: string;
}
export const DownloadsSection: FC<Props> = ({
children,
imgSrc,
imgAltText,
sectionDescription,
id,
sectionTitle,
id
sectionDescription,
children,
Svg,
ariaLabel
}) => {
return (
<Stack border='2px solid' borderColor='brand.light.primary' id={id}>
{!!imgSrc && (
<Stack alignItems='center' p={4} borderBottom='2px solid' borderColor='brand.light.primary'>
{/* TODO: use NextImage */}
<Image src={imgSrc} alt={imgAltText} />
<Stack border='2px solid' borderColor='primary' id={id}>
{Svg && (
<Stack alignItems='center' p={4} borderBottom='2px solid' borderColor='primary'>
<Svg aria-label={ariaLabel} />
</Stack>
)}
<Flex
borderBottom='2px solid'
borderColor='brand.light.primary'
borderColor='primary'
flexDirection={{ base: 'column', md: 'row' }}
>
<Flex p={4} sx={{ mt: '0 !important' }} flex='none'>
@ -43,8 +42,9 @@ export const DownloadsSection: FC<Props> = ({
{sectionDescription && (
<Center
p={4}
borderLeft={{ base: 'none', md: '2px solid #11866f' }}
borderTop={{ base: '2px solid #11866f', md: 'none' }}
borderLeft={{ base: 'none', md: '2px' }}
borderTop={{ base: '2px', md: 'none' }}
borderColor='primary'
>
{sectionDescription}
</Center>

@ -11,9 +11,9 @@ interface Props {
export const DownloadsTable: FC<Props> = ({ data }) => {
return (
<Stack sx={{ mt: '0 !important' }} borderBottom='2px solid' borderColor='brand.light.primary'>
<Stack sx={{ mt: '0 !important' }} borderBottom='2px solid' borderColor='primary'>
<Tabs variant='unstyled'>
<TabList color='brand.light.primary' bg='green.50'>
<TabList color='primary' bg='button-bg'>
{DOWNLOAD_TABS.map((tab, idx) => {
return (
<Tab
@ -21,12 +21,12 @@ export const DownloadsTable: FC<Props> = ({ data }) => {
w={'20%'}
p={4}
_selected={{
bg: 'brand.light.primary',
color: 'yellow.50'
bg: 'primary',
color: 'bg'
}}
borderBottom='2px solid'
borderRight={idx === DOWNLOAD_TABS.length - 1 ? 'none' : '2px solid'}
borderColor='brand.light.primary'
borderColor='primary'
>
<Text textStyle='download-tab-label'>{tab}</Text>
</Tab>

@ -1,5 +1,6 @@
import { Box, Flex, Image, Stack } from '@chakra-ui/react';
import { FC } from 'react';
import { GopherHomeLinks } from '../svgs';
interface Props {
children: React.ReactNode;
@ -9,26 +10,26 @@ export const SpecificVersionsSection: FC<Props> = ({ children }) => {
return (
<Flex
id='specificversions'
border='2px solid'
borderColor='brand.light.primary'
border='2px'
borderColor='primary'
flexDir={{ base: 'column', md: 'row' }}
>
<Flex
p={4}
alignItems='center'
justifyContent='center'
borderBottom={{ base: '2px solid #11866f', md: 'none' }}
borderRight={{ base: 'none', md: '2px solid #11866f' }}
borderBottom={{ base: '2px', md: 'none' }}
borderRight={{ base: 'none', md: '2px' }}
borderColor='primary'
flex='none'
>
{/* TODO: use NextImage */}
<Image src='/images/pages/gopher-home-side-desktop.svg' alt='Gopher facing right' />
<GopherHomeLinks />
</Flex>
<Flex flexDir='column'>
<Stack
p={4}
borderBottom='2px solid'
borderColor='brand.light.primary'
borderBottom='2px'
borderColor='primary'
sx={{ mt: '0 !important' }}
>
<Box as='h2' textStyle='h2'>

@ -1,17 +0,0 @@
import { Image, Stack } from '@chakra-ui/react';
import { FC } from 'react';
export const Gopher: FC = () => {
return (
<Stack
justifyContent='center'
alignItems='center'
p={4}
border='2px solid'
borderColor='brand.light.primary'
h='100%'
>
<Image src='/images/pages/gopher-home-side-mobile.svg' alt='Gopher greeting' />
</Stack>
);
};

@ -8,7 +8,7 @@ export const HomeHero: FC = () => {
return (
<Stack
border='2px solid'
borderColor='brand.light.primary'
borderColor='primary'
px={4}
py={{ base: 8, md: 24, lg: 48 }}
flexGrow={1}

@ -1,39 +1,32 @@
import { Box, Image, Link, Stack, Text } from '@chakra-ui/react';
import { Box, IconProps, Stack } from '@chakra-ui/react';
import { FC } from 'react';
import NextLink from 'next/link';
import { ButtonLinkSecondary } from '..';
interface Props {
imgSrc?: string;
imgAltText?: string;
sectionTitle: string;
linkLabel: string;
buttonHref: string;
children?: React.ReactNode;
Svg?: React.FC<IconProps>;
ariaLabel?: string;
}
export const HomeSection: FC<Props> = ({
imgSrc,
imgAltText,
Svg,
ariaLabel,
sectionTitle,
linkLabel,
buttonHref,
children
}) => {
return (
<Stack border='2px solid' borderColor='brand.light.primary' h='100%'>
{!!imgSrc && (
<Stack alignItems='center' p={4} borderBottom='2px solid' borderColor='brand.light.primary'>
{/* TODO: use NextImage */}
<Image src={imgSrc} alt={imgAltText} />
<Stack border='2px solid' borderColor='primary' h='100%'>
{Svg && (
<Stack alignItems='center' p={4} borderBottom='2px solid' borderColor='primary'>
<Svg aria-label={ariaLabel} />
</Stack>
)}
<Stack
p={4}
borderBottom='2px solid'
borderColor='brand.light.primary'
sx={{ mt: '0 !important' }}
>
<Stack p={4} borderBottom='2px solid' borderColor='primary' sx={{ mt: '0 !important' }}>
<Box as='h2' textStyle='h2'>
{sectionTitle}
</Box>
@ -43,20 +36,14 @@ export const HomeSection: FC<Props> = ({
p={4}
spacing={4}
borderBottom='2px solid'
borderColor='brand.light.primary'
borderColor='primary'
sx={{ mt: '0 !important' }}
h='100%'
>
{children}
</Stack>
<Stack sx={{ mt: '0 !important' }}>
<NextLink href={buttonHref} passHref>
<Link variant='button-link-secondary' isExternal={buttonHref.startsWith('http')}>
<Text textStyle='home-section-link-label'>{linkLabel}</Text>
</Link>
</NextLink>
</Stack>
<ButtonLinkSecondary href={buttonHref}>{linkLabel}</ButtonLinkSecondary>
</Stack>
);
};

@ -6,8 +6,8 @@ import { CONTRIBUTING_PAGE, DOCS_PAGE, FAQ_PAGE } from '../../../constants';
export const QuickLinks: FC = () => {
return (
<Stack border='2px solid' borderColor='brand.light.primary'>
<Stack p={4} borderBottom='2px solid' borderColor='brand.light.primary'>
<Stack border='2px solid' borderColor='primary'>
<Stack p={4} borderBottom='2px solid' borderColor='primary'>
<Box as='h2' textStyle='h2'>
Quick Links
</Box>
@ -21,7 +21,7 @@ export const QuickLinks: FC = () => {
<GridItem
borderRight='2px solid'
borderBottom='2px solid'
borderColor='brand.light.primary'
borderColor='primary'
>
<Stack p={4} h='100%'>
<Text textStyle='quick-link-text' mb={-1}>
@ -31,23 +31,23 @@ export const QuickLinks: FC = () => {
<Text textStyle='quick-link-text'>We can help.</Text>
</Stack>
</GridItem>
<GridItem borderBottom='2px solid' borderColor='brand.light.primary'>
<GridItem borderBottom='2px solid' borderColor='primary'>
<NextLink href={`${DOCS_PAGE}/getting-started`} passHref>
<Link _hover={{ textDecoration: 'none' }}>
<Stack
data-group
bg='green.50'
_hover={{ textDecoration: 'none', bg: 'brand.light.primary', color: 'yellow.50' }}
bg='button-bg'
_hover={{ textDecoration: 'none', bg: 'primary', color: 'bg' }}
_focus={{
textDecoration: 'none',
bg: 'brand.light.primary',
color: 'yellow.50',
bg: 'primary',
color: 'bg',
boxShadow: 'inset 0 0 0 3px #f0f2e2 !important'
}}
_active={{
textDecoration: 'none',
bg: 'brand.light.secondary',
color: 'yellow.50'
bg: 'secondary',
color: 'bg'
}}
justifyContent='center'
h='100%'
@ -63,7 +63,7 @@ export const QuickLinks: FC = () => {
<GridItem
borderRight='2px solid'
borderBottom='2px solid'
borderColor='brand.light.primary'
borderColor='primary'
>
<Stack p={4} h='100%'>
<Text textStyle='quick-link-text' mb={-1}>
@ -73,23 +73,23 @@ export const QuickLinks: FC = () => {
<Text textStyle='quick-link-text'>Check the FAQ section in the documentation.</Text>
</Stack>
</GridItem>
<GridItem borderBottom='2px solid' borderColor='brand.light.primary'>
<GridItem borderBottom='2px solid' borderColor='primary'>
<NextLink href={FAQ_PAGE} passHref>
<Link _hover={{ textDecoration: 'none' }}>
<Stack
data-group
bg='green.50'
_hover={{ textDecoration: 'none', bg: 'brand.light.primary', color: 'yellow.50' }}
bg='button-bg'
_hover={{ textDecoration: 'none', bg: 'primary', color: 'bg' }}
_focus={{
textDecoration: 'none',
bg: 'brand.light.primary',
color: 'yellow.50',
boxShadow: 'inset 0 0 0 3px #f0f2e2 !important'
bg: 'primary',
color: 'bg',
boxShadow: 'inset 0 0 0 3px var(--chakra-colors-bg) !important'
}}
_active={{
textDecoration: 'none',
bg: 'brand.light.secondary',
color: 'yellow.50'
bg: 'secondary',
color: 'bg'
}}
justifyContent='center'
h='100%'
@ -102,7 +102,7 @@ export const QuickLinks: FC = () => {
</GridItem>
{/* how to contribute */}
<GridItem borderRight='2px solid' borderColor='brand.light.primary'>
<GridItem borderRight='2px solid' borderColor='primary'>
<Stack p={4} h='100%'>
<Text textStyle='quick-link-text' mb={-1}>
Want to know how to contribute?
@ -116,18 +116,18 @@ export const QuickLinks: FC = () => {
<Link _hover={{ textDecoration: 'none' }}>
<Stack
data-group
bg='green.50'
_hover={{ textDecoration: 'none', bg: 'brand.light.primary', color: 'yellow.50' }}
bg='button-bg'
_hover={{ textDecoration: 'none', bg: 'primary', color: 'bg' }}
_focus={{
textDecoration: 'none',
bg: 'brand.light.primary',
color: 'yellow.50',
boxShadow: 'inset 0 0 0 3px #f0f2e2 !important'
bg: 'primary',
color: 'bg',
boxShadow: 'inset 0 0 0 3px var(--chakra-colors-bg) !important'
}}
_active={{
textDecoration: 'none',
bg: 'brand.light.secondary',
color: 'yellow.50'
bg: 'secondary',
color: 'bg'
}}
justifyContent='center'
h='100%'

@ -1,8 +1,8 @@
import { Box, Grid, GridItem, Image, Link, Stack, Text } from '@chakra-ui/react';
import { Box, Grid, GridItem, Stack } from '@chakra-ui/react';
import { FC } from 'react';
import NextLink from 'next/link';
import { GlyphHome } from '../svgs/GlyphHome';
import { ETHEREUM_ORG_URL } from '../../../constants';
import { ButtonLinkSecondary } from '..';
interface Props {
children: React.ReactNode;
@ -10,32 +10,24 @@ interface Props {
export const WhatIsEthereum: FC<Props> = ({ children }) => {
return (
<Stack border='2px solid' borderColor='brand.light.primary'>
<Stack border='2px' borderColor='primary'>
<Grid
templateColumns={{ base: 'repeat(1, 1fr)', md: 'repeat(2, 1fr)' }}
borderBottom={{ base: 'none', md: '2px solid #11866f' }}
borderBottom='2px'
borderColor='primary'
>
<GridItem
borderRight={{ base: 'none', md: '2px solid #11866f' }}
order={{ base: 2, md: 1 }}
borderRight={{ base: 'none', md: '2px' }}
borderColor='primary !important'
>
<Stack
p={4}
borderBottom='2px solid'
borderColor='brand.light.primary'
sx={{ mt: '0 !important' }}
>
<Stack p={4} borderBottom='2px' borderColor='primary' sx={{ mt: '0 !important' }}>
<Box as='h2' textStyle='h2'>
What is Ethereum
</Box>
</Stack>
<Stack
p={4}
borderBottom={{ base: '2px solid', md: 'none' }}
borderColor='brand.light.primary'
sx={{ mt: '0 !important' }}
>
<Stack p={4} sx={{ mt: '0 !important' }}>
{children}
</Stack>
</GridItem>
@ -45,23 +37,16 @@ export const WhatIsEthereum: FC<Props> = ({ children }) => {
justifyContent='center'
alignItems='center'
p={4}
borderBottom={{ base: '2px solid', md: 'none' }}
borderColor='brand.light.primary'
borderBottom={{ base: '2px', md: 'none' }}
borderColor='primary'
h='100%'
>
{/* TODO: use NextImage */}
<Image src='/images/pages/glyph-home-light.svg' alt='Ethereum glyph' />
<GlyphHome />
</Stack>
</GridItem>
</Grid>
<Stack sx={{ mt: '0 !important' }}>
<NextLink href={ETHEREUM_ORG_URL} passHref>
<Link variant='button-link-secondary' isExternal>
<Text textStyle='home-section-link-label'>Learn more on Ethereum.org</Text>
</Link>
</NextLink>
</Stack>
<ButtonLinkSecondary href={ETHEREUM_ORG_URL}>Learn more on Ethereum.org</ButtonLinkSecondary>
</Stack>
);
};

@ -1,7 +1,8 @@
import { Box, Grid, GridItem, Image, Link, Stack, Text } from '@chakra-ui/react';
import { Box, Grid, GridItem, Stack } from '@chakra-ui/react';
import { FC } from 'react';
import NextLink from 'next/link';
import { ButtonLinkSecondary } from '..'
import { GopherHomeNodes } from '../svgs/GopherHomeNodes';
import { ETHEREUM_ORG_RUN_A_NODE_URL } from '../../../constants';
interface Props {
@ -10,18 +11,14 @@ interface Props {
export const WhyRunANode: FC<Props> = ({ children }) => {
return (
<Stack border='2px solid' borderColor='brand.light.primary'>
<Stack border='2px solid' borderColor='primary'>
<Grid
templateColumns={{ base: 'repeat(1, 1fr)', md: 'repeat(2, 1fr)' }}
borderBottom={{ base: 'none', md: '2px solid #11866f' }}
borderBottom={{ base: 'none', md: '2px' }}
borderColor='primary !important'
>
<GridItem order={{ base: 1, md: 2 }}>
<Stack
p={4}
borderBottom='2px solid'
borderColor='brand.light.primary'
sx={{ mt: '0 !important' }}
>
<Stack p={4} borderBottom='2px' borderColor='primary' sx={{ mt: '0 !important' }}>
<Box as='h2' textStyle='h2'>
Why run a node?
</Box>
@ -29,8 +26,8 @@ export const WhyRunANode: FC<Props> = ({ children }) => {
<Stack
p={4}
borderBottom={{ base: '2px solid', md: 'none' }}
borderColor='brand.light.primary'
borderBottom={{ base: '2px', md: 'none' }}
borderColor='primary'
sx={{ mt: '0 !important' }}
>
{children}
@ -42,23 +39,19 @@ export const WhyRunANode: FC<Props> = ({ children }) => {
justifyContent='center'
alignItems='center'
p={4}
borderBottom={{ base: '2px solid #11866f', md: 'none' }}
borderRight={{ base: 'none', md: '2px solid #11866f' }}
borderBottom={{ base: '2px', md: 'none' }}
borderRight={{ base: 'none', md: '2px' }}
borderColor='primary !important'
h='100%'
>
{/* TODO: use NextImage */}
<Image src='/images/pages/gopher-home-nodes.svg' alt='Gopher staring at nodes' />
<GopherHomeNodes />
</Stack>
</GridItem>
</Grid>
<Stack sx={{ mt: '0 !important' }}>
<NextLink href={ETHEREUM_ORG_RUN_A_NODE_URL} passHref>
<Link variant='button-link-secondary' isExternal>
<Text textStyle='home-section-link-label'>Read more about running a node</Text>
</Link>
</NextLink>
</Stack>
<ButtonLinkSecondary href={ETHEREUM_ORG_RUN_A_NODE_URL}>
Read more about running a node
</ButtonLinkSecondary>
</Stack>
);
};

@ -1,4 +1,3 @@
export * from './Gopher';
export * from './HomeHero';
export * from './HomeSection';
export * from './WhatIsEthereum';

@ -4,11 +4,8 @@ export const DiscordIcon = createIcon({
displayName: 'DiscordIcon',
viewBox: '0 0 32 24',
path: (
<svg width='32' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M26.9846 2.02697C26.9758 2.01 26.9612 1.99671 26.9435 1.98947C24.8961 1.05243 22.7354 0.384243 20.5157 0.00163895C20.4955 -0.00210093 20.4747 0.000597065 20.4561 0.00934923C20.4376 0.0181014 20.4223 0.0324621 20.4124 0.0503891C20.1182 0.583045 19.8511 1.13017 19.6122 1.68968C17.2194 1.32737 14.7855 1.32737 12.3927 1.68968C12.1522 1.12875 11.8808 0.581488 11.5799 0.0503891C11.5696 0.0328517 11.5542 0.0188217 11.5357 0.0101264C11.5173 0.0014311 11.4967 -0.0015265 11.4765 0.00163895C9.25655 0.38344 7.09577 1.05167 5.0486 1.98952C5.03107 1.99693 5.01629 2.00958 5.00628 2.02573C0.912331 8.12422 -0.209155 14.0728 0.341008 19.9476C0.342556 19.962 0.346991 19.976 0.354049 19.9886C0.361107 20.0013 0.370644 20.0124 0.382093 20.0213C2.76596 21.7819 5.43234 23.1259 8.26746 23.9957C8.28743 24.0017 8.30875 24.0014 8.32855 23.9949C8.34836 23.9885 8.36571 23.9761 8.37825 23.9595C8.98718 23.133 9.52673 22.2579 9.99142 21.3429C9.9978 21.3304 10.0014 21.3166 10.0021 21.3026C10.0028 21.2885 10.0005 21.2745 9.99528 21.2614C9.99011 21.2483 9.98221 21.2364 9.97212 21.2266C9.96202 21.2167 9.94994 21.2091 9.93669 21.2043C9.08586 20.8796 8.26216 20.4881 7.47331 20.0336C7.45898 20.0252 7.44695 20.0134 7.43827 19.9993C7.42959 19.9851 7.42454 19.9691 7.42356 19.9525C7.42257 19.936 7.42569 19.9194 7.43264 19.9044C7.43958 19.8893 7.45014 19.8762 7.46338 19.8661C7.6289 19.7424 7.79453 19.6138 7.95258 19.4838C7.96662 19.4723 7.98362 19.4649 8.00164 19.4624C8.01967 19.46 8.03802 19.4627 8.05462 19.4701C13.2227 21.8228 18.8178 21.8228 23.9247 19.4701C23.9414 19.4622 23.9599 19.4592 23.9782 19.4614C23.9965 19.4636 24.0138 19.4709 24.028 19.4826C24.1861 19.6125 24.3517 19.7424 24.5185 19.8661C24.5318 19.8761 24.5424 19.8891 24.5495 19.9041C24.5565 19.9191 24.5598 19.9356 24.5589 19.9522C24.5581 19.9687 24.5531 19.9848 24.5446 19.999C24.536 20.0132 24.524 20.0251 24.5098 20.0336C23.7227 20.4919 22.8983 20.8832 22.0452 21.2031C22.032 21.2081 22.0199 21.2159 22.0099 21.2259C21.9999 21.2358 21.9921 21.2478 21.987 21.261C21.9819 21.2742 21.9797 21.2884 21.9805 21.3025C21.9813 21.3166 21.985 21.3304 21.9915 21.3429C22.464 22.2528 23.0027 23.1268 23.6034 23.958C23.6156 23.9751 23.6329 23.9879 23.6528 23.9946C23.6727 24.0014 23.6942 24.0017 23.7142 23.9955C26.5544 23.1287 29.2255 21.7846 31.6123 20.0213C31.624 20.0128 31.6336 20.002 31.6407 19.9895C31.6478 19.977 31.6521 19.9632 31.6534 19.9489C32.3121 13.1569 30.5507 7.25711 26.9846 2.02697ZM10.7632 16.3704C9.20726 16.3704 7.92519 14.9461 7.92519 13.1969C7.92519 11.4477 9.18239 10.0233 10.7632 10.0233C12.3564 10.0233 13.6261 11.4601 13.6012 13.1968C13.6012 14.9461 12.344 16.3704 10.7632 16.3704ZM21.2563 16.3704C19.7004 16.3704 18.4183 14.9461 18.4183 13.1969C18.4183 11.4477 19.6755 10.0233 21.2563 10.0233C22.8496 10.0233 24.1192 11.4601 24.0943 13.1968C24.0943 14.9461 22.8496 16.3704 21.2563 16.3704Z'
fill='#11866F'
/>
<svg width="32" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.9846 2.02697C26.9758 2.01 26.9612 1.99671 26.9435 1.98947C24.8961 1.05243 22.7354 0.384243 20.5157 0.00163895C20.4955 -0.00210093 20.4747 0.000597065 20.4561 0.00934923C20.4376 0.0181014 20.4223 0.0324621 20.4124 0.0503891C20.1182 0.583045 19.8511 1.13017 19.6122 1.68968C17.2194 1.32737 14.7855 1.32737 12.3927 1.68968C12.1522 1.12875 11.8808 0.581488 11.5799 0.0503891C11.5696 0.0328517 11.5542 0.0188217 11.5357 0.0101264C11.5173 0.0014311 11.4967 -0.0015265 11.4765 0.00163895C9.25655 0.38344 7.09577 1.05167 5.0486 1.98952C5.03107 1.99693 5.01629 2.00958 5.00628 2.02573C0.912331 8.12422 -0.209155 14.0728 0.341008 19.9476C0.342556 19.962 0.346991 19.976 0.354049 19.9886C0.361107 20.0013 0.370644 20.0124 0.382093 20.0213C2.76596 21.7819 5.43234 23.1259 8.26746 23.9957C8.28743 24.0017 8.30875 24.0014 8.32855 23.9949C8.34836 23.9885 8.36571 23.9761 8.37825 23.9595C8.98718 23.133 9.52673 22.2579 9.99142 21.3429C9.9978 21.3304 10.0014 21.3166 10.0021 21.3026C10.0028 21.2885 10.0005 21.2745 9.99528 21.2614C9.99011 21.2483 9.98221 21.2364 9.97212 21.2266C9.96202 21.2167 9.94994 21.2091 9.93669 21.2043C9.08586 20.8796 8.26216 20.4881 7.47331 20.0336C7.45898 20.0252 7.44695 20.0134 7.43827 19.9993C7.42959 19.9851 7.42454 19.9691 7.42356 19.9525C7.42257 19.936 7.42569 19.9194 7.43264 19.9044C7.43958 19.8893 7.45014 19.8762 7.46338 19.8661C7.6289 19.7424 7.79453 19.6138 7.95258 19.4838C7.96662 19.4723 7.98362 19.4649 8.00164 19.4624C8.01967 19.46 8.03802 19.4627 8.05462 19.4701C13.2227 21.8228 18.8178 21.8228 23.9247 19.4701C23.9414 19.4622 23.9599 19.4592 23.9782 19.4614C23.9965 19.4636 24.0138 19.4709 24.028 19.4826C24.1861 19.6125 24.3517 19.7424 24.5185 19.8661C24.5318 19.8761 24.5424 19.8891 24.5495 19.9041C24.5565 19.9191 24.5598 19.9356 24.5589 19.9522C24.5581 19.9687 24.5531 19.9848 24.5446 19.999C24.536 20.0132 24.524 20.0251 24.5098 20.0336C23.7227 20.4919 22.8983 20.8832 22.0452 21.2031C22.032 21.2081 22.0199 21.2159 22.0099 21.2259C21.9999 21.2358 21.9921 21.2478 21.987 21.261C21.9819 21.2742 21.9797 21.2884 21.9805 21.3025C21.9813 21.3166 21.985 21.3304 21.9915 21.3429C22.464 22.2528 23.0027 23.1268 23.6034 23.958C23.6156 23.9751 23.6329 23.9879 23.6528 23.9946C23.6727 24.0014 23.6942 24.0017 23.7142 23.9955C26.5544 23.1287 29.2255 21.7846 31.6123 20.0213C31.624 20.0128 31.6336 20.002 31.6407 19.9895C31.6478 19.977 31.6521 19.9632 31.6534 19.9489C32.3121 13.1569 30.5507 7.25711 26.9846 2.02697ZM10.7632 16.3704C9.20726 16.3704 7.92519 14.9461 7.92519 13.1969C7.92519 11.4477 9.18239 10.0233 10.7632 10.0233C12.3564 10.0233 13.6261 11.4601 13.6012 13.1968C13.6012 14.9461 12.344 16.3704 10.7632 16.3704ZM21.2563 16.3704C19.7004 16.3704 18.4183 14.9461 18.4183 13.1969C18.4183 11.4477 19.6755 10.0233 21.2563 10.0233C22.8496 10.0233 24.1192 11.4601 24.0943 13.1968C24.0943 14.9461 22.8496 16.3704 21.2563 16.3704Z" fill="currentColor"/>
</svg>
)
});

@ -4,11 +4,8 @@ export const GitHubIcon = createIcon({
displayName: 'GitHubIcon',
viewBox: '0 0 26 24',
path: (
<svg width='26' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M8.82878 19.3248C8.82878 19.424 8.71193 19.5034 8.56459 19.5034C8.39693 19.5183 8.28007 19.4389 8.28007 19.3248C8.28007 19.2255 8.39693 19.1461 8.54427 19.1461C8.69669 19.1312 8.82878 19.2106 8.82878 19.3248ZM7.2487 19.1014C7.21314 19.2007 7.31475 19.3148 7.46717 19.3446C7.59927 19.3942 7.75169 19.3446 7.78217 19.2454C7.81265 19.1461 7.71612 19.032 7.5637 18.9873C7.43161 18.9526 7.28427 19.0022 7.2487 19.1014ZM9.49435 19.0171C9.34701 19.0518 9.2454 19.1461 9.26064 19.2603C9.27588 19.3595 9.40798 19.424 9.5604 19.3893C9.70774 19.3545 9.80935 19.2603 9.79411 19.161C9.77886 19.0667 9.64169 19.0022 9.49435 19.0171ZM12.8374 0C5.79056 0 0.399994 5.22573 0.399994 12.109C0.399994 17.6126 3.94628 22.3222 9.01169 23.9798C9.66201 24.0939 9.89064 23.7019 9.89064 23.3793C9.89064 23.0716 9.8754 21.3744 9.8754 20.3322C9.8754 20.3322 6.31895 21.0766 5.57209 18.8533C5.57209 18.8533 4.9929 17.4092 4.15967 17.037C4.15967 17.037 2.9962 16.2578 4.24096 16.2727C4.24096 16.2727 5.50604 16.372 6.20209 17.5531C7.31475 19.4687 9.17935 18.9178 9.90588 18.5903C10.0227 17.7963 10.353 17.2454 10.7188 16.9179C7.8787 16.6102 5.01322 16.2082 5.01322 11.4341C5.01322 10.0693 5.39935 9.38447 6.21225 8.51103C6.08015 8.18846 5.6483 6.85846 6.34435 5.14136C7.4062 4.81878 9.84999 6.48129 9.84999 6.48129C10.8661 6.20338 11.9585 6.05946 13.0406 6.05946C14.1228 6.05946 15.2152 6.20338 16.2313 6.48129C16.2313 6.48129 18.6751 4.81382 19.7369 5.14136C20.433 6.86342 20.0011 8.18846 19.869 8.51103C20.6819 9.38943 21.1798 10.0743 21.1798 11.4341C21.1798 16.2231 18.1873 16.6052 15.3473 16.9179C15.8147 17.3099 16.211 18.0543 16.211 19.2205C16.211 20.893 16.1957 22.9624 16.1957 23.3694C16.1957 23.6919 16.4294 24.084 17.0747 23.9699C22.1553 22.3222 25.6 17.6126 25.6 12.109C25.6 5.22573 19.8843 0 12.8374 0ZM5.33838 17.1164C5.27233 17.166 5.28757 17.2801 5.37395 17.3744C5.45524 17.4538 5.57209 17.4886 5.63814 17.424C5.70419 17.3744 5.68895 17.2603 5.60257 17.166C5.52128 17.0866 5.40443 17.0518 5.33838 17.1164ZM4.78967 16.7144C4.75411 16.7789 4.80491 16.8583 4.90653 16.9079C4.98782 16.9576 5.08943 16.9427 5.12499 16.8732C5.16056 16.8087 5.10975 16.7293 5.00814 16.6796C4.90653 16.6499 4.82524 16.6648 4.78967 16.7144ZM6.4358 18.4811C6.35451 18.5456 6.38499 18.6945 6.50185 18.7888C6.6187 18.9029 6.76604 18.9178 6.83209 18.8384C6.89814 18.7739 6.86765 18.625 6.76604 18.5307C6.65427 18.4166 6.50185 18.4017 6.4358 18.4811ZM5.85661 17.7516C5.77532 17.8012 5.77532 17.9302 5.85661 18.0444C5.9379 18.1585 6.07507 18.2082 6.14112 18.1585C6.22241 18.094 6.22241 17.965 6.14112 17.8508C6.06999 17.7367 5.9379 17.6871 5.85661 17.7516Z'
fill='#11866F'
/>
<svg width="26" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.82878 19.3248C8.82878 19.424 8.71193 19.5034 8.56459 19.5034C8.39693 19.5183 8.28007 19.4389 8.28007 19.3248C8.28007 19.2255 8.39693 19.1461 8.54427 19.1461C8.69669 19.1312 8.82878 19.2106 8.82878 19.3248ZM7.2487 19.1014C7.21314 19.2007 7.31475 19.3148 7.46717 19.3446C7.59927 19.3942 7.75169 19.3446 7.78217 19.2454C7.81265 19.1461 7.71612 19.032 7.5637 18.9873C7.43161 18.9526 7.28427 19.0022 7.2487 19.1014ZM9.49435 19.0171C9.34701 19.0518 9.2454 19.1461 9.26064 19.2603C9.27588 19.3595 9.40798 19.424 9.5604 19.3893C9.70774 19.3545 9.80935 19.2603 9.79411 19.161C9.77886 19.0667 9.64169 19.0022 9.49435 19.0171ZM12.8374 0C5.79056 0 0.399994 5.22573 0.399994 12.109C0.399994 17.6126 3.94628 22.3222 9.01169 23.9798C9.66201 24.0939 9.89064 23.7019 9.89064 23.3793C9.89064 23.0716 9.8754 21.3744 9.8754 20.3322C9.8754 20.3322 6.31895 21.0766 5.57209 18.8533C5.57209 18.8533 4.9929 17.4092 4.15967 17.037C4.15967 17.037 2.9962 16.2578 4.24096 16.2727C4.24096 16.2727 5.50604 16.372 6.20209 17.5531C7.31475 19.4687 9.17935 18.9178 9.90588 18.5903C10.0227 17.7963 10.353 17.2454 10.7188 16.9179C7.8787 16.6102 5.01322 16.2082 5.01322 11.4341C5.01322 10.0693 5.39935 9.38447 6.21225 8.51103C6.08015 8.18846 5.6483 6.85846 6.34435 5.14136C7.4062 4.81878 9.84999 6.48129 9.84999 6.48129C10.8661 6.20338 11.9585 6.05946 13.0406 6.05946C14.1228 6.05946 15.2152 6.20338 16.2313 6.48129C16.2313 6.48129 18.6751 4.81382 19.7369 5.14136C20.433 6.86342 20.0011 8.18846 19.869 8.51103C20.6819 9.38943 21.1798 10.0743 21.1798 11.4341C21.1798 16.2231 18.1873 16.6052 15.3473 16.9179C15.8147 17.3099 16.211 18.0543 16.211 19.2205C16.211 20.893 16.1957 22.9624 16.1957 23.3694C16.1957 23.6919 16.4294 24.084 17.0747 23.9699C22.1553 22.3222 25.6 17.6126 25.6 12.109C25.6 5.22573 19.8843 0 12.8374 0ZM5.33838 17.1164C5.27233 17.166 5.28757 17.2801 5.37395 17.3744C5.45524 17.4538 5.57209 17.4886 5.63814 17.424C5.70419 17.3744 5.68895 17.2603 5.60257 17.166C5.52128 17.0866 5.40443 17.0518 5.33838 17.1164ZM4.78967 16.7144C4.75411 16.7789 4.80491 16.8583 4.90653 16.9079C4.98782 16.9576 5.08943 16.9427 5.12499 16.8732C5.16056 16.8087 5.10975 16.7293 5.00814 16.6796C4.90653 16.6499 4.82524 16.6648 4.78967 16.7144ZM6.4358 18.4811C6.35451 18.5456 6.38499 18.6945 6.50185 18.7888C6.6187 18.9029 6.76604 18.9178 6.83209 18.8384C6.89814 18.7739 6.86765 18.625 6.76604 18.5307C6.65427 18.4166 6.50185 18.4017 6.4358 18.4811ZM5.85661 17.7516C5.77532 17.8012 5.77532 17.9302 5.85661 18.0444C5.9379 18.1585 6.07507 18.2082 6.14112 18.1585C6.22241 18.094 6.22241 17.965 6.14112 17.8508C6.06999 17.7367 5.9379 17.6871 5.85661 17.7516Z" fill="currentColor"/>
</svg>
)
});

@ -1,7 +1,7 @@
import { createIcon } from '@chakra-ui/icons';
export const HamburguerIcon = createIcon({
displayName: 'HamburguerIcon',
export const HamburgerIcon = createIcon({
displayName: 'HamburgerIcon',
viewBox: '0 0 22 14',
path: (
<svg width={22} height={14} fill='none' xmlns='http://www.w3.org/2000/svg'>
@ -9,7 +9,7 @@ export const HamburguerIcon = createIcon({
fillRule='evenodd'
clipRule='evenodd'
d='M0 .5h22v.97H0V.5Zm0 6.017h22v.97H0v-.97Zm22 6.013H0v.97h22v-.97Z'
fill='#11866F'
fill='currentColor'
/>
</svg>
)

@ -7,7 +7,7 @@ export const LensIcon = createIcon({
<svg width={17} height={18} fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M12.15 11.192h-.768l-.272-.263a6.29 6.29 0 0 0 1.526-4.111 6.317 6.317 0 1 0-6.318 6.318 6.29 6.29 0 0 0 4.111-1.526l.263.272v.768l4.86 4.85L17 16.052l-4.85-4.86Zm-5.832 0a4.368 4.368 0 0 1-4.374-4.374 4.368 4.368 0 0 1 4.374-4.374 4.368 4.368 0 0 1 4.374 4.374 4.368 4.368 0 0 1-4.374 4.374Z'
fill='#11866F'
fill='currentColor'
/>
</svg>
)

@ -0,0 +1,21 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [27, 36];
const Icon = createIcon({
displayName: 'LinuxPenguin',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M26.305 28.2798C25.4843 27.6294 25.8036 26.1929 24.9516 25.4842C25.7768 20.5769 23.4638 16.2515 20.7061 13.4792C18.3916 11.1531 19.1378 8.88979 19.1378 6.93125C19.1378 3.80167 17.8231 0.5 13.8403 0.5C9.5829 0.5 8.41597 3.97083 8.37418 5.95125C8.27271 10.7083 9.35758 11.945 6.50887 15.4071C3.15729 19.4802 2.66335 23.5431 3.41992 25.6985C3.06626 26.101 2.58874 26.5473 1.69637 26.9163C-0.768819 27.9663 1.03829 29.7235 0.356336 30.9704C0.162343 31.3248 0.0698242 31.6952 0.0698242 32.0496C0.0698242 33.1433 0.959204 34.0898 2.57531 33.9483C4.75548 33.7588 6.76703 35.2681 8.06827 35.2681C9.2173 35.2681 10.1604 34.6294 10.5991 33.75C12.654 33.2556 15.1908 33.3183 17.2441 33.836C17.6127 34.8438 18.6125 35.5 19.7242 35.5C22.1581 35.5 22.6266 32.8035 25.4186 31.8906C26.4244 31.5625 26.9303 30.6088 26.9303 29.7206C26.9303 29.1519 26.7229 28.6108 26.305 28.2798ZM12.6554 13.0183C12.1794 13.0183 11.7855 12.6421 11.1632 12.19C10.3753 11.6183 9.57395 11.2888 9.58291 10.6879C9.58291 10.2752 10.1485 10.1483 10.8797 9.69479C11.6646 9.20917 11.9705 8.71625 12.7435 8.71625C13.5344 8.71625 13.7731 9.10708 14.8476 9.56063C15.9041 10.0083 16.6397 10.1833 16.6397 10.6879C16.6397 11.2056 15.534 11.576 14.9117 11.9538C13.997 12.505 13.5269 13.0183 12.6554 13.0183ZM15.14 5.41313C16.4562 5.61875 16.6039 7.87917 15.9742 8.99187L15.4445 8.78042C15.719 7.98854 15.7146 6.68479 14.7953 6.60167C14.2119 6.54917 13.8358 7.30167 13.7552 7.94625C13.5269 7.85292 13.2777 7.78583 12.9748 7.76104C13.0673 6.415 13.9567 5.22792 15.14 5.41313ZM10.0619 5.89583C11.0707 5.65083 11.6661 6.79708 11.6706 7.98854L11.208 8.26562C11.1453 7.76542 10.917 6.9575 10.344 7.12958C9.73064 7.31625 9.83062 8.70896 10.1723 8.99479L9.71572 9.24271C9.08897 8.21167 9.09046 6.13208 10.0619 5.89583ZM6.90581 33.9585C3.97653 32.6563 2.9812 32.9523 2.42161 32.9523C1.26213 32.9523 0.883099 32.1079 1.31884 31.3088C1.68891 30.6306 1.57401 29.9204 1.48298 29.3502C1.34271 28.4767 1.31734 28.1923 2.19628 27.816C3.41246 27.3115 3.95265 26.6625 4.35556 26.1769C5.48668 24.8104 6.62825 26.96 7.56389 28.8748C8.17124 30.1158 9.36653 30.7444 9.73512 32.1196C10.0739 33.3898 8.67562 34.746 6.90581 33.9585ZM17.3321 31.2256C15.2669 32.2071 12.636 32.6577 10.6678 31.6617C10.3768 30.8406 9.9112 30.3098 9.4098 29.776C10.2141 29.569 10.811 28.589 10.0962 27.6046C9.3337 26.5531 7.77579 25.8196 6.20147 24.6296C4.72862 23.5169 4.26304 20.7738 6.26862 17.7083C5.2912 20.4237 5.86273 22.9263 6.35368 23.6423C6.45515 22.2015 6.57155 19.7952 8.58608 16.9121C9.6023 15.4567 9.61723 13.5346 9.63961 12.3329L10.5648 12.9513C11.2453 13.4427 11.8153 13.9838 12.6331 13.9838C13.8418 13.9838 14.5103 13.3042 15.4415 12.7398C15.8056 12.521 16.3562 12.2994 16.8188 11.9917C17.5948 15.6025 20.8091 19.9454 20.9896 22.4188C21.7373 20.9137 20.7778 17.2942 20.7778 17.2942C22.0342 19.1681 22.1342 20.73 22.1894 22.6462C23.0684 22.9977 24.0115 23.9135 24.098 25.1196L23.7324 25.0788C23.5444 23.7385 19.8421 21.7698 19.5093 24.2927C17.7336 24.5567 18.3797 27.3056 18.0216 29.0877C17.8574 29.9029 17.553 30.5475 17.3321 31.2256ZM24.5636 31.1658C23.0937 31.72 22.1014 32.8969 21.4194 33.6275C20.1062 35.0363 18.3693 34.361 18.1842 33.0427C17.9887 31.634 18.7214 30.8654 19.0378 29.289C19.3258 27.8496 19.0035 25.6344 19.6809 25.3981C20.1212 27.9546 22.7639 26.8798 23.3668 26.1827C24.3472 26.1827 24.4293 26.5065 24.6486 27.4033C24.7859 27.9648 24.9754 28.4373 25.5112 28.9929C26.1349 29.6448 25.9439 30.6452 24.5636 31.1658ZM12.6256 12.1988C11.6541 12.1988 10.9274 11.5673 10.3365 11.0773C10.0336 10.8279 10.4111 10.3671 10.714 10.6179C11.2915 11.0963 11.8735 11.6023 12.6256 11.6023C13.5314 11.6023 14.3297 10.8454 15.4116 10.4283C15.7802 10.2869 15.9906 10.844 15.625 10.9854C14.5745 11.3894 13.7314 12.1988 12.6256 12.1988Z'
fill='currentColor'
/>
</svg>
)
});
export const LinuxPenguin: React.FC<IconProps> = props => (
<Icon h={h} w={w} color='bg' {...props} />
);

@ -0,0 +1,19 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [25, 30];
const Icon = createIcon({
displayName: 'MacosLogo',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M25.0003 22.0095C24.0178 24.8596 21.0764 29.906 18.0463 29.961C16.0363 29.9997 15.39 28.7697 13.0924 28.7697C10.7961 28.7697 10.0773 29.9235 8.17728 29.9985C4.96217 30.1222 -0.000488281 22.7145 -0.000488281 16.2543C-0.000488281 10.3203 4.13465 7.37899 7.74726 7.32524C9.68483 7.29024 11.5149 8.63153 12.6962 8.63153C13.8825 8.63153 16.105 7.01898 18.4414 7.25523C19.4189 7.29649 22.1652 7.649 23.9278 10.2266C19.2514 13.2792 19.9802 19.6631 25.0003 22.0095ZM18.4726 0C14.94 0.142505 12.0574 3.84887 12.4599 6.91397C15.725 7.16773 18.8576 3.50761 18.4726 0Z'
fill='currentColor'
/>
</svg>
)
});
export const MacosLogo: React.FC<IconProps> = props => <Icon h={h} w={w} color='bg' {...props} />;

@ -7,7 +7,7 @@ export const MoonIcon = createIcon({
<svg width={22} height={22} fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M8.333.334C6.392.334 4.568.867 3 1.774c3.19 1.845 5.333 5.28 5.333 9.227 0 3.946-2.144 7.381-5.333 9.226a10.638 10.638 0 0 0 5.333 1.44C14.221 21.667 19 16.89 19 11.001 19 5.113 14.221.334 8.333.334Z'
fill='#11866F'
fill='currentColor'
/>
</svg>
)

@ -0,0 +1,21 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [22, 30];
const Icon = createIcon({
displayName: 'SourceBranch',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M21.875 4.125C21.875 2.12279 20.2522 0.5 18.25 0.5C16.2478 0.5 14.625 2.12279 14.625 4.125C14.625 5.72363 15.6654 7.06488 17.1021 7.547C17.3051 12.7368 14.66 13.3035 11.0628 14.0611C8.99779 14.4961 6.66208 14.9976 4.95833 16.5805V7.52767C6.36363 7.02863 7.375 5.70188 7.375 4.125C7.375 2.12279 5.75221 0.5 3.75 0.5C1.74779 0.5 0.125 2.12279 0.125 4.125C0.125 5.70188 1.13638 7.02863 2.54167 7.52767V22.4711C1.13638 22.9714 0.125 24.2981 0.125 25.875C0.125 27.8772 1.74779 29.5 3.75 29.5C5.75221 29.5 7.375 27.8772 7.375 25.875C7.375 24.3102 6.37933 22.9895 4.99096 22.482C5.31721 17.7429 8.09637 17.1557 11.5607 16.4258C15.2316 15.6525 19.7459 14.6834 19.5103 7.51196C20.889 6.99842 21.875 5.68254 21.875 4.125ZM1.575 4.125C1.575 2.92513 2.55013 1.95 3.75 1.95C4.94988 1.95 5.925 2.92513 5.925 4.125C5.925 5.32488 4.94988 6.3 3.75 6.3C2.55013 6.3 1.575 5.32488 1.575 4.125ZM5.925 25.875C5.925 27.0749 4.94988 28.05 3.75 28.05C2.55013 28.05 1.575 27.0749 1.575 25.875C1.575 24.6751 2.55013 23.7 3.75 23.7C4.94988 23.7 5.925 24.6751 5.925 25.875ZM18.25 6.3C17.0501 6.3 16.075 5.32488 16.075 4.125C16.075 2.92513 17.0501 1.95 18.25 1.95C19.4499 1.95 20.425 2.92513 20.425 4.125C20.425 5.32488 19.4499 6.3 18.25 6.3Z'
fill='currentColor'
/>
</svg>
)
});
export const SourceBranch: React.FC<IconProps> = props => (
<Icon h={h} w={w} color='bg' {...props} />
);

@ -0,0 +1,19 @@
import { createIcon } from '@chakra-ui/icons';
export const SunIcon = createIcon({
displayName: 'SunIcon',
viewBox: '0 0 44 44',
path: (
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 0H23V12H21V0Z" fill="currentColor"/>
<path d="M0 23V21H12V23H0Z" fill="currentColor"/>
<path d="M44 21H32V23H44V21Z" fill="currentColor"/>
<path d="M21 32H23V44H21V32Z" fill="currentColor"/>
<path d="M7.15074 5.73633L5.73653 7.15054L14.2218 15.6358L15.636 14.2216L7.15074 5.73633Z" fill="currentColor"/>
<path d="M36.8493 5.73618L38.2635 7.15039L29.7782 15.6357L28.364 14.2215L36.8493 5.73618Z" fill="currentColor"/>
<path d="M29.7782 28.3643L28.364 29.7785L36.8492 38.2638L38.2635 36.8495L29.7782 28.3643Z" fill="currentColor"/>
<path d="M14.2218 28.3641L15.636 29.7783L7.15076 38.2636L5.73655 36.8494L14.2218 28.3641Z" fill="currentColor"/>
<path d="M30 22C30 26.4183 26.4183 30 22 30C17.5817 30 14 26.4183 14 22C14 17.5817 17.5817 14 22 14C26.4183 14 30 17.5817 30 22Z" fill="currentColor"/>
</svg>
)
});

@ -7,7 +7,7 @@ export const TwitterIcon = createIcon({
<svg width='28' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M24.7247 5.48279C24.7418 5.72341 24.7418 5.96407 24.7418 6.20469C24.7418 13.5437 19.1739 22 8.99749 22C5.86232 22 2.94989 21.089 0.5 19.5078C0.945449 19.5594 1.37371 19.5766 1.83629 19.5766C4.42319 19.5766 6.80458 18.7 8.70624 17.2047C6.27349 17.1531 4.23477 15.5547 3.53234 13.3547C3.87501 13.4062 4.21763 13.4406 4.57744 13.4406C5.07425 13.4406 5.57112 13.3718 6.03365 13.2516C3.49812 12.7359 1.5964 10.5016 1.5964 7.80312V7.73439C2.33305 8.14689 3.18973 8.4047 4.09766 8.43904C2.60717 7.44214 1.63068 5.7406 1.63068 3.81559C1.63068 2.78436 1.90474 1.83904 2.38447 1.01404C5.10848 4.38278 9.20305 6.58275 13.7944 6.82341C13.7087 6.41091 13.6573 5.98127 13.6573 5.55157C13.6573 2.49216 16.1244 0 19.191 0C20.7843 0 22.2233 0.670311 23.2341 1.75312C24.4847 1.51251 25.684 1.04843 26.7462 0.412503C26.335 1.70159 25.4613 2.78441 24.3135 3.47186C25.4271 3.35161 26.5064 3.04216 27.5 2.61252C26.7463 3.71247 25.804 4.69212 24.7247 5.48279Z'
fill='#11866F'
fill='currentColor'
/>
</svg>
)

@ -0,0 +1,19 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [25, 24];
const Icon = createIcon({
displayName: 'WindowsLogo',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='M0.5 12V3.354L10.5 1.999V12H0.5ZM11.5 12H24.5V0L11.5 1.807V12ZM10.5 13H0.5V20.646L10.5 22.001V13ZM11.5 13V22.194L24.5 24V13H11.5Z'
fill='currentColor'
/>
</svg>
)
});
export const WindowsLogo: React.FC<IconProps> = props => <Icon h={h} w={w} color='bg' {...props} />;

@ -1,6 +1,11 @@
export * from './DiscordIcon';
export * from './GitHubIcon';
export * from './HamburguerIcon';
export * from './HamburgerIcon';
export * from './LensIcon';
export * from './MoonIcon';
export * from './SunIcon';
export * from './TwitterIcon';
export * from './SourceBranch';
export * from './MacosLogo';
export * from './LinuxPenguin';
export * from './WindowsLogo';

@ -1,2 +1,3 @@
export * from './ButtonLinkSecondary';
export * from './DataTable';
export * from './Header';

@ -0,0 +1,21 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [180, 278];
const Icon = createIcon({
displayName: 'GlyphHome',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M90.0002 276.5V207.379L2.76453 157.376L90.0002 276.5Z" stroke="currentColor" strokeWidth="2" strokeLinejoin="round"/>
<path d="M90.0001 276.5V207.379L177.236 157.376L90.0001 276.5Z" stroke="currentColor" strokeWidth="2" strokeLinejoin="round"/>
<path d="M89.9999 190.325V102.883L1.5 141.27L89.9999 190.325Z" stroke="currentColor" strokeWidth="2" strokeLinejoin="round"/>
<path d="M90.0001 190.325V102.883L178.5 141.27L90.0001 190.325Z" stroke="currentColor" strokeWidth="2" strokeLinejoin="round"/>
<path d="M1.5 140.901L89.9999 1.5V102.26L1.5 140.901Z" stroke="currentColor" strokeWidth="2" strokeLinejoin="round"/>
<path d="M178.5 140.901L90.0001 1.5V102.26L178.5 140.901Z" stroke="currentColor" strokeWidth="2" strokeLinejoin="round"/>
</svg>
)
});
export const GlyphHome: React.FC<IconProps> = (props) => <Icon h={h} w={w} color='primary' {...props} />;

@ -0,0 +1,503 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [276, 268];
const Icon = createIcon({
displayName: 'GopherDownloads',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M251.136 147.087L251.003 126.086L190.637 121.916L158.76 124.802L158.946 242.563L191.04 247.065L251.728 240.563L251.154 149.889" stroke="var(--chakra-colors-secondary)" strokeWidth="2" strokeLinecap="round"/>
<path d="M191.04 247.065L190.637 121.916" stroke="var(--chakra-colors-secondary)" strokeWidth="2" strokeLinecap="round"/>
<path d="M129.543 133.801L128.163 144.781" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M60.0765 113.516L58.4734 119.86L71.2409 122.428L83.9414 119.898L82.3048 113.57" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M65.9184 124.776L65.9141 124.742L65.8864 121.35" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.6295 125.821L70.6289 125.791L70.6005 122.299" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.9229 121.693L74.9181 124.75L74.9155 124.783" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M101.617 36.8441L102.534 36.5449" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.534 36.5449L102.228 37.2081" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.51 40.961L108.442 40.666" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M108.442 40.666L108.268 41.1155L108.136 41.4671" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.536 38.7262L105.459 38.4277" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.459 38.4277L105.145 39.1547" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.6902 35.1935L99.5722 34.9512" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.5722 34.9512L99.3452 35.5504" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.0059 35.9709L39.0699 35.6426" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.0699 35.6426L39.3867 36.3202" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M34.0182 39.9646L33.0636 39.6406" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.0636 39.6406L33.2451 40.1001L33.3824 40.4585" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M37.0423 37.7885L36.0979 37.4609" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M36.0979 37.4609L36.4236 38.2036" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.9747 34.3892L42.0759 34.1191" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.0759 34.1191L42.3119 34.7295" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.6542 2.3561L48.5677 2.1439L48.3578 2.07031" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.5619 29.6749L47.5605 29.3413L47.5553 28.1295L47.5502 26.9082L47.5448 25.6307L47.5393 24.3437L47.5339 23.0565L47.5284 21.7692L47.523 20.4818L47.5175 19.1943L47.5121 17.9066L47.5066 16.619L47.5012 15.3465L47.4962 14.1666L47.4913 13.002L47.4864 11.8373L47.4815 10.6726L47.4765 9.50776L47.4716 8.34278L47.4667 7.17774L47.4618 6.0304L47.4574 4.9897L47.4531 3.96672L47.4487 2.94369L47.6055 2.06211L48.2118 2L48.7297 2.5411L48.7318 3.05224L48.7361 4.07448L48.7404 5.09657L48.7447 6.13642L48.7495 7.28286L48.7544 8.44693L48.7593 9.61096L48.7642 10.7748L48.769 11.9387L48.7739 13.1024L48.7788 14.266L48.7837 15.445L48.789 16.7164L48.7944 18.0031L48.7998 19.2896L48.8052 20.5761L48.8106 21.8624L48.816 23.1487L48.8214 24.4348L48.8268 25.7208L48.8321 26.9973L48.8372 28.2176L48.8423 29.4284L48.8424 29.4574" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.0486 71.8047L79.8124 73.5315L80.6955 75.4748L81.7271 76.4473L82.5661 77.0262L83.3878 77.6272L84.1838 78.2613L84.9455 78.9398L85.6643 79.674L86.3315 80.4754L86.9386 81.3553L87.4771 82.3218L87.904 83.2901" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M59.0427 78.4719L60.1452 77.0303L61.6834 74.9778L61.7388 73.9654L61.8061 72.9615L61.9032 71.9608L62.045 70.9651L62.2465 69.9759L62.5225 68.9956L62.8863 68.033L63.3566 67.0766L63.943 66.1371L64.6447 65.2245L64.7027 65.1621" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M59.3482 84.7218L59.61 82.9375L59.955 80.414L59.5105 79.4879L59.0786 78.5567L58.6721 77.6155L58.3037 76.6595L57.9863 75.684L57.7328 74.6844L57.5559 73.6563L57.4686 72.5953L57.4824 71.4994L57.5936 70.4629" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.4606 51.2772L92.4783 51.222L92.6363 50.5905L92.7166 50.1094" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.8473 50.1159L71.8634 49.8815L71.9034 49.1753L71.9365 48.4687L71.9698 47.6708L72.0073 46.8528L72.0881 46.187L72.1774 45.4228L72.2449 44.6481L72.2755 44.25" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.8561 49.8897L71.8753 49.6988L71.8799 49.6191" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.4746 41.3099L93.635 41.4055L94.3813 41.3027L95.2928 41.3293L95.9663 41.4039L96.6792 41.5125L97.4203 41.6455L98.1782 41.7931L98.6516 42.2944L98.7905 42.9351L98.9318 43.5806L99.0768 44.2321L99.2265 44.8913L99.3823 45.5594L99.5445 46.2371L99.7122 46.9238L99.8844 47.6183L100.06 48.3197L100.238 49.0267L100.151 49.7429L100.065 50.4581L99.9787 51.1723L99.9186 51.6702" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.8385 33.5047L71.8561 33.2442L71.927 32.441L72.0253 31.6962L72.1497 31.0645" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.4426 43.8516L73.4041 43.867L72.8035 44.1153L72.466 44.6888L72.4431 45.3397L72.4157 46.1188L72.3887 46.8881L72.3576 47.7712L72.324 48.7276L72.3008 49.3869L72.2775 50.0514L72.2659 50.3823" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.0761 49.1089L92.8259 48.8058L92.3239 48.1977L91.8262 47.5948L91.3408 47.0067L90.8759 46.4436L90.4404 45.916L89.862 45.2153L89.401 44.6569L88.9832 44.1506L88.5518 43.6281L87.9152 43.6025L86.6457 43.5514L85.3882 43.5008L84.1513 43.451L82.9434 43.4025L81.7731 43.3554L80.6492 43.3101L79.5802 43.2672L78.5746 43.2267L77.6384 43.1896L76.775 43.1568L75.9877 43.1294L75.2797 43.1085L74.3737 43.0918L73.6645 43.0959L72.9297 43.1553L72.77 43.5445" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.5988 43.4121L72.5981 43.4258L72.5524 44.2171L72.5475 44.3185" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.3698 47.4297L72.3683 47.2415L72.359 46.4395L72.3405 45.5573L72.3037 44.6456L72.2555 43.9829L72.2449 43.2251L72.2385 42.3695L72.2321 41.5227L72.2259 40.6866L72.2199 39.8634L72.214 39.0549L72.2083 38.2558L72.2023 37.433L72.1957 36.5474L72.188 35.5616L72.1821 34.8311L72.1755 34.0304L72.168 33.1538L72.1598 32.2105L72.151 31.2134L72.1418 30.1747L72.1322 29.1065L72.1224 28.0201L72.1126 26.9756L72.1038 26.2505L72.1001 26.1172" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.0554 31.5211L72.0561 31.1216L72.0583 30.1723L72.0612 29.3345L72.0645 28.6147L72.0705 27.7451L72.0775 27.0844L72.0909 26.3076L72.4955 26.127L73.298 26.1545L74.1156 26.1826L74.9587 26.2116L75.8374 26.2417L76.7618 26.2735L77.7423 26.3072L78.8423 26.3443L79.9722 26.3824L81.178 26.4231L82.4501 26.466L83.1076 26.4882L83.7779 26.5108L84.4596 26.5338L85.1513 26.5572L85.8519 26.5808L86.56 26.6047L87.2743 26.6288L87.9936 26.6531L88.7166 26.6775L89.442 26.702L90.1685 26.7265L90.6834 27.2275L91.1995 27.7443L91.4084 28.4779L91.6006 29.5452L91.7884 30.6559L91.9722 31.7476L92.15 32.8085L92.3193 33.8265L92.4779 34.789L92.6233 35.683L92.7538 36.4992L92.8705 37.2434L92.9755 37.9258L93.1155 38.8572L93.2412 39.7115L93.3602 40.5282L93.4799 41.3461L93.6031 42.1794L93.7292 43.0265L93.8577 43.8854L93.988 44.7537L93.9117 45.4501L93.3387 45.8465L93.1094 46.0052" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.6715 29.9633L91.7303 29.9453L92.4463 30.0393L93.1775 30.1864L93.9086 30.3335L94.6397 30.4806L95.3707 30.6276L96.1016 30.7747L96.8324 30.9217L96.8032 31.3835L96.7593 32.0761L96.7154 32.7688L96.6715 33.4616L96.6275 34.1543L96.4605 34.8074L96.3583 34.9507" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.3283 50.4663L92.0909 50.1453L91.6144 49.5009L91.1415 48.8615L90.6798 48.2375L90.2375 47.6396L89.823 47.0794L89.2724 46.3358L88.8342 45.7446L88.4387 45.2124L88.0413 44.6848L87.4979 44.2852" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.4979 44.2853L87.6862 44.2324" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.3964 43.7963L54.3783 43.7949L53.7426 43.9918L53.1724 44.4208L52.7522 44.9716L52.3477 45.5018L51.8214 46.1916L51.4168 46.7219L50.9797 47.2949L50.5186 47.8992L50.042 48.5239L49.5578 49.1587L49.0734 49.7936" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.4561 49.2915L49.3819 49.2902L48.8052 48.9744L48.7513 48.5638L49.2535 47.9649L49.755 47.3668L50.2482 46.7786L50.7248 46.2102L51.1763 45.6717L51.594 45.1736L52.1367 44.5263L52.6639 43.8975L53.089 43.3905L53.9213 43.156L55.2032 43.1383L56.4721 43.1207L57.7193 43.1034L58.9362 43.0865L60.1143 43.0701L61.2451 43.0545L62.3198 43.0396L63.3302 43.0256L64.2703 43.013L65.1368 43.0029L65.9266 42.9963L66.6365 42.9941L67.5446 43.0013L68.2552 43.024L68.9914 43.1028L69.4283 43.637L69.4904 44.4011L69.5395 45.2713L69.5802 46.0815L69.6229 46.9811L69.6665 47.931L69.7101 48.8948" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.7514 48.5633L48.7461 48.2633L48.7301 47.363L48.7141 46.4624L48.6989 45.6016" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.6661 43.7598L48.6693 43.8537L48.6912 44.5114L48.7132 45.1693L48.7959 45.7075" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.7003 45.7717L48.6379 45.7409L48.0143 45.4332L47.7185 44.8416L47.7972 44.1544L47.9241 43.2833L48.0492 42.4219L48.1719 41.5722L48.2917 40.7363L48.4081 39.916L48.5238 39.0969L48.6461 38.2403L48.7824 37.3064L48.8847 36.6223L48.9986 35.8765L49.126 35.0585L49.2681 34.1627L49.4232 33.1984L49.5889 32.1788L49.7628 31.1163L49.9428 30.0231L50.1266 28.9109L50.3152 27.8428L50.5229 27.1111L51.0426 26.6073L51.5602 26.1195L52.295 26.1178L53.0284 26.1162L53.7591 26.1145L54.4857 26.1129L55.2069 26.1113L55.9216 26.1097L56.6283 26.1081L57.3258 26.1065L58.0129 26.1049L58.6882 26.1034L59.3505 26.1019L60.6309 26.099L61.8437 26.0963L62.9792 26.0937L64.0376 26.0913L65.0689 26.0884L65.9963 26.0858L66.8772 26.0832L67.722 26.0808L68.541 26.0785L69.3443 26.0762L69.7643 26.595L69.7846 27.3286L69.7996 28.075L69.8131 28.9373L69.899 29.5819L69.9288 30.2586L69.9618 31.0045L69.9963 31.7872L70.0272 32.4875L70.058 33.1843" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.9948 45.4219L47.9574 45.6164L47.8105 46.378L47.806 46.583" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.2967 40.7015L48.1029 40.8117L47.3815 40.668L46.4567 40.67L45.7734 40.7267L45.05 40.8168L44.2979 40.9307L43.5284 41.059L43.05 41.5516L42.9127 42.1941L42.7729 42.8414L42.6293 43.4948L42.4809 44.1557L42.3264 44.8257L42.1653 45.5052L41.9987 46.1936L41.8275 46.89L41.6529 47.5932L41.4761 48.3022L41.5692 49.0269L41.6622 49.7507L41.7551 50.4735L41.8198 50.9772" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.6873 49.0993L69.6888 49.0958L69.7089 48.4222L69.7063 47.6761L69.7038 46.9297L69.7013 46.1831L69.6988 45.4363L69.7003 44.7463L69.7115 44.0359L69.7126 43.3769L69.7134 42.5315L69.7142 41.695L69.715 40.8694L69.7157 40.0564L69.7164 39.2574L69.7171 38.4582L69.718 37.6208L69.7193 36.7071L69.7205 36.0371L69.722 35.3064L69.7238 34.505L69.7261 33.6271L69.7287 32.6824L69.7317 31.6834L69.7348 30.6426L69.7382 29.5721L69.7416 28.4831L69.7453 27.4359L69.7502 26.707" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.7503 26.707L69.7496 26.7762" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.699 44.8398L69.6983 44.9281L69.6975 45.0208" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M68.3732 43.8376L68.5972 43.834" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M68.5973 43.834L67.6188 43.8483L66.8559 43.8591L66.0628 43.8703L65.2309 43.8821L64.3517 43.8945L63.4165 43.9077L62.417 43.9218L61.3705 43.9363" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.3705 43.9365L61.405 43.9355" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.0217 49.2305L49.0227 49.2406L49.108 49.8984L49.3146 50.529L49.3919 50.7648" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.0945 49.4766L70.1091 49.562" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.1091 49.5623L70.0649 49.0137" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.1333 49.9588L70.1097 49.6992L70.1051 49.6387" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.0782 49.2347L70.0613 48.9497L70.0122 48.0922L69.9677 47.2711L69.9287 46.3993L69.9085 45.6627L69.8943 44.9009L69.8845 44.0537L69.8782 43.1763L69.8744 42.3033L69.8723 41.5251L69.8711 40.7025L69.8711 39.7981L69.8717 39.1314L69.8727 38.4013L69.8742 37.5976L69.8767 36.8232L69.8801 35.9824L69.8858 35.0879" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.9332 46.5371L69.9446 46.85" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.9445 46.8488L69.9408 46.7461" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.885 35.1888L69.8892 34.8127L69.8954 34.5508" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.3399 34.2111L45.2367 34.0666L45.0619 33.4034L45.0125 32.7038L44.9631 32.0042L44.9137 31.3046L44.8643 30.6051L45.2021 30.0758L45.9434 29.9499L46.6844 29.8241L47.4251 29.6983L48.1657 29.5725L48.9059 29.4468L49.6432 29.3281L50.0562 29.3374" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M3.52002 93.3549L3.64554 93.1985L4.16292 92.7646L4.94821 92.3315L5.64647 92.0355L6.44038 91.75L7.38529 91.4523L8.44715 91.1528L9.58182 90.8646L10.8226 90.5811L11.4664 90.4457L12.1225 90.3157L12.7392 90.2012" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M12.097 90.32L12.7634 90.1964L13.4367 90.08L14.1143 89.9718L14.7933 89.8725L15.4673 89.7836L16.1217 89.7074L16.7891 89.6407L17.4472 89.5863L18.7099 89.5131L19.951 89.4779L21.123 89.4746L22.2658 89.4952L23.3514 89.5314L24.3682 89.5754L25.343 89.6199L26.2574 89.6564L27.1141 89.6817L27.9199 89.6971L28.6819 89.704L29.4074 89.7038L30.1034 89.6981L30.7773 89.6883L31.4364 89.6758L32.0877 89.6623L33.0552 89.6411L34.0031 89.6195L34.9444 89.5967L35.1833 89.5908" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M34.947 89.5951L35.2611 89.5875L36.1991 89.5645L36.8524 89.5472L37.3723 89.1521L37.3393 88.689L37.2788 87.8263L37.225 86.9442L37.1847 86.0829L37.1608 85.2129" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M37.1627 85.3043L37.1607 85.2099L37.1586 84.3354L37.1827 83.4515L37.2384 82.561L37.331 81.6666L37.4603 80.7714L37.6204 79.8784L37.8011 79.0117" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M37.801 79.0117L37.7115 79.4258" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M37.8079 78.9799L37.9091 78.5359L38.124 77.6526L38.3347 76.8398" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.3346 76.8398L38.2422 77.1901" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.3592 76.7462L38.4786 76.3033L38.7218 75.4182L38.8422 74.7481L38.7208 74.0638L38.3497 73.8809L37.6961 73.9202L37.0432 73.9594L36.3911 73.9986L35.7397 74.0375L35.0889 74.0763L34.4386 74.1148L33.7887 74.1532L33.1391 74.1912L32.4866 74.2297L31.8249 74.2698L31.148 74.3128L30.4498 74.3601L29.724 74.4127L28.9647 74.4721L28.1661 74.5394L27.3222 74.6159L26.4297 74.7033L25.4877 74.8037L24.4955 74.9192L23.4526 75.0517L22.3589 75.2032L21.2143 75.3757L20.0192 75.571L18.7746 75.7907L17.4916 76.034L16.8422 76.1637L16.1911 76.2982L15.5409 76.4371L14.8941 76.5801L14.2531 76.7267L13.6205 76.8768L12.3901 77.1855L11.2217 77.5035L10.1338 77.8282L9.1437 78.1572L8.25999 78.4903L7.48285 78.8299L6.81227 79.1782L6.24074 79.53L5.5118 80.0037L4.86848 80.5741L4.46773 81.1761L4.26157 81.9733L4.11566 82.7263L3.96975 83.4793L3.82385 84.2323L3.64357 85.1528L3.49469 85.9064L3.34583 86.66L3.19697 87.4136L3.0481 88.1672L2.89926 88.9208L2.75041 89.6744L2.60154 90.4279L2.4527 91.1815L2.26557 92.114L2.11372 92.8682L2 93.6447L2.19126 94.4633L2.51098 95.0478L2.95793 95.7135L2.97087 95.7303" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.1047 74.2056L39.098 74.2014L38.7328 74.1289" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M138.335 91.4727L138.36 91.599L138.496 92.277L138.695 93.2546L138.845 93.9949L138.835 94.7908L138.524 95.5518L138.181 96.1231L137.968 96.4258" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.183 73.6303L102.208 73.5857L102.589 72.8984L102.93 72.9829L103.612 73.1511L104.293 73.3177L104.972 73.4816L105.648 73.6419L106.321 73.7977L106.991 73.9479L107.657 74.0915L108.319 74.2276L108.98 74.3567L109.646 74.4802L110.324 74.5999L111.022 74.7172L111.745 74.8339L112.5 74.9515L113.293 75.0716L114.131 75.1958L115.017 75.3262L115.951 75.4653L116.934 75.6156L117.965 75.7797L119.043 75.9599L120.169 76.1586L121.342 76.3781L122.56 76.6204L123.089 76.7305" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.8191 55.8764L15.8644 55.6063L15.893 55.459" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.1778 62.1719L16.4165 63.4182L15.9547 64.0739" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.9547 64.0742L15.9366 63.3329L15.9208 61.8341L15.9077 60.386L15.898 58.9971L15.8921 57.6758L15.8905 56.4306L15.8936 55.2698L15.9018 54.202L15.9157 53.2354L15.9356 52.3783L15.9621 51.6388L16.0357 50.5415L16.1863 49.7887L16.6296 49.1842L17.073 48.5794L17.5166 47.9744L17.9604 47.3691L18.1429 47.3877L19.1909 48.1848L19.3845 48.3321" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M19.0991 48.1172L20.1438 48.9016L21.1881 49.6859L22.2317 50.4699L23.2744 51.2537L23.8339 51.6745" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.333 57.0935L125.287 56.8277L125.247 56.623" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.036 63.2461L124.789 64.4996L125.241 65.1536" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.241 65.1533L125.257 64.4246L125.263 62.9506L125.266 61.5266L125.266 60.1607L125.263 58.8613L125.256 57.6365L125.246 56.4948L125.231 55.4444L125.212 54.4933L125.187 53.6498L125.157 52.9219L125.079 51.8409L124.93 51.0968L124.497 50.4917L124.063 49.8861L123.63 49.2802L123.196 48.6738L123.021 48.6876L122.01 49.4471L121.87 49.5526" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.098 49.3848L121.091 50.1322L120.083 50.88L119.075 51.628L118.067 52.3762L117.52 52.7826" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.5566 60.0861L26.3066 60.0648L26.2902 59.4954L26.9158 59.0918L27.5595 59.2579" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.3224 63.496L26.2784 63.4724L25.5926 63.3828L24.9174 63.7334L25.2587 64.1952" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.6201 65.8688L25.576 65.8453L24.8526 65.7832L24.1805 66.0398L23.9312 66.7847L24.4194 66.8595" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.1377 59.2306L27.9439 59.6104L27.7805 60.3309L28.3671 60.676L28.8065 60.202L29.1268 59.428L28.8964 58.6895L28.3598 58.9313L28.1377 59.2306Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.049 58.347L25.9639 58.2984L25.1187 58.0664L24.5312 57.9805L24.3161 58.5716L23.8856 59.7548L23.7552 60.3952L24.0109 60.564" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.0149 96.4447L44.8086 96.0843L44.3586 95.2012" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.3586 95.2012L44.6335 95.7406" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.9452 95.4375L45.0079 95.6529L45.0154 96.4573L45.2826 97.1142L45.7537 97.871L46.1501 98.5079L46.2545 98.6756" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.8682 99.457L47.875 98.7168" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.875 98.7168L46.5978 99.0308L45.814 97.8047L45.7537 97.8722" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.46 97.9395L46.5436 98.1478L46.6302 98.948L46.9432 99.5767L47.3842 100.289L47.7553 100.888L47.8531 101.046" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.6897 103.207L92.7075 103.177L93.0646 102.574" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.0645 102.574L91.9102 103.675L90.8734 104.661L89.7889 105.595L88.6593 106.475L87.4872 107.298L86.2754 108.063L85.0267 108.767L83.7441 109.41L82.4308 109.988L81.0896 110.502L79.724 110.949L78.3371 111.329L76.9323 111.64L75.5128 111.882L74.0822 112.055L72.6437 112.157L71.201 112.188L69.7573 112.149L68.3162 112.039L66.8812 111.859L65.4557 111.609L64.0432 111.289L62.6471 110.901L61.2706 110.444L59.9173 109.921L58.5904 109.332L57.293 108.679L56.0284 107.964L54.7995 107.187L53.6096 106.352L52.4614 105.459L51.3576 104.511L50.3011 103.51L49.2946 102.459" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.2946 102.459L49.5134 103.033" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.2119 100.283L48.3155 100.482L48.4803 101.271L48.7904 101.842L49.4263 102.425L50.1921 102.663L50.3494 102.765" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.9941 104.166L51.0034 104.182L51.3672 104.804L51.3841 104.833" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.3058 102.635L50.3851 102.874L50.6111 103.512L51.0691 104.181L51.125 104.391" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.2048 106.037L53.2065 106.04L53.5415 106.648L53.5566 106.676" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.5597 107.668L55.5704 107.689L55.76 108.065" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.3862 112.162L72.3738 112.243" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.3738 112.243L72.3862 112.162" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M86.5471 108.165L86.5598 108.14L85.9715 107.964L85.18 107.965L84.6598 108.369L84.1585 109.009L83.3883 109.278L82.5994 109.202L82.0413 109.553L81.479 110.141L80.6851 110.333L79.9063 110.18L79.3157 110.475L78.6978 111.004L77.8877 111.118L77.1265 110.89L76.509 111.125L75.8412 111.592L75.0225 111.626L74.2864 111.324L73.6479 111.498L72.9366 111.896L72.1174 111.85L71.4133 111.478L70.7598 111.589L70.0116 111.916L69.1996 111.79L68.5345 111.35L67.8724 111.396L67.0947 111.649L66.2977 111.444L65.6779 110.942L65.0134 110.923L64.2134 111.097L63.4393 110.816L62.8709 110.255L62.2106 110.171L61.396 110.267L60.6521 109.911L60.1407 109.298L59.4907 109.15L58.6694 109.165L57.963 108.738L57.5137 108.078L56.8805 107.867L56.0604 107.802L55.3983 107.308L54.9868 106.523" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.719 106.797L88.7335 106.77L89.0458 106.187L89.058 106.164" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.8545 104.983L90.8708 104.954L91.1971 104.381L91.2307 104.322" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.3141 101.247L94.3333 101.215L94.7175 100.58L94.9449 100.148" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.8735 98.9074L95.894 98.8737L96.2499 98.2889L96.4734 97.8594" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.4229 96.0497L97.4521 96.0013L97.7601 95.4238" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.7601 95.4238L97.0687 96.7108" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.0705 53.0996L60.8152 53.1597L60.5289 53.3021" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M58.3482 54.2079L58.3398 54.1738L57.8333 54.4052L57.7034 54.5249" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.9627 55.457L55.7117 55.5133L55.0462 56.004L55.0266 56.0373" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.5924 57.0098L53.4968 57.0218L52.9888 57.251" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.0927 57.3917L52.9888 57.252L52.6174 57.6652L52.552 57.8077" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.3946 58.7812L51.1771 58.8306L50.8534 59.2844" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.0262 59.1228L50.9213 58.9453" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.6945 59.1094L50.5063 59.3164L50.2722 59.8331" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.3861 60.7539L49.3146 60.7715L48.5962 61.1848L48.8229 61.391" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.9692 61.2242L48.8053 61" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.5962 61.1855L48.4294 61.4104L48.2257 62.094" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.5853 62.9082L47.3882 62.9779L46.7146 63.4602L47.0209 63.6887" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.9042 63.2539L47.1407 63.5193" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.7145 63.4609L46.5709 63.7013L46.4298 64.5171L46.424 64.5672" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.0178 65.2051L45.9375 65.2492L45.2362 65.6882L45.068 65.9121" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.2362 65.6895L45.5588 65.9873" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.4646 66.1516L45.0679 65.9121L44.8853 66.4385L44.885 67.2349" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.6972 67.6094L44.679 67.6306L44.0096 68.0754L43.6729 68.5187" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.818 68.2793L44.2374 68.5971" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.1672 68.7541L43.6728 68.5176L43.5431 69.06L43.622 69.8633L43.2635 70.4289L42.6632 70.9972L42.5426 71.2503" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.5426 71.2511L42.6632 70.998" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.5426 71.25L42.4759 71.5227L42.5796 72.3474L42.4989 73.0141L41.9311 73.582L41.6886 74.0835" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.7836 73.8203L42.4088 74.1255" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.4088 74.1254L41.9241 73.8887" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.3787 74.2611L41.6887 74.084L41.6682 74.6426L41.9031 75.4169L41.6632 76.0428L41.1875 76.7186L41.1191 76.9908L41.9072 77.1132" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.9071 77.1133L41.1539 77.5494L41.3706 78.0624L41.4225 78.7335L40.9784 79.4022L40.8396 79.9424" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.1875 76.7188L41.9217 76.9923" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.3231 81.2667L41.3101 81.2418L40.9292 80.4964L40.8396 79.9434L41.7214 79.9927" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.7214 79.9913L40.8807 79.6641" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.2064 81.8584L41.2224 81.0723" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.2224 81.0723L40.8663 82.6294L40.8529 82.9102L41.821 82.8698" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.821 82.8691L41.0492 83.5479L41.2785 83.9673L41.5088 84.3172" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.8663 82.6289L41.8142 82.7834" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.8142 82.7847L40.9424 82.6426" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.4465 84.127L41.5164 84.3407L41.2855 85.0443L41.1587 85.8644L42.1958 85.7183" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.1958 85.719L41.1444 85.584" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.1587 85.8652L41.2295 86.1384L41.5423 86.7199L41.9584 87.274" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.8685 87.0195L41.959 87.2256L41.799 87.9491L41.7539 88.7782L42.0747 89.4217L42.4642 89.9489L42.6928 90.1612" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.7119 88.4991L42.8247 88.4609" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.8248 88.4609L41.7539 88.7776" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.5732 89.8574L42.6835 90.0538L42.5957 90.7899L42.6325 91.62L42.9719 92.2314L43.4013 92.7188L43.7122 92.9615" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.6324 91.6198L43.7493 91.2285" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.7493 91.2285L42.5634 91.3465" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.682 92.8008L43.7234 93.0212L43.6515 93.822L43.933 94.6068L44.3788 95.2229L45.0054 95.6445" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.7859 94.3644L44.9038 93.8437L44.8899 93.8164" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.2024 96.9847L46.2789 96.347L46.1138 96.0636L45.3998 94.816L44.6677 93.3801L44.0773 92.0654L43.5521 90.7239L43.0351 89.2047L42.6431 87.8163L42.3198 86.4109L42.0662 84.9919L41.8651 83.4287L41.7521 81.9922L41.7101 80.5525L41.7393 79.1132L41.8395 77.6778L42.0105 76.2498L42.2517 74.8327L42.563 73.43L42.9432 72.045L43.3914 70.6812L43.9066 69.3418L44.4877 68.0303L45.1659 66.6776L45.873 65.4326L46.641 64.2248L47.4682 63.057L48.3523 61.932L49.2911 60.8525L50.2824 59.8212L51.3239 58.8407L52.4129 57.9132L53.5467 57.041L54.7226 56.2261L55.9377 55.4707L57.189 54.7765L58.4735 54.1449L59.7879 53.5777L61.1292 53.0763L62.494 52.6417L63.879 52.2748L65.2809 51.9767L66.6962 51.748L68.1215 51.5893L69.5534 51.5006L70.9884 51.4824L72.4229 51.5347L73.8537 51.6573L75.2771 51.8496L76.6898 52.1112L78.0884 52.4417L79.4694 52.8401L80.8297 53.3052L82.166 53.836L83.475 54.4313L84.7536 55.0895L85.9988 55.8088L87.2076 56.5877L88.3771 57.4243L89.5046 58.3165L90.5874 59.262L91.6229 60.2585L92.6086 61.3039L93.5423 62.3954L94.4218 63.5304L95.245 64.7062L96.0097 65.92L96.7145 67.1689L97.3576 68.4498L97.9722 69.8353L98.488 71.1728L98.938 72.533L99.3211 73.9127L99.6365 75.3085L99.8832 76.7172L100.061 78.1355L100.169 79.5598L100.207 80.9868L100.176 82.4132L100.075 83.8355L99.8882 85.3824L99.6486 86.7857L99.3403 88.1749L98.9643 89.5467L98.5216 90.8978L97.9595 92.3716L97.3874 93.6691L96.6774 95.0861L95.8999 96.4636L95.8233 96.597L96.888 97.2399L96.6542 97.6243L96.047 98.1637L95.5707 98.4183" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.2655 96.3262L45.0812 96.7316" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.6133 97.5996L45.8236 97.7842L46.5301 98.1666L46.5479 98.1838" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.2847 100.029L47.5118 100.192L48.2516 100.504L48.3353 100.57" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.7666 101.753L49.6943 100.918" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.6942 100.918L48.5981 101.527" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.6896 103.645L51.6997 102.914" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.6998 102.914L50.8793 103.854" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.2947 104.346L51.5487 104.462L52.3331 104.624L52.5958 104.806" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.4954 104.58L52.5977 104.81L52.8677 105.425L53.3536 106.047L54.1338 106.319L54.8601 106.448L55.0999 106.756" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.1852 105.738L53.9287 104.738" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.9286 104.738L52.9761 105.549" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.4355 107.222L56.2807 106.309L56.3023 106.322" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M58.0437 108.647L58.7932 107.654L58.8165 107.666" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.0302 109.93L61.0295 109.931" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.0295 109.931L61.4468 108.758" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.4468 108.758L60.7754 109.809" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M63.6038 110.699L64.1433 109.58" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M64.1434 109.58L63.8683 110.795" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M66.9274 110.143L66.502 111.309" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M66.502 111.311L66.953 110.148" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.7188 111.677L69.7758 110.434L69.7498 110.432" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.3942 111.669L72.5825 110.441" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.5825 110.441L72.674 111.684" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.3318 111.416L75.3987 110.176" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.3987 110.176L75.6113 111.404" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M78.2262 110.878L78.1716 109.637" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M78.1716 109.637L78.5028 110.838" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M81.0496 110.058L80.8733 108.828" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.8733 108.828L81.3206 109.992" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.0382 108.873L83.5032 107.748" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M83.5032 107.748L83.7754 108.966" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M86.3766 107.609L86.3773 107.611" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M86.3773 107.613L85.9658 106.439" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M85.9658 106.439L86.8924 107.415L87.1754 106.881L87.2922 106.637" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.1666 106.898L87.2667 106.719L87.8693 106.453L88.6708 106.314L89.2717 105.765L89.6446 104.949L89.7442 104.721" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.6719 105.334L89.07 105.87" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.6136 105.543L88.8309 106.01" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M89.6439 104.951L89.712 104.865L90.4139 104.673L91.1535 104.334L91.5361 103.785L91.8178 103.04L92.5038 102.692L93.2058 102.282L93.5648 101.73L93.7911 100.927L93.9449 100.486" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.1127 104.177L90.4812 103.105" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.4812 103.105L91.3365 104.012" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.2015 102.128L92.4689 101.123" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.4689 101.123L93.4078 101.942" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.8247 100.773L93.9097 100.706L94.6369 100.403L95.1165 99.9215L95.264 99.6777" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.656 98.1758L95.575 98.3818L95.495 99.1753L95.2641 99.6768L94.2662 98.9331" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.2662 98.9336L95.0771 99.8824" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.8098 96.6191L96.7222 97.4633" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.8879 97.2402L97.0055 96.9885L97.0657 96.1695L97.1306 95.707" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.0723 95.9145L97.238 95.7992L97.8759 95.3001L98.2641 94.6563L97.1587 94.127" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.1587 94.127L98.121 94.8941" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.2642 94.6562L98.3564 94.394L98.3364 93.5725L98.3557 93.1055" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.3265 93.2679L98.4196 93.1884L99.0049 92.6288L99.3795 91.9473" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.4259 90.1992L99.3189 90.3926L99.4102 91.1234L99.3796 91.9461L98.2764 91.545" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.2764 91.5449L99.2606 92.1969" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.3103 90.501L99.3391 90.4711L99.8664 89.8565L100.224 89.1387" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.13 89.4004L99.1379 88.9141" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.1379 88.9143L100.263 88.8636L100.174 88.3168L100.012 87.5977L100.099 87.3945" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.013 87.6483L100.166 87.477L100.55 86.8681L100.789 86.2598" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.7655 86.1006L100.789 86.259L100.756 85.7058L100.453 84.9649L100.494 84.5332" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.433 84.7278L100.517 84.6121L100.842 84.0391L101.069 83.3362L100.86 82.5376L100.562 81.8623L100.72 81.4238" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M101.028 83.611L100.108 83.3652" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.594 81.7066L100.597 81.7025L100.978 80.9412L101.062 80.3945" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.781 77.7443L100.005 77.6934" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.005 77.6934L100.641 78.2786L100.438 78.7556L100.616 79.3995L101.02 80.1188L101.062 80.3948L100.192 80.4316" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.192 80.4316L101.048 80.6732" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.768 77.4663L100.699 77.1955L100.227 76.5182L99.9869 75.8939L100.212 75.1302L100.189 74.5762L99.5081 74.7416" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.5081 74.7422L100.229 74.8532" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.189 74.5761L100.093 74.313L99.5579 73.6843L99.2584 73.0857L99.4081 72.3026L99.2099 71.4997L98.6159 70.9256L98.2595 70.3583L98.3317 69.5631L97.7125 69.25" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.3976 72.0234L98.7954 72.1025" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.294 69.2871L97.7816 69.4066" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.2004 69.0232L98.056 68.7829L97.4091 68.2688L97.1759 68.0898" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.9992 67.7369L96.9934 67.4876L96.9289 66.666L96.8099 66.4121" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.5105 66.8085L96.9288 66.666" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.418 66.6436L96.8099 66.4112L96.4339 65.9995L95.8632 65.6875" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.4664 65.0592L95.4593 65.001L95.3147 64.1885L94.8684 64.1699" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.3113 113.594L83.025 113.32L84.4058 112.711L85.7542 112.035L87.067 111.294L88.3411 110.489L89.6979 109.541L90.8935 108.609L92.0414 107.62L93.1388 106.575L94.1829 105.478L95.1715 104.33L96.1022 103.136L97.0828 101.754L98.0587 100.228L98.8108 98.8951L99.4964 97.5266L100.114 96.1256L100.662 94.6955L101.139 93.2397L101.544 91.7618L101.876 90.2651L102.134 88.7532L102.318 87.2297L102.427 85.6982L102.461 84.1625L102.42 82.626L102.304 81.0926L102.113 79.5656L101.847 78.049L101.508 76.5462L101.095 75.0608L100.611 73.5964L100.056 72.1564L99.431 70.7444L98.7379 69.3636L97.9784 68.0173L97.1541 66.7088L96.2668 65.4413L95.3301 64.2324L94.986 64.3368" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.1715 63.9465L94.9832 63.7382L94.3035 63.3789" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.6736 62.5651L93.648 62.4019L93.3009 61.6484L93.0762 61.8508" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.3008 61.649L93.0932 61.4598L92.5127 61.2031" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.6388 60.2754L91.6343 60.2581L91.2152 59.541" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.2271 59.8787L91.4026 59.752" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.0575 59.7145L91.2152 59.5411L90.7366 59.2543L90.5154 59.1992" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M89.373 58.2139L89.305 58.0654L88.6944 57.5006L88.3306 57.3926" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M86.912 56.3976L86.8899 56.3596L86.2273 55.8564L85.9708 55.793" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.2509 54.8311L84.1162 54.7041L83.4977 54.4434" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M81.4365 53.547L81.3997 53.5186L80.8805 53.3262" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.4482 51.8826L75.431 51.8769L74.6883 51.7433L73.9512 51.6578L73.2131 51.5806L72.5713 51.5488" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M7.12781 104.395L7.14203 104.403L7.86562 104.775L8.66079 105.15L9.50332 105.524L10.391 105.896L11.4111 106.262" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.4111 106.263L9.4252 105.642L8.77243 105.381L7.89318 104.995L7.04991 104.606L7.02319 104.594" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.132 105.074L134.113 105.083L133.305 105.458L132.462 105.831L131.835 106.083L130.829 106.446L130.099 106.679" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.099 106.678L131.758 105.966L132.566 105.605L133.328 105.243L134.021 104.882L134.031 104.877" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M114.866 101.574L115.539 101.599L116.569 101.643L117.556 101.691L118.505 101.741L119.419 101.793L120.301 101.848L121.152 101.904L121.973 101.962L122.767 102.02L123.537 102.079L124.283 102.138L125.009 102.196L125.719 102.255L126.414 102.314L127.098 102.373L127.774 102.432L128.445 102.491L131.277 102.463L131.826 102.09L131.91 101.725L131.908 99.8485L132.145 99.75" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.265 76.1953L133.424 77.045L133.689 78.3471L133.752 78.6373" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M137.67 94.8281L137.758 95.2788L137.884 95.9471L138.094 97.1818L138.247 98.2834L138.338 99.2551L138.362 100.1L138.3 100.992L138.085 101.846L137.787 102.455L137.372 102.994L137.264 103.109" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.38 62.0938L123.518 62.3438L124.481 64.0448L125.092 64.9408" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.772 62.793L124.636 64.2731" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.292 63.6719L124.941 64.7221L125.388 65.3598L125.95 66.1058L126.477 66.7312L126.605 66.8773" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.184 65.0586L125.532 65.5592L125.813 65.932" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.558 108.65L131.055 108.494L132.07 108.134L132.948 107.769L133.775 107.401L134.558 107.032L135.273 106.665L135.895 106.303L136.595 105.775L137.09 105.185L137.266 104.513L137.264 102.727L136.902 102.095L136.296 101.644L135.553 101.201L134.798 100.762L134.113 100.242L133.64 99.7904L133.171 99.3413L132.857 99.041" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.29566 98.459L8.21383 98.5355L7.73161 98.9867L7.24495 99.4416L6.75516 99.8982L6.04004 100.341L5.24935 100.783L4.5128 101.23L3.96493 101.691L3.74841 102.177L3.75894 103.999L3.94734 104.686L4.4688 105.293L5.20277 105.837L5.85279 106.21L6.59991 106.589L7.41762 106.971L8.28042 107.352L9.19564 107.73L10.2527 108.103L10.6884 108.24" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M10.5303 108.189L11.1116 108.373L11.1244 108.377" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.199 108.764L130.229 108.755L130.788 108.578" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.7174 101.232L25.1397 101.251L24.1257 101.291L23.1493 101.333L22.2083 101.379L21.3008 101.426L20.4247 101.476L19.5783 101.528L18.7592 101.58L17.9658 101.633L17.1958 101.686L16.4461 101.74L15.7137 101.793L14.9957 101.847L14.2886 101.901L13.5898 101.956L12.8957 102.01L9.95863 101.957L9.38673 101.573L9.29648 101.2L9.28584 99.2881L9.03882 99.1855" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M3.75064 102.563L3.63931 102.447L3.20284 101.893L2.88673 101.27L2.65719 100.396L2.58545 99.4841L2.60472 98.6221L2.69235 97.631L2.84388 96.5079L3.05441 95.2498L3.18012 94.569L3.31842 93.8533L3.3203 93.8438" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M6.89185 79.1365L7.10219 78.2594L7.29778 77.3526L7.5635 76.0295L7.72355 75.166" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.8551 61.002L17.7145 61.2531L16.7307 62.962L16.1069 63.8604" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.4474 61.7168L16.5732 63.1908" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.9166 62.5996L16.261 63.6417L15.8045 64.281L15.229 65.0283L14.6896 65.654L14.558 65.8001" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.0048 63.9902L15.6567 64.4807L15.369 64.8542" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M145.243 85.8145L145.2 86.0045L144.895 86.6622L144.443 86.9745L143.498 87.256L142.733 87.091L142.104 86.542L141.687 85.9962L141.292 85.3301L140.933 84.5693L140.626 83.7435L140.382 82.8851L140.211 82.0275L140.119 81.2043L140.11 80.4479L140.185 79.7875L140.444 79.0315L141.027 78.5543L141.972 78.2656L142.737 78.4531L143.363 79.0135L143.775 79.562L144.164 80.2265L144.517 80.9817L144.819 81.7987L145.016 82.4811" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M136.479 78.3301L140.439 79.0443" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M142.834 87.1426L139.807 90.0278" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M140.991 88.8999L140.952 89.166L140.711 90.0262L140.353 90.6699L139.625 91.1759L138.722 91.4427L137.818 91.3588L137.157 90.9736L136.479 90.3393L135.809 89.4794L135.174 88.4265L134.877 87.8402L134.599 87.2215L134.342 86.5765L134.108 85.9116L133.899 85.2333L133.719 84.5484L133.568 83.8637L133.448 83.1859L133.361 82.522L133.286 81.2612L133.346 80.1311L133.539 79.1755L133.855 78.4311L134.282 77.9259L134.803 77.6782L135.705 77.4004L136.614 77.5271L137.273 77.9363L137.944 78.5869L137.95 78.5951" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M137.109 90.9316L132.61 92.2642" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M129.218 80.3877L133.585 79.0469" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.935 97.3677L126.632 96.0806L125.358 94.024L124.679 90.5723" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.6288 34.1348L97.0918 34.3626L97.902 34.7636L99.5102 35.6397L101.017 36.4854L102.471 37.3516L103.928 38.2979L105.392 39.3268L106.866 40.4408L108.354 41.6436L109.858 42.9395L111.011 43.9944L111.329 44.5726L111.209 45.1531" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.0605 33.3848L44.5938 33.5998L43.7729 33.9804L42.1432 34.817L40.6149 35.6268L39.1389 36.4595L37.6595 37.3738L36.1717 38.3721L34.6727 39.4572L33.1595 40.6327L31.6292 41.903L30.4547 42.9399L30.1331 43.5168L30.2605 44.107" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.3853 94.0033L98.5035 93.7351L98.8488 92.834" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.418 91.1725L99.4719 91.008L99.724 90.0879" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.154 88.2608L100.168 88.1971L100.328 87.2637" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.588 85.2941L100.653 84.3906" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.717 82.2944L100.696 81.5078" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.541 79.2821L100.466 78.6836" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.057 76.2842L99.9858 75.9707" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.9048 75.5059L41.84 75.7982" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.4367 78.2285L41.3657 78.8214" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.2867 83.9805L41.3581 84.888" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.6376 86.8848L41.8063 87.8283L41.8201 87.8883" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.2719 89.7422L42.5347 90.6728L42.5889 90.8342" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.1814 92.5215L43.5386 93.4337L43.6584 93.7004" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.3319 100.062L47.4406 100.216L48.3403 101.36L48.9457 102.057" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.2189 102.265L93.8308 101.555L94.7102 100.427L94.8192 100.271" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.4066 99.4357L95.5327 99.2563L96.2964 98.0467L96.3366 97.9805" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.7825 63.591L94.3123 63.0413L93.627 62.3145" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.2667 61.8633L47.5904 62.5669L47.1334 63.0923" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.5475 63.7695L45.6232 64.9457L44.7306 66.2058L43.9019 67.5092L43.1388 68.8525L42.4433 70.2325L41.8171 71.6458L41.2618 73.0891L40.7788 74.5587L40.3691 76.0511L40.0337 77.5626L39.7738 79.0895L39.5896 80.6282L39.4817 82.1748L39.4503 83.7255L39.4957 85.2766L39.6176 86.8242L39.8156 88.3647L40.0892 89.8942L40.438 91.409L40.8609 92.9054L41.3567 94.3798L41.9244 95.8286L42.5626 97.2482L43.2696 98.6352L44.0436 99.9863L44.8828 101.298L45.9442 102.794L47.0071 104.145L48.0179 105.308L49.0841 106.421L50.2031 107.48L51.3722 108.483L52.5883 109.428L53.8486 110.312L55.2602 111.206L56.5904 111.958L57.9549 112.644L59.3506 113.262L60.0701 113.54" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.3043 92.5493L89.7216 93.4714L89.135 94.3049L88.4625 95.1668L87.7482 95.9944L86.9938 96.7859L86.201 97.5391L85.3717 98.2523L84.5324 98.905L83.6464 99.5261L82.7173 100.111L81.76 100.65L80.7768 101.141L79.7701 101.583L78.7422 101.975L77.6957 102.317L76.6329 102.606L75.5564 102.844L74.4689 103.028L73.3728 103.158L72.271 103.235L71.1659 103.258L70.0602 103.226L68.9567 103.14L67.8579 103.001L66.7665 102.808L65.6852 102.561L64.6165 102.262L63.563 101.912L62.5273 101.51L61.5119 101.058L60.5193 100.556L59.5518 100.007L58.6118 99.4115L57.7016 98.7705L56.8639 98.1162L56.0222 97.3917L55.2166 96.627L54.4492 95.8239L53.7217 94.9844L53.0359 94.1107L52.4375 93.266L51.8416 92.332" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M67.1481 69.3345L68.9543 69.5996L71.4816 69.9462L72.3952 69.5023L73.3137 69.0712L74.2422 68.6656L75.1858 68.298L76.1495 67.9813L77.1383 67.7285L78.1572 67.5526L79.2112 67.4668L80.3027 67.4826L81.3571 67.5981" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.2236 78.3613L54.6554 79.395L55.1791 80.3805L55.7734 81.2805L56.4296 82.1027L57.1386 82.858L57.8915 83.5572L58.6793 84.2113L59.4933 84.8315L60.3246 85.429L61.1644 86.015L62.1932 88.3965L62.9145 90.1142" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.2843 87.1465L56.1802 87.8466L57.123 88.4495L58.0811 88.9379L59.0511 89.3233L60.0311 89.6204L61.0194 89.8435L62.0141 90.0074L63.0136 90.1268L64.016 90.2166L65.0199 90.2915L67.0719 91.8688L68.7795 93.2087" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.3966 69.0352L74.8778 70.1477L76.9572 71.6786L77.9589 71.7306L78.959 71.7973L79.9561 71.8936L80.9489 72.0343L81.9359 72.2342L82.9156 72.5086L83.8867 72.8725L84.8476 73.3411L85.795 73.9263L86.7188 74.6269L86.7525 74.6576" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.7113 77.1328L82.485 78.9176L82.1914 81.4318L82.6567 82.351L83.105 83.2636L83.528 84.1862L83.9133 85.1238L84.2467 86.0774L84.5163 87.0523L84.7124 88.0657L84.82 89.1151L84.8278 90.2031L84.743 91.1721" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M83.1474 83.3574L82.076 84.8207L80.5909 86.8928L80.5583 87.8901L80.5109 88.8861L80.4336 89.8792L80.3116 90.8681L80.1299 91.8515L79.8737 92.8282L79.5278 93.7972L79.0774 94.7572L78.5106 95.7054L77.8545 96.5955" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.0318 64.002L71.8663 64.0308L72.6987 64.1004L73.527 64.2107L74.3493 64.3614L75.1634 64.5521L75.9676 64.7824L76.7597 65.0516L77.5381 65.359L78.3007 65.7041L79.0457 66.0858L79.7714 66.5033L80.4761 66.9556L81.1579 67.4415L81.8154 67.9599L82.447 68.5095L83.051 69.0889L83.6262 69.6969L84.1711 70.3319L84.6844 70.9924L85.165 71.6767L85.6115 72.3834L86.0231 73.1106L86.3987 73.8565L86.7376 74.6196L87.0386 75.3978L87.3013 76.1893L87.5251 76.9922L87.7093 77.8047L87.8535 78.6246L87.9575 79.4503L88.0209 80.2795L88.0437 81.1103L88.0256 81.9408L87.9669 82.769L87.8677 83.5929L87.7282 84.4104L87.5486 85.2197L87.3295 86.0189L87.0714 86.806L86.7749 87.5791L86.4407 88.3364L86.0695 89.0761L85.6624 89.7964L85.2202 90.4956L84.744 91.172L84.2349 91.8239L83.6942 92.45L83.1232 93.0485L82.5231 93.6181L81.8954 94.1574L81.2417 94.6652L80.5634 95.1401L79.8622 95.5811L79.1398 95.987L78.398 96.357L77.6384 96.6901L76.8628 96.9854L76.0732 97.2423L75.2715 97.4602L74.4594 97.6384L73.6391 97.7766L72.8125 97.8744L71.9815 97.9316L71.1481 97.9481L70.3144 97.9236L69.4824 97.8583L68.654 97.7525L67.8312 97.6062L67.0161 97.4198L66.2106 97.1937L65.4167 96.9286L64.6362 96.6249L63.8711 96.2835L63.1232 95.9051L62.3943 95.4906L61.6861 95.0411L61.0006 94.5575L60.3392 94.041L59.7035 93.4931L59.0951 92.9148L58.5156 92.3075L57.9664 91.6728L57.4486 91.0122L56.9637 90.3273L56.5128 89.6196L56.097 88.891L55.7173 88.1432L55.3746 87.3781L55.0699 86.5973L54.8038 85.8028L54.577 84.9967L54.39 84.1808L54.2434 83.3571L54.1375 82.5275L54.0724 81.6941L54.0485 80.859L54.0657 80.0242L54.1241 79.1916L54.2234 78.3633L54.3635 77.5413L54.544 76.7277L54.7644 75.9244L55.0243 75.1332L55.3229 74.3563L55.6597 73.5954L56.0337 72.8524L56.444 72.129L56.8897 71.4271L57.3696 70.7484L57.8826 70.0945L58.4274 69.4669L59.0028 68.8672L59.6072 68.2969L60.2393 67.7573L60.8974 67.2496L61.5801 66.7753L62.2856 66.3353L63.0122 65.9308L63.7581 65.5626L64.5216 65.2317L65.3008 64.939L66.0937 64.685L66.8986 64.4704L67.7133 64.2955L68.536 64.1611L69.3647 64.0672L70.1973 64.0142L71.0318 64.002Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M59.559 100.011L58.6557 99.4389L57.7487 98.8001L56.8737 98.1179L56.0326 97.3939L55.2276 96.6298L54.4607 95.8272L53.7337 94.9883L53.0484 94.1151L52.4065 93.2097L51.8096 92.2741L51.2591 91.3108L50.7563 90.3219L50.3026 89.3101L49.8991 88.2775L49.5467 87.2268L49.2462 86.1606L48.9984 85.0814L48.8042 83.9917L48.6637 82.8944L48.5774 81.792L48.5454 80.6873L48.5681 79.5829L48.6452 78.4814L48.7764 77.3857L48.9616 76.2983L49.2004 75.222L49.4922 74.1592L49.836 73.1126L50.2312 72.0849L50.6769 71.0784L51.1718 70.0956L51.7149 69.1388L52.3046 68.2105L52.9398 67.313L53.6188 66.4482L54.3398 65.6183L55.1011 64.8254L55.901 64.0715L56.7374 63.3582L57.6083 62.6872L58.5115 62.0603L59.4449 61.4791L60.4063 60.9447L61.3931 60.4584L62.403 60.0216L63.4337 59.6352L64.4826 59.3001L65.547 59.0171L66.6245 58.7868L67.7124 58.61L68.8082 58.4868L69.909 58.4175L71.0124 58.4023L72.1155 58.4414L73.2159 58.5344L74.3107 58.6812L75.3974 58.8813L76.4733 59.1343L77.5359 59.4396L78.5826 59.7962L79.6109 60.2034L80.6184 60.6603L81.6025 61.1656L82.5611 61.7181L83.4917 62.3164L84.3922 62.9592L85.2604 63.6449L86.0943 64.3716L86.8919 65.1378L87.6512 65.9416L88.3704 66.7811L89.048 67.654L89.6823 68.5585L90.2716 69.4923L90.8147 70.4533L91.3104 71.4389L91.7574 72.4469L92.1546 73.475L92.5011 74.5206L92.7962 75.5813L93.0392 76.6544L93.2293 77.7375L93.3662 78.8279L93.4497 79.923L93.4796 81.0203L93.4556 82.1172L93.3778 83.2109L93.2467 84.2989L93.0624 85.3786L92.8253 86.4475L92.5359 87.5029L92.1952 88.5424L91.8038 89.5635L91.3625 90.5637L90.8725 91.5407L90.3351 92.4921L89.7514 93.4157L89.1227 94.3092L88.4506 95.1705L87.7368 95.9977L86.9829 96.7885L86.1906 97.5412L85.3619 98.254L84.4988 98.9251L83.6032 99.553L82.7139 100.113" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.8132 72.8888L63.5354 72.1626L65.8972 71.1389L66.4671 70.2993L67.0482 69.4685L67.6519 68.6553L68.2895 67.8684L68.9721 67.1166L69.7111 66.4092L70.5178 65.7554L71.4032 65.1644L72.3753 64.6451L73.4288 64.2052L73.4479 64.1992" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.1968 94.6958L62.1539 94.7782L63.25 94.7697L64.3056 94.6618L65.3233 94.4658L66.3086 94.1942L67.2669 93.8593L68.2034 93.4739L69.1235 93.0505L70.0327 92.6018L70.9362 92.1406L73.4659 92.4345L75.2426 92.6591" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.2146 97.8236L70.1312 97.4136L71.0904 96.8721L71.9622 96.263L72.7547 95.5948L73.4792 94.8758L74.147 94.1143L74.7696 93.3187L75.3581 92.4975L75.924 91.6593L76.4785 90.8127L78.8068 89.7513L80.502 89" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.7863 49.7324L91.8294 49.724L92.4776 49.5971L93.0551 49.2979L93.0793 48.8098L93.0889 47.9158L93.0985 47.0217L93.1081 46.1272L93.1112 45.8457" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.1273 44.3379L93.1249 44.4312L93.1076 45.0839L93.0904 45.7369L92.7362 46.0601" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.7168 49.7573L69.7021 49.43L69.6726 48.7729L69.6434 48.1211L69.601 47.1762L69.5619 46.3041L69.5279 45.5447L69.4934 44.776L69.4618 44.0716L68.8582 43.8225L68.2668 43.8223" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.3779 65.6565L26.1794 66.0493L26.0334 66.7864L26.4712 67.1677L26.9347 66.929L27.3698 66.222L27.5154 65.4837L27.0764 65.1035L26.6133 65.3438L26.3779 65.6565Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.0496 63.0292L27.9982 62.9296L27.3705 62.9062L26.9484 63.4889L26.7448 64.1806L27.2524 64.6527L27.6744 64.2915L28.0204 63.587L28.0496 63.0292Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M19.4584 70.1783L19.4261 70.1401L19.4721 69.2423L19.8189 68.3419L20.1174 67.5711L20.5041 66.5727L20.8636 65.6443L21.1907 64.7994L21.4287 64.1841L21.7559 63.3383L22.1271 62.3788L22.473 61.4845L22.71 60.8718L22.9981 60.1275L23.3431 59.2366L23.7249 58.251L24.0203 57.4882L24.3659 56.5993L24.7116 55.9437L25.4603 55.8398L26.2452 56.0111L26.9645 56.1681L27.771 56.3466L28.622 56.5351L29.4243 56.7124L30.2439 56.8929L30.8976 57.0367L31.4051 57.2215" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.7166 65.2612L23.631 65.2131L22.6582 65.082L21.9451 65.0952L21.7286 65.6903L21.2952 66.8817L21.1639 67.5256L21.4208 67.6687" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.545 50.916L102.537 51.2892" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.475 54.1262L102.52 52.2441" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.79866 101.906L9.69986 102.001L9.21441 102.452L9.03697 103.136L8.50429 103.417L7.76686 103.841L7.21918 104.277L7.0105 104.898L7.33476 105.405L8.01595 105.94L8.626 106.308L9.33077 106.68L10.105 107.055L10.9245 107.429L11.2722 107.583" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.052 107.983L130.401 107.827L131.188 107.465L131.93 107.102L132.606 106.742L133.189 106.385L133.84 105.865L134.161 105.213L133.791 104.614L133.184 104.186L132.437 103.766L131.673 103.347L131.764 102.73L131.434 102.412" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.3644 101.036L40.345 101.035L41.7954 101.036L43.2619 101.04L44.7211 101.046" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.3993 101.273L98.8421 101.28L100.284 101.288L101.708 101.3L102.611 101.309" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.28577 99.2886L9.97716 99.2286L10.6743 99.1685L11.3804 99.1082L12.0989 99.0477L12.8331 98.987L13.586 98.9263L14.3613 98.8654L15.1622 98.8044L15.9921 98.7434L16.8534 98.6828L17.7485 98.623" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.9309 98.6127L18.68 98.5658L19.6501 98.5094L20.6612 98.4554L21.7157 98.4043" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.3704 98.376L22.8159 98.3568L23.9643 98.313L25.1507 98.2734" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.4583 98.2351L27.6743 98.2044L28.9913 98.1758" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.1488 98.1111L34.5952 98.0964L36.0676 98.0851L37.5636 98.077L39.0804 98.0721L40.6156 98.0703L42.1666 98.0715L42.9832 98.0736" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.939 98.377L104.415 98.3959L105.88 98.4179L107.321 98.4429L108.736 98.4709" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M112.838 98.5742L114.079 98.6134L115.324 98.6571" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.555 98.7051L117.691 98.7543L118.807 98.808" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.885 98.8652L120.9 98.9248L121.881 98.9872L122.822 99.0516" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.599 99.1855L125.426 99.2524L126.23 99.32L127.005 99.3872L127.755 99.454L128.483 99.5205" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M129.192 99.5859L129.886 99.6518L130.568 99.7173L131.241 99.7826L131.908 99.8476" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.1412 50.1543L39.1515 50.4858" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.2346 53.3976L39.1757 51.4961" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.654 58.8828L125.265 59.5681" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.252 57.1586L136.515 48.0195" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M136.515 48.0195L127.654 58.8823L125.521 65.5387" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.6723 64.4521L13.4227 57.6426" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M13.4227 57.6426L15.8953 58.3914" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.8918 55.936L4.15283 46.3613" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M4.15283 46.3613L14.0683 66.321" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.6494 133.461L22.8191 139.422L56.8603 130.398L85.6131 130.395L111.368 144.088L129.543 133.8" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.13 184.24L125.435 199.407L123.993 213.628L94.4459 225.738L42.3342 226.283L16.157 213.145" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.8856 234.15L38.3246 251.02L48.9983 267" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.9982 267L48.3955 250.824L48.3833 239.468L90.6661 237.582L94.4459 225.738L91.7587 174.672L43.6155 174.67L42.3342 226.283L48.3833 239.468" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.3833 239.47L28.8855 234.151L16.157 213.146L16.3955 185.525" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.477 181.252L123.993 213.629L111.441 236.802L97.3787 252.792L84.5945 266.04" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.5945 266.039L87.6928 246.498L90.6662 237.582L111.441 236.801" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.397 158.294L128.163 144.781L124.335 146.264L112.256 150.221L112.881 175.071" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.09 67.4068L136.515 48.0195" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M135.215 194.473L120.375 171.797L112.256 150.22L83.7225 139.839L85.6132 130.394L85.7429 117.423L88.6502 110.277" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M129.015 102.498L132.227 119.493L129.543 133.8L124.335 146.262L129.51 166.593L135.215 194.473" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M135.215 194.472L122.234 179.852L112.881 175.07L91.7587 174.672L83.7225 139.838L52.387 137.225L43.6156 174.67L25.2993 175.158" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M13.4696 146.859L8.14346 170.094L5.56995 198.775" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M5.56995 198.775L14.0799 173.143L22.2347 146.12L13.4696 146.859L11.6494 133.461L9.09426 119.303L12.3068 102.014" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.2936 109.922L56.6406 117.368L56.8603 130.397L52.3869 137.224L22.2347 146.119L25.2993 175.158L19.8312 181.318L5.56995 198.774" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M63.2698 114.479L67.666 119.27" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M67.666 119.271L58.4734 119.86" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.1356 114.516L74.787 119.282" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.787 119.281L83.9414 119.897" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.787 119.283L67.666 119.271" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M4.15283 46.3613L13.4227 57.6436" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M132.61 92.2656L132.359 92.2996L131.631 92.1074" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.932 79.8618L130.845 79.8018L130.216 79.5352L129.368 79.6111L128.702 80.253L128.39 80.972L128.198 81.8936L128.134 82.9826L128.202 84.1963L128.399 85.4874L128.544 86.1459L128.717 86.8045L128.918 87.4566L129.145 88.0958L129.394 88.7156L129.664 89.31L130.254 90.3996L130.892 91.322L131.552 92.0417L132.21 92.5318L132.838 92.7744L133.675 92.6598L134.322 91.9875L134.452 91.7202" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.935 97.3672L135.35 96.9546L136.654 94.6133L129.399 93.2575L126.288 77.502L133.27 79.1436L133.413 79.0998" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.413 79.0989L131.568 77.8897L124.224 76.1426L123.691 77.8162L123.157 77.982" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.632 96.0803L128.072 95.6562L135.35 96.9548L135.318 97.2959L135.353 98.0523L135.276 98.9845L135.035 99.6995L134.509 100.354" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.691 77.8164L126.8 93.5953L125.358 94.0229" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M136.654 94.6124L135.989 91.2637" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.288 77.5011L124.224 76.1426L122.793 76.5889" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M129.399 93.2578L128.072 95.6564L126.8 93.5962" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.0119 51.002L40.7344 52.2239L40.4642 53.4454L40.2083 54.666L39.974 55.8852" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.9739 55.8844L39.5535 54.3629L39.3104 52.9027L39.1756 51.4952L39.147 50.2967L39.1625 48.8844L39.2253 47.6781L39.3073 46.5378L39.4066 45.4539L39.5187 44.4201L39.6441 43.4319L40.5668 43.0954L41.5122 42.7791L42.4761 42.4819L42.8466 41.4135L43.2119 40.3596L43.5723 39.3193L43.9281 38.2916L44.2797 37.2758L44.6273 36.2709L44.9714 35.2761L45.3122 34.2906L45.6501 33.3133L46.8397 32.8838L48.0293 32.4609L49.4636 32.4659L49.5421 32.4661" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.6173 49.4023L41.4799 49.7653L41.0118 51.0019L42.8936 50.9465L44.7743 50.8916L46.654 50.838L48.5326 50.7863L49.6333 50.7574" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.8636 50.5195L70.9945 50.5302L72.1264 50.5467" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.2212 51.2656L93.3078 51.3203L95.1604 51.4161L97.012 51.5136L98.8625 51.6123L100.712 51.7115L100.245 50.4748L100.107 50.1094" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.1978 33.0938L92.2807 33.0959L93.6959 33.1328L94.8716 33.5873L96.0465 34.048L96.385 35.0275L96.7264 36.0152L97.071 37.0119L97.419 38.0185L97.7709 39.0358L98.127 40.0647L98.4876 41.1062L98.853 42.161L99.2236 43.23L100.173 43.5497L101.104 43.8877L102.012 44.2448L102.141 45.227L102.257 46.2539L102.361 47.33L102.429 48.2428L102.517 49.6579L102.545 50.9156L102.52 52.2435L102.433 53.242L102.167 55.0754L101.764 56.5734" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M101.764 56.5751L101.526 55.3621L101.266 54.1469L100.993 52.9303L100.712 51.7129" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M132.145 99.7508L132.353 99.63L132.812 99.133L133.057 98.4337L133.123 97.5275L133.111 97.2227" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.906 77.0195L127.873 76.9247L127.362 75.5091L126.809 74.0341L126.213 72.4983L125.571 70.9003L124.886 69.2503L124.159 67.5588L123.393 65.8361L122.59 64.0924L121.753 62.3381L120.882 60.5833L119.981 58.8381L119.052 57.1129L118.096 55.4177L117.116 53.7626L116.114 52.1578L115.091 50.6133L114.051 49.1391L112.995 47.7451L111.924 46.4416L110.842 45.2385L109.749 44.1294L108.645 43.1079L107.531 42.1677L106.408 41.3025L105.277 40.506L104.138 39.7719L102.992 39.0939L101.84 38.4658L100.683 37.8813L99.5209 37.3341L98.3549 36.8182L97.1858 36.327L96.7767 36.1621" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.475 54.127L102.388 55.1284L102.123 56.9665L101.72 58.468L101.93 59.6761L102.104 60.8807L102.236 62.0811L102.319 63.2765L102.345 64.466L102.313 65.649L102.22 66.8247" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.265 76.1952L133.156 75.7355L132.644 74.5572L132.236 73.8419L131.723 73.045L131.102 72.1689L130.372 71.216L129.545 70.1983L128.633 69.128L127.649 68.0174L126.605 66.8789" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.558 65.8008L13.486 66.9387L12.4748 68.05L11.5376 69.1225L10.6874 70.1434L9.93729 71.1007L9.29983 71.9821L8.77302 72.7849L8.35455 73.5068L8.04194 74.1454L7.72351 75.1656" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.603 77.661L130.206 76.574L129.654 75.1418L129.051 73.6575L128.394 72.1204L127.681 70.5298L126.914 68.8949L126.097 67.2249L125.234 65.5288L124.327 63.8158L123.38 62.0947L122.396 60.3747L121.379 58.6648L120.331 56.9738L119.257 55.3107L118.159 53.6844L117.04 52.1039L115.904 50.5778L114.754 49.1151L113.593 47.7245L112.425 46.4149L111.252 45.195L110.074 44.0592L108.892 43.0017L107.706 42.0167L106.517 41.0988L105.324 40.2423L104.128 39.4415L102.93 38.6907L101.729 37.9846L100.525 37.3173L99.3195 36.6834L98.1124 36.0773L96.9039 35.4934L96.4763 35.293" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.8586 33.212L70.9447 33.1974L70.0574 33.1855" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.2204 34.5566L44.7923 34.7441L43.568 35.2978L42.3442 35.8743L41.1214 36.4793L39.8999 37.1185L38.6801 37.7975L37.4624 38.5222L36.247 39.298L35.0342 40.1309L33.8245 41.0266L32.6181 41.9907L31.4153 43.0292L30.2164 44.1479L29.0218 45.3525L27.8316 46.6491L26.6491 48.0289L25.4775 49.4831L24.32 51.0029L23.1799 52.5795L22.0604 54.204L20.9649 55.8675L19.8966 57.561L18.8589 59.2756L17.8552 61.0022L16.8889 62.7317L15.9634 64.4548L15.0822 66.1625L14.2486 67.8455L13.4663 69.4945L12.7385 71.1001L12.0689 72.653L11.4544 74.1537L10.8919 75.6028L10.3785 77.0008L10.0858 77.8444" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M6.55958 91.7109L6.44462 92.2771L6.31057 92.949L6.07674 94.1801L5.89366 95.2685L5.76713 96.2232L5.70276 97.0532L5.70605 97.7677L5.85001 98.643L6.15659 99.3064L6.58973 99.7796" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.056 34.4297L70.9476 34.442L71.8625 34.4559" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M89.2404 57.9746L90.2552 58.0113L92.1697 58.0833L94.0826 58.1576L95.994 58.2335L97.904 58.3109L99.8126 58.389L101.72 58.4676L101.764 56.5742" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.03883 99.1872L8.82244 99.0621L8.34182 98.5512L8.08249 97.8361L8.00732 96.9119L8.04874 96.168L8.15699 95.3121L8.32666 94.336L8.55229 93.2315L8.82836 91.9903L8.9836 91.3159L9.05859 90.9941" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M12.9436 77.0438L13.3089 75.9977L13.8286 74.5659L14.3903 73.0747L14.9963 71.5231L15.649 69.9095L16.346 68.2446L17.0852 66.5391L17.8643 64.8033L18.6811 63.0478L19.5334 61.283L20.419 59.5194L21.3357 57.7673L22.2813 56.037L23.2537 54.3387L24.2508 52.6827L25.2704 51.0792L26.3104 49.5382L27.3687 48.07L28.4434 46.6845L29.5323 45.3917L30.6334 44.2018L31.7459 43.1081L32.869 42.104L34.002 41.1832L35.144 40.339L36.2943 39.5651L37.452 38.8549L38.6163 38.2021L39.7865 37.6003L40.9616 37.0431L42.1409 36.5241L43.3236 36.037L44.5088 35.5754L44.9208 35.4219" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.2346 53.3965L39.3299 54.4097L39.6122 56.2717L40.0322 57.7965L39.827 59.0115L39.6577 60.2239L39.5315 61.433L39.4556 62.6382L39.4372 63.8388L39.4783 65.0339L39.5813 66.2228" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.6818 57.5756L51.671 57.59L49.7331 57.6203L47.7946 57.6529L45.8553 57.6873L43.9152 57.7231L41.9742 57.7598L40.0322 57.7971L39.974 55.8848" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.824 85.651L143.814 85.6499L143.245 85.2035L142.948 84.6113L142.758 83.9676L142.675 83.309L142.76 82.6616L143.06 82.377" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.377 81.056L128.382 81.0464L128.98 80.4686L129.077 80.4355" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.089 76.7305L123.107 76.7513L123.36 77.3645L123.157 77.9821L123.306 78.65L123.469 79.3727L123.653 80.1921L123.837 81.0086L124.021 81.8216L124.17 82.4767L124.336 83.2046L124.566 84.2125L124.744 84.9913L124.922 85.7665L125.1 86.5386L125.277 87.3084L125.455 88.0764L125.632 88.8434L125.81 89.6098L125.561 90.2528L124.993 90.4711L124.679 90.571" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.2788 96.3477L46.2926 96.3692L46.7824 97.1357L47.2742 97.8698L47.7372 98.5217L48.179 99.1025L48.7578 99.8387L49.3157 100.481L49.7575 100.984L50.341 101.593L50.9657 102.218L51.546 102.768L52.0917 103.252L52.8019 103.862L53.4731 104.384L54.0034 104.791L54.6932 105.276L55.4263 105.768L56.1013 106.195L56.7296 106.564L57.5433 107.024L58.3018 107.406L58.8999 107.703L59.6691 108.044L60.4821 108.384L61.2256 108.672L61.912 108.912L62.7976 109.206L63.6139 109.433L64.2566 109.607L65.0755 109.793L65.9368 109.969L66.7199 110.107L67.438 110.209L68.2612 110.312L69.2039 110.389L69.8664 110.435L70.7034 110.458L71.5799 110.463L72.3726 110.446L73.0947 110.407L74.0202 110.341L74.8567 110.241L75.5136 110.157L76.3366 110.017L77.1948 109.852L77.9666 109.681L78.6651 109.502L79.4607 109.284L80.356 108.996L80.9822 108.787L81.7597 108.489L82.5668 108.16L83.2884 107.842L83.9367 107.531L84.6725 107.162L85.4921 106.706L86.0638 106.378L86.7665 105.935L87.4918 105.455L88.1359 105.003L88.7093 104.571L89.4362 104.005L90.0704 103.459L90.5659 103.026L91.167 102.454L91.7833 101.842L92.3253 101.273L92.8023 100.737L93.4034 100.04L93.9176 99.3804L94.3182 98.8592L94.7952 98.1808L95.279 97.4595L95.6987 96.7949L95.8235 96.5972" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M57.8459 108.959L57.8824 108.99L58.32 109.599L58.9671 110.062L59.6798 110.107L60.4226 110.178L60.9174 110.741L61.4879 111.11L62.1391 111.149L62.8174 111.037L63.4204 111.438L63.9331 111.843L64.6016 111.958L65.3545 111.76L66.0464 111.966L66.6986 112.422L67.3913 112.476L68.0695 112.224L68.7488 112.292L69.3663 112.675L70.0379 112.761L70.6426 112.525L71.2852 112.309L72.0021 112.651L72.6668 112.775L73.3571 112.516L73.9848 112.162L74.6593 112.385L75.3398 112.516L76.0268 112.266L76.5397 111.846L77.2769 111.865L77.9545 112.005L78.6114 111.791L79.1768 111.262L79.8799 111.12L80.6653 111.217L81.2972 110.94L81.7725 110.399L82.3996 110.141L83.1798 110.182L83.8395 109.872L84.2496 109.322L84.4927 109.036" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.3141 101.248L94.285 101.28L93.7103 101.695" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.7244 103.851L91.7537 103.844L92.4548 103.491L92.6896 103.207" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.5134 103.033L49.524 103.047L50.1112 103.568L50.4887 103.688" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.46 101.498L48.4072 101.474L47.8827 101.079L47.853 101.047" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.8546 104.982L90.8029 105.072L90.3418 105.559L89.5688 105.779L89.5492 105.783" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.1945 107.485L87.212 107.482L87.8844 107.417L88.4871 107.085L88.7191 106.799" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.6378 108.963L84.7455 108.933L85.4173 108.933L86.154 108.658L86.5471 108.166" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.5566 106.676L53.6537 106.81L54.3053 107.268L55.0816 107.373L55.0955 107.375" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.384 104.834L51.4676 104.977L52.0718 105.497L52.7032 105.647" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.8735 98.9082L95.776 99.039L95.4962 99.3082" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M57.68 108.874L57.5828 108.846L56.9053 108.842L56.2089 108.597L55.76 108.064" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.3048 113.57L81.8716 113.728L80.2608 114.233L79.1356 114.516L77.3082 114.934L75.8021 115.187L74.3855 115.354L73.6089 115.412L72.9162 115.461L71.3878 115.504L69.8487 115.471L68.82 115.402L68.1476 115.353L66.6224 115.167L65.1882 114.92L63.7728 114.609L62.6008 114.309L61.0976 113.868L60.0765 113.516" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.6316 99.0774L46.6213 99.0714L46.2545 98.6758" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.0897 92.712L52.0688 92.6793L51.9009 92.416" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.2506 92.625L90.244 92.6367L89.6852 93.5221" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.2212 51.2668L92.1979 51.3023L91.5145 51.6133L90.4581 51.5947L89.6625 51.5807L88.9715 51.5686L88.1069 51.5534L87.343 51.54L86.5865 51.5268L85.8388 51.5137L85.1047 51.5009L84.375 51.4882L83.6618 51.4758L82.9629 51.4637L82.2796 51.4518L81.6134 51.4403L80.8238 51.4267L79.7307 51.4078L78.9866 51.395L78.0238 51.3783L77.3213 51.3663L76.6188 51.3543L75.9654 51.343L75.302 51.3317L74.5379 51.3186L73.8882 51.3076L73.1696 51.2953L72.5179 51.2842L72.1729 50.7061L72.1265 50.5469" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.4558 44.9816L72.4547 44.9766L72.3114 44.2924L72.2607 44.0781" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.7485 48.7119L92.7482 48.6646L92.7442 48.0088L92.7408 47.3561L92.7382 46.6917L92.7362 46.0605" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.8388 48.4593L48.8383 48.4326L48.8249 47.6951L48.8139 47.0448L48.8031 46.3217L48.7959 45.707" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.8637 50.5195L69.8538 50.5557L69.7218 51.2215L69.1209 51.2454L68.3708 51.2402L67.6382 51.2354L66.9841 51.2309L66.1979 51.2257L65.5246 51.2211L64.6609 51.2154L63.9556 51.2107L62.9884 51.2044L62.2406 51.1994L61.1413 51.1922L60.4825 51.1879L59.8034 51.1834L59.1056 51.1789L58.3905 51.1743L57.6596 51.1696L56.9143 51.1648L56.1562 51.1599L55.3867 51.155L54.6073 51.1501L53.8194 51.1451L53.0246 51.1401L52.237 51.1351L51.45 51.1303L50.6607 51.1253L49.8703 51.1205L49.6333 50.7576" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.7164 45.2637L48.7159 45.294L48.6989 45.6027" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.8726 41.632L69.8927 41.459L69.9487 40.5816L69.9893 39.7988L70.0127 39.1221L70.0312 38.4111L70.044 37.741L70.0535 37.0566L70.0593 36.36L70.0615 35.6535L70.0601 34.9399L70.1003 34.1721L70.0719 33.5142L70.0575 33.1855" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.1766 50.5212L70.1718 50.4254L70.1115 49.5807L70.0907 49.418" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.3501 45.9043L72.3542 46.0441" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.3542 46.0442L72.4419 45.3789" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.2411 42.7129L72.2301 42.6704L72.1027 42.0198L72.0308 41.2915L71.9845 40.6074L71.9402 39.8252L71.9139 39.1455L71.8927 38.4367L71.8777 37.7664L71.8665 37.0819L71.8592 36.3852L71.8562 35.6788L71.8574 34.9654L71.7952 34.3184L71.8363 33.5397L71.8385 33.5039" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.886 49.5078L71.8843 49.5228L71.8216 50.3516L71.8141 50.5424" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M3.32031 93.8449L3.33237 93.8059L3.6628 93.1886L3.80201 93.043" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M7.00806 91.5664L7.02489 91.5805L7.47517 92.06L8.13661 92.1762L8.76538 92.269" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.9292 90.783L9.9384 90.7846L10.5814 90.9801L11.257 90.985L11.975 90.9248L12.6459 90.8554L13.3463 90.7802L14.103 90.6995L14.8063 90.6274L15.5976 90.5504L16.3312 90.4837L17.0518 90.4226L17.756 90.3673L18.4123 90.3193L19.105 90.2748L19.9046 90.2281L20.9656 90.1744L21.7052 90.1423L22.6446 90.108L23.3848 90.0845L24.1166 90.0675L24.8703 90.0532L25.5236 90.0425L26.2641 90.0341L26.9452 90.0255L27.6055 90.0155L28.3095 90.0015L29.0119 89.9817L29.6869 89.9589L30.3548 89.9289L31.0793 89.8923L31.7419 89.851L32.3937 89.8105L33.0962 89.7597L33.9823 89.6995L34.7259 89.6499L35.5541 89.6071L36.2321 89.5794L36.7294 89.5527" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M4.38147 92.6278L4.38351 92.6267L5.02866 92.3026L5.30008 92.1758" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.1047 74.2051L39.1099 74.2296L39.2406 74.8756L39.1972 75.6806L38.9593 76.5707L38.7397 77.3969L38.5108 78.2887L38.3139 79.0989L38.1216 79.9513L37.9697 80.6892L37.8332 81.4473L37.7035 82.3299L37.6219 83.0881L37.566 83.8199L37.5299 84.5307L37.5106 85.3279L37.5086 86.0388L37.5157 86.6999L37.5295 87.3606L37.5481 88.082L37.5638 88.8281L37.2281 89.4147L36.8743 89.5336" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.183 73.6309L102.177 73.6528L101.999 74.3111L102.013 75.1358L102.206 76.0383L102.432 77.089L102.574 77.7515L102.736 78.5406L102.872 79.2257L103.015 79.9852L103.152 80.7829L103.252 81.4257L103.375 82.341L103.449 83.0063L103.521 83.8118L103.568 84.5031L103.606 85.2119L103.633 86.0086L103.647 86.6588L103.653 87.5884L103.646 88.5572L103.63 89.5082L103.859 90.1225L104.526 90.3243L105.179 90.3351L105.831 90.3466L106.733 90.3646L107.442 90.3809L108.292 90.4043L108.948 90.4248L109.667 90.4517L110.395 90.4804L111.25 90.516L111.9 90.5423L112.581 90.5672L113.284 90.5918L114.014 90.6135L114.796 90.6357L115.541 90.656L116.251 90.6755L116.924 90.6989L117.61 90.7235L118.301 90.7522L119.02 90.7865L119.954 90.8367L120.668 90.8775L121.71 90.9453L122.666 91.0129L123.433 91.0732L124.253 91.143L124.801 91.1916" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M136.479 93.7285L136.527 93.7539L137.129 94.1317L137.585 94.6163L137.67 94.8273" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.1765 64.0176L26.1267 64.1885L26.1224 64.1904" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.4235 66.5703L25.3574 66.7972L25.3502 66.8031" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M31.4051 57.2207L31.4473 57.251L31.5258 57.9738L31.3068 58.7667L31.1335 59.403L30.9186 60.2141L30.7563 60.8564L30.5815 61.559L30.3849 62.3921L30.2365 63.0284L30.0654 63.8111L29.924 64.471L29.7882 65.1378L29.6423 65.8764L29.4963 66.6476L29.3775 67.3083L29.263 67.9586L29.1534 68.6115L28.9189 69.2378L28.2353 69.462L27.5109 69.4911L26.8378 69.5205L25.981 69.5617L25.2891 69.6009L24.6256 69.6412L23.9745 69.6908L22.895 69.7934L22.2073 69.8741L21.5243 69.9657L20.8688 70.0568L20.2212 70.1503L19.5702 70.2131L19.4584 70.1775" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.3328 60.4688L25.2852 60.6098L25.1791 60.64" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.822 99.0528L122.792 99.0508" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.792 99.0508L123.725 99.1188L124.592 99.1857L124.599 99.1862" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M110.121 98.5018L108.736 98.4707" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M108.736 98.4707L111.475 98.5359" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.475 98.5361L110.121 98.502" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.928 98.3771L101.421 98.3609L99.8974 98.3474L99.0886 98.3418" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.0886 98.3418L101.421 98.3609L102.928 98.3771L102.939 98.3773" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.611 101.309L103.101 101.309L104.456 101.31L105.8 101.311L107.135 101.314L108.462 101.317L109.187 101.319L110.724 101.324L112.277 101.33L113.104 101.403L113.869 101.477L114.517 101.54L114.866 101.574" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.845 98.3555L22.8171 98.3565L22.3704 98.3759" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M18.6799 98.5645L17.7485 98.6228L16.8534 98.6825" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.1521 98.2722L25.1584 98.272L26.3959 98.236L26.4583 98.2344" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.9349 98.177L28.9914 98.1758L30.3444 98.1508L31.7311 98.1293L33.1489 98.1113" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.9832 98.0736L42.1667 98.0715L40.6157 98.0703L39.0804 98.0721" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.3644 101.035L38.9241 101.031L37.5423 101.02L36.1702 101.01L34.8065 101.001L33.4494 100.992L32.7137 100.988L31.1404 100.979L29.5492 100.972L28.6695 100.969L27.5135 101.071L26.7586 101.138L26.035 101.203L25.7174 101.232" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.885 98.8662L119.876 98.8657L118.807 98.8086" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.555 98.7064L116.529 98.7052L115.324 98.6582" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M115.324 98.6582L116.529 98.7052" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M112.838 98.5738L112.795 98.5725L111.475 98.5352" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.475 98.5352L112.795 98.5725" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M10.8331 106.061L11.1791 106.164L11.518 106.259" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M213.772 131.992L213.34 132.59L211.752 134.784L211.834 153.827L211.857 159.033L212.297 159.665L213.904 161.975L226.929 162.146L230.4 162.191" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M241.171 147.974L241.072 147.96L240.499 147.45L240.321 146.667L240.44 146.029L240.946 145.482L241.171 145.449" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M220.451 140.475L220.909 139.891L220.911 139.889" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M221.942 138.936L221.94 138.938L221.41 139.374" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M224.299 138.01L223.69 138.111L223.687 138.112" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M220.977 154.127L220.979 154.13L221.483 154.681" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M223.172 155.873L223.17 155.872L222.64 155.586" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M218.907 144.11L219.08 143.408L219.345 142.6L219.662 141.84L220.033 141.126L220.035 141.123" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.2231 122.223L70.2211 123.475L70.2174 125.82L69.9579 126.399L69.3946 127.655L67.5401 127.113L66.7531 126.883L66.2002 125.488L65.9185 124.777" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.9155 124.783L74.6496 125.466L74.0966 126.886L73.3127 127.115L71.4639 127.656L70.8927 126.399L70.6295 125.82" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.06 82.377L144.652 82.4301L147.013 82.8081L149.04 83.4573L150.98 84.4298L152.689 85.6993L154.158 87.2443L155.326 88.9425L156.342 90.9534L157.107 93.0759L157.714 95.475L158.127 97.9661L158.384 100.631L158.496 103.461L158.474 106.449L158.33 109.587L158.073 112.866L157.713 116.278L157.257 119.847L156.721 123.496L156.113 127.253L155.44 131.108L154.713 135.053L153.942 139.079L153.136 143.176L152.306 147.334L151.459 151.545L150.607 155.799L149.759 160.087L148.925 164.399L148.114 168.725L147.335 173.056L146.599 177.384L145.914 181.697L145.291 185.988L144.737 190.247L144.264 194.464L143.879 198.631L143.591 202.738L143.41 206.776L143.345 210.736L143.403 214.61L143.594 218.388L143.925 222.062L144.405 225.622L145.041 229.062L145.841 232.372L146.793 235.477L147.942 238.504L149.277 241.38L150.806 244.1L152.535 246.657L154.428 248.984L156.585 251.201L158.971 253.241L161.595 255.098L164.41 256.728L167.548 258.203L170.958 259.474L174.65 260.535L178.634 261.376L182.865 261.98L187.464 262.358L192.382 262.491L197.643 262.37L198.709 262.32L199.805 262.268L200.914 262.212L202.034 262.154L203.166 262.092L204.308 262.026L205.459 261.957L206.62 261.882L207.788 261.802L208.963 261.717L210.145 261.626L211.332 261.529L212.524 261.425L213.72 261.315L214.92 261.196L216.122 261.07L217.325 260.936L218.53 260.794L219.735 260.642L220.94 260.482L222.143 260.312L223.345 260.131L224.544 259.941L225.739 259.74L226.931 259.528L228.119 259.304L229.159 259.096L230.333 258.849L231.502 258.59L232.663 258.319L233.817 258.034L234.963 257.736L236.099 257.425L237.226 257.1L238.343 256.76L239.45 256.406L240.545 256.038L241.629 255.654L242.7 255.255L243.611 254.898L244.656 254.467L245.687 254.021L246.704 253.558L247.707 253.078L248.694 252.581L249.666 252.067L250.621 251.535L251.561 250.985L252.347 250.501L253.252 249.915L254.14 249.31L255.009 248.686L255.86 248.044L256.691 247.382L257.504 246.7L258.297 245.998L258.957 245.378L259.71 244.635L260.442 243.872L261.154 243.087L261.844 242.282L262.513 241.455L263.071 240.72L263.696 239.848L264.296 238.957L264.869 238.048L265.417 237.123L265.939 236.182L266.372 235.346L266.845 234.375L267.295 233.39L267.721 232.392L268.124 231.382L268.505 230.361L268.864 229.329L269.202 228.288L269.482 227.359L269.779 226.299L270.056 225.231L270.314 224.157L270.553 223.077L270.774 221.991L270.977 220.901L271.162 219.806L271.331 218.708L271.483 217.607L271.619 216.505L271.739 215.401L271.833 214.407L271.923 213.301L272 212.196L272.063 211.091L272.112 209.989L272.149 208.889L272.173 207.792L272.185 206.699L272.185 205.61L272.174 204.526L272.153 203.447L272.121 202.375L272.079 201.309L272.028 200.25L271.967 199.199L271.898 198.157L271.82 197.124L271.735 196.1L271.642 195.086L271.541 194.083L271.434 193.092L271.321 192.112L271.211 191.226L271.086 190.27L270.955 189.327L270.82 188.398L270.68 187.484L270.535 186.585L270.387 185.701L270.236 184.834L270.081 183.983L269.924 183.149L269.764 182.334L269.602 181.536L269.439 180.758L269.275 179.999L269.109 179.26L268.943 178.542L268.777 177.845L268.611 177.173L268.274 175.863L267.927 174.595L267.572 173.366L267.207 172.175L266.833 171.021L266.451 169.905L266.061 168.825L265.664 167.78L265.259 166.771L264.846 165.796L264.428 164.855L264.002 163.948L263.571 163.073L263.134 162.23L262.725 161.482L262.279 160.703L261.827 159.954L261.371 159.235L260.91 158.545L260.446 157.884L259.978 157.25L259.507 156.642L259.032 156.062L258.555 155.507L258.075 154.977L257.592 154.472L256.688 153.601L256.201 153.167L255.224 152.364L254.244 151.644L253.349 151.06L252.368 150.494L251.39 149.998L250.416 149.566L249.55 149.236L248.59 148.922L247.639 148.661L246.7 148.448L245.773 148.279L244.972 148.168L244.077 148.075L243.201 148.014L242.345 147.981L241.511 147.971L241.171 147.974" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.824 85.6504L144.384 85.6709L146.272 85.9859L147.87 86.5034L149.299 87.2413L150.541 88.18L151.605 89.3112L152.532 90.6694L153.33 92.2755L153.979 94.0922L154.484 96.1201L154.857 98.4048L155.092 100.888L155.194 103.56L155.17 106.412L155.028 109.433L154.78 112.573L154.426 115.903L153.98 119.374L153.45 122.973L152.847 126.689L152.179 130.512L151.456 134.433L150.687 138.442L149.883 142.528L149.054 146.683L148.207 150.895L147.355 155.157L146.505 159.457L145.669 163.787L144.854 168.137L144.072 172.498L143.332 176.86L142.643 181.215L142.014 185.553L141.457 189.866L140.979 194.144L140.59 198.379L140.3 202.563L140.119 206.686L140.055 210.741L140.118 214.719L140.318 218.613L140.665 222.413L141.167 226.113L141.835 229.703L142.679 233.176L143.727 236.592L144.953 239.808L146.384 242.88L148.03 245.8L149.9 248.556L152.047 251.203L154.39 253.604L156.979 255.813L159.821 257.818L162.981 259.653L166.343 261.229L169.974 262.579L173.881 263.697L178.07 264.577L182.604 265.225L187.376 265.613L192.454 265.746L197.83 265.62L198.935 265.567L200.038 265.513L201.155 265.456L202.284 265.396L203.424 265.332L204.576 265.264L205.738 265.191L206.909 265.113L208.088 265.03L209.275 264.942L210.468 264.847L211.668 264.746L212.872 264.638L214.081 264.522L215.294 264.399L216.509 264.268L217.726 264.129L218.944 263.981L220.163 263.823L221.382 263.656L222.6 263.48L223.816 263.293L225.029 263.095L226.24 262.887L227.586 262.642L228.79 262.41L229.989 262.166L231.182 261.911L232.368 261.642L233.547 261.361L234.719 261.066L235.882 260.758L237.037 260.436L238.182 260.099L239.317 259.748L240.442 259.382L241.555 259.001L242.657 258.605L243.747 258.192L244.972 257.707L246.037 257.262L247.087 256.8L248.124 256.321L249.146 255.825L250.152 255.311L251.144 254.78L252.119 254.23L253.078 253.662L254.155 252.992L255.08 252.385L255.987 251.76L256.876 251.114L257.746 250.449L258.597 249.763L259.429 249.057L260.356 248.229L261.148 247.481L261.919 246.712L262.67 245.92L263.399 245.107L264.108 244.271L264.794 243.413L265.547 242.418L266.188 241.514L266.804 240.589L267.392 239.646L267.953 238.686L268.488 237.71L269.061 236.599L269.544 235.594L270.002 234.577L270.435 233.546L270.845 232.504L271.232 231.451L271.597 230.388L271.939 229.315L272.298 228.113L272.598 227.025L272.877 225.929L273.136 224.827L273.376 223.719L273.597 222.606L273.8 221.489L273.985 220.368L274.152 219.244L274.303 218.117L274.437 216.989L274.568 215.748L274.671 214.619L274.759 213.491L274.833 212.364L274.892 211.239L274.938 210.116L274.971 208.995L274.992 207.878L275 206.764L274.996 205.656L274.982 204.552L274.956 203.455L274.92 202.363L274.873 201.279L274.817 200.201L274.752 199.132L274.678 198.072L274.596 197.021L274.506 195.979L274.408 194.948L274.303 193.927L274.191 192.918L274.063 191.837L273.939 190.853L273.809 189.883L273.673 188.926L273.533 187.983L273.389 187.055L273.24 186.142L273.087 185.244L272.931 184.363L272.772 183.498L272.61 182.651L272.446 181.821L272.279 181.009L272.111 180.216L271.942 179.442L271.772 178.689L271.601 177.955L271.43 177.242L271.258 176.548L270.91 175.207L270.552 173.903L270.183 172.637L269.805 171.409L269.417 170.218L269.02 169.063L268.614 167.945L268.199 166.862L267.776 165.814L267.345 164.801L266.907 163.822L266.461 162.876L266.008 161.962L265.548 161.081L265.048 160.169L264.575 159.349L264.096 158.56L263.612 157.8L263.122 157.071L262.627 156.37L262.128 155.698L261.625 155.054L261.117 154.437L260.607 153.847L260.092 153.283L259.511 152.678L258.991 152.164L258.467 151.674L257.942 151.209L257.416 150.767L256.887 150.348L256.358 149.951L255.298 149.223L254.681 148.833L253.619 148.226L252.561 147.694L251.509 147.233L250.883 146.988L249.843 146.625L248.815 146.321L247.799 146.071L246.8 145.872L245.708 145.699L244.747 145.586L243.807 145.508L242.891 145.462L242.001 145.444L241.171 145.448" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M245.369 145.656L245.335 145.332L245.223 144.683L245.07 144.05L244.645 142.86L244.075 141.807L243.382 140.931L242.592 140.267L241.734 139.839L240.841 139.666L239.149 139.743L238.268 139.962L237.437 140.436L236.689 141.146L236.054 142.066L235.556 143.16L235.214 144.387L235.107 145.036L235.044 145.699L235.026 146.37L235.052 147.043L235.122 147.711L235.236 148.368L235.393 149.007L235.828 150.206L236.41 151.261L237.115 152.133L237.916 152.787L238.781 153.199L239.676 153.354L240.92 153.317L241.812 153.21L242.666 152.845L243.449 152.238L244.132 151.413L244.69 150.401L245.101 149.241L245.313 148.213" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M238.61 139.852L235.995 138.324" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M236.643 155.062L239.163 153.295" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M239.451 153.332L239.249 153.735L238.782 154.496L238.265 155.185L237.702 155.795L237.1 156.32L236.463 156.754L235.798 157.093L235.111 157.334L234.407 157.474L233.696 157.511L232.525 157.538L231.811 157.472L231.102 157.303L230.405 157.033L229.726 156.663L229.073 156.198L228.451 155.641L227.867 154.998L227.327 154.274L226.836 153.477L226.399 152.615L226.021 151.695L225.705 150.727L225.455 149.721L225.272 148.686L225.16 147.633L225.119 146.572L225.15 145.513L225.251 144.468L225.423 143.446L225.663 142.459L225.97 141.514L226.339 140.623L226.767 139.793L227.249 139.032L227.782 138.348L228.359 137.748L228.974 137.237L229.623 136.819L230.297 136.499L230.991 136.28L231.698 136.162L232.866 136.092L233.579 136.078L234.291 136.167L234.995 136.357L235.685 136.648L236.353 137.034L236.995 137.514L237.603 138.081L238.172 138.731L238.696 139.457L238.894 139.787" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M225.007 156.311L229.083 156.207" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M228.33 137.777L224.299 138.008" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M240.392 139.678L239.947 139.755L239.087 140.103L238.293 140.699L237.598 141.52L237.028 142.534L236.607 143.703L236.35 144.981L236.286 145.645L236.268 146.318L236.294 146.993L236.365 147.662L236.479 148.32L236.636 148.96L237.071 150.162L237.653 151.22L238.358 152.093L239.159 152.749L240.024 153.162L240.92 153.317" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M232.866 136.094L232.16 136.211L231.465 136.431L230.791 136.752L230.142 137.17L229.527 137.682L228.95 138.284L228.417 138.969L227.934 139.731L227.506 140.563L227.137 141.456L226.831 142.402L226.591 143.392L226.419 144.416L226.317 145.463L226.287 146.523L226.328 147.587L226.44 148.642L226.622 149.679L226.873 150.687L227.189 151.657L227.567 152.579L228.005 153.443L228.496 154.242L229.036 154.967L229.62 155.611L230.242 156.169L230.896 156.636L231.575 157.006L232.272 157.277L232.982 157.446L233.696 157.512" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M235.994 138.323L235.414 137.988L234.204 137.574L232.969 137.512L231.754 137.807L230.608 138.45L230.074 138.895L229.575 139.417L229.114 140.011L228.696 140.672L228.325 141.394L228.006 142.168L227.741 142.988L227.533 143.845L227.385 144.732L227.297 145.639L227.271 146.558L227.306 147.479L227.404 148.393L227.561 149.291L227.778 150.165L228.052 151.005L228.379 151.803L228.757 152.553L229.182 153.245L229.65 153.874L230.156 154.433L230.695 154.918L231.261 155.323L231.849 155.646L233.069 156.03L234.305 156.057L235.512 155.73L236.642 155.061" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M220.911 139.888L221.41 139.374L221.942 138.935L222.503 138.576" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M223.087 138.301L223.687 138.112L224.299 138.01" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M224.389 156.253L223.776 156.107" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M222.585 155.557L222.021 155.158" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M220.979 154.131L220.513 153.511L220.089 152.829L219.719 152.105L219.385 151.305L219.166 150.639" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M228.303 137.78L227.718 137.447L227.053 137.171L226.374 136.99L225.687 136.906L225 136.921L224.318 137.034L223.648 137.244L222.998 137.55L222.372 137.95L221.778 138.439L221.222 139.012L220.708 139.666L220.242 140.393L219.829 141.186L219.473 142.037L219.178 142.939L218.946 143.882L218.78 144.858L218.681 145.856L218.652 146.866L218.691 147.879L218.799 148.885L218.974 149.873L219.215 150.834L219.519 151.758L219.883 152.636L220.304 153.459L220.777 154.22L221.298 154.911L221.861 155.526L222.46 156.058L223.09 156.502L223.745 156.855L224.417 157.114L225.101 157.275L225.79 157.338L226.476 157.303L227.155 157.17L227.818 156.94L228.46 156.617L229.068 156.207" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M230.4 162.192L231.821 162.17L233.952 159.283" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M233.952 159.282L217.443 158.993L217.332 134.664L233.823 135.54" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M233.823 135.54L231.665 132.834L215.185 131.895L213.164 134.693L211.752 134.784" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M213.904 161.974L215.32 161.951L231.821 162.169" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M213.164 134.693L213.271 159.003L211.857 159.033" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M233.952 159.282L233.943 157.498" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M233.826 136.11L233.823 135.541" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M217.332 134.664L215.185 131.895L213.772 131.992" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M217.443 158.992L215.319 161.951L213.271 159.002" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
</svg>
)
});
export const GopherDownloads: React.FC<IconProps> = (props) => <Icon h={h} w={w} color='primary' {...props} />;

@ -0,0 +1,466 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [144, 272];
const Icon = createIcon({
displayName: 'GopherHomeFront',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M73.2964 159.086L73.2935 159.69L72.5634 161.298L70.2392 160.623L69.5084 158.778L69.5077 158.663" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M77.3923 158.903L76.7112 160.623L74.3869 161.298L73.6569 159.69L73.6541 159.095" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.7069 144.714L15.6754 132.018" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.678 144.714L132.67 132.018" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.0464 56.5682L100.669 56.0142L100.589 56.4917L100.598 57.2198L100.595 57.7849L100.607 58.566L100.713 59.4905L100.888 60.4024L101.086 61.2627L101.268 62.047L101.344 62.4216L100.196 62.9722" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.196 62.9723L100.337 63.0381" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.6703 62.727L100.828 63.2676" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.11 56.3533L99.3065 56.4794" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M101.83 58.4911L103.463 57.9371L103.393 58.5216L103.423 59.118L103.503 59.8214L103.499 60.6008L103.437 61.3264L103.531 62.0905L103.717 62.8282L103.921 63.4809L104.135 64.0908L102.971 64.6468" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.552 64.4153L103.599 64.9946" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.824 71.8005L111.748 71.485L111.564 70.5224L111.562 69.5027L111.691 68.4427L111.619 67.7826L111.531 67.1585L111.461 66.5563L111.422 65.9656L111.457 65.4002L111.131 65.1197L110.12 64.2461L109.006 63.3055" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M108.149 62.5971L107.451 62.0256L106.222 61.0517" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.314 60.3551L104.737 59.9148L103.407 58.9396" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.463 58.2762L101.98 57.9374L100.589 57.0074" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.5979 56.3798L99.1832 56.1171L98.4748 55.6961L97.7694 55.273L97.4927 55.599" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.82 72.9475L112.13 72.602L112.034 71.9994L110.952 70.9753L109.542 69.7122L108.145 68.5352L108.055 68.4576" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.26 69.4747L109.161 69.3753L108.391 68.6673" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M108.577 68.838L109.683 68.3458L109.357 67.9096L109.049 67.2726L108.877 66.5996L108.85 65.8415L108.959 65.0912L109.073 64.2006L109.003 63.2381L108.975 62.3197L107.333 62.871" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.59 60.5992L106.23 60.0462L106.198 60.4132L106.231 61.1645L106.281 61.96L106.212 62.7273L106.096 63.4099L106.166 64.1624L106.353 64.8414L106.554 65.3685L106.885 66.0435L105.752 66.5701" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.615 66.4684L106.359 67.0213L106.572 67.1983" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.244 56.3533L49.0482 56.479" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.3096 56.5682L47.6863 56.0142L47.7698 56.4917L47.768 57.2198L47.7747 57.7848L47.7673 58.566L47.6648 59.4905L47.494 60.4024L47.2999 61.2627L47.1209 62.047L47.0466 62.4216L48.1946 62.9725" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.1946 62.9725L48.0518 63.0392" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.5624 63.2676L48.7209 62.727" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.5261 58.4911L44.8913 57.9371L44.9657 58.5216L44.9408 59.118L44.8657 59.8214L44.8733 60.6008L44.9399 61.3264L44.8498 62.0905L44.6679 62.8282L44.467 63.4809L44.2557 64.0908L45.4196 64.6471" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.4196 64.6471L45.4175 64.6482" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.7914 64.9945L45.8386 64.4153" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.0225 62.871L39.379 62.3197L39.3757 62.7868L39.3373 63.6604L39.3747 64.612L39.4648 65.5048L39.5359 66.2113L39.4303 66.954L39.236 67.5239L38.9207 68.0666L38.7087 68.3458L39.8139 68.8381" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.9998 68.6672L39.2297 69.3752L39.1241 69.4817" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M36.5503 71.8174L36.6283 71.485L36.8084 70.5224L36.806 69.5027L36.6718 68.4427L36.7417 67.7826L36.8271 67.1585L36.8938 66.5563L36.9301 65.9655L36.8933 65.4002L37.2189 65.1197L38.2299 64.2461L39.3537 63.2972" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.203 62.5962L40.8995 62.0256L42.1397 61.0432" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.0382 60.3541L43.6136 59.9148L44.9559 58.9309" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.8894 58.2752L46.3711 57.9374L47.765 57.0062L47.7755 56.9995" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.0786 56.1742L48.9606 56.2347" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.9606 56.2347L49.8772 55.6961L50.5827 55.2731L50.8566 55.5958" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M36.5719 72.9477L36.262 72.602L36.3582 71.9994L37.4397 70.9753L38.8505 69.7123L40.2475 68.5352" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.2474 68.5352L40.1433 68.623" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.7755 66.4684L42.0321 67.0213L41.8176 67.1983" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.7658 60.5992L42.1244 60.0462L42.1583 60.4133L42.1304 61.1646L42.0855 61.96L42.1589 62.7274L42.2798 63.4099L42.2138 64.1624L42.0305 64.8414L41.724 65.6035L41.506 66.0435L42.6385 66.5703" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.0277 52.5548L51.9661 52.493L51.2662 51.6418L51.0274 51.0237L50.8393 50.3407L50.6633 49.6795L50.5277 49.0446L50.4611 48.4404L50.4298 47.859L50.4001 47.2927L50.3423 46.1749L50.2841 45.0497L50.2616 44.4716L50.2526 43.8698L50.2503 43.2577L50.2481 42.6491L50.2459 42.042L50.2438 41.4349L50.2416 40.8276L50.2394 40.2202L50.2372 39.6127L50.235 39.0051L50.2328 38.3974L50.2307 37.7896L50.2285 37.1819L50.2263 36.5746L50.2241 35.9675L50.2219 35.3602L50.2198 34.7529L50.2176 34.1454L50.2154 33.5378L50.2132 32.93L50.211 32.3222L50.2089 31.7143L50.2067 31.1062L50.2045 30.498L50.2023 29.8898L50.2001 29.2814L50.1979 28.6729L50.1958 28.0642L50.1936 27.4555L50.1914 26.8466L50.1892 26.2282L50.1869 25.5909L50.1846 24.9439L50.1822 24.2969L50.1799 23.6498L50.1776 23.0025L50.1753 22.3551L50.1729 21.7075L50.1706 21.0599L50.1683 20.412L50.166 19.7641L50.1636 19.116L50.1613 18.4678L50.159 17.8195L50.1566 17.1711L50.1543 16.5224L50.152 15.8737L50.1497 15.2249L50.1474 14.5915L50.1452 13.989L50.1431 13.4021L50.141 12.8149L50.1389 12.2278L50.1368 11.6405L50.1347 11.0531L50.1326 10.4655L50.1305 9.87795L50.1284 9.29022L50.1262 8.7024L50.1241 8.11446L50.122 7.52638L50.1199 6.93827L50.1178 6.35001L50.1157 5.76163L50.1136 5.19113L50.1099 4.13973L50.1062 3.10596L50.1024 2.07185L50.1006 1.55469" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.7513 1L51.2412 1.10124L51.4056 1.47973L51.4091 2.51378L51.4126 3.54755L51.4161 4.58094L51.4199 5.68585L51.4219 6.27413L51.4239 6.86229L51.4258 7.45029L51.4278 8.03823L51.4298 8.62603L51.4318 9.21374L51.4338 9.80136L51.4358 10.3889L51.4378 10.9762L51.4398 11.5635L51.4418 12.1507L51.4438 12.7378L51.4458 13.3248L51.4477 13.9116L51.4498 14.5139L51.4519 15.1472L51.4541 15.7959L51.4563 16.4445L51.4585 17.093L51.4607 17.7413L51.4629 18.3895L51.4651 19.0376L51.4673 19.6855L51.4695 20.3333L51.4717 20.981L51.4739 21.6286L51.4761 22.276L51.4783 22.9233L51.4805 23.5704L51.4827 24.2174L51.4848 24.8644L51.487 25.5111L51.4892 26.1483L51.4913 26.7666L51.4934 27.3754L51.4954 27.984L51.4975 28.5925L51.4995 29.2009L51.5016 29.8092L51.5037 30.4173L51.5057 31.0254L51.5078 31.6333L51.5098 32.2411L51.5119 32.8488L51.514 33.4564L51.516 34.0639L51.5181 34.6713L51.5201 35.2785L51.5222 35.8856L51.5242 36.4926L51.5263 37.0998L51.5284 37.7074L51.5304 38.3151L51.5325 38.9227L51.5345 39.5302L51.5366 40.1376L51.5386 40.7448L51.5407 41.352L51.5428 41.959L51.5448 42.5659L51.5469 43.1709L51.5488 43.7724L51.5574 44.3601L51.5793 44.9241L51.6367 46.035L51.6944 47.1526L51.7488 48.2395L51.9319 49.358L52.0832 49.9372L52.2224 50.4943L52.6311 51.3038L53.1864 51.8572L53.7771 52.2633" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.1099 54.1964L51.0957 54.1987L50.0732 54.3624L49.1682 54.6344L48.4544 54.9933L47.7605 55.3474L47.1302 55.8247L46.6473 56.374L46.2634 56.8838L46.0101 57.4377L46.0801 58.1416" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.405 136.546L88.0392 135.739L87.5884 134.951L87.0793 134.231L86.5191 133.574L85.9151 132.97L85.2747 132.412L84.6051 131.89L83.9136 131.396L83.2074 130.92L82.4939 130.454L81.6023 128.536L80.9854 127.17" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.9859 98.2243L91.914 98.3641L91.6558 98.8659L91.2869 99.6084L90.9735 100.27L90.5483 101.167L90.1634 101.979L89.827 102.689L89.5468 103.28L89.2305 103.947L88.9651 104.507L88.2127 104.976L87.1576 104.973L86.1133 104.97L85.0871 104.967L84.0862 104.964L83.118 104.961L82.1897 104.959L81.3085 104.956L80.4816 104.954L79.7088 104.952L78.9831 104.95L78.2975 104.948L77.6445 104.946L77.017 104.944L76.4075 104.942L75.809 104.94L75.503 104.481L75.4892 103.745L75.4755 103.013L75.4636 102.378L75.4497 101.634L75.4341 100.8L75.4171 99.8905L75.399 98.9229L75.3801 97.9132L75.3607 96.8773L75.3464 96.1165" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.2576 99.6706L91.3593 99.461L91.6567 98.8642" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.6567 98.8642L91.4482 99.2795" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.9603 96.1681L99.9607 96.1657L100.054 95.5176L100.147 94.869L100.24 94.2199L100.254 93.4677L100.189 92.6146L100.125 91.7657L100.061 90.9231L99.997 90.0891L99.9341 89.2656L99.8721 88.4549L99.8111 87.659L99.7513 86.88L99.6926 86.1178L99.6349 85.3702L99.5781 84.6351L99.522 83.9102L99.4665 83.1935L99.4113 82.4826L99.3564 81.7756L98.9811 81.3524L98.2903 81.2158L97.6149 81.0914L96.9652 80.9874L96.3515 80.9121L95.784 80.8735L95.0421 80.9024L94.3815 80.473" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.5813 80.7869L94.2994 79.7189L94.1687 78.9631" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.53 64.0112L93.8376 64.074L94.5253 64.2143L95.213 64.3546L95.9007 64.4949L96.5884 64.6353L97.2761 64.7756L97.9639 64.9159L98.3385 64.5574L98.3846 63.9141L98.4308 63.2708L98.4769 62.6273L98.5231 61.9837L98.4671 61.0734L98.2955 60.1198L98.128 59.1881L97.9672 58.2904L97.8155 57.4387L97.6751 56.645L97.5484 55.9212L97.4378 55.279L97.3062 54.4903L97.2128 53.8959L97.1334 53.3333L97.0641 52.7041L96.7298 52.6361L96.0664 52.5045L95.418 52.3862L94.7947 52.2904L94.2066 52.2258L93.4125 52.2072L92.71 52.2281L92.4938 52.1991" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.262 103.199L88.3258 103.197L88.901 103.178L89.4216 102.824L89.7154 102.251L90.0312 101.672L90.3162 101.161L90.6616 100.548L91.0592 99.8472L91.5002 99.0736L91.9762 98.2412L92.4786 97.3643L92.9992 96.4572L93.5297 95.5334L93.8016 95.0193L93.8441 94.4196L93.8555 93.6749L93.867 92.9299L93.8784 92.1848L93.8808 92.0311" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.9014 90.6938L93.8984 90.7788L93.8777 91.3736L93.8569 91.9683" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.8569 91.9683L94.4188 91.5883L94.7352 90.83L94.6907 89.873L94.6462 88.9205L94.6019 87.9749L94.5579 87.0383L94.514 86.1131L94.4705 85.2016L94.4273 84.3059L94.3845 83.4278L94.3415 82.5544L94.2976 81.6584L94.2516 80.7124L94.2028 79.6888L94.15 78.5602L94.1219 77.9481L94.0924 77.2996L94.0616 76.6114L94.0291 75.88L93.995 75.1023L93.9593 74.276L93.9218 73.4033L93.8828 72.4876L93.8424 71.5321L93.8007 70.5402L93.7578 69.5152L93.7139 68.4602L93.669 67.3786L93.6233 66.2736L93.5768 65.1485L93.5298 64.0063L93.4823 62.8504L93.4341 61.6897L93.3836 60.5566L93.3287 59.4917L93.2666 58.5468L93.1957 57.7586L93.118 57.0948L93.037 56.5084L92.874 55.4331L92.7176 54.4051L92.5706 53.4337L92.4354 52.5335L92.3146 51.7193L92.2104 51.0056L92.1253 50.4066L92.0341 49.7393L91.8627 49.1427L91.4364 48.6672L90.4694 48.2776L89.824 48.2446L89.1813 48.2118L88.5417 48.1791L87.9069 48.1466L87.2781 48.1145L86.6563 48.0826L86.0429 48.0513L85.4389 48.0204L84.8456 47.9901L84.2642 47.9604L83.6957 47.9313L82.6026 47.8754L81.5757 47.8229L80.6213 47.7742L79.7331 47.7287L78.9016 47.6863L78.1174 47.6462L77.3711 47.608L76.6531 47.5714L75.954 47.5357L75.2644 47.5004" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.243 52.2756L75.2436 51.9897L75.245 51.2305L75.2467 50.4681L75.2486 49.7344L75.2507 49.0613L75.253 48.4812L75.2569 47.851" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.257 47.851L75.2817 49.3614L75.2854 50.1259L75.2891 50.9995L75.2928 51.9662L75.2965 53.0102L75.3003 54.1155L75.3022 54.6861L75.3041 55.2716L75.3059 55.8975L75.3078 56.598L75.3095 57.4174L75.3112 58.3866L75.3127 59.4702L75.3143 60.6188L75.3157 61.7934L75.3172 62.9629L75.3186 64.1187L75.3201 65.2575L75.3214 66.376L75.3228 67.4711L75.3241 68.5394L75.3254 69.5777L75.3266 70.5827L75.3277 71.5511L75.3288 72.4795L75.3299 73.3646L75.3309 74.2031L75.3317 74.9927L75.3326 75.7357L75.3334 76.4353L75.3341 77.0948L75.3347 77.7177L75.3353 78.3072L75.3364 79.4L75.3374 80.4004L75.3382 81.336L75.339 82.2342L75.3398 83.1231L75.3406 84.0253L75.3415 84.9439L75.3423 85.8767L75.3432 86.8215L75.3441 87.7761L75.345 88.7385L75.346 89.7064L75.3469 90.6775L75.3632 91.27L75.4049 91.8961L75.4291 92.646L75.4388 93.3703L75.4431 94.0322L75.4444 94.6933L75.4536 95.583L75.4717 96.4775L75.4897 97.3559L75.5073 98.2047L75.5244 99.0102L75.5408 99.7586L75.5562 100.436L75.5705 101.028L75.5895 101.729L75.6089 102.347L75.6195 102.921L76.1142 103.268L76.3333 103.334" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.2932 52.0649L75.2723 52.1556L75.1606 52.791L75.1163 53.1371" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.9419 64.7504L74.942 64.9904L74.9419 65.7796L74.9419 66.1179" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.0618 92.2767L75.0721 92.117L75.1029 91.4719L75.1279 90.7608L75.1649 90.0405L75.2226 89.4035L75.2781 88.7868L75.3254 88.0731L75.3441 87.7469" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M65.6188 103.33L65.1477 103.33L64.1762 103.331L63.1717 103.331L62.1416 103.332L61.0933 103.333L60.6909 103.333" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.0626 103.333L60.5321 103.333L59.4667 103.335L59.0733 102.895L58.7664 102.301L58.4545 101.735L58.1663 101.222L57.8179 100.605L57.4098 99.8875L56.9659 99.1102L56.4802 98.2632L55.9625 97.3643L55.4384 96.4571L54.9043 95.5334L54.6306 95.0193L54.5882 94.4196L54.577 93.6749L54.5658 92.93L54.5551 92.2179L54.1041 91.8784L53.6972 91.4846L53.6971 90.8299L53.7408 89.873L53.7843 88.9205L53.8277 87.9749L53.8709 87.0383L53.9139 86.1131L53.9565 85.2016L53.9989 84.3059L54.0409 83.4278L54.0831 82.5543L54.1263 81.6585L54.1714 80.7124L54.2193 79.6888L54.2709 78.5603L54.2985 77.9482L54.3273 77.2996L54.3574 76.6114L54.3891 75.88L54.4224 75.1023L54.4573 74.276L54.4938 73.4033L54.5318 72.4876L54.5712 71.5321L54.6118 70.5402L54.6535 69.5152L54.6963 68.4602L54.74 67.3786L54.7845 66.2736L54.8296 65.1485L54.8754 64.0063L54.9216 62.8504L54.9685 61.6897L55.0177 60.5566L55.0712 59.4917L55.1319 58.5468L55.2014 57.7586L55.2775 57.0948L55.3571 56.5084L55.517 55.4331L55.6705 54.4051L55.8145 53.4337L55.9467 52.5335L56.0646 51.7193L56.1658 51.0056L56.2479 50.4066L56.3346 49.7394L56.4988 49.1427L56.9251 48.6672L57.8907 48.2776L58.5361 48.2446L59.1791 48.2118L59.8185 48.1791L60.4544 48.1466L61.0832 48.1145L61.7049 48.0827L62.3183 48.0513L62.9222 48.0205L63.5155 47.9901L64.0969 47.9604L64.6653 47.9313L65.7584 47.8754L66.7852 47.8229L67.7395 47.7742L68.6277 47.7287L69.4591 47.6863L70.2432 47.6462L70.9896 47.608L71.7075 47.5714L72.4065 47.5357L73.0961 47.5004L73.1064 47.9608L73.1064 48.5874L73.1061 49.4096L73.1058 50.0806L73.2168 50.6366L73.2407 51.2555L73.2669 51.938L73.2945 52.6542L73.3192 53.2951L73.3197 53.3086" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.5322 90.6938L54.5352 90.7788L54.5559 91.3736L54.5765 91.9683L54.6403 92.3059" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.7708 91.6079L53.7569 91.8311L53.7308 92.3362" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.293 78.0674L54.1628 79.0123L53.9811 80.1082L53.8584 80.6537" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.9246 80.5235L53.7537 80.8597L53.1448 80.8798L52.3567 80.8876L51.7648 80.9456L51.1319 81.0363L50.4681 81.1515L49.7837 81.2831L49.089 81.4228L49.062 81.7755L49.0077 82.4826L48.9533 83.1935L48.8984 83.9102L48.843 84.6351L48.7869 85.3702L48.7299 86.1177L48.672 86.88L48.613 87.659L48.5528 88.4549L48.4917 89.2656L48.4296 90.0891L48.3669 90.9231L48.3036 91.7657L48.2399 92.6146L48.1759 93.4677L48.167 94.0575L48.2597 94.7067L48.3522 95.3555L48.4448 96.0037L48.4682 96.1681" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.4542 66.1179L73.4536 65.7796L73.4522 64.9904L73.4518 64.7504" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.1061 47.9446L73.106 47.979L73.1052 48.6603L73.1047 49.4716L73.1042 50.1753L73.1038 50.9953L73.1033 51.9161L73.1028 52.9217L73.1023 53.9965L73.1017 55.1243L73.1015 55.7086L73.1012 56.3334L73.101 57.0325L73.1008 57.8504L73.1007 58.8178L73.1006 59.8995L73.1005 61.046L73.1005 62.2184L73.1005 63.3857L73.1005 64.5393L73.1004 65.6759L73.1004 66.7922L73.1004 67.8851L73.1004 68.9512L73.1004 69.9873L73.1003 70.99V71.9562V72.8823V73.7652V74.6016L73.1003 75.3889L73.1004 76.1296L73.1004 76.827L73.1004 77.4843L73.1004 78.1049L73.1005 78.6921L73.1006 79.7802L73.1007 80.7758L73.1008 81.7063L73.101 82.5993L73.1012 83.4825L73.1014 84.3789L73.1017 85.2913L73.102 86.2177L73.1022 87.1558L73.1026 88.1037L73.1029 89.0591L73.1032 90.0199L73.1036 90.984L73.0934 91.5744L73.0879 92.1502L73.0877 92.7646L73.0875 93.3789L73.0873 93.993L73.0872 94.607L73.087 95.2207L73.0713 96.1382L73.0558 97.0313L73.0403 97.9016L73.025 98.7352L73.0099 99.5185" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.0155 99.2289L73.0095 99.5377L72.9948 100.258L72.9806 100.899L72.9602 101.683L72.9404 102.268L72.9078 102.868L72.3347 103.338L71.4954 103.335L70.8933 103.334L70.2844 103.332L69.6253 103.331L68.9294 103.331L68.1874 103.33L67.391 103.33L66.5383 103.33L65.6341 103.33L65.4319 103.33" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.3105 97.9681L56.4031 98.1391L56.6728 98.6401" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.6729 98.6401L56.5226 98.3605" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.7404 98.7733L56.6376 98.5774" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.6376 98.5774L57.079 99.4417" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M57.0791 99.4416L56.8195 98.9288" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.6023 98.5105L56.7235 98.74" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.8865 99.0616L57.1122 99.5124" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M57.1122 99.5124L57.0216 99.3337" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.9203 99.1292L57.1287 99.5477L57.4716 100.27L57.9002 101.167L58.2881 101.979L58.6273 102.689L58.9097 103.28L59.2284 103.947L59.4959 104.507L60.2501 104.976L61.3053 104.973L62.3497 104.97L63.376 104.967L64.3769 104.964L65.3452 104.961L66.2735 104.959L67.1547 104.956L67.9818 104.954L68.7546 104.952L69.4803 104.95L70.166 104.948L70.819 104.946L71.4466 104.944L72.056 104.942L72.6546 104.94L72.9589 104.481L72.9698 103.745L72.9808 103.013L72.9902 102.378L73.0013 101.634L73.0138 100.8L73.0273 99.8905L73.0417 98.9229L73.0568 97.9132L73.0722 96.8773L73.0836 96.1165" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2441 69.1817L73.2354 69.9977" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2354 69.9976L73.2431 69.0498" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2421 68.9247L73.2357 69.9132L73.2344 70.199" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2358 69.7993L73.2321 70.7738L73.2298 71.7255L73.2284 72.6512L73.2273 73.5475L73.2267 74.5003L73.2261 75.413L73.2258 76.1936L73.2258 77.0162L73.2257 77.7897L73.2257 78.5165V79.1997L73.2257 79.8426L73.2258 80.4488L73.226 81.0215L73.2265 82.0803L73.2273 83.0461L73.2285 83.9461L73.2301 84.8075L73.2319 85.6573L73.2341 86.5182L73.2381 87.4644L73.2399 87.9058" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2393 87.7537L73.2406 87.9769L73.2456 88.866" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.244 88.5623L73.247 88.9355L73.2502 89.3827" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2484 89.1445L73.2515 89.4516L73.257 89.968" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2554 89.811L73.258 90.0363L73.2681 90.6866L73.2855 91.398" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2855 91.398L73.2629 90.3798" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2726 90.9027L73.281 91.2654L73.3293 91.9697L73.3467 92.1624" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2935 91.3641L73.2751 91.0124" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2751 91.0124L73.2823 91.161" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.6855 52.2673L55.5654 52.2728" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.5654 52.2727L55.9935 52.2117" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.8752 64.0096L54.5597 64.074L53.872 64.2143L53.1842 64.3547L52.4965 64.495L51.8088 64.6353L51.1211 64.7757L50.4334 64.916L50.0589 64.5574L50.0129 63.9141L49.9669 63.2708L49.9209 62.6273L49.8749 61.9837L49.9294 61.0734L50.098 60.1199L50.2624 59.1882L50.4202 58.2904L50.569 57.4388L50.7064 56.645L50.8301 55.9212L50.9378 55.279L51.065 54.4903L51.154 53.8959L51.2277 53.3333L51.2871 52.7042L51.6214 52.6362L52.2849 52.5045L52.9332 52.3863L53.5565 52.2904L54.1446 52.2259L54.9387 52.2073L55.4545 52.2719" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M13.598 95.9315L13.149 96.0411L12.3546 96.2356L11.7799 96.3954L11.1767 96.6596L10.7565 97.1907L10.5892 97.7668L10.4514 98.5473L10.3316 99.3784L10.2259 100.159L10.1386 100.842L10.0496 101.56L9.95946 102.304L9.84783 103.225L9.75549 103.986L9.66416 104.743L9.55323 105.656L9.44299 106.564L9.37545 107.124L9.29318 107.797L9.2241 108.362L9.14621 109L9.0708 109.596L8.98991 110.232L8.91713 110.86L8.88293 111.492L8.899 112.122L8.97559 112.752L9.12279 113.384L9.35069 114.021L9.66831 114.664L10.0801 115.313L10.5379 115.935L11.0154 116.559L11.6129 117.218L12.3109 117.875L13.1118 118.531L14.0181 119.183L14.5115 119.507L15.0322 119.83L15.5799 120.15L16.1528 120.468L16.7481 120.783L17.3636 121.094L17.9964 121.402L18.6442 121.705L19.3044 122.003L19.9743 122.296L20.6514 122.583L21.333 122.863L22.0166 123.136L22.6995 123.401L23.379 123.658L24.0525 123.907L24.7174 124.146L25.3708 124.375L26.0107 124.594L26.6365 124.803L27.2481 125.002L27.8454 125.191L28.4285 125.371L28.9973 125.541L29.5517 125.703L30.6175 126.001L31.6256 126.265L32.5761 126.499L33.4689 126.704L34.3044 126.883L35.0858 127.038L35.8199 127.171L36.5133 127.288L37.1726 127.389L37.8048 127.479L38.4164 127.56L39.0144 127.637L39.6053 127.711L40.1927 127.784L40.7773 127.857L41.3595 127.93L41.9397 128.002L42.5185 128.074L43.0963 128.146L43.6736 128.218L44.2461 128.134L44.4005 127.547L44.3484 126.818L44.3026 126.088L44.2675 125.356L44.2473 124.62" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M10.1763 115.443L10.4301 115.787" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M10.4301 115.787L10.2288 115.515" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.3946 121.763L44.3597 122.037L44.2917 122.774L44.2547 123.513L44.2443 124.239L44.2528 124.875L44.2595 125.116" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.3585 122.046L44.4055 121.678L44.5238 120.946L44.6694 120.225L44.7193 120.007" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.6674 120.234L44.7507 119.87L44.8976 119.281" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.8373 119.514L44.9314 119.151L45.1302 118.434L45.3399 117.728" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.2309 118.09L45.34 117.727L45.5647 117.003L45.7939 116.279L45.7046 115.689L45.293 115.18L45.009 115.125" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.2415 115.17L44.9871 115.12L44.4268 115.008L44.1456 114.953" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.391 115.001L44.1316 114.949L43.5747 114.839" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.7344 114.87L43.5665 114.837L43.0095 114.728L42.7272 114.673" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.9629 114.719L42.7272 114.673L42.1603 114.566L41.5862 114.46L41.0082 114.355L40.4282 114.251L39.8419 114.147L39.2436 114.042L38.6169 113.931L37.9766 113.817L37.3072 113.697L36.603 113.568L35.8583 113.431L35.068 113.281L34.2295 113.115L33.3409 112.927L32.4172 112.715L31.4232 112.466L30.3734 112.179L29.8271 112.019L29.2661 111.847L28.6904 111.663L28.0996 111.466L27.5146 111.263L26.897 111.04L26.2692 110.806L25.6336 110.562L24.9928 110.309L24.3491 110.048L23.7049 109.78L23.0628 109.506L22.425 109.228L21.818 108.957L21.1967 108.673L20.587 108.388L19.9911 108.104L19.4115 107.82L18.8504 107.538L18.3103 107.259L17.3235 106.726L16.4035 106.189L15.5968 105.665L14.8552 105.119" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.0424 105.262L14.8764 105.135L14.2221 104.571L13.6721 103.998L13.2041 103.393L12.817 102.747L12.523 102.078L12.4175 101.753" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M103.2 127.966L103.228 128.038L103.57 128.505L104.189 128.571L104.811 128.48L105.432 128.39L106.054 128.3L106.676 128.209L107.299 128.119L107.921 128.029L108.545 127.939L109.169 127.849L109.797 127.758L110.437 127.662L111.094 127.558L111.776 127.442L112.489 127.313L113.241 127.165L114.038 126.997L114.887 126.805L115.791 126.587L116.751 126.34L117.767 126.063L118.839 125.754L119.396 125.586L119.966 125.41L120.551 125.226L121.15 125.032L121.763 124.828L122.39 124.615L123.03 124.393L123.654 124.171" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M139.342 112.984L139.388 112.752L139.462 112.122L139.475 111.492L139.439 110.86L139.363 110.232L139.283 109.596L139.2 108.95L139.128 108.363L139.058 107.797L138.976 107.124L138.908 106.564L138.82 105.848L138.706 104.917L138.66 104.541" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M138.679 104.698L138.639 104.366L138.547 103.605L138.455 102.845L138.363 102.094" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M138.381 102.236L138.344 101.93L138.254 101.197L138.166 100.495L138.08 99.8351L137.996 99.2288L137.896 98.5473L137.785 97.8954L137.639 97.3245L137.35 96.8157L136.783 96.4706L135.989 96.2356L135.194 96.0411L134.764 95.9364" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.1698 87.8046L20.1658 87.6873L20.116 86.1525L20.0688 84.6397L20.025 83.1545L20.006 82.4624" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.0339 69.0679L20.0524 68.8489L20.1147 68.2769L20.2586 67.3508L20.4217 66.69L20.6856 66.1308L21.0805 65.61L21.4752 65.0894L21.8697 64.569L22.2641 64.0489L22.8604 63.8461L23.8778 64.6594L24.8908 65.4714L25.6846 66.1114" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M24.9897 65.5513L25.9951 66.3617L26.9884 67.1691L27.9654 67.972L28.9219 68.7696L29.854 69.5607L30.7575 70.3443L31.6285 71.1192L32.2576 71.6962" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M31.7714 71.2571L32.6264 72.0293L33.4476 72.7926L33.8996 73.2267" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.6382 72.9839L34.4617 73.7487L34.5999 73.8802" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.4589 89.7716L22.436 88.8985L22.3953 87.3754L22.3547 85.8763L22.3141 84.4058L22.2735 82.9691L22.2329 81.5711L22.1923 80.2168L22.1518 78.9111L22.1113 77.6591L22.0708 76.4658L22.0304 75.3362L21.9901 74.2754L21.9498 73.2882L21.9096 72.3784L21.8692 71.5444L21.8282 70.7831L21.7865 70.0917L21.7436 69.4669L21.6533 68.4051L21.5551 67.5727L21.4463 66.9446L21.2582 66.3302L21.1876 66.2003" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.168 66.2003L127.099 66.3302L126.915 66.9446L126.809 67.5727L126.713 68.4051L126.626 69.4669L126.584 70.0916L126.544 70.7831L126.504 71.5444L126.465 72.3784L126.426 73.2882L126.386 74.2754L126.346 75.3362L126.307 76.4658L126.267 77.6591L126.227 78.9111L126.186 80.2167L126.146 81.5711L126.106 82.9691L126.065 84.4058L126.024 85.8762L125.984 87.3754L125.943 88.8985L125.92 89.7687" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M113.767 73.8706L113.896 73.7487L114.719 72.9839" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M114.418 73.2637L114.908 72.7927L115.729 72.0293L116.585 71.2571" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.018 71.7685L116.726 71.1192L117.597 70.3443L118.501 69.5608L119.433 68.7696L120.39 67.9721L121.367 67.1691L122.36 66.3618" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.162 66.5227L122.459 66.2809L123.463 65.4714L124.476 64.6594L125.494 63.8461L126.086 64.0489L126.481 64.569L126.876 65.0894L127.271 65.61L127.666 66.1308L127.929 66.69L128.092 67.3508L128.236 68.2769L128.298 68.8489L128.317 69.0703" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.345 82.4675L128.326 83.1545L128.282 84.6397L128.235 86.1524L128.185 87.6873L128.181 87.8046" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M34.1681 94.8198L33.9343 94.7493L33.6475 95.1714L33.7598 95.8214L34.2568 96.1883L34.6583 96.4168" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.6565 100.403L33.6573 100.4L33.2248 100.191L32.6561 99.8569L32.5297 99.1473L32.9988 99.0938" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.0061 102.966L33.0069 102.962L32.5557 102.77L31.9452 102.467L31.7815 101.83L32.1014 101.405L32.3603 101.441" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M32.144 92.4581L32.0698 92.434L31.847 92.3618L31.6615 92.9441L31.476 93.5264L31.2905 94.1087L31.105 94.691L31.4201 94.923L32.0509 95.3874L32.5896 95.6918" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M32.5896 95.6918L32.5084 95.6941" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.9804 105.932L72.9729 105.786" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.4827 106.023L70.5048 106.168" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.531 129.897L98.4747 129.838" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.4747 129.838L99.5838 129.389L99.5811 128.871L99.5391 128.106L99.4789 127.01L99.4474 126.435" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.3361 127.204L99.3724 126.994L99.33 126.173L99.2751 125.169L99.2205 124.169L99.2141 124.052" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.9007 124.864L98.9027 124.856L98.8866 124.039L98.8326 123.038L98.7789 122.043L98.7726 121.926" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.2294 122.569L98.2333 122.546L98.1949 121.73L98.1424 120.734L98.0901 119.743L98.084 119.627" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.3294 120.347L97.332 120.308L97.302 119.723L97.2514 118.731L97.2009 117.744L97.1951 117.629" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.2089 118.221L96.207 118.167L96.1785 117.584L96.1302 116.596L96.0821 115.613L96.0765 115.499" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.5762 115.797L94.6727 115.728" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.6727 115.728L94.5762 115.797" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.8127 107.2L82.7629 107.334" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.4194 106.496L80.3829 106.637" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M68.0652 106.637L68.0287 106.496" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M68.0287 106.496L68.0651 106.637" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M65.685 107.334L65.6351 107.2" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.3585 115.499L52.3533 115.613L52.3089 116.596L52.2642 117.584L52.2379 118.167L52.236 118.221" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.2393 117.629L51.2339 117.744L51.1871 118.731L51.1401 119.723L51.1123 120.308L51.1149 120.348" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.3498 119.627L50.3442 119.743L50.2955 120.734L50.2466 121.73L50.2178 122.318L50.2144 122.569" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.7051 124.219L49.6375 124.188" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.6375 124.188L49.7051 124.219" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.6606 121.926L49.6548 122.043L49.6047 123.038L49.5544 124.038L49.5247 124.629L49.5425 124.864" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.2185 124.052L49.2126 124.169L49.1616 125.169L49.1103 126.173L49.0801 126.766L49.1065 127.205" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.9846 126.435L48.9786 126.552L48.9271 127.557L48.8754 128.566L48.8448 129.162" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.8448 129.162L49.1575 127.974L49.3913 127.693" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.0449 109.596L73.2089 108.581" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2089 108.581L73.0228 109.597" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.7035 108.797L70.6428 109.823" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.6429 109.823L70.4651 108.808" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.6707 142.235L97.8309 142.12L98.2562 141.58L98.3173 141.013L98.279 140.261L98.2757 140.196" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.1964 140.487L98.2126 140.305L98.6238 139.848L98.9926 139.271L99.0054 138.62L98.9725 137.993L98.9601 137.759" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.911 139.486L98.4012 139.248" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.4012 139.248L98.9926 139.271" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.822 138.188L98.8197 138.005L99.1826 137.511L99.4912 136.901L99.4804 136.25L99.4468 135.627L99.4111 135.25" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.4318 137.124L98.697 136.863" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.697 136.863L99.4912 136.901" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.1902 135.658L99.2488 135.484L99.6265 134.937L99.7355 134.267L99.7006 133.627L99.6684 133.037L99.6103 132.668" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.7103 134.723L98.7823 134.49" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.7823 134.49L99.7469 134.496" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.3208 133.286L99.3615 133.108L99.6819 132.527L99.7506 131.961L99.7101 131.222L99.6526 130.578L99.4637 130.196" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.1313 133.286L49.0906 133.108L48.7704 132.527L48.6954 132.077L49.7537 132.126L49.7326 132.556L49.6967 133.477L49.6714 134.639L49.7077 136.201L49.8007 137.36L49.9794 138.824L50.1892 139.967L50.4569 141.098L50.8379 142.407L51.218 143.505L51.6534 144.582L52.143 145.638L52.6856 146.669L53.2797 147.673L53.924 148.647L54.6169 149.59L55.3569 150.499L56.1419 151.372L56.9701 152.206L57.8989 153.057L58.8043 153.807L59.7466 154.513L60.7234 155.173L61.7325 155.787L62.7714 156.352L63.8376 156.867L64.9286 157.332L66.0418 157.744L67.1746 158.103L68.3241 158.409L69.4877 158.66L70.6626 158.856L71.8461 158.996L73.0352 159.08L74.2271 159.108L75.4191 159.08L76.6082 158.996L77.7917 158.856L78.9666 158.66L80.1303 158.409L81.2799 158.103L82.4128 157.744L83.5261 157.332L84.6172 156.867L85.6836 156.352L86.7227 155.787L87.732 155.173L88.7089 154.513L89.6514 153.807L90.557 153.057L91.4237 152.266L92.3141 151.372L93.0993 150.499L93.8395 149.59L94.5327 148.647L95.1773 147.673L95.7717 146.669L96.3145 145.638L96.8044 144.582L97.24 143.505L97.6205 142.407L97.9449 141.293L98.2691 139.967L98.4792 138.824L98.6311 137.673L98.7504 136.201L98.7847 135.039L98.7606 133.477L98.7213 132.556L98.6987 132.127L99.757 132.077" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.6998 132.148L99.7436 132.306" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.2095 130.913L99.2318 130.731L99.492 130.123L99.5147 129.553L99.4745 128.817L99.3944 128.179L99.0619 127.698" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.8575 128.561L98.8613 128.378L99.0584 127.747L99.0519 127.103L99.0189 126.491L98.8932 125.815L98.4395 125.302L98.3777 125.194L97.3282 125.335" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.3282 125.335L98.3214 124.971" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.041 127.291L98.0117 127.54" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.0117 127.54L99.0743 127.518" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.2529 126.07L98.2909 125.867L98.3778 125.194L98.3446 124.566L98.314 123.985L98.011 123.327L97.4891 122.908L97.4477 122.946L96.417 123.186" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.417 123.186L97.3689 122.729" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.4124 123.829L97.4297 123.624L97.4726 123.06L97.4355 122.333L97.3839 121.696L97.0223 121.116L96.4598 120.748L96.1924 120.588L95.2805 121.115" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.2805 121.115L96.2928 120.796" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.3475 121.679L96.3438 121.473L96.3411 120.907L96.3057 120.183L96.2321 119.552L95.8131 119.008L95.2156 118.695L94.9744 117.97L94.7462 117.329L94.1794 116.929L93.6198 116.656L93.454 116.071L93.1615 115.454L92.5566 115.11L91.9716 114.891L91.747 114.324L91.393 113.738L90.7556 113.453L90.1509 113.291L89.8697 112.748L89.4577 112.198L88.7943 111.975L88.1757 111.87L87.8405 111.357L87.3743 110.848L86.6911 110.689L86.0647 110.644L85.6788 110.165L85.1631 109.703L84.4668 109.609L83.8386 109.624L83.4057 109.184L82.8454 108.773L82.1426 108.746L81.5188 108.82L81.0433 108.423L80.4438 108.067L79.7415 108.107L79.1281 108.24L78.6143 107.89L77.9938 107.579L77.3637 107.476L76.7383 107.413L76.1122 107.357L75.4735 107.339L74.8019 107.526L74.2271 107.772L73.6523 107.526L72.9716 107.354L72.3115 107.59L71.7645 107.89L71.1676 107.699L70.4727 107.593L69.8398 107.89L69.326 108.24L68.7126 108.107L68.0103 108.067L67.4108 108.423L66.9351 108.82L66.3113 108.746L65.6085 108.773L65.0481 109.184L64.6151 109.624L63.9869 109.609L63.2905 109.703L62.7747 110.165L62.3887 110.644L61.7623 110.689L61.079 110.848L60.6127 111.357L60.2774 111.87L59.6588 111.975L58.9952 112.198L58.5831 112.748L58.3017 113.291L57.697 113.453L57.0596 113.738L56.7054 114.324L56.4806 114.891L55.8956 115.11L55.2906 115.454L54.9979 116.071L54.8319 116.656L54.2723 116.929L53.7054 117.329L53.4769 117.97L53.3712 118.568L52.8423 118.893L52.3191 119.344L52.1601 119.887L52.1275 120.61L52.1008 121.249L52.1078 121.679" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.803 118.567L93.9484 119.179" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.9484 119.179L94.9243 118.765" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.2141 116.688L92.4252 117.378" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.4252 117.378L93.355 116.874" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.6001 115.139L90.7416 115.744" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.7416 115.744L91.4409 114.968" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M89.6764 113.58L88.8831 114.263" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.8831 114.263L89.5006 113.424" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.4115 112.071L86.8634 112.953" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M86.8634 112.953L87.6025 112.209" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M85.1945 110.923L84.7384 111.853" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.7384 111.853L85.3987 111.042" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.8706 109.991L82.5111 110.959" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.5111 110.959L83.0859 110.09" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.687 109.362L80.2245 110.287" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.2245 110.287L80.4626 109.283" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M67.9961 109.283L68.2553 110.281" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M68.2553 110.281L68.2323 109.25" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M65.5879 109.991L65.9471 110.959" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M65.9471 110.959L65.8196 109.935" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M63.4885 110.846L63.7398 111.844" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M63.7398 111.844L63.2637 110.923" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.2621 111.973L61.6134 112.943" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.6134 112.943L61.0463 112.071" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M59.1617 113.306L59.6098 114.237" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M59.6098 114.237L58.957 113.424" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M57.0162 114.968L57.7314 115.729" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M57.7314 115.729L57.2079 114.831" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.2426 116.688L56.0313 117.378" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.0312 117.378L55.4192 116.534" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.6532 118.567L54.5076 119.179" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.5076 119.179L53.8132 118.397" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.4052 120.403L53.1867 121.097" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.1866 121.097L51.9907 120.748L51.4281 121.116L51.0664 121.696L51.0162 122.333L50.9874 122.941L51.025 123.624L51.0422 123.829" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.2085 122.532L52.0562 123.149" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.0561 123.149L51.0861 122.729" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.9911 122.865L50.961 122.908L50.4389 123.327L50.1382 123.939L50.1074 124.566L50.0789 125.147L50.1632 125.867L50.2012 126.07" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.1329 124.971L51.1327 125.316" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.1327 125.316L50.2346 124.763" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.0752 125.236L50.0098 125.302L49.5559 125.815L49.4371 126.371L49.4002 127.103L49.3951 127.747L49.5921 128.378L49.5958 128.56" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.4927 127.075L50.4477 127.519" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.4478 127.519L49.4127 127.291" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.9896 129.445L49.9844 129.797" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.9845 129.797L48.922 129.897L49.0443 130.337L49.2432 130.913" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.9874 130.191L48.8773 130.364L48.7548 130.919L48.7169 131.658L48.6954 132.077" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.7551 132.106L48.7301 131.85" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.8398 132.774L48.8363 132.656" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.8363 132.656L48.7601 133.409L48.7284 134.03L48.7048 134.496" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.7163 134.267L49.6763 134.412" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.6763 134.412L48.7413 134.722L48.9502 135.131L49.2613 135.658" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.0364 135.244L49.0125 135.389L48.9803 136.03L48.9504 136.625L48.9599 136.901L49.7548 136.788" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.7547 136.788L48.948 136.673" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.9598 136.901L49.0191 137.124L49.4231 137.677L49.6287 138.188" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.4861 137.753L49.486 137.755L49.4545 138.399L49.4252 138.996L49.4579 139.271" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.2945 108.148L53.2026 108.257L52.3851 109.275L51.6206 110.331L50.911 111.421L50.2579 112.544L49.6627 113.696L49.127 114.875L48.6521 116.078L48.239 117.301L48.0498 117.886L47.6969 119.136L47.408 120.402L47.184 121.679L47.0889 122.318L46.9295 123.608L46.8359 124.904L46.7743 125.852L46.7198 127.632L46.7585 128.934L46.8632 130.233L47.0336 131.525L47.2694 132.807L47.5701 134.075L47.9348 135.328L48.3624 136.562L48.852 137.774L49.4026 138.961L50.0154 139.021" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.0154 139.021L49.5393 139.486L49.8265 139.848L50.2375 140.305L50.2537 140.487" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.1711 140.191L50.1678 140.261L50.1379 140.89L50.1935 141.58L50.5605 141.454" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.1357 141.358L50.5177 141.307" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.1936 141.58L50.2965 141.787L50.7902 142.243" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.0618 143.054L51.0585 143.126L51.1599 143.809L51.3128 143.739" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.0798 143.593L51.239 143.556" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.1599 143.809L51.2833 144.005L51.5039 144.212" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.9574 144.204L97.0037 144.171L97.1438 143.743" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.2893 143.809L97.3694 143.593L97.3877 143.079" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.8973 141.457L98.2562 141.58" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.8527 141.61L98.1532 141.787" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M113.125 69.5759L113.058 69.3358L113.046 68.5484L113.049 68.3541" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.246 126.429L133.11 126.47L132.53 126.114" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.9443 125.436L16.8988 125.465L16.2105 125.896L15.5108 126.326L15.1401 126.429" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.499 126.26L133.798 125.941L134.447 125.305L134.789 124.988" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.673 125.095L135.007 124.793L135.693 124.169L135.831 124.039" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M135.433 100.2L135.366 99.7964L135.128 98.2894L134.956 97.1731L134.781 96.0441L134.603 94.9062L134.425 93.7635" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.235 129.063L128.939 128.775L129.637 128.488L130.331 128.2L130.555 128.103" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.878 82.0904L119.737 83.4155" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.921 83.6411L119.068 82.3808" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.068 82.3808L119.828 83.5277" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.357 82.7647L119.117 82.4521" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.117 82.4521L120.018 83.7559" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.487 82.921L119.08 82.3987" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.08 82.3987L119.239 82.616" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M106.163 68.1204L106.669 68.4856" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M35.2987 68.2933L35.3026 68.5484L35.2959 69.2755L35.2234 69.5759" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M13.9379 93.7635L13.7586 94.9062L13.5805 96.0441L13.4047 97.1731L13.2325 98.2894L12.9956 99.7963L12.9203 100.252" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M10.0636 115.289L9.99489 115.753L9.87669 116.739L9.80838 117.493L9.771 118.311L9.78168 118.982L9.83712 119.633L9.93688 120.22L10.0993 120.781L10.3235 121.316L10.6051 121.828L10.9381 122.318L11.3159 122.787L11.8975 123.411L12.3522 123.857L13.0271 124.48L13.7194 125.105L13.7519 125.135" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M13.593 124.988L13.9358 125.305L14.5878 125.941L14.8878 126.26" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.1607 129.063L19.4556 128.775L18.7571 128.488L18.0621 128.2L17.8381 128.103" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.6034 69.3272L41.1315 68.9304" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.8993 82.921L29.3331 82.3649" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.3331 82.3649L28.469 83.641" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.0302 82.7647L29.2898 82.4266" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.2898 82.4266L28.3715 83.7559" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.1486 82.616L29.256 82.4737L29.3177 82.3878" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.5629 83.5278L29.4232 82.2294" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.6544 83.4154L29.5369 82.0541" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M139.518 112.967L139.731 112.947L140.379 113.123L140.996 113.638L141.363 114.149L141.679 114.771L141.931 115.48L142.11 116.25L142.208 117.05L142.223 117.851L142.154 118.622L142.002 119.333L141.775 119.958L141.48 120.471L140.937 120.991L140.314 121.173L139.481 121.253L138.832 121.081L138.214 120.569L137.845 120.06L137.527 119.437L137.274 118.726L137.094 117.954L136.994 117.151L136.98 116.347L137.05 115.574L137.203 114.861L137.432 114.237L137.728 113.724L138.274 113.207L138.685 113.049L139.518 112.967Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M138.209 113.253L135.323 111.986" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M136.388 122.946L138.976 121.145" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M138.056 121.785L137.914 122.13L137.445 122.945L136.887 123.554L136.26 123.931L135.588 124.064L134.788 124.14L134.098 124.022L133.416 123.657L132.768 123.059L132.179 122.251L131.673 121.263L131.457 120.714L131.269 120.135L131.11 119.531L130.982 118.909L130.887 118.274L130.824 117.632L130.796 116.991L130.802 116.355L130.841 115.732L130.915 115.127L131.021 114.547L131.159 113.996L131.525 113.005L131.999 112.192L132.561 111.588L133.191 111.217L134.324 111.043L135.008 111.044L135.696 111.294L136.361 111.783L136.979 112.493L137.183 112.803" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.135 123.426L129.523 123.771" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.429 112.503L132.039 112.143" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.684 128.821L123.454 127.437L122.918 124.432" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.382 111.084L121.469 110.784L129.093 107.917" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.5385 1.06849L50.6113 1.03595" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.6114 1.03595L50.1006 1.55469" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.1006 1.5547L50.1827 1.35309" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.5909 130.417L99.5868 130.342L99.5534 129.731L99.4401 128.045L99.2927 126.853L99.0849 125.67L98.8169 124.497L98.4895 123.338L98.1035 122.196L97.6599 121.074L97.1593 119.973L96.6033 118.898L95.9931 117.85L95.3302 116.832L94.616 115.847L93.8523 114.897L93.0411 113.983L92.1842 113.11L91.2835 112.278L90.3415 111.49L89.3602 110.747L88.3422 110.052L87.2898 109.406L86.2056 108.81L85.0923 108.267L83.9525 107.777L82.789 107.342L81.6046 106.963L80.4022 106.641L79.1848 106.376L77.9553 106.169L76.7167 106.021L75.472 105.932L74.2243 105.903L72.9765 105.932L71.7318 106.021L70.4932 106.169L69.2636 106.376L68.0461 106.641L66.8437 106.963L65.6592 107.342L64.4955 107.777L63.3556 108.267L62.2421 108.81L61.1578 109.406L60.1052 110.052L59.087 110.747L58.1056 111.49L57.1633 112.278L56.2624 113.11L55.4053 113.983L54.5938 114.897L53.8299 115.847L53.1154 116.832L52.4522 117.85L51.8417 118.898L51.2854 119.973L50.7845 121.074L50.3405 122.196L49.9543 123.338L49.6266 124.497L49.3583 125.67L49.1501 126.853L49.0024 128.045L48.9155 129.243L48.8843 129.853L48.8552 130.422" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.1312 108.148L95.2238 108.257L96.041 109.275L96.8052 110.331L97.5145 111.421L98.1673 112.544L98.7622 113.696L99.2976 114.875L99.7722 116.078L100.185 117.301L100.376 117.886L100.729 119.136L101.018 120.402L101.241 121.679L101.339 122.318L101.498 123.608L101.633 125.463L101.67 126.093L101.712 127.632L101.673 128.934L101.568 130.233L101.397 131.525L101.161 132.807L100.86 134.076L100.495 135.328L100.067 136.562L99.5769 137.774L99.026 138.961L99.0236 138.966" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.5041 139.953L98.4157 140.121L98.2833 140.345" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.1625 140.374L50.0127 140.121L49.9054 139.917" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.4448 133.411L55.5557 132.524L55.6875 131.779L55.8791 130.946L56.1244 130.083L56.4134 129.232L56.7006 128.508L57.0697 127.7L57.4866 126.896L57.944 126.113L58.4409 125.353L58.976 124.617L59.548 123.907L60.1555 123.225L60.7972 122.572L61.4714 121.951L62.1517 121.383L62.861 120.847L63.6262 120.326L64.4172 119.841L65.232 119.395L66.0686 118.987L66.925 118.62L67.7992 118.294L68.689 118.01L69.5923 117.768L70.5068 117.569L71.4304 117.414L72.3607 117.303L73.2957 117.237L74.2328 117.214L75.17 117.237L76.1049 117.303L77.0353 117.414L77.9588 117.569L78.8733 117.768L79.7765 118.01L80.6662 118.294L81.5403 118.62L82.3966 118.987L83.2331 119.395L84.0478 119.841L84.8386 120.326L85.6037 120.847L86.3412 121.404L86.9925 121.951L87.6666 122.572L88.3081 123.225L88.9154 123.907L89.4873 124.617L90.0222 125.353L90.5188 126.113L90.976 126.896L91.3927 127.7L91.768 128.522L92.0479 129.232L92.3367 130.083L92.5818 130.946L92.7826 131.821L92.904 132.524L93.0147 133.411" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M77.7149 144.097L76.1909 143.929L74.0647 143.714L73.3039 144.101L72.5388 144.477L71.7648 144.833L70.9775 145.159L70.1725 145.444L69.3452 145.679L68.4912 145.851L67.6061 145.95L66.6875 145.966L65.7416 145.895L65.7023 145.889" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M64.1063 132.695L65.0441 131.516L66.3405 129.851L66.387 129.043L66.4461 128.236L66.5302 127.432L66.6519 126.632L66.8237 125.838L67.0581 125.049L67.3678 124.268L67.7652 123.494L68.2602 122.73L68.7665 122.092" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M64.3544 137.774L64.5809 136.317L64.8759 134.28L64.5008 133.515L64.141 132.772L63.8025 132.02L63.4961 131.257L63.2325 130.478L63.0225 129.678L62.8805 128.875L62.8101 128.027L62.8239 127.141L62.9049 126.426" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.7097 147.555L79.849 147.404L80.4271 146.648L80.9081 145.872L81.2914 145.084L81.5868 144.287L81.8068 143.483L81.9633 142.677L82.0679 141.879L82.1371 141.063L82.1811 140.244L82.2126 139.424L82.2161 139.404L83.4771 137.699L84.3673 136.519" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.3825 129.442L86.6528 128.91L85.8545 128.435L85.0445 128.053L84.2257 127.754L83.3994 127.526L82.5668 127.359L81.7293 127.241L80.888 127.16L80.0443 127.104L79.1994 127.059L77.4506 125.814L76.245 124.937" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M85.6862 143.065L85.7716 142.172L85.7696 141.284L85.6834 140.425L85.5224 139.593L85.2973 138.785L85.0188 137.998L84.6976 137.227L84.3443 136.469L83.9696 135.72L83.5841 134.974L83.8422 132.914L84.036 131.483" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.284 144.594L70.8169 143.5L69.0986 142.242L68.2567 142.195L67.4162 142.136L66.5786 142.053L65.7455 141.935L64.9181 141.769L64.0981 141.543L63.2869 141.245L62.4859 140.861L61.6981 140.382L60.9319 139.809L60.8922 139.773" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.2307 121.044L74.9335 121.061L75.6346 121.111L76.3323 121.194L77.0249 121.31L77.7107 121.459L78.3881 121.64L79.0554 121.854L79.711 122.098L80.3533 122.373L80.9807 122.679L81.5918 123.013L82.1851 123.376L82.7591 123.767L83.3124 124.185L83.8438 124.628L84.3519 125.096L84.8354 125.588L85.2933 126.101L85.7245 126.636L86.1278 127.191L86.5024 127.763L86.8472 128.353L87.1617 128.959L87.4449 129.578L87.6961 130.21L87.9148 130.854L88.1005 131.506L88.2528 132.167L88.3712 132.834L88.4554 133.506L88.5055 134.181L88.5211 134.857L88.5022 135.533L88.449 136.208L88.3616 136.879L88.2402 137.545L88.085 138.204L87.8965 138.855L87.6751 139.497L87.4215 140.127L87.1361 140.745L86.8196 141.348L86.473 141.935L86.097 142.505L85.6925 143.057L85.2605 143.589L84.802 144.1L84.3181 144.588L83.8101 145.053L83.2791 145.493L82.7263 145.908L82.1533 146.296L81.5612 146.657L80.9516 146.989L80.3258 147.292L79.6855 147.565L79.0321 147.808L78.3672 148.019L77.6924 148.199L77.0093 148.346L76.3196 148.461L75.6248 148.544L74.9267 148.593L74.2269 148.61L73.5271 148.593L72.8291 148.544L72.1343 148.461L71.4446 148.346L70.7615 148.199L70.0868 148.019L69.4219 147.808L68.7686 147.565L68.1283 147.292L67.5027 146.989L66.8932 146.657L66.3012 146.296L65.7282 145.908L65.1756 145.493L64.6447 145.053L64.1368 144.588L63.6531 144.1L63.1948 143.589L62.7629 143.057L62.3585 142.505L61.9826 141.935L61.6362 141.348L61.3199 140.744L61.0347 140.127L60.7812 139.497L60.5601 138.855L60.3717 138.204L60.2167 137.545L60.0955 136.879L60.0082 136.208L59.9552 135.533L59.9365 134.857L59.9523 134.181L60.0026 133.506L60.087 132.834L60.2056 132.167L60.358 131.506L60.5439 130.854L60.7628 130.21L61.0142 129.578L61.2976 128.959L61.6122 128.353L61.9572 127.763L62.3319 127.191L62.7354 126.636L63.1667 126.101L63.6248 125.588L64.1084 125.096L64.6167 124.628L65.1481 124.185L65.7016 123.767L66.2757 123.376L66.8691 123.013L67.4803 122.679L68.1078 122.373L68.7502 122.098L69.4058 121.853L70.0732 121.64L70.7506 121.459L71.4364 121.31L72.1291 121.194L72.8268 121.111L73.5279 121.061L74.2307 121.044Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M92.7513 131.684L92.8943 132.493L93.0049 133.38L93.0702 134.27L93.0902 135.163L93.0647 136.055L92.9938 136.945L92.8778 137.831L92.717 138.709L92.5116 139.579L92.2623 140.438L91.9697 141.284L91.6345 142.115L91.2574 142.93L90.8395 143.725L90.3818 144.499L89.8853 145.251L89.3512 145.979L88.7809 146.68L88.1758 147.353L87.5373 147.997L86.8669 148.61L86.1662 149.191L85.437 149.738L84.6809 150.249L83.8999 150.725L83.0957 151.162L82.2703 151.562L81.4258 151.922L80.564 152.241L79.6871 152.52L78.7971 152.756L77.8962 152.951L76.9866 153.103L76.0704 153.211L75.1498 153.277L74.2269 153.298L73.3041 153.277L72.3835 153.211L71.4673 153.103L70.5577 152.951L69.6569 152.756L68.767 152.52L67.8902 152.241L67.0285 151.922L66.184 151.562L65.3588 151.162L64.5547 150.725L63.7738 150.249L63.0179 149.738L62.2888 149.191L61.5883 148.61L60.9181 147.997L60.2797 147.353L59.6748 146.68L59.1047 145.979L58.5708 145.251L58.0746 144.499L57.617 143.725L57.1993 142.93L56.8225 142.115L56.4875 141.284L56.1951 140.438L55.946 139.579L55.7409 138.709L55.5803 137.831L55.4646 136.945L55.3939 136.055L55.3687 135.163L55.3889 134.27L55.4545 133.38L55.5654 132.493L55.7058 131.7" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M76.055 121.161L75.3601 121.446L74.5395 121.873L73.7919 122.355L73.1108 122.884L72.4867 123.455L71.91 124.061L71.3713 124.696L70.8611 125.353L70.37 126.023L69.8885 126.701L67.9 127.538L66.4575 128.127" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.7596 123.768L82.0377 123.696L81.1163 123.688L80.2264 123.759L79.3661 123.901L78.5312 124.104L77.7175 124.358L76.9208 124.654L76.1368 124.982L75.3614 125.33L74.5903 125.689L72.4626 125.413L70.9764 125.204" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M60.0999 132.762L60.4363 133.542L60.8729 134.334L61.3685 135.053L61.916 135.707L62.5079 136.305L63.1368 136.857L63.7952 137.373L64.4757 137.861L65.1709 138.332L65.8734 138.794L66.7306 140.707L67.3507 142.129" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.1344 141.095L80.6994 141.726L78.7342 142.611L78.2642 143.31L77.7848 144.002L77.2865 144.68L76.7599 145.338L76.1956 145.968L75.584 146.564L74.9157 147.117L74.1812 147.621L73.3738 148.067L72.4976 148.45L72.3772 148.49" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M34.0138 102.57L33.8357 102.907L33.72 103.649L34.0316 104.21L34.5812 104.164L34.9766 103.6L35.0924 102.858L34.7803 102.297L34.2307 102.344L34.0138 102.57Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M35.523 100.388L35.4036 100.165L34.8775 100.008L34.4883 100.433L34.3141 101.092L34.5254 101.678L34.9991 101.76L35.3886 101.335L35.563 100.675L35.523 100.388Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M35.2456 97.5709L35.289 97.6411L35.8854 97.8723L36.1599 97.6257L36.4448 96.9362L36.4034 96.3027L35.993 95.9369L35.6952 96.0393L35.3135 96.5687L35.1793 97.2881L35.2456 97.5709Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M27.4611 103.606L27.4365 103.586L27.1938 103.043L27.4121 102.223L27.6156 101.627L27.8723 100.874L28.2052 99.8994L28.5149 98.992L28.7146 98.4066L29.0022 97.5627L29.2847 96.7339L29.6054 95.7928L29.9046 94.9149L30.1098 94.3129L30.3593 93.5814L30.6584 92.7053L30.9896 91.735L31.2461 90.9835L31.4493 90.3884L31.6463 89.8538L32.0522 89.4125L32.1861 89.412" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M35.9585 107.299L35.925 107.285L35.5227 107.115" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.9211 99.4452L29.8468 99.4214L29.6238 99.3498L29.4383 99.9321L29.2529 100.514L29.0674 101.097L28.882 101.679L29.2542 101.863L29.9995 102.232L30.5213 102.464L30.6701 102.512" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.598 92.8581L102.578 94.1717" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.647 92.073L102.668 90.7593" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.438 128.437L130.475 128.325L131.022 128.039" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M131.022 128.039L130.438 128.437" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.438 128.437L132.548 128.717L133.101 128.385L133.743 127.784L134.418 127.182L135.093 126.577L135.733 125.968L136.241 125.435L136.758 124.821L137.144 124.209L137.356 123.603L137.474 122.984L137.475 122.9" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.5117 131.015L24.6847 130.746L23.8815 130.473L23.1018 130.196L22.3427 129.916L21.6014 129.633L20.875 129.349L20.1607 129.063L19.4556 128.775L18.7571 128.488L18.0621 128.2L18.0767 129.877L18.3705 130.415L19.0212 130.686L19.719 130.975L20.4229 131.263L21.1356 131.55L21.8601 131.835L22.5991 132.118L23.3553 132.398L24.1317 132.675L24.9311 132.948L25.7554 133.217L26.6065 133.482L27.4864 133.742L28.3968 133.997L29.3399 134.246L30.3174 134.488L31.3313 134.724L32.3839 134.953L33.4734 135.175L34.598 135.39L35.7554 135.598L36.9437 135.798L38.1607 135.991L39.4044 136.176L40.6728 136.354L42.0833 136.54L43.3873 136.701L44.7097 136.855L46.0482 137L47.4009 137.138L48.6422 137.255" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.7875 137.254L101.013 137.137L102.366 137L103.704 136.855L105.026 136.701L106.329 136.54L107.612 136.371L109.007 136.176L110.25 135.991L111.467 135.798L112.654 135.598L113.811 135.39L114.935 135.175L116.024 134.953L117.076 134.724L118.089 134.488L119.065 134.246L120.008 133.997L120.917 133.742L121.796 133.482L122.646 133.217L123.47 132.948L124.268 132.675L125.044 132.398L125.799 132.118L126.537 131.835L127.26 131.55L127.972 131.263L128.675 130.975L129.372 130.686L130.022 130.415L130.316 129.877L130.331 128.2L129.637 128.488L128.939 128.775L128.235 129.063L127.522 129.349L126.796 129.633L126.056 129.916L125.298 130.196L124.519 130.473L123.717 130.746L122.889 131.016" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.9469 128.437L17.3615 128.039" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.3615 128.039L17.9469 128.437" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.947 128.437L15.8376 128.717L15.2837 128.385L14.6393 127.784L13.9615 127.182L13.2841 126.577L12.642 125.968L12.1326 125.435L11.6125 124.821L11.2246 124.209L11.0093 123.603L10.8904 122.984L10.8831 122.24" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M27.2546 131.541L28.1712 131.796L29.121 132.046L30.0804 132.283" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M31.1281 132.526L32.1889 132.756L33.2868 132.979" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M34.437 133.197L35.5852 133.402L36.7816 133.603" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.2583 133.982L40.5344 134.16L41.833 134.33L43.1518 134.492L44.4888 134.647L45.8073 134.789L46.8928 134.899" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.2089 134.931L47.8362 134.99" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.573 134.793L103.926 134.647L105.256 134.493L106.58 134.33L107.87 134.161" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.63 133.603L112.825 133.402L113.973 133.197" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M115.122 132.979L116.219 132.756L117.28 132.526L118.301 132.289L119.285 132.046L120.234 131.796L121.136 131.545" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.8254 92.8581L45.845 94.1717" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.7741 92.073L45.7545 90.7593" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M129.119 77.7753L126.233 78.7097" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.559 70.5272L139.394 59.8922" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M139.394 59.8922L129.119 77.7753L125.976 87.6728" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.404 87.7008L19.2511 77.7753" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M19.2511 77.7753L22.1453 78.7125" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.8137 70.5427L8.9613 59.8922" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.9613 59.8922L22.0977 86.7368" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.4556 89.6438L22.4307 89.7995" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.2116 128.668L15.6754 132.018" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.4523 167.715L22.5334 171.297" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.3519 157.535L33.4206 169.288L61.5461 163.638H86.8656L114.975 169.288L128.03 157.535L128.082 157.405" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.082 157.405L125.392 170.306L115.68 174.359L113.503 197.068" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.754 203.325L123.73 203.587L123.438 224.294L97.2732 241.911L51.0994 241.911L24.915 224.294L24.5982 203.587L23.8081 192.448" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.6573 237.289L39.3725 254.144L45.0877 271" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.0876 271L49.7809 256.51L53.9345 247.761H94.4138L97.2732 241.911L95.4254 201.766L52.8068 201.839L51.0994 241.911L53.9345 247.761" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.9345 247.761L33.6573 237.289L24.9149 224.294L25.5233 193.164" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.027 202.725L123.438 224.294L114.676 237.289L108.96 254.144L103.245 271" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M103.245 271L98.56 256.51L94.4138 247.761L114.676 237.289" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.398 174.587L128.082 157.405L128.258 156.43" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M132.67 132.019L132.134 128.662" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.306 86.6331L139.394 59.8922" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.74 212.394L123.402 191.379L115.68 174.359L87.744 170.598L86.8656 163.638L87.0023 155.617" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.382 131.095L130.678 144.714L128.03 157.535L125.392 170.306L129.883 189.408L134.74 212.394" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.739 212.394L121.243 201.252L113.503 197.068L95.4254 201.766L87.7439 170.598L60.617 170.354L52.8068 201.839L34.876 197.068" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.9868 170.306L19.9667 176.907L1.77661 174.772" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M1.77661 174.772L22.9207 183.453L32.7126 174.359L22.9868 170.306L20.3519 157.535L17.7069 144.714L20.0056 131.092" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.41 155.591L61.5461 163.638L60.6171 170.354L32.7126 174.359L34.876 197.068L14.4931 188.56L1.77661 174.772" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.9613 59.8922L19.2511 77.7753" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.442 113.047L127.592 112.907L127.797 112.763" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M129.523 123.771L129.224 123.747L129.125 123.721" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.711 123.575L128.624 123.536L128.506 123.462" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.115 123.177L128.044 123.118L127.816 122.885" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.587 112.288L130.549 112.256L129.89 111.898L129.222 111.777L128.571 111.898L127.961 112.256L127.415 112.839L126.956 113.623L126.602 114.58L126.365 115.671L126.293 116.255L126.255 116.856L126.249 117.469L126.276 118.087L126.336 118.706L126.429 119.318L126.552 119.919L126.706 120.501L126.888 121.06L127.097 121.59L127.587 122.542L128.157 123.321L128.784 123.898L129.444 124.25L130.113 124.364L130.763 124.236L131.371 123.871L131.684 123.565" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.684 128.821L125.958 128.702L133.545 125.714L134.555 124.121" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.199 124.048L127.151 126.815L124.559 112.255L132.169 109.375L130.362 107.788L129.093 107.917" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.363 107.788L122.744 110.656L122.134 112.754L121.66 112.801" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.134 112.754L124.729 127.317L123.454 127.437" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M132.562 111.588L132.169 109.375" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.56 112.255L122.744 110.656L121.469 110.784" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.151 126.815L125.958 128.702L124.729 127.317" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.2365 94.5444L48.0784 95.5118L47.9678 96.1883" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.7328 96.1978L47.4883 97.248L47.2501 98.296L47.0244 99.3401L46.8173 100.378" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.8172 100.378L46.3852 98.4303L46.1078 96.5256L45.9185 94.5915L45.8254 92.8581L45.7544 90.7593L45.7334 88.9101L45.7317 87.1315L45.7472 85.4116L45.7762 83.7462L45.8189 82.1283L46.6601 81.9189L47.5211 81.7223L48.3982 81.5377L48.6618 79.7464L48.9223 77.9602L49.1802 76.179L49.4357 74.4026L49.6891 72.6308L49.9408 70.8635L50.191 69.1003L50.4402 67.3411L50.6885 65.5856L51.7874 65.1363L52.8872 64.6931L54.2185 64.7033L54.8472 64.7081" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.1729 93.5078L48.0603 94.1958L47.7328 96.1978L49.3877 96.131L51.0426 96.0647L52.6976 95.9995L54.3526 95.9359L55.1205 95.9073" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2119 95.4865L74.2152 95.484L75.2196 95.4865" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.3148 95.9075L94.0775 95.9359L95.7325 95.9995L97.3874 96.0647L99.0424 96.131L100.697 96.1977L100.368 94.1958L100.26 93.5396" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.5587 64.7081L94.1814 64.7033L95.5127 64.6931L96.6124 65.1362L97.7114 65.5855L97.9614 67.3411L98.2122 69.1002L98.4641 70.8634L98.7175 72.6308L98.9727 74.4026L99.2299 76.179L99.4894 77.9601L99.7517 79.7463L100.017 81.5377L100.894 81.7223L101.754 81.9189L102.595 82.1283L102.64 83.7462L102.67 85.4116L102.687 87.1315L102.685 88.5649L102.667 90.7592L102.611 92.6529L102.507 94.5915L102.373 95.9821L102.042 98.4303L101.612 100.378" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M101.612 100.378L101.405 99.3401L101.179 98.296L100.941 97.248L100.697 96.1978" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.46 96.1882L100.349 95.5118L100.192 94.5577" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.555 128.103L130.75 127.991L131.181 127.559L131.412 126.951L131.467 126.532" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.496 108.255L127.388 107.904L126.972 106.607L126.52 105.253L126.03 103.841L125.5 102.369L124.929 100.837L124.317 99.253L123.666 97.6279L122.979 95.9711L122.257 94.2927L121.501 92.6023L120.715 90.9099L119.899 89.2253L119.055 87.5583L118.185 85.9189L117.291 84.317L116.375 82.7623L115.438 81.2648L114.483 79.8345L113.511 78.4811L112.523 77.2146L111.523 76.0448L110.51 74.9659L109.486 73.9717L108.451 73.0562L107.406 72.2133L106.352 71.4371L105.29 70.7215L104.22 70.0605L103.144 69.4478L102.062 68.8777L100.976 68.3438L99.885 67.8403L98.7909 67.361L97.9116 66.9913" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.647 92.0731L102.59 93.9665L102.486 95.9049L102.352 97.2953L102.022 99.743L101.592 101.691L101.773 102.72L101.924 103.741L102.038 104.75L102.109 105.746L102.13 106.727L102.099 107.692L102.015 108.641" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M115.226 76.8881L115.058 76.606L114.581 75.7197L114.179 74.8833L113.847 74.093L113.579 73.3452L113.37 72.6362L113.213 71.9621L113.103 71.3194L113.033 70.7042L112.998 70.1128L112.991 69.5413L113.042 68.4437L113.137 67.3812L112.089 66.5021L111.423 65.9468" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.423 65.9468L112.756 67.034L113.475 67.6795L114.193 68.3603L114.978 69.1395L115.417 69.5857L115.899 70.0801L116.431 70.6308L116.82 71.0356" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.312 83.6233L128.703 84.0972L129.582 85.1966L130.409 86.2725L131.174 87.317L131.868 88.3225L132.481 89.281L133.012 90.1876L133.461 91.0373L133.827 91.825L134.11 92.5454L134.31 93.1934L134.425 93.7636L134.398 94.6488L134.026 95.1574L133.303 95.245L132.224 94.8672L131.55 94.4899L130.785 93.9797L129.941 93.3484L129.029 92.608L128.062 91.7701L127.049 90.8471L126.003 89.8508L124.935 88.7935L123.858 87.6872L122.782 86.5443L121.719 85.3769L120.681 84.1972L119.679 83.0176L118.726 81.8518" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.2482 52.2756L74.1757 52.2709L73.2799 52.2748" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M31.5303 71.0319L31.9162 70.6308L32.4483 70.0802L32.9297 69.5856L33.3687 69.1395L33.7739 68.7337L34.5169 68.0116L35.2269 67.3563L35.9719 66.7046L36.8201 65.9933" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M36.8202 65.9933L35.2121 67.3812L35.2648 67.9099L35.3478 68.9862L35.3621 70.1128L35.3289 70.7042L35.261 71.3194L35.1525 71.9621L34.9975 72.6362L34.7901 73.3452L34.5243 74.093L34.1941 74.8833L33.7938 75.7197L33.3172 76.606L33.1011 76.9697" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.7115 81.7785L29.6555 81.8501L28.7023 83.0176L27.701 84.1972L26.6632 85.3769L25.6005 86.5443L24.5245 87.6872L23.4467 88.7934L22.3788 89.8508L21.3325 90.847L20.3192 91.7701L19.3505 92.6079L18.438 93.3484L17.593 93.9797L16.8271 94.4898L16.1514 94.8671L15.5657 95.117L14.662 95.2566L14.1117 94.9529L13.9098 94.2505L14.051 93.1934L14.2486 92.5454L14.5301 91.8249L14.8948 91.0372L15.3423 90.1875L15.872 89.2809L16.4835 88.3224L17.1765 87.317L17.941 86.2724L18.7672 85.1966L19.6454 84.0972L20.0388 83.6205" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M133.246 126.429L133.377 126.359L133.805 125.801L133.987 125.107L133.997 125.001" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.501 106.8L130.452 106.636L130.045 105.354L129.596 104.022L129.104 102.638L128.564 101.202L127.974 99.7128L127.332 98.1692L126.639 96.5802L125.899 94.9548L125.116 93.3019L124.291 91.6303L123.427 89.9489L122.528 88.2666L121.596 86.5924L120.635 84.9351L119.647 83.3037L118.635 81.707L117.602 80.154L116.55 78.6536L115.484 77.2147L114.405 75.8464L113.317 74.5574L112.223 73.3567L111.123 72.2389L110.016 71.1984L108.905 70.2296L107.789 69.3272L106.669 68.4856L105.544 67.6992L104.416 66.9626L103.285 66.2701L102.15 65.6164L101.014 64.9958L99.8753 64.4028L98.7352 63.832L98.4021 63.6703" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.0575 62.1738L74.1968 62.1738L73.3613 62.1738" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.9953 63.668L49.6575 63.832L48.5173 64.4028L47.3788 64.9958L46.2422 65.6163L45.108 66.2701L43.9767 66.9625L42.8485 67.6992L41.7239 68.4856L40.6034 69.3272L39.4872 70.2296L38.3758 71.1983L37.2697 72.2389L36.1692 73.3567L35.0747 74.5574L33.9866 75.8464L32.9078 77.2147L31.8414 78.6536L30.7901 80.154L29.7569 81.7069L28.7447 83.3036L27.7564 84.9351L26.7949 86.5924L25.8632 88.2666L24.964 89.9489L24.1003 91.6302L23.2751 93.3019L22.4912 94.9548L21.7514 96.5802L21.0588 98.1692L20.4161 99.7128L19.8263 101.202L19.2864 102.638L18.7937 104.022L18.3451 105.354L17.938 106.636L17.828 107.003" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.9717 119.792L14.8665 120.38L14.7637 120.972L14.6711 121.528L14.5191 122.54L14.4156 123.421L14.3655 124.18L14.3736 124.825L14.5056 125.595L14.7745 126.134L15.1402 126.429" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.3676 66.1179L74.1997 66.1183L75.0538 66.1179" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.4414 101.393L91.3381 101.414L93.0478 101.457L94.757 101.501L96.466 101.547L98.1746 101.595L99.8831 101.642L101.591 101.691L101.612 100.378" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.8382 128.103L17.6429 127.991L17.2127 127.559L16.9818 126.951L16.9106 126.135L16.9417 125.463L17.0301 124.681L17.171 123.782L17.3597 122.758L17.4706 122.198L17.5916 121.604L17.667 121.242" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.824 108.499L21.0074 107.904L21.4239 106.607L21.876 105.253L22.3658 103.841L22.8956 102.369L23.4675 100.837L24.0797 99.253L24.7304 97.6279L25.4178 95.9712L26.1401 94.2927L26.8956 92.6023L27.6823 90.9099L28.4986 89.2253L29.3426 87.5584L30.2126 85.919L31.1066 84.317L32.0229 82.7624L32.9597 81.2649L33.9152 79.8345L34.8875 78.4811L35.8748 77.2146L36.8754 76.0448L37.8882 74.9659L38.9126 73.9717L39.9477 73.0562L40.9926 72.2134L42.0466 71.4372L43.1088 70.7216L44.1783 70.0605L45.2544 69.4479L46.3363 68.8777L47.423 68.3439L48.5138 67.8404L49.6079 67.3611L50.4899 66.9902" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.7742 92.0731L45.832 93.9665L45.9381 95.9049L46.0728 97.2953L46.4045 99.743L46.8362 101.691L46.6541 102.72L46.5028 103.741L46.3887 104.75L46.3179 105.746L46.2965 106.727L46.3265 107.692L46.4098 108.641" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M58.0077 101.392L57.0897 101.414L55.3799 101.457L53.6706 101.501L51.9617 101.547L50.253 101.595L48.5445 101.642L46.8362 101.691L46.8173 100.378" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.797 112.763L127.858 112.72L128.429 112.503" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.924 113.702L127.101 113.431L127.442 113.047" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M129.124 123.721L128.923 123.668L128.711 123.575" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.506 123.462L128.331 123.353L128.115 123.177" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.654 124.171L123.669 124.137L123.895 123.612L123.764 122.988L123.612 122.265L123.46 121.541L123.308 120.814L123.156 120.085L123.004 119.353L122.851 118.617L122.698 117.875L122.546 117.139L122.394 116.402L122.242 115.661L122.09 114.918L121.938 114.171L121.786 113.423L121.66 112.801L121.827 112.245L121.948 111.681L121.741 111.152L121.382 111.084" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M106.163 68.1204L106.158 68.1164L105.642 67.7562L104.932 67.2874L104.417 66.9399L103.794 66.558L103.286 66.2371L102.656 65.8732L102.152 65.5743L101.514 65.2253L101.015 64.9474L100.487 64.6717L99.8757 64.3515L99.2128 64.0192L98.4058 63.6196" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.1316 68.9304L41.4164 68.7165L42.2289 68.1204L42.7497 67.7561L43.4605 67.2873L43.9754 66.9399L44.5987 66.558L45.1062 66.2371L45.7365 65.8731L46.2401 65.5743L46.8786 65.2252L47.3769 64.9474L47.9052 64.6717L48.5166 64.3515L49.1796 64.0192L49.9917 63.6171" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.6988 132.127L98.6972 132.106L98.6438 131.369L98.5758 130.654L98.496 130.009L98.4029 129.423L98.2711 128.673L98.1166 127.998L97.9707 127.394L97.8044 126.806L97.5929 126.118L97.3839 125.5L97.1739 124.942L96.8925 124.231L96.6041 123.597L96.3385 123.032L96.0562 122.487L95.709 121.851L95.3786 121.284L95.0595 120.776L94.6391 120.131L94.2277 119.564L93.8525 119.06L93.4648 118.577L92.9952 118.019L92.556 117.525L92.1399 117.087L91.5965 116.533L91.0777 116.054L90.6073 115.63L90.1291 115.231L89.5549 114.771L89.0237 114.369L88.5266 114.018L87.8812 113.578L87.275 113.206L86.7274 112.879L86.177 112.577L85.5205 112.234L84.9178 111.94L84.3589 111.69L83.6363 111.38L82.966 111.129L82.3625 110.912L81.7613 110.72L81.0478 110.508L80.3969 110.333L79.7978 110.193L79.026 110.025L78.3178 109.906L77.7234 109.812L77.1422 109.743L76.4496 109.669L75.8271 109.625L75.2348 109.592L74.6459 109.578L73.8992 109.576L73.2238 109.592L72.6083 109.626L71.9048 109.677L71.1057 109.768L70.5453 109.839L69.843 109.956L69.1104 110.095L68.4514 110.239L67.8549 110.389L67.1752 110.571L66.4102 110.811L65.801 111.014L65.2104 111.235L64.5203 111.509L63.9032 111.774L63.3488 112.034L62.7194 112.341L62.0182 112.721L61.5218 112.998L60.9278 113.362L60.307 113.762L59.7558 114.138L59.2649 114.497L58.7101 114.916L58.0998 115.421L57.6694 115.786L57.161 116.256L56.6334 116.764L56.1693 117.237L55.761 117.682L55.3023 118.197L54.8063 118.807L54.4179 119.302L54.0552 119.802L53.6411 120.4L53.282 120.951L52.9718 121.464L52.6267 122.056L52.2641 122.747L51.9837 123.305L51.7294 123.864L51.4446 124.528L51.2042 125.135L51.0039 125.696L50.7855 126.341L50.5701 127.087L50.4082 127.687L50.2719 128.282L50.1272 128.986L50.0144 129.627L49.9316 130.214L49.8481 130.887L49.7877 131.659L49.7537 132.127" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.084 119.627L98.0804 119.613L97.8412 119.091L97.3667 118.686L97.2432 118.569" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.1522 120.92L98.2109 120.979L98.613 121.413L98.7726 121.926" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.5879 123.374L49.5782 123.384L49.2407 123.967L49.2186 124.052" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.0765 115.499L96.044 115.363L95.6763 114.797L95.1284 114.489L94.7985 114.009L94.7 113.352L94.319 112.853L93.7742 112.601L93.3326 112.169L93.2167 111.605L92.8738 111.121L92.3146 110.856L91.7396 110.563L91.5325 109.963L91.1976 109.491L90.6853 109.251L90.0622 109.102L89.7189 108.531L89.378 108.045L88.7435 107.776L88.1471 107.702L87.7465 107.23L87.3194 106.701L86.6603 106.493L86.059 106.476L85.6389 106.086L85.2569 105.63L84.6904 105.417L84.0564 105.457L83.5045 105.235L83.2817 104.962" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M65.156 104.962L65.124 104.997L64.695 105.434L64.0725 105.419L63.3825 105.512L62.9247 105.898L62.5444 106.4L61.8682 106.49L61.2257 106.632L60.8014 107.031L60.5272 107.53L59.8727 107.76L59.3155 107.877L58.8687 108.253L58.5883 108.854L58.0665 109.196L57.3978 109.377L56.9791 109.803L56.7758 110.385L56.3546 110.793L55.7088 111.017L55.2786 111.478L55.1312 112.045L54.7815 112.55L54.2332 112.772L53.8113 113.193L53.6548 113.776L53.4713 114.379L52.951 114.668L52.5111 115.071L52.3585 115.499" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.2141 124.052L99.1793 123.917L98.868 123.399L98.8511 123.38" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.4474 126.435L99.4419 126.399L99.3195 125.979" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.2866 120.914L50.2789 120.922L49.8204 121.413L49.6606 121.926" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.195 118.563L51.1652 118.605L50.7158 118.962L50.3965 119.442L50.3499 119.627" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.4784 103.167L75.464 103.167L74.7886 103.354L74.2191 103.598L73.6496 103.354L73.0664 103.188L72.9783 103.183" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.1146 116.278L96.1283 116.325L96.6168 116.695L97.04 117.114L97.1951 117.629" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.2393 117.629L51.2511 117.541L51.4607 117.007L52.0132 116.58L52.3238 116.265" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.0447 98.7336L73.9546 98.7119L75.3955 98.7339" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.1312 108.148L94.9252 107.916L94.3315 107.248L93.7823 106.682L93.3748 106.267L92.6987 105.643L91.6881 104.773L91.1975 104.381L90.3736 103.757L89.8369 103.391L89.5781 103.214" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M58.8709 103.199L58.5903 103.391L58.0535 103.757L57.2294 104.381L56.7387 104.773L56.1198 105.291L55.4098 105.936L54.9007 106.421L54.4005 106.93L53.6903 107.703L53.2944 108.148" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.1209 125.966L49.1002 125.999L48.9846 126.435" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.3465 96.1165L75.3463 96.096L75.2362 95.5429L75.2196 95.4865" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.4336 92.8225L75.4386 92.762L75.5254 92.1647L75.453 91.5986L75.3572 91.186" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.8403 94.6678L93.8378 94.6712L93.5486 94.1742L93.5472 93.5811L93.5464 92.9318L93.5465 92.3195L93.857 91.9645" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.6402 92.3059L54.641 92.4244L54.6478 93.128L54.6556 93.702L54.6656 94.3608L54.5918 94.6677" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2119 95.4865L73.2029 95.5178L73.0838 96.0925L73.0836 96.1165" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.5794 92.0533L54.5783 92.0701L54.5551 92.2179" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.4518 64.7504L73.449 64.6697L73.429 64.1L73.4066 63.4593L73.3865 62.8868L73.364 62.2477L73.3625 61.668L73.3624 61.0679L73.3619 60.5029L73.361 59.8275L73.3602 59.2025L73.359 58.4921L73.3579 57.9045L73.3562 57.2513L73.3548 56.6656L73.3524 56.0039L73.3495 55.3636L73.3456 54.7514L73.3394 54.1757L73.3272 53.5553L73.3197 53.3087" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.2257 78.3305L73.2328 78.1302L73.2592 77.4998L73.2892 76.482L73.3085 75.5925L73.3251 74.6117L73.3365 73.8116L73.3463 73.1702L73.352 72.5281L73.3589 71.7903L73.3662 70.7881L73.3689 70.0887L73.3719 68.9094L73.3731 68.3015L73.3722 67.698L73.3715 67.0294L73.3675 66.1179" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.5107 95.4857L73.5064 95.1099L73.4975 94.5028L73.4851 93.7994L73.4638 93.0536L73.4236 92.1408L73.3565 91.3449L73.2709 90.8212" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.9171 95.4858L74.9182 95.3839L74.9265 94.6705L74.9379 93.9793L74.9512 93.3738L74.9795 92.5379L75.0155 91.9294L75.063 91.3603L75.1215 90.9455" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.3373 80.3855L75.3133 80.2332L75.2443 79.4114L75.1909 78.467L75.1635 77.705L75.1395 76.9484L75.1189 76.2813L75.1023 75.5925L75.0855 74.606L75.0741 73.8044L75.0646 73.1704L75.0597 72.605L75.0536 71.9942L75.0505 71.3629L75.0461 70.7882L75.0439 70.0333L75.0428 68.8854L75.0426 68.3015L75.0447 67.6142L75.0468 67.0294L75.0512 66.4624L75.0538 66.1179" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.9419 64.7504L74.9447 64.6697L74.965 64.0998L74.9899 63.4601L75.0162 62.8869L75.0535 62.2328L75.053 61.668L75.051 61.0564L75.0496 60.4739L75.0485 59.8275L75.0475 59.2098L75.0466 58.4921L75.0462 57.9113L75.0461 57.2513L75.0458 56.6656L75.0467 56.0097L75.0485 55.3691L75.0523 54.7423L75.0602 54.1679L75.081 53.5724L75.1162 53.1371" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M12.9202 100.252L12.9176 100.274L12.8705 100.92L12.8823 101.518L12.9323 102.121L13.0807 102.721L13.2892 103.26L13.5629 103.765L13.8602 104.204" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.4018 127.566L44.4069 127.559L44.5391 126.832L44.5208 126.166L44.5024 125.426L44.4941 124.799L44.4951 124.183L44.5113 123.494L44.5427 122.881L44.5917 122.252L44.6636 121.602L44.7782 120.847L44.899 120.203L45.0255 119.611L45.1635 119.02L45.3484 118.291L45.4981 117.731L45.6726 117.102L45.8452 116.493L46.0282 115.851L46.0236 115.272L45.9067 114.7L45.3492 114.639L44.5676 114.541L43.9988 114.466L43.392 114.379L42.8317 114.297L42.222 114.2L41.6194 114.102L40.9291 113.984L40.365 113.884L39.7889 113.78L39.2201 113.675L38.6578 113.569L38.0447 113.452L37.4774 113.343L36.8644 113.221L36.2615 113.101L35.6773 112.981L35.0984 112.858L34.4988 112.727L33.8366 112.575L33.1253 112.404L32.1824 112.164L31.3925 111.95L30.6321 111.734L30.0195 111.553L29.4296 111.372L28.8184 111.177L28.1867 110.97L27.537 110.751L26.9959 110.564L26.4382 110.367L25.8551 110.158L24.9884 109.84L24.4328 109.633L23.6977 109.357L23.0986 109.132L22.4095 108.881L21.7953 108.683L21.2275 108.646L21.1747 108.663" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.1534 107.449L21.088 107.436L20.5071 107.32L19.9268 107.205L19.3616 107.093L18.8012 106.986L18.2333 107.036L18.1377 107.167" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.496 108.255L127.167 108.386L126.529 108.64L125.722 108.958L125.004 109.237L124.291 109.511L123.617 109.766L122.881 110.039L122.188 110.292L121.505 110.535L120.835 110.769L120.216 110.979L119.538 111.204L118.998 111.377L118.316 111.59L117.736 111.764L117.177 111.927L116.548 112.103L115.756 112.315L115.123 112.477L114.305 112.674L113.524 112.851L112.947 112.975L112.255 113.113L111.523 113.251L110.95 113.352L110.371 113.448L109.699 113.55L109.082 113.633L108.491 113.704L107.917 113.762L107.255 113.816L106.529 113.859L105.9 113.881L105.137 113.894L104.523 113.894L103.958 113.887L103.39 113.876L102.8 113.86L102.207 113.843L101.872 114.328L101.8 114.945L101.94 115.565L102.066 116.128L102.216 116.799L102.339 117.364L102.481 118.036L102.6 118.623L102.724 119.275L102.842 119.96L102.94 120.6L103.033 121.302L103.095 121.878L103.155 122.575L103.193 123.176L103.222 123.793L103.24 124.488L103.248 125.055L103.247 125.868L103.234 126.715L103.212 127.548L103.2 127.966" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M135.433 100.2L135.453 100.359L135.468 100.979L135.396 101.603L135.246 102.172L134.997 102.785L134.691 103.333L134.324 103.856L133.947 104.296L133.438 104.799L132.937 105.225L132.414 105.615L131.942 105.934L131.37 106.291L130.838 106.605L130.224 106.855L129.436 107.012L128.749 107.148L128.162 107.265L127.577 107.381L127.242 107.448" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.1698 87.8046L20.2516 87.8504L20.8404 88.1808L21.3704 88.5336L22.0074 89.018L22.4497 89.4243" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.181 87.8046L128.099 87.8504L127.51 88.1808L126.98 88.5336L126.344 89.018L125.93 89.3939" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.7032 100.232L33.6615 100.401L33.661 100.403" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.0692 102.737L33.0138 102.96L33.0125 102.965" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M32.1862 89.412L32.2418 89.4311L32.7026 89.8045L33.1419 90.2343L33.5863 90.666L34.0322 91.0966L34.4602 91.5087L34.9446 91.971L35.3903 92.3923L35.8429 92.8173L36.2844 93.2283L36.8677 93.7659L37.2958 94.1566L37.7458 94.5655L38.2388 95.0114L38.6319 95.4517L38.705 96.0598L38.5485 96.7943L38.4185 97.3553L38.2554 98.0943L38.1188 98.7177L37.9668 99.4524L37.841 100.066L37.722 100.677L37.6081 101.262L37.4961 101.878L37.3949 102.435L37.2842 103.082L37.1662 103.78L37.0454 104.548L36.956 105.116L36.8673 105.731L36.7835 106.306L36.6983 106.889L36.3439 107.39L35.9586 107.299" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M35.5227 107.115L35.3581 107.043L34.7996 106.799L34.0871 106.483L33.5691 106.249L33.0441 106.014L32.4023 105.723L31.7706 105.442L31.1949 105.191L30.4073 104.855L29.8675 104.629L29.3275 104.408L28.7891 104.186L28.2239 103.953L27.6194 103.697L27.4612 103.606" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M32.7157 95.5394L32.675 95.6782L32.6636 95.7155" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M31.1279 132.526L30.106 132.289" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.3694 131.281L25.5134 131.016" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M33.2869 132.979L34.4197 133.194" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.0067 133.796L39.2583 133.982" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.8362 134.99L47.2088 134.931L45.8418 134.793" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M117.28 132.526L118.301 132.289" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.879 134.16L109.154 133.982" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.594 134.989L101.206 134.931L102.573 134.793" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
</svg>
)
});
export const GopherHomeFront: React.FC<IconProps> = (props) => <Icon h={h} w={w} color='primary' {...props} />;

@ -0,0 +1,430 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [164, 252];
const Icon = createIcon({
displayName: 'GopherHomeLinks',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M125.066 124.101L125.317 126.923L125.007 128.59" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.007 128.59L125.317 126.425L125.138 124.401L125.278 124.435L131.891 122.143L131.472 119.132" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.6179 198.258L30.273 183.888" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.6935 172.434L106.711 170.32" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.9841 54.9367L40.0365 54.1507L40.1049 53.1649L40.1708 52.2116L40.233 51.294L40.2918 50.4149L40.3479 49.5769L40.4024 48.7823L40.4561 48.0336L41.4635 47.9143L42.4773 47.7877L44.4986 47.5214L46.5257 47.2412L48.5603 46.9545L50.5794 46.6726L52.5036 46.4151L54.4026 46.1773L56.2747 45.9649L58.1179 45.783L59.9322 45.633L62.0182 45.5237L64.061 45.4551L66.0478 45.4098L67.9768 45.3827L69.8517 45.3676L71.6766 45.359L73.4557 45.3525L75.1931 45.3444L76.8928 45.3314L78.5592 45.3109L80.1963 45.2806L81.0016 45.2604L81.6887 45.2327L81.7158 45.5455L81.7704 46.0832" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M81.7439 45.8606L81.8314 46.5916L81.9357 47.2473L82.0645 47.9576L82.2072 48.7415L82.3594 49.6003L82.5184 50.536L82.6818 51.5513L82.8472 52.6496L82.973 53.5467L83.0432 54.1036L83.0824 54.4786" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.2434 47.873L80.3101 47.8643" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.3101 47.8642L79.6477 47.8496L78.3054 47.9559L76.8736 48.0626L75.3548 48.1703L73.752 48.28L72.0658 48.3866L70.294 48.4834L68.4345 48.5868L66.4819 48.6994L64.4399 48.8279L62.3128 48.9795L60.2633 49.1517L58.2985 49.2401L56.1081 49.3759L53.8649 49.5561L51.6059 49.7758L49.3328 50.0165L47.0563 50.2632L44.7903 50.5034L43.3868 50.7056" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.3868 50.7056L43.8081 50.6449" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.5151 49.5039L55.6257 49.3981L57.7852 49.231L59.721 49.1191L61.703 49.0019L63.8231 48.836L65.8688 48.6988L67.8365 48.584L69.7211 48.486L71.5258 48.401L72.7919 48.3407" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.9003 50.3773L43.2614 49.6484L45.6652 49.3886L48.0284 49.1314L50.3881 48.8747L52.7338 48.631L55.0653 48.4162L57.3757 48.2427L59.4562 48.1335L61.5908 48.027L63.8597 47.8467L66.0303 47.7077L68.122 47.5922L70.1276 47.4918L72.0517 47.4043L73.8979 47.3179L75.6611 47.2228L77.3386 47.135L78.9281 47.0506L80.4784 46.9784L80.2543 47.5843" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M58.8348 53.5487L59.8671 53.4915L62.0405 53.3499L64.006 53.197L66.0198 53.0578L68.0524 52.926L69.9713 52.7893L71.7691 52.6436L73.448 52.4686L75.0156 52.277L76.4787 52.0861L77.845 51.8944L79.1233 51.7009L80.329 51.5072L81.082 51.2725L81.1603 51.5543" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.4426 51.4181L45.9652 51.2823L48.49 51.0618L51.0119 50.8511L53.5166 50.6131L55.995 50.4721L58.4502 50.355L60.7089 50.1306L62.7922 49.9353L65.0568 49.7905L67.2286 49.6555L69.2992 49.5286L71.2603 49.403L73.122 49.2837L74.879 49.1314L76.5297 48.9862L78.0838 48.8438L79.545 48.7037L80.9844 48.5775" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.9843 48.5775L80.6277 49.1357" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.937 46.2462L80.016 45.6465L78.2759 45.6954L76.5189 45.7419L74.7047 45.7803L72.8354 45.8128L70.9091 45.842L68.9225 45.8712L66.8717 45.905L64.7531 45.9488L62.5707 46.0085L60.3246 46.0949L58.3088 46.2314L56.3119 46.3977L54.2808 46.6054L52.1155 46.8568L49.8852 47.1311L47.6525 47.4118L45.4197 47.6913L43.1411 47.9701L42.9072 48.7233L42.9149 49.0196L44.6589 48.7303L46.7922 48.4638L48.9335 48.1896L51.0752 47.9178L53.2089 47.6588L55.2799 47.4274L57.2122 47.2426L59.1122 47.0949L61.1019 46.9756L63.2258 46.8991L65.2809 46.8423L67.2638 46.7957L69.1718 46.7531L71.0066 46.6884L72.778 46.6322L74.4877 46.5711L76.1382 46.5163L77.7237 46.4648L79.2254 46.3955L80.1367 46.4538" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M2.66523 74.6922L2.87815 74.7846L3.47174 74.931L4.15468 75.0863L5.00593 75.2998L5.89965 75.543L6.78114 75.877L7.6572 76.2656L8.33152 76.7813L8.93705 77.3484L9.37226 78.0411L9.74441 78.7697L9.99079 79.8454L10.0999 80.4302L10.1948 81.0387L10.2643 81.703L10.3116 82.2798L10.3676 83.0261L10.4135 83.7625L10.4581 84.5237L10.5005 85.4444L10.528 86.1122L10.5561 86.8833L10.5763 87.6391L10.5924 88.3854L10.6084 89.1276L10.6217 89.8225L10.6297 90.4275L10.6404 91.535L10.6458 92.4992L10.4823 92.8532L10.0203 93.1178L9.55832 92.8602L9.39452 92.4947L9.38929 91.5513L9.37886 90.4686L9.37103 89.8775L9.35796 89.1955L9.3423 88.4688L9.32673 87.7438L9.30729 87.0113L9.27998 86.2624L9.25308 85.6108L9.21234 84.717L9.17208 84.0254L9.13057 83.3591L9.07798 82.6522L8.9761 81.5373L8.79764 80.4894L8.59868 79.5132L8.29535 78.842L7.96428 78.2999L7.48983 77.8665L6.96534 77.4582L6.24538 77.1493L5.45766 76.8513L4.64327 76.6316L3.83304 76.4287L3.17483 76.279L2.54636 76.1212L1.86634 75.5789L1.7782 75.0816L2.24705 74.6191L3.05805 74.4456L3.78816 74.3423L4.44425 74.2636L5.09556 74.1853L5.83383 74.1021L6.68309 74.0113L7.51762 73.9222L8.35809 73.8273L9.26078 73.7203L10.1369 73.6171L10.9317 73.5094L11.7538 73.3826L12.598 73.2533L13.3127 73.1214L13.9559 72.9762L14.553 72.8427" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.553 72.8427L14.1061 72.7659" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.629 73.2625L15.5586 73.1666L15.3463 72.9916" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.5087 73.0299L15.15 72.9452L14.289 72.7973L13.4236 72.6485L12.3964 72.5049L11.8032 72.4359L11.2109 72.3669L10.6176 72.2979L10.0215 72.2286L9.42728 72.1606L8.8397 72.0958L8.25691 72.0327L7.67693 71.9699L7.09511 71.9069L6.50677 71.8431L5.51086 71.7217L4.71461 71.6089L3.90664 71.4933L3.04597 71.0597L2.92041 70.38L3.25681 69.9069L3.89693 69.7588L4.64754 69.6216L5.4179 69.5269L6.209 69.4347L7.03922 69.3385L7.9743 69.2328L8.90405 69.1281L9.86327 69.0161L10.7814 68.8872L11.6553 68.7605L12.5168 68.6297L13.2251 68.4876L13.5168 68.4259" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.9173 68.8431L14.8535 68.7525L14.7262 68.6515" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.0169 68.7734L14.8068 68.6706L14.0373 68.5156L13.1995 68.3713L12.3169 68.2268L11.2088 68.0882L10.6391 68.0199L10.0683 67.9514L9.49259 67.8824L8.92086 67.8143L7.8118 67.6845L6.71805 67.5569L6.15872 67.4915L5.23252 67.3649L4.5296 67.2471L3.8141 67.1247L3.14541 66.6202L3.13184 66.0454L3.62868 65.5586L4.30016 65.4024L4.91191 65.3043L5.5754 65.2038L6.48403 65.0977L7.41825 64.9925L8.38152 64.8833L9.43062 64.76L10.4781 64.6362L11.5372 64.5055L12.5225 64.3523L13.4712 64.199L14.3945 64.0421L15.1322 63.8711L15.8315 63.6993L16.0463 63.6587" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.9035 64.1209L16.8524 64.0439L16.2711 63.663" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.6104 63.7356L16.21 63.6499L15.2443 63.4851L14.2812 63.3217L13.1463 63.1641L12.5013 63.0895L11.862 63.0156L11.2225 62.9418L10.5767 62.8672L9.9358 62.7942L9.31074 62.7248L8.69672 62.6577L8.08886 62.5913L7.47852 62.5246L6.8571 62.4565L6.28646 62.3896L5.43184 62.2657L4.65512 62.1458L3.9413 62.0174L3.50708 61.5968L3.60186 61.0271L4.06849 60.514L4.77273 60.357L5.42003 60.2581L6.11903 60.157L7.06941 60.05L8.04696 59.9438L9.04507 59.834L10.1104 59.7095L11.1752 59.5839L12.2311 59.4529L13.171 59.2983L14.0804 59.1415L14.9541 58.9822L15.6133 58.8078L16.1657 58.651" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.0428 59.0824L16.944 59.0007L16.4351 58.741L16.3306 58.6836" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.6837 58.7921L16.4033 58.6979L15.4054 58.5207L14.3483 58.3517L13.2767 58.1871L12.2281 58.063L11.2077 57.9487L10.1874 57.8343L9.15025 57.7188L8.15826 57.6124L7.19776 57.5102L6.23467 57.4075L5.25013 57.298L4.37928 57.1751L3.55412 57.0529L2.78822 56.9214L2.41284 56.4356L2.45029 55.8615L2.94197 55.4264L3.55217 55.2773L4.12693 55.184L4.73289 55.0905L5.50299 54.9978L6.29238 54.9063L7.11196 54.808L8.11419 54.6692L9.08343 54.5104L9.39031 54.4137" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.58043 54.9194L9.55661 54.84L9.32148 54.3202L8.93023 53.7581L8.61944 53.2741L8.36227 52.6814L8.16584 51.9804L8.01702 50.9693L7.9677 50.3221L7.92023 49.6866L7.88329 49.0721L7.86559 48.4882L7.85763 47.9236L7.8423 46.8148L7.82708 45.7091L7.8137 44.5861L7.81177 43.9948L7.81176 43.393L7.81175 42.7929L7.81174 42.1939V41.5948V40.9957L7.81173 40.3967L7.81172 39.7976V39.1985V38.5995L7.8117 38.0004V37.4016V36.8033L7.8117 36.2053V35.6072L7.81169 35.0092V34.4111L7.81168 33.8131L7.81167 33.215L7.81166 32.617L7.81165 32.019V31.4209V30.8229L7.81164 30.2249V29.6268L7.81163 29.0288L7.81162 28.4307V27.8327V27.2347L7.81161 26.6274V26.0016V25.3666V24.7316L7.81159 24.0965V23.4615V22.8265L7.81158 22.1915L7.81157 21.5564V20.9214V20.2864L7.81156 19.6514L7.81155 19.0163L7.81154 18.3813L7.81153 17.7463V17.1113V16.4762L7.81153 15.8412L7.81152 15.2215V14.6321L7.81151 14.058L7.8115 13.4838V12.9097L7.81148 12.3355L7.81149 11.7614L7.81148 11.1873V10.6131V10.039L7.81147 9.46487V8.89073V8.31657L7.81145 7.74246V7.16833V6.59419L7.81144 5.51605V4.50804L7.81142 3.50004L7.81141 2.49204L7.97151 2.11705L8.45177 2L8.93196 2.13497L9.09201 2.51587L9.09202 3.52369V4.53152L9.09203 5.53934L9.09204 6.61725V7.19128L9.09204 7.76536L9.09205 8.33938L9.09206 8.9134L9.09207 9.48743V10.0615V10.6355L9.09208 11.2095L9.09209 11.7836V12.3576V12.9316L9.0921 13.5056L9.09211 14.0797V14.6537L9.09212 15.243L9.09213 15.8627V16.4976V17.1324V17.7674L9.09214 18.4023L9.09215 19.0372L9.09216 19.6721L9.09217 20.307V20.9419L9.09218 21.5768L9.09219 22.2117V22.8466V23.4816L9.0922 24.1165L9.09221 24.7514L9.09221 25.3863V26.0212L9.09222 26.6469V27.254L9.09224 27.852L9.09223 28.4499L9.09224 29.0478L9.09226 29.6457V30.2437L9.09227 30.8416L9.09228 31.4395V32.0374V32.6354V33.2333L9.09229 33.8312V34.4292V35.0271L9.0923 35.625V36.223L9.09231 36.8209L9.09232 37.4191V38.0178L9.09234 38.6168L9.09233 39.2157L9.09234 39.8147V40.4137L9.09236 41.0126V41.6116V42.2105L9.09237 42.8095L9.09238 43.4075V44.0036L9.09425 44.5871L9.09991 45.1473L9.11504 46.2482L9.13022 47.3527L9.14493 48.4408L9.19659 49.5739L9.24021 50.1652L9.28197 50.7445L9.4063 51.6069L9.5738 52.1992L9.80145 52.722L10.2393 53.3928L10.6114 53.9131L10.7896 54.7002L10.566 55.1611L9.9185 55.5973L8.90208 55.8627L7.84037 56.0148L6.9283 56.1343L6.73718 56.1566" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M3.36279 55.6624L3.4296 55.7075L4.0686 55.81L4.86162 55.9259L5.64666 56.0371L6.53748 56.1354L7.48677 56.2362L8.43923 56.3374L9.37564 56.4376L10.3561 56.5468L11.3682 56.6602L12.3802 56.7736L13.372 56.8905L14.3882 57.0475L15.4259 57.2133L16.3487 57.3745L16.9913 57.5906L17.5655 57.881L18.1371 58.5064L17.9221 59.0869L17.5004 59.4767L16.9247 59.8167L16.3509 59.9951L15.7282 60.1711L15.0723 60.344L14.2023 60.5021L13.2973 60.6578L12.3856 60.8077L11.3596 60.9347L10.3036 61.0595L9.27 61.1805L8.3019 61.2873L7.97536 61.323" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M4.43579 60.7974L4.49147 60.8427L5.09615 60.9444L5.84557 61.0586L6.6294 61.1725L7.74414 61.2978L8.34317 61.3631L8.94492 61.4287L9.54075 61.4936L10.1414 61.5601L10.7576 61.6303L11.3847 61.7028L12.0179 61.7759L12.6514 61.8491L13.2792 61.9215L13.8642 61.9953L14.8372 62.1525L15.7826 62.3133L16.6228 62.4715L17.2481 62.6577L17.7974 63.0414L18.0284 63.6185L17.7886 64.2039L17.1588 64.5813L16.506 64.8089L15.8578 64.9806L15.1613 65.1511L14.4428 65.3174L13.5414 65.4699L12.6046 65.621L11.6813 65.7649L10.6862 65.8873L9.65465 66.0094L8.65224 66.1275L7.73246 66.2322L7.39744 66.27" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M3.99048 65.7296L4.03515 65.7745L4.90617 65.9295L5.56989 66.041L6.41286 66.1557L7.47653 66.2793L8.55291 66.4046L9.6454 66.5339L10.2067 66.6013L10.7727 66.6693L11.3397 66.7373L11.9042 66.805L12.8807 66.9441L13.712 67.0878L14.5456 67.2317L15.0989 67.4157L15.665 67.7603L16.085 68.4692L15.8302 68.9056L15.2493 69.2354L14.6518 69.4786L13.8412 69.6897L13.1815 69.8289L12.5134 69.9631L11.697 70.0863L10.8432 70.2099L10.0207 70.3257L9.15813 70.426L8.25195 70.5282L7.38467 70.6265L7.32346 70.6336" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M3.83447 70.1201L3.956 70.1829L4.61518 70.2898L5.39013 70.3991L6.19976 70.509L7.28716 70.6296L7.86233 70.6917L8.43951 70.7541L9.01403 70.8162L9.59053 70.8798L10.1736 70.9465L10.7613 71.0149L11.3518 71.0836L11.9432 71.1525L12.5337 71.2212L13.5542 71.3641L14.4164 71.5127L15.2821 71.662L16.0033 71.902L16.6289 72.2997L16.81 72.9173L16.508 73.4753L15.8567 73.8071L14.9799 74.0511L14.2981 74.2038L13.5553 74.361L12.6517 74.5064L11.7553 74.6437L10.78 74.788L9.75949 74.9139L8.80689 75.027L7.8336 75.1411L6.9165 75.2411L6.04522 75.3348L5.41248 75.4033" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.84931 92.1643L8.79483 92.1918L8.22761 92.261L7.64059 92.2845L7.22168 92.2657" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.166 61.9164L128.179 61.9238L128.236 62.5329L128.187 63.1829L128.126 63.8101L128.07 64.3902L128.008 65.0263" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.009 65.0263L128.115 63.815L128.177 63.2049L128.226 62.5861L128.176 61.9918L127.605 61.5287L127.055 61.2173L126.506 60.9063L125.959 60.5957L125.413 60.2856L124.87 59.9763L124.329 59.6678L123.792 59.3604L123.258 59.054L122.729 58.7489L122.204 58.4453L121.685 58.1432L121.171 57.8428L120.663 57.5442L120.162 57.2476L119.667 56.9531L119.18 56.6605L118.694 56.3682L118.206 56.0741L117.711 55.7762L117.203 55.4726L116.678 55.1611L116.13 54.8399L115.554 54.5069L114.946 54.16L114.301 53.7974L113.613 53.4169L112.878 53.0166L112.288 52.6986L111.772 52.4176L111.477 52.2556" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M156.962 67.6249L156.962 67.6645L156.556 68.064L155.947 68.3635L155.191 68.3629L154.588 68.3626L153.761 68.362L152.653 68.3612L151.976 68.3607L151.208 68.3602L150.341 68.3596L149.37 68.359L148.289 68.3582L147.102 68.3574L145.818 68.3565L144.443 68.3556L142.984 68.3545L141.449 68.3535L139.844 68.3524L138.176 68.3512L136.453 68.35L134.681 68.3488L132.869 68.3476L131.021 68.3463L129.147 68.345L127.252 68.3437L125.495 68.3425" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M139.714 65.8022L141.246 65.8104L142.72 65.8184L144.128 65.8262L145.465 65.8339L146.723 65.8414L147.897 65.8487L148.98 65.8558L149.965 65.8627L150.848 65.8694L151.634 65.8759L152.329 65.8822L152.925 65.8882L153.918 65.9002L154.65 65.9116L155.329 65.9279L155.466 65.9332" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.747 65.6548L125.769 65.6637L126.086 65.7354L127.857 65.7439L129.621 65.7524L131.371 65.7608L133.102 65.7692L134.806 65.7776L136.477 65.7859L138.108 65.7941L139.694 65.8022L141.114 65.8096" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.6273 71.5491L14.7411 71.3709L15.3979 70.3392L16.0499 69.3065L16.6949 68.2717" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.6949 68.2717L16.2638 68.9634" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.752 68.146L16.3759 68.7816" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.3759 68.7816L16.7338 68.1917" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.1718 92.7097L11.1685 92.7093L10.5907 92.6444L10.5752 92.6427" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.40286 92.511L9.33543 92.5034L8.82528 92.1451L8.4679 91.8615" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.05286 91.6861L9.03137 91.606L8.90588 91.1665" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.97485 91.4031L8.99544 91.4756L9.02478 91.5814" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.76497 91.4673L8.73973 91.5045L8.33987 91.995L7.81568 92.2657L7.21974 92.2654L6.78276 91.8778L6.38197 91.3808L6.31055 90.5987L6.33993 89.9411L6.3705 89.2841L6.40287 88.6278L6.43764 87.9725L6.47536 87.3185L6.5167 86.6661L6.5622 86.0155L6.61249 85.3669L6.66814 84.7206L6.72977 84.0769L6.79798 83.4361L6.87333 82.7983L6.95647 82.1639L7.04796 81.533L7.1484 80.9061L7.25856 80.2828L7.3796 79.6617L7.51296 79.0404L7.65997 78.4171L7.74639 78.0825" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.1593 76.6364L8.19668 76.5141L8.41201 75.8617L8.64785 75.197L8.70786 75.0388" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.22827 73.7242L9.49204 73.1075L9.82357 72.3723L9.89829 72.2145" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M10.4946 70.9838L10.57 70.8315L10.8946 70.2024" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.6713 68.7582L11.9112 68.3237L11.9903 68.1841" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M12.715 66.9181L12.9256 66.555L13.4561 65.6582L13.5724 65.465" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.4419 64.0317L14.5418 63.8682L14.8235 63.4137" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.5367 62.2717L15.6314 62.1207L16.1669 61.277L16.6903 60.4609L17.1973 59.6781L17.2211 59.6417" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M18.0529 58.3738L18.1446 58.2347L18.5762 57.5856L18.9739 56.9924L19.3352 56.4587L19.664 55.9803L20.1308 55.3159L20.4704 54.8491L21.0134 54.1554L21.56 53.5407L22.1241 52.994L22.7688 52.4458L23.5249 51.8568L24.4562 51.1601L25.001 50.7568L25.5319 50.3679" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.0179 50.7447L25.6174 50.3052L26.2696 49.8343L26.67 49.5509" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.2874 49.8222L26.9917 49.323L27.2254 49.1611" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.0113 48.6204L27.8029 48.7612L27.0282 49.299" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M27.0282 49.2989L28.1393 48.5336" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M27.8409 48.7361L28.6474 48.1887L29.5007 47.6288L30.3992 47.0605L31.3415 46.4879L32.3262 45.9149L33.352 45.3452L34.4176 44.7826L35.5215 44.2309L36.6625 43.6937L37.8393 43.1749L39.0504 42.6781L40.2946 42.2066L41.5701 41.761L42.8751 41.3416L44.2078 40.9483L45.5664 40.5814L46.9492 40.241L48.3542 39.9272L49.7798 39.6401L51.2241 39.3799L52.6853 39.1467L54.1617 38.9406L55.6514 38.7618L57.1526 38.6104L58.6636 38.4864L60.1826 38.3902L61.7076 38.3217L63.2373 38.2808L64.7712 38.2661L66.3088 38.2758L67.8501 38.3082L69.3948 38.3616L70.9425 38.4342L72.4931 38.5243L74.0463 38.6301L75.6018 38.7498L77.1594 38.8818L78.7189 39.0244L80.2799 39.1756L81.8421 39.3394L83.4056 39.5414L84.9698 39.8152L86.5349 40.2051L88.0997 40.7415L89.6605 41.3903L91.2125 42.1038L92.7513 42.8447L94.2723 43.5837L95.7709 44.3132L97.2426 45.0316L98.683 45.7369L100.088 46.4272L101.452 47.1006L102.771 47.7552L104.04 48.3892L105.256 49.0006L106.413 49.5875L107.508 50.1481L108.534 50.6806L109.491 51.1835L110.38 51.6583L111.207 52.1071L112.013 52.5513L112.593 52.8635L112.776 52.9617" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.332 52.1759L112.049 52.5708L112.567 52.8495L112.711 52.927" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.558 65.2145L126.569 65.2353L126.731 65.5476" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.769 65.2164L126.772 65.1857L126.854 64.4619L126.936 63.738L127.017 63.0142L127.027 62.4223L126.943 61.809L126.89 61.4257" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.763 62.8781L126.745 63.0834L126.683 63.7938L126.62 64.5042L126.558 65.2145L128.254 65.2287L129.943 65.2428L131.62 65.2568L133.277 65.2707L134.91 65.2843L136.511 65.2976L138.075 65.3107L139.595 65.3234L141.066 65.3357L142.481 65.3475L143.834 65.3588L145.119 65.3695L146.329 65.3796L147.459 65.389L148.502 65.3978L149.453 65.4057L150.307 65.4128L151.068 65.4192L151.743 65.4248L152.338 65.4297L153.311 65.4379L154.037 65.4439L154.772 65.4501L155.348 65.4549L155.89 65.6236L156.325 66.0169L156.351 66.055" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M155.739 65.8639L155.775 65.8704L156.326 66.0449L156.397 66.2849" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M155.345 65.9569L155.405 65.9754L155.951 66.1423L156.495 66.3218L156.966 66.6411L156.97 67.2032L156.559 67.6244L155.955 67.6236L155.355 67.6229L154.529 67.6219L153.424 67.6205L152.749 67.6197L151.983 67.6188L151.118 67.6177L150.149 67.6165L149.07 67.6152L147.886 67.6138L146.604 67.6122L145.231 67.6105L143.774 67.6087L142.24 67.6069L140.636 67.6049L138.97 67.6029L137.247 67.6008L135.476 67.5986L133.663 67.5964L131.815 67.5941L129.94 67.5918L128.043 67.5895L126.133 67.5872L125.262 67.5861" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M126.016 63.1818L126.02 63.2184L126.031 63.9107L125.88 64.4803L125.76 64.9361" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.573 64.3264L125.587 64.3757L125.733 64.9189L125.575 65.4754L125.258 66.0132L124.942 66.5509L124.844 66.7166" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M110.04 56.4496L110.065 56.3857L110.559 56.4717L110.937 56.6723" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M110.807 56.6033L110.919 56.6612L111.292 56.8341" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.7491 47.0656L88.164 46.7326L86.8364 45.9772L86.8689 45.8428" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.1708 46.3993L82.1915 46.4004L83.7459 46.4865L85.3018 46.5752L86.8588 46.6652L86.8455 46.2598L86.8257 45.6516L86.8059 45.0434L86.7861 44.4352L86.7662 43.8269L86.7246 43.2383L86.6499 42.8286L85.0954 42.7127L83.541 42.604" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M83.541 42.604L84.8439 42.6951" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.1201 43.319L88.0908 43.7147" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.2604 43.4076L86.8373 43.14L86.6741 42.9127" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.3154 49.0305L39.9923 49.0873L39.8627 48.6912L39.6683 48.0971L39.4739 47.503L39.2794 46.9088L39.085 46.3146L38.9644 45.7441L39.0123 45.6163L40.4307 45.3478L41.8497 45.0811" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.8498 45.0811L40.6367 45.3091" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.826 45.0787L41.8744 45.0689L43.2905 44.7892" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.2904 44.7892L42.6439 44.9169" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.137 44.8155L43.324 44.7751L44.735 44.4811" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.7351 44.4811L43.423 44.7545" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.6385 44.7074L44.7843 44.4456" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.7843 44.4456L43.76 44.6797" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.0874 46.3215L38.9189 46.3949" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.9786 45.9894L38.5793 46.3603L37.4764 47.0867L36.5551 47.6461" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M36.5551 47.6461L36.6281 47.5558" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.8014 48.5037L39.182 48.9749L38.3493 49.6084L38.2864 49.6562" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.3079 56.2083L25.6502 55.8983" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.0399 60.0637L21.8544 60.3282" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.8544 60.3282L22.071 60.0186" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.6207 59.2048L22.4765 59.4189L21.8173 60.4006" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.8173 60.4006L22.2805 59.7107" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.4607 59.4447L23.118 58.4593L23.1864 58.3571" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.101 58.4861L23.7562 57.4974L24.0635 57.0339" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.4761 56.0889L24.7702 56.5895L23.7393 57.5262" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.3663 48.6017L85.3445 48.6593L85.4598 48.6662" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.1263 101.907L21.2521 101.879L22.0792 101.705L22.9678 101.527L23.8947 101.351L24.8591 101.178L25.8603 101.009L26.8975 100.844L27.9568 100.686L29.0545 100.532L30.1949 100.381L31.3675 100.233L32.5712 100.089L33.805 99.9482L35.068 99.8107L36.359 99.676L37.677 99.544L39.021 99.4142L40.39 99.2865L41.7828 99.1607L43.1985 99.0363L44.636 98.9133L46.0942 98.7912L47.5718 98.6701L49.0668 98.55L50.577 98.4313L52.1001 98.3145L53.6338 98.1997L55.1759 98.0874L56.7242 97.9778L58.2765 97.8714L59.8304 97.7684" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M59.0255 97.8217L59.8329 97.7683L61.3855 97.6692L62.9354 97.5743L64.4803 97.4838L66.018 97.3981L67.5464 97.3175L69.0632 97.2424L70.5662 97.173L72.0537 97.1097L73.5259 97.052L74.9835 96.9996L76.4269 96.9521L77.857 96.9091L79.2669 96.8704L80.6715 96.8351L82.0645 96.8031L83.4467 96.7739L84.8188 96.7471L86.1812 96.7223L87.5348 96.699L88.8801 96.6769L90.2177 96.6556L91.5484 96.6345L92.8727 96.6134L94.1906 96.592L95.4992 96.5704L96.795 96.5491L98.0745 96.5284L99.3342 96.5089L100.571 96.4907L101.78 96.4744L102.959 96.4604L104.053 96.4494L104.426 96.4464" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.2805 86.1279L46.9575 86.0875L48.6307 85.9938L50.3329 85.9068L52.0579 85.826L53.7996 85.7511L55.5516 85.6816L57.3076 85.6169L59.0616 85.5566L60.8071 85.5003L62.5381 85.4475L64.2482 85.3978L65.9313 85.3505L67.5812 85.3054L69.1917 85.2618L70.7567 85.2195L72.2716 85.1778L73.7386 85.137L75.1614 85.0971L76.5438 85.0583L77.8895 85.0205L79.2025 84.984L80.4863 84.9489L81.7449 84.9153L82.9818 84.8833L84.2011 84.8531L85.4064 84.8246L86.6014 84.7982L87.7899 84.7738L88.9758 84.7516L90.1627 84.7317L91.3544 84.7142L92.5534 84.6992L93.7569 84.6866L94.9611 84.6761L96.1618 84.6677L97.3553 84.6612L98.5375 84.6564L99.7046 84.653L100.852 84.651L101.977 84.6503L103.075 84.6505L104.143 84.6516L105.175 84.6534L106.17 84.6557L107.121 84.6584L108.027 84.6612L108.882 84.6641L109.685 84.6668L110.436 84.6695L111.139 84.6721L111.796 84.6747L112.408 84.6772L112.98 84.6799L114.01 84.6854L114.906 84.6915L115.687 84.6986L116.375 84.7069L116.988 84.7167L117.805 84.7346L118.526 84.756L119.175 84.7801L119.775 84.8063L120.353 84.834L120.931 84.8625L121.517 84.8915L122.11 84.921L122.707 84.9507L123.307 84.9806L123.853 85.1436L124.254 85.537L124.222 85.9289L124.086 86.6413L123.952 87.354L123.824 88.0669L123.703 88.7801L123.59 89.4935L123.488 90.2073L123.398 90.9214L123.324 91.6358L123.263 92.3505L123.216 93.0654L123.179 93.7804L123.151 94.4956L123.13 95.2108L123.114 95.926L123.101 96.6412L122.932 97.1851L122.479 97.5462L121.845 97.5145L121.208 97.4772L120.566 97.4379L119.914 97.3944L119.351 97.3463L118.74 97.2755L118.179 97.1939L117.559 97.0882L116.799 96.9547L116.204 96.8621L115.477 96.7668L114.608 96.6758L113.572 96.5936L113.005 96.5584L112.364 96.5257L111.668 96.4976L110.914 96.4744L110.1 96.4568L109.228 96.4445L108.302 96.4371L107.326 96.4342L106.302 96.4354L105.233 96.4404L104.124 96.4488L102.978 96.4601" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M112.994 96.5579L113.501 96.5892" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.3162 86.0712L46.2587 86.1291L45.4488 86.1704L44.4133 86.2243L43.527 86.2747L42.7757 86.3234L42.1453 86.3722L41.0534 86.475L40.352 86.5488L39.5345 86.6373L38.3671 86.7607" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.1512 86.6786L38.7838 86.715" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.3545 86.6566L39.2139 86.6695L37.8015 86.808L36.4326 86.953L35.1063 87.1042L33.8213 87.2611L32.5766 87.4232L31.3711 87.5904L30.2037 87.762L29.0731 87.9378L27.9784 88.1173L26.9183 88.3002L25.8917 88.486L24.8975 88.6743L23.9345 88.8649L23.0018 89.0571L22.1002 89.2503L21.2304 89.4438L20.3935 89.6367L19.5902 89.8283L18.8216 90.0178L18.0883 90.2046L17.3914 90.3878L16.7317 90.5667L16.1099 90.7405L15.527 90.9085L14.9838 91.07L14.0195 91.3704L13.2238 91.636L12.5982 91.8626L11.9394 92.136L11.4037 92.452L11.022 92.8807L10.7667 93.3889L10.6843 93.9599L10.7649 94.6601L10.8486 95.3391L10.9323 96.0182L11.016 96.6973L11.0996 97.3764L11.1833 98.0555L11.267 98.7346L11.3507 99.4137L11.4343 100.093L11.518 100.772L11.5665 101.165" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.5395 100.888L11.527 100.76" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.527 100.76L11.6239 101.755L11.6904 102.439L11.7569 103.123L11.7835 103.396" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.7542 103.091L11.787 103.433L11.8528 104.117L11.9796 104.674L12.1277 104.933" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.5066 70.8051L69.9721 70.8047L70.5565 70.8274L70.7214 70.8417" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.4619 72.7517L73.5567 73.003L73.7684 73.5641L73.9804 74.1258L74.1926 74.6883L74.4051 75.2516L74.6179 75.8156L74.6652 75.9408" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M77.187 71.4783L76.9481 70.5285L76.5266 68.999L76.0681 67.5043L75.5651 66.0515L75.0102 64.6475L74.396 63.2992L73.7151 62.0137L72.96 60.7978L72.1234 59.6586L71.1977 58.6029L70.1757 57.6377L69.0499 56.7699L67.8129 56.0066L66.4612 55.3522L65.0072 54.8023L63.4674 54.3498L61.8581 53.988L60.1956 53.7099L58.4964 53.5086L56.7769 53.3772L55.0533 53.3087L53.342 53.2964L51.6594 53.3332L50.0219 53.4123L48.4458 53.5268L47.6763 53.6003" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.9046 54.1942L42.8914 54.207L42.055 54.3908L41.1629 54.5867L40.3985 54.7935L39.754 55.0162L39.2218 55.2598L38.4629 55.8296L38.06 56.5429L37.9509 57.4396L38.0737 58.5597L38.2027 59.2161L38.3664 59.9433L38.557 60.7463L38.7678 61.6285L38.9966 62.5864L39.2422 63.6151L39.5033 64.7094L39.7788 65.8643L40.0674 67.0748L40.368 68.3358L40.6794 69.6422L41.0004 70.9891L41.3297 72.3712L41.6031 73.5187" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.8067 73.5818L45.6782 73.3325L45.2898 72.504" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.3933 72.7459L45.1234 72.1152L44.91 71.5974" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.9792 71.7762L44.7293 71.1293L44.5015 70.5123L44.3082 69.9565L44.1256 69.3886L43.9852 68.8937" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.1619 69.502L44.1609 69.4957" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.1609 69.4957L44.3535 70.0935" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.7944 70.1078L44.8886 70.0812L45.747 69.9241L46.2915 69.8583" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M103.67 71.0778L103.674 71.0801L104.104 71.1578" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M106.466 74.8887L106.467 74.8911" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M106.467 74.8911L106.377 74.2181L105.932 74.1508L105.041 74.016L104.506 74.0198" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.134 74.7165L104.688 74.6586L104.461 74.4883" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.117 76.7632L105.357 76.9768L105.806 77.0188" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.145 77.1433L107.146 77.146" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.146 77.146L107.058 76.4692L106.548 76.2128L105.652 76.1033L105.114 76.1196" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.121 70.7872L100.215 70.9963L100.236 71.0194" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.688 72.8292L143.688 73.7659" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.688 73.7659L143.699 71.9413L143.295 71.8051L142.707 71.8061L141.659 71.8079L140.073 71.8105L138.181 71.8137L136.29 71.8169L134.705 71.8196L134.374 71.5644L134.365 71.1454L134.346 70.4746L134.317 69.8996L133.974 69.811L132.64 69.8133L131.288 69.8157L129.338 69.8268L127.064 69.8845L125.261 70.0053" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.956 72.7438L143.705 72.7442L143.705 71.9263L143.289 71.942L142.701 71.943L141.651 71.9448L140.064 71.9474L138.17 71.9506L136.276 71.9538L134.689 71.9565L134.282 71.9572" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.696 72.5003L143.695 72.4917L143.283 72.2783L142.693 72.2793L141.642 72.281L140.053 72.2837L138.157 72.2869L136.261 72.29L134.672 72.2927L134.265 72.2933" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.69 72.9655L143.689 72.9259L143.277 72.83L142.686 72.8309L141.634 72.8327L140.043 72.8353L138.144 72.8384L136.246 72.8416L134.655 72.8442L134.247 72.8449" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.682 73.7255L143.683 74.5226" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.683 74.5226L143.271 73.5717L142.68 73.5726L141.627 73.5744L140.034 73.577L138.133 73.5801L136.233 73.5832L134.641 73.5858L134.232 73.5865" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.683 73.571L143.683 74.5077L143.678 75.4687" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.678 75.4687L143.266 74.517L142.675 74.5179L141.62 74.5196L140.026 74.5222L138.123 74.5252L136.221 74.5283L134.627 74.5309L134.218 74.5315" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.221 113.918L134.63 113.917L136.224 113.917L138.126 113.915L140.029 113.914L141.624 113.913L142.678 113.913L143.27 113.912L143.686 113.978L143.685 114.724" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.685 114.724L143.686 113.987" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.236 114.944L134.644 114.944L136.236 114.943L138.137 114.942L140.038 114.941L141.631 114.94L142.684 114.94L143.275 114.939L143.688 114.889" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.252 115.781L134.66 115.78L136.251 115.78L138.149 115.779L140.048 115.778L141.639 115.777L142.691 115.776L143.281 115.776L143.693 115.667" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.268 116.42L134.675 116.42L136.264 116.419L138.16 116.418L140.057 116.417L141.646 116.417L142.697 116.416L143.287 116.416L143.7 116.237" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.286 116.857L134.693 116.856L136.279 116.856L138.173 116.855L140.068 116.854L141.655 116.853L142.704 116.852L143.293 116.852" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.293 116.852L141.671 117.103L140.088 117.104L138.198 117.105L136.309 117.106L134.726 117.107" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.726 117.107L138.185 117.083L140.077 117.082L141.662 117.081L142.711 117.081L143.299 117.081L143.714 117.102L143.714 116.18L143.709 116.143" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.722 116.524H143.726L143.723 116.327" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.713 117.033L143.714 116.18L143.962 116.18" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.696 116.309L143.697 115.467" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.68 113.759L143.681 112.954" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.681 112.954L143.679 113.63" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.674 112.492L143.676 111.74" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.676 111.74L143.674 112.347" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.671 110.355L143.67 111.048" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.662 107.969L143.663 107.162" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.663 107.162L143.661 107.683" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.66 105.303L143.657 105.6" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.657 105.6L143.66 105.303" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.654 103.794L143.657 103.403L143.657 103.385" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.652 101.7L143.654 101.397" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.654 101.397L143.652 101.492" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.652 99.3206L143.65 99.5336" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.65 99.5336L143.652 99.3021" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.648 97.1029L143.651 97.1777L143.651 97.1969" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.65 95.0449L143.648 95.0708" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.648 95.0707L143.65 95.026" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.648 92.6084L143.65 92.8683" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.65 92.8682L143.647 92.8187" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.648 90.5833L143.651 90.7462" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.651 90.7461V90.7272" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.651 88.6225L143.649 88.245" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.649 88.245L143.649 88.3864" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.653 84.0166L143.655 84.6096" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.655 84.6095L143.653 84.2153" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.655 82.2441L143.658 82.7557" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.659 80.2606L143.661 80.987" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.661 80.987L143.66 80.5663" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.664 79.3672L143.663 78.5852" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.667 77.067L143.668 77.8976" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.693 73.1548L143.693 73.2219" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.693 73.2218L143.693 72.3005" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.331 77.901L149.332 77.1787" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.33 76.5682L149.331 75.8141" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.331 75.8141L149.331 76.1198" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.33 74.754L149.329 75.4659" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.329 75.4659L149.33 74.9081" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M153.681 113.906L153.681 113.954L153.679 114.572L153.285 114.934L152.872 114.934L152.249 114.934L151.504 114.935L150.76 114.935L150.137 114.935L149.493 114.936L149.332 114.936L149.332 114L149.725 113.909L150.762 113.908L151.507 113.908L152.252 113.907L152.877 113.907L153.521 113.907L153.685 113.463L153.686 112.802L153.69 112.167L153.691 111.603L153.695 111.041L153.696 110.294L153.698 109.687L153.7 109.065L153.7 108.466L153.703 107.835L153.704 107.078L153.705 106.402L153.707 105.787L153.707 105.172L153.707 104.61L153.71 103.97L153.71 103.372L153.71 102.765L153.711 102.201L153.713 101.483L153.712 100.86L153.713 100.212L153.714 99.524L153.714 98.895L153.714 98.1901L153.715 97.5143L153.715 96.8831L153.714 96.3221L153.715 95.6569L153.716 95.0599L153.715 94.4529L153.715 93.7755L153.716 93.0209L153.715 92.3991L153.714 91.7366L153.715 90.9955L153.714 90.3656L153.713 89.7119L153.713 89.0045L153.713 88.3738L153.712 87.7083L153.711 87.0696L153.711 86.4429L153.71 85.8814L153.708 85.2012L153.709 84.5914L153.708 84.0028L153.705 83.398L153.705 82.6258L153.704 82.0629L153.702 81.3825L153.701 80.7776L153.7 80.1271L153.697 79.474L153.697 78.8749L153.694 78.3083L153.693 77.7037L153.691 77.0515L153.687 76.3027L153.686 75.7047L153.682 75.0804L153.679 74.5002L153.286 74.5008L152.249 74.5025L151.504 74.5037L150.759 74.5049L150.135 74.5059L149.49 74.5069L149.328 74.5318L149.329 73.8885" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.328 74.5216L149.329 73.7497L149.327 72.8199" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.327 72.8199L149.327 72.9562" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.327 72.9026L149.327 73.7625" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.326 73.2227L149.326 72.4606" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.325 72.8752L149.325 72.0647" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.321 72.6803V72.7348" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.321 72.7348L149.322 72.1123" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.322 72.1123L149.324 72.6433" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M148.99 72.7354L149.324 72.7348V71.8191" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.324 71.8191L149.324 72.6552" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M153.655 116.847L153.655 116.854L153.262 117.076L152.231 117.076L151.49 117.076L150.75 117.077L150.129 117.077L149.488 117.077L149.326 116.764L149.326 116.177L149.329 115.954" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.325 116.324L149.325 116.389L149.327 116.998" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.327 116.998L149.33 115.457L149.331 114.81" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.331 114.81L149.331 115.763" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.328 117.069L149.328 116.14" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.328 116.14L149.328 117.078" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.329 116.837L149.329 115.908" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.33 116.38L149.33 115.51" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.333 113.755L149.333 112.951" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.333 112.951L149.333 113.603" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.334 112.173L149.334 112.599" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.334 111.263L149.334 110.426" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.334 110.426L149.335 110.699" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.335 109.689L149.335 108.839" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.335 108.839L149.335 109.525" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 107.838L149.335 107.141" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.335 107.141L149.336 107.679" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 106.106L149.336 105.35V105.332" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 103.789L149.336 103.399" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 102.061L149.336 101.439" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 101.439L149.337 101.889" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 101.695L149.336 101.392L149.337 101.274" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 99.9137L149.337 99.3549" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 99.3549L149.337 99.5282" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 97.7119L149.337 97.2312" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 97.2312L149.337 97.5187" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 97.3106L149.337 97.1916L149.337 96.8876" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 94.9986L149.337 94.6469" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.337 93.233L149.336 92.922" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 92.922L149.337 93.0234" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 92.8816L149.337 92.8123L149.337 92.4042" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 90.6996L149.336 90.1819" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 88.3793L149.336 88.6344" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 88.6344L149.336 88.5897" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.335 86.6056L149.336 86.4486" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.335 84.3872L149.334 84.6362" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.334 82.7853L149.334 82.6318" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.332 78.4132L149.332 79.3243" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.332 79.3243L149.333 79.0719" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.324 116.315L149.324 116.177" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.324 116.177L149.72 116.849L150.131 116.849L150.752 116.848L151.494 116.848L152.235 116.848L152.857 116.847L153.498 116.847L153.662 116.41" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.326 116.621L149.326 116.671L149.717 117.099L150.127 117.099L150.747 117.099L151.486 117.098L152.226 117.098L152.846 117.098L153.486 117.097L153.647 117.075" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.33 116.235L149.33 116.284L149.721 116.412L150.755 116.412L151.498 116.412L152.24 116.411L152.862 116.411L153.505 116.411L153.668 115.893L153.668 115.77" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.331 115.664L149.331 115.695L149.723 115.772L150.757 115.772L151.501 115.771L152.244 115.771L152.867 115.771L153.51 115.77L153.674 115.325L153.675 114.933" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M153.677 74.5002L153.677 74.4778L153.676 73.8815L153.281 73.5553L152.868 73.556L152.245 73.557L151.501 73.5582L150.756 73.5594L150.133 73.5604L149.489 73.5615L149.328 73.6392" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M153.671 73.5546L153.671 73.5164L153.669 72.9407L153.276 72.8134L152.241 72.8151L151.497 72.8163L150.754 72.8175L150.131 72.8186L149.488 72.8196L149.327 72.8199" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M153.667 116.175L155.103 116.174L156.69 116.172L158.211 116.164L159.557 116.144L160.619 116.106L161.322 116.044L161.918 115.857L162.069 115.325L162.099 114.609L162.115 113.991L162.129 113.182L162.143 112.19L162.15 111.628L162.157 111.024L162.163 110.378L162.169 109.694L162.175 108.972L162.18 108.214L162.185 107.422L162.19 106.598L162.195 105.744L162.199 104.862L162.203 103.953L162.207 103.022L162.21 102.068L162.213 101.096L162.215 100.107L162.217 99.1045L162.219 98.0899L162.22 97.0662L162.221 96.036L162.222 95.0018L162.222 93.9662L162.221 92.9317L162.221 91.901L162.22 90.8766L162.218 89.8611L162.216 88.8571L162.214 87.8669L162.211 86.8931L162.208 85.938L162.205 85.0042L162.201 84.0939L162.197 83.2092L162.193 82.3523L162.188 81.5255L162.183 80.7307L162.178 79.9699L162.172 79.2447L162.166 78.5571L162.16 77.9087L162.153 77.301L162.147 76.7355L162.133 75.7361L162.118 74.9197L162.103 74.294L162.081 73.7082L161.999 73.1492L161.728 72.9241L161.326 72.8414L160.622 72.7816L159.56 72.7455L158.213 72.7284L156.691 72.7237L155.103 72.7253L153.664 72.7277L153.27 72.2616L152.858 72.2623L152.236 72.2633L151.494 72.2646L150.751 72.2658L150.129 72.2668L149.487 72.2679L149.326 72.491" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M153.657 72.2609L153.657 72.179L153.264 71.9253L152.853 71.926L152.231 71.927L151.49 71.9282L150.748 71.9295L150.127 71.9306L149.485 71.9316" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.485 71.9316L150.745 71.7926L151.486 71.7913L152.227 71.7901L152.848 71.789L153.488 71.788L153.65 71.9246" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M58.0104 105.18L59.4389 105.08L60.8671 104.983L62.2942 104.889L63.7191 104.799L65.141 104.711L66.5591 104.628L67.9724 104.549L69.3799 104.475L70.7808 104.406L72.1747 104.341L73.5612 104.28L74.9398 104.223L76.31 104.169L77.6713 104.117L79.0233 104.067L80.3655 104.019L81.6976 103.973L83.0206 103.927L84.3356 103.881L85.6438 103.836L86.9463 103.792L88.2443 103.748L89.5388 103.704L90.8311 103.659L91.016 103.566" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.8677 49.787L84.8421 49.7264L84.56 49.0601L84.3035 48.4531L84.7714 48.48L86.2397 48.8772" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M86.2397 48.8773L84.201 48.3093" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.685 106.261L111.566 106.257L110.83 106.232L110.066 106.209L109.274 106.188L108.454 106.167L107.609 106.148L106.74 106.129L105.849 106.11L104.939 106.092L104.011 106.073L103.068 106.054L102.11 106.035L101.138 106.015L100.154 105.995L99.1587 105.974L98.1529 105.954L97.1381 105.933L97.1511 105.522L96.873 105.342L96.3247 104.985L95.7909 104.632L95.276 104.283L94.7749 103.94L94.2817 103.6L93.7918 103.262L93.1938 103.095" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.1938 103.095L93.7459 103.249" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.3052 103.005L93.0532 103.174L92.6316 103.693L92.1871 104.219L91.7006 104.756L91.1734 105.304L90.7083 105.859L90.5854 105.949L89.4394 105.994L87.7474 106.075L86.4586 106.119L85.1679 106.164L83.8743 106.209L82.5766 106.255L81.2736 106.301L79.964 106.349L78.6468 106.397L77.322 106.447L75.9901 106.499L74.6515 106.554L73.3067 106.611L71.9562 106.672L70.6004 106.737L69.2395 106.806L67.874 106.881L66.5046 106.959L65.1324 107.042L63.7583 107.129L62.3832 107.219L61.0081 107.313L59.6339 107.409L58.2616 107.508L56.892 107.609L55.5259 107.713L54.1642 107.818L52.8078 107.924L51.4576 108.032L50.114 108.14L48.7781 108.249L47.4518 108.358L46.136 108.468L44.8321 108.578L43.5419 108.688L42.2671 108.798L41.0094 108.908L39.7703 109.018L38.5515 109.128L37.3545 109.237L36.181 109.346L35.0325 109.455L33.9103 109.562L32.8161 109.67L31.7511 109.776L30.7167 109.882L29.7144 109.987L28.7454 110.09L27.8096 110.193L26.9068 110.294L26.038 110.394L25.204 110.493L24.4061 110.59L23.6451 110.685L22.922 110.779L22.2378 110.87L21.5934 110.96L20.9897 111.047L20.4276 111.131L19.4316 111.293L18.6119 111.444L18.1713 111.538" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M17.9861 111.581L17.9743 111.583L17.3376 111.769L17.6307 112.26L18.052 112.313" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M18.052 112.313L16.554 112.315L15.9227 112.302L15.3169 112.241L14.713 112.081L14.2361 111.396L14.236 109.796L13.7898 109.653L13.3448 109.294L12.9386 108.723L12.655 107.998L12.4882 107.348L12.3559 106.646L12.2375 105.839L12.1265 104.922L12.0914 104.602" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.4512 109.592L14.5898 109.533" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M18.0435 108.838L18.4297 108.781" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M19.5386 108.627L19.7531 108.598" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.7068 107.901L26.1036 107.86" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.7943 106.597L39.8482 106.592L41.1842 106.481L42.5364 106.369" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.2802 103.324L91.3149 103.283L91.7635 102.769L92.1469 102.325L92.558 101.847L92.9967 101.325L93.4164 100.808" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.6376 103.595L98.6638 103.617L99.6879 103.639L100.709 103.661L101.725 103.682L102.735 103.703L103.737 103.724L104.731 103.745L105.715 103.766L106.688 103.786L107.644 103.806" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.514 103.847L110.417 103.869L111.298 103.891L112.149 103.915" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M112.979 103.94L113.776 103.968L114.538 103.996" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M115.289 104.027L115.983 104.059L116.658 104.092" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M117.302 104.127L117.916 104.163L118.499 104.2L119.564 104.276L120.523 104.357L120.708 104.375" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.952 104.398L121.328 104.437" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.026 107.399L120.713 107.401" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.713 107.401L119.448 107.396" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.448 107.396L120.417 107.4" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.448 107.396L119.185 107.395" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.185 107.395L120.423 107.403" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.423 107.403L119.751 107.398" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.2651 50.1777L84.5342 50.0032L85.0723 49.6543L85.6106 49.3054L86.1489 48.9564L86.6873 48.6073L87.2258 48.2582L87.7644 47.909L88.3031 47.5598L88.5725 47.3851L89.3623 45.9556L89.4622 46.0136L91.7693 47.3616" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.8018 49.2641L38.947 49.3897L39.4641 49.837L39.8338 49.4419L39.8844 48.7574" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.8842 91.9559L11.8586 92.1752" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M45.8538 52.3704L47.3834 52.2435L49.8269 52.0414L52.2638 51.8373L54.6914 51.63L57.0763 51.5442L59.3773 51.3849L61.4524 51.2138L63.4717 51.0544L65.6047 50.9239L67.6304 50.8026L69.5432 50.6833L71.3405 50.5585L73.0305 50.4202L74.6188 50.2589L76.1114 50.0951L77.5135 49.9295L78.8308 49.7627L80.071 49.5964L80.7942 49.5858" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.7942 49.5858L78.5402 49.7221L77.1728 49.8574L75.717 49.9945L74.1694 50.1339L72.5274 50.2753L70.7865 50.3937L68.9438 50.5154L66.9967 50.6408L64.952 50.7761L62.8146 50.9274L60.8532 51.115L58.7659 51.3263L56.498 51.4645L54.1705 51.6096L51.817 51.8275L49.4585 52.0379L47.0918 52.2593L46.192 52.3423" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M60.1868 53.7088L60.5787 53.6928L62.7203 53.5759L64.6993 53.4678L66.7016 53.3679L68.6905 53.2647L70.5439 53.1445L72.2671 52.9987L73.8761 52.7916L75.3799 52.5734L76.7871 52.3494L78.1032 52.1226L79.3365 51.8925L80.5066 51.662L81.1714 51.6032L81.0343 50.9974L81.5448 50.5012" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M81.5448 50.5012L80.1717 50.6878L78.804 50.8868L77.3444 51.0836L75.7848 51.2797L74.1123 51.4802L72.3147 51.6637L70.3945 51.8107L68.3533 51.9491L66.1941 52.0797L64.0614 52.2183L61.9638 52.3777L59.6266 52.5174L57.1114 52.6346L54.5082 52.8344L51.8036 52.9381L49.0948 53.1547L47.2128 53.2874" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.327 116.177L148.993 116.177" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M146.061 71.8671L146.479 71.8664L147.315 71.865L148.152 71.8636L148.988 71.8622L148.989 72.357L148.99 72.9278L148.991 73.7085L148.991 74.6921L148.992 75.2573L148.992 75.8698L148.993 76.5281L148.993 77.2305L148.993 77.9755L148.993 78.7613L148.994 79.586L148.994 80.4476L148.994 81.3438L148.995 82.2728L148.995 83.2321L148.995 84.2193L148.995 85.2319L148.996 86.2677L148.996 87.3238L148.996 88.3978L148.996 89.4868L148.996 90.5884L148.996 91.6995L148.997 92.8176L148.997 93.9397L148.997 95.0631L148.997 96.185L148.997 97.3025L148.997 98.4129L148.997 99.5133V100.601L148.997 101.674L148.997 102.728L148.997 103.762L148.997 104.772L148.997 105.757L148.997 106.714L148.996 107.64L148.996 108.533L148.996 109.391L148.996 110.213L148.996 110.995L148.996 111.737L148.995 112.435L148.995 113.09L148.995 113.698L148.995 114.26L148.994 115.235L148.994 116.008L148.993 116.57L148.574 117.05L148.156 117.05L147.32 117.05L146.484 117.051L145.649 117.051L144.813 117.051L143.977 117.052L143.966 116.573L143.96 116.01L143.955 115.238L143.95 114.262L143.947 113.701L143.945 113.093L143.942 112.438L143.94 111.74L143.938 110.998L143.936 110.216L143.933 109.395L143.932 108.537L143.93 107.643L143.928 106.717L143.926 105.761L143.925 104.776L143.923 103.766L143.922 102.732L143.921 101.678L143.92 100.606L143.919 99.5182L143.918 98.4179L143.918 97.3077L143.917 96.1903L143.917 95.0686L143.917 93.9453L143.917 92.8233L143.917 91.7054L143.917 90.5944L143.918 89.493L143.918 88.4041L143.919 87.3303L143.92 86.2743L143.921 85.2387L143.922 84.2262L143.923 83.2391L143.924 82.28L143.926 81.3511L143.927 80.4549L143.929 79.5935L143.931 78.7689L143.933 77.9832L143.935 77.2383L143.937 76.5359L143.939 75.8778L143.941 75.2653L143.944 74.7002L143.949 73.7167L143.954 72.9361L143.959 72.3654L144.389 71.8699L144.807 71.8692L145.643 71.8678L146.061 71.8671Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.391 117.107L134.387 117.346L134.369 118.136L134.35 118.7L133.988 119.131L133.493 119.131L132.655 119.131L131.455 119.132" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.792 112.191L120.782 111.754L120.769 111.083L120.756 110.37L120.744 109.619L120.732 108.83L120.721 108.005L120.71 107.147L120.707 106.855" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M108.662 76.4L108.633 76.7403L108.901 77.4188L109.529 77.7647L110.11 77.6261L110.285 77.0246L110.017 76.3466L109.389 76.0007L108.808 76.1389L108.662 76.4Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.201 74.2101L108.925 74.0606L108.317 74.0596L108.057 74.54L108.203 75.1753L108.692 75.5495L109.3 75.5503L109.559 75.0697L109.414 74.4347L109.201 74.2101Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.39 72.0576L107.42 72.0745L108.073 72.2066L108.501 71.8402L108.482 71.1642L108.059 70.6368L107.376 70.4877L106.949 70.8538L106.967 71.53L107.39 72.0576Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M113.073 79.9368L113.079 79.9303L113.142 79.315L112.927 78.6599L112.742 78.1026L112.503 77.3848L112.282 76.7186L112.08 76.112L111.836 75.3821L111.615 74.7211L111.386 74.0341L111.2 73.4759L110.958 72.7508L110.744 72.1081L110.506 71.3948L110.321 70.8389L110.101 70.1854L109.761 69.6469L109.093 69.3597L108.276 69.1632L107.583 68.9981L106.617 68.768L105.996 68.6201L105.266 68.4458L104.43 68.2463L103.562 68.0393L102.756 67.8469L102.104 67.691L101.382 67.5188L100.556 67.3225L99.7289 67.1261L99.1242 66.9825L98.5574 66.8479L97.943 66.7021L97.2395 66.6066L96.9929 66.6999" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M103.441 70.2563L103.463 70.2393L103.959 70.2754L104.816 70.4549L105.304 70.7383L105.482 71.3192L105.392 71.3906" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M101.344 75.127L101.388 75.0902L102.07 75.0466L103.169 75.1801L103.861 75.748L104.003 76.2492L104.287 77.2518L104.111 77.3986" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.6533 68.9333L99.697 68.8964L100.375 68.8994L101.468 69.1271L102.157 69.741L102.44 70.7415L102.494 71.3156L102.406 71.3893" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.887 106.534L117.002 106.543L117.906 106.618L118.695 106.695L119.369 106.774L119.928 106.854L120.575 106.972L120.709 107.002" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.8623 73.8043L15.4547 74.8725L14.8821 76.4641L14.8478 76.5627" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M13.883 79.4814L13.8033 79.7311L13.3415 81.2752L12.9193 82.7892L12.5381 84.2652L12.1991 85.6957L11.9036 87.0726L11.653 88.3883L11.4442 89.6446" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.5962 101.603L93.4022 101.587L93.3185 101.595" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M34.2208 207.237L38.8929 214.697" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.8928 214.697L18.7549 208.835L8.59448 195.69" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.59448 195.69L17.3505 203.998L34.2208 207.237" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M34.2208 207.237L28.6179 198.258L17.9196 201.64L8.59448 195.69" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.7749 76.5885L66.745 74.3132L62.0088 63.2725" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M62.0088 63.2725L63.7355 67.0564" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.5569 71.0855L41.9391 49.7285" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.9391 49.7285L47.9005 76.9549L47.9732 77.7559" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.7238 108.091L51.7787 119.725L53.7975 132.018L53.3745 144.249L53.9003 163.145L29.3572 159.703L28.9817 143.193L23.979 129.469L18.3561 115.692L17.983 111.546" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.979 129.469L53.7975 132.018L93.3843 133.307L107.406 140.232L124.854 130.787L125.161 130.835" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.3572 159.703L30.273 183.888L36.0734 199.055L47.7171 211.99L59.744 222.181L54.7184 236.499L54.849 251" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M54.849 251L53.9341 238.456L57.5313 222.572L59.744 222.181" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.1246 219.715L47.7171 211.99L51.3459 192.289L53.9003 163.145L86.9661 168.588L79.8935 205.323L59.744 222.181" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M59.744 222.181L81.6427 226.54L105.629 212.816L117.036 169.332L121.053 168.534L110.545 210.615L88.6075 223.34L81.6427 226.54L65.826 236.706L54.849 251" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.0304 233.36L71.6885 236.719L73.8474 248.365" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.8474 248.365L81.4972 233.101L88.6075 223.34" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M30.2729 183.888L51.3458 192.289L79.8934 205.323L105.629 212.816L110.545 210.615" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M135.76 146.173L119.779 147.7" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.31 140.018L125.161 130.835L124.874 128.603" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.744 147.126L135.759 146.173" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M135.76 146.173L120.375 157.447" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.053 168.534L120.884 165.779" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.861 165.403L119.31 140.018L118.398 138.721" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.398 138.721L117.279 163.871" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M117.141 166.979L117.036 169.332L108.497 169.748" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M106.711 170.32L121.374 165.623" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.374 165.623L97.6935 172.434L86.9661 168.588L90.5288 145.932" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.5287 145.932L100.056 161.974L121.374 165.623" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.374 165.623L109.202 160.417L105.348 145.783L90.5287 145.932L93.3842 133.307L94.4222 120.679L92.0663 104.356" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.96 106.725L123.496 120.259L124.854 130.787L118.398 138.721L105.348 145.783" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M130.985 118.261L131.838 122.104L125.488 122.336L123.831 122.527" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.556 111.486L120.763 110.734" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.564 120.58L125.488 122.336" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.401 111.023L120.759 110.521" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.9817 143.193L53.3744 144.249L90.5287 145.932" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.9391 49.7285L62.0088 63.2724" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.3225 70.8828L46.5569 71.0855L47.9006 76.9549L46.8876 77.3081" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M64.8915 69.7222L66.745 74.3132L47.9005 76.955" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M36.0735 199.055L38.8929 214.697L47.1247 219.714L57.5313 222.572" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.957 66.7828L124.954 67.7589L124.948 68.7345L124.935 69.7091L124.913 70.6819" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.913 70.6819L123.336 69.2347L121.754 67.832L121.265 67.4416L120.007 66.4435L118.324 65.2286L116.22 63.7722L114.3 62.5037L112.423 61.289L110.578 60.1195L108.768 58.9908L106.985 57.8986L107.236 57.6781L107.705 57.2838L105.706 56.0903L103.698 54.9009L101.683 53.715L99.6615 52.5323L97.635 51.3523L95.6046 50.1746L93.5715 48.9985L91.5368 47.8239L89.5015 46.65L89.3623 45.9556" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M89.3623 45.9556L89.4622 46.0136" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.533 57.7303L109.523 57.7256" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.523 57.7256L109.784 57.8863" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.663 63.1L120.494 64.1716L122.725 65.4769L124.957 66.7828L125.049 66.77" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.544 68.3425L125.547 68.361L125.589 69.5592L125.588 69.9834" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.351 48.8167L40.3562 49.1979L40.356 49.4583" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.5843 66.1071L75.943 66.5926L76.4912 67.5584L76.8957 68.5473L77.1529 69.5488L77.2598 70.5528L77.2129 71.5487L77.0088 72.5263L76.6443 73.475L76.1161 74.3842L75.4209 75.2434L74.5554 76.0421L73.5165 76.7695L72.301 77.4151L70.9292 77.9787L69.4216 78.4603L67.7984 78.8598L66.0801 79.1772L64.2874 79.4124L62.4406 79.5656L60.5604 79.6367L58.6673 79.6258L56.7819 79.5329L54.9248 79.3583L53.1164 79.1021L51.3773 78.7643L49.7281 78.3452L48.189 77.845L46.7805 77.264L45.5229 76.6023L44.4068 75.8699L43.423 75.0768L42.5621 74.233L41.8147 73.3483L41.8029 73.3314" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.4331 72.8052L41.1715 72.4327L40.6228 71.4958L40.1595 70.5477L39.772 69.5979L39.4509 68.6563L39.187 67.7325L38.9708 66.8361L38.793 65.9767L38.6443 65.164L38.5153 64.4073L38.3968 63.7164L38.2796 63.1005L38.1641 62.552L37.9407 61.6273L37.7311 60.8817L37.5399 60.2551L37.3716 59.6876L37.2309 59.1196L37.1222 58.4916L37.0503 57.7444L37.0179 56.8324L37.0177 55.7897L37.0407 54.6641L37.0581 54.085L37.0779 53.5028L37.099 52.9236L37.1202 52.3531L37.1587 51.262L37.1844 50.2759L36.5172 49.5821L36.5229 49.1434L36.5137 48.4028L36.4872 47.937" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.4379 89.6858L11.4442 89.6446L11.9456 89.222L12.1548 87.9499L12.405 86.6166L12.6989 85.2203L13.0352 83.7692L13.4127 82.2719L13.8301 80.7367L14.2862 79.172L14.7796 77.5862L15.3091 75.9877L16.012 74.2968L16.3326 73.5675" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.7495 72.637L16.7591 72.6155L17.1425 71.7936L17.545 70.9584L18.1555 69.7431L19.2174 67.7739L20.0831 66.2836L20.431 65.7177L20.966 64.8718L21.7293 63.7282L22.7389 62.3325L23.2313 61.7035L23.6182 61.2211L24.4899 60.2096L25.0975 59.5541L26.2098 58.4441L27.0605 57.6677L27.9079 56.9489L27.7426 56.6668L27.4319 56.2145L28.3001 55.4085L29.181 54.6475L30.0732 53.9267L30.9753 53.241L31.8859 52.5853L32.8036 51.9546L33.727 51.344L34.6546 50.7483L35.5852 50.1627L36.5171 49.582" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.7791 50.1682L39.7803 50.2227L39.7879 50.9392L39.7284 51.8185L39.635 52.6235L39.5066 53.5384L39.3566 54.4845L39.2203 55.2607" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.4164 100.808L93.4187 100.779L93.2386 100.247L93.0137 99.5393L92.7885 98.7048L92.6132 97.9771L92.5389 97.6477" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.2999 84.7296L90.2934 84.69L90.0969 83.4815L89.8917 82.2241L89.6778 80.9177L89.4547 79.5621L89.2239 78.166L88.9869 76.7379L88.7451 75.2866L88.4999 73.8205L88.2528 72.3483L88.0053 70.8786L87.7587 69.4198L87.5146 67.9804L87.2742 66.569L87.0391 65.1941L86.8106 63.8639L86.5902 62.587L86.3793 61.3718L86.1793 60.2266L85.9915 59.1597L85.8174 58.1794L85.6562 57.2804L85.5069 56.457L85.3686 55.7039L85.2407 55.0157L85.1221 54.3868L85.012 53.8119L84.8141 52.8024L84.6401 51.9441L84.4831 51.1938L84.3366 50.5089L84.2651 50.1776" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.1542 46.3635L82.1972 46.6286L82.3529 47.5765L82.5289 48.628L82.627 49.2054L82.7333 49.8241L82.8486 50.4892L82.9741 51.2059L83.1107 51.9794L83.2595 52.8148L83.4214 53.7173L83.5976 54.6922L83.789 55.7446L83.9967 56.8798L84.2189 58.0899L84.4541 59.3669L84.7005 60.7031L84.9565 62.0902L85.2204 63.5205L85.4904 64.9857L85.7649 66.478L86.0421 67.9891L86.3204 69.511L86.5981 71.0356L86.8733 72.5545L87.1444 74.0598L87.4096 75.5431L87.6672 76.9962L87.9156 78.4108L88.1528 79.7788L88.3792 81.1005L88.5953 82.3764L88.8012 83.6072L88.9905 84.7514" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.8562 96.6455L90.9154 97.0342L91.0042 97.6235L91.0867 98.1794L91.2316 99.1948L91.3482 100.088L91.4348 100.868L91.4895 101.541L91.5106 102.117L91.4715 102.813L91.1644 103.454L91.016 103.566" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.9456 89.222L12.6105 89.9146" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M12.6105 89.9146L12.8197 88.6424L13.0698 87.3091L13.3636 85.9127L13.6999 84.4616L14.0774 82.9642L14.4948 81.4289L14.9508 79.8641L15.4442 78.2782L15.9737 76.6796L16.6769 74.9891L17.4245 73.3081L17.808 72.4864L18.2107 71.6514L18.8214 70.4363L19.8837 68.4675L20.7498 66.9774L21.0978 66.4116L21.6329 65.5659L22.3964 64.4225L23.4063 63.027L23.8988 62.3981L24.2859 61.9159L25.1577 60.9044L25.7654 60.249L26.8779 59.1391L27.7287 58.3629L28.5762 57.6441L27.908 56.949" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.6082 103.503L97.5959 103.393L97.643 102.767L97.6754 102.095L97.6329 101.234L97.5636 100.545L97.4635 99.7535L97.3344 98.854L97.1778 97.8389L96.9955 96.7012L96.9703 96.5463" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.0229 84.6757L95.009 84.5915L94.8107 83.3966L94.6036 82.1512L94.3874 80.854L94.1619 79.5039L93.9269 78.0997L93.6839 76.6507L93.4344 75.166L93.18 73.6549L92.9223 72.1265L92.6627 70.59L92.4028 69.0545L92.1442 67.5292L91.8882 66.0232L91.6366 64.5454L91.3907 63.1051L91.1522 61.7111L90.9224 60.3726L90.703 59.0984L90.4953 57.8975L90.3009 56.7788L90.1214 55.7512L89.9557 54.809L89.8029 53.9464L89.6621 53.1576L89.5324 52.4371L89.4128 51.779L89.3024 51.1777L89.1057 50.1225L88.9348 49.2263L88.7824 48.4439L88.7108 48.0813" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.7108 48.0813L90.7458 49.2554L92.7804 50.4302L94.8134 51.6065L96.8436 52.7845L98.8698 53.9647L100.891 55.1476L102.906 56.3337L104.914 57.5234L106.627 58.5464" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M106.985 57.8986L106.191 59.3337L107.975 60.4261L109.785 61.5548L111.629 62.7243L113.14 63.7043L115.426 65.2075L117.334 66.5192L119.213 67.8788L120.472 68.8767L120.96 69.2672L122.542 70.6697L124.12 72.1165L124.085 73.087L124.034 74.0544L123.964 75.0178L123.871 75.9765L123.753 76.9299L123.609 77.8774L123.439 78.8183" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M12.0992 90.3769L12.1062 90.3343L12.6105 89.9147" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M89.5016 46.65L88.7108 48.0812" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.343 72.2392L124.32 72.2176L124.12 72.1166L124.913 70.6819" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M27.4319 56.2145L28.0989 56.9084L28.9671 56.1024L29.848 55.3415L30.7402 54.6206L31.6424 53.9349L32.553 53.2791L33.4707 52.6485L34.3941 52.0378L35.3218 51.4422L36.2523 50.8566L37.1843 50.2759" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.5761 57.6442L28.4104 57.3616L28.0989 56.9084" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.6901 57.2634L69.7789 57.2581L70.7034 57.1455L71.4695 57.0606L72.0489 56.9926L72.6937 56.9088L73.7619 56.7858L74.3988 56.7151L75.1076 56.5941L75.8039 56.4681L76.4077 56.3444L77.1892 56.1603L78.1218 55.928L78.8036 55.7489L79.6367 55.5195L80.3417 55.3168L81.0155 55.1167L81.6662 54.9189L82.2994 54.7236L82.8892 54.5402L83.0823 54.4786" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.3288 51.8318L51.9202 51.8523L50.9526 51.9136L50.6527 51.9314" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M59.453 53.6219L59.9746 53.5939L60.6166 53.5544L61.7895 53.4826L62.6195 53.4232L63.2958 53.3737L63.8998 53.3251L64.6106 53.28L65.3944 53.2292L66.1562 53.1795L66.7956 53.1406L67.5261 53.0949L68.1065 53.0553L68.8317 53.007L69.5598 52.9551L70.4863 52.8863L71.283 52.8207L71.8583 52.7714L72.4274 52.7138L73.045 52.648L74.3823 52.4886L75.0771 52.3999L76.0893 52.2642L77.1478 52.1128L77.8914 51.9995L78.7379 51.8633L79.4984 51.7345L80.2398 51.6037L80.9651 51.4713L81.1284 51.4397" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.7099 50.5282L71.2365 50.5577L70.5269 50.605L69.6917 50.6594L69.0415 50.6978L67.5903 50.7898L66.2866 50.8741L65.447 50.9284L64.743 50.9766" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.3689 50.6935L43.5643 50.6745L43.668 50.665" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.711 116.18L143.711 116.173L143.698 115.571L143.693 114.969L143.688 114.353L143.685 113.788L143.682 113.172L143.679 112.571L143.677 111.994L143.674 111.3L143.672 110.643L143.67 110.051L143.669 109.462L143.667 108.864L143.666 108.273L143.664 107.692L143.663 107.13L143.662 106.547L143.661 105.922L143.66 105.358L143.659 104.701L143.658 104.108L143.657 103.529L143.656 102.753L143.655 102.133L143.654 101.565L143.654 100.98L143.653 100.366L143.653 99.7436L143.652 99.1448L143.652 98.553L143.651 97.9718L143.651 97.3867L143.651 96.7628L143.651 96.1232L143.65 95.4811L143.65 94.9052L143.65 94.3386L143.65 93.7741L143.65 93.0675L143.65 92.4536L143.65 91.8137L143.65 91.1777L143.65 90.6087L143.651 89.9773L143.651 89.4015L143.651 88.8276L143.652 88.2242L143.652 87.6095L143.653 87.0049L143.653 86.4289L143.654 85.5995L143.655 85.0198L143.655 84.4576L143.656 83.6778L143.657 83.0733L143.658 82.4485L143.659 81.8632L143.66 81.2984L143.661 80.7166L143.663 79.9568L143.664 79.3952L143.666 78.8323L143.668 78.199L143.669 77.6364L143.671 77.061L143.673 76.4965L143.676 75.9156L143.678 75.2977L143.682 74.7042L143.685 74.1222L143.69 73.5533L143.697 72.9843L143.705 72.7449" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.336 93.9597L149.336 94.2011L149.337 94.8593V95.4751L149.337 96.1172L149.337 96.7569L149.337 97.3296L149.337 97.9662V98.5474L149.337 99.1394L149.337 99.7382L149.337 100.361L149.336 100.975L149.336 101.56L149.336 102.128L149.336 102.748L149.336 103.335L149.336 104.034L149.336 104.628L149.336 105.193L149.336 105.918L149.336 106.479L149.335 107.068L149.335 107.688L149.335 108.269L149.335 108.846L149.335 109.422L149.334 110.047L149.334 110.639L149.334 111.248L149.333 111.818L149.333 112.496L149.333 113.136L149.332 113.784L149.331 114.429L149.331 115.053L149.33 115.63L149.327 116.177" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M149.325 72.8752L149.325 72.8787L149.327 73.462L149.328 74.0346L149.328 74.6141L149.329 75.259L149.33 75.8548L149.33 76.4944L149.331 77.2256L149.331 77.7884L149.332 78.3699L149.332 79.0672L149.332 79.6457L149.333 80.3921L149.333 80.9602L149.333 81.5577L149.334 82.1635L149.334 82.7322L149.334 83.3517L149.334 83.9296L149.334 84.4957L149.335 85.256L149.335 85.8643L149.335 86.4582L149.335 87.2519L149.335 87.8332L149.336 88.4625L149.336 89.0575L149.336 89.681L149.336 90.3115L149.336 90.878L149.336 91.4385L149.336 92.0475L149.336 92.7026L149.336 93.3175L149.336 93.6648" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M134.32 117.107L134.319 117.102L134.279 116.526L134.261 115.903L134.245 115.335L134.231 114.737L134.227 114.172L134.214 113.573L134.212 113L134.2 112.362L134.197 111.791L134.188 111.182L134.184 110.586L134.182 109.982L134.174 109.418L134.171 108.792L134.169 108.225L134.161 107.577L134.16 107.012L134.158 106.417L134.152 105.802L134.15 105.198L134.15 104.626L134.144 103.987L134.142 103.389L134.142 102.782L134.139 102.218L134.135 101.581L134.136 101L134.135 100.429L134.131 99.8159L134.13 99.2487L134.131 98.6487L134.13 98.057L134.127 97.4535L134.127 96.8265L134.128 96.1741L134.126 95.6064L134.124 94.9984L134.126 94.4213L134.127 93.7972L134.124 93.1233L134.125 92.5426L134.127 91.9799L134.127 91.4103L134.126 90.8076L134.127 90.2002L134.131 89.5815L134.129 88.9018L134.129 88.3212L134.133 87.7331L134.135 87.168L134.134 86.5984L134.136 86.0085L134.141 85.3935L134.141 84.8304L134.141 84.2089L134.147 83.6154L134.149 82.9922L134.149 82.3739L134.155 81.7691L134.158 81.0955L134.16 80.4275L134.168 79.836L134.169 79.22L134.172 78.6084L134.181 78.0436L134.182 77.4656L134.192 76.898L134.195 76.3332L134.199 75.7422L134.209 75.1664L134.214 74.6061L134.226 74.0154L134.241 73.4086L134.247 72.8478L134.276 72.2509L134.298 71.8203" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.707 106.855L120.709 106.851L121.144 106.792L121.869 106.69L122.048 106.141L121.95 105.393L121.859 104.629L122.216 104.105L122.508 103.599L122.68 103.033L122.765 102.449L122.792 101.863L122.78 101.193L122.742 100.426L122.678 99.5571L122.628 98.91L122.564 98.0182L122.529 97.5454" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.64 84.9473L122.68 84.6463L122.791 84.0501L122.952 83.3573L123.135 82.6572L123.355 81.7561L123.526 80.9689L123.648 80.3664L123.81 79.3869L123.906 78.7865L123.979 78.227L124.048 77.6008L124.106 76.9897L124.156 76.3871L124.196 75.7959L124.228 75.2237L124.266 74.4082L124.292 73.7459L124.314 73.1353L124.335 72.4816L124.633 71.7589L125 71.1632L125.195 70.5907L125.255 70.0205L125.261 70.0052" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M131.455 119.132L131.441 119.096L131.147 118.615L130.618 118.107L129.816 117.717L129.291 117.41L128.287 117.394L126.976 117.372L126.066 117.32L124.73 117.244L124.003 117.141L122.885 116.981L122.329 116.778" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.049 66.77L125.049 66.7765L125.163 67.34L125.354 67.8749L125.495 68.3425" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.76501 91.4674L8.7805 91.4432L8.92373 91.2273" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M127.037 62.6732L127.026 62.6834L126.763 62.878" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.663 63.1L118.644 63.0899L117.943 62.7079L117.229 62.3189L116.551 61.9492L115.88 61.5734L115.22 61.2053L114.6 60.8626L113.901 60.47L113.381 60.1708L112.621 59.7454L111.82 59.2922L111.061 58.8566L110.52 58.5516L109.935 58.2196L109.784 57.8864" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.4004 48.8116L40.351 48.8167L40.3154 49.0305" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.2863 49.6563L38.2746 49.6449L37.8592 49.2401L37.4437 48.8406L36.9601 48.3813L36.5251 47.9727L36.0625 48.238L35.4981 48.6346L34.8064 49.1324L34.1711 49.5898L33.526 50.0593L32.9189 50.5168L32.4681 50.8542L31.8696 51.3205L31.1458 51.8925L30.6087 52.3229L29.9901 52.8464L29.4218 53.332L28.7761 53.902L28.3331 54.3074L27.7766 54.8284L26.9748 55.617L26.499 56.1053L26.107 56.5169L25.6373 57.0288L25.4415 57.5606L25.346 58.2458L24.8368 58.7603L23.9865 59.7062L23.2619 60.5802L22.7986 61.1662L22.351 61.7784L22.0189 62.2335L21.3626 63.2064L20.7757 64.1405L20.2748 64.957L19.922 65.5705L19.6188 66.1116L19.1081 67.0569L18.8079 67.6222L18.4318 68.358L18.117 69.002L17.8276 69.5902L17.5671 70.1509L17.1721 71.0062L16.8929 71.6406L16.6132 72.2871" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.1708 46.3994L82.1541 46.3635L81.9083 46.3855" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.5794 46.3604L38.0785 46.7213" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.0785 46.7213L38.9189 46.3949" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M11.8842 91.956L11.8873 91.9329L11.9619 91.3478L12.0722 90.5681L11.8022 90.0666L11.4379 89.6858" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.251 48.3764L84.2248 48.3141L83.9658 47.752L83.7341 47.2029L83.5061 46.6625L83.4243 46.4688" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M13.8829 79.4815L13.999 79.1184L14.1769 78.5618L14.3569 78.0077L14.5442 77.4568L14.7309 76.9074L14.8478 76.5627" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.529 57.7373L109.533 57.7303L109.152 57.5084L108.257 56.986L107.452 56.5165L106.824 56.1498L105.39 55.3131L104.896 55.0251L104.044 54.5279L102.879 53.8483L102.324 53.5241L101.495 53.0404L100.66 52.5531L99.7416 52.0167L98.9433 51.5508L98.4401 51.2572L97.6664 50.8053L97.1452 50.501L96.3876 50.0588L95.336 49.4446L94.5331 48.9757L93.9973 48.6629L93.2661 48.2358L92.5487 47.8167L91.9012 47.4385L91.3931 47.1417" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.126 63.8101L128.115 63.9191" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M128.115 63.9191L128.122 63.7505" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M91.0146 96.643L91.0177 96.6521L91.4353 97.0431L91.9426 97.32L92.4508 97.5991L93.0734 97.5327L93.644 97.4088L94.1988 97.2868L94.7545 97.1629L95.3064 97.0394L95.8627 96.9151L96.4212 96.755L96.6098 96.5521" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.8433 96.5166L98.884 96.5283L99.4831 96.6384L100.049 96.6895L100.651 96.7185L101.242 96.7385L102.006 96.7581L102.71 96.773L103.334 96.7852L103.964 96.7976L104.55 96.8089L105.161 96.8216L105.85 96.8366L106.54 96.8525L107.386 96.8741L108.323 96.9013L109.326 96.9344L110.071 96.9629L110.65 96.9867L111.305 97.0153L112.008 97.049L112.857 97.0946L113.637 97.141L114.207 97.1786L114.839 97.2234L115.459 97.2705L116.044 97.3189L116.683 97.3697L117.316 97.4144L117.94 97.4483L118.511 97.4662L119.076 97.469L119.641 97.4597L120.219 97.4436L120.654 97.4434" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M58.8 97.8367L58.6414 97.8633L58.0362 97.9466L57.3746 98.0257L56.4527 98.118L55.347 98.2197L54.4484 98.2958L53.8455 98.3466L53.1987 98.3985L52.3517 98.4676L51.6136 98.5252L50.8652 98.5843L50.0362 98.6471L49.3858 98.6974L48.6407 98.7518L47.9155 98.8078L47.1388 98.8647L46.4591 98.9173L45.5295 98.9857L44.5116 99.0634L43.9201 99.1067L43.2 99.1626L42.3924 99.221L41.5164 99.287L40.9321 99.3277L40.3614 99.3697L39.7638 99.4085L39.1909 99.4445L38.5839 99.4763L38.2045 99.493" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.1263 101.907L21.087 101.915L20.4248 102.061L19.6314 102.243L18.8857 102.422L18.1887 102.596L17.5407 102.765L16.9414 102.929L16.3901 103.086L15.5609 103.337L14.8263 103.574L14.2371 103.778L13.5784 104.031L13.0629 104.262L12.5458 104.531L12.0914 104.602" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.5066 70.8051L69.3343 70.7689L68.6945 70.6426L68.1384 70.534L67.2783 70.3188L66.6236 70.1533L65.6868 69.9206L64.8915 69.7221L64.6336 69.1273L64.2282 68.1923L63.821 67.2532L63.7356 67.0563" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M77.1869 71.4783L77.1721 71.6423L77.1559 71.8216" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.4537 70.2132L44.5138 70.1899L44.7945 70.1078" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M41.6031 73.5187L41.6365 73.4877L41.8163 73.3501" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.7214 70.8417L71.0425 70.704L71.7782 70.5634L72.4634 70.7413L72.9129 71.1471L73.21 71.6813L73.3831 72.2345L73.4912 72.8794" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.4911 72.8795L73.1994 72.6817L72.4734 72.1846L71.3109 71.4829L70.5144 71.0543L70.058 70.8081" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.4607 77.0957L46.4608 77.0769L46.4557 76.3955L46.4123 75.8008L46.3309 75.2228L46.2036 74.6363L45.985 73.9739L45.8068 73.5818" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.175 76.3338L105.119 76.1328L105.115 76.1187" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.552 74.1795L104.509 74.0266L104.507 74.0192" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.9929 66.7L96.954 66.7915L97.0727 67.5217L97.236 68.0631L97.4149 68.661L97.6161 69.3413L97.7824 69.91L97.9562 70.5061L98.1143 71.0595L98.2828 71.6478L98.4689 72.3215L98.6342 72.9229L98.7986 73.5458L98.9605 74.1644L99.118 74.7882L99.2953 75.5054L99.4285 76.0519L99.5726 76.6536L99.7107 77.2357L99.8533 77.8426L100.003 78.447L100.308 79.0137L100.928 79.2141L101.496 79.2439L102.165 79.2712L102.986 79.304L103.549 79.3272L104.284 79.3589L105 79.3947L106.157 79.4626L106.9 79.5134L107.465 79.5543L108.169 79.6131L109.178 79.7019L109.948 79.7734L110.556 79.829L111.277 79.8985L111.959 79.9671L112.581 80.0219L113.073 79.9368" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.406 71.3893L102.398 71.3878L102.245 71.3604" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M143.654 103.592L143.657 103.385" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M93.3185 101.595L93.3202 101.541L93.4086 100.958L93.4164 100.808" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.6375 103.595L97.3558 103.415L96.7947 103.056L96.2403 102.699L95.6971 102.345L95.1694 101.997L94.6574 101.654L94.1565 101.314L93.6624 100.977L93.5962 101.602" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M112.149 103.915L112.152 103.915L112.979 103.94" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M108.59 103.826L107.647 103.806L107.644 103.806" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.5032 70.8373L46.3681 70.8713L45.718 71.5514L45.2747 72.1317L45.1829 72.254" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M114.542 103.996L115.278 104.027L115.289 104.027" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.488 104.455L121.351 104.439L120.708 104.375L120.523 104.357" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.2496 108.407L22.0609 108.309L22.9131 108.209L23.8053 108.108L24.7369 108.005L25.7069 107.901L26.7144 107.796L27.7587 107.69L28.838 107.583L29.9506 107.475L31.0949 107.366L32.2692 107.257L33.4717 107.147L34.7008 107.036L35.9547 106.926L37.2317 106.815L38.5302 106.703L39.8482 106.592L41.1842 106.481L42.5364 106.369L43.903 106.258L45.2823 106.147L46.6726 106.036L48.0721 105.926L49.4794 105.817L50.8922 105.707L52.1819 105.609L53.7312 105.492L55.1556 105.386L56.5823 105.282L58.0104 105.18" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.887 106.534L116.706 106.508L116.008 106.411L115.438 106.336L114.511 106.317L113.771 106.302L112.913 106.285L111.685 106.261" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M18.1713 111.538L17.983 111.546" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.48 108.504L19.7531 108.598" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.2439 109.75L14.236 109.796" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.236 109.796L14.5897 109.533" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.7675 109.472L14.9867 109.407L15.5601 109.268L15.9194 109.193" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.783 109.036L17.2858 108.954L17.8349 108.868" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M18.4297 108.781L19.0218 108.697" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.727 128.61L124.726 128.604L124.596 127.977L124.511 127.342L124.369 126.279L123.998 123.403L123.831 122.527L123.564 120.58L123.233 119.475" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.066 124.101L125.022 123.822L124.48 123.456L123.998 123.403" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
</svg>
)
});
export const GopherHomeLinks: React.FC<IconProps> = (props) => <Icon h={h} w={w} color='primary' {...props} />;

@ -0,0 +1,311 @@
import { IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/icons';
const [w, h] = [214, 243];
const Icon = createIcon({
displayName: 'GopherHomeNodes',
viewBox: `0 0 ${w} ${h}`,
path: (
<svg width={w} height={h} fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M31.4296 192.946L35.383 199.251" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M30.6439 183.323L36.3775 202.593L26.4846 208.709" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M110.152 101.171L118.645 118.401L112.11 142.28L111.309 147.775" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M66.2798 228.573L53.007 219.606" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M36.3774 202.593L48.2517 197.919" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.993 209.994L45.1058 212.98L29.5682 214.779L20.0497 215.88" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.0497 215.88L31.1279 213.092L43.993 209.994" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.993 209.994L36.3774 202.593L28.4991 209.005L20.0497 215.88" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.0497 215.88L26.4846 208.709" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M7.14621 67.182L1 60.2278" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M1 60.2278L12.074 63.577" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M85.4568 90.9609L79.9255 91.8409L77.1757 84.5577L67.9996 82.0415" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M63.1111 89.8601L67.9996 82.0415" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M67.9996 82.0415L68.7252 101.35L69.1843 102.604" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.274 130.165L82.4399 138.814L84.5594 148.541L84.4023 164.049L82.5892 180.752L49.1455 177.817L50.8235 164.972L47.7433 152.966L42.1103 142.778L41.2946 140.14" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.4606 132.489L14.7217 133.598L20.9375 143.481L47.7433 152.966L84.5595 148.541L108.122 137.435L112.11 142.28" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.9374 143.481L25.7643 149.079L27.9213 161.269" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M31.4296 192.945L30.6439 183.323L27.9214 161.269" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M27.9214 161.269L49.1455 177.817L48.2517 197.919L53.007 219.606L71.9136 225.255L85.5799 223.66L87.1832 232.843L88.7822 242" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M88.7822 242L83.5366 233.597L78.647 224.469" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.9071 225.023L66.2798 228.573" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M66.2798 228.573L71.9135 225.255L78.1048 207.012L82.5892 180.752L103.091 175.016L100.235 206.248L85.5798 223.66" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M30.6439 183.323L48.2517 197.919L78.1049 207.012L100.235 206.248L106.359 196.427L108.58 176.885" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M89.4642 219.045L88.8019 225.409L88.7822 242" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M6.04153 68.318L1 60.2278" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.99 186.671L107.762 176.184L103.091 175.016L105.588 156.11" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.588 156.11L115.957 169.245L119.99 186.671" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.99 186.671L115.327 166.067L111.308 147.775" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.308 147.775L105.588 156.11" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.588 156.11L108.122 137.435L108.104 123.241L103.693 112.619" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.7643 149.079L50.8235 164.972L84.4022 164.049L105.588 156.11" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M67.8386 100.64L68.7252 101.35" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M68.7253 101.35L68.2239 101.606" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.9255 91.8409L68.7252 101.35" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.0071 219.606L45.1058 212.98" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M71.0067 58.9168L72.5383 58.4412" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.5383 58.4412L71.201 59.488L70.2622 60.0649L69.264 60.6766L68.213 61.3226L67.1153 62.0039L65.9663 62.7097L64.7727 63.4496L63.5419 64.2358L62.276 65.0741L60.984 65.9695L59.6736 66.9274L58.4208 67.7819L57.1873 68.6114L55.7998 69.5686L54.4027 70.5752L53.0088 71.6179L51.6226 72.6828L50.2489 73.7554L48.8936 74.821L47.9279 75.3979" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M75.1521 62.7562L76.8036 62.2442" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M76.8037 62.2442L75.3921 63.314L74.6015 63.9216L73.762 64.5558L72.8639 65.2209L71.9048 65.9224L70.884 66.6658L69.7895 67.4369L68.6124 68.2264L67.3693 69.0585L66.0702 69.9355L64.8086 70.8205L63.6052 71.7086L62.2626 72.6639L60.7915 73.6752L59.3104 74.7727L57.6941 75.8239L56.0839 76.9628L54.4631 78.0967L52.8465 79.2155L51.6578 79.849" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.6578 79.849L55.0492 78.1246L56.7212 76.9462L58.4242 75.8478L60.0431 74.7261L61.6047 73.6981L63.1229 72.7012L64.451 71.7811L65.6921 70.9358L66.9732 70.0975L68.2653 69.2686L69.4799 68.4802L70.6134 67.7206L71.6474 66.9442L72.6166 66.1993L73.5257 65.4867L74.3767 64.8062L75.172 64.1535L75.9247 63.5237L76.4747 63.2691" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M73.0338 60.6971L74.6137 60.2053" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.6137 60.2053L73.2459 61.2626L72.3901 61.8452L71.4797 62.4607L70.5129 63.1112L69.4896 63.7994L68.4104 64.5268L67.2585 65.2693L66.0527 66.0572L64.7945 66.8932L63.4945 67.7817L62.1614 68.7281L60.9793 69.6517L59.7197 70.6443L58.2746 71.6203L56.7807 72.6217L55.2991 73.7041L53.7995 74.7777L52.3117 75.8698L50.8475 76.9595L49.7844 77.5621" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M49.7844 77.5621L52.8507 75.8639L54.3965 74.7623L55.9444 73.6643L57.4702 72.5621L59.027 71.5982L60.4693 70.5842L61.7336 69.6348L62.9719 68.7199L64.3186 67.7988L65.6198 66.9342L66.8656 66.1202L68.0471 65.3489L69.1611 64.6077L70.2015 63.8828L71.1829 63.1931L72.1062 62.5362L72.9738 61.91L73.7901 61.3127L74.3827 61.0777" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M69.8511 57.4082L70.1451 57.5793" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.4531 57.4685L69.7498 57.7213L68.7531 58.334L67.6878 58.9584L66.582 59.6107L65.4422 60.2925L64.2605 60.9931L63.0457 61.7278L61.7717 62.4677L60.456 63.242L59.1061 64.0568L57.7299 64.9208L56.461 65.7775L55.2557 66.6264L54.0385 67.5221L52.7277 68.5082L51.3842 69.5444L50.0487 70.5991L48.7244 71.6599L47.4145 72.7146L46.4261 73.6647L45.9589 73.264" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M46.0916 73.3777L46.9735 72.8283L48.2493 71.7877L49.5388 70.7401L50.8394 69.6965L52.1484 68.6679L53.4208 67.689L54.6129 66.7901L55.7958 65.9357L56.9974 65.1015L58.3564 64.2281L59.6958 63.4093L61.009 62.6342L62.2888 61.8971L63.5338 61.1906L64.743 60.508L65.9155 59.8439L67.0498 59.1942L68.1421 58.5567L69.1819 57.933L70.5132 56.889" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.5133 56.889L68.941 57.2924" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.4541 96.4881L20.4818 96.7205L20.692 97.4342L21.2175 98.0368L21.949 98.3899L22.7077 98.3575L23.5848 98.288L24.4564 98.1969L25.408 97.9478L26.4006 97.6664L27.363 97.3788L28.1979 97.0343L29.0228 96.6761L29.7842 96.3296L30.402 95.8797L30.7804 95.5849" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.615 96.4109L29.6115 96.411L28.8643 96.4925L28.1113 96.5705L27.4636 96.6947L26.507 96.9506L25.5561 97.2045L24.6639 97.5361L23.8173 97.9501L23.0353 98.3309" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.7537 99.6443L21.6837 99.7265L21.3675 100.513L21.1884 101.368L21.1792 101.482" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.0983 101.187L21.1543 101.422L21.4443 102.134L21.6046 102.486" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.351 102.302L21.5481 102.455L22.2665 102.854L23.0298 103.073L23.7452 103.004L24.4876 102.939L25.2372 102.776L26.0319 102.506L26.8379 102.234L27.5557 101.929L28.1976 101.586L28.8426 101.242L29.2956 100.932" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.1021 101.087L29.1142 101.074L29.5372 100.583" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.601 101.371L28.5939 101.372L27.9057 101.469L27.2093 101.583L26.4164 101.816L25.6017 102.069L24.8171 102.332L24.1095 102.696L23.5049 103.026" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.1459 104.225L21.9911 104.43L21.7829 105.299L22.0202 106.142L22.4084 106.688L22.6648 106.803L23.0925 106.319L23.7419 105.843L24.5502 105.443L25.348 105.052L26.2114 104.726L27.1133 104.474L28.0087 104.226L28.8376 104.054L29.5863 103.963L30.3322 103.873L31.01 103.87L31.6262 103.981L32.3057 104.594L32.2026 105.235L31.7304 105.689L31.0072 106.188L30.3533 106.52L29.6355 106.871L28.8898 107.217L28.0082 107.519L27.1071 107.812L26.1968 108.085L25.3256 108.217L24.4707 108.323L23.5728 108.375L22.6828 108.103L21.9566 107.819L21.3301 107.395L20.9112 106.732L20.6384 105.811L20.6782 104.999L20.8223 104.167L21.1505 103.648" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.4183 106.711L22.8163 106.86L23.5975 107.11L24.3851 107.056L25.2181 106.952L26.0481 106.827L26.9192 106.564L27.8127 106.273L28.6805 105.977L29.4134 105.636L30.129 105.286" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M30.129 105.286L28.7262 105.35L27.8682 105.575L26.9849 105.82L26.1333 106.076L25.3592 106.434L24.5841 106.815L24.0298 107.103" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M30.4204 105.144L30.4725 105.116L31.0835 104.58L31.2684 104.361" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.9842 108.214L22.8847 108.354L22.6603 109.086L22.4746 109.841L22.5527 110.519L22.8246 111.203L23.0195 111.484" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M22.8654 111.424L23.2147 111.56L23.8617 111.612L24.5882 111.444L25.0627 111.276" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M24.8351 111.361L24.9534 111.317L25.5299 111.107L26.1219 110.952L26.6492 111.136L27.1336 111.715L27.3458 112.777L27.4416 113.583L27.5336 114.435L27.6334 115.383L27.7703 116.539L27.9009 117.514L28.0413 118.456L28.2472 119.746L28.4644 121.024L28.6618 122.151L28.8375 123.115L28.9946 123.958L28.5477 124.536L28.1218 124.458L27.8864 123.996L27.7257 123.134L27.5459 122.147L27.3443 120.997L27.1216 119.686L27.0126 119.024L26.9095 118.356L26.7664 117.395L26.6261 116.344L26.5086 115.387L26.4309 114.642L26.3269 113.661L26.2353 112.813L26.2106 112.613" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.2689 112.907L26.2286 112.688L26.1288 112.297" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.3556 112.438L26.2704 112.38L25.6058 112.385L25.2361 112.503" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.5642 112.38L25.3283 112.468L24.5452 112.754L23.8214 112.918L23.1008 112.852L22.4706 112.55L21.9587 112.029L21.5184 111.091L21.3697 110.345L21.2911 109.594L21.4881 108.764L21.7714 107.904L21.8635 107.772" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.8976 102.647L21.9829 102.535L22.5648 102.059L23.3003 101.655L24.0281 101.258L24.8201 100.925L25.6518 100.666L26.4769 100.41L27.2429 100.231L27.9384 100.133L28.6301 100.036L29.2238 100.048L29.8605 100.177L30.5878 100.72L30.4577 101.352L29.8954 101.955L29.4098 102.378L28.8053 102.719L28.1555 103.066L27.4767 103.407L26.6732 103.695L25.8542 103.972L25.0156 104.229L24.213 104.327L23.4343 104.395L22.6259 104.414L22.028 104.162L21.2597 103.734L20.7447 103.31L20.3611 102.533L20.0911 101.73L20.0427 100.981L20.2312 100.06L20.421 99.4152L20.6284 99.1045" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.4244 98.1518L21.6587 97.8815L22.1683 97.4549L22.9972 97.0046L23.8553 96.585L24.7326 96.1836L25.6882 95.9036L26.6474 95.647L27.5849 95.4122L28.2231 95.3037L29.0434 95.2154L29.8696 95.1304L30.5017 95.1419L31.2296 95.3659L31.5889 95.8554L31.4853 96.5069L31.2773 96.6804" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M31.1013 96.8216L31.1486 96.7841" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M31.1487 96.7841L30.5717 97.2386L29.7601 97.7271L28.9247 98.0904L28.0874 98.4537L27.1551 98.7817L26.1456 99.068L25.1253 99.356L24.1362 99.5398L23.2195 99.612L22.2718 99.6795L21.4717 99.5575L20.9143 99.2622L20.3801 98.9659L19.8417 98.5591L19.525 97.7547L19.3457 96.9297L19.4387 96.1775L19.7532 95.2772" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.4453 94.1504L20.5921 94.0007L21.1631 93.4268L21.6508 92.9593L22.3796 92.4789L23.268 92.0862L24.1509 91.6967L25.0684 91.393L26.0182 91.1761L26.9633 90.9601L27.8069 90.8335L28.4625 90.7963L29.2295 90.7572L29.9762 90.744L30.6654 91.0253L31.1528 91.4226L31.1889 92.0431L30.7759 92.5654L30.1202 93.0769L29.3354 93.5707L28.6655 93.8658L28.0051 94.1561L27.3335 94.4509L26.5849 94.7173L25.7829 94.9469L24.9931 95.1726L24.1788 95.404L23.2593 95.564L22.2846 95.6439L21.2757 95.7184L20.4074 95.5967L19.7895 95.2957L19.2007 94.996L18.6885 94.5209L18.2139 93.7479L17.8487 92.9668L17.7963 92.2341L17.7776 91.3984L17.8974 90.4813L18.1943 89.7395L18.915 88.9754L19.7639 88.568L20.5456 88.4882L21.2375 88.4912L21.8334 88.4448L21.8623 87.7766L21.7804 86.7943L21.6565 85.8171L21.4885 84.8472L21.3192 83.8683L21.1502 82.8915L20.9627 81.8667L20.7561 80.7898L20.549 79.7107L20.3419 78.6314L20.1348 77.5521L19.9277 76.4727L19.7207 75.3941L19.514 74.3163L19.3071 73.2384L19.1003 72.1604L18.8934 71.0824L18.6865 70.0042L18.4796 68.9259L18.2727 67.8476L18.0658 66.7691L17.8525 65.6572L17.6327 64.5118L17.4129 63.3663L17.1931 62.2207L16.9732 61.075L16.7533 59.9292L16.5335 58.7833L16.3136 57.6372L16.0937 56.4911L15.8843 55.3998L15.6854 54.3633L15.4865 53.3268L15.2876 52.2901L15.0886 51.2534L14.8897 50.2166L14.6907 49.1797L14.4918 48.1427L14.3049 47.1689L14.1302 46.2585L13.9555 45.3479L13.7808 44.4373L13.9499 43.8939L14.5323 43.7207L14.9456 44.091L15.1203 45.0016L15.295 45.9122L15.4696 46.8227L15.6564 47.7964L15.8554 48.8334L16.0543 49.8703L16.2532 50.9072L16.452 51.9439L16.6509 52.9805L16.8497 54.017L17.0485 55.0535L17.2579 56.1448L17.4777 57.291L17.6976 58.437L17.9174 59.583L18.1372 60.7288L18.357 61.8745L18.5768 63.0201L18.7965 64.1656L19.0162 65.3109L19.2295 66.4229L19.4364 67.5013L19.6432 68.5797L19.8501 69.6579L20.0569 70.7361L20.2637 71.8142L20.4705 72.8922L20.6773 73.97L20.884 75.0478L21.0909 76.1264L21.298 77.2058L21.505 78.2851L21.7121 79.3644L21.9191 80.4435L22.1265 81.5246L22.3154 82.5579L22.485 83.5389L22.6543 84.5178L22.825 85.5055L22.9533 86.5174L23.0373 87.5555L23.003 88.2916L22.8097 88.9257L22.2624 89.5789L21.5306 89.8483L20.8452 89.8542L20.1611 89.8927L19.5173 90.078L19.0851 90.7807L18.8648 91.6471L18.9064 92.498L19.2465 93.2069L19.8631 93.8549L20.4137 94.1336L21.3096 94.353L22.1987 94.2746L23.122 94.2014L23.9413 94.0592L24.7068 93.8391L25.4966 93.6135L26.274 93.3917L26.9756 93.1421L27.6249 92.8562L28.2854 92.566L28.9361 92.2805L29.4652 91.9774L30.1042 91.4814L30.4376 91.1826" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.7323 88.5203L21.8184 88.3764L21.8662 88.2452" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.4643 91.978L29.3893 91.9775L28.6681 92.0166L27.9445 92.0521" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.142 92.0426L27.7988 92.0783L26.8687 92.2736L25.9197 92.4903L24.9817 92.7278L24.0939 93.0944L23.2142 93.4824L22.3852 93.8857L21.9419 94.2962" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M20.8217 95.7069L20.7863 95.8114L20.4815 96.6693L20.4778 96.6864" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.0853 49.2232L70.4118 49.2002" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.4117 49.2002L69.3728 49.2736L68.3338 49.4877L67.2608 49.8251L66.1833 50.2371L65.0946 50.6928L64.0187 51.1556L62.9461 51.6251L61.8775 52.1026L60.8079 52.5921L59.7265 53.1007L58.674 53.6108L57.6283 54.1342L56.5899 54.672L55.5596 55.2258L54.5382 55.7967L53.5262 56.3862L52.5334 56.99L51.5591 57.6094L50.5816 58.259L49.6152 58.9298L48.6627 59.6203L47.7249 60.33L46.8207 61.0442L45.9211 61.7858L45.0333 62.55L44.1641 63.3314L43.317 64.127L42.5052 64.9243L41.6975 65.7543L40.9124 66.5995L40.1507 67.4591L39.4206 68.3244L38.7164 69.2022L38.0303 70.103L37.3688 71.0164L36.7301 71.9423L36.1126 72.8801L35.5144 73.8298L34.9337 74.791L34.3688 75.7634L33.8179 76.7467L33.2826 77.7345L32.7558 78.7358L32.2355 79.7515L31.722 80.7769L31.2137 81.8117L30.7086 82.8559L30.2052 83.9089L29.7014 84.9706L29.1963 86.0402L28.6912 87.1155L28.188 88.1939L27.6889 89.2727L27.1959 90.3494L26.9144 90.9713" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.2694 92.4104L26.2359 92.4856L25.7756 93.5338" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.0861 95.1461L24.8913 95.6081L24.6379 96.2242" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.9789 97.8711L23.825 98.2698" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.3271 99.6036L23.0384 100.419L22.744 101.299L22.4911 102.108" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.3393 107.404L21.2769 107.941L21.1753 109.205L21.1322 110.404L21.1334 111.599L21.1689 112.784L21.2315 113.967L21.3173 115.149L21.4228 116.33L21.5443 117.51L21.675 118.658L21.8178 119.835L21.9659 121.012L22.0406 121.712L21.9684 122.394L21.5683 122.89L20.8926 122.888L20.1566 122.738L19.4506 122.594L18.7923 122.46L18.1999 122.339L17.5412 122.204L16.9195 122.077L16.2811 121.947L15.766 121.617L15.3154 120.712L15.1254 119.496L14.9406 118.28L14.7647 117.064L14.6012 115.848L14.4537 114.632L14.3258 113.416L14.2209 112.2L14.1427 110.984L14.0951 109.758L14.0826 108.504L14.1097 107.201L14.1395 106.526L14.1808 105.832L14.2342 105.116L14.3003 104.377L14.3797 103.611L14.4728 102.816L14.5802 101.99L14.7025 101.131L14.8403 100.235L14.9937 99.3033L15.1611 98.3395L15.3407 97.3511L15.5306 96.3447L15.7287 95.3272L15.9332 94.3053L16.1422 93.286L16.3537 92.2759L16.5658 91.2819L16.7766 90.3108L16.9841 89.3695L17.1865 88.4646L17.3817 87.603L17.568 86.7916L17.7433 86.0371L17.9057 85.3463L18.1904 84.1633L18.4382 83.1988L18.6712 82.3888L18.9118 81.6697L19.182 80.9776L19.5042 80.2488L19.9006 79.4195L20.3278 78.5575" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M21.2194 76.7957L21.349 76.5433L21.7266 75.8214L22.1336 75.0593L22.5699 74.2613L23.0356 73.4315L23.5304 72.5741L24.0544 71.6934L24.6074 70.7936L25.1895 69.8789L25.8006 68.9535L26.4405 68.0215L27.1093 67.0872L27.8068 66.1549L28.533 65.2286L29.2876 64.3122L30.0695 63.407L30.8774 62.5141L31.71 61.6344L32.566 60.7689L33.444 59.9185L34.3428 59.0843L35.2611 58.2671L36.1975 57.4679L37.1508 56.6878L38.1196 55.9276L39.1027 55.1884L40.0987 54.471L41.1063 53.7765L42.1242 53.1057L43.1512 52.4597L44.186 51.839L45.228 51.2424L46.2768 50.6682L47.3317 50.115L48.3925 49.5811L49.4584 49.0648L50.5291 48.5647L51.604 48.079L52.6826 47.6062L53.7645 47.1447L54.8492 46.6928L55.9361 46.2491L57.0256 45.8165L58.1213 45.4176L59.2282 45.0813L60.3527 44.8461L61.4986 44.7386L62.6583 44.7304L63.8214 44.7817L64.9793 44.8616L66.1245 44.9464L67.253 45.0312L68.3613 45.116L69.4463 45.2008L70.5046 45.2858L71.533 45.3708L72.5281 45.4559L73.4867 45.5411L74.4054 45.6264L75.2811 45.7118L76.1103 45.7974L76.89 45.8831L77.6178 45.9689L78.2964 46.0548L78.9293 46.1408L79.5202 46.2267L80.5907 46.3983L81.5369 46.5692L82.388 46.7388L83.1729 46.9068L83.9209 47.0727L84.6608 47.2359L85.4164 47.3962L86.1903 47.5539L86.98 47.7093L87.7827 47.8626L88.5958 48.0145L89.4167 48.1652L90.2427 48.3151L91.0712 48.4647L91.6523 48.7093L92.2487 48.9603L92.8756 49.2242L93.5483 49.5074L94.2818 49.8162L95.0901 50.1564L95.6694 50.4002L96.2757 50.6554L96.9047 50.9202L97.5519 51.1927L98.2128 51.4709L98.8828 51.7529L99.5574 52.0369L99.7404 52.6786L99.8818 53.4016L99.9451 54.0776L100.008 54.7536L100.072 55.4295L100.074 55.4582" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.2659 50.2304L96.0227 49.7948L97.0851 49.1834L98.127 48.5839L99.1444 47.9988L100.133 47.4303L101.089 46.8808L102.009 46.3527L102.888 45.8483L103.722 45.37L104.507 44.9201L105.24 44.501L105.915 44.1151L106.53 43.7647L107.081 43.4513L108 42.9319L108.712 42.5317L109.247 42.2355L109.787 41.9453L110.332 41.674L110.965 41.8798L111.615 42.1415L112.277 42.4145L112.849 42.6511L113.476 42.9106L114.148 43.1887L114.853 43.4806L115.58 43.7817L116.319 44.0876L116.348 44.1151" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.264 55.7064L100.88 55.2752L101.845 54.5998L102.833 53.9092L103.809 53.2266L104.77 52.5545L105.713 51.8955L106.633 51.2522L107.528 50.6272L108.393 50.0231L109.224 49.4425L110.019 48.8878L110.773 48.3619L111.484 47.8671L112.146 47.4061L112.757 46.9814L113.313 46.5957L114.254 45.9444L114.99 45.4384L115.55 45.0568L116.124 44.6721L116.562 44.3877" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.3491 55.0182L99.3509 54.981L99.2268 54.2834L98.7711 53.8587L98.5782 53.679" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.8912 53.6894L98.8837 53.689L98.4447 53.6735" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.656 44.3418L116.678 44.3508L116.954 44.9634L116.637 45.6461L116.027 46.0551L115.237 46.5851L114.489 47.0864L113.526 47.7321L112.953 48.116L112.316 48.5435L111.616 49.0127L110.858 49.5207L110.046 50.065L109.185 50.6427L108.278 51.251L107.329 51.8873L106.342 52.5486L105.322 53.2324L104.273 53.9358L103.199 54.656L102.104 55.3902L101.024 56.114" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M101.799 58.6282L101.822 58.5354L102.018 57.7543L102.214 56.9732L101.873 56.5688L101.288 56.2552L100.703 55.9416L100.148 55.6445L99.5958 55.2729L99.2733 54.7251" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M24.5096 121.295L24.4119 121.348L23.8776 121.639L23.3349 121.934L22.5805 122.166L22.0057 122.066" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.8778 102.992L23.9612 102.777L24.129 102.97" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M25.7614 104.003L25.8143 104.032L26.4756 104.193L27.1577 104.068L27.6923 103.97" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M35.1971 87.9087L35.1706 87.89L34.6102 87.4932L34.0788 87.1495L33.5054 86.8403L32.8138 86.4718L32.276 86.1958L31.9688 86.0586L32.1271 85.2697" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M32.0219 85.7942L32.2628 85.0681" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.3618 75.4987L40.2827 75.4417L39.3661 74.7897L38.8074 74.417L38.7468 74.3202L39.1613 73.4265L39.5757 72.533L39.9663 72.7435L40.5523 73.0592L41.1383 73.375L41.7244 73.6908L42.3106 74.0067L42.903 74.0444" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.613 55.9692L71.3511 55.6285L72.4166 55.1394L73.4828 54.6513L73.39 54.1222L73.2662 53.4166L73.1424 52.711L73.0187 52.0053L72.4009 51.515L71.8142 51.2012L71.2275 50.8875L70.6409 50.5738L70.0112 50.4949L69.045 50.8204" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.7607 71.4969L39.1381 70.9962L39.8745 70.1298" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.0698 69.8832L39.714 70.2818" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.0991 72.4972L38.7766 71.452" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M38.7766 71.452L38.0811 72.5618" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M18.7562 63.9557L18.8417 63.8408L19.5454 62.9371L20.2758 62.0405L21.0313 61.154L21.8108 60.2789L22.6129 59.416L23.4364 58.5659L24.28 57.7297L25.1425 56.9078L26.0225 56.1012L26.9189 55.3107L27.8304 54.5369L28.7556 53.7807L29.6935 53.0428L30.6426 52.3241L31.6018 51.6252L32.5697 50.947L33.5452 50.2902L34.5269 49.6555L35.5138 49.0434L36.5054 48.4529L37.5013 47.8824L38.5012 47.3306L39.5049 46.7961L40.5119 46.2773L41.5219 45.7729L42.5347 45.2814L43.5499 44.8015L44.5671 44.3316L45.5861 43.8703L46.6064 43.4163L47.629 42.973L48.6589 42.5639L49.703 42.2195L50.77 41.9799L51.8655 41.8729L52.9804 41.8691L54.1022 41.9271L55.2206 42.0149L56.3269 42.1075L57.4167 42.2002L58.4869 42.2927L59.5343 42.3852L60.5555 42.4777L61.5474 42.5701L62.5067 42.6624L63.4303 42.7546L64.3149 42.8468L65.1574 42.9389L65.9544 43.031L66.7029 43.1229L67.4007 43.2148L68.0502 43.3065L68.6551 43.3981L69.7455 43.5805L70.7004 43.7616L71.5485 43.9413L72.3185 44.119L73.0389 44.2944L73.7385 44.4672L74.445 44.637L75.1713 44.8038L75.9155 44.968L76.6747 45.1301L77.4461 45.2903L78.2271 45.4491L79.0147 45.6069L79.8064 45.7641L80.5902 45.9326L81.3623 46.112L82.1268 46.2896L82.8786 46.4642L83.6123 46.6346L84.3228 46.7997L85.005 46.9582L85.6536 47.1089L86.2636 47.2506L87.1079 47.4467L87.8823 47.6266L88.6044 47.7944L89.2916 47.954L89.9614 48.1096L90.0101 48.273" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M94.2678 49.8102L94.6715 49.5753L95.7447 48.9508L96.7969 48.3387L97.824 47.7413L98.822 47.1612L99.7866 46.6007L100.714 46.0623L101.599 45.5485L102.439 45.0616L103.206 44.6172L103.944 44.1909L104.623 43.799L105.239 43.4439L105.791 43.1271L106.711 42.6015L107.398 42.2144L108.127 41.8134L108.667 41.5407" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M19.7294 62.7112L18.9299 63.3773L18.6846 63.5821" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.3538 120.956L15.3396 120.979L14.9915 121.538L14.4974 121.296L13.9312 121.019L13.27 120.695L12.6036 120.369L12.0444 120.095L11.4507 119.804L10.8375 119.504L10.2957 119.118L9.86413 118.223L9.67382 117L9.48879 115.777L9.31265 114.554L9.14895 113.332L9.00126 112.109L8.87311 110.887L8.76809 109.664L8.68965 108.442L8.6386 107.208L8.61318 105.943L8.61157 104.625L8.61907 103.94L8.63181 103.233L8.64955 102.502L8.67208 101.745L8.69913 100.959L8.73046 100.141L8.76587 99.2883L8.80512 98.3985L8.84792 97.469L8.89428 96.4987L8.94489 95.4938L9.00062 94.4619L9.06236 93.4108L9.13101 92.3484L9.20746 91.2823L9.2926 90.2203L9.38729 89.1701L9.49229 88.1395L9.60762 87.1361L9.62953 85.2951L9.68339 84.0888L9.73723 82.8825L9.79106 81.6763L9.84488 80.4702L9.89873 79.2642L10.3635 79.2886" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.53064 87.7946L9.60323 87.0666" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.56152 87.4848L9.60385 87.0292L9.69961 86.0048" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.6814 86.2006L9.70295 85.954L9.79042 85.0044L9.8774 84.1024" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.8064 84.839L9.87979 84.0298L9.95968 83.1757L10.0354 82.3846L10.1054 81.6644L10.1775 80.909L10.2901 79.8339L10.4057 79.0209L10.5453 78.3587L10.7656 77.6999L11.1963 76.7473L11.6332 75.8947L12.1925 74.8123L12.5181 74.1816L12.8744 73.4982L13.3 72.6898L13.7122 71.9256L14.1552 71.1261L14.654 70.2472L15.1973 69.3176L15.776 68.3445L16.3238 67.4573L16.9058 66.5599L17.5205 65.6557L17.7818 65.2885" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.6797 70.2043L15.1487 69.4017L15.4918 68.8274" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M15.2415 69.2499L15.5871 68.6665" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M85.5264 47.0793L85.5702 47.0589L86.7666 46.5012L87.9402 45.9542L89.0864 45.42L90.2008 44.9006L91.2789 44.3981L92.316 43.9147L93.3078 43.4525L94.2496 43.0135L95.1371 42.5998L95.9656 42.2137L96.7306 41.8571L97.4277 41.5322L98.0539 41.2403L98.6122 40.9801L99.5431 40.5462L100.257 40.2136L100.999 39.8675L101.567 39.6029L102.393 39.6089L103.223 39.8029L104.032 39.992L104.807 40.1733L105.536 40.3438L106.207 40.5007L106.81 40.6422L107.503 40.8078L108.179 40.9797L108.755 41.161L109.14 41.6687L109.657 42.0138" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.897 77.138L105.904 77.1879" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.903 77.1879L105.844 76.4401L106.357 76.0916L106.679 76.5969L106.836 77.325L107.012 78.1443" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.012 78.1444L106.986 78.0259" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.035 78.2508L107.116 78.6057L107.3 79.356L107.378 79.6411" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.189 78.9217L107.252 79.1751" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.252 79.175L107.244 79.1435" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.361 79.5799L107.454 79.9141L107.573 80.3366" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.517 80.1415L107.612 80.4727L107.7 80.7805" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.645 80.5886L107.74 80.9181L107.966 81.6907L108.165 82.3603L108.367 83.0241L108.605 83.7896L108.847 84.5519L109.095 85.3105L109.309 85.9501L109.55 86.65L109.845 87.4861L110.143 88.3128L110.416 89.0577L110.803 90.0996L111.077 90.8433L111.166 91.5781L111.065 92.321L110.891 92.9842L110.597 93.9343L110.27 94.711L109.828 95.6005L109.277 96.5867L108.622 97.6533L108.257 98.2115L107.869 98.7836L107.459 99.3674L107.026 99.9609L106.572 100.562L106.097 101.169L105.603 101.779L105.089 102.39L104.558 103.001L104.009 103.609L103.442 104.215L102.857 104.82L102.254 105.424L101.633 106.027L100.993 106.631L100.334 107.236L99.656 107.843L98.9587 108.452L98.2419 109.064L97.5053 109.68L96.7486 110.3L95.9717 110.925L95.1742 111.555L94.356 112.192L93.5169 112.836L92.6566 113.487L91.7757 114.145L90.8745 114.807L89.9536 115.473L89.0135 116.141L88.0547 116.81L87.0777 117.479L86.0829 118.145L85.071 118.809L84.343 119.277L83.5882 119.772L82.8635 120.249L82.2149 120.675L81.4798 121.156L80.8024 121.596L79.8524 122.214L78.9897 122.766L78.4304 123.108L77.864 123.424L77.2847 123.717L76.4239 124.108L75.2607 124.613L74.5548 124.917L73.7706 125.253L72.9153 125.615L72.1255 125.948L71.2446 126.316L70.2758 126.719" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.2758 126.719L70.7399 126.526" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.483 126.634L70.5333 126.613" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M70.5333 126.613L69.3945 127.094L68.1916 127.584L66.9813 128.06L65.7644 128.52L64.5416 128.965L63.3136 129.395L62.0811 129.809L60.8449 130.208L59.6057 130.591L58.3641 130.959L57.1215 131.31L55.8805 131.645L54.6445 131.964L53.4167 132.265L52.2004 132.55L50.9987 132.817L49.815 133.066L48.6525 133.297L47.5144 133.51L46.404 133.704L45.3246 133.88L44.2792 134.036L43.2712 134.172L42.3038 134.289L41.3802 134.386L40.5037 134.462L39.6765 134.518L38.8974 134.555L38.1639 134.574L37.474 134.576L36.8252 134.564L36.2154 134.539L35.1036 134.455L34.1204 134.336L33.2477 134.193L32.5026 134.046" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.7788 132.081L23.7509 132.069L23.3542 131.391L23.0934 130.518L22.8327 129.644L22.5718 128.771L22.311 127.897L22.0502 127.023L21.7893 126.149L21.5284 125.276L21.2674 124.402L21.0065 123.528L20.8107 122.872" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.0509 122.088L23.064 122.09L23.4563 122.164" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M26.4131 122.747L26.483 122.761L27.2365 122.909L27.7016 123.001" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.8585 123.229L29.0147 123.26L29.7176 123.391L30.4993 123.516L31.3764 123.625L32.3576 123.705L33.4704 123.747L34.0835 123.751L34.7352 123.74L35.4277 123.715L36.163 123.673L36.9431 123.613L37.7566 123.536L38.6275 123.438L39.5396 123.322L40.4901 123.188L41.4759 123.035L42.4943 122.865L43.5422 122.678L44.6167 122.473L45.7149 122.251L46.8339 122.013L47.9708 121.759L49.1226 121.488L50.2863 121.202L50.8103 121.068" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M50.2795 121.204L51.453 120.903L52.6326 120.586L53.8154 120.255L54.9989 119.909L56.1827 119.548L57.3667 119.172L58.551 118.781L59.7356 118.374L60.9205 117.95L62.1056 117.51L63.2911 117.053L64.4769 116.58L65.6631 116.088L66.8495 115.579L68.0363 115.051L69.2235 114.505L70.4109 113.94L71.5988 113.356L72.7869 112.752L73.975 112.129L75.1606 111.489L76.3412 110.833L77.514 110.164L78.6762 109.484L79.8252 108.796L80.9583 108.101L82.0622 107.409L83.1548 106.709L84.2234 106.01L85.2652 105.314L86.2777 104.622L87.258 103.938L88.2036 103.264L89.1117 102.601L89.9797 101.952L90.8057 101.32L91.5913 100.702L92.3386 100.097L93.0501 99.5054L93.728 98.9242L94.3746 98.3527L94.9923 97.7893L95.5698 97.2454L96.1363 96.6946L96.6808 96.148L97.2057 95.6041L97.713 95.0616L98.2052 94.5193L98.6846 93.9758L99.1535 93.4296L99.6141 92.8795L100.068 92.3247L100.515 91.7663L100.954 91.2062L101.37 90.6622L101.788 90.1039L102.194 89.549L102.587 88.9994L102.966 88.4565L103.329 87.9224L104.004 86.8869L104.603 85.9068L105.105 85.0144L105.522 84.1861L105.837 83.4628L106.077 82.7988L106.295 81.9744L106.395 81.2864" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.7 76.628L104.749 76.6031L105.331 76.7638L105.859 76.7286" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M83.5881 119.772L83.7123 119.69L84.4924 119.176" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M19.1959 130.548L19.1652 130.535L18.5292 130.249L17.9432 129.974L17.3573 129.7L16.7716 129.426L16.1859 129.152L15.6003 128.877L15.0068 128.6L14.386 128.309L13.7174 127.996L12.9803 127.651L12.1543 127.264L11.547 126.976L10.9026 126.652L10.2326 126.276L9.54844 125.836L8.8617 125.316L8.18388 124.703L7.52646 123.982L6.90094 123.14L6.31968 122.167L5.79828 121.076L5.35327 119.885L5.00108 118.61L4.86491 117.946L4.71749 117.113L4.57 116.279L4.42254 115.446L4.27503 114.612L4.12752 113.778L3.97998 112.944L3.83244 112.11L3.68486 111.276L3.53728 110.442L3.38967 109.607L3.18044 108.396L3.09511 107.727L3.03677 107.047L3.00696 106.358L3.00726 105.661L3.03917 104.958L3.1042 104.251L3.20322 103.543L3.33391 102.836L3.49325 102.136L3.67828 101.444L3.88598 100.766L4.11335 100.105L4.35735 99.4641L4.61503 98.8482L4.82659 97.7467L4.95753 96.4842L5.1048 95.2187L5.26637 93.9632L5.44023 92.7304L5.62436 91.5331L5.81676 90.3841L6.01569 89.2893L6.21937 88.2543" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M61.9709 86.992L61.9738 87.2996L62.1343 87.9444L62.4719 88.6795L62.9512 89.5656L63.5369 90.6636L63.859 91.3089L64.1978 92.0182L64.5521 92.787L64.9207 93.611L65.3026 94.4862L65.6967 95.408L66.1018 96.3723L66.5168 97.3748L66.9406 98.4112L67.3722 99.4773L67.8103 100.569L68.2539 101.681L68.5246 102.364" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M56.3829 92.2611L56.4559 91.798L56.6437 91.0908L56.9063 90.3368L57.2438 89.5383L57.6754 88.6954L58.1587 87.8197L58.7192 86.9097L59.3195 85.9839L59.947 85.0421L60.6472 84.0746L61.1136 83.5438L61.6712 82.9687L62.3225 82.3454L63.0604 81.6831L63.8757 80.994L64.7589 80.2902L65.7006 79.5841L66.6916 78.888L67.7225 78.2139L68.7839 77.5742L69.8664 76.981L70.9609 76.4467L72.0578 75.9833L73.148 75.603L74.222 75.3182L75.2706 75.1409L76.2845 75.0833L77.2544 75.1576L78.1731 75.3725L79.0418 75.7224L79.8639 76.1983L80.6426 76.7912L81.3815 77.492L82.0837 78.2917L82.7526 79.1813L83.3915 80.1518L84.0038 81.1941L84.5928 82.2993L85.1618 83.4583L85.7142 84.662L86.0428 85.418" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M86.5313 90.8939L86.4637 90.954L85.563 91.0369L85.1156 90.7169L84.2207 90.077L83.326 89.4371L82.4314 88.7974L81.5368 88.1576L80.6424 87.5179L79.748 86.8784L78.8999 86.2718" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M23.5203 58.4828L22.695 58.6042L21.5718 58.8686L20.4243 59.225L19.2622 59.6614L18.0949 60.1658L18.0348 60.1948" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M16.9087 60.7384L15.7831 61.3303L14.6576 61.9663L13.565 62.6221L12.515 63.2857L11.5171 63.9449L10.5809 64.5878L9.71585 65.2021L8.93161 65.7759L8.23552 66.3004L7.62613 66.7796L7.09975 67.2209L6.28142 68.0197L5.75124 68.7558L5.47975 69.4884L5.4375 70.2768L5.59507 71.18L5.92291 72.2572L6.14147 72.8795L6.39184 73.5656L6.67173 74.3133L6.97919 75.1184L7.31221 75.9768L7.66886 76.8844L8.04713 77.837L8.44506 78.8306L8.83444 79.7961" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M96.7571 72.3256L96.659 72.5092L96.6569 72.5132" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.0845 73.202L97.0882 73.2028L97.6804 72.7213L97.5417 72.1056L97.319 72.0154" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.7981 76.1527L98.9355 76.2062L99.3479 75.8024L99.4075 75.0975L99.2068 75.0432" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.6118 75.6596L98.7032 75.4736" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.9773 78.055L100.135 78.1439L100.524 77.7025L100.585 76.9991L100.253 76.7369" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.7028 77.4071L99.7722 77.1989" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M95.9456 74.6791L96.0674 74.8383L96.507 74.5203L97.1017 73.9931L96.8396 73.5717L96.3153 72.7289L95.8119 72.4497" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.596 53.0491L105.659 53.1013L106.084 53.6907L106.696 53.876L107.153 54.3836L107.63 54.8904L108.208 55.2158L108.587 55.8826L109.225 56.2614L109.652 56.8682L109.992 57.4276L110.571 57.815L110.93 58.5197L111.4 59.0544L111.86 59.5555L112.145 60.2894L112.659 60.8019L113.065 61.447L113.299 62.1496L113.85 62.7169L114.166 63.4489L114.398 64.0866L114.849 64.5925L115.13 65.3387L115.328 65.9809L115.766 66.5379L116.008 67.2911L116.27 68.0675L116.672 68.7218L116.798 69.458L117.118 70.2172L117.439 70.9469L117.471 71.6244L117.751 72.2421L118.036 72.9869L118.039 73.7778L118.363 74.4436L118.524 75.1888L118.514 75.9153L118.824 76.6388L118.846 77.3186L118.883 78.0303L119.12 78.7845L118.976 79.4671L119.188 80.2972L119.213 80.9782L119.102 81.7277L119.254 82.4717L118.974 83.126L119.118 83.8202L118.977 84.5057L118.865 85.228L118.783 85.9736L118.434 86.1912L117.364 86.8098L116.327 87.409L115.09 88.1244L114.137 88.6751" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.592 86.0997L118.54 86.1374L118.553 86.8796L118.128 87.5398L117.058 88.1584L116.021 88.7576L114.784 89.473L113.963 89.9478" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.073 87.5714L118.057 87.6873L118.035 88.4847L117.623 88.8009L116.553 89.4194L115.517 90.0187L114.28 90.7341L113.743 91.0446" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M117.517 88.8622L117.515 88.8709L117.436 89.6182L117.096 89.855L116.026 90.4736L114.99 91.0728L113.753 91.7882L113.51 91.9292" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.855 89.9946L116.851 90.0314L116.564 90.6927L115.996 91.0213L115.311 91.4175L114.275 92.0168L113.297 92.5821" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.075 90.9755L116.07 91.0158L115.654 91.5149L114.585 92.1334L113.549 92.7325" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M113.549 92.7325L115.149 91.8069" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.388 49.1658L111.427 49.202L112.041 49.264L112.49 49.8107L113.082 50.0936L113.656 50.6444L114.132 51.1508L114.711 51.4757L115.09 52.1421L115.728 52.5205L116.155 53.1268L116.495 53.6858L117.074 54.0728L117.432 54.7771L117.903 55.3114L118.363 55.812L118.647 56.5456L119.162 57.0577L119.568 57.7024L119.801 58.4047L120.352 58.9714L120.669 59.7031L120.9 60.3405L121.351 60.846L121.632 61.5919L121.83 62.2337L122.267 62.7903L122.509 63.5432L122.771 64.3193L123.173 64.9732L123.299 65.7091L123.619 66.4678L123.94 67.1972L123.971 67.8745L124.251 68.4919L124.536 69.2363L124.539 70.027L124.862 70.6924L125.023 71.4374L125.013 72.1637L125.322 72.8868L125.344 73.5664L125.381 74.2779L125.617 75.0318L125.473 75.7144L125.685 76.5441L125.709 77.2248L125.598 77.9743L125.75 78.7179L125.47 79.3722L125.613 80.0662L125.472 80.7516L125.36 81.4738L125.277 82.2192L124.672 82.5845L123.784 83.0982L122.895 83.612L122.285 83.9613" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.335 50.9882L109.3 51.2869" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.3 51.2869L109.214 50.8889" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M110.613 51.9592L110.55 52.2599" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M110.55 52.2599L110.49 51.9112" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.884 53.1016L111.79 53.3945" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M111.79 53.3944L111.766 52.9717" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M113.136 54.4043L113.01 54.6799" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M113.01 54.6797L113.022 54.261" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M114.248 55.6996L114.144 56.0335" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M114.357 55.855L114.199 56.1041" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M115.432 57.2733L115.295 57.5809" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M115.295 57.5809L115.536 57.4393" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.661 59.1424L116.44 59.3158" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M116.44 59.3157L116.563 58.9674" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M117.72 60.9474L117.472 61.074" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M117.472 61.0739L117.63 60.7651" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.704 62.837L118.433 62.913" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M118.433 62.9131L118.623 62.6492" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.604 64.7928L119.314 64.8161" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M119.314 64.8163L119.531 64.6013" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.41 66.7961L120.107 66.7668" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.062 68.6339L120.775 68.6614" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.775 68.6614L121.114 68.8272" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.373 70.651L121.669 70.6753" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.163 72.707L121.864 72.6336" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.864 72.6336L122.193 72.8946" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.539 74.7094L122.242 74.5918" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.242 74.5918L122.557 74.8915" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.799 76.8379L122.516 76.6038" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.516 76.6038L122.793 76.6631" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.916 78.7151L122.654 78.4614" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.654 78.4614L122.922 78.5494" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.908 80.505L122.671 80.2415" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.671 80.2415L122.769 80.2213" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.775 82.1902L122.566 81.9264" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.566 81.9264L122.804 82.0471" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.558 83.6249L122.357 83.4029" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M125.086 82.3454L125.033 82.3832L125.046 83.1251L124.633 83.778L123.961 84.1671L122.994 84.7262L122.32 85.1154L121.869 85.3419" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.139 85.1828L121.992 84.9475" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.992 84.9475L122.191 85.0679" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.566 83.817L124.55 83.9329L124.527 84.7301L124.128 85.039L123.455 85.4281L122.488 85.9873L121.815 86.3765L121.394 86.5572" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.705 86.3624L121.564 86.1636" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.564 86.1636L121.632 86.4428" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M124.009 85.1079L124.007 85.1165L123.927 85.8637L123.333 86.2481L122.444 86.7619L121.556 87.2757L120.948 87.4049L120.814 87.6279" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.346 86.2404L123.343 86.2772L123.106 86.909L122.616 87.1923L121.728 87.706L120.84 88.2198L120.286 88.4496L120.138 88.5394" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M120.398 88.4575L120.319 88.3155" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M122.566 87.2215L122.561 87.2618L122.157 87.7536L121.484 88.1426L120.518 88.7016L119.845 89.0908L119.369 89.2843" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M121.639 88.0532L121.591 88.1329L120.988 88.5008L120.1 89.0144L119.212 89.5281L118.592 89.8582L118.525 89.8508" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.431 109.914L103.782 110.493L103.142 111.075L102.507 111.661L101.875 112.25L101.244 112.843L100.609 113.438L99.9684 114.036" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.9989 123.146L88.956 122.552L89.8937 121.956L90.8102 121.359L91.7033 120.76L92.5713 120.16L93.4122 119.559L94.2245 118.957L95.0073 118.354L95.7628 117.749L96.4935 117.145L97.2019 116.54L97.8904 115.937L98.5616 115.335L99.2177 114.735L99.8611 114.138" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.8611 114.138L98.5616 115.335L97.8905 115.937L97.2019 116.54L96.4935 117.145L95.7628 117.749" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M55.6181 137.043L55.4894 137.07L54.2482 137.304L53.0079 137.515" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.7701 137.703L50.5361 137.867L49.3075 138.009" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M48.0857 138.127L46.8723 138.222L45.5936 138.298L44.3978 138.346L43.2149 138.37L42.0464 138.369L40.8938 138.344L39.7585 138.294L38.5471 138.216L37.4461 138.118L36.3624 137.998L35.2952 137.857L34.2438 137.695L33.1005 137.498L32.0761 137.3L31.0651 137.085L30.0668 136.855L29.0801 136.609L28.1045 136.351L27.0226 136.049L26.065 135.767L25.116 135.475L24.1747 135.174L23.2403 134.865L22.312 134.55L21.3921 134.227L20.4829 133.897L19.5866 133.558L18.7055 133.21L17.8419 132.852L16.8725 132.429L16.05 132.049L15.2517 131.656L14.4801 131.252L13.7373 130.834L13.0256 130.402L12.2229 129.878L11.5799 129.416L10.9749 128.939L10.2903 128.344L9.76768 127.832L9.17406 127.182L8.73704 126.638L8.23634 125.934L7.88587 125.36L7.47861 124.605L7.12092 123.816L6.81104 122.997" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M4.42778 106.34L4.42175 105.995L4.4224 104.965L4.44256 103.882L4.45731 103.208L4.5007 102.078L4.56772 100.893L4.65664 99.6646" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M6.51576 86.8685L6.42612 87.2849L6.21936 88.2543" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M6.21936 88.2543L6.7141 86.026L6.90417 85.279L7.18623 84.2644L7.49537 83.2624L7.84966 82.2288L8.10603 81.5386L8.38839 80.8351L8.87659 79.6995L9.21492 78.9754L9.57279 78.2584L9.94922 77.5508L10.5635 76.4551L10.9751 75.7672L11.3976 75.0877L11.8285 74.4152L12.266 73.7478L12.2795 73.727" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M44.2034 78.9994L44.0152 78.7994L43.8616 78.6453" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.6651 78.4485L43.1727 77.9557" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M43.1727 77.9557L43.6072 78.3913" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M51.7113 87.4261L51.4062 87.13L51.3765 87.1" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.3661 74.7897L39.4503 74.8475L39.9711 75.219" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.9711 75.219L39.5408 74.9096" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M39.9357 75.1691L40.0246 75.2275L40.2918 75.4249" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.421 70.3621L104.383 71.2433L104.297 72.1175L104.207 73.0897" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.221 72.4092L104.197 73.5892L104.318 74.7813L104.543 75.9824L104.752 76.8506L105.071 78.0461L105.108 78.1778" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M110.03 95.2065L110.068 95.3747L110.209 96.1011L110.338 97.0612L110.381 97.7547L110.375 98.4401L110.322 99.1173L110.223 99.7862L110.081 100.446L109.797 101.433L109.567 102.089L109.151 103.094" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.019 103.382L109.088 103.232" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M109.088 103.232L108.608 104.24L108.081 105.254L107.525 106.272L107.242 106.781" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.1281 98.5696L83.291 99.4209" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M83.291 99.421L83.3851 99.3136" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M82.6123 100.02L81.8704 100.547" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M81.8704 100.547L83.5706 99.1715" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M83.5705 99.1715L82.9679 99.7198" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.0227 101.591L79.4193 101.874" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.4193 101.874L80.8203 101.21L81.4223 100.848L82.0627 100.426" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M81.2699 100.932L82.4795 100.161" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M80.5128 101.357L81.8014 100.636" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.5639 101.817L78.254 102.33" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.199 73.4815L104.214 73.7508" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.5966 65.6115L79.6905 65.3566L79.4986 64.8685L78.6852 63.912L77.6354 62.7277L76.6084 61.6181L75.6036 60.5791L74.6207 59.6068L73.6597 58.698L72.7207 57.8494L71.7714 57.0052L70.784 56.1175L70.3016 55.699L69.8198 55.2818L69.3741 55.5627L68.8447 55.8792L67.7613 56.5113L66.6505 57.1435L65.5114 57.7799L64.3434 58.4252L63.1466 59.0845L61.9209 59.7635L60.6671 60.4686L59.3862 61.2073L58.0798 61.9876L56.7541 62.8149L55.4186 63.6993L54.2644 64.5175L53.0988 65.3762L51.9252 66.2754L50.7437 67.2098L49.5543 68.1733L48.3023 69.1932L47.0465 70.2255L45.8024 71.2522L44.5663 72.2667L43.9466 72.7699L43.3316 73.2647L43.1382 73.848" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M72.1388 59.2478L71.796 59.0222" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M47.8114 75.2858L48.2958 75.7519L49.3535 74.7748L50.7524 73.695L52.1712 72.6106L53.6033 71.5383L55.0428 70.4949L56.4836 69.4949L57.8999 68.5559L59.1617 67.739L60.4167 66.7992L61.7442 65.8556L63.0448 64.9732L64.3092 64.1458L65.5284 63.3667L66.7024 62.6303L67.8193 61.9177L68.883 61.2344L69.8945 60.5852L70.8496 59.9698L71.7452 59.388L72.3791 59.1621" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M76.3368 63.3329L75.9183 62.9151" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.2036 61.1487L73.8098 60.8267" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M115.926 91.3546L115.988 91.3189L116.534 91.0031L117.08 90.6873L117.626 90.3716L118.172 90.0559L118.905 89.6267L119.757 88.9415L120.513 88.0717L121.166 87.0261L121.451 86.4402L121.707 85.8141L121.935 85.1495L122.133 84.4478L122.302 83.7106L122.44 82.9399L122.547 82.1375L122.623 81.3053L122.668 80.4452L122.682 79.5595L122.664 78.6501L122.615 77.7194L122.535 76.7695L122.424 75.8027L122.282 74.8214L122.11 73.828L121.908 72.8249L121.676 71.8144L121.415 70.7991L121.126 69.7814L120.81 68.7638L120.466 67.7486L120.097 66.7385L119.702 65.7358L119.283 64.743L118.841 63.7624L118.377 62.7965L117.892 61.8475L117.388 60.918L116.864 60.0099L116.324 59.1255L115.767 58.267L115.196 57.4364L114.611 56.6359L114.015 55.8672L113.408 55.1322L112.793 54.4329L112.17 53.7707L111.541 53.1473L110.907 52.5642L110.271 52.0229L109.634 51.5246L108.996 51.0705L108.767 50.9229" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M123.985 85.7155L124.119 85.6367L125.431 84.8512L126.108 84.4177L126.96 83.7941L127.582 83.2219L128.303 82.3934L128.925 81.3975L129.269 80.6904L129.729 79.4674L129.917 78.8026L130.077 78.1042L130.209 77.3741L130.311 76.6139L130.383 75.8256L130.426 75.0109L130.44 74.1719L130.424 73.3106L130.378 72.4291L130.302 71.5294L130.197 70.6139L130.064 69.6845L129.901 68.7438L129.71 67.7939L129.49 66.837L129.244 65.8756L128.97 64.9119L128.671 63.9483L128.346 62.9871L127.996 62.0307L127.623 61.0813L127.226 60.1413L126.808 59.2129L126.368 58.2984L125.909 57.4L125.431 56.5199L124.935 55.6602L124.423 54.823L123.896 54.0103L123.355 53.2241L122.801 52.4663L122.237 51.7387L121.662 51.043L121.079 50.381L120.488 49.7543L119.892 49.1643L119.292 48.6124L118.689 48.1001L118.085 47.6286L117.481 47.1989L116.879 46.8121L116.28 46.4692L115.782 46.2195" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M110.316 96.8803L110.632 96.6501L111.51 95.801L111.909 95.3019L112.279 94.7546L112.62 94.1606L112.93 93.521L113.21 92.8376L113.458 92.1119L113.674 91.3457L113.857 90.5408L114.007 89.6991L114.124 88.8228L114.206 87.9139L114.255 86.9744L114.269 86.0069L114.249 85.0135L114.195 83.9968L114.107 82.959L113.985 81.9029L113.83 80.8308L113.641 79.7454L113.42 78.6494L113.166 77.5453L112.881 76.4359L112.565 75.3238L112.219 74.2117L111.843 73.1024L111.439 71.9985L111.008 70.9028L110.55 69.8178L110.067 68.7461L109.56 67.6904L109.03 66.6533L108.479 65.6373L107.907 64.6447L107.316 63.678L106.708 62.7397L106.084 61.8318L105.446 60.9568L104.795 60.1165L104.132 59.3131L103.46 58.5485L102.779 57.8247L102.156 57.2056" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.91 76.0146L101.035 76.3443L101.529 76.9037L101.869 76.3924L101.679 75.7569L101.186 75.1975L100.846 75.7087L100.91 76.0146Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.238 73.6001L100.164 73.5811L99.8384 73.9332L99.9553 74.4981L100.392 75.1072L100.792 74.7741L100.675 74.2092L100.238 73.6001Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.7081 72.3614L98.7867 72.3853L99.0922 71.887L98.9335 71.2646L98.448 70.6926L98.0638 71.1669L98.2226 71.7894L98.7081 72.3614Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.39 78.5129L102.414 78.4734L102.783 77.8665L103.171 77.1979L103.028 76.425L102.595 75.7113L102.102 74.9019L101.661 74.1771L101.265 73.5283L100.801 72.768L100.466 72.2173L100.1 71.6184L99.6943 70.9524L99.3455 70.38L98.9096 69.6648L98.4976 69.0088L97.9319 68.7916L97.7028 68.8988" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M99.8644 82.6175L99.8884 82.5892L100.23 82.064" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M98.9574 77.5032L99.0177 77.4676L99.4607 77.7822L99.9847 78.6246L99.9234 79.5031L99.4794 80.0316L99.3587 80.1026" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.11694 127.111L9.14541 127.175L9.44983 127.747L9.79755 128.306L10.1883 128.852L10.6219 129.383L11.0981 129.9L11.6166 130.4L12.1773 130.884L12.778 131.352L13.6053 131.942L14.277 132.379L14.982 132.802L15.718 133.212L16.4827 133.609L17.274 133.994L18.0895 134.369L18.9269 134.732L19.7841 135.085L20.6587 135.429L21.5486 135.765L22.4513 136.092L23.3647 136.412L24.2865 136.725L25.2142 137.032L26.1483 137.331L27.0898 137.622L28.0393 137.903L28.9977 138.173L29.9658 138.431L30.9444 138.676L31.9341 138.907L32.9359 139.122L33.9505 139.321L34.9786 139.502L36.0211 139.663L37.0787 139.805L38.1522 139.926L39.2423 140.024L40.3499 140.098L41.4759 140.148L42.6189 140.174L43.7776 140.175L44.9504 140.152L46.1358 140.105L47.3324 140.035L48.5387 139.94L49.7531 139.823L50.9742 139.681L52.2004 139.517L53.4304 139.33L54.6626 139.12L55.8955 138.888L57.1276 138.633L58.3574 138.355L59.5834 138.056L60.8043 137.735L62.0197 137.392L63.2287 137.03L64.4307 136.647L65.6251 136.246L66.8112 135.827L67.9881 135.391L69.1553 134.938L70.312 134.47L71.4576 133.987L72.5914 133.49L73.7126 132.98L74.8205 132.457L75.9144 131.923L76.9937 131.378L78.0577 130.823L79.1055 130.258L80.1408 129.687L81.1741 129.112L82.2045 128.535L83.2301 127.955L84.2488 127.373L85.2586 126.789L86.2575 126.203L87.2434 125.614L88.2142 125.024L89.1678 124.432L90.1024 123.838L91.0159 123.242L91.9063 122.645L92.7717 122.047L93.6104 121.447L94.4206 120.847L95.2017 120.245L95.9555 119.642L96.6847 119.038L97.3917 118.435L98.079 117.833L98.7489 117.232L99.404 116.633L100.046 116.036L100.679 115.442L101.305 114.851L101.928 114.263L102.55 113.678L103.174 113.096L103.803 112.518L104.404 111.973L104.49 111.213L104.365 110.404L104.304 110.028" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M104.813 108.181L104.926 108.216L105.575 108.413L106.241 108.601L106.918 108.782" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.723 108.455L105.388 108.826" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.388 108.826L106.984 108.93L107.434 108.416L107.833 107.714L108.367 106.745L108.865 105.777L109.306 104.81L109.674 103.843L109.948 102.882L110.11 101.934L110.152 101.175L110.113 100.308" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M105.388 108.826L105.41 108.657L105.553 108.406" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M57.9686 136.535L58.8521 136.32" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M84.0183 125.503L84.2647 125.36" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M86.0348 124.328L86.226 124.214" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.0245 123.738L87.8047 123.264" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M8.98995 94.6607L8.89706 93.4574L8.76397 91.1168L8.74463 89.3384L8.74772 88.6555L8.76416 87.6304L8.82215 86.2335L8.95866 84.5058L9.05193 83.716L9.34839 81.8136L9.52659 80.9626L9.88664 79.5365" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.96753 79.2676L10.2197 78.4485L10.568 77.4602L10.8709 77.4428" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M9.19268 113.665L9.14926 113.636L9.14294 113.283" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.675 58.8167L102.963 59.7341L103.246 60.6511L103.518 61.5668L103.775 62.4811" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M103.774 62.4811L102.739 61.8602L101.629 61.2523L100.371 60.7026L99.1338 60.2659L97.5744 59.7672L96.1391 59.3576L94.7296 58.9766L93.3395 58.6201L91.9707 58.2847L90.6179 57.969L90.3047 57.5198L89.6364 56.6648L88.009 56.2966L86.3772 55.9355L84.7414 55.5806L83.1021 55.2311L81.4599 54.8859L79.8151 54.5443L78.1684 54.2052L76.5203 53.8679L74.8712 53.5314L74.1827 53.0332L73.4954 52.5396L73.085 52.3835" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M87.5619 55.1711L87.6986 55.223L88.4409 55.5061L88.6983 55.5608" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M97.5394 57.712L99.0347 58.0336L100.855 58.4252L102.675 58.8167" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M102.675 58.8167L101.832 58.4932" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M14.1185 71.1926L14.0215 71.3041L13.4181 72.0607L12.9096 72.7636L12.5029 73.3708L12.2434 73.7822" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M42.8965 73.8411L43.5068 74.3623L44.2547 75.0461L44.9962 75.7664L45.7318 76.5204L46.2171 77.042" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M52.2549 84.4757L52.871 85.2958L53.5742 86.2354L55.0064 85.3532L56.4372 84.48L57.8657 83.6243L59.2909 82.7948L60.7119 82.0003L62.1278 81.2493L63.5375 80.5506L64.9401 79.9127L65.6463 79.6249" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M85.5133 84.2242L85.7347 84.5058L86.4521 85.5985L87.0561 86.7291L87.537 87.8875L87.8848 89.0637L88.0897 90.2476L88.142 91.4292L88.0316 92.5983L87.7489 93.7449L87.3065 94.8616L86.7174 95.9408L85.9943 96.975L85.1502 97.9569L84.1979 98.8788L83.1502 99.7333L82.0201 100.513L80.8203 101.21L79.5639 101.817L78.2636 102.327L76.9325 102.732L75.5835 103.024L74.2294 103.196L72.8833 103.24L71.5581 103.149L70.2668 102.916L69.0108 102.554L67.7916 102.077L66.6106 101.499L65.4694 100.834L65.4491 100.821" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M64.9528 100.488L64.3693 100.096L63.3118 99.2988L62.2982 98.4563L61.3302 97.5824L60.409 96.6911L59.5361 95.7963L58.7129 94.9119L57.9408 94.0518L57.2212 93.2299L56.5555 92.4601L55.9452 91.7563L55.3916 91.1323L54.889 90.5798L54.4317 90.0904L53.6298 89.2667L52.9402 88.594L52.3169 88.0048L51.7142 87.4317L51.0861 86.8072L50.3869 86.064L49.5708 85.1349L49.1119 84.594L48.6214 84.0105L48.1009 83.3904L47.5522 82.7399L46.9768 82.0651L46.3764 81.3721L45.7527 80.6671L45.1074 79.9561L44.4421 79.2454L43.7585 78.5409L43.0583 77.8489L42.3431 77.1755L41.6147 76.5267L41.0559 76.154L40.3158 75.5361L39.5657 74.955L38.8073 74.417L38.042 73.9191L37.5386 73.6184" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M24.0673 119.509L24.5665 119.615L25.508 119.798L26.4622 119.966L27.1885 120.08" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.3317 120.243L28.41 120.254L29.4045 120.374L29.2492 119.129L29.1065 117.812L28.9777 116.421L28.8641 114.962L28.7671 113.446L28.6879 111.879L28.6277 110.27L28.5877 108.627L28.5735 107.331" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.098 105.791L29.3021 105.34L29.3389 105.259" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.9547 103.919L30.0513 103.709L30.4229 102.904L30.8073 102.081L31.3767 100.872L32.3493 98.8889L33.0761 97.3503L33.3672 96.76L33.8097 95.8715L34.4224 94.6521L35.2035 93.1298L35.5711 92.4272L36.4825 90.7192L36.9042 89.9447L37.6553 88.5966L38.2093 87.6206L38.7487 86.6906L37.9679 86.2991L37.1822 85.9336L36.3925 85.5938L36.7891 84.5304L37.2079 83.5047L37.6461 82.5125L38.1015 81.5497L38.5715 80.6119L39.0538 79.6952L39.5458 78.7952L40.0451 77.9078L40.5493 77.0288L41.0559 76.154" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M40.0247 75.2275L40.7125 75.7136L41.39 76.2396L42.0557 76.8081L42.7072 77.4092L43.3424 78.0328L43.959 78.669L44.5547 79.3075L45.1273 79.9385L45.6746 80.5518L46.1942 81.1374L46.684 81.6852L47.1443 82.1952L47.5756 82.6676L48.3528 83.4995L49.0151 84.1841" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M79.7559 65.1801L80.1948 65.6904L81.0829 66.7617L81.9919 67.8983L82.9177 69.0934L83.8563 70.3397L84.8037 71.6302L85.7559 72.958L86.7089 74.3158L87.6586 75.6968L88.601 77.0938L89.5321 78.4997L90.448 79.9076L91.3445 81.3103L92.2178 82.701L93.0637 84.0723L93.8783 85.4174L94.6575 86.7292L95.3975 88.0007L96.094 89.2247L96.7491 90.4023L97.3646 91.5345L97.9423 92.6221L98.4842 93.6661L98.657 94.007" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M103.365 104.295L103.556 104.742L103.943 105.665L104.267 106.48L104.528 107.194L104.794 108.09L104.902 108.797L104.777 109.499L104.431 109.914" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.4045 120.374L29.9637 120.744" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M29.9636 120.744L29.8084 119.499L29.6656 118.182L29.5369 116.791L29.4234 115.333L29.3264 113.816L29.2471 112.249L29.1869 110.64L29.147 108.998L29.1287 107.33L29.2519 107.058" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M30.0332 105.333L30.0469 105.303L30.1102 105.166" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M30.7137 103.857L30.9824 103.275L31.3668 102.452L31.9361 101.244L32.9088 99.2603L33.6355 97.7218L33.9267 97.1315L34.3692 96.2431L34.9818 95.0238L35.7629 93.5016L36.1305 92.799L37.0418 91.0912L37.4635 90.3167L38.2146 88.9687L38.7686 87.9928L39.3078 87.0628L38.7487 86.6906" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M107.098 106.925L107.175 106.866L107.391 106.215L107.283 105.342L107.02 104.487L106.762 103.809L106.441 103.038L106.06 102.167L105.785 101.554" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M100.889 91.2887L100.582 90.6899L100.034 89.6359L99.4528 88.5338L98.837 87.382L98.185 86.1791L97.4953 84.9238L96.7714 83.6238L96.0168 82.2868L95.2348 80.9208L94.4289 79.5333L93.6028 78.1323L92.7596 76.7255L91.903 75.3207L91.0364 73.9257L90.1633 72.5483L89.2872 71.1963L88.4114 69.8775L87.5396 68.5996L86.6751 67.3706L85.8214 66.1982L84.9821 65.0902L84.1605 64.0544L83.3557 63.0862L82.5664 62.1813L81.7916 61.3351L81.0302 60.543L80.281 59.8007L79.543 59.1034L78.8151 58.4469L78.0962 57.8265L77.3851 57.2377L76.6808 56.6761L75.982 56.137L75.2878 55.6161L74.597 55.1088" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.597 55.1088L76.2462 55.4451L77.8944 55.7822L79.5411 56.1209L81.1858 56.4624L82.8281 56.8073L84.4674 57.1567L86.1032 57.5113L87.7351 57.8722L89.3624 58.2401L89.7028 58.6606L90.3439 59.5447L91.6967 59.8602L93.0655 60.1954L94.4556 60.5516L95.5891 60.86L97.3005 61.3417L98.7162 61.787L100.097 62.2766L101.003 62.6708L102.465 63.4337L103.501 64.0543L103.736 64.9663L103.945 65.8755L104.121 66.7816L104.261 67.6838L104.359 68.5817L104.412 69.4747L104.421 70.3621" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M53.5742 86.2354L53.5309 86.3709L53.4813 87.2015" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M24.6033 119.874L25.1257 119.985L26.0672 120.168L27.0214 120.336L27.2377 120.37" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M28.3824 120.543L28.9691 120.624L29.9636 120.744" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M74.8713 53.5314L74.597 55.1088" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M89.6365 56.6648L89.3624 58.2401" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M90.618 57.969L90.3439 59.5447" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M103.501 64.0543L103.774 62.4811" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M36.994 85.8526L37.3483 84.9027L37.767 83.8771L38.2053 82.8849L38.6606 81.9221L39.1306 80.9844L39.6128 80.0677L40.1047 79.1677L40.604 78.2804L41.1081 77.4015L41.6147 76.5267" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M212.885 69.9296L212.841 18.626L178.623 2L142.663 17.9989L142.873 69.2911L176.995 86.1896L212.885 69.9296Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M159.109 77.3314L142.936 84.6315L143.146 135.609L177.164 152.704L212.943 136.262L212.899 85.2733L196.677 77.273" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M159.051 143.602L143.208 150.855L143.417 201.521L177.331 218.81L213 202.188L212.956 151.512L197.065 143.559" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M212.841 18.626L176.865 34.7439L142.663 17.9989" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M176.996 86.1896L176.865 34.7439" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M212.899 85.2733L177.034 101.576L142.936 84.6315" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M177.164 152.704L177.034 101.576" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M212.956 151.512L177.203 167.996L143.208 150.855" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M177.331 218.81L177.203 167.996" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
</svg>
)
});
export const GopherHomeNodes: React.FC<IconProps> = (props) => <Icon h={h} w={w} color='primary' {...props} />;

@ -0,0 +1,5 @@
export * from './GlyphHome';
export * from './GopherDownloads';
export * from './GopherHomeFront';
export * from './GopherHomeLinks';
export * from './GopherHomeNodes';

@ -19,7 +19,7 @@ export const Footer: FC = () => {
direction={{ base: 'column', md: 'row' }}
justifyContent={{ md: 'space-between' }}
border='2px solid'
borderColor='brand.light.primary'
borderColor='primary'
>
<Flex
sx={{ mt: '-2px !important' }}
@ -27,19 +27,19 @@ export const Footer: FC = () => {
base: '2px solid',
md: 'none'
}}
borderColor='brand.light.primary'
borderColor='primary'
>
<Stack
flex={1}
color='brand.light.primary'
color='primary'
_hover={{
textDecoration: 'none',
bg: 'brand.light.primary',
color: 'yellow.50 !important'
bg: 'primary',
color: 'bg !important'
}}
justifyContent='center'
borderRight='2px solid'
borderColor='brand.light.primary'
borderColor='primary'
>
<NextLink href={DOWNLOADS_PAGE} passHref>
<Link _hover={{ textDecoration: 'none' }}>
@ -50,17 +50,17 @@ export const Footer: FC = () => {
<Stack
flex={1}
color='brand.light.primary'
color='primary'
_hover={{
textDecoration: 'none',
bg: 'brand.light.primary',
color: 'yellow.50 !important'
bg: 'primary',
color: 'bg !important'
}}
borderRight={{
base: 'none',
md: '2px solid'
}}
borderColor='brand.light.primary'
borderColor='primary'
justifyContent='center'
>
<NextLink href={DOCS_PAGE} passHref>
@ -80,24 +80,16 @@ export const Footer: FC = () => {
md: '2px solid',
lg: 'none'
}}
borderColor='brand.light.primary !important'
borderColor='primary !important'
_hover={{
bg: 'brand.light.primary'
bg: 'primary'
}}
alignItems='center'
p={4}
>
<NextLink href={GETH_TWITTER_URL} passHref>
<Link isExternal>
<TwitterIcon
w={8}
height={8}
_groupHover={{
svg: {
path: { fill: 'yellow.50 !important' }
}
}}
/>
<TwitterIcon w={8} height={8} _groupHover={{ color: 'bg' }} color='primary' />
</Link>
</NextLink>
</Stack>
@ -106,25 +98,17 @@ export const Footer: FC = () => {
data-group
flex={1}
_hover={{
bg: 'brand.light.primary'
bg: 'primary'
}}
alignItems='center'
borderWidth='2px'
borderStyle='none solid'
borderColor='brand.light.primary'
borderColor='primary'
p={4}
>
<NextLink href={GETH_DISCORD_URL} passHref>
<Link isExternal>
<DiscordIcon
w={8}
height={8}
_groupHover={{
svg: {
path: { fill: 'yellow.50 !important' }
}
}}
/>
<DiscordIcon w={8} height={8} _groupHover={{ color: 'bg' }} color='primary' />
</Link>
</NextLink>
</Stack>
@ -133,22 +117,14 @@ export const Footer: FC = () => {
data-group
flex={1}
_hover={{
bg: 'brand.light.primary'
bg: 'primary'
}}
alignItems='center'
p={4}
>
<NextLink href={GETH_REPO_URL} passHref>
<Link isExternal>
<GitHubIcon
w={7}
height={7}
_groupHover={{
svg: {
path: { fill: 'yellow.50 !important' }
}
}}
/>
<GitHubIcon w={7} height={7} _groupHover={{ color: 'bg' }} color='primary' />
</Link>
</NextLink>
</Stack>
@ -164,7 +140,7 @@ export const Footer: FC = () => {
base: 'none solid solid solid',
lg: 'solid solid solid none'
}}
borderColor='brand.light.primary'
borderColor='primary'
flex={1}
>
<Text textStyle='footer-text'>{`© 2013–${new Date().getFullYear()}. The go-ethereum Authors.`}</Text>

@ -1,3 +1,7 @@
import React from 'react';
import { IconProps } from '@chakra-ui/react';
import { WindowsLogo, MacosLogo, LinuxPenguin, SourceBranch } from './components/UI/icons';
// internal pages
export const DOWNLOADS_PAGE = '/downloads';
export const DOCS_PAGE = '/docs';
@ -16,30 +20,35 @@ export const GO_URL = 'https://go.dev/';
// Downloads
export const DEFAULT_BUILD_AMOUNT_TO_SHOW = 10;
export const DOWNLOAD_HEADER_BUTTONS: {
[index: string]: { name: string; image: string; imageAlt: string; buildURL: string };
[index: string]: {
name: string;
ariaLabel: string;
buildURL: string;
Svg: React.FC<IconProps>;
};
} = {
linuxBuild: {
name: 'Linux',
image: '/images/pages/linux-penguin.svg',
imageAlt: 'Linux logo',
ariaLabel: 'Linux logo',
Svg: LinuxPenguin,
buildURL: ''
},
macOSBuild: {
name: 'macOS',
image: '/images/pages/macos-logo.svg',
imageAlt: 'macOS logo',
ariaLabel: 'macOS logo',
Svg: MacosLogo,
buildURL: ''
},
windowsBuild: {
name: 'Windows',
image: '/images/pages/windows-logo.svg',
imageAlt: 'Windows logo',
ariaLabel: 'Windows logo',
Svg: WindowsLogo,
buildURL: ''
},
sourceCode: {
name: 'Sources',
image: '/images/pages/source-branch.svg',
imageAlt: 'Source branch logo',
ariaLabel: 'Source branch logo',
Svg: SourceBranch,
buildURL: ''
}
};

@ -272,7 +272,7 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
sectionTitle='OpenPGP Signatures'
>
{/* TODO: swap for real data */}
<Stack borderBottom='2px solid' borderColor='brand.light.primary'>
<Stack borderBottom='2px solid' borderColor='primary'>
<DataTable columnHeaders={DOWNLOAD_OPENPGP_BUILD_HEADERS} data={pgpBuildTestData} />
</Stack>
@ -288,8 +288,8 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
<DownloadsSection id='importingkeys' sectionTitle='Importing keys and verifying builds'>
<Flex
p={4}
borderBottom='2px solid'
borderColor='brand.light.primary'
borderBottom='2px'
borderColor='primary'
gap={4}
flexDirection={{ base: 'column', md: 'row' }}
>
@ -308,8 +308,8 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
<Flex
p={4}
borderBottom='2px solid'
borderColor='brand.light.primary'
borderBottom='2px'
borderColor='primary'
gap={4}
flexDirection={{ base: 'column', md: 'row' }}
>
@ -328,8 +328,8 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
<Flex
p={4}
borderBottom='2px solid'
borderColor='brand.light.primary'
borderBottom='2px'
borderColor='primary'
gap={4}
flexDirection={{ base: 'column', md: 'row' }}
>

@ -1,14 +1,16 @@
import { Box, Grid, GridItem, Link, Stack, Text } from '@chakra-ui/react';
import type { NextPage } from 'next';
import { GopherHomeFront } from '../components/UI/svgs';
import {
Gopher,
HomeHero,
HomeSection,
QuickLinks,
WhatIsEthereum,
WhyRunANode
} from '../components/UI/homepage';
import { GopherHomeLinks } from '../components/UI/svgs';
import {
CONTRIBUTING_PAGE,
@ -32,11 +34,11 @@ const HomePage: NextPage = ({}) => {
<GridItem rowSpan={2}>
{/* SECTION: What is Geth */}
<HomeSection
imgSrc='/images/pages/gopher-home-front.svg'
imgAltText='Gopher greeting'
sectionTitle='What is Geth'
linkLabel='Get started with Geth'
buttonHref={`${DOCS_PAGE}/getting-started`}
Svg={GopherHomeFront}
ariaLabel='Gopher greeting'
>
<Text fontFamily='"Inter", sans-serif' lineHeight='26px'>
Geth (go-ethereum) is a{' '}
@ -142,7 +144,16 @@ const HomePage: NextPage = ({}) => {
<GridItem w='auto'>
<Box h='100%'>
{/* TODO: replace with animated/video version */}
<Gopher />
<Stack
justifyContent='center'
alignItems='center'
p={4}
border='2px solid'
borderColor='primary'
h='100%'
>
<GopherHomeLinks />
</Stack>
</Box>
</GridItem>

@ -5,24 +5,29 @@ export const Button = {
px: '32px',
borderRadius: 0,
width: { base: '188px', md: 'auto' },
bg: 'brand.light.primary',
_hover: { bg: 'brand.light.secondary' },
bg: 'primary',
_hover: { bg: 'secondary' },
_focus: {
bg: 'brand.light.primary',
boxShadow: 'inset 0 0 0 2px #06fece !important'
bg: 'secondary',
boxShadow: 'inset 0 0 0 2px var(--chakra-colors-primary) !important'
},
_active: { borderTop: '4px solid', borderColor: 'green.200', pt: '4px' }
_active: {
bg: 'secondary',
borderTop: '4px',
borderColor: 'primary',
pt: '4px'
}
},
downloadsHeader: {
py: '8px',
px: '32px',
borderRadius: 0,
width: { base: '188px', md: 'auto' },
bg: 'brand.light.primary',
_hover: { bg: 'brand.light.secondary' },
bg: 'primary',
_hover: { bg: 'secondary' },
_focus: {
bg: 'brand.light.primary',
boxShadow: 'inset 0 0 0 2px #06fece !important'
bg: 'primary',
boxShadow: 'inset 0 0 0 2px var(--chakra-colors-green-200) !important'
},
_active: { borderTop: '4px solid', borderColor: 'green.200' }
}

@ -1,29 +1,29 @@
export const Link = {
variants: {
'button-link-secondary': {
color: 'brand.light.primary',
bg: 'green.50',
_hover: { textDecoration: 'none', bg: 'brand.light.primary', color: 'yellow.50' },
color: 'primary',
bg: 'button-bg',
_hover: { textDecoration: 'none', bg: 'primary', color: 'bg' },
_focus: {
textDecoration: 'none',
bg: 'brand.light.primary',
color: 'yellow.50',
boxShadow: 'inset 0 0 0 3px #f0f2e2 !important'
bg: 'primary',
color: 'bg',
boxShadow: 'inset 0 0 0 3px var(--chakra-colors-bg)'
},
_active: { textDecoration: 'none', bg: 'brand.light.secondary', color: 'yellow.50' }
_active: { textDecoration: 'none', bg: 'secondary', color: 'bg' }
},
light: {
textDecoration: 'underline',
color: 'brand.light.primary',
_hover: { color: 'brand.light.body', textDecorationColor: 'brand.light.body' },
color: 'primary',
_hover: { color: 'body', textDecorationColor: 'body' },
_focus: {
color: 'brand.light.primary',
boxShadow: '0 0 0 1px #11866f !important',
color: 'primary',
boxShadow: '0 0 0 1px var(--chakra-colors-primary)',
textDecoration: 'none'
},
_pressed: {
color: 'brand.light.secondary',
textDecorationColor: 'brand.light.secondary'
color: 'secondary',
textDecorationColor: 'secondary'
}
}
}

@ -1,14 +1,18 @@
export const colors = {
brand: {
light: {
primary: '#11866f',
secondary: '#25453f',
body: '#1d242c'
}
},
green: {
50: '#d7f5ef',
200: '#06fece'
100: '#98FFEB',
200: '#06fece',
300: '#23EDC5',
400: '#1FD3B0',
500: '#2EBDA1',
600: '#11866f',
700: '#08715C',
800: '#25453f',
900: '#02211B'
},
gray: {
800: '#1d242c'
},
yellow: {
50: '#f0f2e2'

@ -0,0 +1,12 @@
import { type ThemeConfig } from '@chakra-ui/react';
/**
* https://chakra-ui.com/docs/styled-system/color-mode
* initialColorMode: 'system' Will default to users system color mode
* useSystemColorMode=true Color mode will change if user changes their system color mode
* Can be overridden with toggle on site and will persist after refresh
* Choice is stored/managed with local storage
*/
export const config: ThemeConfig = {
initialColorMode: 'system',
useSystemColorMode: true
};

@ -1,4 +1,5 @@
export * from './colors';
export * from './config';
export * from './shadows';
export * from './sizes';
export * from './textStyles';

@ -5,7 +5,7 @@ export const textStyles = {
fontSize: '2.75rem',
lineHeight: '3.375rem',
letterSpacing: '5%',
color: 'brand.light.body'
color: 'body'
},
h2: {
fontFamily: '"JetBrains Mono", monospace',
@ -13,7 +13,7 @@ export const textStyles = {
fontSize: '1.5rem',
lineHeight: 'auto',
letterSpacing: '4%',
color: 'brand.light.body'
color: 'body'
},
'header-font': {
fontFamily: '"JetBrains Mono", monospace',
@ -29,7 +29,7 @@ export const textStyles = {
},
'homepage-primary-label': {
fontFamily: '"JetBrains Mono", monospace',
color: 'yellow.50',
color: 'bg',
fontWeight: 700,
textTransform: 'uppercase'
},
@ -49,10 +49,10 @@ export const textStyles = {
fontWeight: 700,
textTransform: 'uppercase',
textAlign: 'center',
color: 'brand.light.primary',
_groupHover: { color: 'yellow.50' },
_groupActive: { color: 'yellow.50' },
_groupFocus: { color: 'yellow.50' }
color: 'primary',
_groupHover: { color: 'bg' },
_groupActive: { color: 'bg' },
_groupFocus: { color: 'bg' }
},
'hero-text-small': {
fontSize: '13px',
@ -66,13 +66,13 @@ export const textStyles = {
},
'downloads-button-label': {
fontFamily: '"JetBrains Mono", monospace',
color: 'yellow.50',
color: 'bg',
fontSize: { base: 'md', lg: 'xl' },
textTransform: 'uppercase'
},
'downloads-button-sublabel': {
fontFamily: '"JetBrains Mono", monospace',
color: 'yellow.50',
color: 'bg',
fontSize: { base: 'xs', lg: 'sm' },
textTransform: 'uppercase'
},

@ -1,9 +1,10 @@
import { extendTheme } from '@chakra-ui/react';
import { colors, shadows, sizes, textStyles } from './foundations';
import { config, colors, shadows, sizes, textStyles } from './foundations';
import { Button, Link } from './components';
const overrides = {
config,
colors,
components: {
Button,
@ -14,11 +15,23 @@ const overrides = {
styles: {
global: () => ({
body: {
bg: 'yellow.50'
bg: 'bg',
transition: 'all 200ms linear !important'
}
})
},
textStyles
textStyles,
semanticTokens: {
colors: {
primary: { _light: 'green.600', _dark: 'green.200' },
secondary: { _light: 'green.800', _dark: 'green.600' },
'button-bg': { _light: 'green.50', _dark: 'green.900' },
body: { _light: 'gray.800', _dark: 'yellow.50' },
'code-bg': { _light: 'gray.200', _dark: 'gray.700' },
'code-bg-contrast': { _light: 'gray.800', _dark: 'gray.900' },
bg: { _light: 'yellow.50', _dark: 'gray.800' }
}
}
};
export default extendTheme(overrides);

Loading…
Cancel
Save