Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • add-types
  • ci-run-on-release
  • dispatch-check
  • main
  • v0.1.0
  • v0.2.0
  • v0.3.0
  • v0.3.1
  • v0.4.0
  • v0.5.0
  • v0.5.1
  • v1.0.0
12 results

Target

Select target project
  • wotsubo/PSBoardDataBase
1 result
Select Git revision
  • add-types
  • ci-run-on-release
  • dispatch-check
  • main
  • v0.1.0
  • v0.2.0
  • v0.3.0
  • v0.3.1
  • v0.4.0
  • v0.5.0
  • v0.5.1
  • v1.0.0
12 results
Show changes
Commits on Source (33)
Showing
with 7241 additions and 1114 deletions
......@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.0] - 2025-01-23
Release for 7th campaign dispatching.
### Added
- QAQC progress plot notebook
- (notebook) PLLLD wait time scan
- Added QAQC campaign 7 to the database
- Added slave log validity columns to single and extra run result tables (!1418)
### Changed
- Separate notebook environment from main environment
- Modified ppconfig_error_analysis & pllld_count for new results
### Fixed
- Fixed wrong variable name ([!1414](https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/merge_requests/1414))
## [0.4.0] - 2024-12-12
Release for 6th campaign dispatching.
......@@ -93,7 +113,8 @@ Release for 6th campaign dispatching.
- Docs on the database and example of querying the database.
- Docs on the internal (Julia implementation)
[unreleased]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.4.0...main
[unreleased]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.5.0...main
[0.4.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.4.0...v0.5.0
[0.4.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.1...v0.4.0
[0.3.1]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.0...v0.3.1
[0.3.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.2.0...v0.3.0
......
# This file is machine-generated - editing it directly is not advised
julia_version = "1.11.2"
julia_version = "1.11.3"
manifest_format = "2.0"
project_hash = "e20af0781afd5866dc7398b8d852e9c8ee3e4f13"
......@@ -116,7 +116,7 @@ version = "1.6.0"
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
version = "2.6.4+1"
version = "2.6.4+3"
[[deps.FilePathsBase]]
deps = ["Compat", "Dates"]
......@@ -175,9 +175,9 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
version = "1.11.0"
[[deps.InvertedIndices]]
git-tree-sha1 = "0dc7b50b8d436461be01300fd8cd45aa0274b038"
git-tree-sha1 = "6da3c4316095de0f5ee2ebd875df8721e7e0bdbe"
uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
version = "1.3.0"
version = "1.3.1"
[[deps.IteratorInterfaceExtensions]]
git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856"
......@@ -186,9 +186,9 @@ version = "1.0.0"
[[deps.JLLWrappers]]
deps = ["Artifacts", "Preferences"]
git-tree-sha1 = "be3dc50a92e5a386872a493a10050136d4703f9b"
git-tree-sha1 = "a007feb38b422fbdab534406aeca1b86823cb4d6"
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
version = "1.6.1"
version = "1.7.0"
[[deps.JSON]]
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
......@@ -237,9 +237,9 @@ version = "1.11.0"
[[deps.Libiconv_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "61dfdba58e585066d8bce214c5a51eaa0539f269"
git-tree-sha1 = "be484f5c92fad0bd8acfef35fe017900b0b73809"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.17.0+1"
version = "1.18.0+0"
[[deps.LinearAlgebra]]
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
......@@ -293,7 +293,7 @@ version = "0.3.27+1"
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10"
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
version = "3.0.15+1"
version = "3.0.15+3"
[[deps.OrderedCollections]]
git-tree-sha1 = "12f1439c4f986bb868acda6ea33ebc78e19b95ad"
......@@ -384,13 +384,13 @@ version = "1.6.1"
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
git-tree-sha1 = "e84fab7d16107342d7638fbd519151d9a0d80720"
uuid = "76ed43ae-9a5d-5a62-8c75-30186b810ce8"
version = "3.47.2+0"
version = "3.47.2+2"
[[deps.SentinelArrays]]
deps = ["Dates", "Random"]
git-tree-sha1 = "d0553ce4031a081cc42387a9b9c8441b7d99f32d"
git-tree-sha1 = "712fb0231ee6f9120e005ccd56297abbc053e7e0"
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
version = "1.4.7"
version = "1.4.8"
[[deps.Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
......@@ -408,9 +408,9 @@ version = "1.2.1"
[[deps.StaticArrays]]
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
git-tree-sha1 = "777657803913ffc7e8cc20f0fd04b634f871af8f"
git-tree-sha1 = "47091a0340a675c738b1304b58161f3b0839d454"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.9.8"
version = "1.9.10"
[deps.StaticArrays.extensions]
StaticArraysChainRulesCoreExt = "ChainRulesCore"
......
name = "PSBoardDataBase"
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
authors = ["Wataru Otsubo <wotsubo@icepp.s.u-tokyo.ac.jp>"]
version = "0.4.0"
version = "0.5.0"
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
......
# This file is machine-generated - editing it directly is not advised
julia_version = "1.11.1"
julia_version = "1.11.3"
manifest_format = "2.0"
project_hash = "0c756de6376fd167a1756a34f8c071b8d2746ea3"
......@@ -109,9 +109,9 @@ version = "0.9.3"
[[deps.Documenter]]
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "CodecZlib", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "TOML", "Test", "Unicode"]
git-tree-sha1 = "5a1ee886566f2fa9318df1273d8b778b9d42712d"
git-tree-sha1 = "d0ea2c044963ed6f37703cead7e29f70cba13d7e"
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
version = "1.7.0"
version = "1.8.0"
[[deps.DocumenterInterLinks]]
deps = ["CodecZlib", "DocInventories", "Documenter", "DocumenterInventoryWritingBackport", "Markdown", "MarkdownAST", "TOML"]
......@@ -132,9 +132,9 @@ version = "1.6.0"
[[deps.Expat_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "1c6317308b9dc757616f0b5cb379db10494443a7"
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
version = "2.6.2+0"
version = "2.6.4+3"
[[deps.FilePathsBase]]
deps = ["Compat", "Dates"]
......@@ -164,9 +164,9 @@ version = "1.3.1"
[[deps.Git_jll]]
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "LibCURL_jll", "Libdl", "Libiconv_jll", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"]
git-tree-sha1 = "ea372033d09e4552a04fd38361cd019f9003f4f4"
git-tree-sha1 = "399f4a308c804b446ae4c91eeafadb2fe2c54ff9"
uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb"
version = "2.46.2+0"
version = "2.47.1+0"
[[deps.IOCapture]]
deps = ["Logging", "Random"]
......@@ -193,9 +193,9 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
version = "1.11.0"
[[deps.InvertedIndices]]
git-tree-sha1 = "0dc7b50b8d436461be01300fd8cd45aa0274b038"
git-tree-sha1 = "6da3c4316095de0f5ee2ebd875df8721e7e0bdbe"
uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
version = "1.3.0"
version = "1.3.1"
[[deps.IteratorInterfaceExtensions]]
git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856"
......@@ -204,9 +204,9 @@ version = "1.0.0"
[[deps.JLLWrappers]]
deps = ["Artifacts", "Preferences"]
git-tree-sha1 = "be3dc50a92e5a386872a493a10050136d4703f9b"
git-tree-sha1 = "a007feb38b422fbdab534406aeca1b86823cb4d6"
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
version = "1.6.1"
version = "1.7.0"
[[deps.JSON]]
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
......@@ -220,9 +220,9 @@ uuid = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
version = "1.4.0"
[[deps.LazilyInitializedFields]]
git-tree-sha1 = "8f7f3cabab0fd1800699663533b6d5cb3fc0e612"
git-tree-sha1 = "0f2da712350b020bc3957f269c9caad516383ee0"
uuid = "0e77f7df-68c5-4e49-93ce-4cd80f5598bf"
version = "1.2.2"
version = "1.3.0"
[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
......@@ -255,9 +255,9 @@ version = "1.11.0"
[[deps.Libiconv_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "61dfdba58e585066d8bce214c5a51eaa0539f269"
git-tree-sha1 = "be484f5c92fad0bd8acfef35fe017900b0b73809"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.17.0+1"
version = "1.18.0+0"
[[deps.LinearAlgebra]]
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
......@@ -311,12 +311,12 @@ version = "0.3.27+1"
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10"
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
version = "3.0.15+1"
version = "3.0.15+3"
[[deps.OrderedCollections]]
git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
git-tree-sha1 = "12f1439c4f986bb868acda6ea33ebc78e19b95ad"
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.6.3"
version = "1.7.0"
[[deps.PCRE2_jll]]
deps = ["Artifacts", "Libdl"]
......@@ -327,7 +327,7 @@ version = "10.42.0+1"
deps = ["AutoHashEquals", "CSV", "DBInterface", "DataFrames", "Dates", "Documenter", "Downloads", "Printf", "SQLite", "StaticArrays", "Tables"]
path = "/home/qwjyh/Documents/school/lab/PSBoard_QAQC/PSBoardDataBase"
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
version = "0.2.0"
version = "0.5.0"
weakdeps = ["InteractiveUtils"]
[deps.PSBoardDataBase.extensions]
......@@ -410,15 +410,15 @@ version = "1.6.1"
[[deps.SQLite_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
git-tree-sha1 = "004fffbe2711abdc7263a980bbb1af9620781dd9"
git-tree-sha1 = "e84fab7d16107342d7638fbd519151d9a0d80720"
uuid = "76ed43ae-9a5d-5a62-8c75-30186b810ce8"
version = "3.45.3+0"
version = "3.47.2+2"
[[deps.SentinelArrays]]
deps = ["Dates", "Random"]
git-tree-sha1 = "305becf8af67eae1dbc912ee9097f00aeeabb8d5"
git-tree-sha1 = "712fb0231ee6f9120e005ccd56297abbc053e7e0"
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
version = "1.4.6"
version = "1.4.8"
[[deps.Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
......@@ -436,9 +436,9 @@ version = "1.2.1"
[[deps.StaticArrays]]
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
git-tree-sha1 = "777657803913ffc7e8cc20f0fd04b634f871af8f"
git-tree-sha1 = "47091a0340a675c738b1304b58161f3b0839d454"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.9.8"
version = "1.9.10"
[deps.StaticArrays.extensions]
StaticArraysChainRulesCoreExt = "ChainRulesCore"
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
# See https://domluna.github.io/JuliaFormatter.jl/stable/ for a list of options
whitespace_ops_in_indices = true
remove_extra_newlines = true
always_for_in = true
whitespace_typedefs = true
normalize_line_endings = "unix"
# format_docstrings = true
# format_markdown = true
align_assignment = true
align_struct_field = true
align_conditional = true
align_pair_arrow = true
align_matrix = true
......@@ -2,7 +2,7 @@
julia_version = "1.11.2"
manifest_format = "2.0"
project_hash = "5459dda24740eb0fbddbd283ef8d6654eb96910e"
project_hash = "9bfd3227044b739391f5fee603ddc4de538f1c94"
[[deps.ANSIColoredPrinters]]
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
......@@ -20,6 +20,12 @@ weakdeps = ["ChainRulesCore", "Test"]
AbstractFFTsChainRulesCoreExt = "ChainRulesCore"
AbstractFFTsTestExt = "Test"
[[deps.AbstractPlutoDingetjes]]
deps = ["Pkg"]
git-tree-sha1 = "6e1d2a35f2f90a4bc7c2ed98079b2ba09c35b83a"
uuid = "6e696c72-6542-2067-7265-42206c756150"
version = "1.3.2"
[[deps.AbstractTrees]]
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
......@@ -96,7 +102,7 @@ version = "1.0.7"
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "8873e196c2eb87962a2048b3b8e08946535864a1"
uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
version = "1.0.8+2"
version = "1.0.8+4"
[[deps.CEnum]]
git-tree-sha1 = "389ad5c84de1ae7cf0e28e381131c98ea87d54fc"
......@@ -127,9 +133,9 @@ version = "1.1.1"
[[deps.CairoMakie]]
deps = ["CRC32c", "Cairo", "Cairo_jll", "Colors", "FileIO", "FreeType", "GeometryBasics", "LinearAlgebra", "Makie", "PrecompileTools"]
git-tree-sha1 = "076fca013bc2c73b2038f7d27ea4fa3a624fcd9d"
git-tree-sha1 = "0afa2b4ac444b9412130d68493941e1af462e26a"
uuid = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
version = "0.12.17"
version = "0.12.18"
[[deps.Cairo_jll]]
deps = ["Artifacts", "Bzip2_jll", "CompilerSupportLibraries_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"]
......@@ -145,9 +151,9 @@ version = "0.5.2"
[[deps.ChainRulesCore]]
deps = ["Compat", "LinearAlgebra"]
git-tree-sha1 = "3e4b134270b372f2ed4d4d0e936aabaefc1802bc"
git-tree-sha1 = "1713c74e00545bfe14605d2a2be1712de8fbcb58"
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
version = "1.25.0"
version = "1.25.1"
weakdeps = ["SparseArrays"]
[deps.ChainRulesCore.extensions]
......@@ -160,16 +166,16 @@ uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
version = "0.7.6"
[[deps.ColorBrewer]]
deps = ["Colors", "JSON", "Test"]
git-tree-sha1 = "61c5334f33d91e570e1d0c3eb5465835242582c4"
deps = ["Colors", "JSON"]
git-tree-sha1 = "e771a63cc8b539eca78c85b0cabd9233d6c8f06f"
uuid = "a2cac450-b92f-5266-8821-25eda20663c8"
version = "0.4.0"
version = "0.4.1"
[[deps.ColorSchemes]]
deps = ["ColorTypes", "ColorVectorSpace", "Colors", "FixedPointNumbers", "PrecompileTools", "Random"]
git-tree-sha1 = "c785dfb1b3bfddd1da557e861b919819b82bbe5b"
git-tree-sha1 = "26ec26c98ae1453c692efded2b17e15125a5bea1"
uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
version = "3.27.1"
version = "3.28.0"
[[deps.ColorTypes]]
deps = ["FixedPointNumbers", "Random"]
......@@ -189,9 +195,9 @@ weakdeps = ["SpecialFunctions"]
[[deps.Colors]]
deps = ["ColorTypes", "FixedPointNumbers", "Reexport"]
git-tree-sha1 = "362a287c3aa50601b0bc359053d5c2468f0e7ce0"
git-tree-sha1 = "64e15186f0aa277e174aa81798f7eb8598e0157e"
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
version = "0.12.11"
version = "0.13.0"
[[deps.Compat]]
deps = ["TOML", "UUIDs"]
......@@ -263,9 +269,9 @@ version = "1.11.0"
[[deps.DelaunayTriangulation]]
deps = ["AdaptivePredicates", "EnumX", "ExactPredicates", "Random"]
git-tree-sha1 = "e1371a23fd9816080c828d0ce04373857fe73d33"
git-tree-sha1 = "5620ff4ee0084a6ab7097a27ba0c19290200b037"
uuid = "927a84f5-c5f4-47a5-9785-b46e178433df"
version = "1.6.3"
version = "1.6.4"
[[deps.Distributed]]
deps = ["Random", "Serialization", "Sockets"]
......@@ -274,9 +280,9 @@ version = "1.11.0"
[[deps.Distributions]]
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
git-tree-sha1 = "3101c32aab536e7a27b1763c0797dba151b899ad"
git-tree-sha1 = "03aa5d44647eaec98e1920635cdfed5d5560a8b9"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
version = "0.25.113"
version = "0.25.117"
[deps.Distributions.extensions]
DistributionsChainRulesCoreExt = "ChainRulesCore"
......@@ -326,12 +332,12 @@ version = "2.2.8"
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
version = "2.6.4+1"
version = "2.6.4+3"
[[deps.Extents]]
git-tree-sha1 = "81023caa0021a41712685887db1fc03db26f41f5"
git-tree-sha1 = "063512a13dbe9c40d999c439268539aa552d1ae6"
uuid = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
version = "0.1.4"
version = "0.1.5"
[[deps.FFMPEG_jll]]
deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "JLLWrappers", "LAME_jll", "Libdl", "Ogg_jll", "OpenSSL_jll", "Opus_jll", "PCRE2_jll", "Zlib_jll", "libaom_jll", "libass_jll", "libfdk_aac_jll", "libvorbis_jll", "x264_jll", "x265_jll"]
......@@ -349,7 +355,7 @@ version = "1.8.0"
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "4d81ed14783ec49ce9f2e168208a12ce1815aa25"
uuid = "f5851436-0d7a-5f13-b9de-f02708fd171a"
version = "3.3.10+1"
version = "3.3.10+3"
[[deps.FHist]]
deps = ["BayesHistogram", "LinearAlgebra", "MakieCore", "Measurements", "RecipesBase", "Requires", "Statistics", "StatsBase"]
......@@ -450,9 +456,9 @@ version = "0.10.6"
[[deps.FriBidi_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "1ed150b39aebcc805c26b93a8d0122c940f64ce2"
git-tree-sha1 = "846f7026a9decf3679419122b49f8a1fdb48d2d5"
uuid = "559328eb-81f9-559d-9380-de523a88c83c"
version = "1.0.14+0"
version = "1.0.16+0"
[[deps.Future]]
deps = ["Random"]
......@@ -460,15 +466,15 @@ uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
version = "1.11.0"
[[deps.GeoFormatTypes]]
git-tree-sha1 = "59107c179a586f0fe667024c5eb7033e81333271"
git-tree-sha1 = "8e233d5167e63d708d41f87597433f59a0f213fe"
uuid = "68eda718-8dee-11e9-39e7-89f7f65f511f"
version = "0.4.2"
version = "0.4.4"
[[deps.GeoInterface]]
deps = ["Extents", "GeoFormatTypes"]
git-tree-sha1 = "826b4fd69438d9ce4d2b19de6bc2f970f45f0f88"
deps = ["DataAPI", "Extents", "GeoFormatTypes"]
git-tree-sha1 = "294e99f19869d0b0cb71aef92f19d03649d028d5"
uuid = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
version = "1.3.8"
version = "1.4.1"
[[deps.GeometryBasics]]
deps = ["EarCut_jll", "Extents", "GeoInterface", "IterTools", "LinearAlgebra", "StaticArrays", "StructArrays", "Tables"]
......@@ -484,9 +490,9 @@ version = "0.21.0+0"
[[deps.Giflib_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "0224cce99284d997f6880a42ef715a37c99338d1"
git-tree-sha1 = "6570366d757b50fabae9f4315ad74d2e40c0560a"
uuid = "59f7168a-df46-5410-90c8-f2779963d0ec"
version = "5.2.2+0"
version = "5.2.3+0"
[[deps.Git]]
deps = ["Git_jll"]
......@@ -502,9 +508,9 @@ version = "2.47.1+0"
[[deps.Glib_jll]]
deps = ["Artifacts", "Gettext_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Zlib_jll"]
git-tree-sha1 = "48b5d4c75b2c9078ead62e345966fa51a25c05ad"
git-tree-sha1 = "b0036b392358c80d2d2124746c2bf3d48d457938"
uuid = "7746bdde-850d-59dc-9ae8-88ece973131d"
version = "2.82.2+1"
version = "2.82.4+0"
[[deps.Graphics]]
deps = ["Colors", "LinearAlgebra", "NaNMath"]
......@@ -541,6 +547,18 @@ git-tree-sha1 = "b1c2585431c382e3fe5805874bda6aea90a95de9"
uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
version = "0.3.25"
[[deps.Hyperscript]]
deps = ["Test"]
git-tree-sha1 = "179267cfa5e712760cd43dcae385d7ea90cc25a4"
uuid = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
version = "0.0.5"
[[deps.HypertextLiteral]]
deps = ["Tricks"]
git-tree-sha1 = "7134810b1afce04bbc1045ca1985fbe81ce17653"
uuid = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
version = "0.9.5"
[[deps.IOCapture]]
deps = ["Logging", "Random"]
git-tree-sha1 = "b6d6bfdd7ce25b0f9b2f6b3dd56b2673a66c8770"
......@@ -629,9 +647,9 @@ weakdeps = ["Unitful"]
[[deps.IntervalArithmetic]]
deps = ["CRlibm_jll", "LinearAlgebra", "MacroTools", "RoundingEmulator"]
git-tree-sha1 = "24c095b1ec7ee58b936985d31d5df92f9b9cfebb"
git-tree-sha1 = "ffb76d09ab0dc9f5a27edac2acec13c74a876cc6"
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
version = "0.22.19"
version = "0.22.21"
[deps.IntervalArithmetic.extensions]
IntervalArithmeticDiffRulesExt = "DiffRules"
......@@ -667,9 +685,9 @@ weakdeps = ["Dates", "Test"]
InverseFunctionsTestExt = "Test"
[[deps.InvertedIndices]]
git-tree-sha1 = "0dc7b50b8d436461be01300fd8cd45aa0274b038"
git-tree-sha1 = "6da3c4316095de0f5ee2ebd875df8721e7e0bdbe"
uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
version = "1.3.0"
version = "1.3.1"
[[deps.IrrationalConstants]]
git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2"
......@@ -694,9 +712,9 @@ version = "1.0.0"
[[deps.JLLWrappers]]
deps = ["Artifacts", "Preferences"]
git-tree-sha1 = "be3dc50a92e5a386872a493a10050136d4703f9b"
git-tree-sha1 = "a007feb38b422fbdab534406aeca1b86823cb4d6"
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
version = "1.6.1"
version = "1.7.0"
[[deps.JSON]]
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
......@@ -712,9 +730,9 @@ version = "0.1.5"
[[deps.JpegTurbo_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "25ee0be4d43d0269027024d75a24c24d6c6e590c"
git-tree-sha1 = "eac1206917768cb54957c65a615460d87b455fc1"
uuid = "aacddb02-875f-59d6-b918-886e6ef4fbf8"
version = "3.0.4+0"
version = "3.1.1+0"
[[deps.KernelDensity]]
deps = ["Distributions", "DocStringExtensions", "FFTW", "Interpolations", "StatsBase"]
......@@ -730,9 +748,9 @@ version = "3.100.2+0"
[[deps.LERC_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "36bdbc52f13a7d1dcb0f3cd694e01677a515655b"
git-tree-sha1 = "aaafe88dccbd957a8d82f7d05be9b69172e0cee3"
uuid = "88015f11-f218-50d7-93a8-a6af411a945d"
version = "4.0.0+0"
version = "4.0.1+0"
[[deps.LLVMOpenMP_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
......@@ -742,9 +760,9 @@ version = "18.1.7+0"
[[deps.LZO_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "854a9c268c43b77b0a27f22d7fab8d33cdb3a731"
git-tree-sha1 = "1c602b1127f4751facb671441ca72715cc95938a"
uuid = "dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac"
version = "2.10.2+1"
version = "2.10.3+0"
[[deps.LaTeXStrings]]
git-tree-sha1 = "dda21b8cbd6a6c40d9d02a73230f9d70fed6918c"
......@@ -797,9 +815,9 @@ version = "1.11.0"
[[deps.Libffi_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "0b4a5d71f3e5200a7dff793393e09dfc2d874290"
git-tree-sha1 = "27ecae93dd25ee0909666e6835051dd684cc035e"
uuid = "e9f186c6-92d2-5b65-8a66-fee21dc1b490"
version = "3.2.2+1"
version = "3.2.2+2"
[[deps.Libgcrypt_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgpg_error_jll"]
......@@ -815,33 +833,33 @@ version = "1.7.0+0"
[[deps.Libgpg_error_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "c6ce1e19f3aec9b59186bdf06cdf3c4fc5f5f3e6"
git-tree-sha1 = "df37206100d39f79b3376afb6b9cee4970041c61"
uuid = "7add5ba3-2f88-524e-9cd5-f83b8a55f7b8"
version = "1.50.0+0"
version = "1.51.1+0"
[[deps.Libiconv_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "61dfdba58e585066d8bce214c5a51eaa0539f269"
git-tree-sha1 = "be484f5c92fad0bd8acfef35fe017900b0b73809"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.17.0+1"
version = "1.18.0+0"
[[deps.Libmount_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "84eef7acd508ee5b3e956a2ae51b05024181dee0"
git-tree-sha1 = "89211ea35d9df5831fca5d33552c02bd33878419"
uuid = "4b2f31a3-9ecc-558c-b454-b3730dcb73e9"
version = "2.40.2+0"
version = "2.40.3+0"
[[deps.Libtiff_jll]]
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "LERC_jll", "Libdl", "XZ_jll", "Zlib_jll", "Zstd_jll"]
git-tree-sha1 = "b404131d06f7886402758c9ce2214b636eb4d54a"
git-tree-sha1 = "4ab7581296671007fc33f07a721631b8855f4b1d"
uuid = "89763e89-9b03-5906-acba-b20f662cd828"
version = "4.7.0+0"
version = "4.7.1+0"
[[deps.Libuuid_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "edbf5309f9ddf1cab25afc344b1e8150b7c832f9"
git-tree-sha1 = "e888ad02ce716b319e6bdb985d2ef300e7089889"
uuid = "38a345b3-de98-5d2b-a5d3-14cd9215e700"
version = "2.40.2+0"
version = "2.40.3+0"
[[deps.LinearAlgebra]]
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
......@@ -850,9 +868,9 @@ version = "1.11.0"
[[deps.LogExpFunctions]]
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
git-tree-sha1 = "a2d09619db4e765091ee5c6ffe8872849de0feea"
git-tree-sha1 = "13ca9e2586b89836fd20cccf56e57e2b9ae7f38f"
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
version = "0.3.28"
version = "0.3.29"
[deps.LogExpFunctions.extensions]
LogExpFunctionsChainRulesCoreExt = "ChainRulesCore"
......@@ -868,6 +886,11 @@ version = "0.3.28"
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
version = "1.11.0"
[[deps.MIMEs]]
git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb"
uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
version = "0.1.4"
[[deps.MKL_jll]]
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "oneTBB_jll"]
git-tree-sha1 = "f046ccd0c6db2832a9f639e2c669c6fe867e5f4f"
......@@ -875,22 +898,21 @@ uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
version = "2024.2.0+0"
[[deps.MacroTools]]
deps = ["Markdown", "Random"]
git-tree-sha1 = "2fa9ee3e63fd3a4f7a9a4f4744a52f4856de82df"
git-tree-sha1 = "72aebe0b5051e5143a079a4685a46da330a40472"
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
version = "0.5.13"
version = "0.5.15"
[[deps.Makie]]
deps = ["Animations", "Base64", "CRC32c", "ColorBrewer", "ColorSchemes", "ColorTypes", "Colors", "Contour", "Dates", "DelaunayTriangulation", "Distributions", "DocStringExtensions", "Downloads", "FFMPEG_jll", "FileIO", "FilePaths", "FixedPointNumbers", "Format", "FreeType", "FreeTypeAbstraction", "GeometryBasics", "GridLayoutBase", "ImageBase", "ImageIO", "InteractiveUtils", "Interpolations", "IntervalSets", "InverseFunctions", "Isoband", "KernelDensity", "LaTeXStrings", "LinearAlgebra", "MacroTools", "MakieCore", "Markdown", "MathTeXEngine", "Observables", "OffsetArrays", "Packing", "PlotUtils", "PolygonOps", "PrecompileTools", "Printf", "REPL", "Random", "RelocatableFolders", "Scratch", "ShaderAbstractions", "Showoff", "SignedDistanceFields", "SparseArrays", "Statistics", "StatsBase", "StatsFuns", "StructArrays", "TriplotBase", "UnicodeFun", "Unitful"]
git-tree-sha1 = "260d6e1ac8abcebd939029e6eedeba4e3870f13a"
git-tree-sha1 = "be3051d08b78206fb5e688e8d70c9e84d0264117"
uuid = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
version = "0.21.17"
version = "0.21.18"
[[deps.MakieCore]]
deps = ["ColorTypes", "GeometryBasics", "IntervalSets", "Observables"]
git-tree-sha1 = "b774d0563bc332f64d136d50d0420a195d9bdcc6"
git-tree-sha1 = "9019b391d7d086e841cbeadc13511224bd029ab3"
uuid = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
version = "0.8.11"
version = "0.8.12"
[[deps.MappedArrays]]
git-tree-sha1 = "2dab0221fe2b0f2cb6754eaa743cc266339f527e"
......@@ -961,9 +983,9 @@ version = "2023.12.12"
[[deps.NaNMath]]
deps = ["OpenLibm_jll"]
git-tree-sha1 = "0877504529a3e5c3343c6f8b4c0381e57e4387e4"
git-tree-sha1 = "030ea22804ef91648f29b7ad3fc15fa49d0e6e71"
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
version = "1.0.2"
version = "1.0.3"
[[deps.Netpbm]]
deps = ["FileIO", "ImageCore", "ImageMetadata"]
......@@ -981,9 +1003,9 @@ uuid = "510215fc-4207-5dde-b226-833fc4488ee2"
version = "0.5.5"
[[deps.OffsetArrays]]
git-tree-sha1 = "39d000d9c33706b8364817d8894fae1548f40295"
git-tree-sha1 = "5e1897147d1ff8d98883cda2be2187dcf57d8f0c"
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
version = "1.14.2"
version = "1.15.0"
weakdeps = ["Adapt"]
[deps.OffsetArrays.extensions]
......@@ -1021,13 +1043,13 @@ version = "0.8.1+2"
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10"
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
version = "3.0.15+1"
version = "3.0.15+3"
[[deps.OpenSpecFun_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "13652491f6856acfd2db29360e1bbcd4565d04f1"
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl"]
git-tree-sha1 = "1346c9208249809840c91b26703912dff463d335"
uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
version = "0.5.5+0"
version = "0.5.6+0"
[[deps.Opus_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
......@@ -1047,9 +1069,9 @@ version = "10.42.0+1"
[[deps.PDMats]]
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
git-tree-sha1 = "949347156c25054de2db3b166c52ac4728cbad65"
git-tree-sha1 = "966b85253e959ea89c53a9abebbf2e964fbf593b"
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
version = "0.11.31"
version = "0.11.32"
[[deps.PNGFiles]]
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
......@@ -1058,10 +1080,10 @@ uuid = "f57f5aa1-a3ce-4bc8-8ab9-96f992907883"
version = "0.4.3"
[[deps.PSBoardDataBase]]
deps = ["AutoHashEquals", "CSV", "DBInterface", "DataFrames", "Dates", "Documenter", "Downloads", "FHist", "Printf", "SQLite", "StaticArrays", "Tables"]
deps = ["AutoHashEquals", "CSV", "DBInterface", "DataFrames", "Dates", "Documenter", "Downloads", "Printf", "SQLite", "StaticArrays", "Tables"]
path = ".."
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
version = "0.3.1"
version = "0.4.0"
weakdeps = ["InteractiveUtils"]
[deps.PSBoardDataBase.extensions]
......@@ -1081,9 +1103,9 @@ version = "0.5.12"
[[deps.Pango_jll]]
deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "FriBidi_jll", "Glib_jll", "HarfBuzz_jll", "JLLWrappers", "Libdl"]
git-tree-sha1 = "e127b609fb9ecba6f201ba7ab753d5a605d53801"
git-tree-sha1 = "ed6834e95bd326c52d5675b4181386dfbe885afb"
uuid = "36c8627f-9965-5494-a995-c6b170f724f3"
version = "1.54.1+0"
version = "1.55.5+0"
[[deps.Parsers]]
deps = ["Dates", "PrecompileTools", "UUIDs"]
......@@ -1118,6 +1140,12 @@ git-tree-sha1 = "3ca9a356cd2e113c420f2c13bea19f8d3fb1cb18"
uuid = "995b91a9-d308-5afd-9ec6-746e21dbc043"
version = "1.4.3"
[[deps.PlutoUI]]
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "FixedPointNumbers", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "MIMEs", "Markdown", "Random", "Reexport", "URIs", "UUIDs"]
git-tree-sha1 = "eba4810d5e6a01f612b948c9fa94f905b49087b0"
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
version = "0.7.60"
[[deps.PolygonOps]]
git-tree-sha1 = "77b3d3605fc1cd0b42d95eba87dfcd2bf67d5ff6"
uuid = "647866c9-e3ac-4575-94e7-e3d426903924"
......@@ -1159,9 +1187,9 @@ uuid = "92933f4c-e287-5a05-a399-4b506db050ca"
version = "1.10.2"
[[deps.PtrArrays]]
git-tree-sha1 = "77a42d78b6a92df47ab37e177b2deac405e1c88f"
git-tree-sha1 = "1d36ef11a9aaf1e8b74dacc6a731dd1de8fd493d"
uuid = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d"
version = "1.2.1"
version = "1.3.0"
[[deps.QOI]]
deps = ["ColorTypes", "FileIO", "FixedPointNumbers"]
......@@ -1258,9 +1286,9 @@ version = "0.7.0"
[[deps.SIMD]]
deps = ["PrecompileTools"]
git-tree-sha1 = "52af86e35dd1b177d051b12681e1c581f53c281b"
git-tree-sha1 = "fea870727142270bdf7624ad675901a1ee3b4c87"
uuid = "fdea26ae-647d-5447-a871-4b548cad5224"
version = "3.7.0"
version = "3.7.1"
[[deps.SQLite]]
deps = ["DBInterface", "Random", "SQLite_jll", "Serialization", "Tables", "WeakRefStrings"]
......@@ -1272,7 +1300,7 @@ version = "1.6.1"
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
git-tree-sha1 = "e84fab7d16107342d7638fbd519151d9a0d80720"
uuid = "76ed43ae-9a5d-5a62-8c75-30186b810ce8"
version = "3.47.2+0"
version = "3.47.2+2"
[[deps.Scratch]]
deps = ["Dates"]
......@@ -1282,9 +1310,9 @@ version = "1.2.1"
[[deps.SentinelArrays]]
deps = ["Dates", "Random"]
git-tree-sha1 = "d0553ce4031a081cc42387a9b9c8441b7d99f32d"
git-tree-sha1 = "712fb0231ee6f9120e005ccd56297abbc053e7e0"
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
version = "1.4.7"
version = "1.4.8"
[[deps.Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
......@@ -1342,9 +1370,9 @@ version = "1.11.0"
[[deps.SpecialFunctions]]
deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
git-tree-sha1 = "2f5d4697f21388cbe1ff299430dd169ef97d7e14"
git-tree-sha1 = "64cca0c26b4f31ba18f13f6c12af7c85f478cfde"
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
version = "2.4.0"
version = "2.5.0"
weakdeps = ["ChainRulesCore"]
[deps.SpecialFunctions.extensions]
......@@ -1364,9 +1392,9 @@ version = "0.1.1"
[[deps.StaticArrays]]
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
git-tree-sha1 = "777657803913ffc7e8cc20f0fd04b634f871af8f"
git-tree-sha1 = "47091a0340a675c738b1304b58161f3b0839d454"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.9.8"
version = "1.9.10"
weakdeps = ["ChainRulesCore", "Statistics"]
[deps.StaticArrays.extensions]
......@@ -1395,10 +1423,10 @@ uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
version = "1.7.0"
[[deps.StatsBase]]
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
git-tree-sha1 = "5cf7606d6cef84b543b483848d4ae08ad9832b21"
deps = ["AliasTables", "DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
git-tree-sha1 = "29321314c920c26684834965ec2ce0dacc9cf8e5"
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
version = "0.34.3"
version = "0.34.4"
[[deps.StatsFuns]]
deps = ["HypergeometricFunctions", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]
......@@ -1486,20 +1514,30 @@ version = "1.11.0"
[[deps.TiffImages]]
deps = ["ColorTypes", "DataStructures", "DocStringExtensions", "FileIO", "FixedPointNumbers", "IndirectArrays", "Inflate", "Mmap", "OffsetArrays", "PkgVersion", "ProgressMeter", "SIMD", "UUIDs"]
git-tree-sha1 = "0248b1b2210285652fbc67fd6ced9bf0394bcfec"
git-tree-sha1 = "3c0faa42f2bd3c6d994b06286bba2328eae34027"
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69"
version = "0.11.1"
version = "0.11.2"
[[deps.TranscodingStreams]]
git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
version = "0.11.3"
[[deps.Tricks]]
git-tree-sha1 = "6cae795a5a9313bbb4f60683f7263318fc7d1505"
uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
version = "0.1.10"
[[deps.TriplotBase]]
git-tree-sha1 = "4d4ed7f294cda19382ff7de4c137d24d16adc89b"
uuid = "981d1d27-644d-49a2-9326-4793e63143c3"
version = "0.1.0"
[[deps.URIs]]
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
version = "1.5.1"
[[deps.UUIDs]]
deps = ["Random", "SHA"]
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
......@@ -1517,9 +1555,9 @@ version = "0.4.1"
[[deps.Unitful]]
deps = ["Dates", "LinearAlgebra", "Random"]
git-tree-sha1 = "01915bfcd62be15329c9a07235447a89d588327c"
git-tree-sha1 = "c0667a8e676c53d390a09dc6870b3d8d6650e2bf"
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
version = "1.21.1"
version = "1.22.0"
weakdeps = ["ConstructionBase", "InverseFunctions"]
[deps.Unitful.extensions]
......@@ -1563,57 +1601,57 @@ version = "1.1.42+0"
[[deps.XZ_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "15e637a697345f6743674f1322beefbc5dcd5cfc"
git-tree-sha1 = "beef98d5aad604d9e7d60b2ece5181f7888e2fd6"
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
version = "5.6.3+0"
version = "5.6.4+0"
[[deps.Xorg_libX11_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libxcb_jll", "Xorg_xtrans_jll"]
git-tree-sha1 = "9dafcee1d24c4f024e7edc92603cedba72118283"
uuid = "4f6342f7-b3d2-589e-9d20-edeb45f2b2bc"
version = "1.8.6+1"
version = "1.8.6+3"
[[deps.Xorg_libXau_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "2b0e27d52ec9d8d483e2ca0b72b3cb1a8df5c27a"
git-tree-sha1 = "e9216fdcd8514b7072b43653874fd688e4c6c003"
uuid = "0c0b7dd1-d40b-584c-a123-a41640f87eec"
version = "1.0.11+1"
version = "1.0.12+0"
[[deps.Xorg_libXdmcp_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "02054ee01980c90297412e4c809c8694d7323af3"
git-tree-sha1 = "89799ae67c17caa5b3b5a19b8469eeee474377db"
uuid = "a3789734-cfe1-5b06-b2d0-1dd0d9d62d05"
version = "1.1.4+1"
version = "1.1.5+0"
[[deps.Xorg_libXext_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll"]
git-tree-sha1 = "d7155fea91a4123ef59f42c4afb5ab3b4ca95058"
uuid = "1082639a-0dae-5f34-9b06-72781eeb8cb3"
version = "1.3.6+1"
version = "1.3.6+3"
[[deps.Xorg_libXrender_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll"]
git-tree-sha1 = "47e45cd78224c53109495b3e324df0c37bb61fbe"
git-tree-sha1 = "a490c6212a0e90d2d55111ac956f7c4fa9c277a6"
uuid = "ea2f1a96-1ddc-540d-b46f-429655e07cfa"
version = "0.9.11+0"
version = "0.9.11+1"
[[deps.Xorg_libpthread_stubs_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "fee57a273563e273f0f53275101cd41a8153517a"
git-tree-sha1 = "c57201109a9e4c0585b208bb408bc41d205ac4e9"
uuid = "14d82f49-176c-5ed1-bb49-ad3f5cbd8c74"
version = "0.1.1+1"
version = "0.1.2+0"
[[deps.Xorg_libxcb_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "XSLT_jll", "Xorg_libXau_jll", "Xorg_libXdmcp_jll", "Xorg_libpthread_stubs_jll"]
git-tree-sha1 = "1a74296303b6524a0472a8cb12d3d87a78eb3612"
uuid = "c7cfdc94-dc32-55de-ac96-5a1b8d977c5b"
version = "1.17.0+1"
version = "1.17.0+3"
[[deps.Xorg_xtrans_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "b9ead2d2bdb27330545eb14234a2e300da61232e"
git-tree-sha1 = "6dba04dbfb72ae3ebe5418ba33d087ba8aa8cb00"
uuid = "c5fb5394-a638-5e4d-96e5-b29de1b5cf10"
version = "1.5.0+1"
version = "1.5.1+0"
[[deps.Zlib_jll]]
deps = ["Libdl"]
......@@ -1622,9 +1660,9 @@ version = "1.2.13+1"
[[deps.Zstd_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "555d1076590a6cc2fdee2ef1469451f872d8b41b"
git-tree-sha1 = "622cf78670d067c738667aaa96c553430b65e269"
uuid = "3161d3a3-bdf6-5164-811a-617609db77b4"
version = "1.5.6+1"
version = "1.5.7+0"
[[deps.isoband_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
......@@ -1634,9 +1672,9 @@ version = "0.2.3+0"
[[deps.libaom_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "1827acba325fdcdf1d2647fc8d5301dd9ba43a9d"
git-tree-sha1 = "522c1df09d05a71785765d19c9524661234738e9"
uuid = "a4ae2306-e953-59d6-aa16-d00cac43593b"
version = "3.9.0+0"
version = "3.11.0+0"
[[deps.libass_jll]]
deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "HarfBuzz_jll", "JLLWrappers", "Libdl", "Zlib_jll"]
......@@ -1657,15 +1695,15 @@ version = "2.0.3+0"
[[deps.libpng_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
git-tree-sha1 = "b70c870239dc3d7bc094eb2d6be9b73d27bef280"
git-tree-sha1 = "d7b5bbf1efbafb5eca466700949625e07533aff2"
uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
version = "1.6.44+0"
version = "1.6.45+1"
[[deps.libsixel_jll]]
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Pkg", "libpng_jll"]
git-tree-sha1 = "7dfa0fd9c783d3d0cc43ea1af53d69ba45c447df"
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "libpng_jll"]
git-tree-sha1 = "c1733e347283df07689d71d61e14be986e49e47a"
uuid = "075b6546-f08a-558a-be8f-8157d0f608a5"
version = "1.10.3+1"
version = "1.10.5+0"
[[deps.libvorbis_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Ogg_jll", "Pkg"]
......@@ -1675,9 +1713,9 @@ version = "1.3.7+2"
[[deps.libwebp_jll]]
deps = ["Artifacts", "Giflib_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libglvnd_jll", "Libtiff_jll", "libpng_jll"]
git-tree-sha1 = "ccbb625a89ec6195856a50aa2b668a5c08712c94"
git-tree-sha1 = "d2408cac540942921e7bd77272c32e58c33d8a77"
uuid = "c5f90fcd-3b7e-5836-afba-fc50a0988cb2"
version = "1.4.0+0"
version = "1.5.0+0"
[[deps.nghttp2_jll]]
deps = ["Artifacts", "Libdl"]
......@@ -1697,9 +1735,9 @@ version = "17.4.0+2"
[[deps.x264_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "35976a1216d6c066ea32cba2150c4fa682b276fc"
git-tree-sha1 = "14cc7083fc6dff3cc44f2bc435ee96d06ed79aa7"
uuid = "1270edf5-f2f9-52d2-97e9-ab00b5d0237a"
version = "10164.0.0+0"
version = "10164.0.1+0"
[[deps.x265_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
......
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FHist = "68837c9b-b678-4cd5-9925-8a54edc8f695"
PSBoardDataBase = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Source diff could not be displayed: it is too large. Options to address this: view the blob.
### A Pluto.jl notebook ###
# v0.20.2
# v0.20.4
using Markdown
using InteractiveUtils
......@@ -184,47 +184,120 @@ combine(
)
# ╔═╡ a0baf37c-8b05-49c1-a6a4-027f3404f8b4
df_reset_failed_though_reconfig_done = combine(
groupby(qaqc_extra_run_results, :id),
AsTable([:psboard_id, :runid]) =>
(
sdf -> begin
@assert nrow(sdf) == 1
df_reset_failed_though_reconfig_done = transform(
qaqc_extra_run_results,
[:psboard_id, :runid] =>
ByRow(
(psboard_id, runid) -> begin
broken_list = @NamedTuple{psbid::Int64, runid::Int64}[
(psbid = 1050, runid = 385),
(psbid = 1113, runid = 392),
(psbid = 1121, runid = 392),
(psbid = 131, runid = 38),
(psbid = 133, runid = 38),
(psbid = 136, runid = 38),
(psbid = 137, runid = 38),
(psbid = 1545, runid = 474),
(psbid = 16959, runid = 48),
(psbid = 16959, runid = 59),
(psbid = 198, runid = 251),
(psbid = 202, runid = 45),
(psbid = 203, runid = 45),
(psbid = 205, runid = 45),
(psbid = 206, runid = 45),
(psbid = 206, runid = 57),
(psbid = 206, runid = 59),
(psbid = 208, runid = 45),
(psbid = 210, runid = 45),
(psbid = 214, runid = 45),
(psbid = 215, runid = 48),
(psbid = 221, runid = 55),
(psbid = 223, runid = 48),
(psbid = 224, runid = 48),
(psbid = 229, runid = 48),
(psbid = 231, runid = 48),
(psbid = 234, runid = 48),
(psbid = 235, runid = 48),
(psbid = 237, runid = 45),
(psbid = 238, runid = 45),
(psbid = 239, runid = 45),
(psbid = 263, runid = 69),
(psbid = 329, runid = 69),
(psbid = 339, runid = 69),
(psbid = 42, runid = 178),
(psbid = 488791279, runid = 63),
(psbid = 48879, runid = 47),
(psbid = 723, runid = 436),
]
if (; psbid = psboard_id, runid) in broken_list
@error "broken file psbid: $(psboard_id), runid: $(runid)"
return (;
psboard_id,
runid,
reset_failed_though_reconfig_done = missing,
)
end
logfilename = "$(sdf.psboard_id[1])_$(sdf.runid[1])_longrun.txt"
logfilename = "$(psboard_id)_$(runid)_longrun.txt"
logfile = joinpath("../test/input/slavelogs/main/", logfilename)
!ispath(logfile) && begin
@warn "logfile $(logfile) not found"
return (
psboard_id = sdf.psboard_id[1],
runid = sdf.runid[1],
psboard_id = psboard_id,
runid = runid,
reset_failed_though_reconfig_done = missing,
)
end
if sdf.runid[1] == 99
if runid == 99
@info "skipping runid 99 since it is not exactly 100 run"
return (
psboard_id = sdf.psboard_id[1],
runid = sdf.runid[1],
psboard_id = psboard_id,
runid = runid,
reset_failed_though_reconfig_done = missing,
)
end
slave_result =
if psboard_id == 1545 && runid == 474
@info "skipping psbid 1545 runid 474 since it is broken"
return (
psboard_id = psboard_id,
runid = runid,
reset_failed_though_reconfig_done = missing,
)
end
slave_result = try
PSBoardDataBase.SlaveLogParser.parse_slavelog_file(logfile)
catch e
@error "Failed to parse slavelog file: $(logfile)"
throw(e)
end
return (
psboard_id = sdf.psboard_id[1],
runid = sdf.runid[1],
psboard_id = psboard_id,
runid = runid,
reset_failed_though_reconfig_done = count(
slave_result.asdtp,
) do asdtp_result
asdtp_result.reconfig_done_2 == 0 &&
asdtp_result.pllld_fail_counter == 10
asdtp_result.reconfig_done_2 != asdtp_result.reconfig_done
end,
)
end
end,
) => [:psboard_id, :runid, :reset_failed_though_reconfig_done],
)
# ╔═╡ 20633b30-a703-47bc-92a6-8743abbd375c
sort(dropmissing(df_reset_failed_though_reconfig_done, :reset_failed_though_reconfig_done), :reset_failed_though_reconfig_done, rev = true)
# ╔═╡ 9cf8e7cb-a1f6-4c5b-8c3b-3872d2020e57
result =
PSBoardDataBase.SlaveLogParser.parse_slavelog_file("../test/input/slavelogs/main/1070_310_longrun.txt")
# ╔═╡ 9b055b29-cf54-457d-8776-39430554ef9f
findall(result.asdtp) do result
result.reconfig_done != result.reconfig_done_2
end
# ╔═╡ d5d479b5-4d55-4a55-aa5f-893141981838
result.asdtp[53]
# ╔═╡ 14519d45-a6a9-4ba1-a4f2-9597d1335b2c
let
df_compare = outerjoin(
......@@ -236,7 +309,7 @@ let
end
# ╔═╡ dfeb3900-539f-4d8d-8103-edb67cf4e890
#CSV.write("reset_failed_though_reconfig_done.csv", df_reset_failed_though_reconfig_done)
CSV.write("reset_failed_though_reconfig_done.csv", df_reset_failed_though_reconfig_done[:, [:psboard_id, :runid, :reset_failed_though_reconfig_done]])
# ╔═╡ 332b7481-f6dc-4027-a5c5-cf58d5b6acd3
md"""
......@@ -348,7 +421,7 @@ end
barplot(
asdtp_result_total_pp7_vs_ch,
axis = (;
title = "Campaign 7 B-1-9 PP ASIC7 BCID fail count vs channels",
title = "Campaign 7 B-1-9 PP ASIC7 BCID fail count vs channels",
xlabel = "PP ASIC 7 ch id",
ylabel = "total number of BCID passed",
),
......@@ -376,6 +449,10 @@ barplot(
# ╟─650482e5-9b79-4304-aa5a-2b7c9a377013
# ╠═4b9c0bd8-b17a-4933-8d6e-2da884fc4b5e
# ╠═a0baf37c-8b05-49c1-a6a4-027f3404f8b4
# ╠═20633b30-a703-47bc-92a6-8743abbd375c
# ╠═9cf8e7cb-a1f6-4c5b-8c3b-3872d2020e57
# ╠═9b055b29-cf54-457d-8776-39430554ef9f
# ╠═d5d479b5-4d55-4a55-aa5f-893141981838
# ╠═14519d45-a6a9-4ba1-a4f2-9597d1335b2c
# ╠═dfeb3900-539f-4d8d-8103-edb67cf4e890
# ╟─332b7481-f6dc-4027-a5c5-cf58d5b6acd3
......
### A Pluto.jl notebook ###
# v0.20.4
using Markdown
using InteractiveUtils
# ╔═╡ 39aff458-b7ad-11ef-36a8-11479bd3ad79
begin
using Pkg
Pkg.activate(".")
using PSBoardDataBase
using DataFrames
using CairoMakie
using FHist
using LinearAlgebra
using Printf
using Measurements
using Unitful
using Statistics
using Missings
using PlutoUI
end
# ╔═╡ 775bbe85-0bc3-4a6d-be3d-aa2338cc7091
md"""
# delay unit = 1で待つ時間を変えたときのロックしやすさのスキャン
"""
# ╔═╡ 8c8f15fb-508f-4068-8fc0-d6ad5905891d
df_psboards = DataFrame(
position = ["B-$(i)-$(j)" for j in 1:9 for i in 0:1],
psbid = [
001142,
000973,
000990,
000992,
001113,
001030,
001121,
001141,
001050,
001053,
001110,
001248,
001242,
001276,
000872,
000861,
000525,
000862,
],
)
# ╔═╡ 4ebadb4f-ba6f-412e-9def-450ca9d3f6b8
df_setups = DataFrame(
runid = [384, 386, 388, 389, 390, 391, 393, 396, 397, 398, 400, 401],
firmware = [
fill("PS_firmware_top_2024_11_27.zip", 6)
fill("PS_firmware_top_CPdrivability_2b00.zip", 6)
],
wait_length = [
missing,
100u"ns",
1u"μs",
10u"μs",
100u"μs",
1u"ms",
1u"ms",
100u"ns",
10u"μs",
1u"μs",
100u"μs",
100u"μs",
],
)
# ╔═╡ 8ae734be-7a93-4257-ad2a-02cdee82066a
df_configs = crossjoin(df_setups, df_psboards)
# ╔═╡ d6da8dca-e7f0-4f9e-88dd-53e91c8c55ad
function get_pllld_counter_hist(slaveresult)
h1 = Hist1D(; binedges = 1:1:11)
for asdtp_result in slaveresult.asdtp
push!(h1, asdtp_result.pllld_fail_counter + 1)
end
return h1
end
# ╔═╡ bc78bf6e-2d1f-4922-8b9e-48aaf1e8b0af
df_pllld_fail_counts = transform(
df_configs,
[:runid, :psbid] =>
ByRow(
(runid, psbid) -> begin
slavelog = "../test/input/slavelogs/main/$(psbid)_$(runid)_longrun.txt"
if !ispath(slavelog)
@info "file $(slavelog) not found"
return missing
end
slaveresult =
PSBoardDataBase.SlaveLogParser.parse_slavelog_file(slavelog)
# @info "" slaveresult
h_pllld_fail_count = get_pllld_counter_hist(slaveresult)
h_pllld_fail_count
end,
) => :pllld_count,
)
# ╔═╡ 6100e4a6-30ed-4540-9e8d-0171272e41e9
let df
df = filter(
[:firmware, :wait_length] => (
(firmware, wait_length) -> begin
firmware == "PS_firmware_top_2024_11_27.zip" && ismissing(wait_length)
end
),
df_pllld_fail_counts,
)
@info "" nrow(df) nrow(df) == 18 * 1
combine(groupby(df, :wait_length), :pllld_count => sum)
end
# ╔═╡ 0100a27a-70a3-4d1d-916e-00be7b436f7e
let df
fig = Figure()
ax = Axis(fig[1, 1], xlabel = "number of reset", title = "same setup as 6th QAQC")
df = filter(
[:firmware, :wait_length] => (
(firmware, wait_length) -> begin
firmware == "PS_firmware_top_2024_11_27.zip" && ismissing(wait_length)
end
),
df_pllld_fail_counts,
)
normhist = normalize(sum(df.pllld_count))
stephist!(ax, normhist)
errorbars!(ax, normhist)
fig
end
# ╔═╡ d1be7028-6c2d-40bc-8a76-352d59d1f91a
let df
df = filter(
[:firmware, :wait_length] => (
(firmware, wait_length) -> begin
firmware == "PS_firmware_top_2024_11_27.zip" && !ismissing(wait_length)
end
),
df_pllld_fail_counts,
)
@info "" nrow(df) nrow(df) == 18 * 5
df_summarized = combine(groupby(df, :wait_length), :pllld_count => sum)
fig = Figure(size = (600, 1000))
Label(fig[0, 1], "normal firmware, softreset software for scanning", tellwidth = false)
for (i, row) in enumerate(eachrow(df_summarized))
ax = Axis(
fig[i, 1],
yscale = log10,
xlabel = "number of resets",
ylabel = "fraction",
title = "$(row.wait_length)",
limits = ((1, 11), (eps(), 100)),
)
normhist = normalize(row.pllld_count_sum)
stephist!(ax, normhist)
errorbars!(ax, normhist)
text!(
ax,
bincenters(normhist),
bincounts(normhist),
text = [@sprintf "%.4f" r for r in bincounts(normhist)],
)
end
fig
end
# ╔═╡ ae97c43d-34dd-4aad-8cf5-7158b717e5c1
let df
df = filter(
[:firmware, :wait_length] => (
(firmware, wait_length) -> begin
firmware == "PS_firmware_top_CPdrivability_2b00.zip"
end
),
df_pllld_fail_counts,
)
dropmissing!(df, :pllld_count)
@info "" nrow(df) nrow(df) == 18 * 6
df_summarized = combine(groupby(df, :wait_length, sort = true), :pllld_count => sum)
fig = Figure(size = (600, 1000))
Label(fig[0, 1], "minimum charge pump bias current", tellwidth = false)
for (i, row) in enumerate(eachrow(df_summarized))
ax = Axis(
fig[i, 1],
yscale = log10,
xlabel = "number of resets",
ylabel = "fraction",
title = "$(row.wait_length)",
limits = ((1, 11), (eps(), 100)),
)
normhist = normalize(row.pllld_count_sum)
stephist!(ax, normhist)
errorbars!(ax, normhist)
text!(
ax,
bincenters(normhist),
bincounts(normhist),
text = [@sprintf "%.4f" r for r in bincounts(normhist)],
)
end
fig
end
# ╔═╡ 6206becc-364c-47b6-bfe3-d295b784cade
md"""
TODO: **なぜrun393であんなに時間かかった????**
"""
# ╔═╡ b420835f-0f8c-4561-9662-975dedfe03c4
0.0002 * 1800
# ╔═╡ Cell order:
# ╠═775bbe85-0bc3-4a6d-be3d-aa2338cc7091
# ╠═39aff458-b7ad-11ef-36a8-11479bd3ad79
# ╠═8c8f15fb-508f-4068-8fc0-d6ad5905891d
# ╠═4ebadb4f-ba6f-412e-9def-450ca9d3f6b8
# ╠═8ae734be-7a93-4257-ad2a-02cdee82066a
# ╠═d6da8dca-e7f0-4f9e-88dd-53e91c8c55ad
# ╠═bc78bf6e-2d1f-4922-8b9e-48aaf1e8b0af
# ╠═6100e4a6-30ed-4540-9e8d-0171272e41e9
# ╠═0100a27a-70a3-4d1d-916e-00be7b436f7e
# ╠═d1be7028-6c2d-40bc-8a76-352d59d1f91a
# ╠═ae97c43d-34dd-4aad-8cf5-7158b717e5c1
# ╠═6206becc-364c-47b6-bfe3-d295b784cade
# ╠═b420835f-0f8c-4561-9662-975dedfe03c4
### A Pluto.jl notebook ###
# v0.20.2
# v0.20.4
using Markdown
using InteractiveUtils
......
### A Pluto.jl notebook ###
# v0.20.3
# v0.20.4
using Markdown
using InteractiveUtils
......@@ -18,7 +18,7 @@ begin
using DataFrames
using SQLite
using DBInterface
using CairoMakie
# using CairoMakie
using PlutoUI
end
......@@ -55,6 +55,9 @@ qaqc_single_run_results_with_ppconfig_error = transform(
if !ispath(logfilepath)
return missing
end
if psbid == 723 && runid == 434
return missing
end
slavelog =
PSBoardDataBase.SlaveLogParser.parse_slavelog_file(logfilepath)
result_asdtp = slavelog.asdtp
......
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="450" viewBox="0 0 600 450">
<defs>
<g>
<g id="glyph-0-0-a64386ba">
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
</g>
<g id="glyph-0-1-a64386ba">
</g>
<g id="glyph-0-2-a64386ba">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-1-0-a64386ba">
<path d="M 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.140625 -7.34375 2.140625 -7.34375 C 2.140625 -7.34375 2.140625 0 2.140625 0 Z M 2.296875 -8.4375 C 2.296875 -8.4375 0.84375 -8.4375 0.84375 -8.4375 C 0.84375 -8.4375 0.84375 -9.890625 0.84375 -9.890625 C 0.84375 -9.890625 2.296875 -9.890625 2.296875 -9.890625 C 2.296875 -9.890625 2.296875 -8.4375 2.296875 -8.4375 Z M 2.296875 -8.4375 "/>
</g>
<g id="glyph-1-1-a64386ba">
<path d="M 10.640625 0 C 10.640625 0 9.484375 0 9.484375 0 C 9.484375 0 9.484375 -5.046875 9.484375 -5.046875 C 9.484375 -5.984375 8.984375 -6.53125 8.140625 -6.53125 C 7.1875 -6.53125 6.390625 -5.671875 6.390625 -4.609375 C 6.390625 -4.609375 6.390625 0 6.390625 0 C 6.390625 0 5.234375 0 5.234375 0 C 5.234375 0 5.234375 -5.046875 5.234375 -5.046875 C 5.234375 -5.984375 4.75 -6.53125 3.875 -6.53125 C 2.921875 -6.53125 2.15625 -5.671875 2.15625 -4.609375 C 2.15625 -4.609375 2.15625 0 2.15625 0 C 2.15625 0 1 0 1 0 C 1 0 1 -7.34375 1 -7.34375 C 1 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.296875 2.0625 -6.296875 C 2.6875 -7.1875 3.328125 -7.546875 4.3125 -7.546875 C 5.265625 -7.546875 5.859375 -7.203125 6.28125 -6.421875 C 6.96875 -7.25 7.5625 -7.546875 8.546875 -7.546875 C 9.90625 -7.546875 10.640625 -6.8125 10.640625 -5.5 C 10.640625 -5.5 10.640625 0 10.640625 0 Z M 10.640625 0 "/>
</g>
<g id="glyph-1-2-a64386ba">
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
</g>
<g id="glyph-1-3-a64386ba">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-2-0-a64386ba">
<path d="M 3.96875 -10.203125 C 3.96875 -10.203125 0.65625 0.28125 0.65625 0.28125 C 0.65625 0.28125 -0.109375 0.28125 -0.109375 0.28125 C -0.109375 0.28125 3.203125 -10.203125 3.203125 -10.203125 C 3.203125 -10.203125 3.96875 -10.203125 3.96875 -10.203125 Z M 3.96875 -10.203125 "/>
</g>
<g id="glyph-3-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-3-1-a64386ba">
<path d="M 0.734375 -7.859375 C 2.5625 -6.8125 3.0625 -4.90625 2.0625 -3.1875 C 1.171875 -1.65625 -0.0625 -1.046875 -1.96875 -1.6875 C -1.96875 -1.6875 -1.34375 -2.75 -1.34375 -2.75 C -0.234375 -2.453125 0.578125 -2.75 1.125 -3.6875 C 1.796875 -4.84375 1.484375 -5.96875 0.25 -6.6875 C -1.03125 -7.421875 -2.1875 -7.109375 -2.84375 -5.96875 C -3.234375 -5.296875 -3.25 -4.765625 -2.9375 -3.921875 C -2.9375 -3.921875 -3.515625 -2.9375 -3.515625 -2.9375 C -3.515625 -2.9375 -7.65625 -6.203125 -7.65625 -6.203125 C -7.65625 -6.203125 -5.09375 -10.625 -5.09375 -10.625 C -5.09375 -10.625 -4.03125 -10.015625 -4.03125 -10.015625 C -4.03125 -10.015625 -6.09375 -6.4375 -6.09375 -6.4375 C -6.09375 -6.4375 -4.078125 -4.828125 -4.078125 -4.828125 C -4.140625 -5.53125 -4.015625 -6.109375 -3.671875 -6.703125 C -2.71875 -8.359375 -0.953125 -8.84375 0.734375 -7.859375 Z M 0.734375 -7.859375 "/>
</g>
<g id="glyph-4-0-a64386ba">
<path d="M 1.34375 -2.3125 C 1.34375 -2.3125 0.609375 -1.0625 0.609375 -1.0625 C 0.609375 -1.0625 -0.65625 -1.78125 -0.65625 -1.78125 C -0.65625 -1.78125 0.078125 -3.03125 0.078125 -3.03125 C 0.078125 -3.03125 1.34375 -2.3125 1.34375 -2.3125 Z M 1.34375 -2.3125 "/>
</g>
<g id="glyph-5-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-6-0-a64386ba">
<path d="M 1.03125 -7.5625 C 2.65625 -6.625 3.046875 -4.90625 2.03125 -3.125 C 1.015625 -1.375 -0.375 -0.921875 -2.375 -1.890625 C -2.375 -1.890625 -1.75 -2.96875 -1.75 -2.96875 C -0.46875 -2.296875 0.453125 -2.53125 1.125 -3.703125 C 1.765625 -4.8125 1.5 -5.859375 0.421875 -6.484375 C -0.53125 -7.03125 -1.4375 -6.75 -2.125 -5.578125 C -2.125 -5.578125 -2.453125 -4.984375 -2.453125 -4.984375 C -2.453125 -4.984375 -3.34375 -5.5 -3.34375 -5.5 C -2.359375 -7.21875 -2.515625 -7.84375 -3.4375 -8.375 C -4.34375 -8.890625 -5.21875 -8.640625 -5.765625 -7.703125 C -6.40625 -6.59375 -6.140625 -5.765625 -4.875 -5 C -4.875 -5 -5.484375 -3.921875 -5.484375 -3.921875 C -7.296875 -5.015625 -7.71875 -6.484375 -6.71875 -8.21875 C -5.765625 -9.84375 -4.328125 -10.34375 -2.84375 -9.484375 C -1.984375 -8.984375 -1.65625 -8.265625 -1.796875 -7.28125 C -0.84375 -8.09375 -0.015625 -8.171875 1.03125 -7.5625 Z M 1.03125 -7.5625 "/>
</g>
<g id="glyph-7-0-a64386ba">
<path d="M 0.921875 -7.75 C 2.609375 -6.78125 3.09375 -4.953125 2.140625 -3.3125 C 1.015625 -1.359375 -0.921875 -1.234375 -3.59375 -2.78125 C -6.609375 -4.515625 -7.671875 -6.546875 -6.515625 -8.546875 C -5.75 -9.859375 -4.375 -10.296875 -2.875 -9.703125 C -2.875 -9.703125 -3.484375 -8.640625 -3.484375 -8.640625 C -4.390625 -8.9375 -5.171875 -8.6875 -5.59375 -7.9375 C -6.3125 -6.703125 -5.546875 -5.359375 -3.453125 -4.140625 C -3.8125 -4.953125 -3.765625 -5.8125 -3.265625 -6.65625 C -2.375 -8.203125 -0.671875 -8.671875 0.921875 -7.75 Z M 0.390625 -6.609375 C -0.765625 -7.28125 -1.796875 -7.03125 -2.390625 -5.984375 C -3 -4.921875 -2.734375 -3.8125 -1.671875 -3.1875 C -0.578125 -2.5625 0.65625 -2.859375 1.234375 -3.859375 C 1.796875 -4.828125 1.46875 -5.984375 0.390625 -6.609375 Z M 0.390625 -6.609375 "/>
</g>
<g id="glyph-8-0-a64386ba">
<path d="M 1.328125 -2.3125 C 1.328125 -2.3125 0.609375 -1.0625 0.609375 -1.0625 C 0.609375 -1.0625 -0.65625 -1.796875 -0.65625 -1.796875 C -0.65625 -1.796875 0.0625 -3.046875 0.0625 -3.046875 C 0.0625 -3.046875 1.328125 -2.3125 1.328125 -2.3125 Z M 1.328125 -2.3125 "/>
</g>
<g id="glyph-9-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-10-0-a64386ba">
<path d="M 1.578125 -7.5 C 1.578125 -7.5 0.84375 -6.21875 0.84375 -6.21875 C 0.84375 -6.21875 2.90625 -5.03125 2.90625 -5.03125 C 2.90625 -5.03125 2.28125 -3.96875 2.28125 -3.96875 C 2.28125 -3.96875 0.21875 -5.15625 0.21875 -5.15625 C 0.21875 -5.15625 -1.875 -1.53125 -1.875 -1.53125 C -1.875 -1.53125 -3 -2.1875 -3 -2.1875 C -3 -2.1875 -6.140625 -9.203125 -6.140625 -9.203125 C -6.140625 -9.203125 -5.6875 -9.984375 -5.6875 -9.984375 C -5.6875 -9.984375 -0.109375 -6.765625 -0.109375 -6.765625 C -0.109375 -6.765625 0.625 -8.046875 0.625 -8.046875 C 0.625 -8.046875 1.578125 -7.5 1.578125 -7.5 Z M -0.734375 -5.703125 C -0.734375 -5.703125 -4.5 -7.875 -4.5 -7.875 C -4.5 -7.875 -2.28125 -3 -2.28125 -3 C -2.28125 -3 -0.734375 -5.703125 -0.734375 -5.703125 Z M -0.734375 -5.703125 "/>
</g>
<g id="glyph-10-1-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-10-2-a64386ba">
<path d="M -3.890625 -10.65625 C -2.78125 -7.59375 -0.890625 -4.875 1.625 -2.8125 C 1.625 -2.8125 0.96875 -1.671875 0.96875 -1.671875 C -1.375 -3.8125 -3.1875 -6.484375 -4.359375 -9.453125 C -4.359375 -9.453125 -7.046875 -4.8125 -7.046875 -4.8125 C -7.046875 -4.8125 -8.109375 -5.421875 -8.109375 -5.421875 C -8.109375 -5.421875 -4.78125 -11.171875 -4.78125 -11.171875 C -4.78125 -11.171875 -3.890625 -10.65625 -3.890625 -10.65625 Z M -3.890625 -10.65625 "/>
</g>
<g id="glyph-10-3-a64386ba">
<path d="M -0.9375 -8.765625 C 2.03125 -7.046875 3.109375 -5 1.953125 -2.984375 C 1.1875 -1.671875 -0.171875 -1.234375 -1.703125 -1.828125 C -1.703125 -1.828125 -1.078125 -2.890625 -1.078125 -2.890625 C -0.15625 -2.578125 0.625 -2.828125 1.0625 -3.59375 C 1.765625 -4.8125 1 -6.171875 -1.09375 -7.390625 C -0.765625 -6.4375 -0.828125 -5.671875 -1.296875 -4.859375 C -2.1875 -3.328125 -3.875 -2.84375 -5.484375 -3.765625 C -7.15625 -4.734375 -7.65625 -6.59375 -6.703125 -8.234375 C -5.578125 -10.1875 -3.625 -10.3125 -0.9375 -8.765625 Z M -2.875 -8.328125 C -4 -8.96875 -5.203125 -8.671875 -5.78125 -7.6875 C -6.34375 -6.6875 -6.03125 -5.5625 -4.9375 -4.921875 C -3.796875 -4.265625 -2.75 -4.5 -2.15625 -5.53125 C -1.5625 -6.578125 -1.828125 -7.71875 -2.875 -8.328125 Z M -2.875 -8.328125 "/>
</g>
<g id="glyph-10-4-a64386ba">
<path d="M 0.921875 -7.75 C 2.609375 -6.78125 3.078125 -4.953125 2.140625 -3.3125 C 1 -1.359375 -0.9375 -1.234375 -3.609375 -2.78125 C -6.625 -4.515625 -7.671875 -6.546875 -6.515625 -8.546875 C -5.765625 -9.859375 -4.390625 -10.296875 -2.875 -9.703125 C -2.875 -9.703125 -3.5 -8.640625 -3.5 -8.640625 C -4.40625 -8.9375 -5.171875 -8.6875 -5.609375 -7.9375 C -6.3125 -6.703125 -5.546875 -5.359375 -3.46875 -4.140625 C -3.828125 -4.953125 -3.765625 -5.8125 -3.28125 -6.65625 C -2.390625 -8.203125 -0.671875 -8.671875 0.921875 -7.75 Z M 0.375 -6.609375 C -0.78125 -7.28125 -1.796875 -7.03125 -2.40625 -5.984375 C -3.015625 -4.921875 -2.734375 -3.8125 -1.671875 -3.1875 C -0.578125 -2.5625 0.640625 -2.859375 1.21875 -3.859375 C 1.78125 -4.828125 1.453125 -5.984375 0.375 -6.609375 Z M 0.375 -6.609375 "/>
</g>
<g id="glyph-11-0-a64386ba">
<path d="M 1.34375 -2.3125 C 1.34375 -2.3125 0.609375 -1.0625 0.609375 -1.0625 C 0.609375 -1.0625 -0.65625 -1.78125 -0.65625 -1.78125 C -0.65625 -1.78125 0.078125 -3.03125 0.078125 -3.03125 C 0.078125 -3.03125 1.34375 -2.3125 1.34375 -2.3125 Z M 1.34375 -2.3125 "/>
</g>
<g id="glyph-12-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-13-0-a64386ba">
<path d="M 2.421875 -4.203125 C 2.421875 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.40625 -4.765625 -5.40625 -4.765625 C -5.40625 -4.765625 -6.1875 -5.203125 -6.1875 -5.203125 C -5.4375 -6.96875 -5.484375 -7.328125 -6.578125 -8.453125 C -6.578125 -8.453125 -6.171875 -9.15625 -6.171875 -9.15625 C -6.171875 -9.15625 2.421875 -4.203125 2.421875 -4.203125 Z M 2.421875 -4.203125 "/>
</g>
<g id="glyph-14-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-15-0-a64386ba">
<path d="M 1.328125 -2.3125 C 1.328125 -2.3125 0.609375 -1.0625 0.609375 -1.0625 C 0.609375 -1.0625 -0.65625 -1.796875 -0.65625 -1.796875 C -0.65625 -1.796875 0.0625 -3.046875 0.0625 -3.046875 C 0.0625 -3.046875 1.328125 -2.3125 1.328125 -2.3125 Z M 1.328125 -2.3125 "/>
</g>
<g id="glyph-16-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-17-0-a64386ba">
<path d="M 1.171875 -7.609375 C 2.734375 -6.71875 3.078125 -4.9375 2.09375 -3.234375 C 1.109375 -1.546875 -0.609375 -0.953125 -2.1875 -1.859375 C -3.140625 -2.40625 -3.515625 -3.265625 -3.40625 -4.53125 C -4.484375 -3.96875 -5.0625 -3.921875 -5.875 -4.390625 C -7.203125 -5.15625 -7.546875 -6.765625 -6.671875 -8.28125 C -5.796875 -9.8125 -4.234375 -10.3125 -2.90625 -9.546875 C -2.09375 -9.078125 -1.8125 -8.546875 -1.78125 -7.34375 C -0.734375 -8.0625 0.203125 -8.171875 1.171875 -7.609375 Z M -3.5 -8.453125 C -4.34375 -8.9375 -5.1875 -8.65625 -5.71875 -7.734375 C -6.234375 -6.84375 -6.0625 -5.953125 -5.234375 -5.46875 C -4.421875 -5 -3.546875 -5.296875 -3.03125 -6.1875 C -2.515625 -7.09375 -2.703125 -7.984375 -3.5 -8.453125 Z M 0.546875 -6.515625 C -0.46875 -7.09375 -1.515625 -6.71875 -2.125 -5.65625 C -2.734375 -4.59375 -2.53125 -3.515625 -1.515625 -2.9375 C -0.515625 -2.359375 0.5625 -2.703125 1.15625 -3.75 C 1.78125 -4.828125 1.5625 -5.921875 0.546875 -6.515625 Z M 0.546875 -6.515625 "/>
</g>
<g id="glyph-18-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-19-0-a64386ba">
<path d="M 2.421875 -4.203125 C 2.421875 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.40625 -4.765625 -5.40625 -4.765625 C -5.40625 -4.765625 -6.1875 -5.203125 -6.1875 -5.203125 C -5.4375 -6.96875 -5.484375 -7.328125 -6.578125 -8.453125 C -6.578125 -8.453125 -6.171875 -9.15625 -6.171875 -9.15625 C -6.171875 -9.15625 2.421875 -4.203125 2.421875 -4.203125 Z M 2.421875 -4.203125 "/>
</g>
<g id="glyph-19-1-a64386ba">
<path d="M -2.5 -9.703125 C -1.4375 -9.09375 -0.90625 -7.953125 -0.96875 -6.375 C -0.96875 -6.375 -1 -4.796875 -1 -4.796875 C -0.984375 -3.375 -0.78125 -2.734375 -0.140625 -2.21875 C -0.140625 -2.21875 2.46875 -6.734375 2.46875 -6.734375 C 2.46875 -6.734375 3.53125 -6.125 3.53125 -6.125 C 3.53125 -6.125 0.234375 -0.40625 0.234375 -0.40625 C -1.59375 -1.609375 -2.109375 -2.59375 -2.09375 -4.96875 C -2.09375 -4.96875 -2.09375 -6.453125 -2.09375 -6.453125 C -2.078125 -7.46875 -2.4375 -8.1875 -3.109375 -8.578125 C -4.03125 -9.109375 -5.140625 -8.796875 -5.6875 -7.828125 C -6.296875 -6.78125 -6.03125 -5.828125 -4.640625 -4.90625 C -4.640625 -4.90625 -5.265625 -3.84375 -5.265625 -3.84375 C -7.328125 -5.09375 -7.625 -6.640625 -6.609375 -8.390625 C -5.671875 -10.03125 -3.953125 -10.546875 -2.5 -9.703125 Z M -2.5 -9.703125 "/>
</g>
<g id="glyph-20-0-a64386ba">
<path d="M 1.328125 -2.3125 C 1.328125 -2.3125 0.609375 -1.0625 0.609375 -1.0625 C 0.609375 -1.0625 -0.65625 -1.78125 -0.65625 -1.78125 C -0.65625 -1.78125 0.0625 -3.03125 0.0625 -3.03125 C 0.0625 -3.03125 1.328125 -2.3125 1.328125 -2.3125 Z M 1.328125 -2.3125 "/>
</g>
<g id="glyph-21-0-a64386ba">
<path d="M 2.4375 -4.203125 C 2.4375 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.390625 -4.765625 -5.390625 -4.765625 C -5.390625 -4.765625 -6.171875 -5.203125 -6.171875 -5.203125 C -5.421875 -6.96875 -5.46875 -7.328125 -6.5625 -8.453125 C -6.5625 -8.453125 -6.15625 -9.15625 -6.15625 -9.15625 C -6.15625 -9.15625 2.4375 -4.203125 2.4375 -4.203125 Z M 2.4375 -4.203125 "/>
</g>
<g id="glyph-22-0-a64386ba">
<path d="M -2.5 -9.703125 C -1.4375 -9.09375 -0.90625 -7.953125 -0.96875 -6.375 C -0.96875 -6.375 -1 -4.796875 -1 -4.796875 C -0.984375 -3.375 -0.78125 -2.734375 -0.140625 -2.21875 C -0.140625 -2.21875 2.46875 -6.734375 2.46875 -6.734375 C 2.46875 -6.734375 3.53125 -6.125 3.53125 -6.125 C 3.53125 -6.125 0.234375 -0.40625 0.234375 -0.40625 C -1.59375 -1.609375 -2.109375 -2.59375 -2.09375 -4.96875 C -2.09375 -4.96875 -2.09375 -6.453125 -2.09375 -6.453125 C -2.078125 -7.46875 -2.4375 -8.1875 -3.109375 -8.578125 C -4.03125 -9.109375 -5.140625 -8.796875 -5.6875 -7.828125 C -6.296875 -6.78125 -6.03125 -5.828125 -4.640625 -4.90625 C -4.640625 -4.90625 -5.265625 -3.84375 -5.265625 -3.84375 C -7.328125 -5.09375 -7.625 -6.640625 -6.609375 -8.390625 C -5.671875 -10.03125 -3.953125 -10.546875 -2.5 -9.703125 Z M -2.5 -9.703125 "/>
</g>
<g id="glyph-22-1-a64386ba">
<path d="M -0.9375 -8.765625 C 2.03125 -7.046875 3.109375 -5 1.953125 -2.984375 C 1.1875 -1.671875 -0.171875 -1.234375 -1.703125 -1.828125 C -1.703125 -1.828125 -1.078125 -2.890625 -1.078125 -2.890625 C -0.15625 -2.578125 0.625 -2.828125 1.0625 -3.59375 C 1.765625 -4.8125 1 -6.171875 -1.09375 -7.390625 C -0.765625 -6.4375 -0.828125 -5.671875 -1.296875 -4.859375 C -2.1875 -3.328125 -3.875 -2.84375 -5.484375 -3.765625 C -7.15625 -4.734375 -7.65625 -6.59375 -6.703125 -8.234375 C -5.578125 -10.1875 -3.625 -10.3125 -0.9375 -8.765625 Z M -2.875 -8.328125 C -4 -8.96875 -5.203125 -8.671875 -5.78125 -7.6875 C -6.34375 -6.6875 -6.03125 -5.5625 -4.9375 -4.921875 C -3.796875 -4.265625 -2.75 -4.5 -2.15625 -5.53125 C -1.5625 -6.578125 -1.828125 -7.71875 -2.875 -8.328125 Z M -2.875 -8.328125 "/>
</g>
<g id="glyph-23-0-a64386ba">
<path d="M 0.734375 -7.859375 C 2.5625 -6.8125 3.0625 -4.90625 2.0625 -3.1875 C 1.171875 -1.65625 -0.0625 -1.046875 -1.96875 -1.6875 C -1.96875 -1.6875 -1.34375 -2.75 -1.34375 -2.75 C -0.234375 -2.453125 0.578125 -2.75 1.125 -3.6875 C 1.796875 -4.84375 1.484375 -5.96875 0.25 -6.6875 C -1.03125 -7.421875 -2.1875 -7.109375 -2.84375 -5.96875 C -3.234375 -5.296875 -3.25 -4.765625 -2.9375 -3.921875 C -2.9375 -3.921875 -3.515625 -2.9375 -3.515625 -2.9375 C -3.515625 -2.9375 -7.65625 -6.203125 -7.65625 -6.203125 C -7.65625 -6.203125 -5.09375 -10.625 -5.09375 -10.625 C -5.09375 -10.625 -4.03125 -10.015625 -4.03125 -10.015625 C -4.03125 -10.015625 -6.09375 -6.4375 -6.09375 -6.4375 C -6.09375 -6.4375 -4.078125 -4.828125 -4.078125 -4.828125 C -4.140625 -5.53125 -4.015625 -6.109375 -3.671875 -6.703125 C -2.71875 -8.359375 -0.953125 -8.84375 0.734375 -7.859375 Z M 0.734375 -7.859375 "/>
</g>
<g id="glyph-23-1-a64386ba">
<path d="M 1.578125 -7.5 C 1.578125 -7.5 0.84375 -6.21875 0.84375 -6.21875 C 0.84375 -6.21875 2.90625 -5.03125 2.90625 -5.03125 C 2.90625 -5.03125 2.28125 -3.96875 2.28125 -3.96875 C 2.28125 -3.96875 0.21875 -5.15625 0.21875 -5.15625 C 0.21875 -5.15625 -1.875 -1.53125 -1.875 -1.53125 C -1.875 -1.53125 -3 -2.1875 -3 -2.1875 C -3 -2.1875 -6.140625 -9.203125 -6.140625 -9.203125 C -6.140625 -9.203125 -5.6875 -9.984375 -5.6875 -9.984375 C -5.6875 -9.984375 -0.109375 -6.765625 -0.109375 -6.765625 C -0.109375 -6.765625 0.625 -8.046875 0.625 -8.046875 C 0.625 -8.046875 1.578125 -7.5 1.578125 -7.5 Z M -0.734375 -5.703125 C -0.734375 -5.703125 -4.5 -7.875 -4.5 -7.875 C -4.5 -7.875 -2.28125 -3 -2.28125 -3 C -2.28125 -3 -0.734375 -5.703125 -0.734375 -5.703125 Z M -0.734375 -5.703125 "/>
</g>
<g id="glyph-23-2-a64386ba">
<path d="M 1.03125 -7.5625 C 2.65625 -6.625 3.046875 -4.90625 2.03125 -3.125 C 1.015625 -1.375 -0.375 -0.921875 -2.375 -1.890625 C -2.375 -1.890625 -1.75 -2.96875 -1.75 -2.96875 C -0.46875 -2.296875 0.453125 -2.53125 1.125 -3.703125 C 1.765625 -4.8125 1.5 -5.859375 0.421875 -6.484375 C -0.53125 -7.03125 -1.4375 -6.75 -2.125 -5.578125 C -2.125 -5.578125 -2.453125 -4.984375 -2.453125 -4.984375 C -2.453125 -4.984375 -3.34375 -5.5 -3.34375 -5.5 C -2.359375 -7.21875 -2.515625 -7.84375 -3.4375 -8.375 C -4.34375 -8.890625 -5.21875 -8.640625 -5.765625 -7.703125 C -6.40625 -6.59375 -6.140625 -5.765625 -4.875 -5 C -4.875 -5 -5.484375 -3.921875 -5.484375 -3.921875 C -7.296875 -5.015625 -7.71875 -6.484375 -6.71875 -8.21875 C -5.765625 -9.84375 -4.328125 -10.34375 -2.84375 -9.484375 C -1.984375 -8.984375 -1.65625 -8.265625 -1.796875 -7.28125 C -0.84375 -8.09375 -0.015625 -8.171875 1.03125 -7.5625 Z M 1.03125 -7.5625 "/>
</g>
<g id="glyph-23-3-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-23-4-a64386ba">
<path d="M 2.421875 -4.203125 C 2.421875 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.40625 -4.765625 -5.40625 -4.765625 C -5.40625 -4.765625 -6.1875 -5.203125 -6.1875 -5.203125 C -5.4375 -6.96875 -5.484375 -7.328125 -6.578125 -8.453125 C -6.578125 -8.453125 -6.171875 -9.15625 -6.171875 -9.15625 C -6.171875 -9.15625 2.421875 -4.203125 2.421875 -4.203125 Z M 2.421875 -4.203125 "/>
</g>
<g id="glyph-23-5-a64386ba">
<path d="M -2.5 -9.703125 C -1.4375 -9.09375 -0.90625 -7.953125 -0.96875 -6.375 C -0.96875 -6.375 -1 -4.796875 -1 -4.796875 C -0.984375 -3.375 -0.78125 -2.734375 -0.140625 -2.21875 C -0.140625 -2.21875 2.46875 -6.734375 2.46875 -6.734375 C 2.46875 -6.734375 3.53125 -6.125 3.53125 -6.125 C 3.53125 -6.125 0.234375 -0.40625 0.234375 -0.40625 C -1.59375 -1.609375 -2.109375 -2.59375 -2.09375 -4.96875 C -2.09375 -4.96875 -2.09375 -6.453125 -2.09375 -6.453125 C -2.078125 -7.46875 -2.4375 -8.1875 -3.109375 -8.578125 C -4.03125 -9.109375 -5.140625 -8.796875 -5.6875 -7.828125 C -6.296875 -6.78125 -6.03125 -5.828125 -4.640625 -4.90625 C -4.640625 -4.90625 -5.265625 -3.84375 -5.265625 -3.84375 C -7.328125 -5.09375 -7.625 -6.640625 -6.609375 -8.390625 C -5.671875 -10.03125 -3.953125 -10.546875 -2.5 -9.703125 Z M -2.5 -9.703125 "/>
</g>
<g id="glyph-24-0-a64386ba">
<path d="M 1.328125 -2.3125 C 1.328125 -2.3125 0.609375 -1.0625 0.609375 -1.0625 C 0.609375 -1.0625 -0.65625 -1.796875 -0.65625 -1.796875 C -0.65625 -1.796875 0.0625 -3.046875 0.0625 -3.046875 C 0.0625 -3.046875 1.328125 -2.3125 1.328125 -2.3125 Z M 1.328125 -2.3125 "/>
</g>
<g id="glyph-25-0-a64386ba">
<path d="M 2.421875 -4.203125 C 2.421875 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.40625 -4.765625 -5.40625 -4.765625 C -5.40625 -4.765625 -6.1875 -5.203125 -6.1875 -5.203125 C -5.4375 -6.96875 -5.484375 -7.328125 -6.578125 -8.453125 C -6.578125 -8.453125 -6.171875 -9.15625 -6.171875 -9.15625 C -6.171875 -9.15625 2.421875 -4.203125 2.421875 -4.203125 Z M 2.421875 -4.203125 "/>
</g>
<g id="glyph-26-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-26-1-a64386ba">
<path d="M -3.890625 -10.65625 C -2.78125 -7.59375 -0.890625 -4.875 1.625 -2.8125 C 1.625 -2.8125 0.96875 -1.671875 0.96875 -1.671875 C -1.375 -3.8125 -3.1875 -6.484375 -4.359375 -9.453125 C -4.359375 -9.453125 -7.046875 -4.8125 -7.046875 -4.8125 C -7.046875 -4.8125 -8.109375 -5.421875 -8.109375 -5.421875 C -8.109375 -5.421875 -4.78125 -11.171875 -4.78125 -11.171875 C -4.78125 -11.171875 -3.890625 -10.65625 -3.890625 -10.65625 Z M -3.890625 -10.65625 "/>
</g>
<g id="glyph-27-0-a64386ba">
<path d="M 2.421875 -4.203125 C 2.421875 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.40625 -4.765625 -5.40625 -4.765625 C -5.40625 -4.765625 -6.1875 -5.203125 -6.1875 -5.203125 C -5.4375 -6.96875 -5.484375 -7.328125 -6.578125 -8.453125 C -6.578125 -8.453125 -6.171875 -9.15625 -6.171875 -9.15625 C -6.171875 -9.15625 2.421875 -4.203125 2.421875 -4.203125 Z M 2.421875 -4.203125 "/>
</g>
<g id="glyph-28-0-a64386ba">
<path d="M 2.4375 -4.203125 C 2.4375 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.390625 -4.765625 -5.390625 -4.765625 C -5.390625 -4.765625 -6.171875 -5.203125 -6.171875 -5.203125 C -5.421875 -6.96875 -5.46875 -7.328125 -6.5625 -8.453125 C -6.5625 -8.453125 -6.15625 -9.15625 -6.15625 -9.15625 C -6.15625 -9.15625 2.4375 -4.203125 2.4375 -4.203125 Z M 2.4375 -4.203125 "/>
</g>
<g id="glyph-29-0-a64386ba">
<path d="M -0.59375 -8.53125 C 2.234375 -6.890625 3.140625 -5.0625 2.09375 -3.234375 C 1.03125 -1.390625 -1.015625 -1.28125 -3.90625 -2.953125 C -6.796875 -4.625 -7.75 -6.421875 -6.671875 -8.28125 C -5.59375 -10.15625 -3.578125 -10.25 -0.59375 -8.53125 Z M -1.3125 -7.5 C -3.609375 -8.828125 -5.046875 -8.90625 -5.71875 -7.734375 C -6.390625 -6.578125 -5.625 -5.390625 -3.265625 -4.03125 C -0.921875 -2.671875 0.546875 -2.578125 1.203125 -3.71875 C 1.890625 -4.90625 1.125 -6.09375 -1.3125 -7.5 Z M -1.3125 -7.5 "/>
</g>
<g id="glyph-30-0-a64386ba">
<path d="M 1.328125 -2.3125 C 1.328125 -2.3125 0.609375 -1.0625 0.609375 -1.0625 C 0.609375 -1.0625 -0.65625 -1.78125 -0.65625 -1.78125 C -0.65625 -1.78125 0.0625 -3.03125 0.0625 -3.03125 C 0.0625 -3.03125 1.328125 -2.3125 1.328125 -2.3125 Z M 1.328125 -2.3125 "/>
</g>
<g id="glyph-31-0-a64386ba">
<path d="M 2.421875 -4.203125 C 2.421875 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.40625 -4.765625 -5.40625 -4.765625 C -5.40625 -4.765625 -6.1875 -5.203125 -6.1875 -5.203125 C -5.4375 -6.96875 -5.484375 -7.328125 -6.578125 -8.453125 C -6.578125 -8.453125 -6.171875 -9.15625 -6.171875 -9.15625 C -6.171875 -9.15625 2.421875 -4.203125 2.421875 -4.203125 Z M 2.421875 -4.203125 "/>
</g>
<g id="glyph-32-0-a64386ba">
<path d="M 1.34375 -2.3125 C 1.34375 -2.3125 0.609375 -1.0625 0.609375 -1.0625 C 0.609375 -1.0625 -0.65625 -1.78125 -0.65625 -1.78125 C -0.65625 -1.78125 0.078125 -3.03125 0.078125 -3.03125 C 0.078125 -3.03125 1.34375 -2.3125 1.34375 -2.3125 Z M 1.34375 -2.3125 "/>
</g>
<g id="glyph-33-0-a64386ba">
<path d="M 2.4375 -4.203125 C 2.4375 -4.203125 1.8125 -3.140625 1.8125 -3.140625 C 1.8125 -3.140625 -4.296875 -6.671875 -4.296875 -6.671875 C -4.296875 -6.671875 -5.390625 -4.765625 -5.390625 -4.765625 C -5.390625 -4.765625 -6.171875 -5.203125 -6.171875 -5.203125 C -5.421875 -6.96875 -5.46875 -7.328125 -6.5625 -8.453125 C -6.5625 -8.453125 -6.15625 -9.15625 -6.15625 -9.15625 C -6.15625 -9.15625 2.4375 -4.203125 2.4375 -4.203125 Z M 2.4375 -4.203125 "/>
</g>
<g id="glyph-34-0-a64386ba">
<path d="M 0.921875 -7.75 C 2.609375 -6.78125 3.09375 -4.953125 2.140625 -3.3125 C 1.015625 -1.359375 -0.921875 -1.234375 -3.59375 -2.78125 C -6.609375 -4.515625 -7.671875 -6.546875 -6.515625 -8.546875 C -5.75 -9.859375 -4.375 -10.296875 -2.875 -9.703125 C -2.875 -9.703125 -3.484375 -8.640625 -3.484375 -8.640625 C -4.390625 -8.9375 -5.171875 -8.6875 -5.59375 -7.9375 C -6.3125 -6.703125 -5.546875 -5.359375 -3.453125 -4.140625 C -3.8125 -4.953125 -3.765625 -5.8125 -3.265625 -6.65625 C -2.375 -8.203125 -0.671875 -8.671875 0.921875 -7.75 Z M 0.390625 -6.609375 C -0.765625 -7.28125 -1.796875 -7.03125 -2.390625 -5.984375 C -3 -4.921875 -2.734375 -3.8125 -1.671875 -3.1875 C -0.578125 -2.5625 0.65625 -2.859375 1.234375 -3.859375 C 1.796875 -4.828125 1.46875 -5.984375 0.390625 -6.609375 Z M 0.390625 -6.609375 "/>
</g>
<g id="glyph-35-0-a64386ba">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-36-0-a64386ba">
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
</g>
<g id="glyph-37-0-a64386ba">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-38-0-a64386ba">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-39-0-a64386ba">
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
</g>
<g id="glyph-40-0-a64386ba">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-41-0-a64386ba">
<path d="M 7.625 0 C 7.625 0 5.671875 0 5.671875 0 C 5.671875 0 5.671875 -0.875 5.671875 -0.875 C 5.1875 -0.21875 4.515625 0.125 3.578125 0.125 C 1.578125 0.125 0.40625 -1.625 0.40625 -3.765625 C 0.40625 -6.046875 1.78125 -7.6875 3.578125 -7.6875 C 4.515625 -7.6875 5.1875 -7.34375 5.671875 -6.578125 C 5.671875 -6.578125 5.671875 -10.203125 5.671875 -10.203125 C 5.671875 -10.203125 7.625 -10.203125 7.625 -10.203125 C 7.625 -10.203125 7.625 0 7.625 0 Z M 5.671875 -3.734375 C 5.671875 -5.1875 5.015625 -6.046875 4.015625 -6.046875 C 3.03125 -6.046875 2.359375 -5.171875 2.359375 -3.765625 C 2.359375 -2.375 3.03125 -1.515625 4.015625 -1.515625 C 5 -1.515625 5.671875 -2.359375 5.671875 -3.734375 Z M 5.671875 -3.734375 "/>
</g>
<g id="glyph-42-0-a64386ba">
<path d="M 2.890625 0 C 2.890625 0 0.9375 0 0.9375 0 C 0.9375 0 0.9375 -7.5625 0.9375 -7.5625 C 0.9375 -7.5625 2.890625 -7.5625 2.890625 -7.5625 C 2.890625 -7.5625 2.890625 0 2.890625 0 Z M 2.921875 -8.46875 C 2.921875 -8.46875 0.96875 -8.46875 0.96875 -8.46875 C 0.96875 -8.46875 0.96875 -10.4375 0.96875 -10.4375 C 0.96875 -10.4375 2.921875 -10.4375 2.921875 -10.4375 C 2.921875 -10.4375 2.921875 -8.46875 2.921875 -8.46875 Z M 2.921875 -8.46875 "/>
</g>
<g id="glyph-42-1-a64386ba">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-42-2-a64386ba">
<path d="M 4.21875 0 C 3.859375 0.015625 3.515625 0.0625 3.078125 0.0625 C 1.796875 0.0625 1.15625 -0.4375 1.15625 -1.625 C 1.15625 -1.625 1.15625 -6.109375 1.15625 -6.109375 C 1.15625 -6.109375 0.203125 -6.109375 0.203125 -6.109375 C 0.203125 -6.109375 0.203125 -7.40625 0.203125 -7.40625 C 0.203125 -7.40625 1.15625 -7.40625 1.15625 -7.40625 C 1.15625 -7.40625 1.15625 -9.4375 1.15625 -9.4375 C 1.15625 -9.4375 3.125 -9.4375 3.125 -9.4375 C 3.125 -9.4375 3.125 -7.40625 3.125 -7.40625 C 3.125 -7.40625 4.21875 -7.40625 4.21875 -7.40625 C 4.21875 -7.40625 4.21875 -6.109375 4.21875 -6.109375 C 4.21875 -6.109375 3.125 -6.109375 3.125 -6.109375 C 3.125 -6.109375 3.125 -2.15625 3.125 -2.15625 C 3.125 -1.484375 3.25 -1.328125 3.765625 -1.328125 C 3.90625 -1.328125 4.015625 -1.34375 4.21875 -1.375 C 4.21875 -1.375 4.21875 0 4.21875 0 Z M 4.21875 0 "/>
</g>
<g id="glyph-42-3-a64386ba">
<path d="M 8.046875 -3.6875 C 8.046875 -1.40625 6.671875 0.125 4.875 0.125 C 3.921875 0.125 3.265625 -0.21875 2.78125 -0.875 C 2.78125 -0.875 2.78125 0 2.78125 0 C 2.78125 0 0.828125 0 0.828125 0 C 0.828125 0 0.828125 -10.203125 0.828125 -10.203125 C 0.828125 -10.203125 2.78125 -10.203125 2.78125 -10.203125 C 2.78125 -10.203125 2.78125 -6.578125 2.78125 -6.578125 C 3.265625 -7.34375 3.9375 -7.6875 4.875 -7.6875 C 6.859375 -7.6875 8.046875 -5.828125 8.046875 -3.6875 Z M 6.09375 -3.765625 C 6.09375 -5.171875 5.40625 -6.046875 4.4375 -6.046875 C 3.453125 -6.046875 2.78125 -5.1875 2.78125 -3.8125 C 2.78125 -2.359375 3.4375 -1.515625 4.4375 -1.515625 C 5.40625 -1.515625 6.09375 -2.390625 6.09375 -3.765625 Z M 6.09375 -3.765625 "/>
</g>
<g id="glyph-42-4-a64386ba">
</g>
<g id="glyph-42-5-a64386ba">
<path d="M 7.578125 0 C 7.578125 0 5.609375 0 5.609375 0 C 5.609375 0 5.609375 -1 5.609375 -1 C 5.046875 -0.25 4.375 0.125 3.34375 0.125 C 1.734375 0.125 0.8125 -0.828125 0.8125 -2.484375 C 0.8125 -2.484375 0.8125 -7.5625 0.8125 -7.5625 C 0.8125 -7.5625 2.765625 -7.5625 2.765625 -7.5625 C 2.765625 -7.5625 2.765625 -2.890625 2.765625 -2.890625 C 2.765625 -1.984375 3.1875 -1.546875 4.03125 -1.546875 C 4.984375 -1.546875 5.609375 -2.125 5.609375 -3.03125 C 5.609375 -3.03125 5.609375 -7.5625 5.609375 -7.5625 C 5.609375 -7.5625 7.578125 -7.5625 7.578125 -7.5625 C 7.578125 -7.5625 7.578125 0 7.578125 0 Z M 7.578125 0 "/>
</g>
<g id="glyph-42-6-a64386ba">
<path d="M 8.03125 -3.78125 C 8.03125 -1.484375 6.6875 0.125 4.875 0.125 C 3.921875 0.125 3.25 -0.171875 2.765625 -1.015625 C 2.765625 -1.015625 2.765625 3.046875 2.765625 3.046875 C 2.765625 3.046875 0.8125 3.046875 0.8125 3.046875 C 0.8125 3.046875 0.8125 -7.5625 0.8125 -7.5625 C 0.8125 -7.5625 2.765625 -7.5625 2.765625 -7.5625 C 2.765625 -7.5625 2.765625 -6.4375 2.765625 -6.4375 C 3.25 -7.28125 3.921875 -7.6875 4.875 -7.6875 C 6.84375 -7.6875 8.03125 -6.015625 8.03125 -3.78125 Z M 6.078125 -3.75 C 6.078125 -5.1875 5.421875 -6.046875 4.421875 -6.046875 C 3.4375 -6.046875 2.765625 -5.1875 2.765625 -3.78125 C 2.765625 -2.359375 3.4375 -1.515625 4.421875 -1.515625 C 5.390625 -1.515625 6.078125 -2.375 6.078125 -3.75 Z M 6.078125 -3.75 "/>
</g>
<g id="glyph-42-7-a64386ba">
<path d="M 7.34375 0 C 7.34375 0 5.203125 0 5.203125 0 C 5.03125 -0.21875 4.984375 -0.5625 4.984375 -0.953125 C 4.296875 -0.234375 3.53125 0.125 2.6875 0.125 C 1.421875 0.125 0.390625 -0.578125 0.390625 -2.046875 C 0.390625 -3.421875 1.125 -4.0625 2.625 -4.328125 C 2.625 -4.328125 3.40625 -4.46875 3.40625 -4.46875 C 4.375 -4.640625 4.96875 -4.546875 4.96875 -5.34375 C 4.96875 -5.859375 4.59375 -6.109375 3.84375 -6.109375 C 2.875 -6.109375 2.546875 -5.859375 2.453125 -5.0625 C 2.453125 -5.0625 0.5625 -5.0625 0.5625 -5.0625 C 0.6875 -6.8125 1.75 -7.6875 3.796875 -7.6875 C 5.84375 -7.6875 6.890625 -6.90625 6.890625 -5.359375 C 6.890625 -5.359375 6.890625 -1.15625 6.890625 -1.15625 C 6.890625 -0.765625 6.984375 -0.5625 7.34375 -0.234375 C 7.34375 -0.234375 7.34375 0 7.34375 0 Z M 4.96875 -3.234375 C 4.96875 -3.234375 4.96875 -3.5625 4.96875 -3.5625 C 4.75 -3.453125 4.65625 -3.4375 4.140625 -3.328125 C 4.140625 -3.328125 3.46875 -3.203125 3.46875 -3.203125 C 2.65625 -3.046875 2.359375 -2.84375 2.359375 -2.265625 C 2.359375 -1.703125 2.765625 -1.453125 3.421875 -1.453125 C 4.40625 -1.453125 4.96875 -2.09375 4.96875 -3.234375 Z M 4.96875 -3.234375 "/>
</g>
<g id="glyph-42-8-a64386ba">
<path d="M 7.640625 0 C 7.640625 0 5.6875 0 5.6875 0 C 5.6875 0 5.6875 -4.65625 5.6875 -4.65625 C 5.6875 -5.5625 5.265625 -6.015625 4.421875 -6.015625 C 3.46875 -6.015625 2.84375 -5.4375 2.84375 -4.53125 C 2.84375 -4.53125 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.46875 2.84375 -6.46875 C 3.40625 -7.3125 4.09375 -7.6875 5.109375 -7.6875 C 6.71875 -7.6875 7.640625 -6.734375 7.640625 -5.0625 C 7.640625 -5.0625 7.640625 0 7.640625 0 Z M 7.640625 0 "/>
</g>
<g id="glyph-43-0-a64386ba">
<path d="M 5.1875 -5.6875 C 4.90625 -5.71875 4.78125 -5.734375 4.5625 -5.734375 C 3.421875 -5.734375 2.84375 -5.171875 2.84375 -4.015625 C 2.84375 -4.015625 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.078125 2.84375 -6.078125 C 3.265625 -7.09375 4.046875 -7.6875 4.9375 -7.6875 C 5 -7.6875 5.0625 -7.6875 5.1875 -7.671875 C 5.1875 -7.671875 5.1875 -5.6875 5.1875 -5.6875 Z M 5.1875 -5.6875 "/>
</g>
<g id="glyph-44-0-a64386ba">
<path d="M 7.578125 0 C 7.578125 0 5.609375 0 5.609375 0 C 5.609375 0 5.609375 -1 5.609375 -1 C 5.046875 -0.25 4.375 0.125 3.34375 0.125 C 1.734375 0.125 0.8125 -0.828125 0.8125 -2.484375 C 0.8125 -2.484375 0.8125 -7.5625 0.8125 -7.5625 C 0.8125 -7.5625 2.765625 -7.5625 2.765625 -7.5625 C 2.765625 -7.5625 2.765625 -2.890625 2.765625 -2.890625 C 2.765625 -1.984375 3.1875 -1.546875 4.03125 -1.546875 C 4.984375 -1.546875 5.609375 -2.125 5.609375 -3.03125 C 5.609375 -3.03125 5.609375 -7.5625 5.609375 -7.5625 C 5.609375 -7.5625 7.578125 -7.5625 7.578125 -7.5625 C 7.578125 -7.5625 7.578125 0 7.578125 0 Z M 7.578125 0 "/>
</g>
<g id="glyph-44-1-a64386ba">
</g>
<g id="glyph-44-2-a64386ba">
<path d="M 7.96875 -3.71875 C 7.96875 -1.296875 6.53125 0.125 4.234375 0.125 C 1.90625 0.125 0.484375 -1.28125 0.484375 -3.78125 C 0.484375 -6.265625 1.90625 -7.6875 4.21875 -7.6875 C 6.578125 -7.6875 7.96875 -6.28125 7.96875 -3.71875 Z M 6 -3.75 C 6 -5.234375 5.3125 -6.109375 4.234375 -6.109375 C 3.15625 -6.109375 2.453125 -5.21875 2.453125 -3.78125 C 2.453125 -2.34375 3.15625 -1.453125 4.234375 -1.453125 C 5.28125 -1.453125 6 -2.34375 6 -3.75 Z M 6 -3.75 "/>
</g>
<g id="glyph-44-3-a64386ba">
<path d="M 4.375 -6.109375 C 4.375 -6.109375 3.21875 -6.109375 3.21875 -6.109375 C 3.21875 -6.109375 3.21875 0 3.21875 0 C 3.21875 0 1.265625 0 1.265625 0 C 1.265625 0 1.265625 -6.109375 1.265625 -6.109375 C 1.265625 -6.109375 0.203125 -6.109375 0.203125 -6.109375 C 0.203125 -6.109375 0.203125 -7.40625 0.203125 -7.40625 C 0.203125 -7.40625 1.265625 -7.40625 1.265625 -7.40625 C 1.265625 -7.40625 1.265625 -8.3125 1.265625 -8.3125 C 1.265625 -9.59375 1.890625 -10.203125 3.1875 -10.203125 C 3.453125 -10.203125 3.953125 -10.1875 4.3125 -10.15625 C 4.3125 -10.15625 4.3125 -8.6875 4.3125 -8.6875 C 4.140625 -8.71875 3.921875 -8.734375 3.75 -8.734375 C 3.390625 -8.734375 3.21875 -8.546875 3.21875 -8.140625 C 3.21875 -8.140625 3.21875 -7.40625 3.21875 -7.40625 C 3.21875 -7.40625 4.375 -7.40625 4.375 -7.40625 C 4.375 -7.40625 4.375 -6.109375 4.375 -6.109375 Z M 4.375 -6.109375 "/>
</g>
<g id="glyph-44-4-a64386ba">
<path d="M 7.34375 -3.5 C 7.34375 -3.5 7.34375 -3.265625 7.34375 -3.265625 C 7.34375 -3.265625 2.265625 -3.265625 2.265625 -3.265625 C 2.328125 -1.796875 2.90625 -1.375 3.84375 -1.375 C 4.546875 -1.375 5.171875 -1.578125 5.328125 -2.125 C 5.328125 -2.125 7.265625 -2.125 7.265625 -2.125 C 6.828125 -0.640625 5.453125 0.125 3.765625 0.125 C 1.625 0.125 0.3125 -1.265625 0.3125 -3.6875 C 0.3125 -6.21875 1.640625 -7.6875 3.8125 -7.6875 C 6.03125 -7.6875 7.34375 -6.109375 7.34375 -3.5 Z M 5.3125 -4.5625 C 5.203125 -5.640625 4.625 -6.1875 3.78125 -6.1875 C 2.90625 -6.1875 2.421875 -5.609375 2.296875 -4.5625 C 2.296875 -4.5625 5.3125 -4.5625 5.3125 -4.5625 Z M 5.3125 -4.5625 "/>
</g>
<g id="glyph-44-5-a64386ba">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-45-0-a64386ba">
<path d="M 7.96875 -3.71875 C 7.96875 -1.296875 6.53125 0.125 4.234375 0.125 C 1.90625 0.125 0.484375 -1.28125 0.484375 -3.78125 C 0.484375 -6.265625 1.90625 -7.6875 4.21875 -7.6875 C 6.578125 -7.6875 7.96875 -6.28125 7.96875 -3.71875 Z M 6 -3.75 C 6 -5.234375 5.3125 -6.109375 4.234375 -6.109375 C 3.15625 -6.109375 2.453125 -5.21875 2.453125 -3.78125 C 2.453125 -2.34375 3.15625 -1.453125 4.234375 -1.453125 C 5.28125 -1.453125 6 -2.34375 6 -3.75 Z M 6 -3.75 "/>
</g>
<g id="glyph-45-1-a64386ba">
<path d="M 7.640625 0 C 7.640625 0 5.6875 0 5.6875 0 C 5.6875 0 5.6875 -4.65625 5.6875 -4.65625 C 5.6875 -5.5625 5.265625 -6.015625 4.421875 -6.015625 C 3.46875 -6.015625 2.84375 -5.4375 2.84375 -4.53125 C 2.84375 -4.53125 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.46875 2.84375 -6.46875 C 3.40625 -7.3125 4.09375 -7.6875 5.109375 -7.6875 C 6.71875 -7.6875 7.640625 -6.734375 7.640625 -5.0625 C 7.640625 -5.0625 7.640625 0 7.640625 0 Z M 7.640625 0 "/>
</g>
<g id="glyph-45-2-a64386ba">
</g>
<g id="glyph-45-3-a64386ba">
<path d="M 5.1875 -5.6875 C 4.90625 -5.71875 4.78125 -5.734375 4.5625 -5.734375 C 3.421875 -5.734375 2.84375 -5.171875 2.84375 -4.015625 C 2.84375 -4.015625 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.078125 2.84375 -6.078125 C 3.265625 -7.09375 4.046875 -7.6875 4.9375 -7.6875 C 5 -7.6875 5.0625 -7.6875 5.1875 -7.671875 C 5.1875 -7.671875 5.1875 -5.6875 5.1875 -5.6875 Z M 5.1875 -5.6875 "/>
</g>
<g id="glyph-45-4-a64386ba">
<path d="M 2.890625 0 C 2.890625 0 0.9375 0 0.9375 0 C 0.9375 0 0.9375 -7.5625 0.9375 -7.5625 C 0.9375 -7.5625 2.890625 -7.5625 2.890625 -7.5625 C 2.890625 -7.5625 2.890625 0 2.890625 0 Z M 2.921875 -8.46875 C 2.921875 -8.46875 0.96875 -8.46875 0.96875 -8.46875 C 0.96875 -8.46875 0.96875 -10.4375 0.96875 -10.4375 C 0.96875 -10.4375 2.921875 -10.4375 2.921875 -10.4375 C 2.921875 -10.4375 2.921875 -8.46875 2.921875 -8.46875 Z M 2.921875 -8.46875 "/>
</g>
<g id="glyph-45-5-a64386ba">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-46-0-a64386ba">
<path d="M 10.140625 -6.8125 C 10.140625 -2.15625 8.5 0.296875 5.5 0.296875 C 2.453125 0.296875 0.859375 -2.15625 0.859375 -6.9375 C 0.859375 -11.703125 2.4375 -14.1875 5.5 -14.1875 C 8.578125 -14.1875 10.140625 -11.734375 10.140625 -6.8125 Z M 8.34375 -6.984375 C 8.34375 -10.78125 7.40625 -12.625 5.5 -12.625 C 3.59375 -12.625 2.65625 -10.796875 2.65625 -6.921875 C 2.65625 -3.046875 3.59375 -1.15625 5.453125 -1.15625 C 7.421875 -1.15625 8.34375 -2.953125 8.34375 -6.984375 Z M 8.34375 -6.984375 "/>
</g>
<g id="glyph-47-0-a64386ba">
<path d="M 6.9375 0 C 6.9375 0 5.1875 0 5.1875 0 C 5.1875 0 5.1875 -10.09375 5.1875 -10.09375 C 5.1875 -10.09375 2.046875 -10.09375 2.046875 -10.09375 C 2.046875 -10.09375 2.046875 -11.359375 2.046875 -11.359375 C 4.765625 -11.703125 5.15625 -12 5.78125 -14.1875 C 5.78125 -14.1875 6.9375 -14.1875 6.9375 -14.1875 C 6.9375 -14.1875 6.9375 0 6.9375 0 Z M 6.9375 0 "/>
</g>
<g id="glyph-47-1-a64386ba">
<path d="M 10.40625 -12.40625 C 7.421875 -8.859375 5.421875 -4.578125 4.640625 0 C 4.640625 0 2.765625 0 2.765625 0 C 3.765625 -4.4375 5.765625 -8.578125 8.578125 -12.140625 C 8.578125 -12.140625 0.921875 -12.140625 0.921875 -12.140625 C 0.921875 -12.140625 0.921875 -13.875 0.921875 -13.875 C 0.921875 -13.875 10.40625 -13.875 10.40625 -13.875 C 10.40625 -13.875 10.40625 -12.40625 10.40625 -12.40625 Z M 10.40625 -12.40625 "/>
</g>
<g id="glyph-48-0-a64386ba">
<path d="M 10.40625 -3.40625 C 10.40625 -3.40625 8.296875 -3.40625 8.296875 -3.40625 C 8.296875 -3.40625 8.296875 0 8.296875 0 C 8.296875 0 6.546875 0 6.546875 0 C 6.546875 0 6.546875 -3.40625 6.546875 -3.40625 C 6.546875 -3.40625 0.5625 -3.40625 0.5625 -3.40625 C 0.5625 -3.40625 0.5625 -5.265625 0.5625 -5.265625 C 0.5625 -5.265625 7 -14.1875 7 -14.1875 C 7 -14.1875 8.296875 -14.1875 8.296875 -14.1875 C 8.296875 -14.1875 8.296875 -4.984375 8.296875 -4.984375 C 8.296875 -4.984375 10.40625 -4.984375 10.40625 -4.984375 C 10.40625 -4.984375 10.40625 -3.40625 10.40625 -3.40625 Z M 6.546875 -4.984375 C 6.546875 -4.984375 6.546875 -11.1875 6.546875 -11.1875 C 6.546875 -11.1875 2.09375 -4.984375 2.09375 -4.984375 C 2.09375 -4.984375 6.546875 -4.984375 6.546875 -4.984375 Z M 6.546875 -4.984375 "/>
</g>
<g id="glyph-48-1-a64386ba">
<path d="M 6.9375 0 C 6.9375 0 5.1875 0 5.1875 0 C 5.1875 0 5.1875 -10.09375 5.1875 -10.09375 C 5.1875 -10.09375 2.046875 -10.09375 2.046875 -10.09375 C 2.046875 -10.09375 2.046875 -11.359375 2.046875 -11.359375 C 4.765625 -11.703125 5.15625 -12 5.78125 -14.1875 C 5.78125 -14.1875 6.9375 -14.1875 6.9375 -14.1875 C 6.9375 -14.1875 6.9375 0 6.9375 0 Z M 6.9375 0 "/>
</g>
<g id="glyph-49-0-a64386ba">
<path d="M 10.265625 -4.703125 C 10.265625 -1.703125 8.265625 0.296875 5.40625 0.296875 C 2.875 0.296875 1.28125 -0.8125 0.703125 -3.640625 C 0.703125 -3.640625 2.453125 -3.640625 2.453125 -3.640625 C 2.875 -2.046875 3.8125 -1.265625 5.359375 -1.265625 C 7.28125 -1.265625 8.453125 -2.421875 8.453125 -4.453125 C 8.453125 -6.5625 7.265625 -7.78125 5.359375 -7.78125 C 4.265625 -7.78125 3.578125 -7.4375 2.765625 -6.453125 C 2.765625 -6.453125 1.140625 -6.453125 1.140625 -6.453125 C 1.140625 -6.453125 2.203125 -13.875 2.203125 -13.875 C 2.203125 -13.875 9.515625 -13.875 9.515625 -13.875 C 9.515625 -13.875 9.515625 -12.140625 9.515625 -12.140625 C 9.515625 -12.140625 3.625 -12.140625 3.625 -12.140625 C 3.625 -12.140625 3.0625 -8.484375 3.0625 -8.484375 C 3.875 -9.078125 4.6875 -9.34375 5.6875 -9.34375 C 8.40625 -9.34375 10.265625 -7.5 10.265625 -4.703125 Z M 10.265625 -4.703125 "/>
</g>
<g id="glyph-50-0-a64386ba">
<path d="M 10.125 -4.125 C 10.125 -1.4375 8.234375 0.296875 5.3125 0.296875 C 2.421875 0.296875 0.859375 -1.125 0.640625 -4.28125 C 0.640625 -4.28125 2.40625 -4.28125 2.40625 -4.28125 C 2.515625 -2.21875 3.453125 -1.265625 5.375 -1.265625 C 7.21875 -1.265625 8.3125 -2.3125 8.3125 -4.09375 C 8.3125 -5.6875 7.3125 -6.59375 5.375 -6.59375 C 5.375 -6.59375 4.421875 -6.59375 4.421875 -6.59375 C 4.421875 -6.59375 4.421875 -8.078125 4.421875 -8.078125 C 7.234375 -8.078125 7.90625 -8.703125 7.90625 -10.21875 C 7.90625 -11.71875 6.953125 -12.640625 5.40625 -12.640625 C 3.59375 -12.640625 2.734375 -11.703125 2.703125 -9.59375 C 2.703125 -9.59375 0.9375 -9.59375 0.9375 -9.59375 C 1 -12.625 2.515625 -14.1875 5.375 -14.1875 C 8.078125 -14.1875 9.703125 -12.71875 9.703125 -10.28125 C 9.703125 -8.859375 9.046875 -7.9375 7.71875 -7.421875 C 9.421875 -6.84375 10.125 -5.84375 10.125 -4.125 Z M 10.125 -4.125 "/>
</g>
<g id="glyph-51-0-a64386ba">
<path d="M 10.1875 -7.421875 C 10.1875 -2.515625 8.40625 0.296875 5.078125 0.296875 C 2.921875 0.296875 1.40625 -1.078125 1.0625 -3.40625 C 1.0625 -3.40625 2.8125 -3.40625 2.8125 -3.40625 C 3.09375 -2.046875 3.953125 -1.265625 5.203125 -1.265625 C 7.21875 -1.265625 8.34375 -3.1875 8.359375 -6.640625 C 7.4375 -5.546875 6.453125 -5.0625 5.125 -5.0625 C 2.5625 -5.0625 0.765625 -6.84375 0.765625 -9.484375 C 0.765625 -12.265625 2.703125 -14.1875 5.40625 -14.1875 C 8.640625 -14.1875 10.1875 -11.859375 10.1875 -7.421875 Z M 8.265625 -9.515625 C 8.265625 -11.359375 7.015625 -12.640625 5.375 -12.640625 C 3.765625 -12.640625 2.5625 -11.421875 2.5625 -9.625 C 2.5625 -7.71875 3.625 -6.625 5.3125 -6.625 C 7.046875 -6.625 8.265625 -7.78125 8.265625 -9.515625 Z M 8.265625 -9.515625 "/>
</g>
<g id="glyph-51-1-a64386ba">
<path d="M 10.40625 -12.40625 C 7.421875 -8.859375 5.421875 -4.578125 4.640625 0 C 4.640625 0 2.765625 0 2.765625 0 C 3.765625 -4.4375 5.765625 -8.578125 8.578125 -12.140625 C 8.578125 -12.140625 0.921875 -12.140625 0.921875 -12.140625 C 0.921875 -12.140625 0.921875 -13.875 0.921875 -13.875 C 0.921875 -13.875 10.40625 -13.875 10.40625 -13.875 C 10.40625 -13.875 10.40625 -12.40625 10.40625 -12.40625 Z M 10.40625 -12.40625 "/>
</g>
<g id="glyph-51-2-a64386ba">
<path d="M 6.9375 0 C 6.9375 0 5.1875 0 5.1875 0 C 5.1875 0 5.1875 -10.09375 5.1875 -10.09375 C 5.1875 -10.09375 2.046875 -10.09375 2.046875 -10.09375 C 2.046875 -10.09375 2.046875 -11.359375 2.046875 -11.359375 C 4.765625 -11.703125 5.15625 -12 5.78125 -14.1875 C 5.78125 -14.1875 6.9375 -14.1875 6.9375 -14.1875 C 6.9375 -14.1875 6.9375 0 6.9375 0 Z M 6.9375 0 "/>
</g>
<g id="glyph-52-0-a64386ba">
<path d="M 10.265625 -4.703125 C 10.265625 -1.703125 8.265625 0.296875 5.40625 0.296875 C 2.875 0.296875 1.28125 -0.8125 0.703125 -3.640625 C 0.703125 -3.640625 2.453125 -3.640625 2.453125 -3.640625 C 2.875 -2.046875 3.8125 -1.265625 5.359375 -1.265625 C 7.28125 -1.265625 8.453125 -2.421875 8.453125 -4.453125 C 8.453125 -6.5625 7.265625 -7.78125 5.359375 -7.78125 C 4.265625 -7.78125 3.578125 -7.4375 2.765625 -6.453125 C 2.765625 -6.453125 1.140625 -6.453125 1.140625 -6.453125 C 1.140625 -6.453125 2.203125 -13.875 2.203125 -13.875 C 2.203125 -13.875 9.515625 -13.875 9.515625 -13.875 C 9.515625 -13.875 9.515625 -12.140625 9.515625 -12.140625 C 9.515625 -12.140625 3.625 -12.140625 3.625 -12.140625 C 3.625 -12.140625 3.0625 -8.484375 3.0625 -8.484375 C 3.875 -9.078125 4.6875 -9.34375 5.6875 -9.34375 C 8.40625 -9.34375 10.265625 -7.5 10.265625 -4.703125 Z M 10.265625 -4.703125 "/>
</g>
<g id="glyph-52-1-a64386ba">
<path d="M 6.9375 0 C 6.9375 0 5.1875 0 5.1875 0 C 5.1875 0 5.1875 -10.09375 5.1875 -10.09375 C 5.1875 -10.09375 2.046875 -10.09375 2.046875 -10.09375 C 2.046875 -10.09375 2.046875 -11.359375 2.046875 -11.359375 C 4.765625 -11.703125 5.15625 -12 5.78125 -14.1875 C 5.78125 -14.1875 6.9375 -14.1875 6.9375 -14.1875 C 6.9375 -14.1875 6.9375 0 6.9375 0 Z M 6.9375 0 "/>
</g>
<g id="glyph-53-0-a64386ba">
<path d="M 10.140625 -6.8125 C 10.140625 -2.15625 8.5 0.296875 5.5 0.296875 C 2.453125 0.296875 0.859375 -2.15625 0.859375 -6.9375 C 0.859375 -11.703125 2.4375 -14.1875 5.5 -14.1875 C 8.578125 -14.1875 10.140625 -11.734375 10.140625 -6.8125 Z M 8.34375 -6.984375 C 8.34375 -10.78125 7.40625 -12.625 5.5 -12.625 C 3.59375 -12.625 2.65625 -10.796875 2.65625 -6.921875 C 2.65625 -3.046875 3.59375 -1.15625 5.453125 -1.15625 C 7.421875 -1.15625 8.34375 -2.953125 8.34375 -6.984375 Z M 8.34375 -6.984375 "/>
</g>
<g id="glyph-54-0-a64386ba">
<path d="M 10.125 -4.125 C 10.125 -1.4375 8.234375 0.296875 5.3125 0.296875 C 2.421875 0.296875 0.859375 -1.125 0.640625 -4.28125 C 0.640625 -4.28125 2.40625 -4.28125 2.40625 -4.28125 C 2.515625 -2.21875 3.453125 -1.265625 5.375 -1.265625 C 7.21875 -1.265625 8.3125 -2.3125 8.3125 -4.09375 C 8.3125 -5.6875 7.3125 -6.59375 5.375 -6.59375 C 5.375 -6.59375 4.421875 -6.59375 4.421875 -6.59375 C 4.421875 -6.59375 4.421875 -8.078125 4.421875 -8.078125 C 7.234375 -8.078125 7.90625 -8.703125 7.90625 -10.21875 C 7.90625 -11.71875 6.953125 -12.640625 5.40625 -12.640625 C 3.59375 -12.640625 2.734375 -11.703125 2.703125 -9.59375 C 2.703125 -9.59375 0.9375 -9.59375 0.9375 -9.59375 C 1 -12.625 2.515625 -14.1875 5.375 -14.1875 C 8.078125 -14.1875 9.703125 -12.71875 9.703125 -10.28125 C 9.703125 -8.859375 9.046875 -7.9375 7.71875 -7.421875 C 9.421875 -6.84375 10.125 -5.84375 10.125 -4.125 Z M 10.125 -4.125 "/>
</g>
<g id="glyph-55-0-a64386ba">
<path d="M 10.140625 -6.8125 C 10.140625 -2.15625 8.5 0.296875 5.5 0.296875 C 2.453125 0.296875 0.859375 -2.15625 0.859375 -6.9375 C 0.859375 -11.703125 2.4375 -14.1875 5.5 -14.1875 C 8.578125 -14.1875 10.140625 -11.734375 10.140625 -6.8125 Z M 8.34375 -6.984375 C 8.34375 -10.78125 7.40625 -12.625 5.5 -12.625 C 3.59375 -12.625 2.65625 -10.796875 2.65625 -6.921875 C 2.65625 -3.046875 3.59375 -1.15625 5.453125 -1.15625 C 7.421875 -1.15625 8.34375 -2.953125 8.34375 -6.984375 Z M 8.34375 -6.984375 "/>
</g>
<g id="glyph-56-0-a64386ba">
<path d="M 10.40625 -3.40625 C 10.40625 -3.40625 8.296875 -3.40625 8.296875 -3.40625 C 8.296875 -3.40625 8.296875 0 8.296875 0 C 8.296875 0 6.546875 0 6.546875 0 C 6.546875 0 6.546875 -3.40625 6.546875 -3.40625 C 6.546875 -3.40625 0.5625 -3.40625 0.5625 -3.40625 C 0.5625 -3.40625 0.5625 -5.265625 0.5625 -5.265625 C 0.5625 -5.265625 7 -14.1875 7 -14.1875 C 7 -14.1875 8.296875 -14.1875 8.296875 -14.1875 C 8.296875 -14.1875 8.296875 -4.984375 8.296875 -4.984375 C 8.296875 -4.984375 10.40625 -4.984375 10.40625 -4.984375 C 10.40625 -4.984375 10.40625 -3.40625 10.40625 -3.40625 Z M 6.546875 -4.984375 C 6.546875 -4.984375 6.546875 -11.1875 6.546875 -11.1875 C 6.546875 -11.1875 2.09375 -4.984375 2.09375 -4.984375 C 2.09375 -4.984375 6.546875 -4.984375 6.546875 -4.984375 Z M 6.546875 -4.984375 "/>
</g>
<g id="glyph-57-0-a64386ba">
<path d="M 6.9375 0 C 6.9375 0 5.1875 0 5.1875 0 C 5.1875 0 5.1875 -10.09375 5.1875 -10.09375 C 5.1875 -10.09375 2.046875 -10.09375 2.046875 -10.09375 C 2.046875 -10.09375 2.046875 -11.359375 2.046875 -11.359375 C 4.765625 -11.703125 5.15625 -12 5.78125 -14.1875 C 5.78125 -14.1875 6.9375 -14.1875 6.9375 -14.1875 C 6.9375 -14.1875 6.9375 0 6.9375 0 Z M 6.9375 0 "/>
</g>
<g id="glyph-58-0-a64386ba">
<path d="M 10.140625 -6.8125 C 10.140625 -2.15625 8.5 0.296875 5.5 0.296875 C 2.453125 0.296875 0.859375 -2.15625 0.859375 -6.9375 C 0.859375 -11.703125 2.4375 -14.1875 5.5 -14.1875 C 8.578125 -14.1875 10.140625 -11.734375 10.140625 -6.8125 Z M 8.34375 -6.984375 C 8.34375 -10.78125 7.40625 -12.625 5.5 -12.625 C 3.59375 -12.625 2.65625 -10.796875 2.65625 -6.921875 C 2.65625 -3.046875 3.59375 -1.15625 5.453125 -1.15625 C 7.421875 -1.15625 8.34375 -2.953125 8.34375 -6.984375 Z M 8.34375 -6.984375 "/>
</g>
<g id="glyph-59-0-a64386ba">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-59-1-a64386ba">
<path d="M 8.578125 -7.03125 C 7.9375 -6.84375 7.265625 -6.734375 6.59375 -6.65625 C 7.234375 -5.984375 7.59375 -4.953125 7.59375 -3.609375 C 7.59375 -1.203125 6.328125 0.203125 4.265625 0.203125 C 2.1875 0.203125 0.953125 -1.203125 0.953125 -3.671875 C 0.953125 -6.125 2.203125 -7.546875 4.25 -7.546875 C 4.59375 -7.546875 4.90625 -7.5 5.1875 -7.4375 C 6.25 -7.53125 7.28125 -7.765625 8.296875 -8.0625 C 8.296875 -8.0625 8.578125 -7.03125 8.578125 -7.03125 Z M 6.375 -3.625 C 6.375 -5.453125 5.59375 -6.46875 4.265625 -6.46875 C 2.96875 -6.46875 2.171875 -5.4375 2.171875 -3.671875 C 2.171875 -1.890625 2.96875 -0.875 4.265625 -0.875 C 5.5625 -0.875 6.375 -1.90625 6.375 -3.625 Z M 6.375 -3.625 "/>
</g>
<g id="glyph-60-0-a64386ba">
</g>
<g id="glyph-60-1-a64386ba">
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
</g>
<g id="glyph-60-2-a64386ba">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-60-3-a64386ba">
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
</g>
<g id="glyph-60-4-a64386ba">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-60-5-a64386ba">
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
</g>
<g id="glyph-60-6-a64386ba">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-61-0-a64386ba">
</g>
<g id="glyph-61-1-a64386ba">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-61-2-a64386ba">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-62-0-a64386ba">
<path d="M 7.78125 0 C 7.78125 0 6.640625 0 6.640625 0 C 6.640625 0 6.640625 -0.640625 6.640625 -0.640625 C 6.171875 -0.140625 5.578125 0.171875 4.84375 0.171875 C 4.109375 0.171875 3.515625 -0.140625 3.046875 -0.640625 C 3.046875 -0.640625 3.046875 3.21875 3.046875 3.21875 C 3.046875 3.21875 1.90625 3.21875 1.90625 3.21875 C 1.90625 3.21875 1.90625 -7.34375 1.90625 -7.34375 C 1.90625 -7.34375 3.046875 -7.34375 3.046875 -7.34375 C 3.046875 -7.34375 3.046875 -2.671875 3.046875 -2.671875 C 3.296875 -1.6875 3.890625 -0.890625 4.84375 -0.890625 C 5.796875 -0.890625 6.390625 -1.6875 6.640625 -2.671875 C 6.640625 -2.671875 6.640625 -7.34375 6.640625 -7.34375 C 6.640625 -7.34375 7.78125 -7.34375 7.78125 -7.34375 C 7.78125 -7.34375 7.78125 0 7.78125 0 Z M 7.78125 0 "/>
</g>
<g id="glyph-63-0-a64386ba">
</g>
<g id="glyph-63-1-a64386ba">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-64-0-a64386ba">
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
</g>
<g id="glyph-64-1-a64386ba">
</g>
<g id="glyph-64-2-a64386ba">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-64-3-a64386ba">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-64-4-a64386ba">
<path d="M 7.1875 -2.796875 C 7.1875 -1 5.8125 0.203125 3.84375 0.203125 C 1.890625 0.203125 0.515625 -1 0.515625 -2.8125 C 0.515625 -3.90625 1.078125 -4.671875 2.21875 -5.21875 C 1.203125 -5.859375 0.875 -6.359375 0.875 -7.28125 C 0.875 -8.828125 2.09375 -9.921875 3.84375 -9.921875 C 5.609375 -9.921875 6.828125 -8.828125 6.828125 -7.28125 C 6.828125 -6.34375 6.5 -5.84375 5.46875 -5.21875 C 6.625 -4.671875 7.1875 -3.90625 7.1875 -2.796875 Z M 5.578125 -7.25 C 5.578125 -8.21875 4.90625 -8.828125 3.84375 -8.828125 C 2.8125 -8.828125 2.125 -8.21875 2.125 -7.265625 C 2.125 -6.328125 2.8125 -5.71875 3.84375 -5.71875 C 4.890625 -5.71875 5.578125 -6.328125 5.578125 -7.25 Z M 5.921875 -2.78125 C 5.921875 -3.953125 5.078125 -4.671875 3.84375 -4.671875 C 2.625 -4.671875 1.78125 -3.953125 1.78125 -2.78125 C 1.78125 -1.625 2.625 -0.875 3.828125 -0.875 C 5.078125 -0.875 5.921875 -1.609375 5.921875 -2.78125 Z M 5.921875 -2.78125 "/>
</g>
<g id="glyph-65-0-a64386ba">
<path d="M 7.125 -5.1875 C 7.125 -1.765625 5.875 0.203125 3.5625 0.203125 C 2.046875 0.203125 0.984375 -0.75 0.734375 -2.375 C 0.734375 -2.375 1.96875 -2.375 1.96875 -2.375 C 2.171875 -1.421875 2.765625 -0.875 3.640625 -0.875 C 5.046875 -0.875 5.84375 -2.21875 5.859375 -4.640625 C 5.203125 -3.875 4.515625 -3.546875 3.578125 -3.546875 C 1.796875 -3.546875 0.53125 -4.78125 0.53125 -6.640625 C 0.53125 -8.578125 1.890625 -9.921875 3.78125 -9.921875 C 6.046875 -9.921875 7.125 -8.296875 7.125 -5.1875 Z M 5.78125 -6.65625 C 5.78125 -7.953125 4.90625 -8.84375 3.765625 -8.84375 C 2.625 -8.84375 1.796875 -8 1.796875 -6.734375 C 1.796875 -5.40625 2.53125 -4.640625 3.71875 -4.640625 C 4.921875 -4.640625 5.78125 -5.453125 5.78125 -6.65625 Z M 5.78125 -6.65625 "/>
</g>
<g id="glyph-66-0-a64386ba">
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
</g>
</g>
</defs>
<rect x="-60" y="-45" width="720" height="540" fill="rgb(100%, 100%, 100%)" fill-opacity="1"/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 48 369 L 584 369 L 584 36 L 48 36 Z M 48 369 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 72.363281 369 L 72.363281 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 116.660156 369 L 116.660156 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 160.957031 369 L 160.957031 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 205.257812 369 L 205.257812 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 249.554688 369 L 249.554688 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 293.851562 369 L 293.851562 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 338.148438 369 L 338.148438 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 382.445312 369 L 382.445312 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 426.742188 369 L 426.742188 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 471.042969 369 L 471.042969 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 515.339844 369 L 515.339844 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 559.636719 369 L 559.636719 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 48 353.863281 L 584 353.863281 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 48 233.015625 L 584 233.015625 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 48 112.164062 L 584 112.164062 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0-a64386ba" x="289.546997" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0-a64386ba" x="293.438995" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-a64386ba" x="296.546997" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-2-a64386ba" x="308.208984" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1-a64386ba" x="315.993011" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0-a64386ba" x="319.88501" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1-a64386ba" x="323.777008" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-3-a64386ba" x="327.668976" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2-a64386ba" x="335.453003" y="431.748169"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0-a64386ba" x="66.331406" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-0-a64386ba" x="70.223396" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-5-0-a64386ba" x="72.169411" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-6-0-a64386ba" x="76.061401" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-7-0-a64386ba" x="79.9534" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0-a64386ba" x="110.628929" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-8-0-a64386ba" x="114.52092" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-9-0-a64386ba" x="116.466919" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-1-a64386ba" x="120.358925" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-0-a64386ba" x="124.250916" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-1-a64386ba" x="154.926437" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-0-a64386ba" x="158.818436" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-12-0-a64386ba" x="160.76445" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-2-a64386ba" x="164.656448" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-13-0-a64386ba" x="168.548447" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-0-a64386ba" x="199.223969" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-15-0-a64386ba" x="203.115967" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-0-a64386ba" x="205.061966" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-17-0-a64386ba" x="208.953949" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-3-a64386ba" x="212.845963" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-0-a64386ba" x="243.5215" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-0-a64386ba" x="247.413483" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-0-a64386ba" x="249.359497" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-1-a64386ba" x="253.251495" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-2-a64386ba" x="257.143494" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-1-a64386ba" x="287.819" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-0-a64386ba" x="291.710999" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-0-a64386ba" x="293.656982" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-0-a64386ba" x="297.549011" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-0-a64386ba" x="301.440979" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-1-a64386ba" x="332.116547" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-24-0-a64386ba" x="336.008545" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-25-0-a64386ba" x="337.954559" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-1-a64386ba" x="341.846527" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-2-a64386ba" x="345.738525" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-26-0-a64386ba" x="376.414062" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-0-a64386ba" x="380.306061" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-27-0-a64386ba" x="382.252045" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-4-a64386ba" x="386.144043" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-28-0-a64386ba" x="390.036041" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-29-0-a64386ba" x="420.711578" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-30-0-a64386ba" x="424.603546" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-31-0-a64386ba" x="426.549561" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-26-1-a64386ba" x="430.441589" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-1-a64386ba" x="434.333588" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-3-a64386ba" x="465.009064" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-32-0-a64386ba" x="468.901062" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-33-0-a64386ba" x="470.847046" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-3-a64386ba" x="474.739075" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-34-0-a64386ba" x="478.631073" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-26-0-a64386ba" x="509.306641" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-30-0-a64386ba" x="513.198608" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-1-a64386ba" x="515.144653" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-4-a64386ba" x="519.036621" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-1-a64386ba" x="522.928589" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-26-0-a64386ba" x="553.604126" y="413.964142"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-24-0-a64386ba" x="557.496155" y="407.222992"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-1-a64386ba" x="559.442139" y="403.852448"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-2-a64386ba" x="563.334106" y="397.111298"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-5-a64386ba" x="567.226135" y="390.370148"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-35-0-a64386ba" x="30.215996" y="358.966644"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-36-0-a64386ba" x="14.648008" y="238.117416"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-37-0-a64386ba" x="22.431993" y="238.117416"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-0-a64386ba" x="30.215996" y="238.117416"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-39-0-a64386ba" x="14.648008" y="117.268219"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-40-0-a64386ba" x="22.431993" y="117.268219"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-35-0-a64386ba" x="30.215996" y="117.268219"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-41-0-a64386ba" x="221.871002" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-0-a64386ba" x="230.425003" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-1-a64386ba" x="234.317017" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-2-a64386ba" x="242.101013" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-43-0-a64386ba" x="246.763016" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-0-a64386ba" x="252.209015" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-3-a64386ba" x="256.101013" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-44-0-a64386ba" x="264.654999" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-2-a64386ba" x="273.209015" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-0-a64386ba" x="277.871002" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-45-0-a64386ba" x="281.763031" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-45-1-a64386ba" x="290.317017" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-44-1-a64386ba" x="298.871002" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-44-2-a64386ba" x="302.763" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-44-3-a64386ba" x="311.316986" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-45-2-a64386ba" x="315.979034" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-45-3-a64386ba" x="319.871033" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-45-4-a64386ba" x="325.317017" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-45-5-a64386ba" x="329.209015" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-44-4-a64386ba" x="336.992981" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-4-a64386ba" x="344.777008" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-5-a64386ba" x="348.669006" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-6-a64386ba" x="357.222992" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-4-a64386ba" x="365.776978" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-44-5-a64386ba" x="369.668976" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-6-a64386ba" x="377.453003" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-7-a64386ba" x="386.006989" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-8-a64386ba" x="393.790985" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-42-1-a64386ba" x="402.345001" y="28.947996"/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 116.660156 353.863281 L 160.957031 353.863281 L 160.957031 250.539062 L 116.660156 250.539062 Z M 116.660156 353.863281 "/>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 160.957031 353.863281 L 205.253906 353.863281 L 205.253906 103.101562 L 160.957031 103.101562 Z M 160.957031 353.863281 "/>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 205.257812 353.863281 L 249.554688 353.863281 L 249.554688 113.976562 L 205.257812 113.976562 Z M 205.257812 353.863281 "/>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 249.554688 353.863281 L 293.851562 353.863281 L 293.851562 51.136719 L 249.554688 51.136719 Z M 249.554688 353.863281 "/>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 293.851562 353.863281 L 338.148438 353.863281 L 338.148438 347.214844 L 293.851562 347.214844 Z M 293.851562 353.863281 "/>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 338.148438 353.863281 L 382.445312 353.863281 L 382.445312 352.050781 L 338.148438 352.050781 Z M 338.148438 353.863281 "/>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 426.742188 353.863281 L 471.039062 353.863281 L 471.039062 351.445312 L 426.742188 351.445312 Z M 426.742188 353.863281 "/>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 471.042969 353.863281 L 515.339844 353.863281 L 515.339844 353.257812 L 471.042969 353.257812 Z M 471.042969 353.863281 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-46-0-a64386ba" x="88.952404" y="344.503662"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-47-0-a64386ba" x="122.129921" y="241.177567"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-47-1-a64386ba" x="133.249916" y="241.177567"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-47-0-a64386ba" x="144.369926" y="241.177567"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-48-0-a64386ba" x="166.427444" y="127.041512"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-48-1-a64386ba" x="177.54744" y="127.041512"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-49-0-a64386ba" x="188.667435" y="127.041512"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-50-0-a64386ba" x="210.724976" y="137.917946"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-51-0-a64386ba" x="221.844971" y="137.917946"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-51-1-a64386ba" x="232.964966" y="137.917946"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-52-0-a64386ba" x="255.022491" y="75.076355"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-53-0-a64386ba" x="266.142487" y="75.076355"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-52-1-a64386ba" x="277.262497" y="75.076355"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-51-2-a64386ba" x="304.880005" y="337.856934"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-51-2-a64386ba" x="316" y="337.856934"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-54-0-a64386ba" x="354.737549" y="342.690887"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-55-0-a64386ba" x="399.035065" y="344.503662"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-56-0-a64386ba" x="443.332581" y="342.086639"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-57-0-a64386ba" x="487.630127" y="343.899384"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-58-0-a64386ba" x="531.927612" y="344.503662"/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 476 107 L 574 107 L 574 46 L 476 46 Z M 476 107 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 72.363281 369.5 L 72.363281 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 116.660156 369.5 L 116.660156 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 160.957031 369.5 L 160.957031 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 205.257812 369.5 L 205.257812 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 249.554688 369.5 L 249.554688 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 293.851562 369.5 L 293.851562 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 338.148438 369.5 L 338.148438 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 382.445312 369.5 L 382.445312 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 426.742188 369.5 L 426.742188 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 471.042969 369.5 L 471.042969 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 515.339844 369.5 L 515.339844 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 559.636719 369.5 L 559.636719 374.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 353.863281 L 42.5 353.863281 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 233.015625 L 42.5 233.015625 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 112.164062 L 42.5 112.164062 "/>
<path fill-rule="nonzero" fill="rgb(0%, 44.705883%, 69.803923%)" fill-opacity="0.8" d="M 482.160156 86.5 L 502.160156 86.5 L 502.160156 66.5 L 482.160156 66.5 Z M 482.160156 86.5 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-59-0-a64386ba" x="507.162018" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-0-a64386ba" x="514.945984" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-1-a64386ba" x="518.838013" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-61-0-a64386ba" x="527.014038" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-2-a64386ba" x="530.906006" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-3-a64386ba" x="538.690002" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-4-a64386ba" x="546.473999" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-5-a64386ba" x="554.257996" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-62-0-a64386ba" x="507.162018" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-63-0-a64386ba" x="516.850037" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-64-0-a64386ba" x="520.742004" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-64-1-a64386ba" x="528.91803" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-64-2-a64386ba" x="532.809998" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-64-3-a64386ba" x="540.593994" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-63-1-a64386ba" x="544.486023" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-65-0-a64386ba" x="552.269958" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-64-4-a64386ba" x="560.054016" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-59-1-a64386ba" x="507.162018" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-0-a64386ba" x="516.220032" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-1-a64386ba" x="520.112" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-0-a64386ba" x="528.288025" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-61-1-a64386ba" x="532.180054" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-60-6-a64386ba" x="539.963989" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-61-1-a64386ba" x="543.856018" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-61-2-a64386ba" x="551.640015" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-66-0-a64386ba" x="559.42395" y="97.912994"/>
</g>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 369 L 584.5 369 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 48 369.5 L 48 35.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 36 L 584.5 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 584 369.5 L 584 35.5 "/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="450" viewBox="0 0 600 450">
<defs>
<g>
<g id="glyph-0-0-d190a8c7">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-0-1-d190a8c7">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-0-2-d190a8c7">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-0-3-d190a8c7">
<path d="M 7.328125 -3.59375 C 7.328125 -1.265625 6.078125 0.203125 4.1875 0.203125 C 3.234375 0.203125 2.546875 -0.125 1.9375 -0.875 C 1.9375 -0.875 1.9375 3.046875 1.9375 3.046875 C 1.9375 3.046875 0.765625 3.046875 0.765625 3.046875 C 0.765625 3.046875 0.765625 -7.34375 0.765625 -7.34375 C 0.765625 -7.34375 1.828125 -7.34375 1.828125 -7.34375 C 1.828125 -7.34375 1.828125 -6.234375 1.828125 -6.234375 C 2.375 -7.09375 3.171875 -7.546875 4.171875 -7.546875 C 6.125 -7.546875 7.328125 -6.0625 7.328125 -3.59375 Z M 6.109375 -3.625 C 6.109375 -5.375 5.265625 -6.453125 3.96875 -6.453125 C 2.75 -6.453125 1.9375 -5.328125 1.9375 -3.609375 C 1.9375 -1.890625 2.75 -0.875 3.96875 -0.875 C 5.25 -0.875 6.109375 -1.953125 6.109375 -3.625 Z M 6.109375 -3.625 "/>
</g>
<g id="glyph-0-4-d190a8c7">
<path d="M 7.140625 -3.609375 C 7.140625 -1.203125 5.875 0.203125 3.828125 0.203125 C 1.734375 0.203125 0.5 -1.203125 0.5 -3.671875 C 0.5 -6.125 1.75 -7.546875 3.8125 -7.546875 C 5.921875 -7.546875 7.140625 -6.140625 7.140625 -3.609375 Z M 5.921875 -3.625 C 5.921875 -5.453125 5.140625 -6.46875 3.828125 -6.46875 C 2.515625 -6.46875 1.71875 -5.4375 1.71875 -3.671875 C 1.71875 -1.890625 2.515625 -0.875 3.828125 -0.875 C 5.109375 -0.875 5.921875 -1.90625 5.921875 -3.625 Z M 5.921875 -3.625 "/>
</g>
<g id="glyph-0-5-d190a8c7">
<path d="M 6.84375 -1.203125 C 6.84375 2.03125 5.859375 3.046875 3.5625 3.046875 C 1.84375 3.046875 0.765625 2.21875 0.640625 0.84375 C 0.640625 0.84375 1.828125 0.84375 1.828125 0.84375 C 1.96875 1.734375 2.6875 2.078125 3.609375 2.078125 C 4.96875 2.078125 5.765625 1.328125 5.765625 -0.609375 C 5.765625 -0.609375 5.765625 -1.109375 5.765625 -1.109375 C 5 -0.1875 4.359375 0.203125 3.4375 0.203125 C 1.703125 0.203125 0.40625 -1.28125 0.40625 -3.59375 C 0.40625 -5.984375 1.671875 -7.546875 3.53125 -7.546875 C 4.46875 -7.546875 5.1875 -7.140625 5.765625 -6.265625 C 5.765625 -6.265625 5.765625 -7.34375 5.765625 -7.34375 C 5.765625 -7.34375 6.84375 -7.34375 6.84375 -7.34375 C 6.84375 -7.34375 6.84375 -1.203125 6.84375 -1.203125 Z M 5.65625 -3.625 C 5.65625 -5.40625 4.90625 -6.46875 3.65625 -6.46875 C 2.40625 -6.46875 1.625 -5.4375 1.625 -3.671875 C 1.625 -1.890625 2.390625 -0.875 3.671875 -0.875 C 4.90625 -0.875 5.65625 -1.875 5.65625 -3.625 Z M 5.65625 -3.625 "/>
</g>
<g id="glyph-1-0-d190a8c7">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-1-1-d190a8c7">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-1-2-d190a8c7">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-1-3-d190a8c7">
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
</g>
<g id="glyph-1-4-d190a8c7">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-1-5-d190a8c7">
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
</g>
<g id="glyph-1-6-d190a8c7">
<path d="M 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.140625 -7.34375 2.140625 -7.34375 C 2.140625 -7.34375 2.140625 0 2.140625 0 Z M 2.296875 -8.4375 C 2.296875 -8.4375 0.84375 -8.4375 0.84375 -8.4375 C 0.84375 -8.4375 0.84375 -9.890625 0.84375 -9.890625 C 0.84375 -9.890625 2.296875 -9.890625 2.296875 -9.890625 C 2.296875 -9.890625 2.296875 -8.4375 2.296875 -8.4375 Z M 2.296875 -8.4375 "/>
</g>
<g id="glyph-1-7-d190a8c7">
<path d="M 6.671875 -2.515625 C 6.53125 -0.84375 5.4375 0.203125 3.6875 0.203125 C 1.6875 0.203125 0.4375 -1.234375 0.4375 -3.59375 C 0.4375 -6.03125 1.71875 -7.546875 3.703125 -7.546875 C 5.328125 -7.546875 6.453125 -6.65625 6.59375 -4.875 C 6.59375 -4.875 5.421875 -4.875 5.421875 -4.875 C 5.28125 -5.890625 4.65625 -6.46875 3.6875 -6.46875 C 2.40625 -6.46875 1.65625 -5.4375 1.65625 -3.59375 C 1.65625 -1.859375 2.421875 -0.875 3.703125 -0.875 C 4.703125 -0.875 5.3125 -1.34375 5.5 -2.515625 C 5.5 -2.515625 6.671875 -2.515625 6.671875 -2.515625 Z M 6.671875 -2.515625 "/>
</g>
<g id="glyph-1-8-d190a8c7">
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
</g>
<g id="glyph-1-9-d190a8c7">
<path d="M 2.109375 0 C 2.109375 0 0.953125 0 0.953125 0 C 0.953125 0 0.953125 -10.203125 0.953125 -10.203125 C 0.953125 -10.203125 2.109375 -10.203125 2.109375 -10.203125 C 2.109375 -10.203125 2.109375 0 2.109375 0 Z M 2.109375 0 "/>
</g>
<g id="glyph-1-10-d190a8c7">
</g>
<g id="glyph-1-11-d190a8c7">
<path d="M 3.578125 -3.609375 C 3.578125 -1.40625 2.703125 1.140625 1.296875 2.96875 C 1.296875 2.96875 0.53125 2.96875 0.53125 2.96875 C 1.765625 0.984375 2.453125 -1.390625 2.453125 -3.609375 C 2.453125 -5.859375 1.765625 -8.203125 0.53125 -10.203125 C 0.53125 -10.203125 1.296875 -10.203125 1.296875 -10.203125 C 2.703125 -8.375 3.578125 -5.828125 3.578125 -3.609375 Z M 3.578125 -3.609375 "/>
</g>
<g id="glyph-1-12-d190a8c7">
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
</g>
<g id="glyph-1-13-d190a8c7">
<path d="M 7.28125 -8.6875 C 5.1875 -6.203125 3.796875 -3.203125 3.25 0 C 3.25 0 1.9375 0 1.9375 0 C 2.625 -3.109375 4.03125 -6 6 -8.5 C 6 -8.5 0.640625 -8.5 0.640625 -8.5 C 0.640625 -8.5 0.640625 -9.71875 0.640625 -9.71875 C 0.640625 -9.71875 7.28125 -9.71875 7.28125 -9.71875 C 7.28125 -9.71875 7.28125 -8.6875 7.28125 -8.6875 Z M 7.28125 -8.6875 "/>
</g>
<g id="glyph-1-14-d190a8c7">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-1-15-d190a8c7">
<path d="M 4.078125 2.96875 C 4.078125 2.96875 3.296875 2.96875 3.296875 2.96875 C 1.90625 1.140625 1.015625 -1.40625 1.015625 -3.625 C 1.015625 -5.828125 1.90625 -8.375 3.296875 -10.203125 C 3.296875 -10.203125 4.078125 -10.203125 4.078125 -10.203125 C 2.84375 -8.21875 2.15625 -5.859375 2.15625 -3.625 C 2.15625 -1.390625 2.84375 0.96875 4.078125 2.96875 Z M 4.078125 2.96875 "/>
</g>
<g id="glyph-1-16-d190a8c7">
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
</g>
<g id="glyph-2-0-d190a8c7">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-2-1-d190a8c7">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-3-0-d190a8c7">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-3-1-d190a8c7">
<path d="M 6.6875 -7.34375 C 6.6875 -7.34375 3.4375 1.546875 3.4375 1.546875 C 3.03125 2.59375 2.359375 3.046875 1.546875 3.046875 C 1.234375 3.046875 1 3 0.75 2.875 C 0.75 2.875 0.75 1.8125 0.75 1.8125 C 1.015625 1.875 1.203125 1.90625 1.375 1.90625 C 1.875 1.90625 2.109375 1.703125 2.3125 1.1875 C 2.3125 1.1875 2.765625 0.03125 2.765625 0.03125 C 2.765625 0.03125 0.28125 -7.34375 0.28125 -7.34375 C 0.28125 -7.34375 1.53125 -7.34375 1.53125 -7.34375 C 1.53125 -7.34375 3.40625 -1.625 3.40625 -1.625 C 3.40625 -1.625 5.4375 -7.34375 5.4375 -7.34375 C 5.4375 -7.34375 6.6875 -7.34375 6.6875 -7.34375 Z M 6.6875 -7.34375 "/>
</g>
<g id="glyph-3-2-d190a8c7">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-3-3-d190a8c7">
<path d="M 6.796875 0 C 6.796875 0 5.640625 0 5.640625 0 C 5.640625 0 5.640625 -5.078125 5.640625 -5.078125 C 5.640625 -6.046875 4.953125 -6.53125 4.125 -6.53125 C 2.921875 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -10.203125 0.984375 -10.203125 C 0.984375 -10.203125 2.140625 -10.203125 2.140625 -10.203125 C 2.140625 -10.203125 2.140625 -6.328125 2.140625 -6.328125 C 2.828125 -7.21875 3.453125 -7.546875 4.5 -7.546875 C 5.921875 -7.546875 6.796875 -6.78125 6.796875 -5.546875 C 6.796875 -5.546875 6.796875 0 6.796875 0 Z M 6.796875 0 "/>
</g>
<g id="glyph-3-4-d190a8c7">
<path d="M 4.5 -6.3125 C 2.6875 -6.28125 2.140625 -5.453125 2.140625 -3.8125 C 2.140625 -3.8125 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.046875 -7.34375 2.046875 -7.34375 C 2.046875 -7.34375 2.046875 -6 2.046875 -6 C 2.71875 -7.09375 3.296875 -7.546875 4.046875 -7.546875 C 4.203125 -7.546875 4.296875 -7.53125 4.5 -7.5 C 4.5 -7.5 4.5 -6.3125 4.5 -6.3125 Z M 4.5 -6.3125 "/>
</g>
<g id="glyph-3-5-d190a8c7">
<path d="M 2.109375 0 C 2.109375 0 0.953125 0 0.953125 0 C 0.953125 0 0.953125 -10.203125 0.953125 -10.203125 C 0.953125 -10.203125 2.109375 -10.203125 2.109375 -10.203125 C 2.109375 -10.203125 2.109375 0 2.109375 0 Z M 2.109375 0 "/>
</g>
<g id="glyph-3-6-d190a8c7">
<path d="M 7.140625 -3.609375 C 7.140625 -1.203125 5.875 0.203125 3.828125 0.203125 C 1.734375 0.203125 0.5 -1.203125 0.5 -3.671875 C 0.5 -6.125 1.75 -7.546875 3.8125 -7.546875 C 5.921875 -7.546875 7.140625 -6.140625 7.140625 -3.609375 Z M 5.921875 -3.625 C 5.921875 -5.453125 5.140625 -6.46875 3.828125 -6.46875 C 2.515625 -6.46875 1.71875 -5.4375 1.71875 -3.671875 C 1.71875 -1.890625 2.515625 -0.875 3.828125 -0.875 C 5.109375 -0.875 5.921875 -1.90625 5.921875 -3.625 Z M 5.921875 -3.625 "/>
</g>
<g id="glyph-4-0-d190a8c7">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-4-1-d190a8c7">
<path d="M 4.078125 2.96875 C 4.078125 2.96875 3.296875 2.96875 3.296875 2.96875 C 1.90625 1.140625 1.015625 -1.40625 1.015625 -3.625 C 1.015625 -5.828125 1.90625 -8.375 3.296875 -10.203125 C 3.296875 -10.203125 4.078125 -10.203125 4.078125 -10.203125 C 2.84375 -8.21875 2.15625 -5.859375 2.15625 -3.625 C 2.15625 -1.390625 2.84375 0.96875 4.078125 2.96875 Z M 4.078125 2.96875 "/>
</g>
<g id="glyph-4-2-d190a8c7">
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
</g>
<g id="glyph-4-3-d190a8c7">
</g>
<g id="glyph-4-4-d190a8c7">
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
</g>
<g id="glyph-5-0-d190a8c7">
<path d="M -2.515625 -6.671875 C -0.84375 -6.53125 0.203125 -5.4375 0.203125 -3.6875 C 0.203125 -1.6875 -1.234375 -0.4375 -3.59375 -0.4375 C -6.03125 -0.4375 -7.546875 -1.71875 -7.546875 -3.703125 C -7.546875 -5.328125 -6.65625 -6.453125 -4.875 -6.59375 C -4.875 -6.59375 -4.875 -5.421875 -4.875 -5.421875 C -5.890625 -5.28125 -6.46875 -4.65625 -6.46875 -3.6875 C -6.46875 -2.40625 -5.4375 -1.65625 -3.59375 -1.65625 C -1.859375 -1.65625 -0.875 -2.421875 -0.875 -3.703125 C -0.875 -4.703125 -1.34375 -5.3125 -2.515625 -5.5 C -2.515625 -5.5 -2.515625 -6.671875 -2.515625 -6.671875 Z M -2.515625 -6.671875 "/>
</g>
<g id="glyph-5-1-d190a8c7">
<path d="M -3.609375 -7.140625 C -1.203125 -7.140625 0.203125 -5.875 0.203125 -3.828125 C 0.203125 -1.734375 -1.203125 -0.5 -3.671875 -0.5 C -6.125 -0.5 -7.546875 -1.75 -7.546875 -3.8125 C -7.546875 -5.921875 -6.140625 -7.140625 -3.609375 -7.140625 Z M -3.625 -5.921875 C -5.453125 -5.921875 -6.46875 -5.140625 -6.46875 -3.828125 C -6.46875 -2.515625 -5.4375 -1.71875 -3.671875 -1.71875 C -1.890625 -1.71875 -0.875 -2.515625 -0.875 -3.828125 C -0.875 -5.109375 -1.90625 -5.921875 -3.625 -5.921875 Z M -3.625 -5.921875 "/>
</g>
<g id="glyph-5-2-d190a8c7">
<path d="M -2.0625 -6.421875 C -0.640625 -6.421875 0.203125 -5.25 0.203125 -3.40625 C 0.203125 -1.484375 -0.546875 -0.53125 -2.234375 -0.46875 C -2.234375 -0.46875 -2.234375 -1.703125 -2.234375 -1.703125 C -1.125 -1.859375 -0.875 -2.453125 -0.875 -3.5 C -0.875 -4.515625 -1.28125 -5.203125 -1.953125 -5.203125 C -2.484375 -5.203125 -2.734375 -4.890625 -2.921875 -4.078125 C -2.921875 -4.078125 -3.1875 -2.984375 -3.1875 -2.984375 C -3.609375 -1.25 -4.15625 -0.65625 -5.3125 -0.65625 C -6.65625 -0.65625 -7.546875 -1.765625 -7.546875 -3.46875 C -7.546875 -5.171875 -6.734375 -6.125 -5.296875 -6.125 C -5.296875 -6.125 -5.296875 -4.90625 -5.296875 -4.90625 C -6.0625 -4.875 -6.46875 -4.375 -6.46875 -3.4375 C -6.46875 -2.484375 -6.03125 -1.875 -5.359375 -1.875 C -4.84375 -1.875 -4.53125 -2.28125 -4.3125 -3.234375 C -4.3125 -3.234375 -4.046875 -4.359375 -4.046875 -4.359375 C -3.703125 -5.8125 -3.15625 -6.421875 -2.0625 -6.421875 Z M -2.0625 -6.421875 "/>
</g>
<g id="glyph-6-0-d190a8c7">
<path d="M 0 -6.75 C 0 -6.75 0 -5.703125 0 -5.703125 C 0 -5.703125 -1.140625 -5.703125 -1.140625 -5.703125 C -0.171875 -5.015625 0.203125 -4.328125 0.203125 -3.25 C 0.203125 -1.8125 -0.578125 -0.90625 -1.796875 -0.90625 C -1.796875 -0.90625 -7.34375 -0.90625 -7.34375 -0.90625 C -7.34375 -0.90625 -7.34375 -2.078125 -7.34375 -2.078125 C -7.34375 -2.078125 -2.25 -2.078125 -2.25 -2.078125 C -1.375 -2.078125 -0.8125 -2.65625 -0.8125 -3.578125 C -0.8125 -4.796875 -1.796875 -5.59375 -3.296875 -5.59375 C -3.296875 -5.59375 -7.34375 -5.59375 -7.34375 -5.59375 C -7.34375 -5.59375 -7.34375 -6.75 -7.34375 -6.75 C -7.34375 -6.75 0 -6.75 0 -6.75 Z M 0 -6.75 "/>
</g>
<g id="glyph-7-0-d190a8c7">
<path d="M 0 -6.8125 C 0 -6.8125 0 -5.65625 0 -5.65625 C 0 -5.65625 -5.078125 -5.65625 -5.078125 -5.65625 C -5.96875 -5.65625 -6.53125 -5.0625 -6.53125 -4.140625 C -6.53125 -2.953125 -5.546875 -2.140625 -4.046875 -2.140625 C -4.046875 -2.140625 0 -2.140625 0 -2.140625 C 0 -2.140625 0 -0.984375 0 -0.984375 C 0 -0.984375 -7.34375 -0.984375 -7.34375 -0.984375 C -7.34375 -0.984375 -7.34375 -2.0625 -7.34375 -2.0625 C -7.34375 -2.0625 -6.109375 -2.0625 -6.109375 -2.0625 C -7.125 -2.703125 -7.546875 -3.40625 -7.546875 -4.5 C -7.546875 -5.90625 -6.765625 -6.8125 -5.546875 -6.8125 C -5.546875 -6.8125 0 -6.8125 0 -6.8125 Z M 0 -6.8125 "/>
</g>
<g id="glyph-8-0-d190a8c7">
<path d="M 0 -3.5625 C 0.0625 -3.15625 0.09375 -2.890625 0.09375 -2.609375 C 0.09375 -1.6875 -0.328125 -1.1875 -1.0625 -1.1875 C -1.0625 -1.1875 -6.390625 -1.1875 -6.390625 -1.1875 C -6.390625 -1.1875 -6.390625 -0.203125 -6.390625 -0.203125 C -6.390625 -0.203125 -7.34375 -0.203125 -7.34375 -0.203125 C -7.34375 -0.203125 -7.34375 -1.1875 -7.34375 -1.1875 C -7.34375 -1.1875 -9.359375 -1.1875 -9.359375 -1.1875 C -9.359375 -1.1875 -9.359375 -2.359375 -9.359375 -2.359375 C -9.359375 -2.359375 -7.34375 -2.359375 -7.34375 -2.359375 C -7.34375 -2.359375 -7.34375 -3.5625 -7.34375 -3.5625 C -7.34375 -3.5625 -6.390625 -3.5625 -6.390625 -3.5625 C -6.390625 -3.5625 -6.390625 -2.359375 -6.390625 -2.359375 C -6.390625 -2.359375 -1.578125 -2.359375 -1.578125 -2.359375 C -1.0625 -2.359375 -0.921875 -2.484375 -0.921875 -3 C -0.921875 -3.21875 -0.9375 -3.40625 -0.984375 -3.5625 C -0.984375 -3.5625 0 -3.5625 0 -3.5625 Z M 0 -3.5625 "/>
</g>
<g id="glyph-9-0-d190a8c7">
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
</g>
<g id="glyph-9-1-d190a8c7">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-10-0-d190a8c7">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-11-0-d190a8c7">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-11-1-d190a8c7">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-12-0-d190a8c7">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-13-0-d190a8c7">
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
</g>
<g id="glyph-14-0-d190a8c7">
<path d="M 2.109375 0 C 2.109375 0 0.953125 0 0.953125 0 C 0.953125 0 0.953125 -10.203125 0.953125 -10.203125 C 0.953125 -10.203125 2.109375 -10.203125 2.109375 -10.203125 C 2.109375 -10.203125 2.109375 0 2.109375 0 Z M 2.109375 0 "/>
</g>
<g id="glyph-14-1-d190a8c7">
<path d="M 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.140625 -7.34375 2.140625 -7.34375 C 2.140625 -7.34375 2.140625 0 2.140625 0 Z M 2.296875 -8.4375 C 2.296875 -8.4375 0.84375 -8.4375 0.84375 -8.4375 C 0.84375 -8.4375 0.84375 -9.890625 0.84375 -9.890625 C 0.84375 -9.890625 2.296875 -9.890625 2.296875 -9.890625 C 2.296875 -9.890625 2.296875 -8.4375 2.296875 -8.4375 Z M 2.296875 -8.4375 "/>
</g>
<g id="glyph-14-2-d190a8c7">
<path d="M 6.84375 -1.203125 C 6.84375 2.03125 5.859375 3.046875 3.5625 3.046875 C 1.84375 3.046875 0.765625 2.21875 0.640625 0.84375 C 0.640625 0.84375 1.828125 0.84375 1.828125 0.84375 C 1.96875 1.734375 2.6875 2.078125 3.609375 2.078125 C 4.96875 2.078125 5.765625 1.328125 5.765625 -0.609375 C 5.765625 -0.609375 5.765625 -1.109375 5.765625 -1.109375 C 5 -0.1875 4.359375 0.203125 3.4375 0.203125 C 1.703125 0.203125 0.40625 -1.28125 0.40625 -3.59375 C 0.40625 -5.984375 1.671875 -7.546875 3.53125 -7.546875 C 4.46875 -7.546875 5.1875 -7.140625 5.765625 -6.265625 C 5.765625 -6.265625 5.765625 -7.34375 5.765625 -7.34375 C 5.765625 -7.34375 6.84375 -7.34375 6.84375 -7.34375 C 6.84375 -7.34375 6.84375 -1.203125 6.84375 -1.203125 Z M 5.65625 -3.625 C 5.65625 -5.40625 4.90625 -6.46875 3.65625 -6.46875 C 2.40625 -6.46875 1.625 -5.4375 1.625 -3.671875 C 1.625 -1.890625 2.390625 -0.875 3.671875 -0.875 C 4.90625 -0.875 5.65625 -1.875 5.65625 -3.625 Z M 5.65625 -3.625 "/>
</g>
<g id="glyph-14-3-d190a8c7">
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
</g>
<g id="glyph-14-4-d190a8c7">
<path d="M 6.9375 0 C 6.9375 0 5.890625 0 5.890625 0 C 5.890625 0 5.890625 -1.078125 5.890625 -1.078125 C 5.265625 -0.171875 4.5625 0.203125 3.5625 0.203125 C 1.578125 0.203125 0.359375 -1.265625 0.359375 -3.734375 C 0.359375 -6.078125 1.609375 -7.546875 3.515625 -7.546875 C 4.5 -7.546875 5.28125 -7.15625 5.765625 -6.40625 C 5.765625 -6.40625 5.765625 -10.203125 5.765625 -10.203125 C 5.765625 -10.203125 6.9375 -10.203125 6.9375 -10.203125 C 6.9375 -10.203125 6.9375 0 6.9375 0 Z M 5.765625 -3.640625 C 5.765625 -5.328125 4.96875 -6.453125 3.703125 -6.453125 C 2.4375 -6.453125 1.578125 -5.375 1.578125 -3.671875 C 1.578125 -1.953125 2.4375 -0.875 3.71875 -0.875 C 4.953125 -0.875 5.765625 -1.953125 5.765625 -3.640625 Z M 5.765625 -3.640625 "/>
</g>
<g id="glyph-14-5-d190a8c7">
</g>
<g id="glyph-14-6-d190a8c7">
<path d="M 7.140625 -3.609375 C 7.140625 -1.203125 5.875 0.203125 3.828125 0.203125 C 1.734375 0.203125 0.5 -1.203125 0.5 -3.671875 C 0.5 -6.125 1.75 -7.546875 3.8125 -7.546875 C 5.921875 -7.546875 7.140625 -6.140625 7.140625 -3.609375 Z M 5.921875 -3.625 C 5.921875 -5.453125 5.140625 -6.46875 3.828125 -6.46875 C 2.515625 -6.46875 1.71875 -5.4375 1.71875 -3.671875 C 1.71875 -1.890625 2.515625 -0.875 3.828125 -0.875 C 5.109375 -0.875 5.921875 -1.90625 5.921875 -3.625 Z M 5.921875 -3.625 "/>
</g>
<g id="glyph-14-7-d190a8c7">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-14-8-d190a8c7">
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
</g>
<g id="glyph-14-9-d190a8c7">
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
</g>
<g id="glyph-14-10-d190a8c7">
<path d="M 6.671875 -2.515625 C 6.53125 -0.84375 5.4375 0.203125 3.6875 0.203125 C 1.6875 0.203125 0.4375 -1.234375 0.4375 -3.59375 C 0.4375 -6.03125 1.71875 -7.546875 3.703125 -7.546875 C 5.328125 -7.546875 6.453125 -6.65625 6.59375 -4.875 C 6.59375 -4.875 5.421875 -4.875 5.421875 -4.875 C 5.28125 -5.890625 4.65625 -6.46875 3.6875 -6.46875 C 2.40625 -6.46875 1.65625 -5.4375 1.65625 -3.59375 C 1.65625 -1.859375 2.421875 -0.875 3.703125 -0.875 C 4.703125 -0.875 5.3125 -1.34375 5.5 -2.515625 C 5.5 -2.515625 6.671875 -2.515625 6.671875 -2.515625 Z M 6.671875 -2.515625 "/>
</g>
<g id="glyph-14-11-d190a8c7">
<path d="M 6.75 0 C 6.75 0 5.703125 0 5.703125 0 C 5.703125 0 5.703125 -1.140625 5.703125 -1.140625 C 5.015625 -0.171875 4.328125 0.203125 3.25 0.203125 C 1.8125 0.203125 0.90625 -0.578125 0.90625 -1.796875 C 0.90625 -1.796875 0.90625 -7.34375 0.90625 -7.34375 C 0.90625 -7.34375 2.078125 -7.34375 2.078125 -7.34375 C 2.078125 -7.34375 2.078125 -2.25 2.078125 -2.25 C 2.078125 -1.375 2.65625 -0.8125 3.578125 -0.8125 C 4.796875 -0.8125 5.59375 -1.796875 5.59375 -3.296875 C 5.59375 -3.296875 5.59375 -7.34375 5.59375 -7.34375 C 5.59375 -7.34375 6.75 -7.34375 6.75 -7.34375 C 6.75 -7.34375 6.75 0 6.75 0 Z M 6.75 0 "/>
</g>
<g id="glyph-14-12-d190a8c7">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-15-0-d190a8c7">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-16-0-d190a8c7">
<path d="M 6.796875 0 C 6.796875 0 5.640625 0 5.640625 0 C 5.640625 0 5.640625 -5.078125 5.640625 -5.078125 C 5.640625 -6.046875 4.953125 -6.53125 4.125 -6.53125 C 2.921875 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -10.203125 0.984375 -10.203125 C 0.984375 -10.203125 2.140625 -10.203125 2.140625 -10.203125 C 2.140625 -10.203125 2.140625 -6.328125 2.140625 -6.328125 C 2.828125 -7.21875 3.453125 -7.546875 4.5 -7.546875 C 5.921875 -7.546875 6.796875 -6.78125 6.796875 -5.546875 C 6.796875 -5.546875 6.796875 0 6.796875 0 Z M 6.796875 0 "/>
</g>
<g id="glyph-16-1-d190a8c7">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-16-2-d190a8c7">
</g>
<g id="glyph-16-3-d190a8c7">
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
</g>
<g id="glyph-16-4-d190a8c7">
<path d="M 7.328125 -3.59375 C 7.328125 -1.265625 6.078125 0.203125 4.1875 0.203125 C 3.234375 0.203125 2.546875 -0.125 1.9375 -0.875 C 1.9375 -0.875 1.9375 3.046875 1.9375 3.046875 C 1.9375 3.046875 0.765625 3.046875 0.765625 3.046875 C 0.765625 3.046875 0.765625 -7.34375 0.765625 -7.34375 C 0.765625 -7.34375 1.828125 -7.34375 1.828125 -7.34375 C 1.828125 -7.34375 1.828125 -6.234375 1.828125 -6.234375 C 2.375 -7.09375 3.171875 -7.546875 4.171875 -7.546875 C 6.125 -7.546875 7.328125 -6.0625 7.328125 -3.59375 Z M 6.109375 -3.625 C 6.109375 -5.375 5.265625 -6.453125 3.96875 -6.453125 C 2.75 -6.453125 1.9375 -5.328125 1.9375 -3.609375 C 1.9375 -1.890625 2.75 -0.875 3.96875 -0.875 C 5.25 -0.875 6.109375 -1.953125 6.109375 -3.625 Z M 6.109375 -3.625 "/>
</g>
<g id="glyph-16-5-d190a8c7">
<path d="M 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.140625 -7.34375 2.140625 -7.34375 C 2.140625 -7.34375 2.140625 0 2.140625 0 Z M 2.296875 -8.4375 C 2.296875 -8.4375 0.84375 -8.4375 0.84375 -8.4375 C 0.84375 -8.4375 0.84375 -9.890625 0.84375 -9.890625 C 0.84375 -9.890625 2.296875 -9.890625 2.296875 -9.890625 C 2.296875 -9.890625 2.296875 -8.4375 2.296875 -8.4375 Z M 2.296875 -8.4375 "/>
</g>
<g id="glyph-16-6-d190a8c7">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-17-0-d190a8c7">
</g>
<g id="glyph-17-1-d190a8c7">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-17-2-d190a8c7">
<path d="M 7.140625 -3.609375 C 7.140625 -1.203125 5.875 0.203125 3.828125 0.203125 C 1.734375 0.203125 0.5 -1.203125 0.5 -3.671875 C 0.5 -6.125 1.75 -7.546875 3.8125 -7.546875 C 5.921875 -7.546875 7.140625 -6.140625 7.140625 -3.609375 Z M 5.921875 -3.625 C 5.921875 -5.453125 5.140625 -6.46875 3.828125 -6.46875 C 2.515625 -6.46875 1.71875 -5.4375 1.71875 -3.671875 C 1.71875 -1.890625 2.515625 -0.875 3.828125 -0.875 C 5.109375 -0.875 5.921875 -1.90625 5.921875 -3.625 Z M 5.921875 -3.625 "/>
</g>
<g id="glyph-17-3-d190a8c7">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-18-0-d190a8c7">
<path d="M 7.3125 -2.625 C 7.125 -1.015625 5.859375 0.125 4.015625 0.125 C 1.78125 0.125 0.46875 -1.234375 0.46875 -3.71875 C 0.46875 -6.296875 1.796875 -7.6875 4.046875 -7.6875 C 5.9375 -7.6875 7.171875 -6.578125 7.3125 -4.734375 C 7.3125 -4.734375 5.4375 -4.734375 5.4375 -4.734375 C 5.203125 -5.71875 4.828125 -6.109375 4.03125 -6.109375 C 2.796875 -6.109375 2.4375 -5.109375 2.4375 -3.71875 C 2.4375 -2.25 3.03125 -1.453125 4.03125 -1.453125 C 4.78125 -1.453125 5.1875 -1.828125 5.4375 -2.625 C 5.4375 -2.625 7.3125 -2.625 7.3125 -2.625 Z M 7.3125 -2.625 "/>
</g>
<g id="glyph-18-1-d190a8c7">
<path d="M 2.890625 0 C 2.890625 0 0.9375 0 0.9375 0 C 0.9375 0 0.9375 -10.203125 0.9375 -10.203125 C 0.9375 -10.203125 2.890625 -10.203125 2.890625 -10.203125 C 2.890625 -10.203125 2.890625 0 2.890625 0 Z M 2.890625 0 "/>
</g>
<g id="glyph-18-2-d190a8c7">
<path d="M 4.21875 0 C 3.859375 0.015625 3.515625 0.0625 3.078125 0.0625 C 1.796875 0.0625 1.15625 -0.4375 1.15625 -1.625 C 1.15625 -1.625 1.15625 -6.109375 1.15625 -6.109375 C 1.15625 -6.109375 0.203125 -6.109375 0.203125 -6.109375 C 0.203125 -6.109375 0.203125 -7.40625 0.203125 -7.40625 C 0.203125 -7.40625 1.15625 -7.40625 1.15625 -7.40625 C 1.15625 -7.40625 1.15625 -9.4375 1.15625 -9.4375 C 1.15625 -9.4375 3.125 -9.4375 3.125 -9.4375 C 3.125 -9.4375 3.125 -7.40625 3.125 -7.40625 C 3.125 -7.40625 4.21875 -7.40625 4.21875 -7.40625 C 4.21875 -7.40625 4.21875 -6.109375 4.21875 -6.109375 C 4.21875 -6.109375 3.125 -6.109375 3.125 -6.109375 C 3.125 -6.109375 3.125 -2.15625 3.125 -2.15625 C 3.125 -1.484375 3.25 -1.328125 3.765625 -1.328125 C 3.90625 -1.328125 4.015625 -1.34375 4.21875 -1.375 C 4.21875 -1.375 4.21875 0 4.21875 0 Z M 4.21875 0 "/>
</g>
<g id="glyph-18-3-d190a8c7">
<path d="M 7.640625 0 C 7.640625 0 5.6875 0 5.6875 0 C 5.6875 0 5.6875 -4.65625 5.6875 -4.65625 C 5.6875 -5.5625 5.265625 -6.015625 4.421875 -6.015625 C 3.46875 -6.015625 2.84375 -5.4375 2.84375 -4.53125 C 2.84375 -4.53125 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.46875 2.84375 -6.46875 C 3.40625 -7.3125 4.09375 -7.6875 5.109375 -7.6875 C 6.71875 -7.6875 7.640625 -6.734375 7.640625 -5.0625 C 7.640625 -5.0625 7.640625 0 7.640625 0 Z M 7.640625 0 "/>
</g>
<g id="glyph-18-4-d190a8c7">
</g>
<g id="glyph-19-0-d190a8c7">
<path d="M 7.96875 -3.71875 C 7.96875 -1.296875 6.53125 0.125 4.234375 0.125 C 1.90625 0.125 0.484375 -1.28125 0.484375 -3.78125 C 0.484375 -6.265625 1.90625 -7.6875 4.21875 -7.6875 C 6.578125 -7.6875 7.96875 -6.28125 7.96875 -3.71875 Z M 6 -3.75 C 6 -5.234375 5.3125 -6.109375 4.234375 -6.109375 C 3.15625 -6.109375 2.453125 -5.21875 2.453125 -3.78125 C 2.453125 -2.34375 3.15625 -1.453125 4.234375 -1.453125 C 5.28125 -1.453125 6 -2.34375 6 -3.75 Z M 6 -3.75 "/>
</g>
<g id="glyph-19-1-d190a8c7">
<path d="M 7.3125 -2.625 C 7.125 -1.015625 5.859375 0.125 4.015625 0.125 C 1.78125 0.125 0.46875 -1.234375 0.46875 -3.71875 C 0.46875 -6.296875 1.796875 -7.6875 4.046875 -7.6875 C 5.9375 -7.6875 7.171875 -6.578125 7.3125 -4.734375 C 7.3125 -4.734375 5.4375 -4.734375 5.4375 -4.734375 C 5.203125 -5.71875 4.828125 -6.109375 4.03125 -6.109375 C 2.796875 -6.109375 2.4375 -5.109375 2.4375 -3.71875 C 2.4375 -2.25 3.03125 -1.453125 4.03125 -1.453125 C 4.78125 -1.453125 5.1875 -1.828125 5.4375 -2.625 C 5.4375 -2.625 7.3125 -2.625 7.3125 -2.625 Z M 7.3125 -2.625 "/>
</g>
<g id="glyph-19-2-d190a8c7">
<path d="M 7.671875 0 C 7.671875 0 5.375 0 5.375 0 C 5.375 0 3.5625 -3.328125 3.5625 -3.328125 C 3.5625 -3.328125 2.78125 -2.484375 2.78125 -2.484375 C 2.78125 -2.484375 2.78125 0 2.78125 0 C 2.78125 0 0.828125 0 0.828125 0 C 0.828125 0 0.828125 -10.203125 0.828125 -10.203125 C 0.828125 -10.203125 2.78125 -10.203125 2.78125 -10.203125 C 2.78125 -10.203125 2.78125 -4.625 2.78125 -4.625 C 2.78125 -4.625 5.265625 -7.5625 5.265625 -7.5625 C 5.265625 -7.5625 7.484375 -7.5625 7.484375 -7.5625 C 7.484375 -7.5625 4.90625 -4.703125 4.90625 -4.703125 C 4.90625 -4.703125 7.671875 0 7.671875 0 Z M 7.671875 0 "/>
</g>
<g id="glyph-19-3-d190a8c7">
<path d="M 7.578125 0 C 7.578125 0 5.609375 0 5.609375 0 C 5.609375 0 5.609375 -1 5.609375 -1 C 5.046875 -0.25 4.375 0.125 3.34375 0.125 C 1.734375 0.125 0.8125 -0.828125 0.8125 -2.484375 C 0.8125 -2.484375 0.8125 -7.5625 0.8125 -7.5625 C 0.8125 -7.5625 2.765625 -7.5625 2.765625 -7.5625 C 2.765625 -7.5625 2.765625 -2.890625 2.765625 -2.890625 C 2.765625 -1.984375 3.1875 -1.546875 4.03125 -1.546875 C 4.984375 -1.546875 5.609375 -2.125 5.609375 -3.03125 C 5.609375 -3.03125 5.609375 -7.5625 5.609375 -7.5625 C 5.609375 -7.5625 7.578125 -7.5625 7.578125 -7.5625 C 7.578125 -7.5625 7.578125 0 7.578125 0 Z M 7.578125 0 "/>
</g>
<g id="glyph-19-4-d190a8c7">
<path d="M 5.1875 -5.6875 C 4.90625 -5.71875 4.78125 -5.734375 4.5625 -5.734375 C 3.421875 -5.734375 2.84375 -5.171875 2.84375 -4.015625 C 2.84375 -4.015625 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.078125 2.84375 -6.078125 C 3.265625 -7.09375 4.046875 -7.6875 4.9375 -7.6875 C 5 -7.6875 5.0625 -7.6875 5.1875 -7.671875 C 5.1875 -7.671875 5.1875 -5.6875 5.1875 -5.6875 Z M 5.1875 -5.6875 "/>
</g>
<g id="glyph-19-5-d190a8c7">
<path d="M 7.5 -7.5625 C 7.5 -7.5625 4.90625 0 4.90625 0 C 4.90625 0 2.84375 0 2.84375 0 C 2.84375 0 0.203125 -7.5625 0.203125 -7.5625 C 0.203125 -7.5625 2.265625 -7.5625 2.265625 -7.5625 C 2.265625 -7.5625 3.90625 -2.03125 3.90625 -2.03125 C 3.90625 -2.03125 5.4375 -7.5625 5.4375 -7.5625 C 5.4375 -7.5625 7.5 -7.5625 7.5 -7.5625 Z M 7.5 -7.5625 "/>
</g>
<g id="glyph-19-6-d190a8c7">
<path d="M 7.34375 -3.5 C 7.34375 -3.5 7.34375 -3.265625 7.34375 -3.265625 C 7.34375 -3.265625 2.265625 -3.265625 2.265625 -3.265625 C 2.328125 -1.796875 2.90625 -1.375 3.84375 -1.375 C 4.546875 -1.375 5.171875 -1.578125 5.328125 -2.125 C 5.328125 -2.125 7.265625 -2.125 7.265625 -2.125 C 6.828125 -0.640625 5.453125 0.125 3.765625 0.125 C 1.625 0.125 0.3125 -1.265625 0.3125 -3.6875 C 0.3125 -6.21875 1.640625 -7.6875 3.8125 -7.6875 C 6.03125 -7.6875 7.34375 -6.109375 7.34375 -3.5 Z M 5.3125 -4.5625 C 5.203125 -5.640625 4.625 -6.1875 3.78125 -6.1875 C 2.90625 -6.1875 2.421875 -5.609375 2.296875 -4.5625 C 2.296875 -4.5625 5.3125 -4.5625 5.3125 -4.5625 Z M 5.3125 -4.5625 "/>
</g>
<g id="glyph-19-7-d190a8c7">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-20-0-d190a8c7">
</g>
<g id="glyph-20-1-d190a8c7">
<path d="M 7.96875 -3.71875 C 7.96875 -1.296875 6.53125 0.125 4.234375 0.125 C 1.90625 0.125 0.484375 -1.28125 0.484375 -3.78125 C 0.484375 -6.265625 1.90625 -7.6875 4.21875 -7.6875 C 6.578125 -7.6875 7.96875 -6.28125 7.96875 -3.71875 Z M 6 -3.75 C 6 -5.234375 5.3125 -6.109375 4.234375 -6.109375 C 3.15625 -6.109375 2.453125 -5.21875 2.453125 -3.78125 C 2.453125 -2.34375 3.15625 -1.453125 4.234375 -1.453125 C 5.28125 -1.453125 6 -2.34375 6 -3.75 Z M 6 -3.75 "/>
</g>
<g id="glyph-20-2-d190a8c7">
<path d="M 7.640625 0 C 7.640625 0 5.6875 0 5.6875 0 C 5.6875 0 5.6875 -4.65625 5.6875 -4.65625 C 5.6875 -5.5625 5.265625 -6.015625 4.421875 -6.015625 C 3.46875 -6.015625 2.84375 -5.4375 2.84375 -4.53125 C 2.84375 -4.53125 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.46875 2.84375 -6.46875 C 3.40625 -7.3125 4.09375 -7.6875 5.109375 -7.6875 C 6.71875 -7.6875 7.640625 -6.734375 7.640625 -5.0625 C 7.640625 -5.0625 7.640625 0 7.640625 0 Z M 7.640625 0 "/>
</g>
<g id="glyph-20-3-d190a8c7">
<path d="M 5.1875 -5.6875 C 4.90625 -5.71875 4.78125 -5.734375 4.5625 -5.734375 C 3.421875 -5.734375 2.84375 -5.171875 2.84375 -4.015625 C 2.84375 -4.015625 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.078125 2.84375 -6.078125 C 3.265625 -7.09375 4.046875 -7.6875 4.9375 -7.6875 C 5 -7.6875 5.0625 -7.6875 5.1875 -7.671875 C 5.1875 -7.671875 5.1875 -5.6875 5.1875 -5.6875 Z M 5.1875 -5.6875 "/>
</g>
<g id="glyph-21-0-d190a8c7">
<path d="M 4.078125 2.96875 C 4.078125 2.96875 3.296875 2.96875 3.296875 2.96875 C 1.90625 1.140625 1.015625 -1.40625 1.015625 -3.625 C 1.015625 -5.828125 1.90625 -8.375 3.296875 -10.203125 C 3.296875 -10.203125 4.078125 -10.203125 4.078125 -10.203125 C 2.84375 -8.21875 2.15625 -5.859375 2.15625 -3.625 C 2.15625 -1.390625 2.84375 0.96875 4.078125 2.96875 Z M 4.078125 2.96875 "/>
</g>
<g id="glyph-21-1-d190a8c7">
<path d="M 3.578125 -3.609375 C 3.578125 -1.40625 2.703125 1.140625 1.296875 2.96875 C 1.296875 2.96875 0.53125 2.96875 0.53125 2.96875 C 1.765625 0.984375 2.453125 -1.390625 2.453125 -3.609375 C 2.453125 -5.859375 1.765625 -8.203125 0.53125 -10.203125 C 0.53125 -10.203125 1.296875 -10.203125 1.296875 -10.203125 C 2.703125 -8.375 3.578125 -5.828125 3.578125 -3.609375 Z M 3.578125 -3.609375 "/>
</g>
<g id="glyph-21-2-d190a8c7">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
</g>
<clipPath id="clip-0-d190a8c7">
<path clip-rule="nonzero" d="M 77 53 L 390 53 L 390 391 L 77 391 Z M 77 53 "/>
</clipPath>
<clipPath id="clip-1-d190a8c7">
<path clip-rule="nonzero" d="M 110 387 L 117 387 L 117 391 L 110 391 Z M 110 387 "/>
</clipPath>
<clipPath id="clip-2-d190a8c7">
<path clip-rule="nonzero" d="M 155 387 L 162 387 L 162 391 L 155 391 Z M 155 387 "/>
</clipPath>
<clipPath id="clip-3-d190a8c7">
<path clip-rule="nonzero" d="M 381 53 L 388 53 L 388 57 L 381 57 Z M 381 53 "/>
</clipPath>
<clipPath id="clip-4-d190a8c7">
<path clip-rule="nonzero" d="M 426 53 L 434 53 L 434 57 L 426 57 Z M 426 53 "/>
</clipPath>
<clipPath id="clip-5-d190a8c7">
<path clip-rule="nonzero" d="M 472 53 L 479 53 L 479 57 L 472 57 Z M 472 53 "/>
</clipPath>
<clipPath id="clip-6-d190a8c7">
<path clip-rule="nonzero" d="M 517 53 L 524 53 L 524 57 L 517 57 Z M 517 53 "/>
</clipPath>
<clipPath id="clip-7-d190a8c7">
<path clip-rule="nonzero" d="M 562 53 L 570 53 L 570 57 L 562 57 Z M 562 53 "/>
</clipPath>
<clipPath id="clip-8-d190a8c7">
<path clip-rule="nonzero" d="M 112 390 L 114 390 L 114 391 L 112 391 Z M 112 390 "/>
</clipPath>
<clipPath id="clip-9-d190a8c7">
<path clip-rule="nonzero" d="M 157 390 L 160 390 L 160 391 L 157 391 Z M 157 390 "/>
</clipPath>
<clipPath id="clip-10-d190a8c7">
<path clip-rule="nonzero" d="M 107 390 L 119 390 L 119 391 L 107 391 Z M 107 390 "/>
</clipPath>
<clipPath id="clip-11-d190a8c7">
<path clip-rule="nonzero" d="M 152 390 L 165 390 L 165 391 L 152 391 Z M 152 390 "/>
</clipPath>
<clipPath id="clip-12-d190a8c7">
<path clip-rule="nonzero" d="M 77 53 L 390 53 L 390 391 L 77 391 Z M 77 53 "/>
</clipPath>
<clipPath id="clip-13-d190a8c7">
<path clip-rule="nonzero" d="M 110 387 L 117 387 L 117 391 L 110 391 Z M 110 387 "/>
</clipPath>
<clipPath id="clip-14-d190a8c7">
<path clip-rule="nonzero" d="M 155 387 L 162 387 L 162 391 L 155 391 Z M 155 387 "/>
</clipPath>
<clipPath id="clip-15-d190a8c7">
<path clip-rule="nonzero" d="M 200 385 L 207 385 L 207 391 L 200 391 Z M 200 385 "/>
</clipPath>
<clipPath id="clip-16-d190a8c7">
<path clip-rule="nonzero" d="M 381 53 L 388 53 L 388 57 L 381 57 Z M 381 53 "/>
</clipPath>
<clipPath id="clip-17-d190a8c7">
<path clip-rule="nonzero" d="M 426 53 L 434 53 L 434 57 L 426 57 Z M 426 53 "/>
</clipPath>
<clipPath id="clip-18-d190a8c7">
<path clip-rule="nonzero" d="M 472 53 L 479 53 L 479 57 L 472 57 Z M 472 53 "/>
</clipPath>
<clipPath id="clip-19-d190a8c7">
<path clip-rule="nonzero" d="M 517 53 L 524 53 L 524 57 L 517 57 Z M 517 53 "/>
</clipPath>
<clipPath id="clip-20-d190a8c7">
<path clip-rule="nonzero" d="M 562 53 L 570 53 L 570 57 L 562 57 Z M 562 53 "/>
</clipPath>
<clipPath id="clip-21-d190a8c7">
<path clip-rule="nonzero" d="M 112 390 L 114 390 L 114 391 L 112 391 Z M 112 390 "/>
</clipPath>
<clipPath id="clip-22-d190a8c7">
<path clip-rule="nonzero" d="M 157 390 L 160 390 L 160 391 L 157 391 Z M 157 390 "/>
</clipPath>
<clipPath id="clip-23-d190a8c7">
<path clip-rule="nonzero" d="M 107 390 L 119 390 L 119 391 L 107 391 Z M 107 390 "/>
</clipPath>
<clipPath id="clip-24-d190a8c7">
<path clip-rule="nonzero" d="M 152 390 L 165 390 L 165 391 L 152 391 Z M 152 390 "/>
</clipPath>
<clipPath id="clip-25-d190a8c7">
<path clip-rule="nonzero" d="M 77 53 L 344 53 L 344 391 L 77 391 Z M 77 53 "/>
</clipPath>
<clipPath id="clip-26-d190a8c7">
<path clip-rule="nonzero" d="M 110 387 L 117 387 L 117 391 L 110 391 Z M 110 387 "/>
</clipPath>
<clipPath id="clip-27-d190a8c7">
<path clip-rule="nonzero" d="M 155 387 L 162 387 L 162 391 L 155 391 Z M 155 387 "/>
</clipPath>
<clipPath id="clip-28-d190a8c7">
<path clip-rule="nonzero" d="M 336 53 L 343 53 L 343 57 L 336 57 Z M 336 53 "/>
</clipPath>
<clipPath id="clip-29-d190a8c7">
<path clip-rule="nonzero" d="M 381 53 L 388 53 L 388 57 L 381 57 Z M 381 53 "/>
</clipPath>
<clipPath id="clip-30-d190a8c7">
<path clip-rule="nonzero" d="M 426 53 L 434 53 L 434 57 L 426 57 Z M 426 53 "/>
</clipPath>
<clipPath id="clip-31-d190a8c7">
<path clip-rule="nonzero" d="M 472 53 L 479 53 L 479 57 L 472 57 Z M 472 53 "/>
</clipPath>
<clipPath id="clip-32-d190a8c7">
<path clip-rule="nonzero" d="M 517 53 L 524 53 L 524 57 L 517 57 Z M 517 53 "/>
</clipPath>
<clipPath id="clip-33-d190a8c7">
<path clip-rule="nonzero" d="M 562 53 L 570 53 L 570 57 L 562 57 Z M 562 53 "/>
</clipPath>
<clipPath id="clip-34-d190a8c7">
<path clip-rule="nonzero" d="M 112 390 L 114 390 L 114 391 L 112 391 Z M 112 390 "/>
</clipPath>
<clipPath id="clip-35-d190a8c7">
<path clip-rule="nonzero" d="M 157 390 L 160 390 L 160 391 L 157 391 Z M 157 390 "/>
</clipPath>
<clipPath id="clip-36-d190a8c7">
<path clip-rule="nonzero" d="M 107 390 L 119 390 L 119 391 L 107 391 Z M 107 390 "/>
</clipPath>
<clipPath id="clip-37-d190a8c7">
<path clip-rule="nonzero" d="M 152 390 L 165 390 L 165 391 L 152 391 Z M 152 390 "/>
</clipPath>
<clipPath id="clip-38-d190a8c7">
<path clip-rule="nonzero" d="M 77 77 L 584 77 L 584 391 L 77 391 Z M 77 77 "/>
</clipPath>
<clipPath id="clip-39-d190a8c7">
<path clip-rule="nonzero" d="M 110 387 L 117 387 L 117 391 L 110 391 Z M 110 387 "/>
</clipPath>
<clipPath id="clip-40-d190a8c7">
<path clip-rule="nonzero" d="M 155 387 L 162 387 L 162 391 L 155 391 Z M 155 387 "/>
</clipPath>
<clipPath id="clip-41-d190a8c7">
<path clip-rule="nonzero" d="M 200 387 L 207 387 L 207 391 L 200 391 Z M 200 387 "/>
</clipPath>
<clipPath id="clip-42-d190a8c7">
<path clip-rule="nonzero" d="M 245 386 L 253 386 L 253 391 L 245 391 Z M 245 386 "/>
</clipPath>
<clipPath id="clip-43-d190a8c7">
<path clip-rule="nonzero" d="M 112 390 L 114 390 L 114 391 L 112 391 Z M 112 390 "/>
</clipPath>
<clipPath id="clip-44-d190a8c7">
<path clip-rule="nonzero" d="M 157 390 L 160 390 L 160 391 L 157 391 Z M 157 390 "/>
</clipPath>
<clipPath id="clip-45-d190a8c7">
<path clip-rule="nonzero" d="M 203 389 L 205 389 L 205 391 L 203 391 Z M 203 389 "/>
</clipPath>
<clipPath id="clip-46-d190a8c7">
<path clip-rule="nonzero" d="M 248 388 L 250 388 L 250 391 L 248 391 Z M 248 388 "/>
</clipPath>
<clipPath id="clip-47-d190a8c7">
<path clip-rule="nonzero" d="M 107 390 L 119 390 L 119 391 L 107 391 Z M 107 390 "/>
</clipPath>
<clipPath id="clip-48-d190a8c7">
<path clip-rule="nonzero" d="M 152 390 L 165 390 L 165 391 L 152 391 Z M 152 390 "/>
</clipPath>
<clipPath id="clip-49-d190a8c7">
<path clip-rule="nonzero" d="M 198 390 L 210 390 L 210 391 L 198 391 Z M 198 390 "/>
</clipPath>
<clipPath id="clip-50-d190a8c7">
<path clip-rule="nonzero" d="M 198 389 L 210 389 L 210 391 L 198 391 Z M 198 389 "/>
</clipPath>
<clipPath id="clip-51-d190a8c7">
<path clip-rule="nonzero" d="M 243 389 L 255 389 L 255 391 L 243 391 Z M 243 389 "/>
</clipPath>
</defs>
<rect x="-60" y="-45" width="720" height="540" fill="rgb(100%, 100%, 100%)" fill-opacity="1"/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 77 391 L 584 391 L 584 53 L 77 53 Z M 77 391 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 203.75 391 L 203.75 53 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 330.5 391 L 330.5 53 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 457.25 391 L 457.25 53 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 584 391 L 584 53 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 77 391 L 584 391 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 77 222 L 584 222 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 77 53 L 584 53 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0-d190a8c7" x="323.107971" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0-d190a8c7" x="330.891998" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-d190a8c7" x="190.127991" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0-d190a8c7" x="197.912018" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1-d190a8c7" x="201.804001" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-d190a8c7" x="209.587997" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-d190a8c7" x="316.877991" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-2-d190a8c7" x="324.662018" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0-d190a8c7" x="328.554016" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-3-d190a8c7" x="336.337982" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-d190a8c7" x="443.627991" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1-d190a8c7" x="451.411987" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2-d190a8c7" x="455.303986" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-d190a8c7" x="463.088013" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-d190a8c7" x="570.377991" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-0-d190a8c7" x="578.162048" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="582.054016" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-3-d190a8c7" x="589.838013" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-5-0-d190a8c7" x="27.812004" y="242.622009"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-5-1-d190a8c7" x="27.812004" y="235.622009"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-6-0-d190a8c7" x="27.812004" y="227.837997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-7-0-d190a8c7" x="27.812004" y="220.053986"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-8-0-d190a8c7" x="27.812004" y="212.269989"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-5-2-d190a8c7" x="27.812004" y="208.378006"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1-d190a8c7" x="59.216003" y="396.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-9-0-d190a8c7" x="43.647999" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-9-1-d190a8c7" x="51.432003" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-0-d190a8c7" x="59.216003" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-0-d190a8c7" x="35.863995" y="58.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-1-d190a8c7" x="43.647999" y="58.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-1-d190a8c7" x="51.432003" y="58.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-12-0-d190a8c7" x="59.216003" y="58.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-13-0-d190a8c7" x="222.126038" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-0-d190a8c7" x="229.910019" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-1-d190a8c7" x="233.018021" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-2-d190a8c7" x="236.126022" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-15-0-d190a8c7" x="243.910019" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-3-d190a8c7" x="251.694031" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-4-d190a8c7" x="259.478027" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-5-d190a8c7" x="267.262024" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-6-d190a8c7" x="271.154022" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-7-d190a8c7" x="278.938019" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-5-d190a8c7" x="286.722015" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-8-d190a8c7" x="290.614014" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-0-d190a8c7" x="294.506012" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-3-d190a8c7" x="302.290009" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-5-d190a8c7" x="310.074005" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-0-d190a8c7" x="313.966003" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-9-d190a8c7" x="317.074005" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-1-d190a8c7" x="324.858002" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-8-d190a8c7" x="331.858002" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-17-0-d190a8c7" x="335.750031" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-10-d190a8c7" x="339.641998" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-6-d190a8c7" x="346.641998" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-11-d190a8c7" x="354.426025" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-17-1-d190a8c7" x="362.210022" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-8-d190a8c7" x="369.993988" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-2-d190a8c7" x="373.885986" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-3-d190a8c7" x="377.777985" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-17-0-d190a8c7" x="385.95401" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-12-d190a8c7" x="389.845978" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-2-d190a8c7" x="397.629974" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-4-d190a8c7" x="401.521973" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-17-2-d190a8c7" x="409.306" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-5-d190a8c7" x="417.089966" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-6-d190a8c7" x="420.197968" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-8-d190a8c7" x="427.981995" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-17-3-d190a8c7" x="431.873993" y="45.947998"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-0-d190a8c7" x="262.03302" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-1-d190a8c7" x="269.817017" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-0-d190a8c7" x="273.709015" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-1-d190a8c7" x="282.263" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-2-d190a8c7" x="290.046997" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-0-d190a8c7" x="297.830994" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-2-d190a8c7" x="301.723022" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-3-d190a8c7" x="306.38501" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-4-d190a8c7" x="314.938995" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-3-d190a8c7" x="320.38501" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-0-d190a8c7" x="328.938995" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-1-d190a8c7" x="332.830994" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-2-d190a8c7" x="341.384979" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-4-d190a8c7" x="349.939026" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-1-d190a8c7" x="353.830994" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-3-d190a8c7" x="361.61499" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-3-d190a8c7" x="370.168976" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-5-d190a8c7" x="375.61499" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-6-d190a8c7" x="383.398987" y="29.638008"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-7-d190a8c7" x="391.183014" y="29.638008"/>
</g>
<g clip-path="url(#clip-0-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 77 391 L 158.480469 391 L 203.75 384.238281 L 249.019531 327.457031 L 294.285156 160.144531 L 339.554688 65.507812 L 384.820312 53 "/>
</g>
<g clip-path="url(#clip-1-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 116.386719 391 C 116.386719 386.769531 110.042969 386.769531 110.042969 391 C 110.042969 395.230469 116.386719 395.230469 116.386719 391 Z M 116.386719 391 "/>
</g>
<g clip-path="url(#clip-2-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 161.65625 391 C 161.65625 386.769531 155.308594 386.769531 155.308594 391 C 155.308594 395.230469 161.65625 395.230469 161.65625 391 Z M 161.65625 391 "/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 206.921875 384.238281 C 206.921875 380.011719 200.578125 380.011719 200.578125 384.238281 C 200.578125 388.46875 206.921875 388.46875 206.921875 384.238281 Z M 206.921875 384.238281 "/>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 252.191406 327.457031 C 252.191406 323.226562 245.84375 323.226562 245.84375 327.457031 C 245.84375 331.6875 252.191406 331.6875 252.191406 327.457031 Z M 252.191406 327.457031 "/>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 297.457031 160.144531 C 297.457031 155.914062 291.113281 155.914062 291.113281 160.144531 C 291.113281 164.375 297.457031 164.375 297.457031 160.144531 Z M 297.457031 160.144531 "/>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 342.726562 65.507812 C 342.726562 61.277344 336.382812 61.277344 336.382812 65.507812 C 336.382812 69.734375 342.726562 69.734375 342.726562 65.507812 Z M 342.726562 65.507812 "/>
<g clip-path="url(#clip-3-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 387.992188 53 C 387.992188 48.769531 381.648438 48.769531 381.648438 53 C 381.648438 57.230469 387.992188 57.230469 387.992188 53 Z M 387.992188 53 "/>
</g>
<g clip-path="url(#clip-4-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 433.261719 53 C 433.261719 48.769531 426.917969 48.769531 426.917969 53 C 426.917969 57.230469 433.261719 57.230469 433.261719 53 Z M 433.261719 53 "/>
</g>
<g clip-path="url(#clip-5-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 478.53125 53 C 478.53125 48.769531 472.183594 48.769531 472.183594 53 C 472.183594 57.230469 478.53125 57.230469 478.53125 53 Z M 478.53125 53 "/>
</g>
<g clip-path="url(#clip-6-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 523.796875 53 C 523.796875 48.769531 517.453125 48.769531 517.453125 53 C 517.453125 57.230469 523.796875 57.230469 523.796875 53 Z M 523.796875 53 "/>
</g>
<g clip-path="url(#clip-7-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 569.066406 53 C 569.066406 48.769531 562.71875 48.769531 562.71875 53 C 562.71875 57.230469 569.066406 57.230469 569.066406 53 Z M 569.066406 53 "/>
</g>
<g clip-path="url(#clip-8-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 113.214844 391 L 113.214844 391 "/>
</g>
<g clip-path="url(#clip-9-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 158.480469 391 L 158.480469 391 "/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 203.75 385.738281 L 203.75 382.742188 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 249.019531 331.632812 L 249.019531 323.28125 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 294.285156 165.121094 L 294.285156 155.171875 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 339.554688 67.523438 L 339.554688 63.488281 "/>
<g clip-path="url(#clip-10-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 108.214844 391 L 118.214844 391 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 108.214844 391 L 118.214844 391 "/>
</g>
<g clip-path="url(#clip-11-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 153.480469 391 L 163.480469 391 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 153.480469 391 L 163.480469 391 "/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 198.75 385.738281 L 208.75 385.738281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 198.75 382.742188 L 208.75 382.742188 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 244.019531 331.632812 L 254.019531 331.632812 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 244.019531 323.28125 L 254.019531 323.28125 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 289.285156 165.121094 L 299.285156 165.121094 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 289.285156 155.171875 L 299.285156 155.171875 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 334.554688 67.523438 L 344.554688 67.523438 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 334.554688 63.488281 L 344.554688 63.488281 "/>
<g clip-path="url(#clip-12-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 77 391 L 158.480469 391 L 203.75 388.296875 L 249.019531 368.691406 L 294.285156 108.09375 L 339.554688 57.054688 L 384.820312 53 "/>
</g>
<g clip-path="url(#clip-13-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 116.386719 391 C 116.386719 386.769531 110.042969 386.769531 110.042969 391 C 110.042969 395.230469 116.386719 395.230469 116.386719 391 Z M 116.386719 391 "/>
</g>
<g clip-path="url(#clip-14-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 161.65625 391 C 161.65625 386.769531 155.308594 386.769531 155.308594 391 C 155.308594 395.230469 161.65625 395.230469 161.65625 391 Z M 161.65625 391 "/>
</g>
<g clip-path="url(#clip-15-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 206.921875 388.296875 C 206.921875 384.066406 200.578125 384.066406 200.578125 388.296875 C 200.578125 392.527344 206.921875 392.527344 206.921875 388.296875 Z M 206.921875 388.296875 "/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 252.191406 368.691406 C 252.191406 364.460938 245.84375 364.460938 245.84375 368.691406 C 245.84375 372.921875 252.191406 372.921875 252.191406 368.691406 Z M 252.191406 368.691406 "/>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 297.457031 108.09375 C 297.457031 103.863281 291.113281 103.863281 291.113281 108.09375 C 291.113281 112.324219 297.457031 112.324219 297.457031 108.09375 Z M 297.457031 108.09375 "/>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 342.726562 57.054688 C 342.726562 52.824219 336.382812 52.824219 336.382812 57.054688 C 336.382812 61.285156 342.726562 61.285156 342.726562 57.054688 Z M 342.726562 57.054688 "/>
<g clip-path="url(#clip-16-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 387.992188 53 C 387.992188 48.769531 381.648438 48.769531 381.648438 53 C 381.648438 57.230469 387.992188 57.230469 387.992188 53 Z M 387.992188 53 "/>
</g>
<g clip-path="url(#clip-17-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 433.261719 53 C 433.261719 48.769531 426.917969 48.769531 426.917969 53 C 426.917969 57.230469 433.261719 57.230469 433.261719 53 Z M 433.261719 53 "/>
</g>
<g clip-path="url(#clip-18-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 478.53125 53 C 478.53125 48.769531 472.183594 48.769531 472.183594 53 C 472.183594 57.230469 478.53125 57.230469 478.53125 53 Z M 478.53125 53 "/>
</g>
<g clip-path="url(#clip-19-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 523.796875 53 C 523.796875 48.769531 517.453125 48.769531 517.453125 53 C 517.453125 57.230469 523.796875 57.230469 523.796875 53 Z M 523.796875 53 "/>
</g>
<g clip-path="url(#clip-20-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 569.066406 53 C 569.066406 48.769531 562.71875 48.769531 562.71875 53 C 562.71875 57.230469 569.066406 57.230469 569.066406 53 Z M 569.066406 53 "/>
</g>
<g clip-path="url(#clip-21-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 113.214844 391 L 113.214844 391 "/>
</g>
<g clip-path="url(#clip-22-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 158.480469 391 L 158.480469 391 "/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 203.75 389.25 L 203.75 387.34375 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 249.019531 371.347656 L 249.019531 366.039062 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 294.285156 112.042969 L 294.285156 104.144531 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 339.554688 58.21875 L 339.554688 55.890625 "/>
<g clip-path="url(#clip-23-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 108.214844 391 L 118.214844 391 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 108.214844 391 L 118.214844 391 "/>
</g>
<g clip-path="url(#clip-24-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 153.480469 391 L 163.480469 391 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 153.480469 391 L 163.480469 391 "/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 198.75 389.25 L 208.75 389.25 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 198.75 387.34375 L 208.75 387.34375 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 244.019531 371.347656 L 254.019531 371.347656 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 244.019531 366.039062 L 254.019531 366.039062 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 289.285156 112.042969 L 299.285156 112.042969 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 289.285156 104.144531 L 299.285156 104.144531 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 334.554688 58.21875 L 344.554688 58.21875 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 334.554688 55.890625 L 344.554688 55.890625 "/>
<g clip-path="url(#clip-25-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 77 391 L 158.480469 391 L 203.75 380.859375 L 249.019531 332.1875 L 294.285156 184.144531 L 339.554688 53 "/>
</g>
<g clip-path="url(#clip-26-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 116.386719 391 C 116.386719 386.769531 110.042969 386.769531 110.042969 391 C 110.042969 395.230469 116.386719 395.230469 116.386719 391 Z M 116.386719 391 "/>
</g>
<g clip-path="url(#clip-27-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 161.65625 391 C 161.65625 386.769531 155.308594 386.769531 155.308594 391 C 155.308594 395.230469 161.65625 395.230469 161.65625 391 Z M 161.65625 391 "/>
</g>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 206.921875 380.859375 C 206.921875 376.628906 200.578125 376.628906 200.578125 380.859375 C 200.578125 385.089844 206.921875 385.089844 206.921875 380.859375 Z M 206.921875 380.859375 "/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 252.191406 332.1875 C 252.191406 327.957031 245.84375 327.957031 245.84375 332.1875 C 245.84375 336.417969 252.191406 336.417969 252.191406 332.1875 Z M 252.191406 332.1875 "/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 297.457031 184.144531 C 297.457031 179.914062 291.113281 179.914062 291.113281 184.144531 C 291.113281 188.375 297.457031 188.375 297.457031 184.144531 Z M 297.457031 184.144531 "/>
<g clip-path="url(#clip-28-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 342.726562 53 C 342.726562 48.769531 336.382812 48.769531 336.382812 53 C 336.382812 57.230469 342.726562 57.230469 342.726562 53 Z M 342.726562 53 "/>
</g>
<g clip-path="url(#clip-29-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 387.992188 53 C 387.992188 48.769531 381.648438 48.769531 381.648438 53 C 381.648438 57.230469 387.992188 57.230469 387.992188 53 Z M 387.992188 53 "/>
</g>
<g clip-path="url(#clip-30-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 433.261719 53 C 433.261719 48.769531 426.917969 48.769531 426.917969 53 C 426.917969 57.230469 433.261719 57.230469 433.261719 53 Z M 433.261719 53 "/>
</g>
<g clip-path="url(#clip-31-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 478.53125 53 C 478.53125 48.769531 472.183594 48.769531 472.183594 53 C 472.183594 57.230469 478.53125 57.230469 478.53125 53 Z M 478.53125 53 "/>
</g>
<g clip-path="url(#clip-32-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 523.796875 53 C 523.796875 48.769531 517.453125 48.769531 517.453125 53 C 517.453125 57.230469 523.796875 57.230469 523.796875 53 Z M 523.796875 53 "/>
</g>
<g clip-path="url(#clip-33-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 569.066406 53 C 569.066406 48.769531 562.71875 48.769531 562.71875 53 C 562.71875 57.230469 569.066406 57.230469 569.066406 53 Z M 569.066406 53 "/>
</g>
<g clip-path="url(#clip-34-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 113.214844 391 L 113.214844 391 "/>
</g>
<g clip-path="url(#clip-35-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 158.480469 391 L 158.480469 391 "/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 203.75 382.683594 L 203.75 379.035156 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 249.019531 336.238281 L 249.019531 328.136719 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 294.285156 189.351562 L 294.285156 178.933594 "/>
<g clip-path="url(#clip-36-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 108.214844 391 L 118.214844 391 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 108.214844 391 L 118.214844 391 "/>
</g>
<g clip-path="url(#clip-37-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 153.480469 391 L 163.480469 391 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 153.480469 391 L 163.480469 391 "/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 198.75 382.683594 L 208.75 382.683594 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 198.75 379.035156 L 208.75 379.035156 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 244.019531 336.238281 L 254.019531 336.238281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 244.019531 328.136719 L 254.019531 328.136719 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 289.285156 189.351562 L 299.285156 189.351562 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 289.285156 178.9375 L 299.285156 178.9375 "/>
<g clip-path="url(#clip-38-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 77 391 L 158.480469 391 L 203.75 390.660156 L 249.019531 389.984375 L 294.285156 382.886719 L 339.554688 370.042969 L 384.820312 337.597656 L 430.089844 280.472656 L 475.355469 167.582031 L 520.625 144.9375 L 565.894531 93.558594 L 584 81.796875 "/>
</g>
<g clip-path="url(#clip-39-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 116.386719 391 C 116.386719 386.769531 110.042969 386.769531 110.042969 391 C 110.042969 395.230469 116.386719 395.230469 116.386719 391 Z M 116.386719 391 "/>
</g>
<g clip-path="url(#clip-40-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 161.65625 391 C 161.65625 386.769531 155.308594 386.769531 155.308594 391 C 155.308594 395.230469 161.65625 395.230469 161.65625 391 Z M 161.65625 391 "/>
</g>
<g clip-path="url(#clip-41-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 206.921875 390.660156 C 206.921875 386.433594 200.578125 386.433594 200.578125 390.660156 C 200.578125 394.890625 206.921875 394.890625 206.921875 390.660156 Z M 206.921875 390.660156 "/>
</g>
<g clip-path="url(#clip-42-d190a8c7)">
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 252.191406 389.984375 C 252.191406 385.757812 245.84375 385.757812 245.84375 389.984375 C 245.84375 394.214844 252.191406 394.214844 252.191406 389.984375 Z M 252.191406 389.984375 "/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 297.457031 382.886719 C 297.457031 378.65625 291.113281 378.65625 291.113281 382.886719 C 291.113281 387.117188 297.457031 387.117188 297.457031 382.886719 Z M 297.457031 382.886719 "/>
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 342.726562 370.042969 C 342.726562 365.8125 336.382812 365.8125 336.382812 370.042969 C 336.382812 374.273438 342.726562 374.273438 342.726562 370.042969 Z M 342.726562 370.042969 "/>
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 387.992188 337.597656 C 387.992188 333.367188 381.648438 333.367188 381.648438 337.597656 C 381.648438 341.824219 387.992188 341.824219 387.992188 337.597656 Z M 387.992188 337.597656 "/>
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 433.261719 280.472656 C 433.261719 276.242188 426.917969 276.242188 426.917969 280.472656 C 426.917969 284.703125 433.261719 284.703125 433.261719 280.472656 Z M 433.261719 280.472656 "/>
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 478.53125 167.582031 C 478.53125 163.351562 472.183594 163.351562 472.183594 167.582031 C 472.183594 171.8125 478.53125 171.8125 478.53125 167.582031 Z M 478.53125 167.582031 "/>
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 523.796875 144.9375 C 523.796875 140.707031 517.453125 140.707031 517.453125 144.9375 C 517.453125 149.164062 523.796875 149.164062 523.796875 144.9375 Z M 523.796875 144.9375 "/>
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 569.066406 93.558594 C 569.066406 89.328125 562.71875 89.328125 562.71875 93.558594 C 562.71875 97.789062 569.066406 97.789062 569.066406 93.558594 Z M 569.066406 93.558594 "/>
<g clip-path="url(#clip-43-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 113.214844 391 L 113.214844 391 "/>
</g>
<g clip-path="url(#clip-44-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 158.480469 391 L 158.480469 391 "/>
</g>
<g clip-path="url(#clip-45-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 203.75 391 L 203.75 390.324219 "/>
</g>
<g clip-path="url(#clip-46-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 249.019531 390.570312 L 249.019531 389.402344 "/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 294.285156 384.523438 L 294.285156 381.253906 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 339.554688 372.621094 L 339.554688 367.464844 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 384.820312 341.496094 L 384.820312 333.699219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 430.089844 285.488281 L 430.089844 275.460938 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 475.355469 172.640625 L 475.355469 162.523438 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 520.625 149.691406 L 520.625 140.179688 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 565.894531 97.035156 L 565.894531 90.085938 "/>
<g clip-path="url(#clip-47-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 108.214844 391 L 118.214844 391 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 108.214844 391 L 118.214844 391 "/>
</g>
<g clip-path="url(#clip-48-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 153.480469 391 L 163.480469 391 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 153.480469 391 L 163.480469 391 "/>
</g>
<g clip-path="url(#clip-49-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 198.75 391 L 208.75 391 "/>
</g>
<g clip-path="url(#clip-50-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 198.75 390.324219 L 208.75 390.324219 "/>
</g>
<g clip-path="url(#clip-51-d190a8c7)">
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 244.019531 390.570312 L 254.019531 390.570312 "/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 244.019531 389.402344 L 254.019531 389.402344 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 289.285156 384.523438 L 299.285156 384.523438 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 289.285156 381.253906 L 299.285156 381.253906 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 334.554688 372.621094 L 344.554688 372.621094 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 334.554688 367.464844 L 344.554688 367.464844 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 379.820312 341.496094 L 389.820312 341.496094 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 379.820312 333.699219 L 389.820312 333.699219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 425.089844 285.488281 L 435.089844 285.488281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 425.089844 275.460938 L 435.089844 275.460938 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 470.355469 172.640625 L 480.355469 172.640625 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 470.355469 162.523438 L 480.355469 162.523438 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 515.625 149.691406 L 525.625 149.691406 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 515.625 140.179688 L 525.625 140.179688 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 560.894531 97.035156 L 570.894531 97.035156 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="1.154701" d="M 560.894531 90.085938 L 570.894531 90.085938 "/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 447 385 L 578 385 L 578 284 L 447 284 Z M 447 385 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 203.75 391.5 L 203.75 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 330.5 391.5 L 330.5 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 457.25 391.5 L 457.25 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 584 391.5 L 584 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 76.5 391 L 71.5 391 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 76.5 222 L 71.5 222 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 76.5 53 L 71.5 53 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 452.925781 300 L 472.925781 300 "/>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 466.097656 300 C 466.097656 295.769531 459.753906 295.769531 459.753906 300 C 459.753906 304.230469 466.097656 304.230469 466.097656 300 Z M 466.097656 300 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 50.196081%, 0%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 452.925781 323 L 472.925781 323 "/>
<path fill-rule="nonzero" fill="rgb(0%, 50.196081%, 0%)" fill-opacity="0.8" d="M 466.097656 323 C 466.097656 318.769531 459.753906 318.769531 459.753906 323 C 459.753906 327.230469 466.097656 327.230469 466.097656 323 Z M 466.097656 323 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 100%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 452.925781 346 L 472.925781 346 "/>
<path fill-rule="nonzero" fill="rgb(0%, 0%, 100%)" fill-opacity="0.8" d="M 466.097656 346 C 466.097656 341.769531 459.753906 341.769531 459.753906 346 C 459.753906 350.230469 466.097656 350.230469 466.097656 346 Z M 466.097656 346 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(100%, 0%, 0%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 452.925781 369 L 472.925781 369 "/>
<path fill-rule="nonzero" fill="rgb(100%, 0%, 0%)" fill-opacity="0.8" d="M 466.097656 369 C 466.097656 364.769531 459.753906 364.769531 459.753906 369 C 459.753906 373.230469 466.097656 373.230469 466.097656 369 Z M 466.097656 369 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5-d190a8c7" x="477.924957" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-1-d190a8c7" x="481.816986" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3-d190a8c7" x="488.816956" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-6-d190a8c7" x="496.600983" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-7-d190a8c7" x="499.708984" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-8-d190a8c7" x="506.708984" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-9-d190a8c7" x="514.492981" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-10-d190a8c7" x="517.600952" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-1-d190a8c7" x="521.492981" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="526.154968" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="533.938965" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-d190a8c7" x="541.722961" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="549.506958" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-11-d190a8c7" x="557.290955" y="305.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5-d190a8c7" x="477.924957" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-1-d190a8c7" x="481.816986" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3-d190a8c7" x="488.816956" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-6-d190a8c7" x="496.600983" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-7-d190a8c7" x="499.708984" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-8-d190a8c7" x="506.708984" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-9-d190a8c7" x="514.492981" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-10-d190a8c7" x="517.600952" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-1-d190a8c7" x="521.492981" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="526.154968" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="533.938965" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-d190a8c7" x="541.722961" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="549.506958" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-11-d190a8c7" x="557.290955" y="328.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-2-d190a8c7" x="477.925018" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-3-d190a8c7" x="484.925018" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-4-d190a8c7" x="492.708984" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-4-d190a8c7" x="500.493011" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5-d190a8c7" x="505.155029" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-12-d190a8c7" x="509.046997" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0-d190a8c7" x="516.830994" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5-d190a8c7" x="523.830994" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-10-d190a8c7" x="527.723022" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-0-d190a8c7" x="531.61499" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="536.276978" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-4-d190a8c7" x="544.060974" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-13-d190a8c7" x="551.844971" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-2-d190a8c7" x="559.629028" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-1-d190a8c7" x="567.412964" y="351.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-5-d190a8c7" x="477.925018" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-6-d190a8c7" x="481.03302" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-14-d190a8c7" x="488.816986" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5-d190a8c7" x="496.600983" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-12-d190a8c7" x="504.38501" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0-d190a8c7" x="512.169006" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-5-d190a8c7" x="519.169006" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-3-d190a8c7" x="523.061035" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-15-d190a8c7" x="526.953003" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-2-d190a8c7" x="531.61499" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-4-d190a8c7" x="539.399048" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-16-d190a8c7" x="547.182983" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-13-d190a8c7" x="554.96698" y="374.102997"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-11-d190a8c7" x="562.750977" y="374.102997"/>
</g>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 76.5 391 L 584.5 391 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 77 391.5 L 77 52.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 76.5 53 L 584.5 53 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 584 391.5 L 584 52.5 "/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="450" viewBox="0 0 600 450">
<defs>
<g>
<g id="glyph-0-0-a5366a68">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-0-1-a5366a68">
<path d="M 7.03125 0 C 7.03125 0 5.59375 0 5.59375 0 C 5.59375 0 3.109375 -3.96875 3.109375 -3.96875 C 3.109375 -3.96875 1.96875 -2.859375 1.96875 -2.859375 C 1.96875 -2.859375 1.96875 0 1.96875 0 C 1.96875 0 0.8125 0 0.8125 0 C 0.8125 0 0.8125 -10.203125 0.8125 -10.203125 C 0.8125 -10.203125 1.96875 -10.203125 1.96875 -10.203125 C 1.96875 -10.203125 1.96875 -4.234375 1.96875 -4.234375 C 1.96875 -4.234375 5.078125 -7.34375 5.078125 -7.34375 C 5.078125 -7.34375 6.578125 -7.34375 6.578125 -7.34375 C 6.578125 -7.34375 4.03125 -4.796875 4.03125 -4.796875 C 4.03125 -4.796875 7.03125 0 7.03125 0 Z M 7.03125 0 "/>
</g>
<g id="glyph-0-2-a5366a68">
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
</g>
<g id="glyph-0-3-a5366a68">
</g>
<g id="glyph-0-4-a5366a68">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-0-5-a5366a68">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-0-6-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-1-0-a5366a68">
<path d="M 9.90625 -7.34375 C 9.90625 -7.34375 7.75 0 7.75 0 C 7.75 0 6.421875 0 6.421875 0 C 6.421875 0 4.9375 -5.75 4.9375 -5.75 C 4.9375 -5.75 3.53125 0 3.53125 0 C 3.53125 0 2.21875 0 2.21875 0 C 2.21875 0 0.078125 -7.34375 0.078125 -7.34375 C 0.078125 -7.34375 1.375 -7.34375 1.375 -7.34375 C 1.375 -7.34375 2.875 -1.625 2.875 -1.625 C 2.875 -1.625 4.265625 -7.34375 4.265625 -7.34375 C 4.265625 -7.34375 5.703125 -7.34375 5.703125 -7.34375 C 5.703125 -7.34375 7.140625 -1.625 7.140625 -1.625 C 7.140625 -1.625 8.59375 -7.34375 8.59375 -7.34375 C 8.59375 -7.34375 9.90625 -7.34375 9.90625 -7.34375 Z M 9.90625 -7.34375 "/>
</g>
<g id="glyph-2-0-a5366a68">
<path d="M 3.96875 -10.203125 C 3.96875 -10.203125 0.65625 0.28125 0.65625 0.28125 C 0.65625 0.28125 -0.109375 0.28125 -0.109375 0.28125 C -0.109375 0.28125 3.203125 -10.203125 3.203125 -10.203125 C 3.203125 -10.203125 3.96875 -10.203125 3.96875 -10.203125 Z M 3.96875 -10.203125 "/>
</g>
<g id="glyph-2-1-a5366a68">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-3-0-a5366a68">
<path d="M 7.21875 -3.03125 C 7.21875 -3.03125 0.953125 -3.03125 0.953125 -3.03125 C 0.953125 -3.03125 0.953125 -3.96875 0.953125 -3.96875 C 0.953125 -3.96875 7.21875 -3.96875 7.21875 -3.96875 C 7.21875 -3.96875 7.21875 -3.03125 7.21875 -3.03125 Z M 7.21875 -3.03125 "/>
</g>
<g id="glyph-4-0-a5366a68">
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
</g>
<g id="glyph-5-0-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-6-0-a5366a68">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-6-1-a5366a68">
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
</g>
<g id="glyph-7-0-a5366a68">
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
</g>
<g id="glyph-8-0-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-9-0-a5366a68">
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
</g>
<g id="glyph-10-0-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-11-0-a5366a68">
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
</g>
<g id="glyph-12-0-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-13-0-a5366a68">
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
</g>
<g id="glyph-14-0-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-15-0-a5366a68">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-16-0-a5366a68">
<path d="M 7.671875 0 C 7.671875 0 5.375 0 5.375 0 C 5.375 0 3.5625 -3.328125 3.5625 -3.328125 C 3.5625 -3.328125 2.78125 -2.484375 2.78125 -2.484375 C 2.78125 -2.484375 2.78125 0 2.78125 0 C 2.78125 0 0.828125 0 0.828125 0 C 0.828125 0 0.828125 -10.203125 0.828125 -10.203125 C 0.828125 -10.203125 2.78125 -10.203125 2.78125 -10.203125 C 2.78125 -10.203125 2.78125 -4.625 2.78125 -4.625 C 2.78125 -4.625 5.265625 -7.5625 5.265625 -7.5625 C 5.265625 -7.5625 7.484375 -7.5625 7.484375 -7.5625 C 7.484375 -7.5625 4.90625 -4.703125 4.90625 -4.703125 C 4.90625 -4.703125 7.671875 0 7.671875 0 Z M 7.671875 0 "/>
</g>
<g id="glyph-16-1-a5366a68">
<path d="M 7.34375 -3.5 C 7.34375 -3.5 7.34375 -3.265625 7.34375 -3.265625 C 7.34375 -3.265625 2.265625 -3.265625 2.265625 -3.265625 C 2.328125 -1.796875 2.90625 -1.375 3.84375 -1.375 C 4.546875 -1.375 5.171875 -1.578125 5.328125 -2.125 C 5.328125 -2.125 7.265625 -2.125 7.265625 -2.125 C 6.828125 -0.640625 5.453125 0.125 3.765625 0.125 C 1.625 0.125 0.3125 -1.265625 0.3125 -3.6875 C 0.3125 -6.21875 1.640625 -7.6875 3.8125 -7.6875 C 6.03125 -7.6875 7.34375 -6.109375 7.34375 -3.5 Z M 5.3125 -4.5625 C 5.203125 -5.640625 4.625 -6.1875 3.78125 -6.1875 C 2.90625 -6.1875 2.421875 -5.609375 2.296875 -4.5625 C 2.296875 -4.5625 5.3125 -4.5625 5.3125 -4.5625 Z M 5.3125 -4.5625 "/>
</g>
<g id="glyph-16-2-a5366a68">
<path d="M 10.71875 -7.5625 C 10.71875 -7.5625 8.578125 0 8.578125 0 C 8.578125 0 6.546875 0 6.546875 0 C 6.546875 0 5.421875 -5.328125 5.421875 -5.328125 C 5.421875 -5.328125 4.21875 0 4.21875 0 C 4.21875 0 2.203125 0 2.203125 0 C 2.203125 0 0.0625 -7.5625 0.0625 -7.5625 C 0.0625 -7.5625 2.09375 -7.5625 2.09375 -7.5625 C 2.09375 -7.5625 3.296875 -2.265625 3.296875 -2.265625 C 3.296875 -2.265625 4.453125 -7.5625 4.453125 -7.5625 C 4.453125 -7.5625 6.40625 -7.5625 6.40625 -7.5625 C 6.40625 -7.5625 7.546875 -2.265625 7.546875 -2.265625 C 7.546875 -2.265625 8.6875 -7.5625 8.6875 -7.5625 C 8.6875 -7.5625 10.71875 -7.5625 10.71875 -7.5625 Z M 10.71875 -7.5625 "/>
</g>
<g id="glyph-17-0-a5366a68">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-18-0-a5366a68">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-18-1-a5366a68">
</g>
<g id="glyph-18-2-a5366a68">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-18-3-a5366a68">
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
</g>
<g id="glyph-18-4-a5366a68">
<path d="M 8.578125 -7.03125 C 7.9375 -6.84375 7.265625 -6.734375 6.59375 -6.65625 C 7.234375 -5.984375 7.59375 -4.953125 7.59375 -3.609375 C 7.59375 -1.203125 6.328125 0.203125 4.265625 0.203125 C 2.1875 0.203125 0.953125 -1.203125 0.953125 -3.671875 C 0.953125 -6.125 2.203125 -7.546875 4.25 -7.546875 C 4.59375 -7.546875 4.90625 -7.5 5.1875 -7.4375 C 6.25 -7.53125 7.28125 -7.765625 8.296875 -8.0625 C 8.296875 -8.0625 8.578125 -7.03125 8.578125 -7.03125 Z M 6.375 -3.625 C 6.375 -5.453125 5.59375 -6.46875 4.265625 -6.46875 C 2.96875 -6.46875 2.171875 -5.4375 2.171875 -3.671875 C 2.171875 -1.890625 2.96875 -0.875 4.265625 -0.875 C 5.5625 -0.875 6.375 -1.90625 6.375 -3.625 Z M 6.375 -3.625 "/>
</g>
<g id="glyph-18-5-a5366a68">
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
</g>
<g id="glyph-18-6-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-18-7-a5366a68">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-18-8-a5366a68">
<path d="M 7.28125 -8.6875 C 5.1875 -6.203125 3.796875 -3.203125 3.25 0 C 3.25 0 1.9375 0 1.9375 0 C 2.625 -3.109375 4.03125 -6 6 -8.5 C 6 -8.5 0.640625 -8.5 0.640625 -8.5 C 0.640625 -8.5 0.640625 -9.71875 0.640625 -9.71875 C 0.640625 -9.71875 7.28125 -9.71875 7.28125 -9.71875 C 7.28125 -9.71875 7.28125 -8.6875 7.28125 -8.6875 Z M 7.28125 -8.6875 "/>
</g>
<g id="glyph-19-0-a5366a68">
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
</g>
<g id="glyph-19-1-a5366a68">
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
</g>
<g id="glyph-19-2-a5366a68">
</g>
<g id="glyph-19-3-a5366a68">
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
</g>
<g id="glyph-20-0-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-20-1-a5366a68">
</g>
<g id="glyph-21-0-a5366a68">
<path d="M 7.78125 0 C 7.78125 0 6.640625 0 6.640625 0 C 6.640625 0 6.640625 -0.640625 6.640625 -0.640625 C 6.171875 -0.140625 5.578125 0.171875 4.84375 0.171875 C 4.109375 0.171875 3.515625 -0.140625 3.046875 -0.640625 C 3.046875 -0.640625 3.046875 3.21875 3.046875 3.21875 C 3.046875 3.21875 1.90625 3.21875 1.90625 3.21875 C 1.90625 3.21875 1.90625 -7.34375 1.90625 -7.34375 C 1.90625 -7.34375 3.046875 -7.34375 3.046875 -7.34375 C 3.046875 -7.34375 3.046875 -2.671875 3.046875 -2.671875 C 3.296875 -1.6875 3.890625 -0.890625 4.84375 -0.890625 C 5.796875 -0.890625 6.390625 -1.6875 6.640625 -2.671875 C 6.640625 -2.671875 6.640625 -7.34375 6.640625 -7.34375 C 6.640625 -7.34375 7.78125 -7.34375 7.78125 -7.34375 C 7.78125 -7.34375 7.78125 0 7.78125 0 Z M 7.78125 0 "/>
</g>
<g id="glyph-21-1-a5366a68">
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
</g>
<g id="glyph-21-2-a5366a68">
</g>
<g id="glyph-21-3-a5366a68">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-21-4-a5366a68">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-21-5-a5366a68">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-22-0-a5366a68">
</g>
<g id="glyph-23-0-a5366a68">
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
</g>
</g>
</defs>
<rect x="-60" y="-45" width="720" height="540" fill="rgb(100%, 100%, 100%)" fill-opacity="1"/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 41 391 L 584 391 L 584 36 L 41 36 Z M 41 391 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 90.363281 391 L 90.363281 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 243.9375 391 L 243.9375 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 397.515625 391 L 397.515625 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 551.089844 391 L 551.089844 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 374.863281 L 584 374.863281 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 323.636719 L 584 323.636719 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 272.410156 L 584 272.410156 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 221.183594 L 584 221.183594 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 169.957031 L 584 169.957031 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 118.730469 L 584 118.730469 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 67.503906 L 584 67.503906 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0-a5366a68" x="283.324005" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1-a5366a68" x="290.324005" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2-a5366a68" x="297.324005" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0-a5366a68" x="305.108002" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3-a5366a68" x="315.216003" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0-a5366a68" x="319.107971" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-4-a5366a68" x="326.891998" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1-a5366a68" x="334.675995" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0-a5366a68" x="82.383636" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5-a5366a68" x="90.559639" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-6-a5366a68" x="240.047394" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5-a5366a68" x="393.623138" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-0-a5366a68" x="547.198914" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-5-0-a5366a68" x="23.216003" y="379.966644"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-6-0-a5366a68" x="15.432" y="328.740082"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-5-0-a5366a68" x="23.216003" y="328.740082"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-7-0-a5366a68" x="15.432" y="277.51355"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-8-0-a5366a68" x="23.216003" y="277.51355"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-9-0-a5366a68" x="15.432" y="226.286972"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-0-a5366a68" x="23.216003" y="226.286972"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-0-a5366a68" x="15.432" y="175.06044"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-12-0-a5366a68" x="23.216003" y="175.06044"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-6-1-a5366a68" x="15.432" y="123.833862"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-5-0-a5366a68" x="23.216003" y="123.833862"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-13-0-a5366a68" x="15.432" y="72.60733"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-0-a5366a68" x="23.216003" y="72.60733"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-15-0-a5366a68" x="291.485992" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-0-a5366a68" x="299.269989" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-1-a5366a68" x="307.053986" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-2-a5366a68" x="314.838013" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-17-0-a5366a68" x="325.730011" y="28.947996"/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 65.683594 374.863281 L 76.652344 374.863281 L 76.652344 359.496094 L 82.136719 359.496094 L 82.136719 374.863281 L 93.105469 374.863281 L 93.105469 364.617188 L 98.589844 364.617188 L 98.589844 359.496094 L 104.074219 359.496094 L 104.074219 354.371094 L 109.5625 354.371094 L 109.5625 364.617188 L 115.046875 364.617188 L 115.046875 349.25 L 120.53125 349.25 L 120.53125 328.757812 L 126.015625 328.757812 L 126.015625 313.390625 L 131.5 313.390625 L 131.5 339.003906 L 136.984375 339.003906 L 136.984375 303.144531 L 142.46875 303.144531 L 142.46875 272.410156 L 147.953125 272.410156 L 147.953125 298.023438 L 153.4375 298.023438 L 153.4375 323.636719 L 158.925781 323.636719 L 158.925781 292.902344 L 164.410156 292.902344 L 164.410156 257.042969 L 169.894531 257.042969 L 169.894531 292.902344 L 175.378906 292.902344 L 175.378906 251.921875 L 180.863281 251.921875 L 180.863281 241.675781 L 186.347656 241.675781 L 186.347656 257.042969 L 191.832031 257.042969 L 191.832031 267.289062 L 197.316406 267.289062 L 197.316406 241.675781 L 202.804688 241.675781 L 202.804688 149.46875 L 208.289062 149.46875 L 208.289062 241.675781 L 213.773438 241.675781 L 213.773438 216.0625 L 219.257812 216.0625 L 219.257812 175.082031 L 224.742188 175.082031 L 224.742188 200.695312 L 230.226562 200.695312 L 230.226562 52.136719 L 235.710938 52.136719 L 235.710938 195.570312 L 241.195312 195.570312 L 241.195312 82.871094 L 246.683594 82.871094 L 246.683594 169.957031 L 252.167969 169.957031 L 252.167969 108.484375 L 257.652344 108.484375 L 257.652344 154.589844 L 263.136719 154.589844 L 263.136719 169.957031 L 268.621094 169.957031 L 268.621094 108.484375 L 274.105469 108.484375 L 274.105469 195.570312 L 279.589844 195.570312 L 279.589844 149.46875 L 285.074219 149.46875 L 285.074219 210.9375 L 290.5625 210.9375 L 290.5625 123.855469 L 296.046875 123.855469 L 296.046875 180.203125 L 301.53125 180.203125 L 301.53125 231.429688 L 307.015625 231.429688 L 307.015625 169.957031 L 312.5 169.957031 L 312.5 200.695312 L 317.984375 200.695312 L 317.984375 246.796875 L 323.46875 246.796875 L 323.46875 210.9375 L 328.953125 210.9375 L 328.953125 195.570312 L 334.4375 195.570312 L 334.4375 221.183594 L 339.925781 221.183594 L 339.925781 246.796875 L 345.410156 246.796875 L 345.410156 226.304688 L 350.894531 226.304688 L 350.894531 267.289062 L 356.378906 267.289062 L 356.378906 287.777344 L 361.863281 287.777344 L 361.863281 298.023438 L 367.347656 298.023438 L 367.347656 277.53125 L 372.832031 277.53125 L 372.832031 267.289062 L 378.316406 267.289062 L 378.316406 313.390625 L 389.289062 313.390625 L 389.289062 328.757812 L 400.257812 328.757812 L 400.257812 339.003906 L 405.742188 339.003906 L 405.742188 333.882812 L 411.226562 333.882812 L 411.226562 328.757812 L 416.710938 328.757812 L 416.710938 344.128906 L 422.195312 344.128906 L 422.195312 333.882812 L 427.683594 333.882812 L 427.683594 359.496094 L 433.167969 359.496094 L 433.167969 354.371094 L 438.652344 354.371094 L 438.652344 359.496094 L 449.621094 359.496094 L 449.621094 369.742188 L 455.105469 369.742188 L 455.105469 374.863281 L 471.5625 374.863281 L 471.5625 369.742188 L 482.53125 369.742188 L 482.53125 374.863281 L 542.863281 374.863281 L 542.863281 369.742188 L 548.347656 369.742188 L 548.347656 374.863281 L 559.316406 374.863281 "/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 482 107 L 574 107 L 574 46 L 482 46 Z M 482 107 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 90.363281 391.5 L 90.363281 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 243.9375 391.5 L 243.9375 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 397.515625 391.5 L 397.515625 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 551.089844 391.5 L 551.089844 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 374.863281 L 35.5 374.863281 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 323.636719 L 35.5 323.636719 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 272.410156 L 35.5 272.410156 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 221.183594 L 35.5 221.183594 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 169.957031 L 35.5 169.957031 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 118.730469 L 35.5 118.730469 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 67.503906 L 35.5 67.503906 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 488.058594 76.5 L 508.058594 76.5 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-0-a5366a68" x="513.059998" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-1-a5366a68" x="520.843994" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-0-a5366a68" x="524.736023" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-1-a5366a68" x="532.911987" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-2-a5366a68" x="536.804016" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-1-a5366a68" x="544.588013" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-0-a5366a68" x="552.371948" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-3-a5366a68" x="560.156006" y="65.292999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-0-a5366a68" x="513.059998" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-0-a5366a68" x="522.748047" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-1-a5366a68" x="526.640015" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-2-a5366a68" x="534.81604" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-3-a5366a68" x="538.708008" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-4-a5366a68" x="546.492004" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-5-a5366a68" x="550.383972" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-0-a5366a68" x="558.167969" y="81.603004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-4-a5366a68" x="513.059998" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-2-a5366a68" x="522.118042" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-5-a5366a68" x="526.01001" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-1-a5366a68" x="534.185974" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-6-a5366a68" x="538.078003" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-7-a5366a68" x="545.862" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-3-a5366a68" x="549.754028" y="97.912994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-8-a5366a68" x="557.537964" y="97.912994"/>
</g>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 391 L 584.5 391 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 41 391.5 L 41 35.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 36 L 584.5 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 584 391.5 L 584 35.5 "/>
</svg>
### A Pluto.jl notebook ###
# v0.20.2
using Markdown
using InteractiveUtils
# ╔═╡ cba1228a-b95e-11ef-0e06-5df9120a08ad
begin
using Pkg
Pkg.activate(".")
end
# ╔═╡ 0f44ab6d-8f68-495e-95b9-9168cdf22004
begin
using SQLite
using DataFrames
using CairoMakie
using Dates
end
# ╔═╡ 436f0b91-4cc8-4c22-b625-cfd4779e20ec
db = SQLite.DB("../psboard_qaqc.db")
# ╔═╡ 085176e5-c0f9-4cf2-8416-581a8d20c941
SQLite.tables(db)
# ╔═╡ 363afd96-5b0d-4b09-b480-64a40ddce8cd
qaqc_single_run_results =
DBInterface.execute(db, "select * from qaqc_single_run_results") |> DataFrame
# ╔═╡ 0467fb45-6b97-4148-8343-0e4b06a7c2ec
qaqc_runs = let
df = DBInterface.execute(db, "select * from qaqc_runs") |> DataFrame
transform!(df, :run_datetime => ByRow(passmissing(DateTime)) => :run_datetime)
df
end
# ╔═╡ 4c30b33a-e15e-4b3c-a0f5-50184e7a711f
qaqc_campaigns = let
df = DBInterface.execute(db, "select * from qaqc_campaigns") |> DataFrame
transform!(
df,
:start_date => ByRow(DateTime) => :start_date,
:end_date => ByRow(DateTime) => :end_date,
)
df
end
# ╔═╡ 560bbdc3-26a4-4fe9-8459-e5ecaad04082
qaqc_dispatch = let
df = DBInterface.execute(db, "select * from qaqc_dispatch") |> DataFrame
transform!(df, :qaqc_campaign_id => ByRow(x -> begin
if x == 0
x + 1
else
x
end
end) => :qaqc_campaign_id)
df
end
# ╔═╡ 89d90098-0324-4bc0-8881-819cd8685f5c
df_num_tested_boards = let
df = leftjoin(
select(qaqc_single_run_results, [:psboard_id, :runid]),
qaqc_runs,
on = :runid => :id,
)
sort!(df, :runid)
df = combine(groupby(df, :psboard_id), first)
df = combine(
groupby(df, :campaign_id),
:psboard_id => length unique => :num_tested_boards,
)
df = leftjoin(df, qaqc_campaigns, on = :campaign_id => :id)
df.num_total_tested = accumulate(+, df.num_tested_boards)
disallowmissing!(df, :end_date)
df
end
# ╔═╡ fa7565e0-2662-4f2c-8e1c-8f6158557d58
df_num_dispatched = let
df = combine(groupby(qaqc_dispatch, :qaqc_campaign_id), nrow => :num_dispatched)
df.num_total_dispatched = accumulate(+, df.num_dispatched)
df = leftjoin(df, qaqc_campaigns, on = :qaqc_campaign_id => :id)
disallowmissing!(df, :end_date)
df
end
# ╔═╡ 8a2ae739-0da0-49cc-9614-74ac7e133599
let
fig = Figure(size = (600, 400))
ax = Axis(fig[1, 1], limits = (nothing, (0, 1500)), title = "PS-Board QAQC progress")
n_campaings = nrow(df_num_dispatched)
num_testeds = let
v = df_num_tested_boards.num_total_tested |> copy
hcat([0, v[1:(end - 1)]...], v) |> transpose |> (a -> reshape(a, 2 * n_campaings))
end
num_dispatched = let
v = df_num_dispatched.num_total_dispatched |> copy
hcat([0, v[1:(end - 1)]...], v) |> transpose |> (a -> reshape(a, 2 * n_campaings))
end
start_end_dates =
vcat(
reshape(df_num_dispatched.start_date, (1, n_campaings)),
reshape(df_num_dispatched.end_date, (1, n_campaings)),
) |>
(a -> reshape(a, 12)) |>
skipmissing |>
collect
@info "" num_testeds num_dispatched
lines!(ax, start_end_dates, num_testeds, label = "tested")
lines!(ax, start_end_dates, num_dispatched, label = "passed")
middle_dates = let
starts = df_num_dispatched.start_date
@. (df_num_dispatched.end_date - starts) / 2 + starts
end
text!(
ax,
middle_dates,
df_num_tested_boards.num_total_tested,
text = ["1st", "2nd", "3rd", ("$(i)th" for i in 4:n_campaings)...],
align = (:center, :bottom),
)
axislegend(position = :rb)
save("qaqc_progress.svg", fig)
fig
end
# ╔═╡ Cell order:
# ╠═cba1228a-b95e-11ef-0e06-5df9120a08ad
# ╠═0f44ab6d-8f68-495e-95b9-9168cdf22004
# ╠═436f0b91-4cc8-4c22-b625-cfd4779e20ec
# ╠═085176e5-c0f9-4cf2-8416-581a8d20c941
# ╠═363afd96-5b0d-4b09-b480-64a40ddce8cd
# ╠═0467fb45-6b97-4148-8343-0e4b06a7c2ec
# ╠═4c30b33a-e15e-4b3c-a0f5-50184e7a711f
# ╠═560bbdc3-26a4-4fe9-8459-e5ecaad04082
# ╠═89d90098-0324-4bc0-8881-819cd8685f5c
# ╠═fa7565e0-2662-4f2c-8e1c-8f6158557d58
# ╠═8a2ae739-0da0-49cc-9614-74ac7e133599
psboard_id,runid,reset_failed_though_reconfig_done
49,20,
43,20,
51,20,
57,20,
59,20,
65,20,
67,20,
73,20,
75,20,
50,20,
44,20,
44,90,0
52,20,
58,20,
60,20,
66,20,
68,20,
74,20,
74,90,0
76,20,
41,27,0
45,27,0
47,27,0
53,27,0
55,27,0
61,27,0
63,27,0
69,27,0
71,27,0
42,27,0
46,27,0
48,27,0
54,27,0
56,27,0
62,27,0
62,90,0
64,27,0
70,27,0
72,27,0
36,28,0
101,28,0
80,28,0
116,28,0
104,28,0
108,28,0
107,28,0
112,28,0
114,28,0
78,28,0
77,28,0
79,28,0
105,28,0
109,28,0
110,28,0
106,28,0
103,28,0
103,90,0
111,28,0
115,31,0
118,31,0
180,31,0
182,31,0
183,31,0
187,31,0
189,31,0
193,31,0
190,31,0
117,31,0
119,31,0
181,31,0
185,31,0
184,31,0
188,31,0
186,31,0
192,31,0
191,31,0
170,34,0
194,34,0
113,34,0
198,34,0
160,34,100
160,90,0
168,34,0
167,34,0
166,34,0
165,34,0
169,34,0
195,34,0
196,34,0
196,90,0
197,34,0
199,34,0
162,34,0
164,34,0
164,90,0
161,34,0
163,34,0
173,36,0
172,36,0
171,36,0
179,36,0
176,36,0
120,36,0
123,36,0
126,36,0
127,36,0
127,90,0
174,36,0
175,36,0
178,36,0
121,36,0
177,36,0
124,36,0
122,36,0
128,36,0
125,36,0
135,40,0
130,40,0
129,40,0
158,40,0
139,40,0
156,40,0
134,40,0
157,40,0
153,40,0
136,40,0
137,40,0
137,90,0
138,40,0
133,40,0
159,40,0
131,40,0
155,40,0
154,40,0
152,42,0
148,42,0
150,42,0
145,42,0
147,42,0
140,42,0
143,42,0
219,42,0
218,42,0
151,42,0
144,42,0
149,42,21
149,90,0
142,42,0
146,42,0
200,42,0
141,42,0
216,42,0
217,42,0
214,46,0
213,46,0
212,46,0
207,46,0
208,46,0
205,46,0
203,46,0
201,46,0
238,46,0
211,46,0
210,46,0
209,46,0
206,46,0
204,46,0
204,90,0
202,46,0
239,46,0
237,46,0
235,49,0
231,49,0
232,49,0
228,49,0
230,49,0
225,49,0
226,49,0
222,49,0
221,49,0
215,49,0
234,49,0
233,49,0
227,49,0
229,49,0
224,49,0
223,49,0
220,49,0
132,90,0
324,67,0
321,67,0
320,67,0
325,67,0
334,67,0
332,67,0
327,67,0
323,67,0
322,67,0
322,90,0
326,67,0
330,67,0
328,67,0
335,67,0
335,90,0
333,67,0
336,70,0
331,70,0
338,70,0
260,70,0
262,70,0
264,70,0
267,70,0
268,70,0
269,70,0
337,70,0
329,70,0
339,70,0
261,70,0
263,70,0
265,70,0
266,70,0
270,70,0
270,90,0
271,70,0
273,73,0
272,73,0
277,73,0
278,73,0
318,73,0
316,73,0
315,73,0
314,73,0
311,73,0
274,73,0
275,73,0
276,73,0
279,73,0
317,73,0
319,73,0
310,73,0
313,73,0
312,73,0
304,76,0
352,76,0
357,76,0
305,76,0
305,90,0
300,76,0
302,76,0
356,76,0
356,90,0
308,76,0
307,76,0
301,76,0
354,76,0
355,76,0
306,76,0
303,76,0
358,76,0
359,76,0
309,76,0
353,76,0
351,80,0
349,80,0
346,80,0
342,80,0
348,80,0
343,80,0
340,80,0
380,80,0
382,80,0
350,80,0
347,80,0
345,80,0
341,80,0
344,80,0
399,80,0
381,80,0
398,80,0
397,80,0
293,82,0
296,82,0
383,82,0
388,82,0
393,82,0
386,82,0
390,82,0
394,82,0
392,82,0
298,82,0
297,82,0
385,82,0
389,82,0
391,82,0
387,82,0
384,82,0
396,82,0
395,82,0
280,90,0
286,84,0
240,84,0
241,84,0
282,84,0
289,84,0
287,84,0
294,84,0
292,84,0
283,84,0
281,84,0
242,84,0
285,84,0
284,84,0
288,84,0
290,84,0
295,84,0
291,84,100
256,86,0
243,86,0
255,86,87
248,86,0
246,86,0
245,86,0
250,86,0
254,86,0
257,86,0
258,86,0
247,86,0
253,86,0
249,86,0
244,86,0
251,86,0
259,86,0
252,86,0
360,86,0
365,88,0
371,88,0
375,88,0
377,88,0
378,88,100
364,88,0
362,88,0
372,88,0
374,88,0
367,88,0
376,88,0
373,88,0
363,88,0
366,88,0
368,88,0
361,88,0
370,88,0
369,88,0
127,90,0
204,90,0
44,90,0
137,90,0
356,90,0
335,90,0
160,90,0
149,90,0
74,90,0
196,90,0
270,90,0
305,90,0
103,90,0
62,90,0
280,90,0
322,90,0
132,90,0
164,90,0
127,93,0
204,93,0
44,93,0
137,93,0
356,93,0
335,93,0
160,93,0
149,93,0
74,93,0
196,93,0
270,93,0
305,93,0
103,93,0
62,93,0
280,93,0
322,93,0
132,93,0
164,93,0
393,95,0
378,95,0
324,95,0
316,95,0
292,95,0
291,95,0
255,95,70
233,95,0
226,95,0
210,95,0
203,95,0
198,95,0
184,95,0
183,95,0
165,95,0
135,95,0
64,95,0
379,99,
401,99,
403,99,
405,99,
407,99,
409,99,
411,99,
413,99,
415,99,
400,99,
402,99,
404,99,
406,99,
408,99,
410,99,
412,99,
414,99,
416,99,
417,102,0
419,102,0
421,102,0
423,102,0
425,102,0
427,102,0
429,102,0
431,102,0
433,102,0
418,102,0
420,102,0
422,102,0
424,102,0
426,102,0
428,102,0
430,102,0
432,102,0
434,102,0
435,104,0
437,104,0
439,104,0
441,104,0
443,104,0
445,104,0
447,104,0
449,104,0
451,104,0
436,104,0
438,104,0
440,104,0
442,104,0
444,104,0
446,104,0
448,104,0
450,104,0
452,104,0
453,106,0
455,106,0
457,106,0
459,106,0
461,106,0
463,106,0
465,106,0
467,106,0
469,106,0
454,106,0
456,106,0
458,106,0
460,106,0
462,106,0
464,106,0
466,106,0
468,106,0
470,106,0
471,108,0
473,108,0
475,108,0
477,108,0
479,108,0
481,108,0
483,108,0
485,108,0
487,108,0
472,108,0
474,108,0
476,108,0
478,108,0
480,108,0
482,108,0
484,108,0
486,108,0
488,108,0
471,115,0
473,115,0
475,115,0
477,115,0
479,115,0
481,115,0
483,115,0
485,115,0
487,115,0
472,115,0
474,115,0
476,115,0
478,115,0
480,115,0
482,115,0
484,115,
486,115,0
488,115,0
489,118,0
491,118,0
493,118,0
495,118,0
497,118,0
499,118,0
501,118,0
503,118,0
505,118,0
490,118,0
492,118,0
494,118,0
496,118,0
498,118,0
500,118,0
502,118,0
504,118,0
506,118,0
507,121,0
509,121,0
511,121,0
513,121,0
515,121,0
517,121,0
519,121,0
521,121,0
523,121,0
508,121,0
510,121,0
512,121,0
514,121,0
516,121,0
518,121,0
520,121,0
522,121,0
524,121,0
525,124,0
527,124,0
529,124,0
531,124,0
533,124,0
535,124,0
537,124,0
539,124,0
541,124,0
526,124,0
528,124,0
530,124,0
532,124,0
534,124,0
536,124,0
538,124,0
540,124,0
542,124,0
543,127,0
545,127,0
547,127,0
548,127,0
550,127,0
552,127,0
554,127,0
556,127,0
558,127,0
544,127,0
546,127,0
48,127,0
549,127,0
551,127,0
553,127,0
555,127,0
557,127,0
559,127,0
560,129,0
562,129,0
564,129,0
566,129,0
568,129,0
570,129,0
572,129,0
574,129,0
576,129,0
561,129,0
563,129,0
565,129,0
567,129,0
569,129,0
571,129,0
573,129,0
575,129,0
577,129,0
578,131,0
580,131,0
582,131,0
584,131,0
586,131,0
588,131,0
590,131,0
592,131,0
594,131,0
579,131,0
581,131,0
583,131,0
585,131,0
587,131,0
589,131,0
591,131,0
593,131,0
595,131,0
379,133,0
562,133,0
491,133,0
545,133,0
538,133,0
401,133,0
350,133,0
460,133,0
589,133,0
454,133,0
425,133,0
580,133,0
442,133,0
462,133,0
437,133,0
472,133,0
595,133,0
579,133,0
525,169,0
249,169,0
518,169,0
64,169,0
61,169,0
548,169,0
78,169,0
198,169,0
42,169,0
280,169,0
451,169,0
538,169,0
53,169,0
79,169,0
410,169,0
301,169,0
446,169,0
127,169,0
525,174,0
249,174,0
518,174,0
64,174,0
61,174,0
548,174,0
78,174,0
198,174,0
42,174,0
280,174,
451,174,0
538,174,0
53,174,0
79,174,0
410,174,0
301,174,0
446,174,0
127,174,0
525,177,0
249,177,0
518,177,0
64,177,0
61,177,0
548,177,0
78,177,0
198,177,0
42,177,0
280,177,0
451,177,0
538,177,0
53,177,0
79,177,0
410,177,0
301,177,0
446,177,0
127,177,0
525,180,0
249,180,0
518,180,0
64,180,0
61,180,0
548,180,0
78,180,0
198,180,0
42,180,0
280,180,0
451,180,0
538,180,0
53,180,0
79,180,0
410,180,0
301,180,0
446,180,0
127,180,0
525,187,0
249,187,0
518,187,0
64,187,0
61,187,0
548,187,0
78,187,0
198,187,0
42,187,0
280,187,
451,187,0
538,187,0
53,187,0
79,187,0
410,187,0
301,187,0
446,187,0
127,187,0
596,189,0
598,189,0
615,189,0
602,189,0
604,189,0
606,189,0
608,189,0
610,189,0
613,189,0
597,189,0
599,189,0
601,189,0
603,189,0
605,189,0
607,189,0
609,189,0
612,189,0
614,189,0
616,191,0
618,191,0
620,191,0
622,191,0
624,191,0
626,191,0
628,191,0
630,191,0
632,191,0
617,191,0
619,191,0
621,191,0
623,191,0
625,191,4
627,191,0
629,191,0
631,191,0
633,191,100
634,194,0
636,194,0
638,194,0
640,194,0
642,194,0
644,194,0
646,194,0
648,194,0
650,194,0
635,194,0
637,194,0
639,194,0
641,194,0
643,194,0
645,194,0
647,194,0
649,194,0
651,194,0
652,196,0
654,196,0
656,196,0
658,196,0
660,196,0
662,196,0
664,196,0
666,196,0
668,196,0
653,196,0
655,196,0
657,196,0
659,196,0
661,196,0
663,196,0
665,196,0
667,196,0
669,196,0
670,198,0
672,198,0
674,198,0
676,198,21
678,198,0
680,198,0
682,198,0
684,198,0
686,198,0
671,198,0
673,198,0
675,198,0
677,198,0
679,198,0
681,198,0
683,198,0
685,198,0
687,198,0
688,201,0
690,201,0
692,201,0
694,201,0
696,201,0
698,201,0
700,201,0
702,201,0
704,201,0
689,201,0
691,201,0
693,201,0
695,201,0
697,201,0
699,201,0
701,201,0
703,201,0
705,201,0
706,203,0
708,203,0
710,203,0
712,203,0
714,203,0
716,203,0
718,203,0
720,203,0
722,203,0
707,203,0
709,203,0
711,203,0
713,203,0
715,203,0
717,203,0
719,203,0
721,203,0
723,203,0
724,207,0
726,207,0
728,207,0
730,207,0
732,207,0
734,207,0
736,207,0
738,207,0
740,207,0
725,207,0
727,207,0
729,207,0
731,207,0
733,207,0
735,207,0
737,207,0
739,207,0
741,207,0
742,209,0
744,209,0
746,209,0
748,209,0
750,209,0
752,209,0
754,209,0
756,209,0
758,209,0
743,209,0
745,209,0
747,209,0
749,209,0
751,209,0
753,209,0
755,209,0
757,209,100
759,209,0
760,212,0
762,212,0
764,212,0
766,212,0
768,212,0
770,212,0
772,212,0
774,212,0
776,212,0
761,212,0
763,212,0
765,212,0
767,212,0
769,212,0
771,212,0
773,212,0
775,212,0
777,212,0
778,215,0
780,215,0
782,215,0
784,215,0
786,215,0
788,215,0
790,215,0
792,215,0
794,215,0
779,215,0
781,215,0
783,215,0
785,215,0
787,215,0
789,215,0
791,215,0
793,215,0
795,215,0
796,218,0
798,218,0
801,218,0
804,218,0
806,218,0
808,218,0
810,218,0
812,218,0
815,218,0
797,218,0
799,218,0
802,218,0
805,218,0
807,218,0
809,218,0
811,218,0
813,218,0
816,218,0
817,220,0
819,220,0
821,220,0
823,220,0
825,220,0
827,220,0
829,220,0
831,220,0
833,220,0
818,220,0
820,220,0
822,220,0
824,220,0
826,220,0
828,220,0
830,220,0
832,220,0
834,220,0
835,223,0
837,223,0
840,223,0
842,223,0
844,223,0
847,223,0
849,223,0
851,223,0
853,223,0
836,223,0
838,223,0
841,223,0
843,223,0
846,223,0
848,223,0
850,223,0
852,223,0
854,223,0
855,225,0
857,225,0
859,225,0
861,225,0
865,225,0
867,225,0
869,225,0
871,225,0
873,225,0
856,225,0
858,225,0
860,225,0
862,225,0
866,225,0
868,225,0
870,225,0
872,225,0
874,225,0
875,227,0
877,227,0
880,227,0
883,227,0
885,227,0
887,227,0
889,227,0
891,227,0
893,227,0
876,227,0
878,227,0
881,227,0
884,227,0
886,227,0
888,227,0
890,227,0
892,227,0
894,227,0
895,229,0
897,229,0
899,229,0
901,229,0
903,229,0
905,229,0
908,229,0
910,229,0
912,229,0
896,229,0
898,229,0
900,229,0
902,229,0
904,229,0
906,229,0
909,229,0
911,229,0
913,229,0
914,231,0
916,231,0
918,231,0
920,231,0
922,231,0
925,231,0
927,231,0
929,231,0
931,231,0
915,231,0
917,231,0
919,231,0
921,231,0
923,231,100
926,231,0
928,231,0
930,231,0
932,231,0
933,235,0
935,235,0
938,235,0
940,235,0
942,235,0
944,235,0
946,235,0
948,235,0
600,235,0
934,235,0
937,235,0
939,235,0
941,235,0
943,235,0
945,235,0
947,235,0
949,235,0
882,235,0
923,237,0
790,237,0
864,237,0
936,237,0
897,237,0
630,237,0
757,237,0
680,237,0
655,237,0
766,237,0
814,237,0
839,237,0
860,237,0
802,237,0
745,237,0
799,237,0
676,237,0
633,237,0
766,243,0
249,243,0
518,243,0
64,243,0
61,243,0
548,243,0
78,243,0
198,243,0
42,243,0
814,243,0
451,243,0
538,243,0
53,243,0
79,243,0
410,243,0
301,243,0
446,243,0
127,243,0
525,245,0
627,245,0
862,245,0
64,245,0
61,245,0
548,245,0
78,245,0
198,245,0
42,245,0
872,245,0
861,245,0
226,245,0
53,245,0
79,245,0
410,245,0
301,245,0
446,245,0
127,245,0
950,295,0
952,295,0
954,295,0
956,295,0
958,295,0
960,295,0
962,295,0
964,295,0
966,295,0
951,295,0
953,295,0
955,295,0
957,295,0
959,295,0
961,295,0
963,295,0
965,295,0
967,295,0
968,297,0
970,297,1
972,297,0
974,297,0
976,297,0
978,297,0
980,297,0
982,297,0
984,297,0
969,297,0
971,297,0
973,297,0
975,297,0
977,297,0
979,297,0
981,297,0
983,297,0
985,297,0
986,301,0
988,301,0
990,301,0
992,301,0
994,301,0
996,301,0
998,301,0
1000,301,0
1002,301,0
987,301,0
989,301,0
991,301,0
993,301,0
995,301,0
997,301,0
999,301,0
1001,301,0
1003,301,0
1004,303,0
1006,303,0
1008,303,0
1010,303,0
1012,303,0
1014,303,0
1016,303,0
1020,303,0
1005,303,0
1007,303,0
1009,303,0
1011,303,0
1013,303,0
1015,303,0
1017,303,0
1019,303,0
1021,303,0
1022,306,0
1024,306,0
1026,306,0
1028,306,0
1030,306,0
1032,306,0
1034,306,0
1036,306,0
1038,306,0
1023,306,0
1025,306,0
1027,306,0
1029,306,0
1031,306,0
1033,306,0
1035,306,0
1037,306,0
1039,306,0
1040,308,0
1042,308,0
1044,308,0
1046,308,0
1048,308,0
1050,308,0
1052,308,0
1054,308,0
1056,308,0
1041,308,0
1043,308,0
1045,308,0
1047,308,0
1049,308,0
1051,308,0
1053,308,0
1055,308,0
1057,308,0
1058,310,0
1060,310,0
1062,310,0
1064,310,0
1066,310,0
1068,310,0
1070,310,1
1072,310,0
1074,310,0
1059,310,0
1061,310,0
1063,310,0
1065,310,0
1067,310,0
1069,310,0
1071,310,0
1073,310,0
1075,310,0
1076,312,0
1078,312,0
1080,312,0
1082,312,0
1084,312,0
1086,312,0
1088,312,0
999999,312,
1092,312,0
1077,312,0
1079,312,0
1081,312,0
1083,312,0
1085,312,0
1087,312,0
1089,312,0
1091,312,0
1093,312,0
1094,314,0
1096,314,0
999999,314,
1100,314,0
1102,314,0
1104,314,0
1106,314,0
1108,314,0
1110,314,0
1095,314,0
1097,314,0
1099,314,0
1101,314,0
1103,314,0
1105,314,0
1107,314,0
1109,314,0
1111,314,0
1112,316,0
1114,316,0
1116,316,0
1118,316,0
1120,316,0
1122,316,0
1124,316,0
1126,316,0
1128,316,0
1113,316,0
1115,316,0
1117,316,0
1119,316,0
1121,316,0
1123,316,0
1125,316,0
1127,316,0
1129,316,0
1130,318,0
1132,318,0
1134,318,0
1136,318,0
1138,318,0
1140,318,0
1142,318,0
1144,318,0
1146,318,0
1131,318,0
1133,318,0
1135,318,0
1137,318,0
1139,318,0
1141,318,7
1143,318,0
1145,318,0
1147,318,0
1141,320,0
1134,320,0
1143,320,0
1142,320,0
1135,320,0
1121,320,0
982,320,0
1112,320,0
1101,320,0
1144,320,
1117,320,0
1126,320,0
1034,320,0
1128,320,0
1113,320,0
1110,320,0
1103,320,0
1102,320,0
1141,321,0
1134,321,0
1143,321,0
1142,321,0
1135,321,0
1121,321,0
982,321,0
1112,321,0
1101,321,0
1144,321,0
1117,321,
1126,321,0
1034,321,
1128,321,0
1113,321,0
1110,321,0
1103,321,0
1102,321,0
1093,322,0
1082,322,0
1050,322,0
1053,322,0
1040,322,15
1044,322,0
1030,322,0
1031,322,0
1015,322,0
1083,322,0
1081,322,0
1126,322,0
1048,322,0
1036,322,0
1039,322,0
1016,322,0
1022,322,0
1014,322,0
1093,324,0
1082,324,0
1050,324,0
1053,324,0
1040,324,0
1044,324,0
1030,324,0
1031,324,0
1015,324,0
1083,324,0
1081,324,0
1126,324,0
1048,324,0
1036,324,0
1039,324,0
1016,324,0
1022,324,0
1014,324,0
1102,326,0
1144,326,0
1134,326,0
1128,326,0
1112,326,0
1103,326,0
1135,326,0
1063,326,0
1121,326,0
1141,326,0
1074,326,0
1143,326,0
1142,326,0
1101,326,0
1113,326,0
1110,326,0
982,326,0
1014,326,0
1015,329,0
958,329,0
957,329,0
1103,329,0
1031,329,0
978,329,0
78,329,0
862,329,0
42,329,0
967,329,0
981,329,0
990,329,0
1102,329,0
1112,329,0
1082,329,0
79,329,0
676,329,0
301,329,0
1018,357,0
1149,357,0
1150,357,0
1152,357,0
1154,357,0
1156,357,0
1158,357,0
1160,357,0
1162,357,0
1148,357,0
1098,357,0
1151,357,0
1153,357,0
1155,357,0
1157,357,0
1159,357,0
1161,357,0
1163,357,0
1164,359,0
1166,359,0
1168,359,0
1170,359,0
1172,359,0
1174,359,0
1176,359,0
1178,359,0
1180,359,0
1148,359,0
1167,359,0
1169,359,0
1171,359,0
1173,359,0
1175,359,0
1177,359,0
1179,359,0
1181,359,0
1165,361,0
1183,361,0
1185,361,0
1187,361,0
1189,361,0
1191,361,0
1193,361,0
1195,361,0
1197,361,0
1182,361,0
1184,361,0
1186,361,0
1188,361,0
1190,361,0
1192,361,0
1194,361,0
1196,361,0
1199,361,0
1198,363,0
1201,363,0
1203,363,0
1205,363,0
1207,363,0
1209,363,0
1211,363,0
1213,363,0
1215,363,0
1200,363,0
1202,363,0
1204,363,0
1206,363,39
1208,363,0
1210,363,0
1212,363,0
1214,363,0
1216,363,0
1217,365,0
1219,365,0
1221,365,0
1223,365,0
1225,365,0
1227,365,0
1229,365,0
1231,365,0
1233,365,0
1218,365,0
1220,365,0
1222,365,0
1224,365,0
1226,365,0
1228,365,0
1230,365,0
1232,365,0
1234,365,0
1235,367,0
1237,367,0
1239,367,0
1241,367,0
1243,367,0
1245,367,0
1247,367,0
1249,367,0
1251,367,0
1236,367,0
1238,367,0
1240,367,0
1242,367,0
1244,367,0
1246,367,0
1248,367,0
1250,367,0
1252,367,0
1253,370,0
1255,370,0
1257,370,0
1259,370,0
1261,370,0
1263,370,0
1265,370,0
1267,370,0
1269,370,0
1254,370,0
1256,370,0
1258,370,0
1260,370,0
1262,370,0
1264,370,0
1266,370,0
1268,370,0
1270,370,0
1271,372,0
1273,372,0
1275,372,0
1277,372,0
1279,372,0
1281,372,0
1283,372,0
1285,372,0
1287,372,0
1272,372,0
1274,372,0
1276,372,0
1278,372,0
1280,372,0
1282,372,0
1284,372,0
1286,372,0
1288,372,0
1289,374,0
1291,374,0
1293,374,0
1295,374,0
1297,374,0
1299,374,0
1301,374,0
1303,374,0
1305,374,0
1290,374,0
1292,374,0
1294,374,0
1296,374,0
1298,374,0
1300,374,0
1302,374,0
1304,374,0
1306,374,0
1307,376,0
1309,376,0
1311,376,0
1313,376,0
1315,376,0
1317,376,0
1319,376,0
1321,376,0
1323,376,0
1308,376,0
1310,376,0
1312,376,0
1314,376,0
1316,376,0
1318,376,0
1320,376,0
1322,376,0
1324,376,0
1325,379,0
1327,379,0
1329,379,0
1331,379,0
1333,379,0
1335,379,0
1337,379,0
1339,379,0
1341,379,0
1326,379,0
1328,379,0
1330,379,0
1332,379,0
1334,379,0
1336,379,0
1338,379,0
1340,379,0
1342,379,0
1213,381,100
1163,381,0
1181,381,0
1216,381,0
1252,381,0
1288,381,0
1324,381,0
1166,381,0
1182,381,0
1183,381,0
1206,381,0
1199,381,0
1234,381,0
1270,381,0
1306,381,0
1342,381,0
1169,381,0
1159,381,0
1050,427,0
1110,427,0
1113,427,0
1121,427,0
1142,427,0
1242,427,0
525,427,0
872,427,0
973,427,0
990,427,0
992,427,0
451,431,0
624,431,0
706,431,0
127,431,0
723,431,0
650,431,0
249,431,0
612,431,0
446,431,0
518,431,0
410,431,0
703,431,0
451,433,0
624,433,0
706,433,0
127,433,0
723,433,0
650,433,0
249,433,0
612,433,0
446,433,0
518,433,0
410,433,0
703,433,0
451,436,0
624,436,0
706,436,0
127,436,0
723,436,
650,436,0
249,436,0
612,436,0
446,436,0
518,436,0
410,436,0
703,436,0
703,444,0
1276,444,0
226,444,0
1040,444,0
1015,444,0
1031,444,0
1082,444,0
1215,444,0
1206,444,0
1030,444,0
861,444,0
1014,444,0
1126,444,0
1112,444,0
1102,444,0
1103,444,0
1222,444,0
1183,444,0
1344,449,1
1343,449,0
1347,449,0
1349,449,0
1351,449,0
1353,449,0
1355,449,0
1357,449,0
1359,449,0
1345,449,0
1346,449,0
1348,449,0
1350,449,0
1352,449,0
1354,449,0
1356,449,0
1358,449,0
1360,449,0
1361,451,0
1363,451,0
1365,451,0
1367,451,0
1369,451,0
1371,451,0
1373,451,0
1375,451,0
1377,451,0
1362,451,0
1364,451,0
1366,451,0
1368,451,0
1370,451,0
1372,451,0
1374,451,0
1376,451,0
1378,451,0
1377,454,0
1379,454,0
1381,454,0
1383,454,0
1385,454,0
1387,454,0
1390,454,0
1392,454,0
1394,454,0
1389,454,0
1380,454,0
1382,454,0
1384,454,0
1386,454,0
1388,454,0
1391,454,0
1393,454,0
1395,454,0
1397,456,0
1399,456,0
1401,456,0
1403,456,0
1405,456,0
1407,456,0
1409,456,0
1411,456,0
1413,456,0
1398,456,0
1400,456,0
1402,456,0
1404,456,0
1406,456,0
1408,456,0
1410,456,0
1412,456,0
1414,456,0
1415,459,0
1417,459,0
1419,459,0
1421,459,0
1423,459,0
1425,459,0
1427,459,0
1429,459,0
1431,459,0
1416,459,0
1418,459,0
1420,459,0
1422,459,0
1424,459,0
1426,459,0
1428,459,0
1430,459,0
1432,459,0
1433,461,100
1435,461,0
1437,461,0
1439,461,0
1441,461,0
1443,461,0
1445,461,0
1447,461,0
1449,461,0
1434,461,0
1436,461,0
1438,461,0
1440,461,0
1442,461,0
1444,461,0
1446,461,0
1448,461,0
1450,461,0
1451,463,0
1453,463,0
1455,463,0
1457,463,0
1459,463,0
1461,463,0
1464,463,0
1465,463,0
1467,463,0
1452,463,0
1454,463,0
1456,463,0
1458,463,0
1460,463,0
1462,463,0
1463,463,0
1466,463,0
1396,463,0
1468,466,0
1470,466,0
1472,466,0
1474,466,0
1476,466,0
1478,466,0
1480,466,0
1482,466,0
1484,466,0
1469,466,0
1471,466,0
1473,466,0
1475,466,0
1477,466,0
1479,466,0
1481,466,0
1483,466,0
1485,466,0
1486,468,0
1488,468,0
1490,468,0
1492,468,0
1494,468,0
1496,468,0
1498,468,0
1580,468,0
1582,468,0
1487,468,0
1489,468,0
1491,468,0
1493,468,0
1495,468,0
1497,468,0
1499,468,0
1581,468,0
1583,468,0
1584,470,0
1586,470,0
1588,470,0
1500,470,0
1502,470,0
1505,470,0
1507,470,0
1509,470,0
1511,470,0
1585,470,0
1587,470,0
1589,470,0
1501,470,0
1503,470,0
1506,470,0
1508,470,0
1510,470,0
1512,470,0
1513,472,0
1515,472,0
1517,472,0
1519,472,0
1521,472,0
1523,472,0
1525,472,0
1527,472,0
1529,472,0
1514,472,0
1516,472,0
1518,472,0
1520,472,0
1522,472,0
1524,472,0
1526,472,0
1528,472,0
1530,472,0
1531,474,0
1533,474,0
1535,474,0
1538,474,0
1540,474,0
1542,474,0
1544,474,0
1546,474,0
1548,474,0
1420,474,0
1534,474,0
1537,474,0
1539,474,0
1541,474,0
1543,474,0
1545,474,
1547,474,0
1549,474,0
1391,476,0
1551,476,0
1553,476,0
1555,476,0
1557,476,0
1559,476,0
1561,476,0
1563,476,0
1565,476,0
1420,476,0
1552,476,0
1554,476,0
1556,476,0
1558,476,0
1560,476,0
1562,476,0
1564,476,0
1566,476,0
1567,478,0
1550,478,0
1569,478,0
1571,478,0
1573,478,0
1575,478,0
1577,478,0
1579,478,0
1182,478,0
1420,478,0
1568,478,0
1570,478,0
1572,478,0
1574,478,0
1576,478,0
1578,478,0
952,478,0
1532,478,0
862,481,0
999999,481,
301,481,0
676,481,0
548,481,0
198,481,0
630,481,0
78,481,0
61,481,0
1420,481,0
1352,481,0
1433,481,0
538,481,0
280,481,0
627,481,0
42,481,0
79,481,0
1090,481,0
1377,483,0
999999,483,
1379,483,0
1248,483,0
1551,483,0
1586,483,0
1169,483,0
1312,483,0
1240,483,0
1141,483,0
1053,483,0
1550,483,0
1563,483,0
1515,483,0
1406,483,0
1166,483,0
1456,483,0
1245,483,0
### A Pluto.jl notebook ###
# v0.20.2
# v0.20.4
using Markdown
using InteractiveUtils
......@@ -17,11 +17,13 @@ begin
using PSBoardDataBase
using SQLite
using DataFrames
using FHist
using DBInterface
using Tables
using CairoMakie
using Statistics
using PlutoUI
using Dates
using Random
using Printf
end
......@@ -70,7 +72,11 @@ md"""
"""
# ╔═╡ f379d43c-9300-41f4-b0fc-3c9d749e3105
qaqc_runs = DBInterface.execute(db, sql"select * from qaqc_runs") |> DataFrame
qaqc_runs = let df
df = DBInterface.execute(db, sql"select * from qaqc_runs") |> DataFrame
transform!(df, :run_datetime => ByRow(passmissing(s -> DateTime(s))) => :run_datetime)
df
end
# ╔═╡ 33e099bc-ac4b-4b5f-88e7-20f4463c98ef
md"""
......@@ -103,7 +109,7 @@ clk_files =
filter(endswith("_clk.txt")) |>
filter(!contains("nagoya")) |>
filter(!contains("630_190")) |>
filter(!contains("627_344"))
filter(!contains("627_344"))
# ╔═╡ 3e5607fd-2a8a-4a1a-9e7b-3f23ef216fad
"""
......@@ -180,7 +186,7 @@ let
title = "skews of all measurements (n_meas = $(length(skews)), n_psb = $(npsbid))",
xlabel = "skew / ns",
)
stephist!(ax, skews, bins = range(minimum(skews), maximum(skews), step = 1 / 57))
stephist!(ax, skews, bins = range(minimum(skews), maximum(skews), step = 1 / 56))
fig
end
......@@ -192,7 +198,7 @@ md"""
# ╔═╡ 420dce0e-4757-48d9-84ec-7ddfac2fdff6
let
skew_widths = df_skews.width |> skipmissing |> collect
bins = range(0, maximum(skew_widths) + 1 / 57, step = 1 / 57)# .- 0.01
bins = range(0, maximum(skew_widths) + 1 / 56, step = 1 / 56)# .- 0.01
hist(
skew_widths,
bins = bins,
......@@ -211,13 +217,61 @@ let
end
# ╔═╡ 99902640-fee3-4502-9c7e-cb08834bad0b
maximum(skipmissing(df_skews.width)) / (1 / 57)
maximum(skipmissing(df_skews.width)) / (1 / 56)
# ╔═╡ c79c6684-1b03-41b5-aa90-ef8c7a8eb69c
md"""
この結果を元に、クロック試験のしきい値は$(round(9 * 1 / 57; digits = 2))ns以上に設定
この結果を元に、クロック試験のしきい値は$(round(9 * 1 / 56; digits = 2))ns以上に設定
"""
# ╔═╡ a1056aba-e484-4594-908b-4709896d0da0
let
fig = Figure()
ax = Axis(
fig[1, 1],
limits = ((-0.5, 1), nothing),
title = "turn on curves for PSBID 1166",
xlabel = "delay / ns (position dependency is removed)",
ylabel = "counts",
)
clk_files_1166 = filter(clk_files) do filename
psbid, runid = parse_filename(filename)
psbid == 1166
end
for clk_file in clk_files_1166
psbid, runid = parse_filename(clk_file)
single_runs = filter(
[:psboard_id, :runid] => (
(ref_psbid, ref_runid) -> begin
psbid == ref_psbid && runid == ref_runid
end
),
qaqc_single_results,
)
offset_pos = let
qaqc_positions.rising_ns[single_runs.position[1]]
end
points =
eachline(clk_file) .|>
PSBoardDataBase.ClockParser._parse_line .|>
(x -> (x[1] - offset_pos, x[2]))
@info "" single_runs points
stds = map(points) do ((time, count))
sqrt(count * (1000 - count) / 1000)
end
scatterlines!(ax, points, label = "psbid $(psbid), runid $(runid)")
errorbars!(ax, points, stds)
end
axislegend(ax, position = :rb)
fig
end
# ╔═╡ 875bec26-e576-4f48-ba14-464bce503d75
filter(:width => (x -> ismissing(x) || x < 0.06), df_skews)
......@@ -239,16 +293,23 @@ md"""
combine(filter(groupby(qaqc_single_results, [:psboard_id, :position])) do sdf
nrow(dropmissing(sdf, [:lvds_tx_skew])) > 1
end) do sdf
sdf = dropmissing(sdf, [:lvds_tx_skew])
# @info "" select(sdf, [:psboard_id, :position, :lvds_tx_skew])
(skew_mean = mean(sdf.lvds_tx_skew), skew_std = std(sdf.lvds_tx_skew), nrow = nrow(sdf))
end |> (df -> begin
filter(:skew_std => >(0.5), df)
sdf = dropmissing(sdf, [:lvds_tx_skew])
# @info "" select(sdf, [:psboard_id, :position, :lvds_tx_skew])
(
skew_mean = mean(sdf.lvds_tx_skew),
skew_std = std(sdf.lvds_tx_skew),
nrow = nrow(sdf),
)
end |> (df -> begin
filter(:skew_std => >(0.5), df)
end)
# ╔═╡ 25688d24-5aee-43d3-aff9-b9efa0556070
combine(nrow, gdf_skews_on_psbid)
# ╔═╡ 0d3f7f0a-1713-4e22-acbb-7d370fabf5a7
combine(gdf_skews_on_psbid, :skew => (v -> all(ismissing, v)) => :hasmissing) |> (df -> sort(df, :hasmissing, rev = true))
# ╔═╡ 239a808c-0411-4542-ae68-6ae6af333bd2
df_nrow_ordered = let
df = combine(nrow, gdf_skews_on_psbid)
......@@ -281,7 +342,11 @@ fig_skew_stats = let
df_skew_stats.std_skew,
marker = :x,
color = (Makie.wong_colors()[1], 0.8),
axis = (title = "skew mean vs std", xlabel = "mean", ylabel = "std"),
axis = (
title = "mean vs std of multiple skew measurements for same PS Boards",
xlabel = "mean / ns",
ylabel = "std / ns",
),
)
text!(
ax,
......@@ -304,9 +369,9 @@ let
marker = :x,
color = (Makie.wong_colors()[1], 0.8),
axis = (
title = "skew mean vs std",
xlabel = "mean",
ylabel = "std",
title = "mean vs std of multiple skew measurements for same PS Boards",
xlabel = "mean / ns",
ylabel = "std / ns",
limits = ((-0.6, 1.2), (-0.01, 0.09)),
),
)
......@@ -348,7 +413,11 @@ let
df.std_skew,
marker = :x,
color = (Makie.wong_colors()[1], 0.8),
axis = (title = "skew mean vs std", xlabel = "mean", ylabel = "std"),
axis = (
title = "mean vs std of multiple skew measurements for same PS Boards",
xlabel = "mean / ns",
ylabel = "std / ns",
),
)
text!(
ax,
......@@ -418,68 +487,90 @@ md"""
"""
# ╔═╡ 38d472ca-6347-4096-828d-fd1256130a59
df_skews_selected = combine(
gdf_skews_on_psbid,
sdf -> begin
all(ismissing, sdf.skew) && @info "" sdf
if nrow(sdf) == 1
@assert sdf.skew |> first |> !ismissing
(
skew = sdf.skew |> first,
width = sdf.width |> first,
riseup = sdf.riseup |> first,
)
else
if sdf.psbid[1] == 291
df = filter(:runid => ==(94), sdf)
@assert nrow(df) == 1
(
skew = df.skew |> first,
width = sdf.width |> first,
riseup = sdf.riseup |> first,
)
elseif sdf.psbid[1] == 460
df = filter(:runid => ==(132), sdf)
@assert nrow(df) == 1
(
skew = df.skew |> first,
width = sdf.width |> first,
riseup = sdf.riseup |> first,
)
elseif sdf.psbid[1] == 545
df = filter(:runid => ==(132), sdf)
@assert nrow(df) == 1
df_skews_selected = let df
df = combine(
gdf_skews_on_psbid,
sdf -> begin
all(ismissing, sdf.skew) && @info "" sdf
# TODO: update
if sdf.psbid[1] == 1563
()
end
if nrow(sdf) == 1
# TODO: remove 1563 bypass
sdf.psbid[1] == 1563 || @assert sdf.skew |> first |> !ismissing sdf
(
skew = df.skew |> first,
skew = sdf.skew |> first,
width = sdf.width |> first,
riseup = sdf.riseup |> first,
runid = sdf.runid |> first,
)
else
# assume that runid is chronological
i = argmax(sdf.runid .|> (id -> ismissing(id) ? -1 : id))
(skew = sdf.skew[i], width = sdf.width[i], riseup = sdf.riseup[i])
if sdf.psbid[1] == 291
df = filter(:runid => ==(94), sdf)
@assert nrow(df) == 1
(
skew = df.skew |> first,
width = sdf.width |> first,
riseup = sdf.riseup |> first,
runid = sdf.runid |> first,
)
elseif sdf.psbid[1] == 460
df = filter(:runid => ==(132), sdf)
@assert nrow(df) == 1
(
skew = df.skew |> first,
width = sdf.width |> first,
riseup = sdf.riseup |> first,
runid = sdf.runid |> first,
)
elseif sdf.psbid[1] == 545
df = filter(:runid => ==(132), sdf)
@assert nrow(df) == 1
(
skew = df.skew |> first,
width = sdf.width |> first,
riseup = sdf.riseup |> first,
runid = sdf.runid |> first,
)
else
# assume that runid is chronological
i = argmax(sdf.runid .|> (id -> ismissing(id) ? -1 : id))
(
skew = sdf.skew[i],
width = sdf.width[i],
riseup = sdf.riseup[i],
runid = sdf.runid[1],
)
end
end
end
end,
)
end,
)
leftjoin!(df, select(qaqc_runs, [:id, :campaign_id]), on = :runid => :id)
df
end
# ╔═╡ 310710da-ebb2-4f54-b238-38d493a6a533
let
skews = df_skews_selected.skew |> skipmissing |> collect
fig = Figure()
ax = Axis(fig[1, 1], title = "skews (n = $(length(skews)))", xlabel = "skew / ns")
stephist!(ax, skews, bins = range(minimum(skews), maximum(skews), step = 1 / 57))
stephist!(ax, skews, bins = range(minimum(skews), maximum(skews), step = 1 / 56))
fig
end
# ╔═╡ d92e0f9f-ed53-4ad6-a390-5a395e8ab8bc
md"""
#### 異常に小さい値 (psbid: 444)
#### 異常に小さい値 (psbid: 444, 1215)
psbid: 444
- 出荷済み
psbid: 1215
- QSPIp fail
- 未出荷
"""
# ╔═╡ e9964184-1a2a-4ab9-bc22-2705a25393ec
filter(:skew => (x -> !ismissing(x) && x < -3), df_skews_selected)
filter(:skew => (x -> !ismissing(x) && x < -2), df_skews_selected)
# ╔═╡ bedf8dff-e109-4757-82e5-3232fcad752d
md"""
......@@ -530,7 +621,7 @@ md"""
# ╔═╡ 939aba6b-b03c-42b6-83b3-9cea5f4eb858
let
skew_widths = df_skews_selected.width |> skipmissing |> collect
bins = range(0, maximum(skew_widths), step = 1 / 57)# .- 0.01
bins = range(0, maximum(skew_widths), step = 1 / 56)# .- 0.01
hist(
skew_widths,
bins = bins,
......@@ -551,6 +642,222 @@ end
# ╔═╡ aa9b78bc-8d66-4df2-bd06-1cbf21190488
filter(:width => (x -> ismissing(x) || x < 0.06), df_skews_selected)
# ╔═╡ 76f44129-34c6-451d-af3f-4593dd1dda5c
md"""
## skewの時間依存性
以下のrun
- 382: ファームウェア最新
"""
# ╔═╡ 0dd4c5fe-71d0-45d0-897e-51d1aa06bd3b
df_extra_measurements = let
df_configs = DataFrame(
position_name = ["B-$(i)-$(j)" for j in 1:9 for i in 0:1],
psbid = [
001142,
000973,
000990,
000992,
001113,
001030,
001121,
001141,
001050,
001053,
001110,
001248,
001242,
001276,
000872,
000861,
000525,
000862,
],
position = [1, 10, 2, 11, 3, 12, 4, 13, 5, 14, 6, 15, 7, 16, 8, 17, 9, 18],
)
@info "" df_configs
combine(
groupby(df_configs, :psbid),
AsTable(:) =>
(
sdf -> begin
@assert nrow(sdf) == 1
map([382, 404]) do runid
clkfile = "../test/input/slavelogs/main/$(sdf.psbid[1])_$(runid)_clk.txt"
skew, width =
PSBoardDataBase.ClockParser.get_skew_and_riseup(clkfile)
offset = qaqc_positions.rising_ns[findfirst(
==(sdf.position[1]),
qaqc_positions.id,
)]
return (;
position_name = sdf.position_name |> first,
psbid = sdf.psbid |> first,
position = sdf.position |> first,
skew = skew - offset,
width,
runid,
campaign_id = 6,
)
end
end
) => [
:position_name,
:psbid,
:position,
:skew,
:width,
:runid,
:campaign_id,
],
)
end
# ╔═╡ 148e42fc-d168-4e07-b4f8-f9c3f8c18efc
df_compare = let
df_old_measurements =
filter(:psbid => in(df_extra_measurements.psbid), df_skews_selected)
left_cols = [:psbid, :skew, :width, :runid, :campaign_id]
df = vcat(
select!(df_old_measurements, left_cols),
select(df_extra_measurements, left_cols),
)
sort!(df, :runid)
end
# ╔═╡ 3266d1fd-b8f0-4eb0-9a8e-2050bc9a626f
let
fig = Figure(size = (600, 500))
grd1 = fig[1, 1] = GridLayout()
Label(
grd1[0, 1:2],
"comparison of multiple measurements of clock skew for 18 PS Boards",
tellwidth = false,
)
ax1 = Axis(
grd1[1, 1],
limits = ((-0.15, 2.35), nothing),
xticks = (0:2, ["old", "new(382)", "new(404)"]),
ylabel = "skew / ns",
)
ax2 = Axis(
grd1[1:2, 2],
limits = ((2.9, 6.7), nothing),
ylabel = "Δskew / ns",
xticks = (3:6, string.(3:6)),
xlabel = "campaign",
yminorticksvisible = true,
yminorgridvisible = true,
)
colsize!(grd1, 2, Relative(0.4))
for (key, sdf) in pairs(groupby(df_compare, :psbid))
@assert sdf.runid[2] == 382 && sdf.runid[3] == 404
scatterlines!(
ax1,
0:1:2,
sdf.skew,
color = Makie.wong_colors()[sdf.campaign_id[1] |> Int64],
alpha = 0.7,
)
scatter!(
ax2,
sdf.campaign_id[1],
mean(@view(sdf.skew[2:3])) - sdf.skew[1],
marker = :x,
color = Makie.wong_colors()[sdf.campaign_id[1] |> Int64],
alpha = 0.7,
)
errorbars!(
ax2,
[sdf.campaign_id[1]],
[mean(@view(sdf.skew[2:3])) - sdf.skew[1]],
[std(@view(sdf.skew[2:3]))],
color = Makie.wong_colors()[sdf.campaign_id[1] |> Int64],
alpha = 0.4,
whiskerwidth = 5,
)
text!(
ax1,
2,
sdf.skew |> last,
text = string(sdf.psbid[1]),
color = (:black, 0.5),
align = (:left, :center),
)
text!(
ax2,
sdf.campaign_id[1],
mean(@view(sdf.skew[2:3])) - sdf.skew[1],
text = string(sdf.psbid[1]),
color = (:black, 0.5),
align = (:left, :center),
)
end
campaigns = df_compare.campaign_id |> unique |> sort! .|> Int64
Legend(
grd1[2, 1],
[
[LineElement(color = color), MarkerElement(color = color, marker = :circle)] for
color in Makie.wong_colors()[campaigns]
],
string.(campaigns),
"campaign id for old measurements",
orientation = :horizontal,
)
fig
end
# ╔═╡ 660f2bd1-d4bc-45a8-9cf6-4e875aa9f7a2
let
df = filter(:campaign_id => ==(6), df_skews_selected)
leftjoin!(df, select(qaqc_runs, [:id, :run_datetime]), on = :runid => :id)
# from UTC to JST(+9h)
transform!(df, :run_datetime => ByRow(dt -> dt + Hour(9)) => :run_datetime)
@assert all(!ismissing, df.run_datetime)
dropmissing!(df, :run_datetime)
transform!(df, :run_datetime => ByRow(Date) => :run_date)
fig = Figure()
gdf = groupby(df, :run_date)
for (i, sdf) in enumerate(gdf)
unit_converter = Makie.DateTimeConversion(Time)
ax = Axis(
fig[i, 1],
title = string(keys(gdf)[i]),
dim1_conversion = unit_converter,
limits = (
(
Makie.convert_dim_value(unit_converter, Time(9)),
Makie.convert_dim_value(unit_converter, Time(20)),
),
(-2, 1),
),
)
scatter!(ax, sdf.run_datetime .|> Time, sdf.skew, markersize = 7, alpha = 0.7)
mean_runs = Union{Float64, Missing}[]
std_runs = Union{Float64, Missing}[]
datetime_runs = Time[]
for sdf_samerun in groupby(sdf, :runid)
push!(mean_runs, mean(sdf_samerun.skew |> skipmissing))
push!(std_runs, std(sdf_samerun.skew |> skipmissing))
push!(datetime_runs, sdf_samerun.run_datetime |> first)
end
scatterlines!(
ax,
datetime_runs,
mean_runs,
marker = :hline,
markersize = 10,
color = Makie.wong_colors()[2],
)
errorbars!(ax, datetime_runs, mean_runs, std_runs, color = Makie.wong_colors()[2])
end
fig
end
# ╔═╡ 86437ee6-ccea-43fa-bd93-d86fe055f28d
md"""
# プロットまとめ
......@@ -561,7 +868,7 @@ md"""
"""
# ╔═╡ 2a24c277-6679-49f3-b387-6937b7661a25
invalid_measurements = [215, 291, 442, 460, 462, 545, 799, 802, 444, 255, 435, 1213]
invalid_measurements = [215, 291, 442, 460, 462, 545, 799, 802, 444, 255, 435, 1213, 1215, #= TODO: remove =# 1563]
# ╔═╡ 13b4112f-96ab-41a1-8ef1-d940771f6ece
df_skews_selected_valids = let
......@@ -569,6 +876,12 @@ df_skews_selected_valids = let
df
end
# ╔═╡ 2dde2b39-8f8c-473b-8fed-393a9e3286d8
sort(df_skews_selected_valids, :skew)
# ╔═╡ 2a579bc2-79f8-4773-8588-a413acb8a6d6
sort(df_skews_selected_valids, :skew, rev = true)
# ╔═╡ cf658de8-a4c5-413e-b5e3-56b77a80336f
sort(df_skews_selected, :width)
......@@ -582,12 +895,17 @@ begin
@assert all(==(1), df_skews_selected_valids.riseup)
end
# ╔═╡ 92d701aa-ab90-4c91-977d-2ce92823d130
md"""
## skew分布
"""
# ╔═╡ 4a4ef945-b312-44ed-ab62-ce01fc33f926
let
bins = range(
minimum(df_skews_selected_valids.skew) - 5 / 57,
maximum(df_skews_selected_valids.skew) + 5 / 57,
step = 2 / 57,
minimum(df_skews_selected_valids.skew) - 5 / 56,
maximum(df_skews_selected_valids.skew) + 5 / 56,
step = 2 / 56,
)
fig = Figure()
ax = Axis(
......@@ -615,25 +933,227 @@ let
fig
end
# ╔═╡ 82063c4b-c0cf-4524-83fe-5207bb8363d8
md"""
### skew分布のcampaign依存性
"""
# ╔═╡ dff359b1-4827-40c6-86e4-0915974ef27d
let
bins = range(
minimum(df_skews_selected_valids.skew) - 5 / 56,
maximum(df_skews_selected_valids.skew) + 5 / 56,
step = 8 / 56,
)
fig = Figure()
ax = Axis(
fig[1, 1],
title = "skews",
limits = (nothing, (nothing, nothing)),
xlabel = "skew / ns",
)
hists = Hist1D[]
for gdf in groupby(df_skews_selected_valids, :campaign_id)
push!(hists, Hist1D(gdf.skew, binedges = bins))
end
sh1 = stackedhist!(ax, hists, error_color = Pattern('/'))
labels = ["campaign $i" for i in 1:7]
elements =
[PolyElement(polycolor = sh1.attributes.color[][i]) for i in 1:length(labels)]
Legend(
fig[1, 1],
elements,
labels,
["""
n = $(nrow(df_skews_selected_valids))
μ = $(@sprintf "%.2g" mean(df_skews_selected_valids.skew))
σ = $(@sprintf "%.2g" std(df_skews_selected_valids.skew))
"""],
tellwidth = false,
tellheight = false,
halign = :left,
valign = :top,
margin = (10, 10, 10, 10),
)
fig
end
# ╔═╡ 7920b03b-1d1a-4b51-bfc0-86d1361f2ff1
let
fig = Figure()
ax = Axis(
fig[1, 1],
xlabel = "psbid",
ylabel = "skew / ns",
title = "clock skew time dependency",
)
scatter!(ax, df_skews_selected_valids.psbid, df_skews_selected_valids.skew)
fig
end
# ╔═╡ e640424b-7f7b-4cca-a634-92749ceee170
let
fig = Figure()
ax = Axis(
fig[1, 1],
xlabel = "runid",
ylabel = "skew / ns",
title = "clock skew time dependency",
)
@info "" qaqc_runs
scatter!(ax, df_skews_selected_valids.runid, df_skews_selected_valids.skew)
fig
end
# ╔═╡ c3236e51-12a3-43e1-afc4-71be54c0a869
let
fig = Figure()
ax = Axis(
fig[1, 1],
xlabel = "runid",
ylabel = "skew / ns",
title = "clock skew time dependency",
limits = ((290, 320), nothing),
xminorticksvisible = true,
xminorgridvisible = true,
)
scatter!(ax, df_skews_selected_valids.runid, df_skews_selected_valids.skew)
text!(
ax,
df_skews_selected_valids.runid,
df_skews_selected_valids.skew |> disallowmissing,
text = string.(df_skews_selected_valids.psbid),
color = (:black, 0.3),
align = (:left, :center),
)
df_byruns = combine(
groupby(df_skews_selected_valids, :runid),
AsTable(:) =>
(sdf -> begin
(mean = mean(sdf.skew), std = std(sdf.skew))
end) => [:mean, :std],
)
scatter!(ax, df_byruns.runid, df_byruns.mean, label = "mean")
# vlines!(ax, [304])
let
rangebars!(
ax,
[-1, -1],
[293, 305],
[304, 329],
direction = :x,
whiskerwidth = 10,
color = :black,
)
text!(ax, [(293 + 304) / 2, (305 + 329) / 2], [-1, -1], text = ["11-11", "11-12"])
end
df_highlighted = filter(
:psbid => in([973, 990, 992, 1030, 1050, 1053, 1110, 1113, 1121, 1141, 1142]),
df_skews_selected_valids,
)
@info "" df_highlighted
scatter!(
ax,
df_highlighted.runid,
df_highlighted.skew |> disallowmissing,
marker = :x,
markersize = 20,
alpha = 0.3,
)
axislegend(ax)
fig
end
# ╔═╡ 126f5825-25c1-4628-b4ae-ffbd9830833c
let
df = leftjoin(
df_skews_selected_valids,
select(qaqc_runs, [:id, :run_datetime]),
on = :runid => :id,
)
# from UTC to JST(+9h)
transform!(df, :run_datetime => ByRow(dt -> dt + Hour(9)) => :run_datetime)
@assert all(!ismissing, df.run_datetime)
dropmissing!(df, :run_datetime)
transform!(df, :run_datetime => ByRow(Date) => :run_date)
fig = Figure(size = (600, 900))
gdf = groupby(df, :campaign_id)
for (i, sdf) in enumerate(gdf)
unit_converter = Makie.DateTimeConversion(Time)
ax = Axis(
fig[i, 1],
title = string(keys(gdf)[i]),
dim1_conversion = unit_converter,
limits = (
(
Makie.convert_dim_value(unit_converter, Time(0)),
Makie.convert_dim_value(unit_converter, Time(23, 59, 59)),
),
# (-2, 2),
nothing,
),
)
sdf = transform(sdf, :run_datetime => ByRow(Time) => :run_time)
sort!(sdf, :run_time)
scatter!(ax, sdf.run_datetime .|> Time, sdf.skew, markersize = 7, alpha = 0.7)
df_runs = combine(
groupby(sdf, :runid),
AsTable(:) =>
(
sdf -> begin
(;
mean = mean(sdf.skew |> skipmissing),
std = std(sdf.skew |> skipmissing),
run_time = first(sdf.run_time),
)
end
) => [:mean, :std, :run_time],
)
sort!(df_runs, :run_time)
scatterlines!(
ax,
df_runs.run_time,
df_runs.mean,
marker = :hline,
markersize = 10,
color = Makie.wong_colors()[2],
)
errorbars!(
ax,
df_runs.run_time,
df_runs.mean,
df_runs.std,
color = Makie.wong_colors()[2],
)
end
fig
end
# ╔═╡ 46b2a3cd-d2e6-4277-8b65-9c61f25f69e8
3 / 57
3 / 56
# ╔═╡ 55bad662-cfdd-45c8-81bf-4e65e5c8434e
md"""
## 立ち上がり時間分布
"""
# ╔═╡ 13bb4978-b98d-44a3-a4b6-4241cadc609b
let
bins = range(
minimum(df_skews_selected_valids.width) - 1 / 57,
maximum(df_skews_selected_valids.width) + 2 / 57,
step = 1 / 57,
minimum(df_skews_selected_valids.width) - 1 / 56,
maximum(df_skews_selected_valids.width) + 2 / 56,
step = 1 / 56,
)
fig = Figure()
ax = Axis(
fig[1, 1],
title = "rise up span",
title = "distribution of rise up spans",
xlabel = "time / ns",
xticks = (
bins,
string.(round.(bins, digits = 3)),# .* "," .* string.(round.(Int64, bins * 57)),
),
xticks = (bins, string.(round.(bins, digits = 3))),
xticklabelrotation = π / 3,
)
h1 = hist!(
......@@ -662,6 +1182,15 @@ let
fig
end
# ╔═╡ 2835ff7c-d6cc-49d8-b35c-0071a8364376
scatter(
df_skews_selected_valids.runid,
df_skews_selected_valids.width,
markersize = 7,
alpha = 0.2,
axis = (xlabel = "runid", ylabel = "width"),
)
# ╔═╡ 6c3c7669-d594-425d-bf05-9aa217c7656e
md"""
# turn on curves
......@@ -779,12 +1308,14 @@ end
# ╠═420dce0e-4757-48d9-84ec-7ddfac2fdff6
# ╠═99902640-fee3-4502-9c7e-cb08834bad0b
# ╠═c79c6684-1b03-41b5-aa90-ef8c7a8eb69c
# ╠═a1056aba-e484-4594-908b-4709896d0da0
# ╠═875bec26-e576-4f48-ba14-464bce503d75
# ╟─ec774495-c0be-47a4-9d2c-b48159c07013
# ╠═d082e07c-3b42-4362-bebf-63356979a49b
# ╟─2d41c98b-630e-41e7-9332-25394a6285e8
# ╠═6ff9f397-5db9-45af-9bca-7a8d7756f8da
# ╠═25688d24-5aee-43d3-aff9-b9efa0556070
# ╠═0d3f7f0a-1713-4e22-acbb-7d370fabf5a7
# ╠═239a808c-0411-4542-ae68-6ae6af333bd2
# ╠═8e57bde1-5f97-483d-906e-8ebfb65016d0
# ╠═92c2ac3f-8034-4e9e-aadb-8bb166fbc948
......@@ -812,14 +1343,30 @@ end
# ╠═07342d98-3889-4a19-8419-6d113fffb42e
# ╠═939aba6b-b03c-42b6-83b3-9cea5f4eb858
# ╠═aa9b78bc-8d66-4df2-bd06-1cbf21190488
# ╠═76f44129-34c6-451d-af3f-4593dd1dda5c
# ╠═0dd4c5fe-71d0-45d0-897e-51d1aa06bd3b
# ╠═148e42fc-d168-4e07-b4f8-f9c3f8c18efc
# ╠═3266d1fd-b8f0-4eb0-9a8e-2050bc9a626f
# ╠═660f2bd1-d4bc-45a8-9cf6-4e875aa9f7a2
# ╠═86437ee6-ccea-43fa-bd93-d86fe055f28d
# ╠═2a24c277-6679-49f3-b387-6937b7661a25
# ╠═13b4112f-96ab-41a1-8ef1-d940771f6ece
# ╠═2dde2b39-8f8c-473b-8fed-393a9e3286d8
# ╠═2a579bc2-79f8-4773-8588-a413acb8a6d6
# ╠═cf658de8-a4c5-413e-b5e3-56b77a80336f
# ╠═7efd380b-a976-4a86-8dff-8afd551f03fb
# ╠═6a856a55-2611-41d0-a2c7-3645c066fc3c
# ╟─92d701aa-ab90-4c91-977d-2ce92823d130
# ╠═4a4ef945-b312-44ed-ab62-ce01fc33f926
# ╟─82063c4b-c0cf-4524-83fe-5207bb8363d8
# ╠═dff359b1-4827-40c6-86e4-0915974ef27d
# ╠═7920b03b-1d1a-4b51-bfc0-86d1361f2ff1
# ╠═e640424b-7f7b-4cca-a634-92749ceee170
# ╠═c3236e51-12a3-43e1-afc4-71be54c0a869
# ╠═126f5825-25c1-4628-b4ae-ffbd9830833c
# ╠═46b2a3cd-d2e6-4277-8b65-9c61f25f69e8
# ╟─55bad662-cfdd-45c8-81bf-4e65e5c8434e
# ╠═13bb4978-b98d-44a3-a4b6-4241cadc609b
# ╠═2835ff7c-d6cc-49d8-b35c-0071a8364376
# ╠═6c3c7669-d594-425d-bf05-9aa217c7656e
# ╠═e9b3f541-d87d-4424-8b82-be1b7b3273d8