← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:remove-doc-folder into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:remove-doc-folder into launchpad:master.

Commit message:
Remove doc folder

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/454275
-- 
The attached diff has been truncated due to its size.
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:remove-doc-folder into launchpad:master.
diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644
index 1727b50..0000000
--- a/doc/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-_build
-node_modules
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index 661b18a..0000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,139 +0,0 @@
-# Makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line.
-SPHINXOPTS    = -Nq
-SPHINXBUILD   = sphinx-build
-PAPER         =
-BUILDDIR      = _build
-
-# Internal variables.
-PAPEROPT_a4     = -D latex_paper_size=a4
-PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
-
-.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
-
-help:
-	@echo "Please use \`make <target>' where <target> is one of"
-	@echo "  html       to make standalone HTML files"
-	@echo "  dirhtml    to make HTML files named index.html in directories"
-	@echo "  singlehtml to make a single large HTML file"
-	@echo "  pickle     to make pickle files"
-	@echo "  json       to make JSON files"
-	@echo "  htmlhelp   to make HTML files and a HTML help project"
-	@echo "  qthelp     to make HTML files and a qthelp project"
-	@echo "  devhelp    to make HTML files and a Devhelp project"
-	@echo "  epub       to make an epub"
-	@echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
-	@echo "  latexpdf   to make LaTeX files and run them through pdflatex"
-	@echo "  text       to make text files"
-	@echo "  man        to make manual pages"
-	@echo "  changes    to make an overview of all changed/added/deprecated items"
-	@echo "  linkcheck  to check all external links for integrity"
-	@echo "  doctest    to run all doctests embedded in the documentation (if enabled)"
-	@echo "  build-css  to build the CSS for the theme"
-
-clean:
-	-rm -rf $(BUILDDIR)/*
-
-html:
-	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
-	@echo
-	@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
-
-dirhtml:
-	$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
-	@echo
-	@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
-
-singlehtml:
-	$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
-	@echo
-	@echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
-
-pickle:
-	$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
-	@echo
-	@echo "Build finished; now you can process the pickle files."
-
-json:
-	$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
-	@echo
-	@echo "Build finished; now you can process the JSON files."
-
-htmlhelp:
-	$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
-	@echo
-	@echo "Build finished; now you can run HTML Help Workshop with the" \
-	      ".hhp project file in $(BUILDDIR)/htmlhelp."
-
-qthelp:
-	$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
-	@echo
-	@echo "Build finished; now you can run "qcollectiongenerator" with the" \
-	      ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
-	@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Launchpad.qhcp"
-	@echo "To view the help file:"
-	@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Launchpad.qhc"
-
-devhelp:
-	$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
-	@echo
-	@echo "Build finished."
-	@echo "To view the help file:"
-	@echo "# mkdir -p $$HOME/.local/share/devhelp/Launchpad"
-	@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Launchpad"
-	@echo "# devhelp"
-
-epub:
-	$(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
-	@echo
-	@echo "Build finished. The epub file is in $(BUILDDIR)/epub."
-
-latex:
-	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
-	@echo
-	@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
-	@echo "Run \`make' in that directory to run these through (pdf)latex" \
-	      "(use \`make latexpdf' here to do that automatically)."
-
-latexpdf:
-	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
-	@echo "Running LaTeX files through pdflatex..."
-	make -C $(BUILDDIR)/latex all-pdf
-	@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
-
-text:
-	$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
-	@echo
-	@echo "Build finished. The text files are in $(BUILDDIR)/text."
-
-man:
-	$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
-	@echo
-	@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
-
-changes:
-	$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
-	@echo
-	@echo "The overview file is in $(BUILDDIR)/changes."
-
-linkcheck:
-	$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
-	@echo
-	@echo "Link check complete; look for any errors in the above output " \
-	      "or in $(BUILDDIR)/linkcheck/output.txt."
-
-doctest:
-	$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
-	@echo "Testing of doctests in the sources finished, look at the " \
-	      "results in $(BUILDDIR)/doctest/output.txt."
-
-build-css:
-	@if ! command -v yarnpkg >/dev/null; then \
-		echo "yarnpkg not installed.  Try 'sudo apt install yarnpkg'?" >&2; \
-		exit 1; \
-	fi
-	yarnpkg
-	yarnpkg run build-css
diff --git a/doc/README b/doc/README
deleted file mode 100644
index a0a1590..0000000
--- a/doc/README
+++ /dev/null
@@ -1,8 +0,0 @@
-This directory contains general system-level documentation for Launchpad.
-
-To build the documentation locally just run ``tox -e docs``.
-
-You can also find general documentation on <https://dev.launchpad.net> and
-documentation on specific parts of the system in doctests (look for *.rst
-files) or in docstrings.
-
diff --git a/doc/_static/.gitignore b/doc/_static/.gitignore
deleted file mode 100644
index e69de29..0000000
--- a/doc/_static/.gitignore
+++ /dev/null
diff --git a/doc/_templates/.gitignore b/doc/_templates/.gitignore
deleted file mode 100644
index e69de29..0000000
--- a/doc/_templates/.gitignore
+++ /dev/null
diff --git a/doc/bug-export.rnc b/doc/bug-export.rnc
deleted file mode 100644
index 6a64042..0000000
--- a/doc/bug-export.rnc
+++ /dev/null
@@ -1,102 +0,0 @@
-default namespace = "https://launchpad.net/xmlns/2006/bugs";
-
-start = lpbugs
-
-# Data types
-
-boolean = "True" | "False"
-lpname = xsd:string { pattern = "[a-z0-9][a-z0-9\+\.\-]*" }
-lpbugname = xsd:string { pattern = "[a-z][a-z0-9\+\.\-]*" }
-cvename = xsd:string { pattern = "(19|20)[0-9]{2}-[0-9]{4,}" }
-non_empty_text = xsd:string { minLength = "1" }
-
-# XXX: jamesh 2006-04-11 bug=105401:
-# These status and importance values need to be kept in sync with the
-# rest of Launchpad.  However, there are not yet any tests for this.
-#     https://bugs.launchpad.net/bugs/105401
-status = (
-  "NEW"          |
-  "INCOMPLETE"   |
-  "INVALID"      |
-  "WONTFIX"      |
-  "CONFIRMED"    |
-  "TRIAGED"      |
-  "INPROGRESS"   |
-  "FIXCOMMITTED" |
-  "FIXRELEASED")
-importance = (
-  "CRITICAL"  |
-  "HIGH"      |
-  "MEDIUM"    |
-  "LOW"       |
-  "WISHLIST"  |
-  "UNDECIDED")
-
-# Content model for a person element.  The element content is the
-# person's name.  For successful bug import, an email address must be
-# provided.
-person_nobody = (
-  attribute name { string "nobody" })
-person_normal = (
-  attribute name { lpname }?,
-  attribute email { non_empty_text },
-  text)
-person = (
-  person_nobody |
-  person_normal)
-
-lpbugs = element launchpad-bugs { bug* }
-
-bug = element bug {
-  attribute id { xsd:integer } &
-  element private { boolean }? &
-  element security_related { boolean }? &
-  element duplicateof { xsd:integer }? &
-  element datecreated { xsd:dateTime } &
-  element nickname { lpbugname }? &
-  # The following will likely be renamed summary in a future version.
-  element title { text } &
-  element description { text } &
-  element reporter { person } &
-  element status { status } &
-  element importance { importance } &
-  element milestone { lpname }? &
-  element assignee { person }? &
-  element urls {
-    element url { attribute href { xsd:anyURI }, text }*
-  }? &
-  element cves {
-    element cve { cvename }*
-  }? &
-  element tags {
-    element tag { lpname }*
-  }? &
-  element bugwatches {
-    element bugwatch { attribute href { xsd:anyURI } }*
-  }? &
-  element subscriptions {
-    element subscriber { person }*
-  }? &
-  comment+
-}
-
-# A bug has one or more comments.  The first comment duplicates the
-# reporter, datecreated, title, description of the bug.
-comment = element comment {
-  element sender { person } &
-  element date { xsd:dateTime } &
-  element title { text }? &
-  element text { text } &
-  attachment*
-}
-
-# A bug attachment.  Attachments are associated with a bug comment.
-attachment = element attachment {
-  attribute href { xsd:anyURI }? &
-  element type { "PATCH" | "UNSPECIFIED" }? &
-  element filename { non_empty_text }? &
-  # The following will likely be renamed summary in a future version.
-  element title { text }? &
-  element mimetype { text }? &
-  element contents { xsd:base64Binary { minLength = "1" } }
-}
diff --git a/doc/chameleon.rst b/doc/chameleon.rst
deleted file mode 100644
index 0aec37d..0000000
--- a/doc/chameleon.rst
+++ /dev/null
@@ -1,27 +0,0 @@
-Running Launchpad with Chameleon Template Engine
-================================================
-
-- Uncomment ``<include package="z3c.ptcompat" />`` in ``zcml/zopeapp.zcml``
-  to enable ``z3c.pt``.
-
-
-Useful environment options for ``z3c.pt``::
-
-  # in debug-mode, templates on disk are reloaded if they're modified
-  CHAMELEON_DEBUG (default: false)
-
-  # disable disk-cache to prevent the compiler from caching on disk
-  CHAMELEON_CACHE (default: true)
-
-  # if eager parsing is enabled, templates are parsed upon
-  # instantiation, rather than when first called upon; this mode is
-  # useful for verifying validity of templates across a project
-  CHAMELEON_EAGER (default: false)
-
-  # in strict mode, filled macro slots must exist in the macro that's
-  # being used.
-  CHAMELEON_STRICT (default: false)
-
-  # when validation is enabled, dynamically inserted content is
-  # validated against the XHTML standard
-  CHAMELEON_VALIDATE (default: false)
diff --git a/doc/conf.py b/doc/conf.py
deleted file mode 100644
index 3f6130a..0000000
--- a/doc/conf.py
+++ /dev/null
@@ -1,214 +0,0 @@
-# Launchpad documentation build configuration file, created by
-# sphinx-quickstart on Thu Feb  3 16:06:09 2011.
-#
-# This file is execfile()d with the current directory set to its containing
-# dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-# sys.path.insert(0, os.path.abspath('.'))
-
-# -- General configuration ----------------------------------------------------
-
-# If your documentation needs a minimal Sphinx version, state it here.
-# needs_sphinx = '1.0'
-
-# Add any Sphinx extension module names here, as strings. They can be
-# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ["sphinx.ext.autodoc", "sphinx.ext.doctest", "sphinx.ext.todo"]
-
-# Add any paths that contain templates here, relative to this directory.
-templates_path = ["_templates"]
-
-# The suffix of source filenames.
-source_suffix = ".rst"
-
-# The encoding of source files.
-# source_encoding = 'utf-8-sig'
-
-# The master toctree document.
-master_doc = "index"
-
-# General information about the project.
-project = "Launchpad"
-copyright = "2004-2023, Canonical Ltd."
-
-# The version info for the project you're documenting, acts as replacement for
-# |version| and |release|, also used in various other places throughout the
-# built documents.
-#
-# The short X.Y version.
-version = "dev"
-# The full version, including alpha/beta/rc tags.
-release = "dev"
-
-# The language for content autogenerated by Sphinx. Refer to documentation
-# for a list of supported languages.
-# language = None
-
-# There are two options for replacing |today|: either, you set today to some
-# non-false value, then it is used:
-# today = ''
-# Else, today_fmt is used as the format for a strftime call.
-# today_fmt = '%B %d, %Y'
-
-# List of patterns, relative to source directory, that match files and
-# directories to ignore when looking for source files.
-exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
-
-# The reST default role (used for this markup: `text`) to use for all
-# documents.
-# default_role = None
-
-# If true, '()' will be appended to :func: etc. cross-reference text.
-# add_function_parentheses = True
-
-# If true, the current module name will be prepended to all description
-# unit titles (such as .. function::).
-# add_module_names = True
-
-# If true, sectionauthor and moduleauthor directives will be shown in the
-# output. They are ignored by default.
-# show_authors = False
-
-# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = "sphinx"
-
-# A list of ignored prefixes for module index sorting.
-# modindex_common_prefix = []
-
-
-# -- Options for HTML output --------------------------------------------------
-
-# The theme to use for HTML and HTML Help pages.  See the documentation for
-# a list of builtin themes.
-html_theme = "vanilla"
-
-# Theme options are theme-specific and customize the look and feel of a theme
-# further.  For a list of options available for each theme, see the
-# documentation.
-# html_theme_options = {}
-
-# Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ["."]
-
-# The name for this set of Sphinx documents.  If None, it defaults to
-# "<project> v<release> documentation".
-# html_title = None
-
-# A shorter title for the navigation bar.  Default is the same as html_title.
-# html_short_title = None
-
-# The name of an image file (relative to this directory) to place at the top
-# of the sidebar.
-html_logo = "images/logo.png"
-
-# The name of an image file (within the static path) to use as favicon of the
-# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
-# pixels large.
-html_favicon = "images/favicon.png"
-
-# Add any paths that contain custom static files (such as style sheets) here,
-# relative to this directory. They are copied after the builtin static files,
-# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = []
-
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# using the given strftime format.
-# html_last_updated_fmt = '%b %d, %Y'
-
-# If true, SmartyPants will be used to convert quotes and dashes to
-# typographically correct entities.
-# html_use_smartypants = True
-
-# Custom sidebar templates, maps document names to template names.
-html_sidebars = {
-    "**": [
-        "globaltoc.html",
-    ]
-}
-
-# Additional templates that should be rendered to pages, maps page names to
-# template names.
-# html_additional_pages = {}
-
-# If false, no module index is generated.
-# html_domain_indices = True
-
-# If false, no index is generated.
-# html_use_index = True
-
-# If true, the index is split into individual pages for each letter.
-# html_split_index = False
-
-# If true, links to the reST sources are added to the pages.
-# html_show_sourcelink = True
-
-# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
-# html_show_sphinx = True
-
-# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
-# html_show_copyright = True
-
-# If true, an OpenSearch description file will be output, and all pages will
-# contain a <link> tag referring to it.  The value of this option must be the
-# base URL from which the finished HTML is served.
-# html_use_opensearch = ''
-
-# This is the file name suffix for HTML files (e.g. ".xhtml").
-# html_file_suffix = None
-
-# Output file base name for HTML help builder.
-htmlhelp_basename = "Launchpaddoc"
-
-
-# -- Options for LaTeX output -------------------------------------------------
-
-# The paper size ('letter' or 'a4').
-# latex_paper_size = 'letter'
-
-# The font size ('10pt', '11pt' or '12pt').
-# latex_font_size = '10pt'
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author,
-#  documentclass [howto/manual]).
-
-# The name of an image file (relative to this directory) to place at the top of
-# the title page.
-# latex_logo = None
-
-# For "manual" documents, if this is true, then toplevel headings are parts,
-# not chapters.
-# latex_use_parts = False
-
-# If true, show page references after internal links.
-# latex_show_pagerefs = False
-
-# If true, show URL addresses after external links.
-# latex_show_urls = False
-
-# Additional stuff for the LaTeX preamble.
-# latex_preamble = ''
-
-# Documents to append as an appendix to all manuals.
-# latex_appendices = []
-
-# If false, no module index is generated.
-# latex_domain_indices = True
-
-
-# -- Options for manual page output -------------------------------------------
-
-# One entry per manual page. List of tuples
-# (source start file, name, description, authors, manual section).
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {"http://docs.python.org/": None}
diff --git a/doc/diagrams/architecture.html b/doc/diagrams/architecture.html
deleted file mode 100644
index b284916..0000000
--- a/doc/diagrams/architecture.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]-->
-<!DOCTYPE html>
-<html>
-<head>
-<title>launchpad_v0.1</title>
-<meta charset="utf-8"/>
-</head>
-<body><div class="mxgraph" style="max-width:100%;border:1px solid transparent;" data-mxgraph="{&quot;highlight&quot;:&quot;#0000ff&quot;,&quot;nav&quot;:true,&quot;resize&quot;:true,&quot;page&quot;:1,&quot;toolbar&quot;:&quot;pages zoom layers tags lightbox&quot;,&quot;edit&quot;:&quot;_blank&quot;,&quot;xml&quot;:&quot;&lt;mxfile host=\&quot;app.diagrams.net\&quot; modified=\&quot;2023-10-02T14:34:28.655Z\&quot; agent=\&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15\&quot; etag=\&quot;I7le6k5BaBBBEs9X8b4P\&quot; version=\&quot;22.0.0\&quot; type=\&quot;google\&quot; pages=\&quot;3\&quot;&gt;\n  &lt;diagram id=\&quot;uBMpoZB-KPJ61IGdVXNh\&quot; name=\&quot;hello\&quot;&gt;\n    &lt;mxGraphModel grid=\&quot;1\&quot; page=\&quot;1\&quot; gridSize=\&quot;10\&quot; guides=\&quot;1\&quot; tooltips=\&quot;1\&quot; connect=\&quot;1\&quot; arrows=\&quot;1\&quot; fold=\&quot;1\&quot; pageScale=\&quot;1\&quot; pageWidth=\&quot;1169\&quot; pageHeight=\&quot;827\&quot; math=\&quot;0\&quot; shadow=\&quot;0\&quot;&gt;\n      &lt;root&gt;\n        &lt;mxCell id=\&quot;0\&quot; /&gt;\n        &lt;mxCell id=\&quot;1\&quot; parent=\&quot;0\&quot; /&gt;\n      &lt;/root&gt;\n    &lt;/mxGraphModel&gt;\n  &lt;/diagram&gt;\n  &lt;diagram name=\&quot;top\&quot; id=\&quot;14glVH8XSJX-2FxTRWny\&quot;&gt;\n    &lt;mxGraphModel dx=\&quot;1116\&quot; dy=\&quot;767\&quot; grid=\&quot;1\&quot; gridSize=\&quot;10\&quot; guides=\&quot;1\&quot; tooltips=\&quot;1\&quot; connect=\&quot;1\&quot; arrows=\&quot;1\&quot; fold=\&quot;1\&quot; page=\&quot;1\&quot; pageScale=\&quot;1\&quot; pageWidth=\&quot;1169\&quot; pageHeight=\&quot;827\&quot; math=\&quot;0\&quot; shadow=\&quot;0\&quot;&gt;\n      &lt;root&gt;\n        &lt;mxCell id=\&quot;0\&quot; /&gt;\n        &lt;mxCell id=\&quot;1\&quot; parent=\&quot;0\&quot; /&gt;\n        &lt;mxCell id=\&quot;fAyoninLRHclhjhz9gtE-3\&quot; value=\&quot;Temporary\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;dashed=1;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;440\&quot; y=\&quot;1201\&quot; width=\&quot;240\&quot; height=\&quot;279\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;fAyoninLRHclhjhz9gtE-5\&quot; value=\&quot;Storage\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;dashed=1;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;120\&quot; y=\&quot;1160\&quot; width=\&quot;600\&quot; height=\&quot;360\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-107\&quot; value=\&quot;External services/platforms\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;dashed=1;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;800\&quot; y=\&quot;1280\&quot; width=\&quot;3550\&quot; height=\&quot;160\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-101\&quot; value=\&quot;Signing service\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;verticalAlign=top;align=left;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2320\&quot; y=\&quot;200\&quot; width=\&quot;240\&quot; height=\&quot;480\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-85\&quot; value=\&quot;Git\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1400\&quot; y=\&quot;200\&quot; width=\&quot;240\&quot; height=\&quot;270\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-79\&quot; value=\&quot;Diskless archives\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;4000\&quot; y=\&quot;240\&quot; width=\&quot;320\&quot; height=\&quot;880\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-73\&quot; value=\&quot;Archive management\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;dashed=1;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2640\&quot; y=\&quot;200\&quot; width=\&quot;1720\&quot; height=\&quot;960\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-6\&quot; value=\&quot;Frontends\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;dashed=1;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;200\&quot; width=\&quot;720\&quot; height=\&quot;160\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-37\&quot; value=\&quot;Ubuntu primary archive (ftpmaster)\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2680\&quot; y=\&quot;240\&quot; width=\&quot;320\&quot; height=\&quot;880\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-52\&quot; value=\&quot;Publisher\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2720\&quot; y=\&quot;440\&quot; width=\&quot;240\&quot; height=\&quot;320\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-34\&quot; value=\&quot;Build farm\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;dashed=1;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;800\&quot; y=\&quot;200\&quot; width=\&quot;480\&quot; height=\&quot;720\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;K2rduQrQvQ7fZCcYsmbU-1\&quot; value=\&quot;&amp;lt;font data-font-src=&amp;quot;https://fonts.googleapis.com/css?family=ubuntu&amp;quot;&amp;gt;Launchpad&amp;lt;/font&amp;gt;\&quot; style=\&quot;text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;fontStyle=0;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; parent=\&quot;1\&quot; vertex=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;700\&quot; y=\&quot;40\&quot; width=\&quot;60\&quot; height=\&quot;30\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-1\&quot; value=\&quot;Squid\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;320\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-2\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://git.launchpad.net/launchpad/tree/charm/launchpad-appserver/README.md&amp;quot;&amp;gt;App servers&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;320\&quot; y=\&quot;480\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-3\&quot; value=\&quot;Launchpad DB\&quot; style=\&quot;shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;200\&quot; y=\&quot;1240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-4\&quot; value=\&quot;buildd-manager\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;880\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-5\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://charmhub.io/haproxy&amp;quot;&amp;gt;HAProxy&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;80\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot; value=\&quot;\&quot; style=\&quot;group\&quot; vertex=\&quot;1\&quot; connectable=\&quot;0\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;880\&quot; y=\&quot;400\&quot; width=\&quot;280\&quot; height=\&quot;440\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-11\&quot; value=\&quot;Region\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot;&gt;\n          &lt;mxGeometry width=\&quot;280\&quot; height=\&quot;440\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-7\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;160\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-8\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot;&gt;\n          &lt;mxGeometry x=\&quot;50\&quot; y=\&quot;170\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-9\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot;&gt;\n          &lt;mxGeometry x=\&quot;60\&quot; y=\&quot;180\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-10\&quot; value=\&quot;vbuilder-manage\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;40\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-12\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;290\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-13\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot;&gt;\n          &lt;mxGeometry x=\&quot;50\&quot; y=\&quot;300\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-14\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-15\&quot;&gt;\n          &lt;mxGeometry x=\&quot;60\&quot; y=\&quot;310\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot; value=\&quot;\&quot; style=\&quot;group\&quot; vertex=\&quot;1\&quot; connectable=\&quot;0\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;890\&quot; y=\&quot;410\&quot; width=\&quot;280\&quot; height=\&quot;440\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-17\&quot; value=\&quot;Region\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot;&gt;\n          &lt;mxGeometry width=\&quot;280\&quot; height=\&quot;440\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-18\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;160\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-19\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot;&gt;\n          &lt;mxGeometry x=\&quot;50\&quot; y=\&quot;170\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-20\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot;&gt;\n          &lt;mxGeometry x=\&quot;60\&quot; y=\&quot;180\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-21\&quot; value=\&quot;vbuilder-manage\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;40\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-22\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;290\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-23\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot;&gt;\n          &lt;mxGeometry x=\&quot;50\&quot; y=\&quot;300\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-24\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-16\&quot;&gt;\n          &lt;mxGeometry x=\&quot;60\&quot; y=\&quot;310\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot; value=\&quot;\&quot; style=\&quot;group\&quot; vertex=\&quot;1\&quot; connectable=\&quot;0\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;900\&quot; y=\&quot;420\&quot; width=\&quot;280\&quot; height=\&quot;440\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-26\&quot; value=\&quot;Region\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot;&gt;\n          &lt;mxGeometry width=\&quot;280\&quot; height=\&quot;440\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-27\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;160\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-28\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot;&gt;\n          &lt;mxGeometry x=\&quot;50\&quot; y=\&quot;170\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-29\&quot; value=\&quot;Builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot;&gt;\n          &lt;mxGeometry x=\&quot;60\&quot; y=\&quot;180\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-30\&quot; value=\&quot;vbuilder-manage\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;40\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-31\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot;&gt;\n          &lt;mxGeometry x=\&quot;40\&quot; y=\&quot;290\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-32\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot;&gt;\n          &lt;mxGeometry x=\&quot;50\&quot; y=\&quot;300\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-33\&quot; value=\&quot;Per-architecture image builder\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-25\&quot;&gt;\n          &lt;mxGeometry x=\&quot;60\&quot; y=\&quot;310\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;UserObject label=\&quot;&amp;lt;a href=&amp;quot;https://git.launchpad.net/launchpad/tree/charm/launchpad-ftpmaster-publisher/README.md&amp;quot;&amp;gt;publish-distro&amp;lt;/a&amp;gt;\&quot; id=\&quot;ywUdjOG0sS2TTxPa8gvK-35\&quot;&gt;\n          &lt;mxCell style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n            &lt;mxGeometry x=\&quot;2760\&quot; y=\&quot;640\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n          &lt;/mxCell&gt;\n        &lt;/UserObject&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-36\&quot; value=\&quot;Upload queue processor\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2720\&quot; y=\&quot;800\&quot; width=\&quot;240\&quot; height=\&quot;280\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;UserObject label=\&quot;&amp;lt;div&amp;gt;&amp;lt;a href=&amp;quot;https://git.launchpad.net/txpkgupload/tree/charm/txpkgupload/README.md&amp;quot;&amp;gt;txpkgupload&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;\&quot; id=\&quot;ywUdjOG0sS2TTxPa8gvK-44\&quot;&gt;\n          &lt;mxCell style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;fontStyle=4\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n            &lt;mxGeometry x=\&quot;2760\&quot; y=\&quot;840\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n          &lt;/mxCell&gt;\n        &lt;/UserObject&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-45\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://charmhub.io/apache2&amp;quot;&amp;gt;Apache httpd&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2760\&quot; y=\&quot;480\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-51\&quot; value=\&quot;&amp;lt;div&amp;gt;&amp;lt;a href=&amp;quot;https://git.launchpad.net/launchpad/tree/charm/launchpad-ftpmaster-uploader/README.md&amp;quot;&amp;gt;process-upload&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2760\&quot; y=\&quot;960\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-53\&quot; value=\&quot;PPA\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3080\&quot; y=\&quot;240\&quot; width=\&quot;440\&quot; height=\&quot;880\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-54\&quot; value=\&quot;Publisher\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3240\&quot; y=\&quot;440\&quot; width=\&quot;240\&quot; height=\&quot;320\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-55\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://git.launchpad.net/launchpad/tree/charm/launchpad-ppa-publisher/README.md&amp;quot;&amp;gt;publish-distro&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3280\&quot; y=\&quot;640\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-56\&quot; value=\&quot;Upload queue processor\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3240\&quot; y=\&quot;800\&quot; width=\&quot;240\&quot; height=\&quot;280\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;UserObject label=\&quot;&amp;lt;div&amp;gt;&amp;lt;a href=&amp;quot;https://git.launchpad.net/txpkgupload/tree/charm/txpkgupload/README.md&amp;quot;&amp;gt;txpkgupload&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;\&quot; id=\&quot;ywUdjOG0sS2TTxPa8gvK-57\&quot;&gt;\n          &lt;mxCell style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;fontStyle=4\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n            &lt;mxGeometry x=\&quot;3280\&quot; y=\&quot;840\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n          &lt;/mxCell&gt;\n        &lt;/UserObject&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-58\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://charmhub.io/apache2&amp;quot;&amp;gt;Apache httpd&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3280\&quot; y=\&quot;480\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-59\&quot; value=\&quot;&amp;lt;div&amp;gt;&amp;lt;a href=&amp;quot;https://git.launchpad.net/launchpad/tree/charm/launchpad-ppa-uploader/README.md&amp;quot;&amp;gt;process-upload&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3280\&quot; y=\&quot;960\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-61\&quot; style=\&quot;edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;\&quot; edge=\&quot;1\&quot; parent=\&quot;1\&quot; source=\&quot;ywUdjOG0sS2TTxPa8gvK-60\&quot; target=\&quot;ywUdjOG0sS2TTxPa8gvK-58\&quot;&gt;\n          &lt;mxGeometry relative=\&quot;1\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-63\&quot; value=\&quot;HTTP/S\&quot; style=\&quot;edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];\&quot; vertex=\&quot;1\&quot; connectable=\&quot;0\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-61\&quot;&gt;\n          &lt;mxGeometry x=\&quot;0.5583\&quot; y=\&quot;-1\&quot; relative=\&quot;1\&quot; as=\&quot;geometry\&quot;&gt;\n            &lt;mxPoint as=\&quot;offset\&quot; /&gt;\n          &lt;/mxGeometry&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-62\&quot; style=\&quot;edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;\&quot; edge=\&quot;1\&quot; parent=\&quot;1\&quot; source=\&quot;ywUdjOG0sS2TTxPa8gvK-60\&quot; target=\&quot;ywUdjOG0sS2TTxPa8gvK-57\&quot;&gt;\n          &lt;mxGeometry relative=\&quot;1\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-64\&quot; value=\&quot;S/FTP\&quot; style=\&quot;edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];\&quot; vertex=\&quot;1\&quot; connectable=\&quot;0\&quot; parent=\&quot;ywUdjOG0sS2TTxPa8gvK-62\&quot;&gt;\n          &lt;mxGeometry x=\&quot;0.7967\&quot; y=\&quot;1\&quot; relative=\&quot;1\&quot; as=\&quot;geometry\&quot;&gt;\n            &lt;mxPoint as=\&quot;offset\&quot; /&gt;\n          &lt;/mxGeometry&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-60\&quot; value=\&quot;ppa-lb&amp;lt;br&amp;gt;(&amp;lt;a href=&amp;quot;https://charmhub.io/haproxy&amp;quot;&amp;gt;HAProxy&amp;lt;/a&amp;gt;)\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3120\&quot; y=\&quot;280\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-65\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://charmhub.io/launchpad-copy-archive-publisher&amp;quot;&amp;gt;Copy archive a.k.a. test rebuilds&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3600\&quot; y=\&quot;240\&quot; width=\&quot;320\&quot; height=\&quot;880\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-66\&quot; value=\&quot;Publisher\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3640\&quot; y=\&quot;440\&quot; width=\&quot;240\&quot; height=\&quot;320\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-67\&quot; value=\&quot;publish-distro\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3680\&quot; y=\&quot;640\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-70\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://charmhub.io/apache2&amp;quot;&amp;gt;Apache httpd&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3680\&quot; y=\&quot;480\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-75\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://git.launchpad.net/lp-archive/tree/README.rst&amp;quot;&amp;gt;lp-archive&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;4080\&quot; y=\&quot;480\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-76\&quot; value=\&quot;content-cache\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;4080\&quot; y=\&quot;280\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-78\&quot; value=\&quot;Librarian\&quot; style=\&quot;shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;200\&quot; y=\&quot;1360\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;UserObject label=\&quot;Regular jobs&amp;lt;br&amp;gt;(misc cron jobs)\&quot; link=\&quot;https://wiki.canonical.com/InformationInfrastructure/IS/LaunchpadScripts\&quot; id=\&quot;ywUdjOG0sS2TTxPa8gvK-80\&quot;&gt;\n          &lt;mxCell style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n            &lt;mxGeometry x=\&quot;80\&quot; y=\&quot;480\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n          &lt;/mxCell&gt;\n        &lt;/UserObject&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-82\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://git.launchpad.net/launchpad/tree/charm/launchpad-debian-importer/README.md&amp;quot;&amp;gt;Debian importer&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;81\&quot; y=\&quot;640\&quot; width=\&quot;159\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-83\&quot; value=\&quot;Code hosting&amp;lt;br&amp;gt;(&amp;lt;a href=&amp;quot;https://turnip.readthedocs.io/en/latest/&amp;quot;&amp;gt;turnip&amp;lt;/a&amp;gt;)\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1440\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-84\&quot; value=\&quot;Code browse&amp;lt;br&amp;gt;(&amp;lt;a href=&amp;quot;https://git.zx2c4.com/cgit/about/&amp;quot;&amp;gt;cgit&amp;lt;/a&amp;gt;)\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1440\&quot; y=\&quot;360\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-89\&quot; value=\&quot;Bzr\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1680\&quot; y=\&quot;200\&quot; width=\&quot;240\&quot; height=\&quot;270\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-90\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://help.launchpad.net/Code&amp;quot;&amp;gt;Code hosting&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1720\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-91\&quot; value=\&quot;Code browse&amp;lt;br&amp;gt;&amp;lt;div&amp;gt;(&amp;lt;a href=&amp;quot;https://launchpad.net/loggerhead&amp;quot;&amp;gt;loggerhead&amp;lt;/a&amp;gt;)&amp;lt;/div&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1720\&quot; y=\&quot;360\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-92\&quot; value=\&quot;Code imports\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1960\&quot; y=\&quot;200\&quot; width=\&quot;280\&quot; height=\&quot;280\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-93\&quot; value=\&quot;Scheduler\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2000\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-94\&quot; value=\&quot;Worker\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2000\&quot; y=\&quot;360\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-95\&quot; value=\&quot;Worker\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2010\&quot; y=\&quot;370\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-96\&quot; value=\&quot;Worker\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2020\&quot; y=\&quot;380\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-97\&quot; value=\&quot;Load balancer&amp;lt;br&amp;gt;(HAProxy)\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2360\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-98\&quot; value=\&quot;lp-signing\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2360\&quot; y=\&quot;400\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-100\&quot; value=\&quot;Signing DB\&quot; style=\&quot;shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2360\&quot; y=\&quot;560\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-102\&quot; value=\&quot;Outbound proxy\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1080\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-103\&quot; value=\&quot;Outbound webhooks proxy\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;320\&quot; y=\&quot;640\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-106\&quot; value=\&quot;&amp;lt;div&amp;gt;&amp;lt;a href=&amp;quot;https://wiki.canonical.com/Launchpad/PolicyandProcess/SOSSPPAConfiguration&amp;quot;&amp;gt;Artifactory&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3240\&quot; y=\&quot;1320\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-109\&quot; value=\&quot;&amp;lt;div&amp;gt;GitHub&amp;lt;/div&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;2000\&quot; y=\&quot;1320\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-110\&quot; value=\&quot;&amp;lt;div&amp;gt;Jira&amp;lt;/div&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;1790\&quot; y=\&quot;1320\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;ywUdjOG0sS2TTxPa8gvK-111\&quot; value=\&quot;&amp;lt;div&amp;gt;&amp;lt;a href=&amp;quot;https://launchpad.net/ubuntu/+archivemirrors&amp;quot;&amp;gt;Mirrors&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=default;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;3480\&quot; y=\&quot;1320\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;UserObject label=\&quot;&amp;lt;a href=&amp;quot;https://charmhub.io/rabbitmq-server&amp;quot;&amp;gt;RabbitMQ&amp;lt;/a&amp;gt;\&quot; id=\&quot;fAyoninLRHclhjhz9gtE-1\&quot;&gt;\n          &lt;mxCell style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n            &lt;mxGeometry x=\&quot;480\&quot; y=\&quot;1240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n          &lt;/mxCell&gt;\n        &lt;/UserObject&gt;\n        &lt;mxCell id=\&quot;fAyoninLRHclhjhz9gtE-2\&quot; value=\&quot;memcached\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;480\&quot; y=\&quot;1360\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;fAyoninLRHclhjhz9gtE-4\&quot; value=\&quot;Long-term\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;align=left;verticalAlign=top;dashed=1;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;160\&quot; y=\&quot;1201\&quot; width=\&quot;240\&quot; height=\&quot;279\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;fAyoninLRHclhjhz9gtE-6\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://charmhub.io/apache2&amp;quot;&amp;gt;Apache httpd&amp;lt;/a&amp;gt;\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;560\&quot; y=\&quot;240\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n        &lt;mxCell id=\&quot;fAyoninLRHclhjhz9gtE-7\&quot; value=\&quot;&amp;lt;a href=&amp;quot;https://git.launchpad.net/launchpad/tree/charm/launchpad-assets&amp;quot;&amp;gt;Assets&amp;lt;/a&amp;gt; (CSS, JS, API docs)&amp;lt;br&amp;gt;(&amp;lt;a href=&amp;quot;https://charmhub.io/apache2&amp;quot;&amp;gt;Apache httpd&amp;lt;/a&amp;gt;)\&quot; style=\&quot;rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontFamily=Ubuntu;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DUbuntu;\&quot; vertex=\&quot;1\&quot; parent=\&quot;1\&quot;&gt;\n          &lt;mxGeometry x=\&quot;560\&quot; y=\&quot;480\&quot; width=\&quot;160\&quot; height=\&quot;80\&quot; as=\&quot;geometry\&quot; /&gt;\n        &lt;/mxCell&gt;\n      &lt;/root&gt;\n    &lt;/mxGraphModel&gt;\n  &lt;/diagram&gt;\n  &lt;diagram id=\&quot;lYu0-FLWThrIpEuG7uEl\&quot; name=\&quot;Regular jobs\&quot;&gt;\n    &lt;mxGraphModel dx=\&quot;1674\&quot; dy=\&quot;1150\&quot; grid=\&quot;1\&quot; gridSize=\&quot;10\&quot; guides=\&quot;1\&quot; tooltips=\&quot;1\&quot; connect=\&quot;1\&quot; arrows=\&quot;1\&quot; fold=\&quot;1\&quot; page=\&quot;1\&quot; pageScale=\&quot;1\&quot; pageWidth=\&quot;1169\&quot; pageHeight=\&quot;827\&quot; math=\&quot;0\&quot; shadow=\&quot;0\&quot;&gt;\n      &lt;root&gt;\n        &lt;mxCell id=\&quot;0\&quot; /&gt;\n        &lt;mxCell id=\&quot;1\&quot; parent=\&quot;0\&quot; /&gt;\n      &lt;/root&gt;\n    &lt;/mxGraphModel&gt;\n  &lt;/diagram&gt;\n&lt;/mxfile&gt;\n&quot;}"></div>
-<script type="text/javascript" src="https://viewer.diagrams.net/js/viewer-static.min.js";></script>
-</body>
-</html>
\ No newline at end of file
diff --git a/doc/explanation/architecture.rst b/doc/explanation/architecture.rst
deleted file mode 100644
index 04e75dc..0000000
--- a/doc/explanation/architecture.rst
+++ /dev/null
@@ -1,235 +0,0 @@
-===================
-Architectural guide
-===================
-
-All the code we write will meet these values to a greater or lesser degree.
-Where you can, please make choices that make you code more strongly meet
-these values.
-
-Some existing code does not meet them well; this is simply an opportunity to
-get big improvements - by increasing e.g. the transparency of existing code,
-operational issues and debugging headaches can be reduced without a great
-deal of work.
-
-This guide is intended as a living resource: all Launchpad developers, and
-other interested parties, are welcome to join in and improve it.
-
-Goals
-=====
-
-The goal of the recommendations and suggestions in this guide are to help us
-reach a number of big picture goals.  We want Launchpad to be:
-
-* Blazingly fast
-* Always available
-* Change safely
-* Simple to make, manage and use
-* Flexible
-
-However it's hard when making any particular design choice to be confident
-that it drives us towards these goals: they are quite specific, and not
-directly related to code structure or quality.
-
-Related documents
------------------
-
-Launchpad is moving to a `services-based design
-<https://dev.launchpad.net/ArchitectureGuide/Services>`_.  This is intended
-to facilitate achieving many of the goals from this guide.
-
-The :doc:`Python style guide <../reference/python>` specifies coding style guidelines.
-
-Values
-======
-
-There are a number of things that are more closely related to code, which do
-help drive us towards our goals.  The more our code meets these values, the
-easier it will be to meet our goals.
-
-The values are:
-
-* Transparency
-* Loose coupling
-* Highly cohesive
-* Testable
-* Predictable
-* Simple
-
-Transparency
-------------
-
-Transparency speaks to the ability to analyse the system without dropping
-into ``pdb`` or taking guesses.
-
-Some specific things that aid transparency:
-
-* For blocking calls (SQL, bzr, email, librarian, backend web services,
-  memcache) use ``lp.services.timeline.requesttimeline`` to record the call.
-  This includes it in OOPS reports.
-* fine grained just-in-time logging (e.g. bzr's ``-Dhpssdetail`` option)
-
-* live status information 
-  * (+opstats, but more so)
-  * cron script status
-  * migration script status
-
-* regular log files
-* OOPS reports - lovely
-* Which revisions/versions of the software & its dependencies are running
-
-We already have a lot of transparency.  We can use more.
-
-Aim for automation, developer usability, minimal SRE intervention, on-demand
-access.
-
-When adding code to the system, ask yourself "how will I troubleshoot this
-when it goes wrong without access to the machine it is running on".
-
-Loose coupling
---------------
-
-The looser the coupling between different parts of the system the easier it
-is to change them.  Launchpad is pretty good about this in some ways due to
-the component architecture, but it's not the complete story: decreasing the
-coupling more will help the system.  Consider examples such as the jobs
-system and the build farm.
-
-The acid test for the coupling of a component is "how hard is it to reuse?".
-
-Of particular note, many changes in one area of the system (e.g. bugs) break
-tests in other areas (e.g. blueprints) - this adds a lot of developer
-friction and is a strong sign of overly tight coupling.
-
-Highly cohesive
----------------
-
-The more things a component does, the harder it is to reason about it and
-performance-tune it.  This is "Do one thing well" in another setting.
-
-A good way to assess this is to look inside the component and see if it is
-doing one thing, or many things.
-
-One common sign for a problem in this area is attributes (or persistent
-data) that are not used in many methods - that often indicates there is a
-separate component embedded in this one.
-
-There are tradeoffs here due to database efficiency and normalisation, but
-it's still worth thinking about: narrower tables can perform better and use
-less memory, even if we do add extra tables to support them.
-
-On a related note, the more clients using a given component, the wider its
-responsibilities and the more critical it becomes.  That's an easy situation
-to end up with too much in one component (lots of clients wanting things
-decreases the cohesion), and then we have a large unwieldy critical
-component - not an ideal situation.
-
-Testable
---------
-
-We write lots of unit and integration tests at the moment.  However it's not
-always easy to test specific components - and the coupling of the components
-drives this.
-
-The looser the coupling, the better in terms of having a very testable
-system.  However loose coupling isn't enough on its own, so we should
-consider testability from a few angles:
-
-Can it be tested in isolation? If it can, it can be tested more easily by
-developers and locally without needing lots of testbed environment every
-time.
-
-Can we load test it? Not everything needs this, but if we can't load test a
-component that we reasonably expect to see a lot of use, we may have
-unpleasant surprises down the track.
-
-Can we test it with broken backends/broken data? It is very nice to be
-confident that when a dependency breaks (not if) the component will behave
-nicely.
-
-It's also good to make sure that someone else maintaining the component
-later can repeat these tests and is able to assess the impact of their
-changes.
-
-Automation of this stuff rocks!
-
-Predictable
------------
-
-An extension of stability - servers should stay up, database load should be
-what it was yesterday, rollouts should move metrics in an expected
-direction.
-
-Predictability is pedestrian, but it's very useful: useful for capacity
-planning, useful for changing safely, useful for being highly available, and
-useful for letting us get on and do new/better things.
-
-The closer to a steady state we can get, the more obvious it is when
-something is wrong.
-
-Simple
-------
-
-A design that allows for future growth is valuable, but it is not always
-clear how much growth to expect, or in the case of code extension, what
-kind.  In this case, it is better to design the simplest thing that will
-work at the time being, and update the design when you have a better idea of
-what's needed.  Simplicity also aids comprehension and reduces the surface
-area for bugs to occur.
-
-Related ideas are KISS, YAGNI, and avoiding premature optimization, but it
-is always important to apply judgement.  For example, avoiding premature
-optimization does not justify rolling your own inefficient sort function.
-
-Make the design as simple as possible, but no simpler.  Note that simple
-does not mean simplistic.
-
-Performance
-===========
-
-Document how components are expected to perform.  Docstrings are great
-places to put this.  E.g. "This component is expected to deal with < 100 bug
-tracker types; if we have more this will need to be redesigned.", or "This
-component compares two user accounts in a reasonable time, but when
-comparing three or more it's unusable."
-
-Try to be concrete.  For instance: "This component is O(N) in the number of
-bug tasks associated with a bug." is OK, but better would be "This component
-takes 40ms per bug task associated with a bug."
-
-Testing
-=======
-
-Tests for a class should complete in under 2 seconds.  If they aren't, spend
-at least a little time determining why.
-
-Transparency
-============
-
-Behaviour of components should be analysable in lpnet without asking SREs:
-that is, if a sysadmin is needed to determine what's wrong with something,
-we've designed it wrong.  Let's make sure there is a bug for that particular
-case, or if possible Just Fix It.
-
-Emit Python logging messages at an appropriate importance level: warning or
-error for things operators need to know about, info or debug for things that
-don't normally indicate a problem.
-
-Coupling
-========
-
-No more than 5 dependencies of a component.
-
-Cohesion
-========
-
-Attributes should be used in more than 1/3 of interactions.  If they are
-used less often than that, consider deleting or splitting into separate
-components.
-
-If you can split one class into two or more that would individually make
-sense and be simpler, do it.
-
-..
-    The ideas in this document are open to discussion and change.  If you
-    feel strongly about an issue, make a merge proposal with your
-    suggestions.
diff --git a/doc/explanation/charms.rst b/doc/explanation/charms.rst
deleted file mode 100644
index 8e8f8eb..0000000
--- a/doc/explanation/charms.rst
+++ /dev/null
@@ -1,288 +0,0 @@
-=================
-Charm development
-=================
-
-The direction of our official deployments is to use `Juju charms
-<https://juju.is/docs/sdk>`_.  (We still have a number of manually-deployed
-systems, so we aren't there yet.)
-
-To get an overview of how this works, you'll need to look in the ``charm/``
-directory of Launchpad itself, as well as `ols-layers
-<https://git.launchpad.net/ols-charm-deps>`_, `launchpad-layers
-<https://git.launchpad.net/launchpad-layers>`_, and `launchpad-mojo-specs
-<https://git.launchpad.net/launchpad-mojo-specs>`_.  Each of the
-subdirectories of ``charm/`` represents a single logical function which can
-be deployed as a Juju `application <https://juju.is/docs/olm/application>`_
-with one or more `units <https://juju.is/docs/olm/unit>`_.  The layers
-provide common code used by multiple charms.  The specs are used with `Mojo
-<https://mojo.canonical.com/>`_ to coordinate whole deployments of multiple
-applications; they contain configuration of individual applications and
-`integrations <https://juju.is/docs/olm/integration>`_ between applications.
-
-Principles
-==========
-
-Wherever possible, charm code should live in the same repository as the code
-it deploys (the payload).  This makes it easier to evolve both in parallel.
-
-Launchpad is open source.  Its charms and its configuration (aside from a
-small number of necessary secrets) should also be open source.  As well as
-being the right thing to do, this also allows using machinery such as
-Launchpad's charm recipes that upload to `Charmhub <https://charmhub.io/>`_.
-When used in combination with Charmhub, Juju can easily be instructed to
-upgrade charms and update configuration using a single `bundle
-<https://juju.is/docs/olm/bundle>`_, allowing the top-level spec to be
-relatively simple.
-
-Each charm should correspond to a deployment of a single top-level payload.
-On the other hand, it's fine for a single payload to have multiple charms
-corresponding to different ways in which it can be deployed: for example,
-Launchpad itself will have charms for the appservers, buildd-manager,
-publishers, and so on.
-
-If a legacy deployment bundled multiple logical functions onto a single
-machine purely for economic convenience, don't be afraid to split those up
-in a way that makes sense.  However, there's no need to go to extremes: if
-multiple cron jobs all have broadly the same system requirements, then we're
-unlikely to want each cron job to be deployed using its own Juju
-application.
-
-It will not always make sense to expose every single configuration option of
-the payload directly in the charm.  Some configuration options may only
-exist for internal testing purposes or for backward-compatibility, and some
-may make sense for the charm to use internally but not expose in ``juju
-config``.  A good rule of thumb is to consider whether a given configuration
-option needs to differ between deployments; if it doesn't, there's probably
-no need to expose it.
-
-`DRY <https://en.wikipedia.org/wiki/Don%27t_repeat_yourself>`_ applies to
-configuration as well as code, and can help to avoid gratuitous differences
-between deployments.  `Jinja <https://jinja.palletsprojects.com/>`_
-templates are widely used in both charms and Mojo specs as part of this.
-
-Keep multi-datacentre operation in mind where possible.  We don't have
-enough experience with this yet to know what we'll need to do, but it's
-likely to involve deploying parts of an application in different datacentres
-from other parts, so loose coupling will help: for example, it may be useful
-to allow configuring connections using explicit configuration as well as or
-instead of Juju integrations.
-
-Creating a Launchpad charm
---------------------------
-
-If you don't already have a suitable testbed, then see the `Juju tutorial
-<https://juju.is/docs/olm/get-started-with-juju>`_ for how to set one up;
-you should use the non-Kubernetes approach here.
-
-Assuming you have a suitable testbed to deploy charms with Juju, you can follow
-these guidelines to build your charm for Launchpad:
-
-.. note::
-
-  These are just **optional guidelines** for developing charms specifically for
-  Launchpad.
-  
-1. **Consider your application:** Think about what parts it entails and
-   consider: what do you need to get your application running? Do you need a
-   database, a celery worker, etc.? Does it makes sense to divide your
-   application into multiple charms related to each other?
-
-2. **Create your charm base:** Either create a charm from scratch or base it
-   off existing ones. Without adding any code (i.e., the reactive code, within
-   the ``/reactive`` folder) update ``layer.yaml``, ``charmcraft.yaml`` and 
-   ``metadata.yaml``, to create your base. You can find more information about
-   what each file is important for in the `reactive charms documentation
-   <https://charmsreactive.readthedocs.io/en/latest/structure.html#charm-layer>`_.
-   Note that the `charmcraft.yaml` file is not part of reactive charms, but
-   it's an important file to be able to use ``charmcraft`` tools (e.g. 
-   ``charmcraft pack`` for packing a charm). See 
-   `here <https://juju.is/docs/sdk/charmcraft-yaml>`_ for information about the
-   `charmcraft.yaml` file specifically. If you take a look at the ``parts``
-   section of the existing Launchpad charms, you will see a few common ones
-   used as a base to build your charm:
-
-   * ``charm-wheels``: contains Python dependencies for ols-layers.
-
-   * ``ols-layers``: contains common charm code used by both the Snap Store and
-     Launchpad teams; it provides layers that deal with the way that we
-     normally deploy simple web services, some common interfaces, and a few
-     generic layers such as ``basic`` and ``apt``.
-
-   * ``launchpad-layers``: contains common charm code specific to charms
-     maintained by the Launchpad team. It deals with things like unpacking the
-     Launchpad payload, configuring common relations, and setting up Launchpad
-     configuration files.
-
-3. **Write minimal code:** You can start by writing minimal reactive code
-   that gets the source tree deployed (nothing too specialized).
-   This should give you something you can build and deploy to a Juju model to
-   test out. (Tip: have a look at ``charm/launchpad/`` charm. It can be used as
-   a minimal skeleton that does nothing except deploy a Launchpad payload with
-   some basic configuration).
-   If your application doesn't publish artifacts that can be used by your charm
-   to deploy the source code, have a look at
-   :ref:`Create Jobs to Publish Artifacts <create_job_to_publish_artifacts>`.
-
-4. **Add configurations:** Have a look at configurations related to your app
-   in `lp-production-configs 
-   <https://bazaar.launchpad.net/lp-production-config>`_ - what is common
-   between environments and what changes. You should be able to create a config
-   Jinja template in your charm ``/templates`` folder with all the base
-   configurations, where the configuration that changes between environments
-   should be variables.
-   These variables should be set in the ``config.yaml`` file with reasonable
-   default values (ideally, values that would allow a local deployment) - note
-   that some config variables might already be set by other layers of your
-   charm, if your charm is based on other layers. The actual values that will
-   be running in each environment (production, dogfood, staging, qastaging),
-   should later be set in the ``lp/bundle.yaml`` file within the
-   `launchpad-mojo-specs <https://git.launchpad.net/launchpad-mojo-specs>`_
-   repo (you should only worry about these specs after your charm is ready).
-
-5. **Write your reactive code:** Start adding code that it might need
-   to configure and start your application. Setup any crontabs, logrotate...
-
-6. **Test:** Test your new charm(s) deploys correctly with all its
-   integrations, and your application is running. This can be challenging for
-   some applications. See `Workflow` section below for some tips.
-
-Workflow
-========
-
-You can run test deployments using `Juju <https://juju.is/docs/olm>`_ and
-`LXD <https://documentation.ubuntu.com/lxd/en/latest/>`_.
-
-Each Mojo spec has a ``README.md`` file explaining how to deploy it, and
-that's usually the easiest way to get started.  You should normally use the
-corresponding ``devel`` stage, as that's intended for local deployments: for
-example, it will normally deploy fewer units, and doesn't assume that parts
-of Canonical's internal infrastructure will be available.
-
-Once you've successfully deployed an environment, you will probably want to
-iterate on it in various ways.  You can build a new charm using ``charmcraft
-pack`` in the appropriate subdirectory, and then use ``juju deploy`` to deploy
-a new charm, or ``juju refresh`` to upgrade your local deployment to that.
-You can change configuration items using ``juju config``.  Alternatively, you
-can make a local clone of the Mojo spec and point ``mojo run`` at that rather
-than at a repository on ``git.launchpad.net``, and then you can iterate by
-changing the spec.
-
-Use ``juju debug-log`` and ``juju status`` liberally to observe what's
-happening as you make changes. You can also use ``juju ssh`` to ssh into your
-deployed unit. to See `How to debug a charm
-<https://juju.is/docs/sdk/debug-a-charm>`_ for more specific advice on that
-topic.
-
-Secrets
-=======
-
-Cryptographic secrets should not be stored in Mojo specs, and nor should
-some other pieces of information (such as configuration relevant to
-preventing spam).  These are instead stored in a secrets file on the
-relevant deployment host (``launchpad-bastion-ps5.internal`` or
-``is-bastion-ps5.internal`` for official deployments), and are updated
-manually.  The ``bundle`` command in the Mojo manifest will have a
-``local=`` parameter pointing to this file, relative to
-``$MOJO_ROOT/LOCAL/$MOJO_PROJECT/$MOJO_STAGE``.
-
-Managing secrets like this is more cumbersome than updating Mojo specs, so
-try to keep it to a minimum.  In some cases there may be automation
-available to help, such as the `autocert charm
-<https://charmhub.io/autocert>`_.
-
-Database roles
-==============
-
-PostgreSQL considers "users" and "roles" to be very nearly synonymous.  In
-this section, "user" means specifically a role that has login credentials.
-
-Launchpad uses lots of different database roles.  We used to deal with this
-by having each user on each machine that runs Launchpad code have a
-``.pgpass`` file with credentials for the particular set of users that it
-needs, and then it would log in as those users directly.  However, this
-approach doesn't work very well with Juju: the ``postgresql`` charm allows
-related charms to request access to a single user (per interface), and they
-can optionally request that that user be made a member of some other roles;
-SQL sessions can then use ``SET ROLE`` to switch to a different role.
-
-In our production, staging, and qastaging environments, we use a proxy charm
-to provide charms with database credentials rather than relating them to
-``postgresql`` directly (partly for historical reasons, and partly to avoid
-complications when the database is deployed in a different region from some
-of our applications).  As a result, we need to do some manual user
-management in these environments.  On staging and qastaging, developers can
-do most of this themselves when adding new charms to those existing
-deployment environments.
-
-Taking the librarian as an example: ``charm/launchpad-librarian/layer.yaml``
-lists the ``binaryfile-expire``, ``librarian``, ``librarianfeedswift``, and
-``librariangc`` roles as being required (this corresponds to the database
-users used by the services and jobs installed by that particular charm).  To
-create the corresponding user, we first generate a password (e.g. using
-``pwgen 30 1``), then log into the management environment (``ssh -t
-launchpad-bastion-ps5.internal sudo -iu stg-launchpad``), set up environment
-variables for qastaging (``. .mojorc.qastaging``), run ``juju ssh
-launchpad-admin/leader``, and run ``db-admin``.  In the resulting PostgreSQL
-session, replacing ``<secret>`` with the generated password:
-
-.. code-block:: psql
-
-    CREATE ROLE "juju_launchpad-librarian"
-    	WITH LOGIN PASSWORD '<secret>'
-        IN ROLE "binaryfile-expire", "librarian", "librarianfeedswift", "librariangc";
-
-The user name here should be ``juju_`` plus the name of the charm, since
-that matches what the ``postgresql`` charm would create.
-
-Having done that, we need to install the new credentials.  On
-``stg-launchpad@launchpad-bastion-ps5.internal``, find the
-``db_connections`` option under the ``external-services`` application, and
-add an entry to
-``~/.local/share/mojo/LOCAL/mojo-lp/lp/qastaging/deploy-secrets`` that looks
-like this, again replacing ``<secret>`` with the generated password:
-
-.. code-block:: yaml
-
-    launchpad_qastaging_librarian:
-      master: "postgresql://juju_launchpad-librarian:<secret>@pamola.internal:6432/launchpad_qastaging?connect_timeout=10"
-      standbys: []
-
-In the connection string URL, the database host, port, and name (in this
-case, ``pamola.internal``, ``6432``, and ``launchpad_qastaging``
-respectively) should match those of other entries in ``db_connections``.
-
-The configuration for the ``pgbouncer`` connection pooler must also be
-updated to match, which currently requires help from IS.  On
-``pamola.internal``, IS should take the relevant username/password pair from
-the ``deploy-secrets`` file above and add it to
-``/etc/pgbouncer/userlist.txt``.
-
-Staging works similarly with the obvious substitutions of ``staging`` for
-``qastaging``.  The qastaging and staging environments currently share a
-``pgbouncer``; as a result, while the user still has to be created on both
-database clusters, the passwords for a given user on qastaging and staging
-must be identical.
-
-Production works similarly, except that IS needs to generate the user on the
-production database, add it to the production ``pgbouncer`` by editing
-``userlist.txt`` in ``prod-launchpad-db@is-bastion-ps5.internal`` and
-pushing it out using Mojo, and update the secrets file found in
-``~/.local/share/mojo/LOCAL/mojo-lp/lp/production/deploy-secrets`` on
-``prod-launchpad@is-bastion-ps5.internal``.  Developers should request this
-via RT, using this document to construct instructions for IS on what to do.
-
-Finally, the corresponding application in `launchpad-mojo-specs
-<https://git.launchpad.net/launchpad-mojo-specs>`_ needs to be configured
-with the appropriate database name (``launchpad_qastaging_librarian`` in the
-example above).  This normally looks something like this, where
-``librarian_database_name`` is an option whose value is set depending on the
-stage name:
-
-.. code-block:: yaml
-
-  launchpad-librarian:
-    ...
-    options: {{ base_options() }}
-      databases: |
-        db:
-          name: "{{ librarian_database_name }}"
diff --git a/doc/explanation/codeimport.rst b/doc/explanation/codeimport.rst
deleted file mode 100644
index 2f775da..0000000
--- a/doc/explanation/codeimport.rst
+++ /dev/null
@@ -1,68 +0,0 @@
-====================
-Code import in depth
-====================
-
-Launchpad has the ability to constantly sync code from external repositories by
-setting up a code import. This is a one-way sync, from the external source to
-Launchpad.
-
-Design decisions
-================
-
-Code import / code mirroring is not triggered by the remote repository,
-but it is rather triggered from the Launchpad side several times a day.
-This should be fine for most use cases.
-
-The benefit of doing it this way is there is no need to install a webhook on
-the remote repository to trigger an import or update of the repository.
-
-Frequency
-=========
-
-While the current implementation has some support for setting it on a
-per-import basis, that's actually not exposed right now.
-
-The frequency depends on the type of the revision control system, and is set in
-``effective_update_interval``,
-see https://git.launchpad.net/launchpad/tree/lib/lp/code/model/codeimport.py.
-
-As the default intervals in the config schema aren't overridden anywhere right
-now, you can look them up in the ``codeimport`` section in the configuration
-schema:
-https://git.launchpad.net/launchpad/tree/lib/lp/services/config/schema-lazr.conf.
-
-Trigger code import
-===================
-
-On a high level, each import has a database field, which indicates when the
-next import should be performed. We could think of this as task queue.
-
-A scheduler queries the database, and in case there are jobs, a worker will
-pick one up.
-
-Let's have a look in detail.
-
-After the import job runs, and if the import is still in the ``REVIEWED``
-state, i.e. it hasn't failed too many times, or it hasn't been suspended or
-similar, it then schedules a new job, that is, it sets a new date in the 
-``date_due`` column.
-
-Depending on the work load, there is no guarantee that a job will be picked up
-in time, as the process works like this:
-
-- cronjobs in ``lp-codeimport`` run workers
-- when the code import worker is looking for work to do, it calls
-  ``getJobForMachine``,
-  see https://git.launchpad.net/launchpad/tree/lib/lp/code/xmlrpc/codeimportscheduler.py
-- that calls ``getJobForMachine``
-  in https://git.launchpad.net/launchpad/tree/lib/lp/code/model/codeimportjob.py
-  which makes a DB query to fetch the first job from a table that has
-  ``due_date`` not in the future, and that is marked as ``pending``
-- it then triggers the import
-
-Conclusion
-==========
-
-The short answer is that we currently aim for every 12 hours for code imports
-from CVS (very few nowadays), and every 6 hours from all other revision control
-systems.
diff --git a/doc/explanation/favicon.rst b/doc/explanation/favicon.rst
deleted file mode 100644
index 856c12a..0000000
--- a/doc/explanation/favicon.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-Favicons: Why so many files and what do they do?
-------------------------------------------------
-
-These files were generated from a single SVG file containing the logo (``lib/canonical/launchpad/images/src/Launchpad_square.svg``), using https://realfavicongenerator.net/.
-
-* ``favicon.ico`` - Contains the ``16x16``, ``32x32``, and ``48x48`` versions of the favicon. Used by IE.
-* ``favicon-16x16.png`` - The classic favicon, displayed in the tabs.
-* ``favicon-32x32.png`` - For Safari on macOS.
-* ``android-chrome-192x192.png`` - Used as the icon when the web application is added to the Android home screen.
-* ``android-chrome-512x512.png`` - Used to show a splash screen when the web application is being loaded. See https://web.dev/add-manifest/#splash-screen.
-* ``apple-touch-icon.png`` - Used by iOS when the web application is added to the iOS home screen. See https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html.
-* ``safari-pinned-tab.svg`` - Used as the icon when the tab with the web application opened is pinned. See https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/pinnedTabs/pinnedTabs.html.
-* ``browserconfig.xml`` - Used by Windows to specify the tiles for pinned sites. See https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/dn320426(v=vs.85).
-* ``mstile-*.png`` - Used by the tiles of various sizes on Windows 8 and newer versions of Windows.
-* ``site.webmanifest`` - The web app manifest is a JSON file that tells the browser about your Progressive Web App and how it should behave when installed on the user's desktop or mobile device. A typical manifest file includes the app name, the icons the app should use, and the URL that should be opened when the app is launched. See https://www.w3.org/TR/appmanifest/ and https://developer.mozilla.org/en-US/docs/Web/Manifest.
-
-For more details, see https://archive.ph/CAqQm.
diff --git a/doc/explanation/framework.rst b/doc/explanation/framework.rst
deleted file mode 100644
index f1d78a8..0000000
--- a/doc/explanation/framework.rst
+++ /dev/null
@@ -1,105 +0,0 @@
-=====================
-Application framework
-=====================
-
-Launchpad is built around Zope components.  Zope has meant substantially
-different things over the years (`Wikipedia's Zope article
-<https://en.wikipedia.org/wiki/Zope>`_ has a good overview, and `The World
-of Zope <https://zope.dev/world.html>`_ is also a useful introduction to
-some terminology), so this document tries to be a little more specific.  In
-modern terms, Launchpad uses the Zope Toolkit, but not the full Zope
-application server.
-
-Component architecture
-----------------------
-
-Launchpad uses the Zope Component Architecture (`zope.interface
-<https://zopeinterface.readthedocs.io/>`_ and `zope.component
-<https://zopecomponent.readthedocs.io/>`_) extensively and pervasively.
-``zope.interface`` defines most of Launchpad's internal interfaces, and is
-also built upon by `lazr.restful <https://lazrrestful.readthedocs.io/>`_ to
-define its `external web service API <https://help.launchpad.net/API>`_.
-``zope.component`` provides facilities for registering and looking up
-components, making it easier to decouple implementations from interfaces and
-reducing the need for circular imports.
-
-The `zope.schema <https://zopeschema.readthedocs.io/>`_ package from the
-Zope Toolkit allows specifying more detailed types for attributes of
-interfaces, and `zope.security <https://zopesecurity.readthedocs.io/>`_
-allows enforcing interfaces using security policies.  The latter is
-particularly important to Launchpad; it is the foundation of our ability to
-operate a complex multi-tenanted service in which users' privileges often
-overlap in ways that cannot be accurately enforced purely at API boundaries,
-and must instead be enforced object-by-object.  Most objects passed across
-interface boundaries within Launchpad are wrapped in Zope security proxies
-so that the security policy in ``lp.services.webapp.authorization`` is
-consulted on all attribute accesses.
-
-URL traversal and publishing
-----------------------------
-
-Launchpad uses `zope.traversing <https://zopetraversing.readthedocs.io/>`_
-to "traverse" URLs (i.e. work segment-by-segment along them until reaching a
-model object with an associated view), and `zope.publisher
-<https://zopepublisher.readthedocs.io/>`_ to define the details of how
-objects are "published" (i.e. the process of turning an HTTP request into an
-appropriate response, including various hooks that are run before and after
-calling the object itself).
-
-Many of the details here are handled by custom code in
-``lp.services.webapp``, especially ``lp.services.webapp.publication`` which
-provides many application-specific hooks, and
-``lp.services.webapp.publishing`` which defines much of Launchpad's
-traversal framework.  The URL structure is defined in various
-``configure.zcml`` files: ``lp:url`` tags are used to build up the canonical
-URL for an object, and ``lp:navigation`` tags register classes called as
-part of traversal to resolve the next step from each intermediate object in
-the URL (starting at ``lp.app.browser.launchpad.LaunchpadRootNavigation``).
-
-Page templating
----------------
-
-Launchpad uses `Page Templates <https://pagetemplates.readthedocs.io/>`_ as
-its HTML templating mechanism.  While systems like `Jinja
-<https://jinja.palletsprojects.com/>`_ are more popular elsewhere, the Page
-Templates language has the benefit that source files are themselves valid
-XML rather than being a combination of two syntaxes, and it is not generally
-possible to write well-formed input that produces ill-formed output.
-
-Page Templates were originally invented by Zope, and we still happen to use
-`Zope's original implementation of them
-<https://zopepagetemplate.readthedocs.io/>`_, although Zope nowadays uses
-`Chameleon <https://chameleon.readthedocs.io/>`_ instead.
-
-Views and forms
----------------
-
-Launchpad's view layer (used for the web UI) is custom code, starting at
-``lp.services.webapp.publisher.LaunchpadView``.  However, many views are
-built around "forms", defined by building up a data schema using
-``zope.interface`` and ``zope.schema`` and then using `zope.formlib
-<https://zopeformlib.readthedocs.io/>`_ to generate HTML forms and to parse
-data from HTTP ``POST`` requests.  ``zope.formlib`` also provides "widgets"
-whose job it is to define the precise rendering and parsing of particular
-form elements, and Launchpad defines a number of custom widgets for cases
-where ``zope.formlib``'s widgets are insufficient.
-
-Events
-------
-
-It's often useful for parts of Launchpad to be able to subscribe to events
-generated by other parts of Launchpad.  For example, a number of subscribers
-watch for objects such as comments being created in order to be able to
-assign "karma" to their creators.  This is coordinated using `zope.event
-<https://zopeevent.readthedocs.io/>`_, as well as ``subscriber`` tags in
-various ``configure.zcml`` files.  `lazr.lifecycle
-<https://lazrlifecycle.readthedocs.io/>`_ enhances this with common events
-for object creation, modification, and deletion.
-
-WSGI server
------------
-
-Launchpad's application server runs within `Gunicorn
-<https://docs.gunicorn.org/>`_, wrapped using `Talisker
-<https://pypi.org/project/talisker/>`_ to add several useful operational
-facilities.
diff --git a/doc/explanation/index.rst b/doc/explanation/index.rst
deleted file mode 100644
index 1ab0d5f..0000000
--- a/doc/explanation/index.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-:hide-toc:
-
-Explanation
-===========
-
-.. toctree::
-   :maxdepth: 1
-
-   running-details
-   framework
-   navigating
-   postgresql
-   architecture
-   pip
-   favicon
-   charms
-   codeimport
-   performance
-   security
diff --git a/doc/explanation/navigating.rst b/doc/explanation/navigating.rst
deleted file mode 100644
index fbb48de..0000000
--- a/doc/explanation/navigating.rst
+++ /dev/null
@@ -1,70 +0,0 @@
-===================
-Navigating the tree
-===================
-
-See :doc:`../how-to/running` to learn how to get Launchpad's code and set up
-a local development environment.
-
-The Launchpad tree is big, messy and changing.  Sorry about that.  Don't panic
-though!  Keep a firm grip on ``grep`` and pay attention to
-these important top-level folders:
-
-``bin/``, ``utilities/``
-    Where you will find scripts intended for developers and admins.  There's
-    no rhyme or reason to what goes in bin/ and what goes in utilities/, so
-    take a look in both.
-
-``configs/``
-    Configuration files for various kinds of Launchpad instances.
-    ``development`` and ``testrunner`` are of particular interest to developers.
-
-``cronscripts/``
-    Scripts that are run on actual production instances of Launchpad as
-    cron jobs.
-
-``daemons/``
-    Entry points for various daemons that form part of Launchpad.
-
-``database/``
-    Our database schema, our sample data, and other things related to those.
-
-``doc/``
-    General system-wide documentation. You can also find documentation on
-    the `developer wiki <https://dev.launchpad.net/>`_, in docstrings, and
-    in doctests.
-
-``lib/``
-    Where the vast majority of the code lives, along with our templates,
-    tests, and the bits of our documentation that are written as doctests.
-    ``lp`` is the most interesting package, with ``canonical`` containing
-    some things like images and style sheets.  To learn more about how the
-    ``lp`` package is laid out, take a look at its docstring.
-
-``Makefile``
-    The ``Makefile`` has all sorts of goodies.  If you spend any length of
-    time hacking on Launchpad, you'll use it often.  The most important
-    targets are ``make clean``, ``make compile``, ``make schema``, ``make
-    run`` and ``make run_all``.
-
-``scripts/``
-    Scripts that are run on actual production instances of Launchpad,
-    generally triggered by some automatic process.
-
-
-You can spend years hacking on Launchpad full-time and not know what all of
-the files in the top-level directory are for.  However, here's a guide to some
-of the ones that come up from time to time.
-
-``brzplugins/``
-    Breezy plugins used in running Launchpad.
-
-``zcml/``
-    Various configuration files for the Zope services.
-
-Can I look at the code without downloading it all?
-==================================================
-
-Yes, you can browse the `source code
-<https://git.launchpad.net/launchpad/tree>`_ on Launchpad.  You can also use
-``git clone https://git.launchpad.net/launchpad`` to download the code
-without setting up a development environment.
diff --git a/doc/explanation/performance.rst b/doc/explanation/performance.rst
deleted file mode 100644
index 5babc58..0000000
--- a/doc/explanation/performance.rst
+++ /dev/null
@@ -1,100 +0,0 @@
-About Launchpad performance
-===========================
-
-This document provides an overview of techniques and tools that can help
-Launchpad developers run Launchpad more efficiently - faster, and using fewer
-system resources.
-
-Measure, don't guess
---------------------
-In order to ensure highly performant web services, we need to have a look at
-numbers.
-
-We conduct regular performance checks with Google's `PageSpeed Insights`_ for
-which we currently score an excellent 98 out of 100 for desktop browsers, with
-intentions to close the last bits.
-
-.. _PageSpeed Insights: https://pagespeed.web.dev/
-
-We also have `internal monitoring`_ set up with Grafana, where we measure and
-monitor various metrics.
-
-.. _internal monitoring: https://grafana.admin.canonical.com/d/oIhMaXhMk/launchpad-dash?orgId=1&refresh=5m
-
-Timeouts
---------
-It is important to have sensible timeouts, as otherwise very slow clients could
-block resources for too long, and prevent other clients from connecting.
-
-We use a default of 5 seconds for all page views. This value can be tweaked on
-a per page level via `feature rules <https://launchpad.net/+feature-rules>`_.
-
-Writing performant Python code
-------------------------------
-As a general guideline, writing clean and modern Python code usually produces
-reasonably fast code.
-
-As a base, you need to `choose the correct data structure`_, depending on
-whether you optimize for lookups, appending elements, or similar.
-
-.. _choose the correct data structure: https://wiki.python.org/moin/TimeComplexity
-
-You also should be aware of the `runtime complexity (Big O)`_ of your code.
-
-.. _runtime complexity (Big O): https://towardsdatascience.com/understanding-time-complexity-with-python-examples-2bda6e8158a7
-
-Another way to ensure high performance is to use caches. Caches are usually
-used to avoid repeated expensive calculations and database lookups.
-While Launchpad uses caches on various levels, you should be aware of the
-``propertycache`` module, which offers a ``cachedproperty`` decorator.
-For more information please refer to its `documentation`_.
-
-.. _documentation: https://git.launchpad.net/launchpad/tree/lib/lp/services/doc/propertycache.rst
-
-It is also recommended to run the latest version of a software, as that one is
-usually the fastest one.
-This applies both to third party Python libraries, and also to the
-`Python interpreter`_ itself.
-
-.. _Python interpreter: https://devblogs.microsoft.com/python/python-311-faster-cpython-team/
-
-Debugging and optimizing database issues
-----------------------------------------
-Many performance issues are typically caused by inefficient database queries.
-
-In order to prevent issues in the first place you should be aware of how to
-`write efficient queries`_.
-
-You should also make use of the already mentioned ``cachedproperty`` decorator
-in order to avoid querying the database more often then necessary.
-
-When changing code, it can easily happen to increase the query count. You can
-avoid this by using a helper to `preserve query count`_.
-
-When you face performance or even timeout issues, you should learn more about
-`timeout analysis`_ (internal video).
-
-PostGreSQL comes with a `builtin tool`_ to analyze SQL queries.
-
-.. _timeout analysis: https://drive.google.com/file/d/1hUivL07Msoyej3wd_T4hMAX61EJzfE38/view?usp=drive_link
-.. _builtin tool: https://www.postgresql.org/docs/current/sql-explain.html
-.. _write efficient queries: https://dev.launchpad.net/Database/Performance
-.. _preserve query count:  https://launchpad.readthedocs.io/en/latest/how-to/preserve-query-count.html
-
-Delivering payload
-------------------
-We leverage various ways to improve performance on the server side.
-
-Apache is configured to make use of the `gzip` compression.
-
-Also static files, such as CSS and JavaScript, are directly served by
-`Apache`_, instead of the application server, which reduces CPU load and
-enables more effective caching.
-
-.. _Apache: https://git.launchpad.net/launchpad/tree/charm
-
-We also use various helpers to combine and compress JavaScript and CSS files
-before delivery. Launchpad's `Makefile`_ is a good place to start
-investigating until there is documentation available.
-
-.. _Makefile: https://git.launchpad.net/launchpad/tree/Makefile
diff --git a/doc/explanation/pip.rst b/doc/explanation/pip.rst
deleted file mode 100644
index e8e9c0c..0000000
--- a/doc/explanation/pip.rst
+++ /dev/null
@@ -1,363 +0,0 @@
-Launchpad pip integration
-*************************
-
-Launchpad uses the pip_ build system for managing Python packages (replacing
-`zc.buildout`, which we used for many years).
-
-We have at least two other ways of managing dependencies.  Apt
-manages our Python language installation, as well as many of our
-non-Python system-level dependencies, such as PostgreSQL.  The
-sourcecode directory is our other way of managing dependencies.  It is
-supposed to only contain dependencies that are not standard Python
-packages.  bzr plugins and Javascript libraries are existing examples.
-
-All developers will at least want to read the very brief sections about the
-`Set Up`_ and the `Everyday Usage`_.
-
-Developers who manage source dependencies probably should read the general
-information about `Managing Dependencies and Scripts`_, but will also find
-detailed instructions to `Add a Package`_, to `Upgrade a Package`_, to `Add a
-Script`_, and to `Work with Unreleased or Forked Packages`_.
-
-.. _pip: https://pip.pypa.io/
-
-======
-Set Up
-======
-
-If you use the ``rocketfuel-get`` script, run that, and you will be done.
-
-If you don't, you have just a bit more initial set up.  I'll assume you
-maintain a pattern similar to what the ``rocketfuel-*`` scripts use: you have a
-local, pristine branch of trunk from which you make your other branches.  You
-manually update the trunk and rsync sourcecode when necessary.  When you make
-a branch, you use ``utilities/link-external-sourcecode``.
-
-Developers that take this approach should do the following, where ``trunk`` is
-the trunk branch from which you make local branches.
-
-::
-
-    git clone --depth=1 lp:lp-source-dependencies download-cache
-
-Then run ``make`` in the trunk.
-
-See the `Everyday Usage: Manual`_ section for further instructions on how to
-work without the ``rocketfuel-*`` scripts.
-
-.. _`Everyday Usage: Manual`: Manual_
-
-==============
-Everyday Usage
-==============
-
-``rocketfuel`` Scripts
-======================
-
-If you typically use ``rocketfuel-get``, and you don't change source
-dependencies, then you don't need to know any more.  Switching between
-ordinary git branches will do the right thing; if you're using worktrees,
-then you can use ``link-external-dependencies``.
-
-Manual
-======
-
-If you don't use the rocketfuel scripts, you will still use
-``link-external-dependencies`` as before.  When ``pip`` complains that it
-cannot find a version of a dependency, do the following, from within the
-branch::
-
-    git -C download-cache pull
-
-After this, retry your ``make``.
-
-That's it for everyday usage.
-
-=================================
-Managing Dependencies and Scripts
-=================================
-
-What if you need to change or add dependencies or scripts?  As you might
-expect, you need to know a bit more about what's going on, although we can
-still keep this at a fairly high level.
-
-First let's talk a little about the anatomy of what we have set up.  To be
-clear, much of this is based on our own decisions of what to do.  If you see
-something problematic, bring it up with other Launchpad developers.  Maybe
-together we can come up with another approach that meets our needs better.
-
-These are the items in or near the top-level Launchpad directory associated
-with pip:
-
-``setup.py``, ``setup.cfg``
-    These are the files that use ``distutils``, extended by ``setuptools``,
-    to specify direct dependencies, scripts, and other elements of the local
-    source tree.
-
-    pip uses them, but the reverse is not true: ``setup.py`` and
-    ``setup.cfg`` do not know about pip.
-
-    Describing these files in full is well beyond the scope of this
-    document.  We will give recipes for modifying them for certain tasks
-    below. For more information beyond these recipes, see the setuptools and
-    distutils documentation.
-
-``requirements/ztk-versions.cfg``
-    This is a copy of the dependency versions file published by the `Zope
-    Toolkit`_.  It is preprocessed into a pip-compatible form by
-    ``utilities/make-requirements.py``.
-
-``requirements/setup.txt``
-    This is a `requirements file`_ used to upgrade pip itself to a
-    reasonably recent version and install a few other packages that must be
-    installed before installing anything else.  We use this so that we
-    aren't confined to features of pip supported by the version supplied by
-    the operating system.
-
-``requirements/launchpad.txt``
-    This is a `constraints file`_ that specifies the precise versions of the
-    dependencies we use, in addition to those specified in
-    ``requirements/ztk-versions.cfg`` and ``requirements/setup.txt``.  This
-    means that we can have several versions of a dependency available
-    locally, but we only build the precise one we specify.  We give an
-    example of its use below.
-
-``env``
-    The ``env`` directory holds a virtualenv built from the downloaded
-    distributions.  You have one of these per branch (virtualenvs do not
-    relocate especially well).  This directory is local to your system--we
-    do not manage it in a branch.
-
-``download-cache``
-    The ``download-cache`` directory is a set of downloaded distributions--that
-    is, exact copies of the items that would typically be obtained from the
-    Python Package Index ("PyPI"), or another download source. We manage the
-    download cache as a shared resource across all of our developers with a git
-    branch in a Launchpad project called ``lp-source-dependencies``.
-
-    We run pip with the ``--no-index`` and ``--find-links`` options, which
-    cause it to *not* use network access to find packages, but *only* look
-    in the download cache.  This has many advantages.
-
-    - First, it helps us keep our deployment boxes from needing network access
-      out to PyPI and other download sites.
-
-    - Second, it makes the build much faster, because it does not have to
-      look out on the net for every dependency.
-
-    - Third, it makes the build more repeatable, because we are more
-      insulated from outages at download sites such as PyPI, and poor
-      release management.
-
-    - Fourth, it makes our deployments more auditable, because we can tell
-      exactly what we are deploying.
-
-    - Fifth, it gives us a single obvious place to put custom package
-      distributions, as we'll discuss below.
-
-    The downside is that adding and upgrading packages takes a small additional
-    step, as we'll see below.
-
-In addition to these directory entries, after you have run the Makefile, you
-will see an additional entry:
-
-``bin``
-    The ``bin`` directory has already been discussed many times.  After
-    running the build, it also holds many executables, including scripts to
-    test Launchpad; to run it; to run Python or IPython with Launchpad's
-    sourcetree and dependencies available; to run harness or iharness (with
-    IPython) with the sourcetree, dependencies, and database connections; or
-    to perform several other tasks.  For now, the Makefile provides aliases
-    for many of these.
-
-Now that you have an introduction to the pertinent files and directories,
-we'll move on to trying to perform maintenance tasks.  We'll discuss adding
-a dependency, upgrading a dependency, adding a script, adding an arbitrary
-file, and working with unreleased packages.
-
-.. _`Zope Toolkit`: https://github.com/zopefoundation/zopetoolkit
-.. _`requirements file`: https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format
-.. _`constraints file`: https://pip.pypa.io/en/stable/user_guide/#constraints-files
-
-Add a Package
-=============
-
-Let's suppose that we want to add the "lazr.foo" package as a dependency.
-
-1.  Add the new package to the ``setup.cfg`` file in the
-    ``install_requires`` list under ``[options]``.
-
-    Generally, our policy is to only set minimum version numbers in this
-    file, or none at all.  It doesn't really matter for an application like
-    Launchpad, but it's a good rule for library packages, so we follow it
-    for consistency.  Therefore, we might simply add ``'lazr.foo'`` to
-    install_requires, or ``'lazr.foo>=1.1'`` if we know that we are
-    depending on features introduced in version 1.1 of lazr.foo.
-
-2.  [OPTIONAL] Add the desired package to the ``download-cache/dist``
-    directory.
-
-    You should only need to do this if the package is one that doesn't exist
-    on PyPI at all (which should be unusual).  Otherwise, it's less
-    error-prone to fetch the desired package from PyPI along with any new
-    dependencies it may have.
-
-3.  Run the following command (or your variation)::
-
-        bin/pip install --no-binary :all: lazr.foo
-
-    This will either produce some errors which you'll need to fix, or it
-    will succeed and finish with a line such as this::
-
-        Successfully installed lazr-foo-1.1.2 z3c.shazam-2.0.1 zope.bar-3.6.1
-
-    You can use `requirements specifiers`_ on this command line, so, for
-    instance, if you already know you want lazr.foo 1.1.2, you might run
-    this command instead::
-
-        bin/pip install --no-binary :all: lazr.foo==1.1.2
-
-4.  Add the successfully-installed packages to the shared download cache for
-    future use.
-
-        bin/pip download -d download-cache/dist/ --no-deps \
-          --no-binary :all: ...
-
-    You'll need to copy the list of packages from the "Successfully
-    installed" line above, replacing the ``-`` immediately before each
-    version number with ``==`` to turn each package/version pair into a
-    requirements specifier.  So, in the case above, you would run:
-
-        bin/pip download -d download-cache/dist/ --no-deps \
-          --no-binary :all: \
-          lazr-foo==1.1.2 z3c.shazam==2.0.1 zope.bar==3.6.1
-
-    This will normally be able to fetch package files that were saved to
-    your ``pip`` cache directory (``~/.cache/pip/`` by default) by ``pip
-    install``, so it shouldn't need to download them from PyPI again.
-
-    We use ``--no-deps`` here because ``pip install`` has already done the
-    hard work of resolving dependencies and told us the result, and because
-    ``pip download`` doesn't consider what's currently installed and so is
-    liable to download too much otherwise.
-
-5.  Add the new versions to ``requirements/launchpad.txt``, still using the
-    requirements specifier syntax::
-
-        lazr.foo==1.1.2
-        z3c.shazam==2.0.1
-        zope.bar==3.6.1
-
-6.  Run ``make``.  If it breaks, go back to step 3.
-
-7.  Test.
-
-8.  Check old versions in the download-cache.  If you are sure that
-    they are not in use any more, *anywhere*, then remove them to save
-    checkout space.  More explicitly, check with the LOSAs to see if
-    they are in use in production and send an email to
-    launchpad-dev@xxxxxxxxxxxxxxxxxxx before deleting anything if you
-    are unsure.  A rule of thumb is that it's worth starting this
-    investigation if the replacement has already been in use by the
-    Launchpad tree for more than a month.  You can approximate this
-    information by using ``git log`` on the newer (replacement)
-    download-cache/dist file for the particular package.
-
-9.  Now you need to share your package changes with the rest of the
-    team.  You must do this before submitting your Launchpad branch to
-    PQM or else your branch will not build properly anywhere else,
-    including buildbot.  Commit the changes (``cd download-cache``,
-    git add the needed files, ``git pull``, ``git commit -m 'Add
-    lazr.foo 1.1.2 and dependencies'``) to the shared download cache
-    when you are sure it is what you want.
-
-*Never* modify a package in the download-cache.  A change in code must mean a
-change in version number, or else very bad inconsistencies and
-confusion across build environments will happen.
-
-.. _`requirements specifiers`: https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers
-
-.. _upgrade-package:
-
-Upgrade a Package
-=================
-
-Sometimes you need to upgrade a dependency.  This may require additional
-dependency additions or upgrades.  In general, this works just like adding a
-new package, so follow the `Add a Package`_ instructions above.
-
-If you know what version you want, specify it explicitly on the ``pip
-install`` line.
-
-If you don't know what version you want, but just want to see what happens
-when you upgrade to the most recent version, then omit the version and
-specify the ``--upgrade`` option to ``pip install``.  Note that, when not
-given an explicit version number, pip prefers final releases over alpha and
-beta releases.  If you want to temporarily override this behaviour, use the
-``--pre`` option to ``pip``.
-
-Add a Script
-============
-
-We often need scripts that are run in a certain environment defined by Python
-dependencies, and sometimes even different Python executables.  Several of the
-scripts we have are specified using setuptools.
-
-For the common case, in ``setup.cfg``, add a string in the
-``console_scripts`` list under ``[options.entry_points]``. Here's an example
-string::
-
-    'run = lp.scripts.runlaunchpad:start_launchpad'
-
-This will create a script named ``run`` in the ``bin`` directory that calls the
-``start_launchpad`` function in the
-``lp.scripts.runlaunchpad`` module.
-
-Work with Unreleased or Forked Packages
-=======================================
-
-Sometimes you need to work with unreleased or forked packages.  Hopefully,
-these situations will be rare, but they do occur.
-
-At the moment, our solution is to use the download-cache.  Basically, make a
-custom source distribution with a unique suffix in the name, and use it (and
-its version name) for the normal process of adding or updating a package, as
-described above.  Because the custom package is in the download-cache, it
-will be found and used.
-
-In general, the suffix should comply with `PEP 440`_; in the case of a
-forked package, you should use ``lp`` as a local version identifier.  For
-example, you might start by appending ``+lp1``, followed by ``+lp2`` and so
-on for further revisions.
-
-.. _`PEP 440`: https://www.python.org/dev/peps/pep-0440/
-
-Developing a Dependent Library In Parallel
-==========================================
-
-Sometimes you need to iterate on change to a library used by Launchpad that
-is managed by pip.  You could just edit what is in the ``env`` directory,
-but it is harder to produce a patch while doing this.  You could instead
-grab a branch of the library and produce an sdist every time you make a
-change and make pip use the new sdist, but this is slow.
-
-Instead, we can use "editable mode" so that changes are picked up instantly
-without us having to create a distribution.  For example:
-
-        bin/pip install -e /path/to/branch
-
-Now any changes you make in that path will be picked up, and you are free
-to make the changes you need and test them in the Launchpad environment.
-
-Once you are finished you can produce a distribution as above for inclusion
-in to Launchpad, as well as sending your patch upstream.  At that point you
-are free to revert the configuration to only develop Launchpad.  Make sure
-to test with the final distribution before submitting your branch.
-
-=====================
-Possible Future Goals
-=====================
-
-- Use wheels.
-- No longer use make.
-- Get rid of the sourcecode directory.
diff --git a/doc/explanation/postgresql.rst b/doc/explanation/postgresql.rst
deleted file mode 100644
index 1a4224e..0000000
--- a/doc/explanation/postgresql.rst
+++ /dev/null
@@ -1,25 +0,0 @@
-========================
-PostgreSQL and Launchpad
-========================
-
-Why PostgreSQL?
-===============
-
-PostgreSQL was chosen in 2004 because it supported most of the features we
-thought we would need; MySQL did not.  The other contender was Oracle, and
-for a while we made sure we would be able to switch to Oracle if necessary
-but PostgreSQL has worked great.
-
-How integrated is the database in the code?
-===========================================
-
-Highly. We make use of PostgreSQL specific features, such as:
-
-* SQL language extensions
-* PL/pgSQL and Python stored procedures
-* Triggers
-* Functional indexes
-* Automatic load balancing over the replicas with Slony-I
-* Transactional DDL
-* tsearch2 full text search
-* Database permissions
diff --git a/doc/explanation/running-details.rst b/doc/explanation/running-details.rst
deleted file mode 100644
index 88b716a..0000000
--- a/doc/explanation/running-details.rst
+++ /dev/null
@@ -1,64 +0,0 @@
-==============================
-Launchpad installation details
-==============================
-
-What the installation process does
-----------------------------------
-
-The ``rocketfuel-setup`` script first determines what release of Ubuntu
-you're running, then installs various lines into files under ``/etc``, to
-enable you to run Launchpad services locally.  For example, it adds entries
-for "launchpad.test", "bazaar.launchpad.test", "lists.launchpad.test", and
-others to your ``/etc/hosts`` file, so that after you build Launchpad you
-can browse to ``launchpad.test`` and see a locally-running instance.  It
-also installs some packages, dependencies that Launchpad needs in order to
-run.  This is why the ``sudo`` access is necessary; consult the script for
-details of what it's doing.
-
-Once it's got the system preparation out of the way, the script clones
-Launchpad's Git repository (that's the ``launchpad`` directory above).  That
-will take a while.
-
-After it gets that, it fetches the other dependencies, the third-party
-libraries, by invoking a separate script,
-``launchpad/utilities/rocketfuel-get``.  That will take a while too, as
-there are over 200 such libraries.
-
-Once it has all the dependencies, it links them into the trunk working tree,
-using the script ``launchpad/utilities/link-external-sourcecode``.
-
-Do-it-yourself installation
----------------------------
-
-**We only support using rocketfuel-setup to set up Launchpad.**  It adjusts
-a lot of things to get the development process running smoothly, as
-summarized above.  However, sometimes you might want to just get a build of
-Launchpad to run its tests, or to run a script packaged with Launchpad, or
-to do your own manual changes of the files that ``rocketfuel-setup`` would
-normally touch.  These are the basics of what needs to be done for that
-route - **unsupported hints**.
-
-You'll need packages from a PPA: ``ppa:launchpad/ubuntu/ppa``.
-
-.. code-block:: shell-session
-
-    $ sudo apt-add-repository ppa:launchpad/ubuntu/ppa
-
-Install the ``launchpad-developer-dependencies`` package.
-
-Get the code:
-
-.. code-block:: shell-session
-
-    $ git clone https://git.launchpad.net/launchpad
-    $ cd launchpad
-    $ git clone --depth=1 https://git.launchpad.net/lp-source-dependencies download-cache
-    $ make
-
-Are there Launchpad packages available?
----------------------------------------
-
-No, Launchpad is not packaged as a ``.deb`` or a snap or anything like that,
-and there are no plans to do so.  Launchpad deployment is done straight from
-Git branches.  We don't want to increase complexity further by adding a
-packaging method that we wouldn't use ourselves.
diff --git a/doc/explanation/security.rst b/doc/explanation/security.rst
deleted file mode 100644
index d785809..0000000
--- a/doc/explanation/security.rst
+++ /dev/null
@@ -1,149 +0,0 @@
-About Launchpad security
-========================
-
-This document is an overview of how Launchpad approaches security.
-It includes advice on how to build and run Launchpad in a secure way.
-And finally it shows how to report security issues.
-
-Launchpad's security strategy is multi-layered and multi-facetted.
-
-Architecture and system design
-------------------------------
-Launchpad is secure by design, which means that its architecture, its
-components and all communication between components were designed to be
-fundamentally secure.
-
-We only use Ubuntu LTS releases, which gets professional security support.
-
-We monitor updates of both system and :doc:`Python packages <pip>` closely,
-and update or patch our systems and applications accordingly.
-
-We use a restrictive network setup between all our systems, especially
-for untrusted builders.
-You can read more about the threat model for builds in `LP113`_ (internal
-spec).
-
-.. _LP113: https://docs.google.com/document/d/1im8CMxLRNxtt5H0zv461kSYSflN-YlxJ1UZG8_53D9A/edit
-
-All traffic to Launchpad is secured by TLS, with the exception of package
-downloads, which are cryptographically verified on the client side.
-
-Component configuration
------------------------
-We take great care to configure our components in a secure way.
-
-Our web servers are configured very strictly, e.g.
-
-- we use HSTS
-- we set the ``X-Content-Type-Options`` to ``nosniff``
-- we prevent launchpad.net from being used in a frame
-
-You can have a look at the configuration in `canonical-mojo-specs`_ inside
-the ``launchpad-manual-servers`` directory, and you can verify the results via
-`Mozilla's online analyzer`_.
-
-.. _canonical-mojo-specs: https://launchpad.net/canonical-mojo-specs
-.. _Mozilla's online analyzer: https://observatory.mozilla.org/analyze/launchpad.net
-
-We also restrict user-uploaded content in size to prevent issues with
-availability.
-
-Our secrets are strictly separated from our source code.
-
-Code
-----
-We do not use direct SQL statements, but rather use the
-`Storm ORM`_. This prevents SQL injection issues.
-
-.. _Storm ORM: https://storm.canonical.com/
-
-We are using Zope's mighty and fine-grained security framework which provides
-a generic mechanism to implement security policies on Python objects.
-
-Compared to other frameworks, the main difference is that we check security
-policies on most object attribute accesses, not just at API boundaries.
-The exception is when an object isn't wrapped in a security proxy, which is
-typically either for the ``self`` parameter to a method, so object methods
-don't go through the security proxy when accessing their own internal
-attributes, or when ``removeSecurityProxy`` is explicitly used.
-
-Checking at attribute access provides significant defense in depth and is
-especially important given the interactions between visibility and mutability
-rules of multiple objects found on many Launchpad pages.
-
-You can learn more about how we use it in
-:doc:`Handling security policies <../how-to/security>`.
-
-Permissions
------------
-In general we follow the principle of least privilege.
-
-Launchpad engineers do not have direct access to production instances.
-
-Leveraging the mentioned Zope's security framework, we apply fine-grained and
-strict access level permissions.
-
-While all Launchpad engineers have permissions to provide basic support for
-Launchpad users, only select roles have wider access to administrative
-features and security-related areas.
-
-Authorization
---------------
-There is `extensive documentation`_ for how the OAuth authorization
-arrangements work for the webservice API.
-
-.. _extensive documentation: https://help.launchpad.net/API/SigningRequests
-
-Processes
----------
-For all but the most trivial code and configuration changes we require a
-review by another team member or by IS.
-
-For DB changes we require a second review by an experienced engineer.
-
-Security issues can always be escalated and Canonical's security team supports
-us with expert knowledge when necessary.
-
-Security monitoring
--------------------
-While we do not have automatic security monitoring in place yet as of July
-2023, Launchpad.net was recently pentested by an external security company.
-
-Training
---------
-Launchpad engineers are encouraged to stay up to date with modern security
-practices.
-
-Canonical offers a training budget which can be used for security training.
-
-Further recommended reading:
-
-- `OWASP top 10`_
-- `Mozilla's web security guide`_
-
-.. _OWASP top 10: https://owasp.org/www-project-top-ten/
-.. _Mozilla's web security guide: https://infosec.mozilla.org/guidelines/web_security.html
-
-Tooling
--------
-Mozilla offers an excellent `web security analyzer`_, which provides a great
-overview of the security state of a website.
-
-OWASP's `Zed Attack Proxy`_ is a mighty open-source tool which intercepts
-requests to the site under test and allows detailed security checks.
-
-.. _web security analyzer: https://observatory.mozilla.org/
-.. _Zed Attack Proxy: https://www.zaproxy.org/
-
-Reporting
----------
-Both security issues for Launchpad itself, for all listed projects, and for
-e.g. malicious applications hosted on Launchpad, should be reported by
-Launchpad's `bug reporting interface`_.
-Please set the bug's visibility to either "Public Security" or "Private
-Security" as appropriate.
-
-.. _bug reporting interface: https://bugs.launchpad.net/launchpad-project/+filebug
-
-Please be aware that Launchpad.net will send email in plaintext in response to
-the bug reports.
diff --git a/doc/historical.rst b/doc/historical.rst
deleted file mode 100644
index 326d8b2..0000000
--- a/doc/historical.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-================================
-Documents of historical interest
-================================
-
-The following documents don't really represent current thinking or development
-practices, but are useful to have around to get a sense of where we've been
-and how we've progressed.
-
-Contents:
-
-.. toctree::
-   :maxdepth: 1
-
-   chameleon
-   malone
-   webapp-process
diff --git a/doc/how-to/apply-schema-changes.rst b/doc/how-to/apply-schema-changes.rst
deleted file mode 100644
index 98542e0..0000000
--- a/doc/how-to/apply-schema-changes.rst
+++ /dev/null
@@ -1,42 +0,0 @@
-================================
-Applying database schema changes
-================================
-
-Whenever changes are made to the database schema,
-these changes need to be applied to the databases in use.
-
-In order to apply changes to e.g. the *test template database* you need to run:
-
-.. code-block:: bash
-
-    database/schema/upgrade.py -d launchpad_ftest_template
-    database/schema/security.py -d launchpad_ftest_template
-
-
-To migrate all of Launchpad's databases in a standard development setup:
-
-.. code-block:: bash
-
-    for db in launchpad_empty launchpad_dev_template launchpad_dev launchpad_ftest_template launchpad_ftest_playground; do
-        database/schema/upgrade.py -d "$db"
-        database/schema/security.py -d "$db"
-    done
-
-
-A more heavyweight approach is the following command:
-
-.. note::
-
-    Running this command will erase and rebuild everything.
-
-.. code-block:: bash
-
-    make schema
-
-
-If you only want to rebuild the test template database,
-please run the following command:
-
-.. code-block:: bash
-
-    make -C database/schema test
diff --git a/doc/how-to/avoid-debugging-issues.rst b/doc/how-to/avoid-debugging-issues.rst
deleted file mode 100644
index d693249..0000000
--- a/doc/how-to/avoid-debugging-issues.rst
+++ /dev/null
@@ -1,21 +0,0 @@
-=========================
-Avoiding debugging issues
-=========================
-
-
-When you set a breakpoint, e.g. via ``import pdb;pdb.set_trace()``
-and run a collection of tests,
-you may receive the following message:
-
-.. code-block:: shell-session
-
-    Can't use pdb.set_trace when running a layer as a subprocess!
-
-This happens when you are running a collection of tests which span multiple layers,
-and a previous layer could not be safely torn down in-process,
-so the testrunner had to spawn a subprocess instead.
-
-The workaround is to run just the one test you are trying to debug.
-
-You can read more about this issue in `zope.testrunner's documentation
-<https://zopetestrunner.readthedocs.io/en/latest/testrunner-layers-ntd.html>`_.
diff --git a/doc/how-to/checking-availability-of-launchpad-frontends.rst b/doc/how-to/checking-availability-of-launchpad-frontends.rst
deleted file mode 100644
index cca8034..0000000
--- a/doc/how-to/checking-availability-of-launchpad-frontends.rst
+++ /dev/null
@@ -1,36 +0,0 @@
-============================================
-Checking availability of Launchpad frontends
-============================================
-
-
-Launchpad is using round-robin DNS to load balance requests among the
-frontends.
-
-So in order to check the availability of the frontends,
-you need to get a list of all frontends and then check them individually.
-
-Get list of frontends
-=====================
-
-.. code-block:: shell-session
-
-    $ host launchpad.net
-
-    launchpad.net has address 185.125.189.223
-    launchpad.net has address 185.125.189.222
-    launchpad.net has IPv6 address 2620:2d:4000:1001::8003
-    launchpad.net has IPv6 address 2620:2d:4000:1001::8004
-    launchpad.net mail is handled by 10 mx.launchpad.net.
-
-Check individual frontend
-=========================
-
-.. code-block:: shell-session
-
-    $ curl --resolve launchpad.net:443:185.125.189.222 https://launchpad.net/ 
-
-
-Further information
-===================
-
-https://everything.curl.dev/usingcurl/connections/name#provide-a-custom-ip-address-for-a-name
diff --git a/doc/how-to/contributing-changes.rst b/doc/how-to/contributing-changes.rst
deleted file mode 100644
index 0ab219e..0000000
--- a/doc/how-to/contributing-changes.rst
+++ /dev/null
@@ -1,62 +0,0 @@
-====================
-Contributing changes
-====================
-
-This guide shows you how to contribute a change to Launchpad.
-
-Discuss the change
-------------------
-
-To begin with, it is usually helpful to discuss the change you'd like to make, in a `bug <https://bugs.launchpad.net/launchpad>`_, in the `launchpad-users <https://launchpad.net/~launchpad-users>`_ or `launchpad-dev <https://launchpad.net/~launchpad-dev>`_ mailing lists, or on IRC (``#launchpad-dev`` on ``irc.libera.chat``).
-
-Get the Launchpad source
-----------------------------
-
-Once you have decided on the change to be made, clone the repository.
-
-.. code-block:: bash
-
-    git clone https://git.launchpad.net/launchpad
-
-Make your changes
--------------------
-
-Create a branch from a reasonable point, such as ``master``.
-
-.. code-block:: bash
-
-    git checkout -b my-change
-
-Make your changes on the branch. Be sure to test them locally (by setting up a local `Launchpad development instance <https://launchpad.readthedocs.io/en/latest/how-to/running.html>`_)!
-
-Run the pre-commit hook
------------------------
-
-If you followed the instructions to `set up and run Launchpad <https://launchpad.readthedocs.io/en/latest/how-to/running.html#>`_, you should already have ``pre-commit`` installed and have the ``pre-commit`` git hook `installed <https://launchpad.readthedocs.io/en/latest/how-to/running.html#installing-the-pre-commit-hook>`_. If not, complete these steps before proceeding.
-
-Push your changes
---------------------
-
-Once you are happy with your changes, stage and commit them, and then push to a personal repository.
-
-Next, you need to share your changes with the Launchpad maintainers, but you probably don't have permissions to push to the ``master`` branch of the Launchpad codebase. To share your changes with the Launchpad maintainers, you need to push your commit to a personal git repository.
-
-Create a merge proposal
------------------------
-
-Once your commit has been pushed to a personal git repository, you can follow the direct link in the post-push message to create a merge proposal. Alternatively, in a web browser, visit 
-
-.. code-block:: bash
-
-    https://code.launchpad.net/~<username>/+git
-
-Remember to replace your username in the URL.
-
-Navigate to the personal repository to which you pushed your changes, and then to the branch containing your commit.
-
-Select Propose for merging, provide a reasonable commit message, and description of your changes.
-
-What comes next?
-----------------
-
-Once you have created a merge proposal, a Launchpad maintainer will inspect your commit and approve or reject the changes. There may be a comments that require you to make amendments to your proposed changes, which you can do by repeating this workflow. However, once your changes are approved, your changes will be merged into the ``master`` branch of the Launchpad code base!
diff --git a/doc/how-to/create-job-publish-artifact.rst b/doc/how-to/create-job-publish-artifact.rst
deleted file mode 100644
index f954b1b..0000000
--- a/doc/how-to/create-job-publish-artifact.rst
+++ /dev/null
@@ -1,75 +0,0 @@
-
-.. _create_job_to_publish_artifacts:
-
-==============================
-Create job to publish artifact
-==============================
-
-Often we need to publish our project's artifacts so they can be accessed by
-other entities. When building a charm with the ``launchpad-base layers``, for
-example, you will want your code to be published in Swift as a tarball, so
-that the right version of your code is downloaded when building the charm.
-
-We also want the artifact building to be automated. This can be achieved by
-having `Jenkins <https://jenkins.ols.canonical.com/online-services/>`_ jobs
-building your artifact on code merge.
-
-
--------------
-Steps to take
--------------
-
-1. **Open an IS ticket to create Swift credentials for your new project**
-
-   * Your new `IS ticket <https://portal.admin.canonical.com/requests/new>`_
-     should go into the
-     `Launchpad queue <https://portal.admin.canonical.com/q/launchpad/>`_, have
-     a title along the lines of `"Swift credentials for <project name> builds"`
-     and have information along the lines of:
-
-        `"We need a new Swift user and a project whose credentials we'll
-        use in a Jenkins job to build deployment artifacts and publish them to
-        Swift. The user can be named 'stg-<project name>-builds'
-        and the project 'stg-<project name>-builds_project'."`
-
-     Open this ticket as early as possible since it might take a while until
-     IS can go through it (if you need to speed up the turnaround, you might
-     want to prioritize the ticket).
-
-
-2. **Create 'build-tarball' and 'publish-tarball' commands in your project's
-   Makefile**
-
-   * The ``build-tarball`` command should rebuild the virtual environment anew,
-     create a wheel with all the necessary dependencies, and then build a
-     tarball into a given path (``build/<commit-id>/<name-of-tar>.tar.gz`` for
-     example) - see existing examples in the Launchpad suite!
-
-   * For the publishing, copy ``publish-to-swift.py`` script (found in a few
-     Launchpad projects including Launchpad itself) to your project's
-     directory. The ``publish-tarball`` command should be dependent on
-     ``build-tarball`` and should run the ``publish-to-swift`` script - again
-     see existing examples.
-
-3. **Create or update jenkins job to run the publishing command**
-
-   * Check if there is already a file for your project within the
-     `ols-jenkaas <https://code.launchpad.net/ols-jenkaas>`_ repo in the
-     ``/jobs`` folder. If there isn't, create one based on an existing one.
-
-   * The important sections to make the job publish your tarball are the
-     ``build-command`` - it should run your ``make publish-tarball`` command -
-     and the ``jobs`` list, which should have at least the
-     ``{name}-build-charm`` and ``trigger-{name}-build-charm-on-changes``.
-
-4. **Get the new credentials into Jenkins**
-
-   * Someone responsible for Jenkins (ask IS or your team who that person is)
-     will need to add the new credentials IS created to your Jenkins jobs.
-   * To get the new credentials that IS created, you should SSH into
-     ``launchpad-bastion-ps5``, assume the new role created by IS, and there
-     will be a ``README`` file with some guidelines. You'll see there that you
-     can simply run ``load_creds openstack`` to load your credentials into
-     environment variables. To share them with the person responsible,
-     ask them what they might need. The most relevant credentials are
-     ``OS_USERNAME``, ``OS_TENANT_NAME`` and ``OS_PASSWORD``.
diff --git a/doc/how-to/deploying-configuration-changes.rst b/doc/how-to/deploying-configuration-changes.rst
deleted file mode 100644
index 141287d..0000000
--- a/doc/how-to/deploying-configuration-changes.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-=============================================
-Deploying configuration changes to production
-=============================================
-
-While technically there is a procedure for doing a rollout that just
-`updates the configuration <https://wiki.canonical.com/InformationInfrastructure/OSA/LaunchpadRollout#Config-only_Rollouts>`_,
-it hasn't been used for some years, and it also requires manual intervention by
-IS.
-
-The recommended way to deploy configuration changes is to deploy a new code
-revision, e.g. deploying Launchpad, which will always pull in the latest
-configuration.
diff --git a/doc/how-to/doc-theme.rst b/doc/how-to/doc-theme.rst
deleted file mode 100644
index c0f03a5..0000000
--- a/doc/how-to/doc-theme.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-==================================
-Rebuilding the documentation theme
-==================================
-
-The Vanilla theme used in the documentation is based on `vanilla-sphinx-test
-<https://github.com/evildmp/vanilla-sphinx-test>`_.  All the source files
-needed to generate it are in the ``doc/vanilla/`` directory, though for
-simplicity the output of building the theme's CSS is currently committed to
-git rather than built dynamically.  To rebuild it, run the following on at
-least Ubuntu 22.04::
-
-    make -C doc build-css
diff --git a/doc/how-to/exceptions.rst b/doc/how-to/exceptions.rst
deleted file mode 100644
index 600fabf..0000000
--- a/doc/how-to/exceptions.rst
+++ /dev/null
@@ -1,95 +0,0 @@
-===================
-Handling exceptions
-===================
-
-Catching exceptions
-===================
-
-Never catch ``AssertionError``, ``NameError``, or ``TypeError``.
-
-Only catch ``ValueError`` when you are trying to convert a value to a type
-using the builtin "type conversion" functions such as ``int()`` and
-``float()``.
-
-.. code-block:: python
-                                                                         
-    try:                                                                 
-        foo = int(foo_str)
-    except ValueError:    
-        # Handle the non-int case.
-
-You might want to catch ``TypeError`` when converting type, when the value
-may be a string or may be None.  Resist this temptation!  You should
-explicitly check for a None value before doing the conversion.
-   
-.. code-block:: python
-                                                           
-    if foo_str is None:                                       
-        # Handle None value.
-    try:                    
-        foo = int(foo_str)
-    except ValueError:    
-        # Handle the non-int case.
-
-Catching all exceptions
-=======================
-
-In most cases this is a bad idea, since it means that we don't know what
-exactly might happen in the code protected by ``try:``.
-
-As a developer, think again before you use ``except Exception:``; as a
-reviewer, ask the author why he thinks that it is reasonable to do that.
-
-Most importantly, we must not hide bugs this way.  You must either
-raise the exception again after doing some cleanup like calling
-``transaction.abort()``, or you must log an OOPS, which you can do using
-``logger.exception()``.
-
-``KeyboardInterrupt`` and ``SystemExit`` must not be caught under any
-circumstances.
-
-If you really need to catch all exceptions, do it this way:
-
-.. code-block:: python
-
-    try:
-        # whatever.
-    except Exception:
-        # do some cleanup, if necessary.
-        # log an OOPS or raise the exception again.
-
-Raising exceptions
-==================
-
-Raise ``AssertionError`` when code that calls your code has not met its part
-of the contract.  Use ``AssertionError`` if your code has been passed code
-of the wrong type.  Don't use ``TypeError`` for this.
-
-The reason is that we're writing an application, not a framework, not a
-general purpose library.  We live and die by the contracts between the
-pieces of our application.  When the contracts are not adhered to, we need
-to know that unambiguously.
-
-Application code should never raise ``TypeError`` or ``NameError``.
-
-There are very limited circumstances in which it's OK to raise
-``ValueError``.  Usually, it's more appropriate to use a more specific
-exception.  However, if you have a function which converts data from one
-form to another in a way similar to ``int()`` or ``float()``, raising
-``ValueError`` may be appropriate.
-
-In general, don't make your specific exceptions derive from ``ValueError``.
-``ValueError`` is an error saying something about where in the structure of
-the code the error is assumed to be: in some argument to a function, or
-something like that.  That assumption is often unhelpful or misleading.
-
-We should be more interested in what condition occurred than whether the
-error might have been passed as an argument to a function at some point or
-other.  Reflect this in your choice of exceptions.
-
-Breaking the rules
-==================
-
-There are some occasions when infrastructure code needs to break these
-rules.  These are special cases.  They should be few, and specially
-commented.
diff --git a/doc/how-to/getting-overview-of-build-farm.rst b/doc/how-to/getting-overview-of-build-farm.rst
deleted file mode 100644
index 153931a..0000000
--- a/doc/how-to/getting-overview-of-build-farm.rst
+++ /dev/null
@@ -1,26 +0,0 @@
-=============================================
-Getting an overview of Launchpad's build farm
-=============================================
-
-In order to get an overview of Launchpad's build farm,
-you can either use a web view or a command line application.
-
-Overview via web view
-=====================
-
-https://launchpad.net/builders
-
-.. note:
-
-    The web view is public.
-
-Overview via CLI application
-============================
-
-Call...
-
-.. code:: bash
-
-    $ ./manage-builders -v
-
-from the `ubuntu-archive-tools <https://launchpad.net/ubuntu-archive-tools>`_.
diff --git a/doc/how-to/importing-an-ubuntu-package.rst b/doc/how-to/importing-an-ubuntu-package.rst
deleted file mode 100644
index 0b1ec12..0000000
--- a/doc/how-to/importing-an-ubuntu-package.rst
+++ /dev/null
@@ -1,57 +0,0 @@
-===========================
-Importing an Ubuntu package
-===========================
-
-It may be necessary to import an Ubuntu package into the local Launchpad instance
-for testing - the UCT import script requires the package mentioned in a CVE file
-to be present before it can create a vulnerability corresponding to the CVE.
-
-This can be done using ``debmirror`` and the ``scripts/gina.py`` script. Install
-the ``debmirror`` package, if it is not installed already.
-
-Create a directory to store the partial mirror and perform a sync.
-
-.. code-block:: bash
-
-    $ mkdir /tmp/gina_test_archive
-    $ cd /tmp/gina_test_archive
-    $ # This syncs just the focal amd64 packages starting with 'bash'
-    $ debmirror -v --method=http --arch=amd64 -d focal --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg --exclude='.*' --include='/bash' /tmp/gina_test_archive
-
-Configure the mirror path in ``lib/lp/services/config/schema-lazr.conf`` by adding the following section
-
-.. code-block:: ini
-
-    [gina_target.focal]
-    root: /tmp/gina_test_archive
-    components: main
-    distro: ubuntu
-    distroseries: focal
-    pocketrelease: focal
-    source_only: true
-
-The value for the ``root`` key must match path in which the partial mirror was
-created above. The ubuntu release used in the ``debmirror`` command must match
-the values specified in the above configuration file. The package to be imported
-must belong to the component specified above in the Ubuntu repositories.
-
-Run all the Launchpad services including the librarian in a separate session.
-
-.. code-block:: bash
-
-    $ cd ~/launchpad/launchpad
-    $ make run
-
-Run the ``scripts/gina.py`` script to import the packages from the partial mirror.
-
-.. code-block:: bash
-
-    $ cd ~/launchpad/launchpad
-    $ ./scripts/gina.py focal  # where 'focal' is the release used in the previous steps.
-
-
-The script will run and print a lot of errors for the packages missing in the partial mirror.
-These errors can be ignored. Once it finishes, check its output to verify that the ``bash``
-package, which is used in this example, has been imported and uploaded to the librarian.
-If there are no errors importing the ``bash`` package, the package should now be available in
-the local Launchpad instance.
diff --git a/doc/how-to/index.rst b/doc/how-to/index.rst
deleted file mode 100644
index 892fcf3..0000000
--- a/doc/how-to/index.rst
+++ /dev/null
@@ -1,52 +0,0 @@
-:hide-toc:
-
-How-to Guides
-=============
-
-Getting started
----------------
-
-.. toctree::
-   :maxdepth: 1
-
-   running
-
-Common development tasks
-------------------------
-
-.. toctree::
-   :maxdepth: 1
-
-   contributing-changes
-   exceptions
-   security
-   avoid-debugging-issues
-   preserve-query-count
-   land-update-for-loggerhead
-   update-configuration-for-testing
-   doc-theme
-   testing-scripts
-   create-job-publish-artifact
-
-Operating development instances
--------------------------------
-
-.. toctree::
-   :maxdepth: 1
-
-   new-user
-   apply-schema-changes
-   use-updated-dependency
-   importing-an-ubuntu-package
-
-Operating Canonical's instances
--------------------------------
-
-.. toctree::
-   :maxdepth: 1
-
-   resurrect-dogfood
-   restarting-services-on-dogfood
-   deploying-configuration-changes
-   checking-availability-of-launchpad-frontends
-   getting-overview-of-build-farm
diff --git a/doc/how-to/land-update-for-loggerhead.rst b/doc/how-to/land-update-for-loggerhead.rst
deleted file mode 100644
index 135e086..0000000
--- a/doc/how-to/land-update-for-loggerhead.rst
+++ /dev/null
@@ -1,39 +0,0 @@
-Landing updates for Loggerhead
-==============================
-
-`Loggerhead <https://launchpad.net/loggerhead/>`_ is a web-based
-`Bazaar <https://bazaar.canonical.com/>`_ code browser.
-
-Landing changes for Loggerhead itself
--------------------------------------
-
-- create a merge proposal for https://launchpad.net/loggerhead
-- get approval
-- mark merge proposal as **Approved**
-
-Landing changes in Launchpad itself
------------------------------------
-
-- ask somebody with PyPI access to make a loggerhead release
-- see :ref:`Upgrade a Package <upgrade-package>`
-
-Performing QA
--------------
-
-After the changes have landed and passed through buildbot,
-they will be available at https://bazaar.staging.launchpad.net.
-
-Please note that only a few Bazaar branches are synced from production to
-staging.
-
-You should create a repository and push some changes to perform QA:
-
-.. code-block:: bash
-
-    bzr push lp://staging/~you/+junk/foo
-
-Deployment
-----------
-
-To get the changes into production, you need to perform a regular Launchpad
-deployment.
diff --git a/doc/how-to/new-user.rst b/doc/how-to/new-user.rst
deleted file mode 100644
index 31529bc..0000000
--- a/doc/how-to/new-user.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-Creating additional user accounts in the development environment
-================================================================
-
-In environments that use the test OpenID provider, such as the development
-appserver started via ``make run``, you can create a new account using the
-``utilities/make-lp-user`` script and log into that account at
-``https://launchpad.test/``.
-
-Some development environments, such as those deployed using the :doc:`Mojo
-spec <../explanation/charms>`, use production Single Sign-On for
-authentication.  In these environments, you should not use
-``utilities/make-lp-user``; instead, log into ``https://launchpad.test/``
-via SSO as you would on production to create your user, and then use
-``utilities/anoint-team-member`` as needed to add yourself to teams.  For
-example, you might want to temporarily add yourself to the ``admins`` team
-in order to edit feature rules.
diff --git a/doc/how-to/preserve-query-count.rst b/doc/how-to/preserve-query-count.rst
deleted file mode 100644
index aa88c37..0000000
--- a/doc/how-to/preserve-query-count.rst
+++ /dev/null
@@ -1,27 +0,0 @@
-======================
-Preserving query count
-======================
-
-Given you want to read or create many items instead of one,
-you need to make sure that the number of queries stays constant.
-
-In Launchpad this can be done by using `lp.testing.record_two_runs`,
-as outlined in the following example:
-
-.. code-block:: python
-
-    def test_view_query_count(self):
-        # Test that the view bulk loads artifacts.
-        person = self.factory.makePerson()
-        pillarperson = PillarPerson(self.pillar, person)
-        recorder1, recorder2 = record_two_runs(
-            tested_method=lambda: create_initialized_view(pillarperson, "+index"),
-            item_creator=lambda: self.makeArtifactGrantee(
-                person, True, True, True, False
-            ),
-            first_round_number=5,
-            login_method=lambda: login_person(self.owner),
-        )
-        self.assertThat(recorder2, HasQueryCount.byEquality(recorder1))
-
-For further information, please have a look at `record_two_runs`' docstring.
diff --git a/doc/how-to/restarting-services-on-dogfood.rst b/doc/how-to/restarting-services-on-dogfood.rst
deleted file mode 100644
index 68fa3a1..0000000
--- a/doc/how-to/restarting-services-on-dogfood.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-==============================
-Restarting services on Dogfood
-==============================
-
-When applying manual changes, it may be necessary to restart services.
-
-Instead of :doc:`restarting all services <resurrect-dogfood>`, it is much
-faster to restart individual services.
-
-Restarting the launchpad web application and librarian
-======================================================
-
-.. code-block:: bash
-
-    launchpad@labbu:~$ make -C /srv/launchpad.net/codelines/current initscript-stop initscript-start
-
-Restarting launchpad-buildd
-===========================
-
-.. code-block:: bash
-
-    launchpad@labbu:~$ /srv/launchpad.net/buildd-manager restart
diff --git a/doc/how-to/resurrect-dogfood.rst b/doc/how-to/resurrect-dogfood.rst
deleted file mode 100644
index c78ff77..0000000
--- a/doc/how-to/resurrect-dogfood.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-=========================================
-Resurrecting dogfood/development instance
-=========================================
-
-`dogfood <https://dogfood.paddev.net/>`_ is an instance of Launchpad,
-run by the Launchpad developers.
-
-When the site is not available, please activate Canonical's VPN and execute
-the following commands:
-
-.. code:: bash
-
-    $ ssh <user>@labbu.canonical.com
-    $ sudo -iu launchpad
-    $ upgrade-dogfood-launchpad
-
-.. note:
-
-    Please note that this may take up to, or even more than 10 minutes.
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
deleted file mode 100644
index 75269ee..0000000
--- a/doc/how-to/running.rst
+++ /dev/null
@@ -1,439 +0,0 @@
-================================
-Setting up and running Launchpad
-================================
-
-.. note::
-
-    `Ask for help <https://dev.launchpad.net/Help>`_ right away if you run
-    into problems.
-
-This page explains how to set up and run Launchpad (for development) on your
-own machine, using a `LXD
-<https://documentation.ubuntu.com/lxd/en/latest/>`_-managed container to
-isolate it from the rest of your system.
-
-After you've done this, you may want to read about
-:doc:`../explanation/navigating`.
-
-.. _supported_operating_systems:
-
-Supported operating systems
-===========================
-
-For the host system, any reasonably modern Ubuntu release should work.
-Other Linux distributions that have LXD should work too, though we don't
-test on them.
-
-For the containers, these instructions should work with Ubuntu 16.04 LTS or
-20.04 LTS.  We currently test on 16.04 and 20.04, with the aim of
-upgrading production to 20.04 soon.  22.04 is known not to work yet.
-
-.. note::
-   Ubuntu 22.04 ships with cgroups v2 enabled by default. Since the 16.04
-   release is too old to support it, the container doesn't get set up properly
-   as per the profile and isn't usable for setting up Launchpad. So to re-enable
-   cgroups v1, set the `systemd.unified_cgroup_hierarchy=0` kernel parameter.
-   For GRUB, this can be done by editing `/etc/default/grub` and
-   appending the parameter to the `GRUB_CMDLINE_LINUX_DEFAULT` value,
-   running `update-grub` after that, and rebooting.
-
-Launchpad requires at least Python 3.5 (i.e. newer than Ubuntu 14.04 LTS).
-
-We'd like Launchpad to run on other operating systems, especially `Debian
-GNU/Linux <https://www.debian.org/>`_, so that more people can contribute to
-Launchpad development.  If you're interested in working on Launchpad
-portability, please `let us know <https://dev.launchpad.net/Help>`_.  Note
-that our focus is on getting Launchpad to build easily so more people can
-participate in Launchpad development.  Running a stable production instance
-would be *much* harder than running a single-developer test instance, and we
-don't recommend it.  Unlike many open source projects, we're not seeking to
-maximize the number of installations; our goal is to improve the `instance
-we're already running <https://launchpad.net/>`_.
-
-Why use LXD containers?
-=======================
-
-Launchpad development setup makes significant changes to your machine; it's
-nice to be unaffected by those when you're not doing such development.
-Using containers means that the version of Ubuntu on your host system
-doesn't need to match Launchpad's requirements.  Multiple containers can be
-used to work around Launchpad's limitations regarding concurrent test runs
-on a single machine.
-
-LXD also has some nice snapshotting and ZFS capabilities, and is what other
-Launchpad developers use, so other people will be able to help you debug
-your setup if needed.
-
-The installation script is written with the assumption that it will be
-running inside such a container.  If you run it on your host system, it may
-well break your host system.
-
-Create a LXD container
-======================
-
-This assumes you already have LXD set up.  If not, follow the `instructions
-<https://documentation.ubuntu.com/lxd/en/latest/getting_started/>`_ for
-getting it installed and configured on your network.
-
-1. If you haven't done so already, run this script to set up LXD to let you
-   use your home directory inside the container.  Some developers prefer to
-   only mount a subdirectory of their home directory in the container: to do
-   that, replace ``$HOME`` with ``$HOME/src`` or similar.  Although it may
-   be tempting, make sure not to call your local user "launchpad", as that
-   will break; see :ref:`database-permissions`.
-
-.. code-block:: sh
-
-    #! /bin/sh
-    
-    id=400000  # some large uid outside of typical range, and outside of already mapped ranges in /etc/sub{u,g}id
-    uid=$(id -u)
-    gid=$(id -g)
-    user=$(id -un)
-    group=$(id -gn)
-    
-    # give lxc permission to map your user/group id through
-    sudo usermod --add-subuids ${uid}-${uid} --add-subgids ${gid}-${gid} root
-    
-    # create a profile to control this
-    lxc profile create $user >/dev/null 2>&1
-    
-    # configure profile
-    cat << EOF | lxc profile edit $user
-    name: $user
-    description: allow home dir mounting for $user
-    config:
-      raw.idmap: |
-        uid $uid $id
-        gid $gid $id
-      user.user-data: |
-        #cloud-config
-        runcmd:
-          - "groupadd $group --gid $id"
-          - "useradd $user --uid $id --gid $group --groups adm,sudo --shell /bin/bash"
-          - "echo '$user ALL=(ALL) NOPASSWD:ALL' >/etc/sudoers.d/90-cloud-init-users"
-          - "chmod 0440 /etc/sudoers.d/90-cloud-init-users"
-    devices:
-      home:
-        type: disk
-        source: $HOME
-        path: $HOME
-    EOF
-
-2. Create a container. This command creates a Ubuntu 20.04 unprivileged
-   container using the profile created in the previous step.
-
-.. code-block:: sh
-
-    lxc launch ubuntu:20.04 lpdev -p default -p $USER
-
-.. note::
-    Note that as of now, Launchpad still runs on `ubuntu:16.04` in production, 
-    but will be upgraded to `20.04` in the near future.
-
-    You can use `ubuntu:16.04` in the command above instead, but note that for
-    more recent Ubuntu versions (22.04 and above) it might need some extra steps 
-    (see note in :ref: `Supported Operating Systems <supported_operating_systems>`).
-
-.. note::
-   If the command above fails with ``Error: No root device could be found``, you may need to run
-
-   .. code-block:: sh
-
-        lxd init
-
-   This will ensure you have initialized your LXD storage.
-
-3. Find the container IP, either from ``lxc list`` or ``lxc info lpdev``.
-
-.. note::
-   If your new container does not have an IPv4 address when you run ``lxc list``, 
-   see :ref:`Network Connectivity <network-connectivity>` in Troubleshooting section.
-
-4. In order to be able to ssh into the container, you need to add your
-   public key to your local ``.ssh/authorized_keys`` configuration.  Also
-   make sure that both ``.ssh`` (700) and ``authorized_keys`` (600) have the
-   correct permissions.
-
-5. Connect as follows.  (The -A permits you to access Launchpad code hosting
-   from within the container without needing to reenter passphrases.)
-
-.. code-block:: sh
-
-    ssh -A $USER@IP_ADDRESS_FROM_LXC_LS
-
-Getting Launchpad
-=================
-
-Do all this *inside* the container you set up previously.  Be aware that
-changes in your home directory inside the container will also be seen
-outside the container and vice versa.
-
-If your Launchpad username differs from your local one, then put this in
-``~/.ssh/config`` in the container before doing anything else, replacing
-``LPUSERNAME`` with your Launchpad username::
-
-    Host bazaar.launchpad.net
-            User LPUSERNAME
-    Host git.launchpad.net
-            User LPUSERNAME
-
-Then:
-
-.. code-block:: shell-session
-
-   $ mkdir ~/launchpad
-   $ cd ~/launchpad
-   $ curl https://git.launchpad.net/launchpad/plain/utilities/rocketfuel-setup >rocketfuel-setup
-
-Read through the rocketfuel-setup script at this point and make sure you're
-OK with what it's going to do.  (See :doc:`../explanation/running-details` if you want to
-know more.)
-
-.. code-block:: shell-session
-
-   $ chmod a+x rocketfuel-setup
-   $ ./rocketfuel-setup
-
-This will take a while -- maybe a few hours to get everything, depending on
-your Internet connection.
-
-Note that you will be prompted for your ``sudo`` password, and for a
-Launchpad login ID (that is, your username on ``launchpad.net``).  The sudo
-access is necessary to get Launchpad running on your box; the Launchpad
-login is not strictly necessary, and you can just hit Return there if you
-want.  See below for an explanation.
-
-Note that this will make changes to your Apache configuration if you already
-have an Apache server in your container.  It will also add entries to
-``/etc/hosts``, and it will setup a PostgreSQL server in your container.
-
-If you are running ``rocketfuel-setup`` to bring up a new container but your
-home directory already has a usable Launchpad tree, you can pass
-``--no-workspace`` to only perform the system-wide setup.
-
-Note that if ``rocketfuel-setup`` bails out with instructions to fix
-something, you just need to run it again and it should pick up where it left
-off.
-
-.. code-block:: shell-session
-
-   $ sudo apt full-upgrade
-
-This is just to make doubly-sure everything from the Launchpad PPA gets
-installed.
-
-.. code-block:: shell-session
-
-   $ ls
-   launchpad/    lp-sourcedeps/
-   $ cd launchpad
-
-You are now in a newly-cloned Git repository, with one branch ('master'),
-into whose working tree the other source dependencies have been symlinked.
-The source dependencies actually live in ``../lp-sourcedeps``.
-
-.. _pre-commit:
-
-Installing the pre-commit hook
-==============================
-
-If you intend to make any changes to Launchpad, you should also set up
-`pre-commit <https://pre-commit.com/>`__ now:
-
-1. Install ``pre-commit`` itself.  If your host system is Ubuntu 20.10 or
-   newer, then ``sudo apt install pre-commit`` is enough; otherwise, you can
-   install it in your user account (`pipx <https://pypi.org/project/pipx/>`_
-   works well to keep it isolated; whatever you do, don't run ``pip``
-   system-wide as root!).  We require this to be installed separately rather
-   than including it in Launchpad's virtual environment because developers
-   commonly run ``git commit`` outside the container used for running
-   Launchpad.
-
-2. Install the ``pre-commit`` git hook by running ``pre-commit install`` in
-   your newly-cloned ``launchpad`` repository.
-
-Building
-========
-
-Before you can run Launchpad for the first time, you need to set up PostgreSQL.
-
-.. note::
-
-    **DO NOT run the database setup script below if you use PostgreSQL for
-    anything other than Launchpad!**  Running the script will destroy any
-    PostgreSQL databases on your system.  See
-    https://dev.launchpad.net/DatabaseSetup for details.
-
-.. code-block:: shell-session
-
-    $ ./utilities/launchpad-database-setup $USER
-
-**(Please have read the previous comment before you run the above command!)**
-
-Finally, build the database schema (this may take several minutes):
-
-.. code-block:: shell-session
-
-    $ make schema
-
-Running
-=======
-
-Now you should be able to start up Launchpad:
-
-.. code-block:: shell-session
-
-    $ make run
-
-This only runs the basic web application.  `Codehosting
-<https://dev.launchpad.net/Code/HowToUseCodehostingLocally>`_ and `Soyuz
-<https://dev.launchpad.net/Soyuz/HowToUseSoyuzLocally>`_ require additional
-steps.
-
-For subsequent builds, you can just do ``make run`` right away.  You don't
-need to do ``make schema`` every time, and you should avoid it because it's
-expensive and because it will clean out any data you might have put into
-your test instance (through the web UI or by running other scripts).
-
-Accessing your web application
-==============================
-
-When running ``make run``, your application is running in your container, but it
-is not yet accessible outside of it - this includes your host machine, i.e.,
-you won't, for example, be able to access your application from your browser.
-
-Unless the only thing you're doing is running parts of the test suite, you
-probably want to make your new Launchpad instance accessible from other
-machines on the same local network, or in particular from the host system.
-
-Amending the Apache configuration
----------------------------------
-
-Launchpad's default development Apache config
-(``/etc/apache2/sites-available/local-launchpad.conf``) only listens on
-127.0.0.88.  This can be overridden with the ``LISTEN_ADDRESS`` environment
-variable when running ``make install``.  You probably want to make it listen
-on everything:
-
-.. code-block:: shell-session
-
-    $ sudo make LISTEN_ADDRESS='*' install
-
-Amending the hosts file
------------------------
-
-Launchpad makes extensive use of virtual hosts, so you'll need to add
-entries to ``/etc/hosts`` on any machine from which you want to access the
-Launchpad instance.
-
-Within the container running the instance, you can see the relevant hostnames
-in ``/etc/hosts`` - these need to be added to the machine you want to access
-the application from, mapped to the server machine or container's external IP address.
-
-For example, to access the application in your host system (and your browser),
-you should copy the ``*.launchpad.test`` hostnames you see in the ``hosts`` file 
-within the container running the application, and append them to your host system's
-``hosts`` file, mapped to the IPv4 address of the container running the app.
-
-This should look similar to this:
-
-.. code-block::
-
-    # Launchpad virtual domains. This should be on one line.
-    <your container IPv4 address>     launchpad.test answers.launchpad.test archive.launchpad.test api.launchpad.test bazaar.launchpad.test bazaar-internal.launchpad.test blueprints.launchpad.test bugs.launchpad.test code.launchpad.test feeds.launchpad.test keyserver.launchpad.test lists.launchpad.test ppa.launchpad.test private-ppa.launchpad.test testopenid.test translations.launchpad.test xmlrpc-private.launchpad.test xmlrpc.launchpad.test
-
-.. note::
-
-    To access the application in a Windows machine, it may be helpful to know that
-    the Windows equivalent of ``/etc/hosts`` is located at
-    ``C:\WINDOWS\system32\drivers\etc\hosts``.  Note that Windows' version has a
-    line length limit, so you might have to split it across multiple lines or
-    only include the hostnames that you need.
-
-You should now be able to access ``https://launchpad.test/`` in a web
-browser on a suitably configured remote computer. Accept the local
-self-signed certificate. You can log in as ``admin@xxxxxxxxxxxxx`` without
-a password. (This is only for development convenience, and assumes that you
-trust machines that can route to your LXD containers; of course a production
-deployment would need real authentication.). If you want to create more user
-accounts, see :doc:`new-user`.
-
-Accessing launchpad.test from a single host over SSH
-----------------------------------------------------
-
-As an alternative to the above, SSH provides a SOCKS proxy.  By running that
-proxy on the target machine, you can view its Launchpad web site as if you
-were on that machine, without having to open non-SSH ports to a wider
-network.  To do so:
-
-.. code-block:: shell-session
-
-    $ ssh -D8110 target-machine
-
-Then set your browser's SOCKS proxy settings to use ``target-machine:8110``.
-
-Stopping
-========
-
-You can stop Launchpad by hitting **Control-C** in the terminal where you
-started it:
-
-.. code-block:: shell-session
-
-    ^C
-    [...shutting down Launchpad...]
-    $ 
-
-Or you can be at a prompt in the same directory and run this:
-
-.. code-block:: shell-session
-
-    $ make stop
-
-Troubleshooting
-===============
-
-.. _network-connectivity:
-
-Network connectivity
---------------------
-
-"The LXC container is not getting an IPv4 address assigned and the network
-connectivity inside the container doesn't work."
-
-On Ubuntu 21.10, ``ufw`` uses ``nftables`` by default, so if you are using
-Ubuntu 21.10 on the host and ``ufw`` is enabled with the default policy of
-blocking incoming and routed traffic, the rules added by LXD will not take
-effect, and hence LXD's traffic will be dropped.
-
-The fix is to add ``ufw allow`` rules to allow incoming and routed traffic
-on the bridge interface, like this (replacing ``lxdbr0`` with the name of
-the bridge interface on your computer):
-
-.. code-block:: sh
-
-    sudo ufw allow in on lxdbr0
-    sudo ufw route allow in on lxdbr0
-
-Email
------
-
-"I have Launchpad running but emails are not sent."
-
-Development Launchpads don't send email to the outside world, for obvious
-reasons.  They connect to the local SMTP server and send to root.  To create
-new users, create a new account and check the local mailbox, or see
-:doc:`new-user`.
-
-.. _database-permissions:
-
-Database permissions
---------------------
-
-"My database permissions keep getting deleted!"
-
-If your local account is called "launchpad" it conflicts with a role called
-"launchpad" which is defined in ``database/schema/security.cfg``.  You need
-to rename your local account and re-assign it superuser permissions as the
-``utilities/launchpad-database-setup`` script does.
diff --git a/doc/how-to/security.rst b/doc/how-to/security.rst
deleted file mode 100644
index 4bf7e2b..0000000
--- a/doc/how-to/security.rst
+++ /dev/null
@@ -1,126 +0,0 @@
-Handling security policies
-==========================
-
-Zope 3 is a security-aware framework that makes it possible to develop complex
-applications with security policies that closely resemble the reality that the
-system is trying to model.
-
-This document is about security policy in Launchpad.
-
-Defining Permissions in Launchpad
----------------------------------
-
-.. note::
-
-    A new permission should only be defined if absolutely necessary, and it
-    should be considered thoroughly in a code review.
-
-Occasionally, you'll find yourself in a situation where the existing
-permissions in Launchpad aren't enough for what you want. For example, when
-privacy support was first being added to Launchpad, it required a permission
-to provide policy for who can view a thing, called ``launchpad.View``.
-
-A new permission (see the note above) is defined in Launchpad in the file
-``lib/lp/permissions.zcml``. So, to define the permission
-``launchpad.View``, we'd add a line like this to that file:
-
-.. code-block:: xml
-
-    <permission
-      id="launchpad.View" title="Viewing something" access_level="read" />
-
-
-Defining Authorization Policies for Permissions
------------------------------------------------
-
-Once you've defined a permission, you'll probably want to define some logic
-somewhere to express the authorization policy for that permission on a certain
-interface.
-
-In Launchpad, an authorization policy is expressed through a security adapter.
-To define a security adapter for a given permission on an interface:
-
-1. Define the adapter in the corresponding package's `security.py`. Create
-   the file, if it doesn't exist already. Here's a simple example of
-   an adapter that authorizes only an object owner for the
-   ``launchpad.Edit`` permission on objects that implement the ``IHasOwner``
-   interface:
-
-.. code-block:: python
-
-    class EditByOwner(AuthorizationBase):
-        permission = "launchpad.Edit"
-        usedfor = IHasOwner
-
-        def checkAuthenticated(self, user):
-            """Authorize the object owner."""
-            return user.isOwner(self.obj)
-
-Read the ``IAuthorization`` interface to ensure that you've defined the
-adapter appropriately.
-
-2. Declare the permission on a given interface in a ZCML file. So, for the
-   above adapter, here's how it might be hooked up to ``IProduct``, where
-   ``IProduct`` is protected with the ``launchpad.Edit`` permission:
-
-.. code-block:: xml
-
-    <class
-        class="lp.registry.model.product.Product">
-        <allow
-          interface="lp.registry.interfaces.product.IProductPublic"/>
-        <require
-          permission="launchpad.Edit"
-          interface="lp.registry.interfaces.product.IProductEditRestricted"/>
-        <require
-          permission="launchpad.Edit"
-          set_attributes="commercial_subscription description"/>
-    </class>
-
-In this example, the ``EditByOwner`` adapter's ``checkAuthenticated`` method
-will be called to determine if the currently authenticated user is
-authorized to access whatever is protected by ``launchpad.Edit`` on an
-``IProduct``.
-
-The available permission directives are not well-documented by
-``zope.security``, so here's a summary:
-
-``<allow interface="..."/>``
-    The attributes and methods of this class that appear in the listed
-    interface may be publicly accessed.
-
-``<allow attributes="..."/>``
-    The named attributes and methods of this class may be publicly accessed.
-
-``<require permission="..." interface="..."/>``
-    The attributes and methods of this class that appear in the listed
-    interface may be accessed by users with the given permission.
-
-``<require permission="..." attributes="..."/>``
-    The named attributes and methods of this class may be accessed by users
-    with the given permission.
-
-``<require permission="..." set_schema="..."/>``
-    The attributes of this class that appear in the listed interface may be
-    modified by users with the given permission.
-
-``<require permission="..." set_attributes="..."/>``
-    The named attributes of this class may be modified by users with the
-    given permission.
-
-Note that "accessed" means ``getattr()``, while "modified" means
-``setattr()``.  The process of calling a method starts by using ``getattr()``
-to fetch the method from the object, so methods should be declared in
-``interface`` or ``attributes`` even if they modify the object.
-
-3. Ensure that there is an ``<lp:authorizations />`` directive in the
-   package's top-level ``configure.zcml`` file that specifies the package's
-   security module. If it isn't there already, add one like:
-
-.. code-block:: xml
-
-    <lp:authorizations module=".security" />
-
-To make the ``lp:`` namespace prefix work, the ``<configure />`` tag at the
-top of the file should include the attribute
-``xmlns:lp="http://namespaces.canonical.com/lp"``.
diff --git a/doc/how-to/testing-scripts.rst b/doc/how-to/testing-scripts.rst
deleted file mode 100644
index 38eb115..0000000
--- a/doc/how-to/testing-scripts.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-===================
-Testing CLI scripts
-===================
-
-.. note::
-
-    This is about testing scripts within the Launchpad context,
-    not a general guide about testing CLI scripts.
-
-    ``run_script`` should only be used for smoke tests as these kinds of
-    end-to-end tests slow down the test suite.
-
-Launchpad offers a convenient test helper for testing scripts,
-which are usually found in the top level ``scripts`` folder.
-
-.. code-block:: python
-
-    from lp.testing.script import run_script
-
-    returncode, stdout, stderr = run_script(
-        script="scripts/script.py",
-        args=["--help"],
-    )
-
-For more available options please have a look at the source code of
-``run_script``.
-
-.. note::
-
-    ``run_script`` uses a subprocess to run the script. This has impact on both
-    debugging via a Python debugger and on using ``strace``
-    (use ``strace -f``).
diff --git a/doc/how-to/update-configuration-for-testing.rst b/doc/how-to/update-configuration-for-testing.rst
deleted file mode 100644
index 312b11d..0000000
--- a/doc/how-to/update-configuration-for-testing.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-Updating the global configuration for tests
-===========================================
-
-Launchpad's configuration is kept in a singleton instance of
-``LaunchpadConfig``, and is available via
-``from lp.services.config import config`` for production code.
-
-``TestCase`` offers a convenience method to set or update values for testing.
-
-.. code-block:: python
-
-    class TestExample(TestCase):
-
-        def setUp(self):
-            self.pushConfig(
-                section="artifactory",
-                base_url="artifactory.example.com/",
-                read_credentials="user:pass",
-            )
-
-``TestCase.pushConfig`` expects the section name as a string, and the keys and values
-as keyword arguments.
diff --git a/doc/how-to/use-updated-dependency.rst b/doc/how-to/use-updated-dependency.rst
deleted file mode 100644
index 75628e1..0000000
--- a/doc/how-to/use-updated-dependency.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-===========================
-Using an updated dependency
-===========================
-
-Whenever someone adds a new dependency or updates one,
-you need to both download the dependency and make a new build:
-
-.. code-block:: shell-session
-
-    $ rocketfuel-get
-    $ make build
-
-
-Further reading
-***************
-
-Please see :doc:`../explanation/pip`.
diff --git a/doc/images/IPerson-hello.png b/doc/images/IPerson-hello.png
deleted file mode 100644
index da18807..0000000
Binary files a/doc/images/IPerson-hello.png and /dev/null differ
diff --git a/doc/images/cross-project-collab.svg b/doc/images/cross-project-collab.svg
deleted file mode 100644
index 8839100..0000000
--- a/doc/images/cross-project-collab.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-
-<svg version="1.1" viewBox="0.0 0.0 1152.0 864.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";><path d="M112.0 24.0L1008.0 24.0L1008.0 64.0L112.0 64.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M525.28125 36.90625L527.0781 36.90625L527.0781 44.75Q527.0781 46.8125 526.6172 48.015625Q526.15625 49.21875 524.9453 49.976562Q523.7344 50.734375 521.7656 50.734375Q519.8594 50.734375 518.6406 50.078125Q517.4219 49.421875 516.90625 48.171875Q516.3906 46.921875 516.3906 44.75L516.3906 36.90625L518.1875 36.90625L518.1875 44.75Q518.1875 46.515625 518.5156 47.359375Q518.84375 48.203125 519.64844 48.65625Q520.4531 49.109375 521.6094 49.109375Q523.59375 49.109375 524.4375 48.210938Q525.28125 47.3125 525.28125 44.75L525.28125 36.90625ZM529.625 54.28125L529.625 40.640625L531.15625 40.640625L531.15625 41.921875Q531.6875 41.171875 532.3672 40.796875Q533.0469 40.421875 534.0 40.421875Q535.2656 40.421875 536.2344 41.070312Q537.2031 41.71875 537.6953 42.90625Q538.1875 44.09375 538.1875 45.5Q538.1875 47.015625 537.6406 48.226562Q537.09375 49.4375 536.0625 50.078125Q535.03125 50.71875 533.8906 50.71875Q533.0469 50.71875 532.3828 50.367188Q531.71875 50.015625 531.2969 49.484375L531.2969 54.28125L529.625 54.28125ZM531.1406 45.625Q531.1406 47.53125 531.91406 48.4375Q532.6875 49.34375 533.78125 49.34375Q534.8906 49.34375 535.6797 48.40625Q536.46875 47.46875 536.46875 45.484375Q536.46875 43.609375 535.6953 42.671875Q534.9219 41.734375 533.84375 41.734375Q532.78125 41.734375 531.96094 42.734375Q531.1406 43.734375 531.1406 45.625ZM539.3281 47.5625L540.9844 47.296875Q541.125 48.296875 541.7578 48.820312Q542.3906 49.34375 543.53125 49.34375Q544.6875 49.34375 545.2422 48.875Q545.7969 48.40625 545.7969 47.78125Q545.7969 47.21875 545.3125 46.890625Q544.96875 46.671875 543.6094 46.328125Q541.7656 45.859375 541.0547 45.523438Q540.34375 45.1875 539.97656 44.585938Q539.6094 43.984375 539.6094 43.265625Q539.6094 42.609375 539.91406 42.046875Q540.21875 41.484375 540.7344 41.109375Q541.125 40.828125 541.7969 40.625Q542.46875 40.421875 543.2344 40.421875Q544.40625 40.421875 545.28125 40.757812Q546.15625 41.09375 546.5703 41.664062Q546.9844 42.234375 547.1406 43.1875L545.5156 43.40625Q545.40625 42.65625 544.8672 42.226562Q544.3281 41.796875 543.3594 41.796875Q542.2031 41.796875 541.71875 42.179688Q541.2344 42.5625 541.2344 43.0625Q541.2344 43.390625 541.4375 43.65625Q541.6406 43.921875 542.0781 44.09375Q542.3281 44.1875 543.5469 44.53125Q545.3125 45.0 546.0156 45.296875Q546.71875 45.59375 547.1172 46.171875Q547.5156 46.75 547.5156 47.609375Q547.5156 48.4375 547.03125 49.179688Q546.5469 49.921875 545.625 50.320312Q544.7031 50.71875 543.5469 50.71875Q541.625 50.71875 540.6172 49.921875Q539.6094 49.125 539.3281 47.5625ZM552.9844 49.0L553.21875 50.484375Q552.5156 50.625 551.9531 50.625Q551.0469 50.625 550.5469 50.335938Q550.0469 50.046875 549.84375 49.585938Q549.6406 49.125 549.6406 47.609375L549.6406 41.953125L548.40625 41.953125L548.40625 40.640625L549.6406 40.640625L549.6406 38.203125L551.2969 37.203125L551.2969 40.640625L552.9844 40.640625L552.9844 41.953125L551.2969 41.953125L551.2969 47.703125Q551.2969 48.421875 551.3828 48.625Q551.46875 48.828125 551.6719 48.953125Q551.875 49.078125 552.25 49.078125Q552.5156 49.078125 552.9844 49.0ZM554.4844 50.5L554.4844 40.640625L555.9844 40.640625L555.9844 42.140625Q556.5625 41.09375 557.0469 40.757812Q557.53125 40.421875 558.125 40.421875Q558.96875 40.421875 559.84375 40.96875L559.2656 42.515625Q558.65625 42.15625 558.03125 42.15625Q557.4844 42.15625 557.0547 42.484375Q556.625 42.8125 556.4375 43.390625Q556.15625 44.28125 556.15625 45.34375L556.15625 50.5L554.4844 50.5ZM567.46875 47.328125L569.1875 47.546875Q568.78125 49.046875 567.6797 49.882812Q566.5781 50.71875 564.8594 50.71875Q562.7031 50.71875 561.4375 49.390625Q560.1719 48.0625 560.1719 45.65625Q560.1719 43.171875 561.4453 41.796875Q562.71875 40.421875 564.7656 40.421875Q566.75 40.421875 568.0 41.765625Q569.25 43.109375 569.25 45.5625Q569.25 45.703125 569.2344 46.0L561.8906 46.0Q561.9844 47.625 562.8125 48.484375Q563.6406 49.34375 564.875 49.34375Q565.78125 49.34375 566.4297 48.867188Q567.0781 48.390625 567.46875 47.328125ZM561.9844 44.625L567.4844 44.625Q567.375 43.390625 566.8594 42.765625Q566.0625 41.796875 564.78125 41.796875Q563.6406 41.796875 562.85156 42.570312Q562.0625 43.34375 561.9844 44.625ZM577.53125 49.28125Q576.59375 50.078125 575.7344 50.398438Q574.875 50.71875 573.8906 50.71875Q572.28125 50.71875 571.40625 49.929688Q570.53125 49.140625 570.53125 47.90625Q570.53125 47.171875 570.8594 46.578125Q571.1875 45.984375 571.71875 45.625Q572.25 45.265625 572.9219 45.078125Q573.4219 44.9375 574.40625 44.828125Q576.4375 44.578125 577.3906 44.25Q577.3906 43.90625 577.3906 43.8125Q577.3906 42.796875 576.9219 42.375Q576.28125 41.8125 575.0156 41.8125Q573.84375 41.8125 573.28125 42.21875Q572.71875 42.625 572.4531 43.6875L570.8125 43.453125Q571.0469 42.40625 571.5547 41.765625Q572.0625 41.125 573.02344 40.773438Q573.9844 40.421875 575.2656 40.421875Q576.53125 40.421875 577.3125 40.71875Q578.09375 41.015625 578.46875 41.46875Q578.84375 41.921875 578.9844 42.609375Q579.0781 43.03125 579.0781 44.140625L579.0781 46.375Q579.0781 48.703125 579.1797 49.320312Q579.28125 49.9375 579.6094 50.5L577.8594 50.5Q577.59375 49.984375 577.53125 49.28125ZM577.3906 45.5625Q576.4844 45.921875 574.65625 46.1875Q573.625 46.328125 573.2031 46.515625Q572.78125 46.703125 572.5469 47.0625Q572.3125 47.421875 572.3125 47.859375Q572.3125 48.53125 572.8203 48.976562Q573.3281 49.421875 574.2969 49.421875Q575.2656 49.421875 576.0156 48.992188Q576.7656 48.5625 577.125 47.84375Q577.3906 47.265625 577.3906 46.171875L577.3906 45.5625ZM581.46875 50.5L581.46875 40.640625L582.96875 40.640625L582.96875 42.03125Q583.4219 41.3125 584.1953 40.867188Q584.96875 40.421875 585.9531 40.421875Q587.0469 40.421875 587.75 40.875Q588.4531 41.328125 588.7344 42.15625Q589.90625 40.421875 591.78125 40.421875Q593.25 40.421875 594.03906 41.234375Q594.8281 42.046875 594.8281 43.734375L594.8281 50.5L593.15625 50.5L593.15625 44.296875Q593.15625 43.296875 593.0 42.851562Q592.84375 42.40625 592.41406 42.140625Q591.9844 41.875 591.40625 41.875Q590.375 41.875 589.6875 42.5625Q589.0 43.25 589.0 44.78125L589.0 50.5L587.3281 50.5L587.3281 44.09375Q587.3281 42.984375 586.9219 42.429688Q586.5156 41.875 585.5781 41.875Q584.875 41.875 584.27344 42.242188Q583.6719 42.609375 583.40625 43.328125Q583.1406 44.046875 583.1406 45.390625L583.1406 50.5L581.46875 50.5ZM596.34375 47.5625L598.0 47.296875Q598.1406 48.296875 598.77344 48.820312Q599.40625 49.34375 600.5469 49.34375Q601.7031 49.34375 602.2578 48.875Q602.8125 48.40625 602.8125 47.78125Q602.8125 47.21875 602.3281 46.890625Q601.9844 46.671875 600.625 46.328125Q598.78125 45.859375 598.0703 45.523438Q597.3594 45.1875 596.9922 44.585938Q596.625 43.984375 596.625 43.265625Q596.625 42.609375 596.9297 42.046875Q597.2344 41.484375 597.75 41.109375Q598.1406 40.828125 598.8125 40.625Q599.4844 40.421875 600.25 40.421875Q601.4219 40.421875 602.2969 40.757812Q603.1719 41.09375 603.58594 41.664062Q604.0 42.234375 604.15625 43.1875L602.53125 43.40625Q602.4219 42.65625 601.8828 42.226562Q601.34375 41.796875 600.375 41.796875Q599.21875 41.796875 598.7344 42.179688Q598.25 42.5625 598.25 43.0625Q598.25 43.390625 598.4531 43.65625Q598.65625 43.921875 599.09375 44.09375Q599.34375 44.1875 600.5625 44.53125Q602.3281 45.0 603.03125 45.296875Q603.7344 45.59375 604.1328 46.171875Q604.53125 46.75 604.53125 47.609375Q604.53125 48.4375 604.0469 49.179688Q603.5625 49.921875 602.6406 50.320312Q601.71875 50.71875 600.5625 50.71875Q598.6406 50.71875 597.6328 49.921875Q596.625 49.125 596.34375 47.5625Z" fill-rule="nonzero" fill="#000000"></path><path d="M112.0 64.0L256.0 64.0L256.0 104.0L112.0 104.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M158.42188 90.5L158.42188 76.90625L160.21875 76.90625L160.21875 83.640625L166.98438 76.90625L169.42188 76.90625L163.71875 82.40625L169.67188 90.5L167.29688 90.5L162.45312 83.609375L160.21875 85.78125L160.21875 90.5L158.42188 90.5ZM177.46875 87.328125L179.1875 87.546875Q178.78125 89.046875 177.67969 89.88281Q176.57812 90.71875 174.85938 90.71875Q172.70312 90.71875 171.4375 89.390625Q170.17188 88.0625 170.17188 85.65625Q170.17188 83.171875 171.44531 81.796875Q172.71875 80.421875 174.76562 80.421875Q176.75 80.421875 178.0 81.765625Q179.25 83.109375 179.25 85.5625Q179.25 85.703125 179.23438 86.0L171.89062 86.0Q171.98438 87.625 172.8125 88.484375Q173.64062 89.34375 174.875 89.34375Q175.78125 89.34375 176.42969 88.86719Q177.07812 88.390625 177.46875 87.328125ZM171.98438 84.625L177.48438 84.625Q177.375 83.390625 176.85938 82.765625Q176.0625 81.796875 174.78125 81.796875Q173.64062 81.796875 172.85156 82.57031Q172.0625 83.34375 171.98438 84.625ZM181.07812 90.5L181.07812 80.640625L182.57812 80.640625L182.57812 82.140625Q183.15625 81.09375 183.64062 80.75781Q184.125 80.421875 184.71875 80.421875Q185.5625 80.421875 186.4375 80.96875L185.85938 82.515625Q185.25 82.15625 184.625 82.15625Q184.07812 82.15625 183.64844 82.484375Q183.21875 82.8125 183.03125 83.390625Q182.75 84.28125 182.75 85.34375L182.75 90.5L181.07812 90.5ZM187.3125 90.5L187.3125 80.640625L188.8125 80.640625L188.8125 82.046875Q189.90625 80.421875 191.95312 80.421875Q192.84375 80.421875 193.59375 80.74219Q194.34375 81.0625 194.71094 81.58594Q195.07812 82.109375 195.23438 82.8125Q195.32812 83.28125 195.32812 84.4375L195.32812 90.5L193.65625 90.5L193.65625 84.5Q193.65625 83.484375 193.46094 82.97656Q193.26562 82.46875 192.76562 82.171875Q192.26562 81.875 191.59375 81.875Q190.53125 81.875 189.75781 82.546875Q188.98438 83.21875 188.98438 85.125L188.98438 90.5L187.3125 90.5ZM204.4375 87.328125L206.15625 87.546875Q205.75 89.046875 204.64844 89.88281Q203.54688 90.71875 201.82812 90.71875Q199.67188 90.71875 198.40625 89.390625Q197.14062 88.0625 197.14062 85.65625Q197.14062 83.171875 198.41406 81.796875Q199.6875 80.421875 201.73438 80.421875Q203.71875 80.421875 204.96875 81.765625Q206.21875 83.109375 206.21875 85.5625Q206.21875 85.703125 206.20312 86.0L198.85938 86.0Q198.95312 87.625 199.78125 88.484375Q200.60938 89.34375 201.84375 89.34375Q202.75 89.34375 203.39844 88.86719Q204.04688 88.390625 204.4375 87.328125ZM198.95312 84.625L204.45312 84.625Q204.34375 83.390625 203.82812 82.765625Q203.03125 81.796875 201.75 81.796875Q200.60938 81.796875 199.82031 82.57031Q199.03125 83.34375 198.95312 84.625ZM208.03125 90.5L208.03125 76.90625L209.70312 76.90625L209.70312 90.5L208.03125 90.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M256.0 64.0L376.0 64.0L376.0 104.0L256.0 104.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M309.84375 90.5L315.10938 83.40625L310.46875 76.90625L312.60938 76.90625L315.07812 80.390625Q315.85938 81.46875 316.17188 82.0625Q316.625 81.3125 317.25 80.515625L319.98438 76.90625L321.95312 76.90625L317.17188 83.3125L322.3125 90.5L320.09375 90.5L316.67188 85.640625Q316.375 85.234375 316.07812 84.734375Q315.625 85.484375 315.42188 85.765625L312.01562 90.5L309.84375 90.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M376.0 64.0L504.0 64.0L504.0 104.0L376.0 104.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M412.57812 85.171875L412.57812 83.5625L418.34375 83.5625L418.34375 88.609375Q417.01562 89.671875 415.60156 90.203125Q414.1875 90.734375 412.70312 90.734375Q410.70312 90.734375 409.0703 89.875Q407.4375 89.015625 406.60156 87.390625Q405.76562 85.765625 405.76562 83.765625Q405.76562 81.78125 406.59375 80.0625Q407.42188 78.34375 408.98438 77.50781Q410.54688 76.671875 412.57812 76.671875Q414.04688 76.671875 415.2422 77.14844Q416.4375 77.625 417.10938 78.47656Q417.78125 79.328125 418.14062 80.703125L416.51562 81.140625Q416.20312 80.109375 415.75 79.515625Q415.29688 78.921875 414.45312 78.5625Q413.60938 78.203125 412.57812 78.203125Q411.34375 78.203125 410.4453 78.578125Q409.54688 78.953125 408.9922 79.57031Q408.4375 80.1875 408.14062 80.921875Q407.60938 82.171875 407.60938 83.65625Q407.60938 85.46875 408.2422 86.69531Q408.875 87.921875 410.0703 88.515625Q411.26562 89.109375 412.60938 89.109375Q413.78125 89.109375 414.89062 88.65625Q416.0 88.203125 416.57812 87.703125L416.57812 85.171875L412.57812 85.171875ZM420.71875 90.5L420.71875 76.90625L422.5625 76.90625L429.70312 87.578125L429.70312 76.90625L431.42188 76.90625L431.42188 90.5L429.57812 90.5L422.4375 79.8125L422.4375 90.5L420.71875 90.5ZM433.65625 83.875Q433.65625 80.484375 435.47656 78.57031Q437.29688 76.65625 440.17188 76.65625Q442.04688 76.65625 443.5625 77.55469Q445.07812 78.453125 445.8672 80.0625Q446.65625 81.671875 446.65625 83.71875Q446.65625 85.78125 445.8203 87.41406Q444.98438 89.046875 443.45312 89.890625Q441.92188 90.734375 440.15625 90.734375Q438.23438 90.734375 436.72656 89.80469Q435.21875 88.875 434.4375 87.27344Q433.65625 85.671875 433.65625 83.875ZM435.51562 83.90625Q435.51562 86.359375 436.83594 87.77344Q438.15625 89.1875 440.14062 89.1875Q442.17188 89.1875 443.48438 87.75781Q444.79688 86.328125 444.79688 83.703125Q444.79688 82.046875 444.2422 80.8125Q443.6875 79.578125 442.60156 78.890625Q441.51562 78.203125 440.17188 78.203125Q438.26562 78.203125 436.89062 79.515625Q435.51562 80.828125 435.51562 83.90625ZM448.65625 90.5L448.65625 76.90625L451.375 76.90625L454.59375 86.53125Q455.03125 87.875 455.23438 88.546875Q455.46875 87.796875 455.96875 86.359375L459.21875 76.90625L461.64062 76.90625L461.64062 90.5L459.90625 90.5L459.90625 79.109375L455.95312 90.5L454.32812 90.5L450.39062 78.921875L450.39062 90.5L448.65625 90.5ZM464.28125 90.5L464.28125 76.90625L474.125 76.90625L474.125 78.5L466.07812 78.5L466.07812 82.671875L473.60938 82.671875L473.60938 84.265625L466.07812 84.265625L466.07812 88.890625L474.4375 88.890625L474.4375 90.5L464.28125 90.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M504.0 64.0L632.0 64.0L632.0 104.0L504.0 104.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M550.2031 90.5L550.2031 76.90625L552.0 76.90625L552.0 83.640625L558.7656 76.90625L561.2031 76.90625L555.5 82.40625L561.4531 90.5L559.0781 90.5L554.2344 83.609375L552.0 85.78125L552.0 90.5L550.2031 90.5ZM562.71875 90.5L562.71875 76.90625L567.40625 76.90625Q568.9844 76.90625 569.8281 77.09375Q570.9844 77.359375 571.8125 78.0625Q572.8906 78.984375 573.4219 80.39844Q573.9531 81.8125 573.9531 83.625Q573.9531 85.171875 573.59375 86.36719Q573.2344 87.5625 572.6719 88.35156Q572.1094 89.140625 571.4375 89.58594Q570.7656 90.03125 569.8125 90.265625Q568.8594 90.5 567.625 90.5L562.71875 90.5ZM564.5156 88.890625L567.4219 88.890625Q568.7656 88.890625 569.53125 88.640625Q570.2969 88.390625 570.75 87.9375Q571.3906 87.296875 571.75 86.21875Q572.1094 85.140625 572.1094 83.59375Q572.1094 81.46875 571.40625 80.32031Q570.7031 79.171875 569.7031 78.78125Q568.9844 78.5 567.375 78.5L564.5156 78.5L564.5156 88.890625ZM576.2344 90.5L576.2344 76.90625L586.0781 76.90625L586.0781 78.5L578.03125 78.5L578.03125 82.671875L585.5625 82.671875L585.5625 84.265625L578.03125 84.265625L578.03125 88.890625L586.3906 88.890625L586.3906 90.5L576.2344 90.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M632.0 64.0L768.0 64.0L768.0 104.0L632.0 104.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M677.5781 83.875Q677.5781 80.484375 679.39844 78.57031Q681.21875 76.65625 684.09375 76.65625Q685.96875 76.65625 687.4844 77.55469Q689.0 78.453125 689.78906 80.0625Q690.5781 81.671875 690.5781 83.71875Q690.5781 85.78125 689.7422 87.41406Q688.90625 89.046875 687.375 89.890625Q685.84375 90.734375 684.0781 90.734375Q682.15625 90.734375 680.64844 89.80469Q679.1406 88.875 678.3594 87.27344Q677.5781 85.671875 677.5781 83.875ZM679.4375 83.90625Q679.4375 86.359375 680.7578 87.77344Q682.0781 89.1875 684.0625 89.1875Q686.09375 89.1875 687.40625 87.75781Q688.71875 86.328125 688.71875 83.703125Q688.71875 82.046875 688.16406 80.8125Q687.6094 79.578125 686.52344 78.890625Q685.4375 78.203125 684.09375 78.203125Q682.1875 78.203125 680.8125 79.515625Q679.4375 80.828125 679.4375 83.90625ZM696.0781 89.0L696.3125 90.484375Q695.6094 90.625 695.0469 90.625Q694.1406 90.625 693.6406 90.33594Q693.1406 90.046875 692.9375 89.58594Q692.7344 89.125 692.7344 87.609375L692.7344 81.953125L691.5 81.953125L691.5 80.640625L692.7344 80.640625L692.7344 78.203125L694.3906 77.203125L694.3906 80.640625L696.0781 80.640625L696.0781 81.953125L694.3906 81.953125L694.3906 87.703125Q694.3906 88.421875 694.47656 88.625Q694.5625 88.828125 694.7656 88.953125Q694.96875 89.078125 695.34375 89.078125Q695.6094 89.078125 696.0781 89.0ZM697.6094 90.5L697.6094 76.90625L699.28125 76.90625L699.28125 81.78125Q700.4531 80.421875 702.2344 80.421875Q703.3281 80.421875 704.1328 80.85156Q704.9375 81.28125 705.28906 82.046875Q705.6406 82.8125 705.6406 84.25L705.6406 90.5L703.96875 90.5L703.96875 84.25Q703.96875 83.0 703.4219 82.42969Q702.875 81.859375 701.8906 81.859375Q701.1406 81.859375 700.4922 82.24219Q699.84375 82.625 699.5625 83.28906Q699.28125 83.953125 699.28125 85.109375L699.28125 90.5L697.6094 90.5ZM714.7344 87.328125L716.4531 87.546875Q716.0469 89.046875 714.9453 89.88281Q713.84375 90.71875 712.125 90.71875Q709.96875 90.71875 708.7031 89.390625Q707.4375 88.0625 707.4375 85.65625Q707.4375 83.171875 708.71094 81.796875Q709.9844 80.421875 712.03125 80.421875Q714.0156 80.421875 715.2656 81.765625Q716.5156 83.109375 716.5156 85.5625Q716.5156 85.703125 716.5 86.0L709.15625 86.0Q709.25 87.625 710.0781 88.484375Q710.90625 89.34375 712.1406 89.34375Q713.0469 89.34375 713.6953 88.86719Q714.34375 88.390625 714.7344 87.328125ZM709.25 84.625L714.75 84.625Q714.6406 83.390625 714.125 82.765625Q713.3281 81.796875 712.0469 81.796875Q710.90625 81.796875 710.1172 82.57031Q709.3281 83.34375 709.25 84.625ZM718.34375 90.5L718.34375 80.640625L719.84375 80.640625L719.84375 82.140625Q720.4219 81.09375 720.90625 80.75781Q721.3906 80.421875 721.9844 80.421875Q722.8281 80.421875 723.7031 80.96875L723.125 82.515625Q722.5156 82.15625 721.8906 82.15625Q721.34375 82.15625 720.91406 82.484375Q720.4844 82.8125 720.2969 83.390625Q720.0156 84.28125 720.0156 85.34375L720.0156 90.5L718.34375 90.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M768.0 64.0L888.0 64.0L888.0 104.0L768.0 104.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M797.6719 85.734375L799.46875 86.1875Q798.90625 88.40625 797.4375 89.57031Q795.96875 90.734375 793.84375 90.734375Q791.6406 90.734375 790.2656 89.83594Q788.8906 88.9375 788.1719 87.24219Q787.4531 85.546875 787.4531 83.59375Q787.4531 81.46875 788.2578 79.890625Q789.0625 78.3125 790.5625 77.49219Q792.0625 76.671875 793.8594 76.671875Q795.90625 76.671875 797.2969 77.71094Q798.6875 78.75 799.2344 80.625L797.46875 81.046875Q797.0 79.5625 796.09375 78.88281Q795.1875 78.203125 793.8281 78.203125Q792.2656 78.203125 791.21094 78.953125Q790.15625 79.703125 789.72656 80.97656Q789.2969 82.25 789.2969 83.59375Q789.2969 85.328125 789.8047 86.61719Q790.3125 87.90625 791.3828 88.546875Q792.4531 89.1875 793.6875 89.1875Q795.2031 89.1875 796.25 88.32031Q797.2969 87.453125 797.6719 85.734375ZM807.6719 89.28125Q806.7344 90.078125 805.875 90.39844Q805.0156 90.71875 804.03125 90.71875Q802.4219 90.71875 801.5469 89.92969Q800.6719 89.140625 800.6719 87.90625Q800.6719 87.171875 801.0 86.578125Q801.3281 85.984375 801.8594 85.625Q802.3906 85.265625 803.0625 85.078125Q803.5625 84.9375 804.5469 84.828125Q806.5781 84.578125 807.53125 84.25Q807.53125 83.90625 807.53125 83.8125Q807.53125 82.796875 807.0625 82.375Q806.4219 81.8125 805.15625 81.8125Q803.9844 81.8125 803.4219 82.21875Q802.8594 82.625 802.59375 83.6875L800.9531 83.453125Q801.1875 82.40625 801.6953 81.765625Q802.2031 81.125 803.16406 80.77344Q804.125 80.421875 805.40625 80.421875Q806.6719 80.421875 807.4531 80.71875Q808.2344 81.015625 808.6094 81.46875Q808.9844 81.921875 809.125 82.609375Q809.21875 83.03125 809.21875 84.140625L809.21875 86.375Q809.21875 88.703125 809.3203 89.32031Q809.4219 89.9375 809.75 90.5L808.0 90.5Q807.7344 89.984375 807.6719 89.28125ZM807.53125 85.5625Q806.625 85.921875 804.7969 86.1875Q803.7656 86.328125 803.34375 86.515625Q802.9219 86.703125 802.6875 87.0625Q802.4531 87.421875 802.4531 87.859375Q802.4531 88.53125 802.96094 88.97656Q803.46875 89.421875 804.4375 89.421875Q805.40625 89.421875 806.15625 88.99219Q806.90625 88.5625 807.2656 87.84375Q807.53125 87.265625 807.53125 86.171875L807.53125 85.5625ZM811.6094 90.5L811.6094 80.640625L813.1094 80.640625L813.1094 82.046875Q814.2031 80.421875 816.25 80.421875Q817.1406 80.421875 817.8906 80.74219Q818.6406 81.0625 819.0078 81.58594Q819.375 82.109375 819.53125 82.8125Q819.625 83.28125 819.625 84.4375L819.625 90.5L817.9531 90.5L817.9531 84.5Q817.9531 83.484375 817.7578 82.97656Q817.5625 82.46875 817.0625 82.171875Q816.5625 81.875 815.8906 81.875Q814.8281 81.875 814.0547 82.546875Q813.28125 83.21875 813.28125 85.125L813.28125 90.5L811.6094 90.5ZM821.3594 85.578125Q821.3594 82.84375 822.8906 81.515625Q824.15625 80.421875 825.9844 80.421875Q828.0156 80.421875 829.3047 81.75781Q830.59375 83.09375 830.59375 85.4375Q830.59375 87.34375 830.02344 88.42969Q829.4531 89.515625 828.3672 90.11719Q827.28125 90.71875 825.9844 90.71875Q823.9219 90.71875 822.6406 89.390625Q821.3594 88.0625 821.3594 85.578125ZM823.0781 85.578125Q823.0781 87.46875 823.90625 88.40625Q824.7344 89.34375 825.9844 89.34375Q827.2344 89.34375 828.0547 88.39844Q828.875 87.453125 828.875 85.515625Q828.875 83.6875 828.0469 82.75Q827.21875 81.8125 825.9844 81.8125Q824.7344 81.8125 823.90625 82.75Q823.0781 83.6875 823.0781 85.578125ZM832.3594 90.5L832.3594 80.640625L833.8594 80.640625L833.8594 82.046875Q834.9531 80.421875 837.0 80.421875Q837.8906 80.421875 838.6406 80.74219Q839.3906 81.0625 839.7578 81.58594Q840.125 82.109375 840.28125 82.8125Q840.375 83.28125 840.375 84.4375L840.375 90.5L838.7031 90.5L838.7031 84.5Q838.7031 83.484375 838.5078 82.97656Q838.3125 82.46875 837.8125 82.171875Q837.3125 81.875 836.6406 81.875Q835.5781 81.875 834.8047 82.546875Q834.03125 83.21875 834.03125 85.125L834.03125 90.5L832.3594 90.5ZM842.75 78.8125L842.75 76.90625L844.4219 76.90625L844.4219 78.8125L842.75 78.8125ZM842.75 90.5L842.75 80.640625L844.4219 80.640625L844.4219 90.5L842.75 90.5ZM853.3125 86.890625L854.9531 87.109375Q854.6875 88.796875 853.5781 89.75781Q852.46875 90.71875 850.84375 90.71875Q848.8281 90.71875 847.60156 89.39844Q846.375 88.078125 846.375 85.609375Q846.375 84.015625 846.89844 82.82031Q847.4219 81.625 848.5078 81.02344Q849.59375 80.421875 850.8594 80.421875Q852.46875 80.421875 853.4844 81.234375Q854.5 82.046875 854.7969 83.546875L853.1719 83.796875Q852.9375 82.796875 852.34375 82.296875Q851.75 81.796875 850.9219 81.796875Q849.65625 81.796875 848.8672 82.703125Q848.0781 83.609375 848.0781 85.5625Q848.0781 87.546875 848.84375 88.44531Q849.6094 89.34375 850.8281 89.34375Q851.8125 89.34375 852.46875 88.74219Q853.125 88.140625 853.3125 86.890625ZM862.6406 89.28125Q861.7031 90.078125 860.84375 90.39844Q859.9844 90.71875 859.0 90.71875Q857.3906 90.71875 856.5156 89.92969Q855.6406 89.140625 855.6406 87.90625Q855.6406 87.171875 855.96875 86.578125Q856.2969 85.984375 856.8281 85.625Q857.3594 85.265625 858.03125 85.078125Q858.53125 84.9375 859.5156 84.828125Q861.5469 84.578125 862.5 84.25Q862.5 83.90625 862.5 83.8125Q862.5 82.796875 862.03125 82.375Q861.3906 81.8125 860.125 81.8125Q858.9531 81.8125 858.3906 82.21875Q857.8281 82.625 857.5625 83.6875L855.9219 83.453125Q856.15625 82.40625 856.66406 81.765625Q857.1719 81.125 858.1328 80.77344Q859.09375 80.421875 860.375 80.421875Q861.6406 80.421875 862.4219 80.71875Q863.2031 81.015625 863.5781 81.46875Q863.9531 81.921875 864.09375 82.609375Q864.1875 83.03125 864.1875 84.140625L864.1875 86.375Q864.1875 88.703125 864.28906 89.32031Q864.3906 89.9375 864.71875 90.5L862.96875 90.5Q862.7031 89.984375 862.6406 89.28125ZM862.5 85.5625Q861.59375 85.921875 859.7656 86.1875Q858.7344 86.328125 858.3125 86.515625Q857.8906 86.703125 857.65625 87.0625Q857.4219 87.421875 857.4219 87.859375Q857.4219 88.53125 857.9297 88.97656Q858.4375 89.421875 859.40625 89.421875Q860.375 89.421875 861.125 88.99219Q861.875 88.5625 862.2344 87.84375Q862.5 87.265625 862.5 86.171875L862.5 85.5625ZM866.5469 90.5L866.5469 76.90625L868.21875 76.90625L868.21875 90.5L866.5469 90.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M888.0 64.0L1008.0 64.0L1008.0 104.0L888.0 104.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M930.0625 90.5L930.0625 76.90625L931.875 76.90625L931.875 90.5L930.0625 90.5ZM934.3281 86.125L936.0156 85.984375Q936.1406 87.0 936.5781 87.65625Q937.0156 88.3125 937.9453 88.71875Q938.875 89.125 940.03125 89.125Q941.0625 89.125 941.85156 88.8125Q942.6406 88.5 943.03125 87.96875Q943.4219 87.4375 943.4219 86.8125Q943.4219 86.171875 943.0469 85.69531Q942.6719 85.21875 941.8125 84.890625Q941.2656 84.671875 939.3906 84.22656Q937.5156 83.78125 936.7656 83.375Q935.7969 82.859375 935.3203 82.109375Q934.84375 81.359375 934.84375 80.421875Q934.84375 79.390625 935.4297 78.49219Q936.0156 77.59375 937.1328 77.13281Q938.25 76.671875 939.625 76.671875Q941.1406 76.671875 942.2969 77.15625Q943.4531 77.640625 944.0703 78.58594Q944.6875 79.53125 944.7344 80.734375L943.0156 80.859375Q942.875 79.578125 942.0703 78.91406Q941.2656 78.25 939.7031 78.25Q938.0781 78.25 937.3281 78.85156Q936.5781 79.453125 936.5781 80.296875Q936.5781 81.03125 937.1094 81.5Q937.625 81.96875 939.8203 82.46875Q942.0156 82.96875 942.8281 83.34375Q944.0156 83.890625 944.58594 84.72656Q945.15625 85.5625 945.15625 86.65625Q945.15625 87.75 944.53125 88.71094Q943.90625 89.671875 942.7422 90.203125Q941.5781 90.734375 940.125 90.734375Q938.28125 90.734375 937.03125 90.19531Q935.78125 89.65625 935.0703 88.578125Q934.3594 87.5 934.3281 86.125ZM951.28125 90.5L946.0 76.90625L947.9531 76.90625L951.4844 86.78125Q951.9219 87.96875 952.2031 89.0Q952.5156 87.890625 952.9375 86.78125L956.6094 76.90625L958.4531 76.90625L953.125 90.5L951.28125 90.5ZM958.9375 87.5625L960.59375 87.296875Q960.7344 88.296875 961.3672 88.82031Q962.0 89.34375 963.1406 89.34375Q964.2969 89.34375 964.85156 88.875Q965.40625 88.40625 965.40625 87.78125Q965.40625 87.21875 964.9219 86.890625Q964.5781 86.671875 963.21875 86.328125Q961.375 85.859375 960.66406 85.52344Q959.9531 85.1875 959.58594 84.58594Q959.21875 83.984375 959.21875 83.265625Q959.21875 82.609375 959.52344 82.046875Q959.8281 81.484375 960.34375 81.109375Q960.7344 80.828125 961.40625 80.625Q962.0781 80.421875 962.84375 80.421875Q964.0156 80.421875 964.8906 80.75781Q965.7656 81.09375 966.1797 81.66406Q966.59375 82.234375 966.75 83.1875L965.125 83.40625Q965.0156 82.65625 964.47656 82.22656Q963.9375 81.796875 962.96875 81.796875Q961.8125 81.796875 961.3281 82.17969Q960.84375 82.5625 960.84375 83.0625Q960.84375 83.390625 961.0469 83.65625Q961.25 83.921875 961.6875 84.09375Q961.9375 84.1875 963.15625 84.53125Q964.9219 85.0 965.625 85.296875Q966.3281 85.59375 966.72656 86.171875Q967.125 86.75 967.125 87.609375Q967.125 88.4375 966.6406 89.17969Q966.15625 89.921875 965.2344 90.32031Q964.3125 90.71875 963.15625 90.71875Q961.2344 90.71875 960.22656 89.921875Q959.21875 89.125 958.9375 87.5625Z" fill-rule="nonzero" fill="#000000"></path><g transform="matrix(0.21875014017260294 0.0 0.0 0.21383648969995694 480.0 176.0)"><image fill="#000" width="512" height="636" xlink:href="http://www.hermann-uwe.de/files/images/debian_4.png";></image></g><g transform="matrix(0.42105274751117533 0.0 0.0 0.42105274751117533 480.0 384.0)"><image fill="#000" width="285" height="285" xlink:href="http://design.canonical.com/brand/Logos/UBUNTU%20BRANDMARK_AW/2.%20circle%20of%20friends/Files%20for%20web/PNG/cof_orange_hex.png";></image></g><g transform="matrix(0.6371682234636442 0.0 0.0 0.646017600232222 368.0 568.0)"><image fill="#000" width="113" height="113" xlink:href="http://design.canonical.com/brand/Pictograms/PNG_files/HEX/WARM_GREY_HEX/cd-dvd_grey_hex.png";></image></g><path d="M184.0 104.0L460.71335 203.92427" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M459.59134 207.03136L469.25 207.00694L461.83536 200.81718Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M320.0 104.0L469.26688 178.63344" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M467.78952 181.58815L477.38486 182.69243L470.74423 175.67873Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M448.0 104.0L496.09793 158.96909" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M493.61185 161.14442L502.07465 165.7996L498.58405 156.79373Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M568.0 104.0L554.9104 156.35829" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M551.70557 155.55708L552.7091 165.1635L558.11523 157.1595Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M704.0 104.0L609.5115 176.68347" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M607.4973 174.06506L602.3175 182.21733L611.52563 179.30188Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M824.0 104.0L591.6822 382.78134" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M589.1444 380.6665L585.87177 389.75388L594.22003 384.89618Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M824.0 104.0L618.6531 210.4762" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M617.1324 207.54353L610.59564 214.65413L620.1737 213.40886Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M944.0 104.0L616.7935 407.8346" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M614.54565 405.41382L610.1425 414.0105L619.0414 410.25534Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M536.0 320.0L536.0 372.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M532.69653 372.0L536.0 381.0762L539.30347 372.0Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M592.0 592.0L752.0 592.0L752.0 640.0L592.0 640.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M619.3906 617.7344L621.1875 618.1875Q620.625 620.40625 619.15625 621.5703Q617.6875 622.7344 615.5625 622.7344Q613.3594 622.7344 611.9844 621.83594Q610.6094 620.9375 609.8906 619.2422Q609.1719 617.5469 609.1719 615.59375Q609.1719 613.46875 609.97656 611.8906Q610.78125 610.3125 612.28125 609.4922Q613.78125 608.6719 615.5781 608.6719Q617.625 608.6719 619.0156 609.71094Q620.40625 610.75 620.9531 612.625L619.1875 613.0469Q618.71875 611.5625 617.8125 610.8828Q616.90625 610.2031 615.5469 610.2031Q613.9844 610.2031 612.9297 610.9531Q611.875 611.7031 611.4453 612.97656Q611.0156 614.25 611.0156 615.59375Q611.0156 617.3281 611.52344 618.6172Q612.03125 619.90625 613.10156 620.5469Q614.1719 621.1875 615.40625 621.1875Q616.9219 621.1875 617.96875 620.3203Q619.0156 619.4531 619.3906 617.7344ZM629.40625 622.5L629.40625 621.0469Q628.2656 622.71875 626.28125 622.71875Q625.4219 622.71875 624.66406 622.3828Q623.90625 622.0469 623.53906 621.5469Q623.1719 621.0469 623.0156 620.3125Q622.9219 619.8125 622.9219 618.75L622.9219 612.6406L624.59375 612.6406L624.59375 618.1094Q624.59375 619.4219 624.6875 619.875Q624.84375 620.53125 625.3594 620.90625Q625.875 621.28125 626.625 621.28125Q627.375 621.28125 628.03125 620.89844Q628.6875 620.5156 628.96094 619.85156Q629.2344 619.1875 629.2344 617.9219L629.2344 612.6406L630.90625 612.6406L630.90625 622.5L629.40625 622.5ZM632.65625 619.5625L634.3125 619.2969Q634.4531 620.2969 635.08594 620.8203Q635.71875 621.34375 636.8594 621.34375Q638.0156 621.34375 638.5703 620.875Q639.125 620.40625 639.125 619.78125Q639.125 619.21875 638.6406 618.8906Q638.2969 618.6719 636.9375 618.3281Q635.09375 617.8594 634.3828 617.52344Q633.6719 617.1875 633.3047 616.58594Q632.9375 615.9844 632.9375 615.2656Q632.9375 614.6094 633.2422 614.0469Q633.5469 613.4844 634.0625 613.1094Q634.4531 612.8281 635.125 612.625Q635.7969 612.4219 636.5625 612.4219Q637.7344 612.4219 638.6094 612.7578Q639.4844 613.09375 639.89844 613.66406Q640.3125 614.2344 640.46875 615.1875L638.84375 615.40625Q638.7344 614.65625 638.1953 614.22656Q637.65625 613.7969 636.6875 613.7969Q635.53125 613.7969 635.0469 614.1797Q634.5625 614.5625 634.5625 615.0625Q634.5625 615.3906 634.7656 615.65625Q634.96875 615.9219 635.40625 616.09375Q635.65625 616.1875 636.875 616.53125Q638.6406 617.0 639.34375 617.2969Q640.0469 617.59375 640.4453 618.1719Q640.84375 618.75 640.84375 619.6094Q640.84375 620.4375 640.3594 621.1797Q639.875 621.9219 638.9531 622.3203Q638.03125 622.71875 636.875 622.71875Q634.9531 622.71875 633.9453 621.9219Q632.9375 621.125 632.65625 619.5625ZM646.3125 621.0L646.5469 622.4844Q645.84375 622.625 645.28125 622.625Q644.375 622.625 643.875 622.33594Q643.375 622.0469 643.1719 621.58594Q642.96875 621.125 642.96875 619.6094L642.96875 613.9531L641.7344 613.9531L641.7344 612.6406L642.96875 612.6406L642.96875 610.2031L644.625 609.2031L644.625 612.6406L646.3125 612.6406L646.3125 613.9531L644.625 613.9531L644.625 619.7031Q644.625 620.4219 644.71094 620.625Q644.7969 620.8281 645.0 620.9531Q645.2031 621.0781 645.5781 621.0781Q645.84375 621.0781 646.3125 621.0ZM647.2031 617.5781Q647.2031 614.84375 648.7344 613.5156Q650.0 612.4219 651.8281 612.4219Q653.8594 612.4219 655.14844 613.7578Q656.4375 615.09375 656.4375 617.4375Q656.4375 619.34375 655.8672 620.4297Q655.2969 621.5156 654.21094 622.1172Q653.125 622.71875 651.8281 622.71875Q649.7656 622.71875 648.4844 621.3906Q647.2031 620.0625 647.2031 617.5781ZM648.9219 617.5781Q648.9219 619.46875 649.75 620.40625Q650.5781 621.34375 651.8281 621.34375Q653.0781 621.34375 653.89844 620.39844Q654.71875 619.4531 654.71875 617.5156Q654.71875 615.6875 653.8906 614.75Q653.0625 613.8125 651.8281 613.8125Q650.5781 613.8125 649.75 614.75Q648.9219 615.6875 648.9219 617.5781ZM658.21875 622.5L658.21875 612.6406L659.71875 612.6406L659.71875 614.03125Q660.1719 613.3125 660.9453 612.8672Q661.71875 612.4219 662.7031 612.4219Q663.7969 612.4219 664.5 612.875Q665.2031 613.3281 665.4844 614.15625Q666.65625 612.4219 668.53125 612.4219Q670.0 612.4219 670.78906 613.2344Q671.5781 614.0469 671.5781 615.7344L671.5781 622.5L669.90625 622.5L669.90625 616.2969Q669.90625 615.2969 669.75 614.85156Q669.59375 614.40625 669.16406 614.1406Q668.7344 613.875 668.15625 613.875Q667.125 613.875 666.4375 614.5625Q665.75 615.25 665.75 616.78125L665.75 622.5L664.0781 622.5L664.0781 616.09375Q664.0781 614.9844 663.6719 614.4297Q663.2656 613.875 662.3281 613.875Q661.625 613.875 661.02344 614.2422Q660.4219 614.6094 660.15625 615.3281Q659.8906 616.0469 659.8906 617.3906L659.8906 622.5L658.21875 622.5ZM673.7656 610.8125L673.7656 608.90625L675.4375 608.90625L675.4375 610.8125L673.7656 610.8125ZM673.7656 622.5L673.7656 612.6406L675.4375 612.6406L675.4375 622.5L673.7656 622.5ZM677.0156 622.5L677.0156 621.1406L683.28125 613.9531Q682.21875 614.0 681.40625 614.0L677.3906 614.0L677.3906 612.6406L685.4375 612.6406L685.4375 613.75L680.09375 620.0L679.0781 621.1406Q680.1875 621.0625 681.1719 621.0625L685.7344 621.0625L685.7344 622.5L677.0156 622.5ZM693.65625 621.28125Q692.71875 622.0781 691.8594 622.39844Q691.0 622.71875 690.0156 622.71875Q688.40625 622.71875 687.53125 621.9297Q686.65625 621.1406 686.65625 619.90625Q686.65625 619.1719 686.9844 618.5781Q687.3125 617.9844 687.84375 617.625Q688.375 617.2656 689.0469 617.0781Q689.5469 616.9375 690.53125 616.8281Q692.5625 616.5781 693.5156 616.25Q693.5156 615.90625 693.5156 615.8125Q693.5156 614.7969 693.0469 614.375Q692.40625 613.8125 691.1406 613.8125Q689.96875 613.8125 689.40625 614.21875Q688.84375 614.625 688.5781 615.6875L686.9375 615.4531Q687.1719 614.40625 687.6797 613.7656Q688.1875 613.125 689.14844 612.77344Q690.1094 612.4219 691.3906 612.4219Q692.65625 612.4219 693.4375 612.71875Q694.21875 613.0156 694.59375 613.46875Q694.96875 613.9219 695.1094 614.6094Q695.2031 615.03125 695.2031 616.1406L695.2031 618.375Q695.2031 620.7031 695.3047 621.3203Q695.40625 621.9375 695.7344 622.5L693.9844 622.5Q693.71875 621.9844 693.65625 621.28125ZM693.5156 617.5625Q692.6094 617.9219 690.78125 618.1875Q689.75 618.3281 689.3281 618.5156Q688.90625 618.7031 688.6719 619.0625Q688.4375 619.4219 688.4375 619.8594Q688.4375 620.53125 688.9453 620.97656Q689.4531 621.4219 690.4219 621.4219Q691.3906 621.4219 692.1406 620.9922Q692.8906 620.5625 693.25 619.84375Q693.5156 619.2656 693.5156 618.1719L693.5156 617.5625ZM701.25 621.0L701.4844 622.4844Q700.78125 622.625 700.21875 622.625Q699.3125 622.625 698.8125 622.33594Q698.3125 622.0469 698.1094 621.58594Q697.90625 621.125 697.90625 619.6094L697.90625 613.9531L696.6719 613.9531L696.6719 612.6406L697.90625 612.6406L697.90625 610.2031L699.5625 609.2031L699.5625 612.6406L701.25 612.6406L701.25 613.9531L699.5625 613.9531L699.5625 619.7031Q699.5625 620.4219 699.64844 620.625Q699.7344 620.8281 699.9375 620.9531Q700.1406 621.0781 700.5156 621.0781Q700.78125 621.0781 701.25 621.0ZM702.7969 610.8125L702.7969 608.90625L704.46875 608.90625L704.46875 610.8125L702.7969 610.8125ZM702.7969 622.5L702.7969 612.6406L704.46875 612.6406L704.46875 622.5L702.7969 622.5ZM706.2969 617.5781Q706.2969 614.84375 707.8281 613.5156Q709.09375 612.4219 710.9219 612.4219Q712.9531 612.4219 714.2422 613.7578Q715.53125 615.09375 715.53125 617.4375Q715.53125 619.34375 714.96094 620.4297Q714.3906 621.5156 713.3047 622.1172Q712.21875 622.71875 710.9219 622.71875Q708.8594 622.71875 707.5781 621.3906Q706.2969 620.0625 706.2969 617.5781ZM708.0156 617.5781Q708.0156 619.46875 708.84375 620.40625Q709.6719 621.34375 710.9219 621.34375Q712.1719 621.34375 712.9922 620.39844Q713.8125 619.4531 713.8125 617.5156Q713.8125 615.6875 712.9844 614.75Q712.15625 613.8125 710.9219 613.8125Q709.6719 613.8125 708.84375 614.75Q708.0156 615.6875 708.0156 617.5781ZM717.3125 622.5L717.3125 612.6406L718.8125 612.6406L718.8125 614.0469Q719.90625 612.4219 721.9531 612.4219Q722.84375 612.4219 723.59375 612.7422Q724.34375 613.0625 724.71094 613.58594Q725.0781 614.1094 725.2344 614.8125Q725.3281 615.28125 725.3281 616.4375L725.3281 622.5L723.65625 622.5L723.65625 616.5Q723.65625 615.4844 723.46094 614.97656Q723.2656 614.46875 722.7656 614.1719Q722.2656 613.875 721.59375 613.875Q720.53125 613.875 719.7578 614.5469Q718.9844 615.21875 718.9844 617.125L718.9844 622.5L717.3125 622.5ZM727.0156 619.5625L728.6719 619.2969Q728.8125 620.2969 729.4453 620.8203Q730.0781 621.34375 731.21875 621.34375Q732.375 621.34375 732.9297 620.875Q733.4844 620.40625 733.4844 619.78125Q733.4844 619.21875 733.0 618.8906Q732.65625 618.6719 731.2969 618.3281Q729.4531 617.8594 728.7422 617.52344Q728.03125 617.1875 727.66406 616.58594Q727.2969 615.9844 727.2969 615.2656Q727.2969 614.6094 727.60156 614.0469Q727.90625 613.4844 728.4219 613.1094Q728.8125 612.8281 729.4844 612.625Q730.15625 612.4219 730.9219 612.4219Q732.09375 612.4219 732.96875 612.7578Q733.84375 613.09375 734.2578 613.66406Q734.6719 614.2344 734.8281 615.1875L733.2031 615.40625Q733.09375 614.65625 732.5547 614.22656Q732.0156 613.7969 731.0469 613.7969Q729.8906 613.7969 729.40625 614.1797Q728.9219 614.5625 728.9219 615.0625Q728.9219 615.3906 729.125 615.65625Q729.3281 615.9219 729.7656 616.09375Q730.0156 616.1875 731.2344 616.53125Q733.0 617.0 733.7031 617.2969Q734.40625 617.59375 734.8047 618.1719Q735.2031 618.75 735.2031 619.6094Q735.2031 620.4375 734.71875 621.1797Q734.2344 621.9219 733.3125 622.3203Q732.3906 622.71875 731.2344 622.71875Q729.3125 622.71875 728.3047 621.9219Q727.2969 621.125 727.0156 619.5625Z" fill-rule="nonzero" fill="#000000"></path><path d="M672.0 592.0L600.4853 520.4853" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M602.82117 518.14935L594.06744 514.06744L598.14935 522.82117Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M488.0 512.0L447.8095 558.8889" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M445.30133 556.7391L441.9028 565.7801L450.3177 561.03876Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M464.0 616.0L572.0 616.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M572.0 619.30347L581.0762 616.0L572.0 612.69653Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M224.0 704.0L408.0 704.0L408.0 752.0L224.0 752.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M244.96875 720.90625L246.76562 720.90625L246.76562 728.75Q246.76562 730.8125 246.30469 732.0156Q245.84375 733.21875 244.63281 733.97656Q243.42188 734.7344 241.45312 734.7344Q239.54688 734.7344 238.32812 734.0781Q237.10938 733.4219 236.59375 732.1719Q236.07812 730.9219 236.07812 728.75L236.07812 720.90625L237.875 720.90625L237.875 728.75Q237.875 730.5156 238.20312 731.3594Q238.53125 732.2031 239.33594 732.65625Q240.14062 733.1094 241.29688 733.1094Q243.28125 733.1094 244.125 732.21094Q244.96875 731.3125 244.96875 728.75L244.96875 720.90625ZM250.84375 734.5L249.29688 734.5L249.29688 720.90625L250.95312 720.90625L250.95312 725.75Q252.01562 724.4219 253.65625 724.4219Q254.5625 724.4219 255.375 724.78906Q256.1875 725.15625 256.71094 725.8203Q257.23438 726.4844 257.53125 727.4219Q257.82812 728.3594 257.82812 729.4219Q257.82812 731.9531 256.57812 733.33594Q255.32812 734.71875 253.57812 734.71875Q251.82812 734.71875 250.84375 733.2656L250.84375 734.5ZM250.82812 729.5Q250.82812 731.2656 251.29688 732.0625Q252.09375 733.34375 253.4375 733.34375Q254.53125 733.34375 255.32812 732.39844Q256.125 731.4531 256.125 729.5625Q256.125 727.6406 255.35938 726.71875Q254.59375 725.7969 253.51562 725.7969Q252.42188 725.7969 251.625 726.75Q250.82812 727.7031 250.82812 729.5ZM266.125 734.5L266.125 733.0469Q264.98438 734.71875 263.0 734.71875Q262.14062 734.71875 261.3828 734.3828Q260.625 734.0469 260.2578 733.5469Q259.89062 733.0469 259.73438 732.3125Q259.64062 731.8125 259.64062 730.75L259.64062 724.6406L261.3125 724.6406L261.3125 730.1094Q261.3125 731.4219 261.40625 731.875Q261.5625 732.53125 262.07812 732.90625Q262.59375 733.28125 263.34375 733.28125Q264.09375 733.28125 264.75 732.89844Q265.40625 732.5156 265.6797 731.85156Q265.95312 731.1875 265.95312 729.9219L265.95312 724.6406L267.625 724.6406L267.625 734.5L266.125 734.5ZM270.0625 734.5L270.0625 724.6406L271.5625 724.6406L271.5625 726.0469Q272.65625 724.4219 274.70312 724.4219Q275.59375 724.4219 276.34375 724.7422Q277.09375 725.0625 277.46094 725.58594Q277.82812 726.1094 277.98438 726.8125Q278.07812 727.28125 278.07812 728.4375L278.07812 734.5L276.40625 734.5L276.40625 728.5Q276.40625 727.4844 276.21094 726.97656Q276.01562 726.46875 275.51562 726.1719Q275.01562 725.875 274.34375 725.875Q273.28125 725.875 272.5078 726.5469Q271.73438 727.21875 271.73438 729.125L271.73438 734.5L270.0625 734.5ZM284.09375 733.0L284.32812 734.4844Q283.625 734.625 283.0625 734.625Q282.15625 734.625 281.65625 734.33594Q281.15625 734.0469 280.95312 733.58594Q280.75 733.125 280.75 731.6094L280.75 725.9531L279.51562 725.9531L279.51562 724.6406L280.75 724.6406L280.75 722.2031L282.40625 721.2031L282.40625 724.6406L284.09375 724.6406L284.09375 725.9531L282.40625 725.9531L282.40625 731.7031Q282.40625 732.4219 282.4922 732.625Q282.57812 732.8281 282.78125 732.9531Q282.98438 733.0781 283.35938 733.0781Q283.625 733.0781 284.09375 733.0ZM292.0625 734.5L292.0625 733.0469Q290.92188 734.71875 288.9375 734.71875Q288.07812 734.71875 287.3203 734.3828Q286.5625 734.0469 286.1953 733.5469Q285.82812 733.0469 285.67188 732.3125Q285.57812 731.8125 285.57812 730.75L285.57812 724.6406L287.25 724.6406L287.25 730.1094Q287.25 731.4219 287.34375 731.875Q287.5 732.53125 288.01562 732.90625Q288.53125 733.28125 289.28125 733.28125Q290.03125 733.28125 290.6875 732.89844Q291.34375 732.5156 291.6172 731.85156Q291.89062 731.1875 291.89062 729.9219L291.89062 724.6406L293.5625 724.6406L293.5625 734.5L292.0625 734.5ZM301.1875 722.8125L301.1875 720.90625L302.85938 720.90625L302.85938 722.8125L301.1875 722.8125ZM301.1875 734.5L301.1875 724.6406L302.85938 724.6406L302.85938 734.5L301.1875 734.5ZM305.3125 734.5L305.3125 724.6406L306.8125 724.6406L306.8125 726.0469Q307.90625 724.4219 309.95312 724.4219Q310.84375 724.4219 311.59375 724.7422Q312.34375 725.0625 312.71094 725.58594Q313.07812 726.1094 313.23438 726.8125Q313.32812 727.28125 313.32812 728.4375L313.32812 734.5L311.65625 734.5L311.65625 728.5Q311.65625 727.4844 311.46094 726.97656Q311.26562 726.46875 310.76562 726.1719Q310.26562 725.875 309.59375 725.875Q308.53125 725.875 307.7578 726.5469Q306.98438 727.21875 306.98438 729.125L306.98438 734.5L305.3125 734.5ZM315.01562 731.5625L316.67188 731.2969Q316.8125 732.2969 317.4453 732.8203Q318.07812 733.34375 319.21875 733.34375Q320.375 733.34375 320.9297 732.875Q321.48438 732.40625 321.48438 731.78125Q321.48438 731.21875 321.0 730.8906Q320.65625 730.6719 319.29688 730.3281Q317.45312 729.8594 316.7422 729.52344Q316.03125 729.1875 315.66406 728.58594Q315.29688 727.9844 315.29688 727.2656Q315.29688 726.6094 315.60156 726.0469Q315.90625 725.4844 316.42188 725.1094Q316.8125 724.8281 317.48438 724.625Q318.15625 724.4219 318.92188 724.4219Q320.09375 724.4219 320.96875 724.7578Q321.84375 725.09375 322.2578 725.66406Q322.67188 726.2344 322.82812 727.1875L321.20312 727.40625Q321.09375 726.65625 320.5547 726.22656Q320.01562 725.7969 319.04688 725.7969Q317.89062 725.7969 317.40625 726.1797Q316.92188 726.5625 316.92188 727.0625Q316.92188 727.3906 317.125 727.65625Q317.32812 727.9219 317.76562 728.09375Q318.01562 728.1875 319.23438 728.53125Q321.0 729.0 321.70312 729.2969Q322.40625 729.59375 322.8047 730.1719Q323.20312 730.75 323.20312 731.6094Q323.20312 732.4375 322.71875 733.1797Q322.23438 733.9219 321.3125 734.3203Q320.39062 734.71875 319.23438 734.71875Q317.3125 734.71875 316.3047 733.9219Q315.29688 733.125 315.01562 731.5625ZM328.67188 733.0L328.90625 734.4844Q328.20312 734.625 327.64062 734.625Q326.73438 734.625 326.23438 734.33594Q325.73438 734.0469 325.53125 733.58594Q325.32812 733.125 325.32812 731.6094L325.32812 725.9531L324.09375 725.9531L324.09375 724.6406L325.32812 724.6406L325.32812 722.2031L326.98438 721.2031L326.98438 724.6406L328.67188 724.6406L328.67188 725.9531L326.98438 725.9531L326.98438 731.7031Q326.98438 732.4219 327.0703 732.625Q327.15625 732.8281 327.35938 732.9531Q327.5625 733.0781 327.9375 733.0781Q328.20312 733.0781 328.67188 733.0ZM336.64062 733.28125Q335.70312 734.0781 334.84375 734.39844Q333.98438 734.71875 333.0 734.71875Q331.39062 734.71875 330.51562 733.9297Q329.64062 733.1406 329.64062 731.90625Q329.64062 731.1719 329.96875 730.5781Q330.29688 729.9844 330.82812 729.625Q331.35938 729.2656 332.03125 729.0781Q332.53125 728.9375 333.51562 728.8281Q335.54688 728.5781 336.5 728.25Q336.5 727.90625 336.5 727.8125Q336.5 726.7969 336.03125 726.375Q335.39062 725.8125 334.125 725.8125Q332.95312 725.8125 332.39062 726.21875Q331.82812 726.625 331.5625 727.6875L329.92188 727.4531Q330.15625 726.40625 330.66406 725.7656Q331.17188 725.125 332.1328 724.77344Q333.09375 724.4219 334.375 724.4219Q335.64062 724.4219 336.42188 724.71875Q337.20312 725.0156 337.57812 725.46875Q337.95312 725.9219 338.09375 726.6094Q338.1875 727.03125 338.1875 728.1406L338.1875 730.375Q338.1875 732.7031 338.28906 733.3203Q338.39062 733.9375 338.71875 734.5L336.96875 734.5Q336.70312 733.9844 336.64062 733.28125ZM336.5 729.5625Q335.59375 729.9219 333.76562 730.1875Q332.73438 730.3281 332.3125 730.5156Q331.89062 730.7031 331.65625 731.0625Q331.42188 731.4219 331.42188 731.8594Q331.42188 732.53125 331.9297 732.97656Q332.4375 733.4219 333.40625 733.4219Q334.375 733.4219 335.125 732.9922Q335.875 732.5625 336.23438 731.84375Q336.5 731.2656 336.5 730.1719L336.5 729.5625ZM340.54688 734.5L340.54688 720.90625L342.21875 720.90625L342.21875 734.5L340.54688 734.5ZM344.6875 734.5L344.6875 720.90625L346.35938 720.90625L346.35938 734.5L344.6875 734.5ZM355.3125 733.28125Q354.375 734.0781 353.51562 734.39844Q352.65625 734.71875 351.67188 734.71875Q350.0625 734.71875 349.1875 733.9297Q348.3125 733.1406 348.3125 731.90625Q348.3125 731.1719 348.64062 730.5781Q348.96875 729.9844 349.5 729.625Q350.03125 729.2656 350.70312 729.0781Q351.20312 728.9375 352.1875 728.8281Q354.21875 728.5781 355.17188 728.25Q355.17188 727.90625 355.17188 727.8125Q355.17188 726.7969 354.70312 726.375Q354.0625 725.8125 352.79688 725.8125Q351.625 725.8125 351.0625 726.21875Q350.5 726.625 350.23438 727.6875L348.59375 727.4531Q348.82812 726.40625 349.33594 725.7656Q349.84375 725.125 350.8047 724.77344Q351.76562 724.4219 353.04688 724.4219Q354.3125 724.4219 355.09375 724.71875Q355.875 725.0156 356.25 725.46875Q356.625 725.9219 356.76562 726.6094Q356.85938 727.03125 356.85938 728.1406L356.85938 730.375Q356.85938 732.7031 356.96094 733.3203Q357.0625 733.9375 357.39062 734.5L355.64062 734.5Q355.375 733.9844 355.3125 733.28125ZM355.17188 729.5625Q354.26562 729.9219 352.4375 730.1875Q351.40625 730.3281 350.98438 730.5156Q350.5625 730.7031 350.32812 731.0625Q350.09375 731.4219 350.09375 731.8594Q350.09375 732.53125 350.60156 732.97656Q351.10938 733.4219 352.07812 733.4219Q353.04688 733.4219 353.79688 732.9922Q354.54688 732.5625 354.90625 731.84375Q355.17188 731.2656 355.17188 730.1719L355.17188 729.5625ZM362.90625 733.0L363.14062 734.4844Q362.4375 734.625 361.875 734.625Q360.96875 734.625 360.46875 734.33594Q359.96875 734.0469 359.76562 733.58594Q359.5625 733.125 359.5625 731.6094L359.5625 725.9531L358.32812 725.9531L358.32812 724.6406L359.5625 724.6406L359.5625 722.2031L361.21875 721.2031L361.21875 724.6406L362.90625 724.6406L362.90625 725.9531L361.21875 725.9531L361.21875 731.7031Q361.21875 732.4219 361.3047 732.625Q361.39062 732.8281 361.59375 732.9531Q361.79688 733.0781 362.17188 733.0781Q362.4375 733.0781 362.90625 733.0ZM364.4375 722.8125L364.4375 720.90625L366.10938 720.90625L366.10938 722.8125L364.4375 722.8125ZM364.4375 734.5L364.4375 724.6406L366.10938 724.6406L366.10938 734.5L364.4375 734.5ZM367.95312 729.5781Q367.95312 726.84375 369.48438 725.5156Q370.75 724.4219 372.57812 724.4219Q374.60938 724.4219 375.89844 725.7578Q377.1875 727.09375 377.1875 729.4375Q377.1875 731.34375 376.6172 732.4297Q376.04688 733.5156 374.96094 734.1172Q373.875 734.71875 372.57812 734.71875Q370.51562 734.71875 369.23438 733.3906Q367.95312 732.0625 367.95312 729.5781ZM369.67188 729.5781Q369.67188 731.46875 370.5 732.40625Q371.32812 733.34375 372.57812 733.34375Q373.82812 733.34375 374.64844 732.39844Q375.46875 731.4531 375.46875 729.5156Q375.46875 727.6875 374.64062 726.75Q373.8125 725.8125 372.57812 725.8125Q371.32812 725.8125 370.5 726.75Q369.67188 727.6875 369.67188 729.5781ZM378.95312 734.5L378.95312 724.6406L380.45312 724.6406L380.45312 726.0469Q381.54688 724.4219 383.59375 724.4219Q384.48438 724.4219 385.23438 724.7422Q385.98438 725.0625 386.35156 725.58594Q386.71875 726.1094 386.875 726.8125Q386.96875 727.28125 386.96875 728.4375L386.96875 734.5L385.29688 734.5L385.29688 728.5Q385.29688 727.4844 385.10156 726.97656Q384.90625 726.46875 384.40625 726.1719Q383.90625 725.875 383.23438 725.875Q382.17188 725.875 381.39844 726.5469Q380.625 727.21875 380.625 729.125L380.625 734.5L378.95312 734.5ZM388.65625 731.5625L390.3125 731.2969Q390.45312 732.2969 391.08594 732.8203Q391.71875 733.34375 392.85938 733.34375Q394.01562 733.34375 394.5703 732.875Q395.125 732.40625 395.125 731.78125Q395.125 731.21875 394.64062 730.8906Q394.29688 730.6719 392.9375 730.3281Q391.09375 729.8594 390.3828 729.52344Q389.67188 729.1875 389.3047 728.58594Q388.9375 727.9844 388.9375 727.2656Q388.9375 726.6094 389.2422 726.0469Q389.54688 725.4844 390.0625 725.1094Q390.45312 724.8281 391.125 724.625Q391.79688 724.4219 392.5625 724.4219Q393.73438 724.4219 394.60938 724.7578Q395.48438 725.09375 395.89844 725.66406Q396.3125 726.2344 396.46875 727.1875L394.84375 727.40625Q394.73438 726.65625 394.1953 726.22656Q393.65625 725.7969 392.6875 725.7969Q391.53125 725.7969 391.04688 726.1797Q390.5625 726.5625 390.5625 727.0625Q390.5625 727.3906 390.76562 727.65625Q390.96875 727.9219 391.40625 728.09375Q391.65625 728.1875 392.875 728.53125Q394.64062 729.0 395.34375 729.2969Q396.04688 729.59375 396.4453 730.1719Q396.84375 730.75 396.84375 731.6094Q396.84375 732.4375 396.35938 733.1797Q395.875 733.9219 394.95312 734.3203Q394.03125 734.71875 392.875 734.71875Q390.95312 734.71875 389.9453 733.9219Q388.9375 733.125 388.65625 731.5625Z" fill-rule="nonzero" fill="#000000"></path><path d="M368.0 648.0L328.4853 687.5147" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M326.14938 685.17883L322.06744 693.93256L330.8212 689.85065Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M600.0 696.0L744.0 696.0L744.0 744.0L600.0 744.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M651.6719 719.875Q651.6719 716.4844 653.4922 714.5703Q655.3125 712.65625 658.1875 712.65625Q660.0625 712.65625 661.5781 713.5547Q663.09375 714.4531 663.8828 716.0625Q664.6719 717.6719 664.6719 719.71875Q664.6719 721.78125 663.83594 723.41406Q663.0 725.0469 661.46875 725.8906Q659.9375 726.7344 658.1719 726.7344Q656.25 726.7344 654.7422 725.8047Q653.2344 724.875 652.4531 723.27344Q651.6719 721.6719 651.6719 719.875ZM653.53125 719.90625Q653.53125 722.3594 654.85156 723.77344Q656.1719 725.1875 658.15625 725.1875Q660.1875 725.1875 661.5 723.7578Q662.8125 722.3281 662.8125 719.7031Q662.8125 718.0469 662.2578 716.8125Q661.7031 715.5781 660.6172 714.8906Q659.53125 714.2031 658.1875 714.2031Q656.28125 714.2031 654.90625 715.5156Q653.53125 716.8281 653.53125 719.90625ZM666.75 726.5L666.75 712.90625L676.59375 712.90625L676.59375 714.5L668.5469 714.5L668.5469 718.6719L676.0781 718.6719L676.0781 720.2656L668.5469 720.2656L668.5469 724.8906L676.90625 724.8906L676.90625 726.5L666.75 726.5ZM679.1094 726.5L679.1094 712.90625L681.8281 712.90625L685.0469 722.53125Q685.4844 723.875 685.6875 724.5469Q685.9219 723.7969 686.4219 722.3594L689.6719 712.90625L692.09375 712.90625L692.09375 726.5L690.3594 726.5L690.3594 715.1094L686.40625 726.5L684.78125 726.5L680.84375 714.9219L680.84375 726.5L679.1094 726.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M600.0 792.0L744.0 792.0L744.0 840.0L600.0 840.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M652.2969 798.40625L654.09375 798.40625L654.09375 806.25Q654.09375 808.3125 653.6328 809.5156Q653.1719 810.71875 651.96094 811.47656Q650.75 812.2344 648.78125 812.2344Q646.875 812.2344 645.65625 811.5781Q644.4375 810.9219 643.9219 809.6719Q643.40625 808.4219 643.40625 806.25L643.40625 798.40625L645.2031 798.40625L645.2031 806.25Q645.2031 808.0156 645.53125 808.8594Q645.8594 809.7031 646.66406 810.15625Q647.46875 810.6094 648.625 810.6094Q650.6094 810.6094 651.4531 809.71094Q652.2969 808.8125 652.2969 806.25L652.2969 798.40625ZM658.1875 812.0L656.6406 812.0L656.6406 798.40625L658.2969 798.40625L658.2969 803.25Q659.3594 801.9219 661.0 801.9219Q661.90625 801.9219 662.71875 802.28906Q663.53125 802.65625 664.0547 803.3203Q664.5781 803.9844 664.875 804.9219Q665.1719 805.8594 665.1719 806.9219Q665.1719 809.4531 663.9219 810.83594Q662.6719 812.21875 660.9219 812.21875Q659.1719 812.21875 658.1875 810.7656L658.1875 812.0ZM658.1719 807.0Q658.1719 808.7656 658.6406 809.5625Q659.4375 810.84375 660.78125 810.84375Q661.875 810.84375 662.6719 809.89844Q663.46875 808.9531 663.46875 807.0625Q663.46875 805.1406 662.7031 804.21875Q661.9375 803.2969 660.8594 803.2969Q659.7656 803.2969 658.96875 804.25Q658.1719 805.2031 658.1719 807.0ZM673.46875 812.0L673.46875 810.5469Q672.3281 812.21875 670.34375 812.21875Q669.4844 812.21875 668.72656 811.8828Q667.96875 811.5469 667.60156 811.0469Q667.2344 810.5469 667.0781 809.8125Q666.9844 809.3125 666.9844 808.25L666.9844 802.1406L668.65625 802.1406L668.65625 807.6094Q668.65625 808.9219 668.75 809.375Q668.90625 810.03125 669.4219 810.40625Q669.9375 810.78125 670.6875 810.78125Q671.4375 810.78125 672.09375 810.39844Q672.75 810.0156 673.02344 809.35156Q673.2969 808.6875 673.2969 807.4219L673.2969 802.1406L674.96875 802.1406L674.96875 812.0L673.46875 812.0ZM677.3906 812.0L677.3906 802.1406L678.8906 802.1406L678.8906 803.5469Q679.9844 801.9219 682.03125 801.9219Q682.9219 801.9219 683.6719 802.2422Q684.4219 802.5625 684.78906 803.08594Q685.15625 803.6094 685.3125 804.3125Q685.40625 804.78125 685.40625 805.9375L685.40625 812.0L683.7344 812.0L683.7344 806.0Q683.7344 804.9844 683.53906 804.47656Q683.34375 803.96875 682.84375 803.6719Q682.34375 803.375 681.6719 803.375Q680.6094 803.375 679.83594 804.0469Q679.0625 804.71875 679.0625 806.625L679.0625 812.0L677.3906 812.0ZM691.4219 810.5L691.65625 811.9844Q690.9531 812.125 690.3906 812.125Q689.4844 812.125 688.9844 811.83594Q688.4844 811.5469 688.28125 811.08594Q688.0781 810.625 688.0781 809.1094L688.0781 803.4531L686.84375 803.4531L686.84375 802.1406L688.0781 802.1406L688.0781 799.7031L689.7344 798.7031L689.7344 802.1406L691.4219 802.1406L691.4219 803.4531L689.7344 803.4531L689.7344 809.2031Q689.7344 809.9219 689.8203 810.125Q689.90625 810.3281 690.1094 810.4531Q690.3125 810.5781 690.6875 810.5781Q690.9531 810.5781 691.4219 810.5ZM699.40625 812.0L699.40625 810.5469Q698.2656 812.21875 696.28125 812.21875Q695.4219 812.21875 694.66406 811.8828Q693.90625 811.5469 693.53906 811.0469Q693.1719 810.5469 693.0156 809.8125Q692.9219 809.3125 692.9219 808.25L692.9219 802.1406L694.59375 802.1406L694.59375 807.6094Q694.59375 808.9219 694.6875 809.375Q694.84375 810.03125 695.3594 810.40625Q695.875 810.78125 696.625 810.78125Q697.375 810.78125 698.03125 810.39844Q698.6875 810.0156 698.96094 809.35156Q699.2344 808.6875 699.2344 807.4219L699.2344 802.1406L700.90625 802.1406L700.90625 812.0L699.40625 812.0Z" fill-rule="nonzero" fill="#000000"></path><path d="M634.3594 833.0L634.3594 819.40625L636.03125 819.40625L636.03125 824.28125Q637.2031 822.9219 638.9844 822.9219Q640.0781 822.9219 640.8828 823.35156Q641.6875 823.78125 642.03906 824.5469Q642.3906 825.3125 642.3906 826.75L642.3906 833.0L640.71875 833.0L640.71875 826.75Q640.71875 825.5 640.1719 824.9297Q639.625 824.3594 638.6406 824.3594Q637.8906 824.3594 637.2422 824.7422Q636.59375 825.125 636.3125 825.78906Q636.03125 826.4531 636.03125 827.6094L636.03125 833.0L634.3594 833.0ZM651.1719 831.78125Q650.2344 832.5781 649.375 832.89844Q648.5156 833.21875 647.53125 833.21875Q645.9219 833.21875 645.0469 832.4297Q644.1719 831.6406 644.1719 830.40625Q644.1719 829.6719 644.5 829.0781Q644.8281 828.4844 645.3594 828.125Q645.8906 827.7656 646.5625 827.5781Q647.0625 827.4375 648.0469 827.3281Q650.0781 827.0781 651.03125 826.75Q651.03125 826.40625 651.03125 826.3125Q651.03125 825.2969 650.5625 824.875Q649.9219 824.3125 648.65625 824.3125Q647.4844 824.3125 646.9219 824.71875Q646.3594 825.125 646.09375 826.1875L644.4531 825.9531Q644.6875 824.90625 645.1953 824.2656Q645.7031 823.625 646.66406 823.27344Q647.625 822.9219 648.90625 822.9219Q650.1719 822.9219 650.9531 823.21875Q651.7344 823.5156 652.1094 823.96875Q652.4844 824.4219 652.625 825.1094Q652.71875 825.53125 652.71875 826.6406L652.71875 828.875Q652.71875 831.2031 652.8203 831.8203Q652.9219 832.4375 653.25 833.0L651.5 833.0Q651.2344 832.4844 651.1719 831.78125ZM651.03125 828.0625Q650.125 828.4219 648.2969 828.6875Q647.2656 828.8281 646.84375 829.0156Q646.4219 829.2031 646.1875 829.5625Q645.9531 829.9219 645.9531 830.3594Q645.9531 831.03125 646.46094 831.47656Q646.96875 831.9219 647.9375 831.9219Q648.90625 831.9219 649.65625 831.4922Q650.40625 831.0625 650.7656 830.34375Q651.03125 829.7656 651.03125 828.6719L651.03125 828.0625ZM655.09375 833.0L655.09375 823.1406L656.59375 823.1406L656.59375 824.6406Q657.1719 823.59375 657.65625 823.2578Q658.1406 822.9219 658.7344 822.9219Q659.5781 822.9219 660.4531 823.46875L659.875 825.0156Q659.2656 824.65625 658.6406 824.65625Q658.09375 824.65625 657.66406 824.9844Q657.2344 825.3125 657.0469 825.8906Q656.7656 826.78125 656.7656 827.84375L656.7656 833.0L655.09375 833.0ZM667.7031 833.0L667.7031 831.75Q666.7656 833.21875 664.9531 833.21875Q663.78125 833.21875 662.78906 832.5703Q661.7969 831.9219 661.2578 830.7578Q660.71875 829.59375 660.71875 828.0781Q660.71875 826.6094 661.21094 825.40625Q661.7031 824.2031 662.6797 823.5625Q663.65625 822.9219 664.875 822.9219Q665.7656 822.9219 666.46094 823.2969Q667.15625 823.6719 667.59375 824.28125L667.59375 819.40625L669.25 819.40625L669.25 833.0L667.7031 833.0ZM662.4219 828.0781Q662.4219 829.96875 663.22656 830.90625Q664.03125 831.84375 665.1094 831.84375Q666.2031 831.84375 666.96875 830.9531Q667.7344 830.0625 667.7344 828.21875Q667.7344 826.2031 666.9531 825.2578Q666.1719 824.3125 665.03125 824.3125Q663.9219 824.3125 663.1719 825.21875Q662.4219 826.125 662.4219 828.0781ZM673.5156 833.0L670.5 823.1406L672.21875 823.1406L673.78125 828.8281L674.375 830.9531Q674.40625 830.7969 674.875 828.9219L676.4531 823.1406L678.1719 823.1406L679.6406 828.8594L680.125 830.75L680.7031 828.84375L682.3906 823.1406L684.0156 823.1406L680.9375 833.0L679.2031 833.0L677.625 827.09375L677.25 825.4219L675.25 833.0L673.5156 833.0ZM691.6094 831.78125Q690.6719 832.5781 689.8125 832.89844Q688.9531 833.21875 687.96875 833.21875Q686.3594 833.21875 685.4844 832.4297Q684.6094 831.6406 684.6094 830.40625Q684.6094 829.6719 684.9375 829.0781Q685.2656 828.4844 685.7969 828.125Q686.3281 827.7656 687.0 827.5781Q687.5 827.4375 688.4844 827.3281Q690.5156 827.0781 691.46875 826.75Q691.46875 826.40625 691.46875 826.3125Q691.46875 825.2969 691.0 824.875Q690.3594 824.3125 689.09375 824.3125Q687.9219 824.3125 687.3594 824.71875Q686.7969 825.125 686.53125 826.1875L684.8906 825.9531Q685.125 824.90625 685.6328 824.2656Q686.1406 823.625 687.10156 823.27344Q688.0625 822.9219 689.34375 822.9219Q690.6094 822.9219 691.3906 823.21875Q692.1719 823.5156 692.5469 823.96875Q692.9219 824.4219 693.0625 825.1094Q693.15625 825.53125 693.15625 826.6406L693.15625 828.875Q693.15625 831.2031 693.2578 831.8203Q693.3594 832.4375 693.6875 833.0L691.9375 833.0Q691.6719 832.4844 691.6094 831.78125ZM691.46875 828.0625Q690.5625 828.4219 688.7344 828.6875Q687.7031 828.8281 687.28125 829.0156Q686.8594 829.2031 686.625 829.5625Q686.3906 829.9219 686.3906 830.3594Q686.3906 831.03125 686.89844 831.47656Q687.40625 831.9219 688.375 831.9219Q689.34375 831.9219 690.09375 831.4922Q690.84375 831.0625 691.2031 830.34375Q691.46875 829.7656 691.46875 828.6719L691.46875 828.0625ZM695.53125 833.0L695.53125 823.1406L697.03125 823.1406L697.03125 824.6406Q697.6094 823.59375 698.09375 823.2578Q698.5781 822.9219 699.1719 822.9219Q700.0156 822.9219 700.8906 823.46875L700.3125 825.0156Q699.7031 824.65625 699.0781 824.65625Q698.53125 824.65625 698.10156 824.9844Q697.6719 825.3125 697.4844 825.8906Q697.2031 826.78125 697.2031 827.84375L697.2031 833.0L695.53125 833.0ZM708.5 829.8281L710.21875 830.0469Q709.8125 831.5469 708.71094 832.3828Q707.6094 833.21875 705.8906 833.21875Q703.7344 833.21875 702.46875 831.8906Q701.2031 830.5625 701.2031 828.15625Q701.2031 825.6719 702.47656 824.2969Q703.75 822.9219 705.7969 822.9219Q707.78125 822.9219 709.03125 824.2656Q710.28125 825.6094 710.28125 828.0625Q710.28125 828.2031 710.2656 828.5L702.9219 828.5Q703.0156 830.125 703.84375 830.9844Q704.6719 831.84375 705.90625 831.84375Q706.8125 831.84375 707.46094 831.3672Q708.1094 830.8906 708.5 829.8281ZM703.0156 827.125L708.5156 827.125Q708.40625 825.8906 707.8906 825.2656Q707.09375 824.2969 705.8125 824.2969Q704.6719 824.2969 703.8828 825.0703Q703.09375 825.84375 703.0156 827.125Z" fill-rule="nonzero" fill="#000000"></path><path d="M672.0 640.0L672.0 684.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M668.69653 684.0L672.0 693.0762L675.30347 684.0Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M672.0 744.0L672.0 780.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M668.69653 780.0L672.0 789.0762L675.30347 780.0Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path></svg>
-
diff --git a/doc/images/favicon.png b/doc/images/favicon.png
deleted file mode 100644
index 683c77f..0000000
Binary files a/doc/images/favicon.png and /dev/null differ
diff --git a/doc/images/logo.png b/doc/images/logo.png
deleted file mode 100644
index fb0f9c8..0000000
Binary files a/doc/images/logo.png and /dev/null differ
diff --git a/doc/images/scope.svg b/doc/images/scope.svg
deleted file mode 100644
index f2132e8..0000000
--- a/doc/images/scope.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-
-<svg version="1.1" viewBox="0.0 0.0 1280.0 960.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";><g transform="matrix(1.0 0.0 0.0 1.0 480.0 456.0)"><image fill="#000" width="246" height="53" xlink:href="https://launchpad.net/@@/launchpad-logo-and-name.png";></image></g><path d="M600.0 448.0L600.0 404.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M603.30347 404.0L600.0 394.9238L596.69653 404.0Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M600.0 512.0L600.0 564.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M596.69653 564.0L600.0 573.0762L603.30347 564.0Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M504.0 344.0L696.0 344.0L696.0 392.0L504.0 392.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M516.9531 374.5L516.9531 360.90625L518.7969 360.90625L525.9375 371.57812L525.9375 360.90625L527.65625 360.90625L527.65625 374.5L525.8125 374.5L518.6719 363.8125L518.6719 374.5L516.9531 374.5ZM536.96875 371.32812L538.6875 371.54688Q538.28125 373.04688 537.1797 373.8828Q536.0781 374.71875 534.3594 374.71875Q532.2031 374.71875 530.9375 373.39062Q529.6719 372.0625 529.6719 369.65625Q529.6719 367.17188 530.9453 365.79688Q532.21875 364.42188 534.2656 364.42188Q536.25 364.42188 537.5 365.76562Q538.75 367.10938 538.75 369.5625Q538.75 369.70312 538.7344 370.0L531.3906 370.0Q531.4844 371.625 532.3125 372.48438Q533.1406 373.34375 534.375 373.34375Q535.28125 373.34375 535.9297 372.8672Q536.5781 372.39062 536.96875 371.32812ZM531.4844 368.625L536.9844 368.625Q536.875 367.39062 536.3594 366.76562Q535.5625 365.79688 534.28125 365.79688Q533.1406 365.79688 532.35156 366.5703Q531.5625 367.34375 531.4844 368.625ZM544.25 373.0L544.4844 374.48438Q543.78125 374.625 543.21875 374.625Q542.3125 374.625 541.8125 374.33594Q541.3125 374.04688 541.1094 373.58594Q540.90625 373.125 540.90625 371.60938L540.90625 365.95312L539.6719 365.95312L539.6719 364.64062L540.90625 364.64062L540.90625 362.20312L542.5625 361.20312L542.5625 364.64062L544.25 364.64062L544.25 365.95312L542.5625 365.95312L542.5625 371.70312Q542.5625 372.42188 542.64844 372.625Q542.7344 372.82812 542.9375 372.95312Q543.1406 373.07812 543.5156 373.07812Q543.78125 373.07812 544.25 373.0ZM547.6094 374.5L544.59375 364.64062L546.3125 364.64062L547.875 370.32812L548.46875 372.45312Q548.5 372.29688 548.96875 370.42188L550.5469 364.64062L552.2656 364.64062L553.7344 370.35938L554.21875 372.25L554.7969 370.34375L556.4844 364.64062L558.1094 364.64062L555.03125 374.5L553.2969 374.5L551.71875 368.59375L551.34375 366.92188L549.34375 374.5L547.6094 374.5ZM558.625 369.57812Q558.625 366.84375 560.15625 365.51562Q561.4219 364.42188 563.25 364.42188Q565.28125 364.42188 566.5703 365.7578Q567.8594 367.09375 567.8594 369.4375Q567.8594 371.34375 567.28906 372.4297Q566.71875 373.51562 565.6328 374.1172Q564.5469 374.71875 563.25 374.71875Q561.1875 374.71875 559.90625 373.39062Q558.625 372.0625 558.625 369.57812ZM560.34375 369.57812Q560.34375 371.46875 561.1719 372.40625Q562.0 373.34375 563.25 373.34375Q564.5 373.34375 565.3203 372.39844Q566.1406 371.45312 566.1406 369.51562Q566.1406 367.6875 565.3125 366.75Q564.4844 365.8125 563.25 365.8125Q562.0 365.8125 561.1719 366.75Q560.34375 367.6875 560.34375 369.57812ZM569.6094 374.5L569.6094 364.64062L571.1094 364.64062L571.1094 366.14062Q571.6875 365.09375 572.1719 364.7578Q572.65625 364.42188 573.25 364.42188Q574.09375 364.42188 574.96875 364.96875L574.3906 366.51562Q573.78125 366.15625 573.15625 366.15625Q572.6094 366.15625 572.1797 366.48438Q571.75 366.8125 571.5625 367.39062Q571.28125 368.28125 571.28125 369.34375L571.28125 374.5L569.6094 374.5ZM575.84375 374.5L575.84375 360.90625L577.5156 360.90625L577.5156 368.65625L581.46875 364.64062L583.625 364.64062L579.8594 368.29688L584.0 374.5L581.9375 374.5L578.6875 369.46875L577.5156 370.59375L577.5156 374.5L575.84375 374.5ZM584.4844 371.5625L586.1406 371.29688Q586.28125 372.29688 586.91406 372.8203Q587.5469 373.34375 588.6875 373.34375Q589.84375 373.34375 590.39844 372.875Q590.9531 372.40625 590.9531 371.78125Q590.9531 371.21875 590.46875 370.89062Q590.125 370.67188 588.7656 370.32812Q586.9219 369.85938 586.21094 369.52344Q585.5 369.1875 585.1328 368.58594Q584.7656 367.98438 584.7656 367.26562Q584.7656 366.60938 585.0703 366.04688Q585.375 365.48438 585.8906 365.10938Q586.28125 364.82812 586.9531 364.625Q587.625 364.42188 588.3906 364.42188Q589.5625 364.42188 590.4375 364.7578Q591.3125 365.09375 591.72656 365.66406Q592.1406 366.23438 592.2969 367.1875L590.6719 367.40625Q590.5625 366.65625 590.02344 366.22656Q589.4844 365.79688 588.5156 365.79688Q587.3594 365.79688 586.875 366.1797Q586.3906 366.5625 586.3906 367.0625Q586.3906 367.39062 586.59375 367.65625Q586.7969 367.92188 587.2344 368.09375Q587.4844 368.1875 588.7031 368.53125Q590.46875 369.0 591.1719 369.29688Q591.875 369.59375 592.27344 370.17188Q592.6719 370.75 592.6719 371.60938Q592.6719 372.4375 592.1875 373.1797Q591.7031 373.92188 590.78125 374.3203Q589.8594 374.71875 588.7031 374.71875Q586.78125 374.71875 585.77344 373.92188Q584.7656 373.125 584.4844 371.5625ZM599.0469 369.57812Q599.0469 366.84375 600.5781 365.51562Q601.84375 364.42188 603.6719 364.42188Q605.7031 364.42188 606.9922 365.7578Q608.28125 367.09375 608.28125 369.4375Q608.28125 371.34375 607.71094 372.4297Q607.1406 373.51562 606.0547 374.1172Q604.96875 374.71875 603.6719 374.71875Q601.6094 374.71875 600.3281 373.39062Q599.0469 372.0625 599.0469 369.57812ZM600.7656 369.57812Q600.7656 371.46875 601.59375 372.40625Q602.4219 373.34375 603.6719 373.34375Q604.9219 373.34375 605.7422 372.39844Q606.5625 371.45312 606.5625 369.51562Q606.5625 367.6875 605.7344 366.75Q604.90625 365.8125 603.6719 365.8125Q602.4219 365.8125 601.59375 366.75Q600.7656 367.6875 600.7656 369.57812ZM610.4531 374.5L610.4531 365.95312L608.96875 365.95312L608.96875 364.64062L610.4531 364.64062L610.4531 363.59375Q610.4531 362.60938 610.625 362.125Q610.8594 361.46875 611.46875 361.0703Q612.0781 360.67188 613.1719 360.67188Q613.875 360.67188 614.7344 360.82812L614.4844 362.29688Q613.96875 362.20312 613.5 362.20312Q612.7344 362.20312 612.4219 362.52344Q612.1094 362.84375 612.1094 363.73438L612.1094 364.64062L614.03125 364.64062L614.03125 365.95312L612.1094 365.95312L612.1094 374.5L610.4531 374.5ZM620.4219 378.28125L620.4219 364.64062L621.9531 364.64062L621.9531 365.92188Q622.4844 365.17188 623.16406 364.79688Q623.84375 364.42188 624.7969 364.42188Q626.0625 364.42188 627.03125 365.0703Q628.0 365.71875 628.4922 366.90625Q628.9844 368.09375 628.9844 369.5Q628.9844 371.01562 628.4375 372.22656Q627.8906 373.4375 626.8594 374.07812Q625.8281 374.71875 624.6875 374.71875Q623.84375 374.71875 623.1797 374.3672Q622.5156 374.01562 622.09375 373.48438L622.09375 378.28125L620.4219 378.28125ZM621.9375 369.625Q621.9375 371.53125 622.71094 372.4375Q623.4844 373.34375 624.5781 373.34375Q625.6875 373.34375 626.47656 372.40625Q627.2656 371.46875 627.2656 369.48438Q627.2656 367.60938 626.4922 366.67188Q625.71875 365.73438 624.6406 365.73438Q623.5781 365.73438 622.7578 366.73438Q621.9375 367.73438 621.9375 369.625ZM630.78125 374.5L630.78125 364.64062L632.28125 364.64062L632.28125 366.14062Q632.8594 365.09375 633.34375 364.7578Q633.8281 364.42188 634.4219 364.42188Q635.2656 364.42188 636.1406 364.96875L635.5625 366.51562Q634.9531 366.15625 634.3281 366.15625Q633.78125 366.15625 633.35156 366.48438Q632.9219 366.8125 632.7344 367.39062Q632.4531 368.28125 632.4531 369.34375L632.4531 374.5L630.78125 374.5ZM636.375 369.57812Q636.375 366.84375 637.90625 365.51562Q639.1719 364.42188 641.0 364.42188Q643.03125 364.42188 644.3203 365.7578Q645.6094 367.09375 645.6094 369.4375Q645.6094 371.34375 645.03906 372.4297Q644.46875 373.51562 643.3828 374.1172Q642.2969 374.71875 641.0 374.71875Q638.9375 374.71875 637.65625 373.39062Q636.375 372.0625 636.375 369.57812ZM638.09375 369.57812Q638.09375 371.46875 638.9219 372.40625Q639.75 373.34375 641.0 373.34375Q642.25 373.34375 643.0703 372.39844Q643.8906 371.45312 643.8906 369.51562Q643.8906 367.6875 643.0625 366.75Q642.2344 365.8125 641.0 365.8125Q639.75 365.8125 638.9219 366.75Q638.09375 367.6875 638.09375 369.57812ZM647.375 362.84375L647.375 360.90625L649.03125 360.90625L649.03125 362.84375L647.375 362.84375ZM645.25 378.32812L645.5625 376.90625Q646.0625 377.03125 646.3594 377.03125Q646.875 377.03125 647.125 376.6953Q647.375 376.35938 647.375 375.0L647.375 364.64062L649.03125 364.64062L649.03125 375.03125Q649.03125 376.85938 648.5625 377.57812Q647.96875 378.5 646.5625 378.5Q645.8906 378.5 645.25 378.32812ZM658.28125 371.32812L660.0 371.54688Q659.59375 373.04688 658.4922 373.8828Q657.3906 374.71875 655.6719 374.71875Q653.5156 374.71875 652.25 373.39062Q650.9844 372.0625 650.9844 369.65625Q650.9844 367.17188 652.2578 365.79688Q653.53125 364.42188 655.5781 364.42188Q657.5625 364.42188 658.8125 365.76562Q660.0625 367.10938 660.0625 369.5625Q660.0625 369.70312 660.0469 370.0L652.7031 370.0Q652.7969 371.625 653.625 372.48438Q654.4531 373.34375 655.6875 373.34375Q656.59375 373.34375 657.2422 372.8672Q657.8906 372.39062 658.28125 371.32812ZM652.7969 368.625L658.2969 368.625Q658.1875 367.39062 657.6719 366.76562Q656.875 365.79688 655.59375 365.79688Q654.4531 365.79688 653.66406 366.5703Q652.875 367.34375 652.7969 368.625ZM668.34375 370.89062L669.9844 371.10938Q669.71875 372.79688 668.6094 373.7578Q667.5 374.71875 665.875 374.71875Q663.8594 374.71875 662.6328 373.39844Q661.40625 372.07812 661.40625 369.60938Q661.40625 368.01562 661.9297 366.8203Q662.4531 365.625 663.53906 365.02344Q664.625 364.42188 665.8906 364.42188Q667.5 364.42188 668.5156 365.23438Q669.53125 366.04688 669.8281 367.54688L668.2031 367.79688Q667.96875 366.79688 667.375 366.29688Q666.78125 365.79688 665.9531 365.79688Q664.6875 365.79688 663.89844 366.70312Q663.1094 367.60938 663.1094 369.5625Q663.1094 371.54688 663.875 372.4453Q664.6406 373.34375 665.8594 373.34375Q666.84375 373.34375 667.5 372.7422Q668.15625 372.14062 668.34375 370.89062ZM674.8906 373.0L675.125 374.48438Q674.4219 374.625 673.8594 374.625Q672.9531 374.625 672.4531 374.33594Q671.9531 374.04688 671.75 373.58594Q671.5469 373.125 671.5469 371.60938L671.5469 365.95312L670.3125 365.95312L670.3125 364.64062L671.5469 364.64062L671.5469 362.20312L673.2031 361.20312L673.2031 364.64062L674.8906 364.64062L674.8906 365.95312L673.2031 365.95312L673.2031 371.70312Q673.2031 372.42188 673.28906 372.625Q673.375 372.82812 673.5781 372.95312Q673.78125 373.07812 674.15625 373.07812Q674.4219 373.07812 674.8906 373.0ZM675.7344 371.5625L677.3906 371.29688Q677.53125 372.29688 678.16406 372.8203Q678.7969 373.34375 679.9375 373.34375Q681.09375 373.34375 681.64844 372.875Q682.2031 372.40625 682.2031 371.78125Q682.2031 371.21875 681.71875 370.89062Q681.375 370.67188 680.0156 370.32812Q678.1719 369.85938 677.46094 369.52344Q676.75 369.1875 676.3828 368.58594Q676.0156 367.98438 676.0156 367.26562Q676.0156 366.60938 676.3203 366.04688Q676.625 365.48438 677.1406 365.10938Q677.53125 364.82812 678.2031 364.625Q678.875 364.42188 679.6406 364.42188Q680.8125 364.42188 681.6875 364.7578Q682.5625 365.09375 682.97656 365.66406Q683.3906 366.23438 683.5469 367.1875L681.9219 367.40625Q681.8125 366.65625 681.27344 366.22656Q680.7344 365.79688 679.7656 365.79688Q678.6094 365.79688 678.125 366.1797Q677.6406 366.5625 677.6406 367.0625Q677.6406 367.39062 677.84375 367.65625Q678.0469 367.92188 678.4844 368.09375Q678.7344 368.1875 679.9531 368.53125Q681.71875 369.0 682.4219 369.29688Q683.125 369.59375 683.52344 370.17188Q683.9219 370.75 683.9219 371.60938Q683.9219 372.4375 683.4375 373.1797Q682.9531 373.92188 682.03125 374.3203Q681.1094 374.71875 679.9531 374.71875Q678.03125 374.71875 677.02344 373.92188Q676.0156 373.125 675.7344 371.5625Z" fill-rule="nonzero" fill="#000000"></path><path d="M496.0 576.0L704.0 576.0L704.0 624.0L496.0 624.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M521.59375 606.5L521.59375 592.90625L523.4375 592.90625L530.5781 603.5781L530.5781 592.90625L532.2969 592.90625L532.2969 606.5L530.4531 606.5L523.3125 595.8125L523.3125 606.5L521.59375 606.5ZM541.6094 603.3281L543.3281 603.5469Q542.9219 605.0469 541.8203 605.8828Q540.71875 606.71875 539.0 606.71875Q536.84375 606.71875 535.5781 605.3906Q534.3125 604.0625 534.3125 601.65625Q534.3125 599.1719 535.58594 597.7969Q536.8594 596.4219 538.90625 596.4219Q540.8906 596.4219 542.1406 597.7656Q543.3906 599.1094 543.3906 601.5625Q543.3906 601.7031 543.375 602.0L536.03125 602.0Q536.125 603.625 536.9531 604.4844Q537.78125 605.34375 539.0156 605.34375Q539.9219 605.34375 540.5703 604.8672Q541.21875 604.3906 541.6094 603.3281ZM536.125 600.625L541.625 600.625Q541.5156 599.3906 541.0 598.7656Q540.2031 597.7969 538.9219 597.7969Q537.78125 597.7969 536.9922 598.5703Q536.2031 599.34375 536.125 600.625ZM548.8906 605.0L549.125 606.4844Q548.4219 606.625 547.8594 606.625Q546.9531 606.625 546.4531 606.33594Q545.9531 606.0469 545.75 605.58594Q545.5469 605.125 545.5469 603.6094L545.5469 597.9531L544.3125 597.9531L544.3125 596.6406L545.5469 596.6406L545.5469 594.2031L547.2031 593.2031L547.2031 596.6406L548.8906 596.6406L548.8906 597.9531L547.2031 597.9531L547.2031 603.7031Q547.2031 604.4219 547.28906 604.625Q547.375 604.8281 547.5781 604.9531Q547.78125 605.0781 548.15625 605.0781Q548.4219 605.0781 548.8906 605.0ZM552.25 606.5L549.2344 596.6406L550.9531 596.6406L552.5156 602.3281L553.1094 604.4531Q553.1406 604.2969 553.6094 602.4219L555.1875 596.6406L556.90625 596.6406L558.375 602.3594L558.8594 604.25L559.4375 602.34375L561.125 596.6406L562.75 596.6406L559.6719 606.5L557.9375 606.5L556.3594 600.59375L555.9844 598.9219L553.9844 606.5L552.25 606.5ZM563.2656 601.5781Q563.2656 598.84375 564.7969 597.5156Q566.0625 596.4219 567.8906 596.4219Q569.9219 596.4219 571.21094 597.7578Q572.5 599.09375 572.5 601.4375Q572.5 603.34375 571.9297 604.4297Q571.3594 605.5156 570.27344 606.1172Q569.1875 606.71875 567.8906 606.71875Q565.8281 606.71875 564.5469 605.3906Q563.2656 604.0625 563.2656 601.5781ZM564.9844 601.5781Q564.9844 603.46875 565.8125 604.40625Q566.6406 605.34375 567.8906 605.34375Q569.1406 605.34375 569.96094 604.39844Q570.78125 603.4531 570.78125 601.5156Q570.78125 599.6875 569.9531 598.75Q569.125 597.8125 567.8906 597.8125Q566.6406 597.8125 565.8125 598.75Q564.9844 599.6875 564.9844 601.5781ZM574.2656 606.5L574.2656 596.6406L575.7656 596.6406L575.7656 598.1406Q576.34375 597.09375 576.8281 596.7578Q577.3125 596.4219 577.90625 596.4219Q578.75 596.4219 579.625 596.96875L579.0469 598.5156Q578.4375 598.15625 577.8125 598.15625Q577.2656 598.15625 576.83594 598.4844Q576.40625 598.8125 576.21875 599.3906Q575.9375 600.28125 575.9375 601.34375L575.9375 606.5L574.2656 606.5ZM580.5 606.5L580.5 592.90625L582.1719 592.90625L582.1719 600.65625L586.125 596.6406L588.28125 596.6406L584.5156 600.2969L588.65625 606.5L586.59375 606.5L583.34375 601.46875L582.1719 602.59375L582.1719 606.5L580.5 606.5ZM589.1406 603.5625L590.7969 603.2969Q590.9375 604.2969 591.5703 604.8203Q592.2031 605.34375 593.34375 605.34375Q594.5 605.34375 595.0547 604.875Q595.6094 604.40625 595.6094 603.78125Q595.6094 603.21875 595.125 602.8906Q594.78125 602.6719 593.4219 602.3281Q591.5781 601.8594 590.8672 601.52344Q590.15625 601.1875 589.78906 600.58594Q589.4219 599.9844 589.4219 599.2656Q589.4219 598.6094 589.72656 598.0469Q590.03125 597.4844 590.5469 597.1094Q590.9375 596.8281 591.6094 596.625Q592.28125 596.4219 593.0469 596.4219Q594.21875 596.4219 595.09375 596.7578Q595.96875 597.09375 596.3828 597.66406Q596.7969 598.2344 596.9531 599.1875L595.3281 599.40625Q595.21875 598.65625 594.6797 598.22656Q594.1406 597.7969 593.1719 597.7969Q592.0156 597.7969 591.53125 598.1797Q591.0469 598.5625 591.0469 599.0625Q591.0469 599.3906 591.25 599.65625Q591.4531 599.9219 591.8906 600.09375Q592.1406 600.1875 593.3594 600.53125Q595.125 601.0 595.8281 601.2969Q596.53125 601.59375 596.9297 602.1719Q597.3281 602.75 597.3281 603.6094Q597.3281 604.4375 596.84375 605.1797Q596.3594 605.9219 595.4375 606.3203Q594.5156 606.71875 593.3594 606.71875Q591.4375 606.71875 590.4297 605.9219Q589.4219 605.125 589.1406 603.5625ZM603.7031 601.5781Q603.7031 598.84375 605.2344 597.5156Q606.5 596.4219 608.3281 596.4219Q610.3594 596.4219 611.64844 597.7578Q612.9375 599.09375 612.9375 601.4375Q612.9375 603.34375 612.3672 604.4297Q611.7969 605.5156 610.71094 606.1172Q609.625 606.71875 608.3281 606.71875Q606.2656 606.71875 604.9844 605.3906Q603.7031 604.0625 603.7031 601.5781ZM605.4219 601.5781Q605.4219 603.46875 606.25 604.40625Q607.0781 605.34375 608.3281 605.34375Q609.5781 605.34375 610.39844 604.39844Q611.21875 603.4531 611.21875 601.5156Q611.21875 599.6875 610.3906 598.75Q609.5625 597.8125 608.3281 597.8125Q607.0781 597.8125 606.25 598.75Q605.4219 599.6875 605.4219 601.5781ZM615.1094 606.5L615.1094 597.9531L613.625 597.9531L613.625 596.6406L615.1094 596.6406L615.1094 595.59375Q615.1094 594.6094 615.28125 594.125Q615.5156 593.46875 616.125 593.0703Q616.7344 592.6719 617.8281 592.6719Q618.53125 592.6719 619.3906 592.8281L619.1406 594.2969Q618.625 594.2031 618.15625 594.2031Q617.3906 594.2031 617.0781 594.52344Q616.7656 594.84375 616.7656 595.7344L616.7656 596.6406L618.6875 596.6406L618.6875 597.9531L616.7656 597.9531L616.7656 606.5L615.1094 606.5ZM625.0625 610.28125L625.0625 596.6406L626.59375 596.6406L626.59375 597.9219Q627.125 597.1719 627.8047 596.7969Q628.4844 596.4219 629.4375 596.4219Q630.7031 596.4219 631.6719 597.0703Q632.6406 597.71875 633.1328 598.90625Q633.625 600.09375 633.625 601.5Q633.625 603.0156 633.0781 604.22656Q632.53125 605.4375 631.5 606.0781Q630.46875 606.71875 629.3281 606.71875Q628.4844 606.71875 627.8203 606.3672Q627.15625 606.0156 626.7344 605.4844L626.7344 610.28125L625.0625 610.28125ZM626.5781 601.625Q626.5781 603.53125 627.35156 604.4375Q628.125 605.34375 629.21875 605.34375Q630.3281 605.34375 631.1172 604.40625Q631.90625 603.46875 631.90625 601.4844Q631.90625 599.6094 631.1328 598.6719Q630.3594 597.7344 629.28125 597.7344Q628.21875 597.7344 627.39844 598.7344Q626.5781 599.7344 626.5781 601.625ZM642.1875 603.3281L643.90625 603.5469Q643.5 605.0469 642.39844 605.8828Q641.2969 606.71875 639.5781 606.71875Q637.4219 606.71875 636.15625 605.3906Q634.8906 604.0625 634.8906 601.65625Q634.8906 599.1719 636.16406 597.7969Q637.4375 596.4219 639.4844 596.4219Q641.46875 596.4219 642.71875 597.7656Q643.96875 599.1094 643.96875 601.5625Q643.96875 601.7031 643.9531 602.0L636.6094 602.0Q636.7031 603.625 637.53125 604.4844Q638.3594 605.34375 639.59375 605.34375Q640.5 605.34375 641.14844 604.8672Q641.7969 604.3906 642.1875 603.3281ZM636.7031 600.625L642.2031 600.625Q642.09375 599.3906 641.5781 598.7656Q640.78125 597.7969 639.5 597.7969Q638.3594 597.7969 637.5703 598.5703Q636.78125 599.34375 636.7031 600.625ZM645.1875 601.5781Q645.1875 598.84375 646.71875 597.5156Q647.9844 596.4219 649.8125 596.4219Q651.84375 596.4219 653.1328 597.7578Q654.4219 599.09375 654.4219 601.4375Q654.4219 603.34375 653.85156 604.4297Q653.28125 605.5156 652.1953 606.1172Q651.1094 606.71875 649.8125 606.71875Q647.75 606.71875 646.46875 605.3906Q645.1875 604.0625 645.1875 601.5781ZM646.90625 601.5781Q646.90625 603.46875 647.7344 604.40625Q648.5625 605.34375 649.8125 605.34375Q651.0625 605.34375 651.8828 604.39844Q652.7031 603.4531 652.7031 601.5156Q652.7031 599.6875 651.875 598.75Q651.0469 597.8125 649.8125 597.8125Q648.5625 597.8125 647.7344 598.75Q646.90625 599.6875 646.90625 601.5781ZM656.1875 610.28125L656.1875 596.6406L657.71875 596.6406L657.71875 597.9219Q658.25 597.1719 658.9297 596.7969Q659.6094 596.4219 660.5625 596.4219Q661.8281 596.4219 662.7969 597.0703Q663.7656 597.71875 664.2578 598.90625Q664.75 600.09375 664.75 601.5Q664.75 603.0156 664.2031 604.22656Q663.65625 605.4375 662.625 606.0781Q661.59375 606.71875 660.4531 606.71875Q659.6094 606.71875 658.9453 606.3672Q658.28125 606.0156 657.8594 605.4844L657.8594 610.28125L656.1875 610.28125ZM657.7031 601.625Q657.7031 603.53125 658.47656 604.4375Q659.25 605.34375 660.34375 605.34375Q661.4531 605.34375 662.2422 604.40625Q663.03125 603.46875 663.03125 601.4844Q663.03125 599.6094 662.2578 598.6719Q661.4844 597.7344 660.40625 597.7344Q659.34375 597.7344 658.52344 598.7344Q657.7031 599.7344 657.7031 601.625ZM666.5469 606.5L666.5469 592.90625L668.21875 592.90625L668.21875 606.5L666.5469 606.5ZM677.46875 603.3281L679.1875 603.5469Q678.78125 605.0469 677.6797 605.8828Q676.5781 606.71875 674.8594 606.71875Q672.7031 606.71875 671.4375 605.3906Q670.1719 604.0625 670.1719 601.65625Q670.1719 599.1719 671.4453 597.7969Q672.71875 596.4219 674.7656 596.4219Q676.75 596.4219 678.0 597.7656Q679.25 599.1094 679.25 601.5625Q679.25 601.7031 679.2344 602.0L671.8906 602.0Q671.9844 603.625 672.8125 604.4844Q673.6406 605.34375 674.875 605.34375Q675.78125 605.34375 676.4297 604.8672Q677.0781 604.3906 677.46875 603.3281ZM671.9844 600.625L677.4844 600.625Q677.375 599.3906 676.8594 598.7656Q676.0625 597.7969 674.78125 597.7969Q673.6406 597.7969 672.85156 598.5703Q672.0625 599.34375 671.9844 600.625Z" fill-rule="nonzero" fill="#000000"></path><path d="M600.0 344.0L600.0 308.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M603.30347 308.0L600.0 298.9238L596.69653 308.0Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M504.0 368.0L468.0 368.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M468.0 364.69653L458.9238 368.0L468.0 371.30347Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M696.0 368.0L732.0 368.0" fill-rule="evenodd" stroke="#073763" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M732.0 371.30347L741.0762 368.0L732.0 364.69653Z" fill-rule="evenodd" fill="#073763" stroke="#073763" stroke-width="2.0" stroke-linecap="butt"></path><path d="M528.0 248.0L672.0 248.0L672.0 296.0L528.0 296.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M564.0 273.73438L565.7969 274.1875Q565.2344 276.40625 563.7656 277.5703Q562.2969 278.73438 560.1719 278.73438Q557.96875 278.73438 556.59375 277.83594Q555.21875 276.9375 554.5 275.2422Q553.78125 273.54688 553.78125 271.59375Q553.78125 269.46875 554.58594 267.89062Q555.3906 266.3125 556.8906 265.4922Q558.3906 264.67188 560.1875 264.67188Q562.2344 264.67188 563.625 265.71094Q565.0156 266.75 565.5625 268.625L563.7969 269.04688Q563.3281 267.5625 562.4219 266.8828Q561.5156 266.20312 560.15625 266.20312Q558.59375 266.20312 557.53906 266.95312Q556.4844 267.70312 556.0547 268.97656Q555.625 270.25 555.625 271.59375Q555.625 273.32812 556.1328 274.6172Q556.6406 275.90625 557.71094 276.54688Q558.78125 277.1875 560.0156 277.1875Q561.53125 277.1875 562.5781 276.3203Q563.625 275.45312 564.0 273.73438ZM566.9219 273.57812Q566.9219 270.84375 568.4531 269.51562Q569.71875 268.42188 571.5469 268.42188Q573.5781 268.42188 574.8672 269.7578Q576.15625 271.09375 576.15625 273.4375Q576.15625 275.34375 575.58594 276.4297Q575.0156 277.51562 573.9297 278.1172Q572.84375 278.71875 571.5469 278.71875Q569.4844 278.71875 568.2031 277.39062Q566.9219 276.0625 566.9219 273.57812ZM568.6406 273.57812Q568.6406 275.46875 569.46875 276.40625Q570.2969 277.34375 571.5469 277.34375Q572.7969 277.34375 573.6172 276.39844Q574.4375 275.45312 574.4375 273.51562Q574.4375 271.6875 573.6094 270.75Q572.78125 269.8125 571.5469 269.8125Q570.2969 269.8125 569.46875 270.75Q568.6406 271.6875 568.6406 273.57812ZM577.9219 278.5L577.9219 268.64062L579.4219 268.64062L579.4219 270.03125Q579.875 269.3125 580.64844 268.8672Q581.4219 268.42188 582.40625 268.42188Q583.5 268.42188 584.2031 268.875Q584.90625 269.32812 585.1875 270.15625Q586.3594 268.42188 588.2344 268.42188Q589.7031 268.42188 590.4922 269.23438Q591.28125 270.04688 591.28125 271.73438L591.28125 278.5L589.6094 278.5L589.6094 272.29688Q589.6094 271.29688 589.4531 270.85156Q589.2969 270.40625 588.8672 270.14062Q588.4375 269.875 587.8594 269.875Q586.8281 269.875 586.1406 270.5625Q585.4531 271.25 585.4531 272.78125L585.4531 278.5L583.78125 278.5L583.78125 272.09375Q583.78125 270.98438 583.375 270.4297Q582.96875 269.875 582.03125 269.875Q581.3281 269.875 580.72656 270.2422Q580.125 270.60938 579.8594 271.32812Q579.59375 272.04688 579.59375 273.39062L579.59375 278.5L577.9219 278.5ZM593.46875 278.5L593.46875 268.64062L594.96875 268.64062L594.96875 270.03125Q595.4219 269.3125 596.1953 268.8672Q596.96875 268.42188 597.9531 268.42188Q599.0469 268.42188 599.75 268.875Q600.4531 269.32812 600.7344 270.15625Q601.90625 268.42188 603.78125 268.42188Q605.25 268.42188 606.03906 269.23438Q606.8281 270.04688 606.8281 271.73438L606.8281 278.5L605.15625 278.5L605.15625 272.29688Q605.15625 271.29688 605.0 270.85156Q604.84375 270.40625 604.41406 270.14062Q603.9844 269.875 603.40625 269.875Q602.375 269.875 601.6875 270.5625Q601.0 271.25 601.0 272.78125L601.0 278.5L599.3281 278.5L599.3281 272.09375Q599.3281 270.98438 598.9219 270.4297Q598.5156 269.875 597.5781 269.875Q596.875 269.875 596.27344 270.2422Q595.6719 270.60938 595.40625 271.32812Q595.1406 272.04688 595.1406 273.39062L595.1406 278.5L593.46875 278.5ZM615.4531 278.5L615.4531 277.04688Q614.3125 278.71875 612.3281 278.71875Q611.46875 278.71875 610.71094 278.3828Q609.9531 278.04688 609.58594 277.54688Q609.21875 277.04688 609.0625 276.3125Q608.96875 275.8125 608.96875 274.75L608.96875 268.64062L610.6406 268.64062L610.6406 274.10938Q610.6406 275.42188 610.7344 275.875Q610.8906 276.53125 611.40625 276.90625Q611.9219 277.28125 612.6719 277.28125Q613.4219 277.28125 614.0781 276.89844Q614.7344 276.51562 615.0078 275.85156Q615.28125 275.1875 615.28125 273.92188L615.28125 268.64062L616.9531 268.64062L616.9531 278.5L615.4531 278.5ZM619.375 278.5L619.375 268.64062L620.875 268.64062L620.875 270.04688Q621.96875 268.42188 624.0156 268.42188Q624.90625 268.42188 625.65625 268.7422Q626.40625 269.0625 626.77344 269.58594Q627.1406 270.10938 627.2969 270.8125Q627.3906 271.28125 627.3906 272.4375L627.3906 278.5L625.71875 278.5L625.71875 272.5Q625.71875 271.48438 625.52344 270.97656Q625.3281 270.46875 624.8281 270.17188Q624.3281 269.875 623.65625 269.875Q622.59375 269.875 621.8203 270.54688Q621.0469 271.21875 621.0469 273.125L621.0469 278.5L619.375 278.5ZM629.7656 266.8125L629.7656 264.90625L631.4375 264.90625L631.4375 266.8125L629.7656 266.8125ZM629.7656 278.5L629.7656 268.64062L631.4375 268.64062L631.4375 278.5L629.7656 278.5ZM637.5625 277.0L637.7969 278.48438Q637.09375 278.625 636.53125 278.625Q635.625 278.625 635.125 278.33594Q634.625 278.04688 634.4219 277.58594Q634.21875 277.125 634.21875 275.60938L634.21875 269.95312L632.9844 269.95312L632.9844 268.64062L634.21875 268.64062L634.21875 266.20312L635.875 265.20312L635.875 268.64062L637.5625 268.64062L637.5625 269.95312L635.875 269.95312L635.875 275.70312Q635.875 276.42188 635.96094 276.625Q636.0469 276.82812 636.25 276.95312Q636.4531 277.07812 636.8281 277.07812Q637.09375 277.07812 637.5625 277.0ZM639.0 282.29688L638.8281 280.73438Q639.375 280.875 639.78125 280.875Q640.3281 280.875 640.66406 280.6875Q641.0 280.5 641.21875 280.17188Q641.375 279.92188 641.71875 278.92188Q641.7656 278.78125 641.875 278.51562L638.1406 268.64062L639.9375 268.64062L641.9844 274.35938Q642.3906 275.4375 642.7031 276.64062Q642.9844 275.48438 643.3906 274.39062L645.4844 268.64062L647.15625 268.64062L643.40625 278.67188Q642.8125 280.29688 642.46875 280.90625Q642.03125 281.73438 641.4531 282.1172Q640.875 282.5 640.0781 282.5Q639.59375 282.5 639.0 282.29688Z" fill-rule="nonzero" fill="#000000"></path><path d="M744.0 344.0L888.0 344.0L888.0 392.0L744.0 392.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M798.0781 374.5L794.46875 360.90625L796.3125 360.90625L798.375 369.8125Q798.71875 371.21875 798.9531 372.59375Q799.46875 370.42188 799.5625 370.07812L802.15625 360.90625L804.3281 360.90625L806.28125 367.78125Q807.0156 370.34375 807.3281 372.59375Q807.59375 371.3125 808.0156 369.64062L810.1406 360.90625L811.9531 360.90625L808.21875 374.5L806.4844 374.5L803.625 364.14062Q803.2656 362.84375 803.2031 362.54688Q802.9844 363.48438 802.7969 364.14062L799.90625 374.5L798.0781 374.5ZM812.46875 369.57812Q812.46875 366.84375 814.0 365.51562Q815.2656 364.42188 817.09375 364.42188Q819.125 364.42188 820.41406 365.7578Q821.7031 367.09375 821.7031 369.4375Q821.7031 371.34375 821.1328 372.4297Q820.5625 373.51562 819.47656 374.1172Q818.3906 374.71875 817.09375 374.71875Q815.03125 374.71875 813.75 373.39062Q812.46875 372.0625 812.46875 369.57812ZM814.1875 369.57812Q814.1875 371.46875 815.0156 372.40625Q815.84375 373.34375 817.09375 373.34375Q818.34375 373.34375 819.16406 372.39844Q819.9844 371.45312 819.9844 369.51562Q819.9844 367.6875 819.15625 366.75Q818.3281 365.8125 817.09375 365.8125Q815.84375 365.8125 815.0156 366.75Q814.1875 367.6875 814.1875 369.57812ZM823.4531 374.5L823.4531 364.64062L824.9531 364.64062L824.9531 366.14062Q825.53125 365.09375 826.0156 364.7578Q826.5 364.42188 827.09375 364.42188Q827.9375 364.42188 828.8125 364.96875L828.2344 366.51562Q827.625 366.15625 827.0 366.15625Q826.4531 366.15625 826.02344 366.48438Q825.59375 366.8125 825.40625 367.39062Q825.125 368.28125 825.125 369.34375L825.125 374.5L823.4531 374.5ZM829.6875 374.5L829.6875 360.90625L831.3594 360.90625L831.3594 368.65625L835.3125 364.64062L837.46875 364.64062L833.7031 368.29688L837.84375 374.5L835.78125 374.5L832.53125 369.46875L831.3594 370.59375L831.3594 374.5L829.6875 374.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M312.0 344.0L456.0 344.0L456.0 392.0L312.0 392.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M362.125 374.5L362.125 360.90625L367.25 360.90625Q368.60938 360.90625 369.32812 361.03125Q370.32812 361.20312 371.0 361.67188Q371.67188 362.14062 372.08594 362.98438Q372.5 363.82812 372.5 364.82812Q372.5 366.5625 371.39844 367.76562Q370.29688 368.96875 367.40625 368.96875L363.92188 368.96875L363.92188 374.5L362.125 374.5ZM363.92188 367.35938L367.4375 367.35938Q369.1875 367.35938 369.91406 366.71094Q370.64062 366.0625 370.64062 364.89062Q370.64062 364.03125 370.21094 363.42188Q369.78125 362.8125 369.07812 362.625Q368.625 362.5 367.40625 362.5L363.92188 362.5L363.92188 367.35938ZM374.32812 374.5L374.32812 360.90625L376.0 360.90625L376.0 374.5L374.32812 374.5ZM384.9375 373.28125Q384.0 374.07812 383.14062 374.39844Q382.28125 374.71875 381.29688 374.71875Q379.6875 374.71875 378.8125 373.9297Q377.9375 373.14062 377.9375 371.90625Q377.9375 371.17188 378.26562 370.57812Q378.59375 369.98438 379.125 369.625Q379.65625 369.26562 380.32812 369.07812Q380.82812 368.9375 381.8125 368.82812Q383.84375 368.57812 384.79688 368.25Q384.79688 367.90625 384.79688 367.8125Q384.79688 366.79688 384.32812 366.375Q383.6875 365.8125 382.42188 365.8125Q381.25 365.8125 380.6875 366.21875Q380.125 366.625 379.85938 367.6875L378.21875 367.45312Q378.45312 366.40625 378.96094 365.76562Q379.46875 365.125 380.4297 364.77344Q381.39062 364.42188 382.67188 364.42188Q383.9375 364.42188 384.71875 364.71875Q385.5 365.01562 385.875 365.46875Q386.25 365.92188 386.39062 366.60938Q386.48438 367.03125 386.48438 368.14062L386.48438 370.375Q386.48438 372.70312 386.58594 373.3203Q386.6875 373.9375 387.01562 374.5L385.26562 374.5Q385.0 373.98438 384.9375 373.28125ZM384.79688 369.5625Q383.89062 369.92188 382.0625 370.1875Q381.03125 370.32812 380.60938 370.51562Q380.1875 370.70312 379.95312 371.0625Q379.71875 371.42188 379.71875 371.85938Q379.71875 372.53125 380.22656 372.97656Q380.73438 373.42188 381.70312 373.42188Q382.67188 373.42188 383.42188 372.9922Q384.17188 372.5625 384.53125 371.84375Q384.79688 371.26562 384.79688 370.17188L384.79688 369.5625ZM388.875 374.5L388.875 364.64062L390.375 364.64062L390.375 366.04688Q391.46875 364.42188 393.51562 364.42188Q394.40625 364.42188 395.15625 364.7422Q395.90625 365.0625 396.27344 365.58594Q396.64062 366.10938 396.79688 366.8125Q396.89062 367.28125 396.89062 368.4375L396.89062 374.5L395.21875 374.5L395.21875 368.5Q395.21875 367.48438 395.02344 366.97656Q394.82812 366.46875 394.32812 366.17188Q393.82812 365.875 393.15625 365.875Q392.09375 365.875 391.3203 366.54688Q390.54688 367.21875 390.54688 369.125L390.54688 374.5L388.875 374.5ZM398.57812 371.5625L400.23438 371.29688Q400.375 372.29688 401.0078 372.8203Q401.64062 373.34375 402.78125 373.34375Q403.9375 373.34375 404.4922 372.875Q405.04688 372.40625 405.04688 371.78125Q405.04688 371.21875 404.5625 370.89062Q404.21875 370.67188 402.85938 370.32812Q401.01562 369.85938 400.3047 369.52344Q399.59375 369.1875 399.22656 368.58594Q398.85938 367.98438 398.85938 367.26562Q398.85938 366.60938 399.16406 366.04688Q399.46875 365.48438 399.98438 365.10938Q400.375 364.82812 401.04688 364.625Q401.71875 364.42188 402.48438 364.42188Q403.65625 364.42188 404.53125 364.7578Q405.40625 365.09375 405.8203 365.66406Q406.23438 366.23438 406.39062 367.1875L404.76562 367.40625Q404.65625 366.65625 404.1172 366.22656Q403.57812 365.79688 402.60938 365.79688Q401.45312 365.79688 400.96875 366.1797Q400.48438 366.5625 400.48438 367.0625Q400.48438 367.39062 400.6875 367.65625Q400.89062 367.92188 401.32812 368.09375Q401.57812 368.1875 402.79688 368.53125Q404.5625 369.0 405.26562 369.29688Q405.96875 369.59375 406.3672 370.17188Q406.76562 370.75 406.76562 371.60938Q406.76562 372.4375 406.28125 373.1797Q405.79688 373.92188 404.875 374.3203Q403.95312 374.71875 402.79688 374.71875Q400.875 374.71875 399.8672 373.92188Q398.85938 373.125 398.57812 371.5625Z" fill-rule="nonzero" fill="#000000"></path><path d="M917.09375 336.28125L917.09375 322.64062L918.625 322.64062L918.625 323.92188Q919.15625 323.17188 919.83594 322.79688Q920.5156 322.42188 921.46875 322.42188Q922.7344 322.42188 923.7031 323.0703Q924.6719 323.71875 925.16406 324.90625Q925.65625 326.09375 925.65625 327.5Q925.65625 329.01562 925.1094 330.22656Q924.5625 331.4375 923.53125 332.07812Q922.5 332.71875 921.3594 332.71875Q920.5156 332.71875 919.85156 332.3672Q919.1875 332.01562 918.7656 331.48438L918.7656 336.28125L917.09375 336.28125ZM918.6094 327.625Q918.6094 329.53125 919.3828 330.4375Q920.15625 331.34375 921.25 331.34375Q922.3594 331.34375 923.14844 330.40625Q923.9375 329.46875 923.9375 327.48438Q923.9375 325.60938 923.16406 324.67188Q922.3906 323.73438 921.3125 323.73438Q920.25 323.73438 919.4297 324.73438Q918.6094 325.73438 918.6094 327.625ZM933.9219 332.5L933.9219 331.04688Q932.78125 332.71875 930.7969 332.71875Q929.9375 332.71875 929.1797 332.3828Q928.4219 332.04688 928.0547 331.54688Q927.6875 331.04688 927.53125 330.3125Q927.4375 329.8125 927.4375 328.75L927.4375 322.64062L929.1094 322.64062L929.1094 328.10938Q929.1094 329.42188 929.2031 329.875Q929.3594 330.53125 929.875 330.90625Q930.3906 331.28125 931.1406 331.28125Q931.8906 331.28125 932.5469 330.89844Q933.2031 330.51562 933.47656 329.85156Q933.75 329.1875 933.75 327.92188L933.75 322.64062L935.4219 322.64062L935.4219 332.5L933.9219 332.5ZM939.3906 332.5L937.84375 332.5L937.84375 318.90625L939.5 318.90625L939.5 323.75Q940.5625 322.42188 942.2031 322.42188Q943.1094 322.42188 943.9219 322.78906Q944.7344 323.15625 945.2578 323.8203Q945.78125 324.48438 946.0781 325.42188Q946.375 326.35938 946.375 327.42188Q946.375 329.95312 945.125 331.33594Q943.875 332.71875 942.125 332.71875Q940.375 332.71875 939.3906 331.26562L939.3906 332.5ZM939.375 327.5Q939.375 329.26562 939.84375 330.0625Q940.6406 331.34375 941.9844 331.34375Q943.0781 331.34375 943.875 330.39844Q944.6719 329.45312 944.6719 327.5625Q944.6719 325.64062 943.90625 324.71875Q943.1406 323.79688 942.0625 323.79688Q940.96875 323.79688 940.1719 324.75Q939.375 325.70312 939.375 327.5ZM948.1875 332.5L948.1875 318.90625L949.8594 318.90625L949.8594 332.5L948.1875 332.5ZM952.375 320.8125L952.375 318.90625L954.0469 318.90625L954.0469 320.8125L952.375 320.8125ZM952.375 332.5L952.375 322.64062L954.0469 322.64062L954.0469 332.5L952.375 332.5ZM955.8281 329.5625L957.4844 329.29688Q957.625 330.29688 958.2578 330.8203Q958.8906 331.34375 960.03125 331.34375Q961.1875 331.34375 961.7422 330.875Q962.2969 330.40625 962.2969 329.78125Q962.2969 329.21875 961.8125 328.89062Q961.46875 328.67188 960.1094 328.32812Q958.2656 327.85938 957.5547 327.52344Q956.84375 327.1875 956.47656 326.58594Q956.1094 325.98438 956.1094 325.26562Q956.1094 324.60938 956.41406 324.04688Q956.71875 323.48438 957.2344 323.10938Q957.625 322.82812 958.2969 322.625Q958.96875 322.42188 959.7344 322.42188Q960.90625 322.42188 961.78125 322.7578Q962.65625 323.09375 963.0703 323.66406Q963.4844 324.23438 963.6406 325.1875L962.0156 325.40625Q961.90625 324.65625 961.3672 324.22656Q960.8281 323.79688 959.8594 323.79688Q958.7031 323.79688 958.21875 324.1797Q957.7344 324.5625 957.7344 325.0625Q957.7344 325.39062 957.9375 325.65625Q958.1406 325.92188 958.5781 326.09375Q958.8281 326.1875 960.0469 326.53125Q961.8125 327.0 962.5156 327.29688Q963.21875 327.59375 963.6172 328.17188Q964.0156 328.75 964.0156 329.60938Q964.0156 330.4375 963.53125 331.1797Q963.0469 331.92188 962.125 332.3203Q961.2031 332.71875 960.0469 332.71875Q958.125 332.71875 957.1172 331.92188Q956.1094 331.125 955.8281 329.5625ZM965.8281 332.5L965.8281 318.90625L967.5 318.90625L967.5 323.78125Q968.6719 322.42188 970.4531 322.42188Q971.5469 322.42188 972.35156 322.85156Q973.15625 323.28125 973.5078 324.04688Q973.8594 324.8125 973.8594 326.25L973.8594 332.5L972.1875 332.5L972.1875 326.25Q972.1875 325.0 971.6406 324.4297Q971.09375 323.85938 970.1094 323.85938Q969.3594 323.85938 968.71094 324.2422Q968.0625 324.625 967.78125 325.28906Q967.5 325.95312 967.5 327.10938L967.5 332.5L965.8281 332.5ZM976.6406 332.5L976.6406 330.59375L978.5469 330.59375L978.5469 332.5Q978.5469 333.54688 978.1719 334.1953Q977.7969 334.84375 977.0 335.1875L976.53125 334.46875Q977.0625 334.25 977.3125 333.79688Q977.5625 333.34375 977.59375 332.5L976.6406 332.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M919.6875 353.5L919.6875 343.64062L921.1875 343.64062L921.1875 345.14062Q921.7656 344.09375 922.25 343.7578Q922.7344 343.42188 923.3281 343.42188Q924.1719 343.42188 925.0469 343.96875L924.46875 345.51562Q923.8594 345.15625 923.2344 345.15625Q922.6875 345.15625 922.2578 345.48438Q921.8281 345.8125 921.6406 346.39062Q921.3594 347.28125 921.3594 348.34375L921.3594 353.5L919.6875 353.5ZM932.65625 350.32812L934.375 350.54688Q933.96875 352.04688 932.8672 352.8828Q931.7656 353.71875 930.0469 353.71875Q927.8906 353.71875 926.625 352.39062Q925.3594 351.0625 925.3594 348.65625Q925.3594 346.17188 926.6328 344.79688Q927.90625 343.42188 929.9531 343.42188Q931.9375 343.42188 933.1875 344.76562Q934.4375 346.10938 934.4375 348.5625Q934.4375 348.70312 934.4219 349.0L927.0781 349.0Q927.1719 350.625 928.0 351.48438Q928.8281 352.34375 930.0625 352.34375Q930.96875 352.34375 931.6172 351.8672Q932.2656 351.39062 932.65625 350.32812ZM927.1719 347.625L932.6719 347.625Q932.5625 346.39062 932.0469 345.76562Q931.25 344.79688 929.96875 344.79688Q928.8281 344.79688 928.03906 345.5703Q927.25 346.34375 927.1719 347.625ZM939.0156 353.5L935.2656 343.64062L937.03125 343.64062L939.15625 349.54688Q939.5 350.5 939.78125 351.53125Q940.0 350.75 940.40625 349.65625L942.59375 343.64062L944.3125 343.64062L940.5781 353.5L939.0156 353.5ZM945.625 341.8125L945.625 339.90625L947.2969 339.90625L947.2969 341.8125L945.625 341.8125ZM945.625 353.5L945.625 343.64062L947.2969 343.64062L947.2969 353.5L945.625 353.5ZM956.5 350.32812L958.21875 350.54688Q957.8125 352.04688 956.71094 352.8828Q955.6094 353.71875 953.8906 353.71875Q951.7344 353.71875 950.46875 352.39062Q949.2031 351.0625 949.2031 348.65625Q949.2031 346.17188 950.47656 344.79688Q951.75 343.42188 953.7969 343.42188Q955.78125 343.42188 957.03125 344.76562Q958.28125 346.10938 958.28125 348.5625Q958.28125 348.70312 958.2656 349.0L950.9219 349.0Q951.0156 350.625 951.84375 351.48438Q952.6719 352.34375 953.90625 352.34375Q954.8125 352.34375 955.46094 351.8672Q956.1094 351.39062 956.5 350.32812ZM951.0156 347.625L956.5156 347.625Q956.40625 346.39062 955.8906 345.76562Q955.09375 344.79688 953.8125 344.79688Q952.6719 344.79688 951.8828 345.5703Q951.09375 346.34375 951.0156 347.625ZM961.9531 353.5L958.9375 343.64062L960.65625 343.64062L962.21875 349.32812L962.8125 351.45312Q962.84375 351.29688 963.3125 349.42188L964.8906 343.64062L966.6094 343.64062L968.0781 349.35938L968.5625 351.25L969.1406 349.34375L970.8281 343.64062L972.4531 343.64062L969.375 353.5L967.6406 353.5L966.0625 347.59375L965.6875 345.92188L963.6875 353.5L961.9531 353.5ZM974.0469 353.5L974.0469 351.59375L975.9531 351.59375L975.9531 353.5Q975.9531 354.54688 975.5781 355.1953Q975.2031 355.84375 974.40625 356.1875L973.9375 355.46875Q974.46875 355.25 974.71875 354.79688Q974.96875 354.34375 975.0 353.5L974.0469 353.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M920.2031 374.5L920.2031 364.64062L921.7031 364.64062L921.7031 366.03125Q922.15625 365.3125 922.9297 364.8672Q923.7031 364.42188 924.6875 364.42188Q925.78125 364.42188 926.4844 364.875Q927.1875 365.32812 927.46875 366.15625Q928.6406 364.42188 930.5156 364.42188Q931.9844 364.42188 932.77344 365.23438Q933.5625 366.04688 933.5625 367.73438L933.5625 374.5L931.8906 374.5L931.8906 368.29688Q931.8906 367.29688 931.7344 366.85156Q931.5781 366.40625 931.14844 366.14062Q930.71875 365.875 930.1406 365.875Q929.1094 365.875 928.4219 366.5625Q927.7344 367.25 927.7344 368.78125L927.7344 374.5L926.0625 374.5L926.0625 368.09375Q926.0625 366.98438 925.65625 366.4297Q925.25 365.875 924.3125 365.875Q923.6094 365.875 923.0078 366.2422Q922.40625 366.60938 922.1406 367.32812Q921.875 368.04688 921.875 369.39062L921.875 374.5L920.2031 374.5ZM942.5 371.32812L944.21875 371.54688Q943.8125 373.04688 942.71094 373.8828Q941.6094 374.71875 939.8906 374.71875Q937.7344 374.71875 936.46875 373.39062Q935.2031 372.0625 935.2031 369.65625Q935.2031 367.17188 936.47656 365.79688Q937.75 364.42188 939.7969 364.42188Q941.78125 364.42188 943.03125 365.76562Q944.28125 367.10938 944.28125 369.5625Q944.28125 369.70312 944.2656 370.0L936.9219 370.0Q937.0156 371.625 937.84375 372.48438Q938.6719 373.34375 939.90625 373.34375Q940.8125 373.34375 941.46094 372.8672Q942.1094 372.39062 942.5 371.32812ZM937.0156 368.625L942.5156 368.625Q942.40625 367.39062 941.8906 366.76562Q941.09375 365.79688 939.8125 365.79688Q938.6719 365.79688 937.8828 366.5703Q937.09375 367.34375 937.0156 368.625ZM946.1094 374.5L946.1094 364.64062L947.6094 364.64062L947.6094 366.14062Q948.1875 365.09375 948.6719 364.7578Q949.15625 364.42188 949.75 364.42188Q950.59375 364.42188 951.46875 364.96875L950.8906 366.51562Q950.28125 366.15625 949.65625 366.15625Q949.1094 366.15625 948.6797 366.48438Q948.25 366.8125 948.0625 367.39062Q947.78125 368.28125 947.78125 369.34375L947.78125 374.5L946.1094 374.5ZM952.0469 375.3125L953.65625 375.5625Q953.7656 376.3125 954.2344 376.65625Q954.84375 377.10938 955.9219 377.10938Q957.09375 377.10938 957.71875 376.64844Q958.34375 376.1875 958.5781 375.35938Q958.7031 374.84375 958.6875 373.20312Q957.59375 374.5 955.96875 374.5Q953.9375 374.5 952.8203 373.03125Q951.7031 371.5625 951.7031 369.51562Q951.7031 368.10938 952.21875 366.91406Q952.7344 365.71875 953.7031 365.0703Q954.6719 364.42188 955.96875 364.42188Q957.71875 364.42188 958.84375 365.82812L958.84375 364.64062L960.3906 364.64062L960.3906 373.15625Q960.3906 375.46875 959.9219 376.4297Q959.4531 377.39062 958.4375 377.9453Q957.4219 378.5 955.9375 378.5Q954.1719 378.5 953.08594 377.70312Q952.0 376.90625 952.0469 375.3125ZM953.4219 369.39062Q953.4219 371.34375 954.1953 372.23438Q954.96875 373.125 956.125 373.125Q957.2656 373.125 958.0469 372.23438Q958.8281 371.34375 958.8281 369.45312Q958.8281 367.64062 958.02344 366.72656Q957.21875 365.8125 956.09375 365.8125Q954.9844 365.8125 954.2031 366.71094Q953.4219 367.60938 953.4219 369.39062ZM969.46875 371.32812L971.1875 371.54688Q970.78125 373.04688 969.6797 373.8828Q968.5781 374.71875 966.8594 374.71875Q964.7031 374.71875 963.4375 373.39062Q962.1719 372.0625 962.1719 369.65625Q962.1719 367.17188 963.4453 365.79688Q964.71875 364.42188 966.7656 364.42188Q968.75 364.42188 970.0 365.76562Q971.25 367.10938 971.25 369.5625Q971.25 369.70312 971.2344 370.0L963.8906 370.0Q963.9844 371.625 964.8125 372.48438Q965.6406 373.34375 966.875 373.34375Q967.78125 373.34375 968.4297 372.8672Q969.0781 372.39062 969.46875 371.32812ZM963.9844 368.625L969.4844 368.625Q969.375 367.39062 968.8594 366.76562Q968.0625 365.79688 966.78125 365.79688Q965.6406 365.79688 964.85156 366.5703Q964.0625 367.34375 963.9844 368.625ZM973.53125 374.5L973.53125 372.59375L975.4375 372.59375L975.4375 374.5Q975.4375 375.54688 975.0625 376.1953Q974.6875 376.84375 973.8906 377.1875L973.4219 376.46875Q973.9531 376.25 974.2031 375.79688Q974.4531 375.34375 974.4844 374.5L973.53125 374.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M928.4844 395.5L926.9375 395.5L926.9375 381.90625L928.59375 381.90625L928.59375 386.75Q929.65625 385.42188 931.2969 385.42188Q932.2031 385.42188 933.0156 385.78906Q933.8281 386.15625 934.35156 386.8203Q934.875 387.48438 935.1719 388.42188Q935.46875 389.35938 935.46875 390.42188Q935.46875 392.95312 934.21875 394.33594Q932.96875 395.71875 931.21875 395.71875Q929.46875 395.71875 928.4844 394.26562L928.4844 395.5ZM928.46875 390.5Q928.46875 392.26562 928.9375 393.0625Q929.7344 394.34375 931.0781 394.34375Q932.1719 394.34375 932.96875 393.39844Q933.7656 392.45312 933.7656 390.5625Q933.7656 388.64062 933.0 387.71875Q932.2344 386.79688 931.15625 386.79688Q930.0625 386.79688 929.2656 387.75Q928.46875 388.70312 928.46875 390.5ZM943.7656 395.5L943.7656 394.04688Q942.625 395.71875 940.6406 395.71875Q939.78125 395.71875 939.02344 395.3828Q938.2656 395.04688 937.89844 394.54688Q937.53125 394.04688 937.375 393.3125Q937.28125 392.8125 937.28125 391.75L937.28125 385.64062L938.9531 385.64062L938.9531 391.10938Q938.9531 392.42188 939.0469 392.875Q939.2031 393.53125 939.71875 393.90625Q940.2344 394.28125 940.9844 394.28125Q941.7344 394.28125 942.3906 393.89844Q943.0469 393.51562 943.3203 392.85156Q943.59375 392.1875 943.59375 390.92188L943.59375 385.64062L945.2656 385.64062L945.2656 395.5L943.7656 395.5ZM947.7031 383.8125L947.7031 381.90625L949.375 381.90625L949.375 383.8125L947.7031 383.8125ZM947.7031 395.5L947.7031 385.64062L949.375 385.64062L949.375 395.5L947.7031 395.5ZM951.8125 395.5L951.8125 381.90625L953.4844 381.90625L953.4844 395.5L951.8125 395.5ZM962.375 395.5L962.375 394.25Q961.4375 395.71875 959.625 395.71875Q958.4531 395.71875 957.46094 395.0703Q956.46875 394.42188 955.9297 393.2578Q955.3906 392.09375 955.3906 390.57812Q955.3906 389.10938 955.8828 387.90625Q956.375 386.70312 957.35156 386.0625Q958.3281 385.42188 959.5469 385.42188Q960.4375 385.42188 961.1328 385.79688Q961.8281 386.17188 962.2656 386.78125L962.2656 381.90625L963.9219 381.90625L963.9219 395.5L962.375 395.5ZM957.09375 390.57812Q957.09375 392.46875 957.89844 393.40625Q958.7031 394.34375 959.78125 394.34375Q960.875 394.34375 961.6406 393.45312Q962.40625 392.5625 962.40625 390.71875Q962.40625 388.70312 961.625 387.7578Q960.84375 386.8125 959.7031 386.8125Q958.59375 386.8125 957.84375 387.71875Q957.09375 388.625 957.09375 390.57812ZM966.7969 395.5L966.7969 393.59375L968.7031 393.59375L968.7031 395.5Q968.7031 396.54688 968.3281 397.1953Q967.9531 397.84375 967.15625 398.1875L966.6875 397.46875Q967.21875 397.25 967.46875 396.79688Q967.71875 396.34375 967.75 395.5L966.7969 395.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M937.8594 415.0L938.09375 416.48438Q937.3906 416.625 936.8281 416.625Q935.9219 416.625 935.4219 416.33594Q934.9219 416.04688 934.71875 415.58594Q934.5156 415.125 934.5156 413.60938L934.5156 407.95312L933.28125 407.95312L933.28125 406.64062L934.5156 406.64062L934.5156 404.20312L936.1719 403.20312L936.1719 406.64062L937.8594 406.64062L937.8594 407.95312L936.1719 407.95312L936.1719 413.70312Q936.1719 414.42188 936.2578 414.625Q936.34375 414.82812 936.5469 414.95312Q936.75 415.07812 937.125 415.07812Q937.3906 415.07812 937.8594 415.0ZM946.1406 413.32812L947.8594 413.54688Q947.4531 415.04688 946.35156 415.8828Q945.25 416.71875 943.53125 416.71875Q941.375 416.71875 940.1094 415.39062Q938.84375 414.0625 938.84375 411.65625Q938.84375 409.17188 940.1172 407.79688Q941.3906 406.42188 943.4375 406.42188Q945.4219 406.42188 946.6719 407.76562Q947.9219 409.10938 947.9219 411.5625Q947.9219 411.70312 947.90625 412.0L940.5625 412.0Q940.65625 413.625 941.4844 414.48438Q942.3125 415.34375 943.5469 415.34375Q944.4531 415.34375 945.10156 414.8672Q945.75 414.39062 946.1406 413.32812ZM940.65625 410.625L946.15625 410.625Q946.0469 409.39062 945.53125 408.76562Q944.7344 407.79688 943.4531 407.79688Q942.3125 407.79688 941.52344 408.5703Q940.7344 409.34375 940.65625 410.625ZM949.09375 413.5625L950.75 413.29688Q950.8906 414.29688 951.52344 414.8203Q952.15625 415.34375 953.2969 415.34375Q954.4531 415.34375 955.0078 414.875Q955.5625 414.40625 955.5625 413.78125Q955.5625 413.21875 955.0781 412.89062Q954.7344 412.67188 953.375 412.32812Q951.53125 411.85938 950.8203 411.52344Q950.1094 411.1875 949.7422 410.58594Q949.375 409.98438 949.375 409.26562Q949.375 408.60938 949.6797 408.04688Q949.9844 407.48438 950.5 407.10938Q950.8906 406.82812 951.5625 406.625Q952.2344 406.42188 953.0 406.42188Q954.1719 406.42188 955.0469 406.7578Q955.9219 407.09375 956.33594 407.66406Q956.75 408.23438 956.90625 409.1875L955.28125 409.40625Q955.1719 408.65625 954.6328 408.22656Q954.09375 407.79688 953.125 407.79688Q951.96875 407.79688 951.4844 408.1797Q951.0 408.5625 951.0 409.0625Q951.0 409.39062 951.2031 409.65625Q951.40625 409.92188 951.84375 410.09375Q952.09375 410.1875 953.3125 410.53125Q955.0781 411.0 955.78125 411.29688Q956.4844 411.59375 956.8828 412.17188Q957.28125 412.75 957.28125 413.60938Q957.28125 414.4375 956.7969 415.1797Q956.3125 415.92188 955.3906 416.3203Q954.46875 416.71875 953.3125 416.71875Q951.3906 416.71875 950.3828 415.92188Q949.375 415.125 949.09375 413.5625ZM962.75 415.0L962.9844 416.48438Q962.28125 416.625 961.71875 416.625Q960.8125 416.625 960.3125 416.33594Q959.8125 416.04688 959.6094 415.58594Q959.40625 415.125 959.40625 413.60938L959.40625 407.95312L958.1719 407.95312L958.1719 406.64062L959.40625 406.64062L959.40625 404.20312L961.0625 403.20312L961.0625 406.64062L962.75 406.64062L962.75 407.95312L961.0625 407.95312L961.0625 413.70312Q961.0625 414.42188 961.14844 414.625Q961.2344 414.82812 961.4375 414.95312Q961.6406 415.07812 962.0156 415.07812Q962.28125 415.07812 962.75 415.0Z" fill-rule="nonzero" fill="#000000"></path><path d="M213.9375 290.5L213.9375 289.25Q213.0 290.71875 211.1875 290.71875Q210.01562 290.71875 209.02344 290.0703Q208.03125 289.42188 207.49219 288.2578Q206.95312 287.09375 206.95312 285.57812Q206.95312 284.10938 207.44531 282.90625Q207.9375 281.70312 208.91406 281.0625Q209.89062 280.42188 211.10938 280.42188Q212.0 280.42188 212.69531 280.79688Q213.39062 281.17188 213.82812 281.78125L213.82812 276.90625L215.48438 276.90625L215.48438 290.5L213.9375 290.5ZM208.65625 285.57812Q208.65625 287.46875 209.46094 288.40625Q210.26562 289.34375 211.34375 289.34375Q212.4375 289.34375 213.20312 288.45312Q213.96875 287.5625 213.96875 285.71875Q213.96875 283.70312 213.1875 282.7578Q212.40625 281.8125 211.26562 281.8125Q210.15625 281.8125 209.40625 282.71875Q208.65625 283.625 208.65625 285.57812ZM217.9375 278.8125L217.9375 276.90625L219.60938 276.90625L219.60938 278.8125L217.9375 278.8125ZM217.9375 290.5L217.9375 280.64062L219.60938 280.64062L219.60938 290.5L217.9375 290.5ZM221.39062 287.5625L223.04688 287.29688Q223.1875 288.29688 223.82031 288.8203Q224.45312 289.34375 225.59375 289.34375Q226.75 289.34375 227.30469 288.875Q227.85938 288.40625 227.85938 287.78125Q227.85938 287.21875 227.375 286.89062Q227.03125 286.67188 225.67188 286.32812Q223.82812 285.85938 223.11719 285.52344Q222.40625 285.1875 222.03906 284.58594Q221.67188 283.98438 221.67188 283.26562Q221.67188 282.60938 221.97656 282.04688Q222.28125 281.48438 222.79688 281.10938Q223.1875 280.82812 223.85938 280.625Q224.53125 280.42188 225.29688 280.42188Q226.46875 280.42188 227.34375 280.7578Q228.21875 281.09375 228.63281 281.66406Q229.04688 282.23438 229.20312 283.1875L227.57812 283.40625Q227.46875 282.65625 226.92969 282.22656Q226.39062 281.79688 225.42188 281.79688Q224.26562 281.79688 223.78125 282.1797Q223.29688 282.5625 223.29688 283.0625Q223.29688 283.39062 223.5 283.65625Q223.70312 283.92188 224.14062 284.09375Q224.39062 284.1875 225.60938 284.53125Q227.375 285.0 228.07812 285.29688Q228.78125 285.59375 229.17969 286.17188Q229.57812 286.75 229.57812 287.60938Q229.57812 288.4375 229.09375 289.1797Q228.60938 289.92188 227.6875 290.3203Q226.76562 290.71875 225.60938 290.71875Q223.6875 290.71875 222.67969 289.92188Q221.67188 289.125 221.39062 287.5625ZM237.82812 286.89062L239.46875 287.10938Q239.20312 288.79688 238.09375 289.7578Q236.98438 290.71875 235.35938 290.71875Q233.34375 290.71875 232.11719 289.39844Q230.89062 288.07812 230.89062 285.60938Q230.89062 284.01562 231.41406 282.8203Q231.9375 281.625 233.02344 281.02344Q234.10938 280.42188 235.375 280.42188Q236.98438 280.42188 238.0 281.23438Q239.01562 282.04688 239.3125 283.54688L237.6875 283.79688Q237.45312 282.79688 236.85938 282.29688Q236.26562 281.79688 235.4375 281.79688Q234.17188 281.79688 233.38281 282.70312Q232.59375 283.60938 232.59375 285.5625Q232.59375 287.54688 233.35938 288.4453Q234.125 289.34375 235.34375 289.34375Q236.32812 289.34375 236.98438 288.7422Q237.64062 288.14062 237.82812 286.89062ZM247.17188 290.5L247.17188 289.04688Q246.03125 290.71875 244.04688 290.71875Q243.1875 290.71875 242.42969 290.3828Q241.67188 290.04688 241.30469 289.54688Q240.9375 289.04688 240.78125 288.3125Q240.6875 287.8125 240.6875 286.75L240.6875 280.64062L242.35938 280.64062L242.35938 286.10938Q242.35938 287.42188 242.45312 287.875Q242.60938 288.53125 243.125 288.90625Q243.64062 289.28125 244.39062 289.28125Q245.14062 289.28125 245.79688 288.89844Q246.45312 288.51562 246.72656 287.85156Q247.0 287.1875 247.0 285.92188L247.0 280.64062L248.67188 280.64062L248.67188 290.5L247.17188 290.5ZM250.42188 287.5625L252.07812 287.29688Q252.21875 288.29688 252.85156 288.8203Q253.48438 289.34375 254.625 289.34375Q255.78125 289.34375 256.33594 288.875Q256.89062 288.40625 256.89062 287.78125Q256.89062 287.21875 256.40625 286.89062Q256.0625 286.67188 254.70312 286.32812Q252.85938 285.85938 252.14844 285.52344Q251.4375 285.1875 251.07031 284.58594Q250.70312 283.98438 250.70312 283.26562Q250.70312 282.60938 251.00781 282.04688Q251.3125 281.48438 251.82812 281.10938Q252.21875 280.82812 252.89062 280.625Q253.5625 280.42188 254.32812 280.42188Q255.5 280.42188 256.375 280.7578Q257.25 281.09375 257.66406 281.66406Q258.07812 282.23438 258.23438 283.1875L256.60938 283.40625Q256.5 282.65625 255.96094 282.22656Q255.42188 281.79688 254.45312 281.79688Q253.29688 281.79688 252.8125 282.1797Q252.32812 282.5625 252.32812 283.0625Q252.32812 283.39062 252.53125 283.65625Q252.73438 283.92188 253.17188 284.09375Q253.42188 284.1875 254.64062 284.53125Q256.40625 285.0 257.10938 285.29688Q257.8125 285.59375 258.21094 286.17188Q258.60938 286.75 258.60938 287.60938Q258.60938 288.4375 258.125 289.1797Q257.64062 289.92188 256.71875 290.3203Q255.79688 290.71875 254.64062 290.71875Q252.71875 290.71875 251.71094 289.92188Q250.70312 289.125 250.42188 287.5625ZM259.75 287.5625L261.40625 287.29688Q261.54688 288.29688 262.1797 288.8203Q262.8125 289.34375 263.95312 289.34375Q265.10938 289.34375 265.66406 288.875Q266.21875 288.40625 266.21875 287.78125Q266.21875 287.21875 265.73438 286.89062Q265.39062 286.67188 264.03125 286.32812Q262.1875 285.85938 261.47656 285.52344Q260.76562 285.1875 260.39844 284.58594Q260.03125 283.98438 260.03125 283.26562Q260.03125 282.60938 260.33594 282.04688Q260.64062 281.48438 261.15625 281.10938Q261.54688 280.82812 262.21875 280.625Q262.89062 280.42188 263.65625 280.42188Q264.82812 280.42188 265.70312 280.7578Q266.57812 281.09375 266.9922 281.66406Q267.40625 282.23438 267.5625 283.1875L265.9375 283.40625Q265.82812 282.65625 265.28906 282.22656Q264.75 281.79688 263.78125 281.79688Q262.625 281.79688 262.14062 282.1797Q261.65625 282.5625 261.65625 283.0625Q261.65625 283.39062 261.85938 283.65625Q262.0625 283.92188 262.5 284.09375Q262.75 284.1875 263.96875 284.53125Q265.73438 285.0 266.4375 285.29688Q267.14062 285.59375 267.53906 286.17188Q267.9375 286.75 267.9375 287.60938Q267.9375 288.4375 267.45312 289.1797Q266.96875 289.92188 266.04688 290.3203Q265.125 290.71875 263.96875 290.71875Q262.04688 290.71875 261.03906 289.92188Q260.03125 289.125 259.75 287.5625ZM270.1875 290.5L270.1875 288.59375L272.09375 288.59375L272.09375 290.5Q272.09375 291.54688 271.71875 292.1953Q271.34375 292.84375 270.54688 293.1875L270.07812 292.46875Q270.60938 292.25 270.85938 291.79688Q271.10938 291.34375 271.14062 290.5L270.1875 290.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M220.73438 307.89062L222.375 308.10938Q222.10938 309.79688 221.0 310.7578Q219.89062 311.71875 218.26562 311.71875Q216.25 311.71875 215.02344 310.39844Q213.79688 309.07812 213.79688 306.60938Q213.79688 305.01562 214.32031 303.8203Q214.84375 302.625 215.92969 302.02344Q217.01562 301.42188 218.28125 301.42188Q219.89062 301.42188 220.90625 302.23438Q221.92188 303.04688 222.21875 304.54688L220.59375 304.79688Q220.35938 303.79688 219.76562 303.29688Q219.17188 302.79688 218.34375 302.79688Q217.07812 302.79688 216.28906 303.70312Q215.5 304.60938 215.5 306.5625Q215.5 308.54688 216.26562 309.4453Q217.03125 310.34375 218.25 310.34375Q219.23438 310.34375 219.89062 309.7422Q220.54688 309.14062 220.73438 307.89062ZM223.59375 311.5L223.59375 297.90625L225.26562 297.90625L225.26562 311.5L223.59375 311.5ZM234.20312 310.28125Q233.26562 311.07812 232.40625 311.39844Q231.54688 311.71875 230.5625 311.71875Q228.95312 311.71875 228.07812 310.9297Q227.20312 310.14062 227.20312 308.90625Q227.20312 308.17188 227.53125 307.57812Q227.85938 306.98438 228.39062 306.625Q228.92188 306.26562 229.59375 306.07812Q230.09375 305.9375 231.07812 305.82812Q233.10938 305.57812 234.0625 305.25Q234.0625 304.90625 234.0625 304.8125Q234.0625 303.79688 233.59375 303.375Q232.95312 302.8125 231.6875 302.8125Q230.51562 302.8125 229.95312 303.21875Q229.39062 303.625 229.125 304.6875L227.48438 304.45312Q227.71875 303.40625 228.22656 302.76562Q228.73438 302.125 229.69531 301.77344Q230.65625 301.42188 231.9375 301.42188Q233.20312 301.42188 233.98438 301.71875Q234.76562 302.01562 235.14062 302.46875Q235.51562 302.92188 235.65625 303.60938Q235.75 304.03125 235.75 305.14062L235.75 307.375Q235.75 309.70312 235.85156 310.3203Q235.95312 310.9375 236.28125 311.5L234.53125 311.5Q234.26562 310.98438 234.20312 310.28125ZM234.0625 306.5625Q233.15625 306.92188 231.32812 307.1875Q230.29688 307.32812 229.875 307.51562Q229.45312 307.70312 229.21875 308.0625Q228.98438 308.42188 228.98438 308.85938Q228.98438 309.53125 229.49219 309.97656Q230.0 310.42188 230.96875 310.42188Q231.9375 310.42188 232.6875 309.9922Q233.4375 309.5625 233.79688 308.84375Q234.0625 308.26562 234.0625 307.17188L234.0625 306.5625ZM238.125 311.5L238.125 301.64062L239.625 301.64062L239.625 303.14062Q240.20312 302.09375 240.6875 301.7578Q241.17188 301.42188 241.76562 301.42188Q242.60938 301.42188 243.48438 301.96875L242.90625 303.51562Q242.29688 303.15625 241.67188 303.15625Q241.125 303.15625 240.69531 303.48438Q240.26562 303.8125 240.07812 304.39062Q239.79688 305.28125 239.79688 306.34375L239.79688 311.5L238.125 311.5ZM244.375 299.8125L244.375 297.90625L246.04688 297.90625L246.04688 299.8125L244.375 299.8125ZM244.375 311.5L244.375 301.64062L246.04688 301.64062L246.04688 311.5L244.375 311.5ZM248.90625 311.5L248.90625 302.95312L247.42188 302.95312L247.42188 301.64062L248.90625 301.64062L248.90625 300.59375Q248.90625 299.60938 249.07812 299.125Q249.3125 298.46875 249.92188 298.0703Q250.53125 297.67188 251.625 297.67188Q252.32812 297.67188 253.1875 297.82812L252.9375 299.29688Q252.42188 299.20312 251.95312 299.20312Q251.1875 299.20312 250.875 299.52344Q250.5625 299.84375 250.5625 300.73438L250.5625 301.64062L252.48438 301.64062L252.48438 302.95312L250.5625 302.95312L250.5625 311.5L248.90625 311.5ZM253.60938 315.29688L253.4375 313.73438Q253.98438 313.875 254.39062 313.875Q254.9375 313.875 255.27344 313.6875Q255.60938 313.5 255.82812 313.17188Q255.98438 312.92188 256.32812 311.92188Q256.375 311.78125 256.48438 311.51562L252.75 301.64062L254.54688 301.64062L256.59375 307.35938Q257.0 308.4375 257.3125 309.64062Q257.59375 308.48438 258.0 307.39062L260.09375 301.64062L261.76562 301.64062L258.01562 311.67188Q257.42188 313.29688 257.07812 313.90625Q256.64062 314.73438 256.0625 315.1172Q255.48438 315.5 254.6875 315.5Q254.20312 315.5 253.60938 315.29688ZM263.45312 311.5L263.45312 309.59375L265.35938 309.59375L265.35938 311.5Q265.35938 312.54688 264.98438 313.1953Q264.60938 313.84375 263.8125 314.1875L263.34375 313.46875Q263.875 313.25 264.125 312.79688Q264.375 312.34375 264.40625 311.5L263.45312 311.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M211.6875 332.5L211.6875 322.64062L213.1875 322.64062L213.1875 324.14062Q213.76562 323.09375 214.25 322.7578Q214.73438 322.42188 215.32812 322.42188Q216.17188 322.42188 217.04688 322.96875L216.46875 324.51562Q215.85938 324.15625 215.23438 324.15625Q214.6875 324.15625 214.25781 324.48438Q213.82812 324.8125 213.64062 325.39062Q213.35938 326.28125 213.35938 327.34375L213.35938 332.5L211.6875 332.5ZM224.65625 329.32812L226.375 329.54688Q225.96875 331.04688 224.86719 331.8828Q223.76562 332.71875 222.04688 332.71875Q219.89062 332.71875 218.625 331.39062Q217.35938 330.0625 217.35938 327.65625Q217.35938 325.17188 218.63281 323.79688Q219.90625 322.42188 221.95312 322.42188Q223.9375 322.42188 225.1875 323.76562Q226.4375 325.10938 226.4375 327.5625Q226.4375 327.70312 226.42188 328.0L219.07812 328.0Q219.17188 329.625 220.0 330.48438Q220.82812 331.34375 222.0625 331.34375Q222.96875 331.34375 223.61719 330.8672Q224.26562 330.39062 224.65625 329.32812ZM219.17188 326.625L224.67188 326.625Q224.5625 325.39062 224.04688 324.76562Q223.25 323.79688 221.96875 323.79688Q220.82812 323.79688 220.03906 324.5703Q219.25 325.34375 219.17188 326.625ZM231.01562 332.5L227.26562 322.64062L229.03125 322.64062L231.15625 328.54688Q231.5 329.5 231.78125 330.53125Q232.0 329.75 232.40625 328.65625L234.59375 322.64062L236.3125 322.64062L232.57812 332.5L231.01562 332.5ZM237.625 320.8125L237.625 318.90625L239.29688 318.90625L239.29688 320.8125L237.625 320.8125ZM237.625 332.5L237.625 322.64062L239.29688 322.64062L239.29688 332.5L237.625 332.5ZM248.5 329.32812L250.21875 329.54688Q249.8125 331.04688 248.71094 331.8828Q247.60938 332.71875 245.89062 332.71875Q243.73438 332.71875 242.46875 331.39062Q241.20312 330.0625 241.20312 327.65625Q241.20312 325.17188 242.47656 323.79688Q243.75 322.42188 245.79688 322.42188Q247.78125 322.42188 249.03125 323.76562Q250.28125 325.10938 250.28125 327.5625Q250.28125 327.70312 250.26562 328.0L242.92188 328.0Q243.01562 329.625 243.84375 330.48438Q244.67188 331.34375 245.90625 331.34375Q246.8125 331.34375 247.46094 330.8672Q248.10938 330.39062 248.5 329.32812ZM243.01562 326.625L248.51562 326.625Q248.40625 325.39062 247.89062 324.76562Q247.09375 323.79688 245.8125 323.79688Q244.67188 323.79688 243.88281 324.5703Q243.09375 325.34375 243.01562 326.625ZM253.95312 332.5L250.9375 322.64062L252.65625 322.64062L254.21875 328.32812L254.8125 330.45312Q254.84375 330.29688 255.3125 328.42188L256.89062 322.64062L258.60938 322.64062L260.07812 328.35938L260.5625 330.25L261.14062 328.34375L262.82812 322.64062L264.45312 322.64062L261.375 332.5L259.64062 332.5L258.0625 326.59375L257.6875 324.92188L255.6875 332.5L253.95312 332.5ZM266.04688 332.5L266.04688 330.59375L267.95312 330.59375L267.95312 332.5Q267.95312 333.54688 267.57812 334.1953Q267.20312 334.84375 266.40625 335.1875L265.9375 334.46875Q266.46875 334.25 266.71875 333.79688Q266.96875 333.34375 267.0 332.5L266.04688 332.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M207.54688 353.5L207.54688 343.64062L209.04688 343.64062L209.04688 345.03125Q209.5 344.3125 210.27344 343.8672Q211.04688 343.42188 212.03125 343.42188Q213.125 343.42188 213.82812 343.875Q214.53125 344.32812 214.8125 345.15625Q215.98438 343.42188 217.85938 343.42188Q219.32812 343.42188 220.11719 344.23438Q220.90625 345.04688 220.90625 346.73438L220.90625 353.5L219.23438 353.5L219.23438 347.29688Q219.23438 346.29688 219.07812 345.85156Q218.92188 345.40625 218.49219 345.14062Q218.0625 344.875 217.48438 344.875Q216.45312 344.875 215.76562 345.5625Q215.07812 346.25 215.07812 347.78125L215.07812 353.5L213.40625 353.5L213.40625 347.09375Q213.40625 345.98438 213.0 345.4297Q212.59375 344.875 211.65625 344.875Q210.95312 344.875 210.35156 345.2422Q209.75 345.60938 209.48438 346.32812Q209.21875 347.04688 209.21875 348.39062L209.21875 353.5L207.54688 353.5ZM222.46875 348.57812Q222.46875 345.84375 224.0 344.51562Q225.26562 343.42188 227.09375 343.42188Q229.125 343.42188 230.41406 344.7578Q231.70312 346.09375 231.70312 348.4375Q231.70312 350.34375 231.13281 351.4297Q230.5625 352.51562 229.47656 353.1172Q228.39062 353.71875 227.09375 353.71875Q225.03125 353.71875 223.75 352.39062Q222.46875 351.0625 222.46875 348.57812ZM224.1875 348.57812Q224.1875 350.46875 225.01562 351.40625Q225.84375 352.34375 227.09375 352.34375Q228.34375 352.34375 229.16406 351.39844Q229.98438 350.45312 229.98438 348.51562Q229.98438 346.6875 229.15625 345.75Q228.32812 344.8125 227.09375 344.8125Q225.84375 344.8125 225.01562 345.75Q224.1875 346.6875 224.1875 348.57812ZM233.46875 353.5L233.46875 343.64062L234.96875 343.64062L234.96875 345.04688Q236.0625 343.42188 238.10938 343.42188Q239.0 343.42188 239.75 343.7422Q240.5 344.0625 240.86719 344.58594Q241.23438 345.10938 241.39062 345.8125Q241.48438 346.28125 241.48438 347.4375L241.48438 353.5L239.8125 353.5L239.8125 347.5Q239.8125 346.48438 239.61719 345.97656Q239.42188 345.46875 238.92188 345.17188Q238.42188 344.875 237.75 344.875Q236.6875 344.875 235.91406 345.54688Q235.14062 346.21875 235.14062 348.125L235.14062 353.5L233.46875 353.5ZM243.85938 341.8125L243.85938 339.90625L245.53125 339.90625L245.53125 341.8125L243.85938 341.8125ZM243.85938 353.5L243.85938 343.64062L245.53125 343.64062L245.53125 353.5L243.85938 353.5ZM251.64062 352.0L251.875 353.48438Q251.17188 353.625 250.60938 353.625Q249.70312 353.625 249.20312 353.33594Q248.70312 353.04688 248.5 352.58594Q248.29688 352.125 248.29688 350.60938L248.29688 344.95312L247.0625 344.95312L247.0625 343.64062L248.29688 343.64062L248.29688 341.20312L249.95312 340.20312L249.95312 343.64062L251.64062 343.64062L251.64062 344.95312L249.95312 344.95312L249.95312 350.70312Q249.95312 351.42188 250.03906 351.625Q250.125 351.82812 250.32812 351.95312Q250.53125 352.07812 250.90625 352.07812Q251.17188 352.07812 251.64062 352.0ZM252.54688 348.57812Q252.54688 345.84375 254.07812 344.51562Q255.34375 343.42188 257.17188 343.42188Q259.20312 343.42188 260.4922 344.7578Q261.78125 346.09375 261.78125 348.4375Q261.78125 350.34375 261.21094 351.4297Q260.64062 352.51562 259.5547 353.1172Q258.46875 353.71875 257.17188 353.71875Q255.10938 353.71875 253.82812 352.39062Q252.54688 351.0625 252.54688 348.57812ZM254.26562 348.57812Q254.26562 350.46875 255.09375 351.40625Q255.92188 352.34375 257.17188 352.34375Q258.42188 352.34375 259.2422 351.39844Q260.0625 350.45312 260.0625 348.51562Q260.0625 346.6875 259.23438 345.75Q258.40625 344.8125 257.17188 344.8125Q255.92188 344.8125 255.09375 345.75Q254.26562 346.6875 254.26562 348.57812ZM263.53125 353.5L263.53125 343.64062L265.03125 343.64062L265.03125 345.14062Q265.60938 344.09375 266.09375 343.7578Q266.57812 343.42188 267.17188 343.42188Q268.01562 343.42188 268.89062 343.96875L268.3125 345.51562Q267.70312 345.15625 267.07812 345.15625Q266.53125 345.15625 266.10156 345.48438Q265.67188 345.8125 265.48438 346.39062Q265.20312 347.28125 265.20312 348.34375L265.20312 353.5L263.53125 353.5ZM270.1875 353.5L270.1875 351.59375L272.09375 351.59375L272.09375 353.5Q272.09375 354.54688 271.71875 355.1953Q271.34375 355.84375 270.54688 356.1875L270.07812 355.46875Q270.60938 355.25 270.85938 354.79688Q271.10938 354.34375 271.14062 353.5L270.1875 353.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M195.64062 362.8125L195.64062 360.90625L197.3125 360.90625L197.3125 362.8125L195.64062 362.8125ZM195.64062 374.5L195.64062 364.64062L197.3125 364.64062L197.3125 374.5L195.64062 374.5ZM199.76562 374.5L199.76562 364.64062L201.26562 364.64062L201.26562 366.03125Q201.71875 365.3125 202.49219 364.8672Q203.26562 364.42188 204.25 364.42188Q205.34375 364.42188 206.04688 364.875Q206.75 365.32812 207.03125 366.15625Q208.20312 364.42188 210.07812 364.42188Q211.54688 364.42188 212.33594 365.23438Q213.125 366.04688 213.125 367.73438L213.125 374.5L211.45312 374.5L211.45312 368.29688Q211.45312 367.29688 211.29688 366.85156Q211.14062 366.40625 210.71094 366.14062Q210.28125 365.875 209.70312 365.875Q208.67188 365.875 207.98438 366.5625Q207.29688 367.25 207.29688 368.78125L207.29688 374.5L205.625 374.5L205.625 368.09375Q205.625 366.98438 205.21875 366.4297Q204.8125 365.875 203.875 365.875Q203.17188 365.875 202.57031 366.2422Q201.96875 366.60938 201.70312 367.32812Q201.4375 368.04688 201.4375 369.39062L201.4375 374.5L199.76562 374.5ZM215.3125 378.28125L215.3125 364.64062L216.84375 364.64062L216.84375 365.92188Q217.375 365.17188 218.05469 364.79688Q218.73438 364.42188 219.6875 364.42188Q220.95312 364.42188 221.92188 365.0703Q222.89062 365.71875 223.38281 366.90625Q223.875 368.09375 223.875 369.5Q223.875 371.01562 223.32812 372.22656Q222.78125 373.4375 221.75 374.07812Q220.71875 374.71875 219.57812 374.71875Q218.73438 374.71875 218.07031 374.3672Q217.40625 374.01562 216.98438 373.48438L216.98438 378.28125L215.3125 378.28125ZM216.82812 369.625Q216.82812 371.53125 217.60156 372.4375Q218.375 373.34375 219.46875 373.34375Q220.57812 373.34375 221.36719 372.40625Q222.15625 371.46875 222.15625 369.48438Q222.15625 367.60938 221.38281 366.67188Q220.60938 365.73438 219.53125 365.73438Q218.46875 365.73438 217.64844 366.73438Q216.82812 367.73438 216.82812 369.625ZM225.65625 374.5L225.65625 360.90625L227.32812 360.90625L227.32812 374.5L225.65625 374.5ZM236.57812 371.32812L238.29688 371.54688Q237.89062 373.04688 236.78906 373.8828Q235.6875 374.71875 233.96875 374.71875Q231.8125 374.71875 230.54688 373.39062Q229.28125 372.0625 229.28125 369.65625Q229.28125 367.17188 230.55469 365.79688Q231.82812 364.42188 233.875 364.42188Q235.85938 364.42188 237.10938 365.76562Q238.35938 367.10938 238.35938 369.5625Q238.35938 369.70312 238.34375 370.0L231.0 370.0Q231.09375 371.625 231.92188 372.48438Q232.75 373.34375 233.98438 373.34375Q234.89062 373.34375 235.53906 372.8672Q236.1875 372.39062 236.57812 371.32812ZM231.09375 368.625L236.59375 368.625Q236.48438 367.39062 235.96875 366.76562Q235.17188 365.79688 233.89062 365.79688Q232.75 365.79688 231.96094 366.5703Q231.17188 367.34375 231.09375 368.625ZM240.20312 374.5L240.20312 364.64062L241.70312 364.64062L241.70312 366.03125Q242.15625 365.3125 242.92969 364.8672Q243.70312 364.42188 244.6875 364.42188Q245.78125 364.42188 246.48438 364.875Q247.1875 365.32812 247.46875 366.15625Q248.64062 364.42188 250.51562 364.42188Q251.98438 364.42188 252.77344 365.23438Q253.5625 366.04688 253.5625 367.73438L253.5625 374.5L251.89062 374.5L251.89062 368.29688Q251.89062 367.29688 251.73438 366.85156Q251.57812 366.40625 251.14844 366.14062Q250.71875 365.875 250.14062 365.875Q249.10938 365.875 248.42188 366.5625Q247.73438 367.25 247.73438 368.78125L247.73438 374.5L246.0625 374.5L246.0625 368.09375Q246.0625 366.98438 245.65625 366.4297Q245.25 365.875 244.3125 365.875Q243.60938 365.875 243.00781 366.2422Q242.40625 366.60938 242.14062 367.32812Q241.875 368.04688 241.875 369.39062L241.875 374.5L240.20312 374.5ZM262.5 371.32812L264.21875 371.54688Q263.8125 373.04688 262.71094 373.8828Q261.60938 374.71875 259.89062 374.71875Q257.73438 374.71875 256.46875 373.39062Q255.20312 372.0625 255.20312 369.65625Q255.20312 367.17188 256.47656 365.79688Q257.75 364.42188 259.79688 364.42188Q261.78125 364.42188 263.03125 365.76562Q264.28125 367.10938 264.28125 369.5625Q264.28125 369.70312 264.26562 370.0L256.92188 370.0Q257.01562 371.625 257.84375 372.48438Q258.67188 373.34375 259.90625 373.34375Q260.8125 373.34375 261.46094 372.8672Q262.10938 372.39062 262.5 371.32812ZM257.01562 368.625L262.51562 368.625Q262.40625 367.39062 261.89062 366.76562Q261.09375 365.79688 259.8125 365.79688Q258.67188 365.79688 257.8828 366.5703Q257.09375 367.34375 257.01562 368.625ZM266.125 374.5L266.125 364.64062L267.625 364.64062L267.625 366.04688Q268.71875 364.42188 270.76562 364.42188Q271.65625 364.42188 272.40625 364.7422Q273.15625 365.0625 273.52344 365.58594Q273.89062 366.10938 274.04688 366.8125Q274.14062 367.28125 274.14062 368.4375L274.14062 374.5L272.46875 374.5L272.46875 368.5Q272.46875 367.48438 272.27344 366.97656Q272.07812 366.46875 271.57812 366.17188Q271.07812 365.875 270.40625 365.875Q269.34375 365.875 268.5703 366.54688Q267.79688 367.21875 267.79688 369.125L267.79688 374.5L266.125 374.5ZM280.15625 373.0L280.39062 374.48438Q279.6875 374.625 279.125 374.625Q278.21875 374.625 277.71875 374.33594Q277.21875 374.04688 277.01562 373.58594Q276.8125 373.125 276.8125 371.60938L276.8125 365.95312L275.57812 365.95312L275.57812 364.64062L276.8125 364.64062L276.8125 362.20312L278.46875 361.20312L278.46875 364.64062L280.15625 364.64062L280.15625 365.95312L278.46875 365.95312L278.46875 371.70312Q278.46875 372.42188 278.5547 372.625Q278.64062 372.82812 278.84375 372.95312Q279.04688 373.07812 279.42188 373.07812Q279.6875 373.07812 280.15625 373.0ZM282.10938 374.5L282.10938 372.59375L284.01562 372.59375L284.01562 374.5Q284.01562 375.54688 283.64062 376.1953Q283.26562 376.84375 282.46875 377.1875L282.0 376.46875Q282.53125 376.25 282.78125 375.79688Q283.03125 375.34375 283.0625 374.5L282.10938 374.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M214.48438 391.89062L216.125 392.10938Q215.85938 393.79688 214.75 394.7578Q213.64062 395.71875 212.01562 395.71875Q210.0 395.71875 208.77344 394.39844Q207.54688 393.07812 207.54688 390.60938Q207.54688 389.01562 208.07031 387.8203Q208.59375 386.625 209.67969 386.02344Q210.76562 385.42188 212.03125 385.42188Q213.64062 385.42188 214.65625 386.23438Q215.67188 387.04688 215.96875 388.54688L214.34375 388.79688Q214.10938 387.79688 213.51562 387.29688Q212.92188 386.79688 212.09375 386.79688Q210.82812 386.79688 210.03906 387.70312Q209.25 388.60938 209.25 390.5625Q209.25 392.54688 210.01562 393.4453Q210.78125 394.34375 212.0 394.34375Q212.98438 394.34375 213.64062 393.7422Q214.29688 393.14062 214.48438 391.89062ZM217.375 395.5L217.375 381.90625L219.04688 381.90625L219.04688 386.78125Q220.21875 385.42188 222.0 385.42188Q223.09375 385.42188 223.89844 385.85156Q224.70312 386.28125 225.05469 387.04688Q225.40625 387.8125 225.40625 389.25L225.40625 395.5L223.73438 395.5L223.73438 389.25Q223.73438 388.0 223.1875 387.4297Q222.64062 386.85938 221.65625 386.85938Q220.90625 386.85938 220.25781 387.2422Q219.60938 387.625 219.32812 388.28906Q219.04688 388.95312 219.04688 390.10938L219.04688 395.5L217.375 395.5ZM234.1875 394.28125Q233.25 395.07812 232.39062 395.39844Q231.53125 395.71875 230.54688 395.71875Q228.9375 395.71875 228.0625 394.9297Q227.1875 394.14062 227.1875 392.90625Q227.1875 392.17188 227.51562 391.57812Q227.84375 390.98438 228.375 390.625Q228.90625 390.26562 229.57812 390.07812Q230.07812 389.9375 231.0625 389.82812Q233.09375 389.57812 234.04688 389.25Q234.04688 388.90625 234.04688 388.8125Q234.04688 387.79688 233.57812 387.375Q232.9375 386.8125 231.67188 386.8125Q230.5 386.8125 229.9375 387.21875Q229.375 387.625 229.10938 388.6875L227.46875 388.45312Q227.70312 387.40625 228.21094 386.76562Q228.71875 386.125 229.67969 385.77344Q230.64062 385.42188 231.92188 385.42188Q233.1875 385.42188 233.96875 385.71875Q234.75 386.01562 235.125 386.46875Q235.5 386.92188 235.64062 387.60938Q235.73438 388.03125 235.73438 389.14062L235.73438 391.375Q235.73438 393.70312 235.83594 394.3203Q235.9375 394.9375 236.26562 395.5L234.51562 395.5Q234.25 394.98438 234.1875 394.28125ZM234.04688 390.5625Q233.14062 390.92188 231.3125 391.1875Q230.28125 391.32812 229.85938 391.51562Q229.4375 391.70312 229.20312 392.0625Q228.96875 392.42188 228.96875 392.85938Q228.96875 393.53125 229.47656 393.97656Q229.98438 394.42188 230.95312 394.42188Q231.92188 394.42188 232.67188 393.9922Q233.42188 393.5625 233.78125 392.84375Q234.04688 392.26562 234.04688 391.17188L234.04688 390.5625ZM238.125 395.5L238.125 385.64062L239.625 385.64062L239.625 387.04688Q240.71875 385.42188 242.76562 385.42188Q243.65625 385.42188 244.40625 385.7422Q245.15625 386.0625 245.52344 386.58594Q245.89062 387.10938 246.04688 387.8125Q246.14062 388.28125 246.14062 389.4375L246.14062 395.5L244.46875 395.5L244.46875 389.5Q244.46875 388.48438 244.27344 387.97656Q244.07812 387.46875 243.57812 387.17188Q243.07812 386.875 242.40625 386.875Q241.34375 386.875 240.57031 387.54688Q239.79688 388.21875 239.79688 390.125L239.79688 395.5L238.125 395.5ZM248.20312 396.3125L249.8125 396.5625Q249.92188 397.3125 250.39062 397.65625Q251.0 398.10938 252.07812 398.10938Q253.25 398.10938 253.875 397.64844Q254.5 397.1875 254.73438 396.35938Q254.85938 395.84375 254.84375 394.20312Q253.75 395.5 252.125 395.5Q250.09375 395.5 248.97656 394.03125Q247.85938 392.5625 247.85938 390.51562Q247.85938 389.10938 248.375 387.91406Q248.89062 386.71875 249.85938 386.0703Q250.82812 385.42188 252.125 385.42188Q253.875 385.42188 255.0 386.82812L255.0 385.64062L256.54688 385.64062L256.54688 394.15625Q256.54688 396.46875 256.07812 397.4297Q255.60938 398.39062 254.59375 398.9453Q253.57812 399.5 252.09375 399.5Q250.32812 399.5 249.24219 398.70312Q248.15625 397.90625 248.20312 396.3125ZM249.57812 390.39062Q249.57812 392.34375 250.35156 393.23438Q251.125 394.125 252.28125 394.125Q253.42188 394.125 254.20312 393.23438Q254.98438 392.34375 254.98438 390.45312Q254.98438 388.64062 254.17969 387.72656Q253.375 386.8125 252.25 386.8125Q251.14062 386.8125 250.35938 387.71094Q249.57812 388.60938 249.57812 390.39062ZM265.625 392.32812L267.34375 392.54688Q266.9375 394.04688 265.83594 394.8828Q264.73438 395.71875 263.01562 395.71875Q260.85938 395.71875 259.59375 394.39062Q258.32812 393.0625 258.32812 390.65625Q258.32812 388.17188 259.60156 386.79688Q260.875 385.42188 262.92188 385.42188Q264.90625 385.42188 266.15625 386.76562Q267.40625 388.10938 267.40625 390.5625Q267.40625 390.70312 267.39062 391.0L260.04688 391.0Q260.14062 392.625 260.96875 393.48438Q261.79688 394.34375 263.03125 394.34375Q263.9375 394.34375 264.58594 393.8672Q265.23438 393.39062 265.625 392.32812ZM260.14062 389.625L265.64062 389.625Q265.53125 388.39062 265.01562 387.76562Q264.21875 386.79688 262.9375 386.79688Q261.79688 386.79688 261.0078 387.5703Q260.21875 388.34375 260.14062 389.625ZM269.6875 395.5L269.6875 393.59375L271.59375 393.59375L271.59375 395.5Q271.59375 396.54688 271.21875 397.1953Q270.84375 397.84375 270.04688 398.1875L269.57812 397.46875Q270.10938 397.25 270.35938 396.79688Q270.60938 396.34375 270.64062 395.5L269.6875 395.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M210.14062 413.32812L211.85938 413.54688Q211.45312 415.04688 210.35156 415.8828Q209.25 416.71875 207.53125 416.71875Q205.375 416.71875 204.10938 415.39062Q202.84375 414.0625 202.84375 411.65625Q202.84375 409.17188 204.11719 407.79688Q205.39062 406.42188 207.4375 406.42188Q209.42188 406.42188 210.67188 407.76562Q211.92188 409.10938 211.92188 411.5625Q211.92188 411.70312 211.90625 412.0L204.5625 412.0Q204.65625 413.625 205.48438 414.48438Q206.3125 415.34375 207.54688 415.34375Q208.45312 415.34375 209.10156 414.8672Q209.75 414.39062 210.14062 413.32812ZM204.65625 410.625L210.15625 410.625Q210.04688 409.39062 209.53125 408.76562Q208.73438 407.79688 207.45312 407.79688Q206.3125 407.79688 205.52344 408.5703Q204.73438 409.34375 204.65625 410.625ZM213.09375 413.5625L214.75 413.29688Q214.89062 414.29688 215.52344 414.8203Q216.15625 415.34375 217.29688 415.34375Q218.45312 415.34375 219.00781 414.875Q219.5625 414.40625 219.5625 413.78125Q219.5625 413.21875 219.07812 412.89062Q218.73438 412.67188 217.375 412.32812Q215.53125 411.85938 214.82031 411.52344Q214.10938 411.1875 213.74219 410.58594Q213.375 409.98438 213.375 409.26562Q213.375 408.60938 213.67969 408.04688Q213.98438 407.48438 214.5 407.10938Q214.89062 406.82812 215.5625 406.625Q216.23438 406.42188 217.0 406.42188Q218.17188 406.42188 219.04688 406.7578Q219.92188 407.09375 220.33594 407.66406Q220.75 408.23438 220.90625 409.1875L219.28125 409.40625Q219.17188 408.65625 218.63281 408.22656Q218.09375 407.79688 217.125 407.79688Q215.96875 407.79688 215.48438 408.1797Q215.0 408.5625 215.0 409.0625Q215.0 409.39062 215.20312 409.65625Q215.40625 409.92188 215.84375 410.09375Q216.09375 410.1875 217.3125 410.53125Q219.07812 411.0 219.78125 411.29688Q220.48438 411.59375 220.88281 412.17188Q221.28125 412.75 221.28125 413.60938Q221.28125 414.4375 220.79688 415.1797Q220.3125 415.92188 219.39062 416.3203Q218.46875 416.71875 217.3125 416.71875Q215.39062 416.71875 214.38281 415.92188Q213.375 415.125 213.09375 413.5625ZM226.75 415.0L226.98438 416.48438Q226.28125 416.625 225.71875 416.625Q224.8125 416.625 224.3125 416.33594Q223.8125 416.04688 223.60938 415.58594Q223.40625 415.125 223.40625 413.60938L223.40625 407.95312L222.17188 407.95312L222.17188 406.64062L223.40625 406.64062L223.40625 404.20312L225.0625 403.20312L225.0625 406.64062L226.75 406.64062L226.75 407.95312L225.0625 407.95312L225.0625 413.70312Q225.0625 414.42188 225.14844 414.625Q225.23438 414.82812 225.4375 414.95312Q225.64062 415.07812 226.01562 415.07812Q226.28125 415.07812 226.75 415.0ZM228.29688 404.8125L228.29688 402.90625L229.96875 402.90625L229.96875 404.8125L228.29688 404.8125ZM228.29688 416.5L228.29688 406.64062L229.96875 406.64062L229.96875 416.5L228.29688 416.5ZM232.42188 416.5L232.42188 406.64062L233.92188 406.64062L233.92188 408.03125Q234.375 407.3125 235.14844 406.8672Q235.92188 406.42188 236.90625 406.42188Q238.0 406.42188 238.70312 406.875Q239.40625 407.32812 239.6875 408.15625Q240.85938 406.42188 242.73438 406.42188Q244.20312 406.42188 244.99219 407.23438Q245.78125 408.04688 245.78125 409.73438L245.78125 416.5L244.10938 416.5L244.10938 410.29688Q244.10938 409.29688 243.95312 408.85156Q243.79688 408.40625 243.36719 408.14062Q242.9375 407.875 242.35938 407.875Q241.32812 407.875 240.64062 408.5625Q239.95312 409.25 239.95312 410.78125L239.95312 416.5L238.28125 416.5L238.28125 410.09375Q238.28125 408.98438 237.875 408.4297Q237.46875 407.875 236.53125 407.875Q235.82812 407.875 235.22656 408.2422Q234.625 408.60938 234.35938 409.32812Q234.09375 410.04688 234.09375 411.39062L234.09375 416.5L232.42188 416.5ZM254.40625 415.28125Q253.46875 416.07812 252.60938 416.39844Q251.75 416.71875 250.76562 416.71875Q249.15625 416.71875 248.28125 415.9297Q247.40625 415.14062 247.40625 413.90625Q247.40625 413.17188 247.73438 412.57812Q248.0625 411.98438 248.59375 411.625Q249.125 411.26562 249.79688 411.07812Q250.29688 410.9375 251.28125 410.82812Q253.3125 410.57812 254.26562 410.25Q254.26562 409.90625 254.26562 409.8125Q254.26562 408.79688 253.79688 408.375Q253.15625 407.8125 251.89062 407.8125Q250.71875 407.8125 250.15625 408.21875Q249.59375 408.625 249.32812 409.6875L247.6875 409.45312Q247.92188 408.40625 248.42969 407.76562Q248.9375 407.125 249.89844 406.77344Q250.85938 406.42188 252.14062 406.42188Q253.40625 406.42188 254.1875 406.71875Q254.96875 407.01562 255.34375 407.46875Q255.71875 407.92188 255.85938 408.60938Q255.95312 409.03125 255.95312 410.14062L255.95312 412.375Q255.95312 414.70312 256.0547 415.3203Q256.15625 415.9375 256.48438 416.5L254.73438 416.5Q254.46875 415.98438 254.40625 415.28125ZM254.26562 411.5625Q253.35938 411.92188 251.53125 412.1875Q250.5 412.32812 250.07812 412.51562Q249.65625 412.70312 249.42188 413.0625Q249.1875 413.42188 249.1875 413.85938Q249.1875 414.53125 249.69531 414.97656Q250.20312 415.42188 251.17188 415.42188Q252.14062 415.42188 252.89062 414.9922Q253.64062 414.5625 254.0 413.84375Q254.26562 413.26562 254.26562 412.17188L254.26562 411.5625ZM262.0 415.0L262.23438 416.48438Q261.53125 416.625 260.96875 416.625Q260.0625 416.625 259.5625 416.33594Q259.0625 416.04688 258.85938 415.58594Q258.65625 415.125 258.65625 413.60938L258.65625 407.95312L257.42188 407.95312L257.42188 406.64062L258.65625 406.64062L258.65625 404.20312L260.3125 403.20312L260.3125 406.64062L262.0 406.64062L262.0 407.95312L260.3125 407.95312L260.3125 413.70312Q260.3125 414.42188 260.39844 414.625Q260.48438 414.82812 260.6875 414.95312Q260.89062 415.07812 261.26562 415.07812Q261.53125 415.07812 262.0 415.0ZM270.28125 413.32812L272.0 413.54688Q271.59375 415.04688 270.4922 415.8828Q269.39062 416.71875 267.67188 416.71875Q265.51562 416.71875 264.25 415.39062Q262.98438 414.0625 262.98438 411.65625Q262.98438 409.17188 264.2578 407.79688Q265.53125 406.42188 267.57812 406.42188Q269.5625 406.42188 270.8125 407.76562Q272.0625 409.10938 272.0625 411.5625Q272.0625 411.70312 272.04688 412.0L264.70312 412.0Q264.79688 413.625 265.625 414.48438Q266.45312 415.34375 267.6875 415.34375Q268.59375 415.34375 269.2422 414.8672Q269.89062 414.39062 270.28125 413.32812ZM264.79688 410.625L270.29688 410.625Q270.1875 409.39062 269.67188 408.76562Q268.875 407.79688 267.59375 407.79688Q266.45312 407.79688 265.66406 408.5703Q264.875 409.34375 264.79688 410.625ZM274.34375 416.5L274.34375 414.59375L276.25 414.59375L276.25 416.5Q276.25 417.54688 275.875 418.1953Q275.5 418.84375 274.70312 419.1875L274.23438 418.46875Q274.76562 418.25 275.01562 417.79688Q275.26562 417.34375 275.29688 416.5L274.34375 416.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M212.71875 434.32812L214.4375 434.54688Q214.03125 436.04688 212.92969 436.8828Q211.82812 437.71875 210.10938 437.71875Q207.95312 437.71875 206.6875 436.39062Q205.42188 435.0625 205.42188 432.65625Q205.42188 430.17188 206.69531 428.79688Q207.96875 427.42188 210.01562 427.42188Q212.0 427.42188 213.25 428.76562Q214.5 430.10938 214.5 432.5625Q214.5 432.70312 214.48438 433.0L207.14062 433.0Q207.23438 434.625 208.0625 435.48438Q208.89062 436.34375 210.125 436.34375Q211.03125 436.34375 211.67969 435.8672Q212.32812 435.39062 212.71875 434.32812ZM207.23438 431.625L212.73438 431.625Q212.625 430.39062 212.10938 429.76562Q211.3125 428.79688 210.03125 428.79688Q208.89062 428.79688 208.10156 429.5703Q207.3125 430.34375 207.23438 431.625ZM219.07812 437.5L215.32812 427.64062L217.09375 427.64062L219.21875 433.54688Q219.5625 434.5 219.84375 435.53125Q220.0625 434.75 220.46875 433.65625L222.65625 427.64062L224.375 427.64062L220.64062 437.5L219.07812 437.5ZM232.10938 436.28125Q231.17188 437.07812 230.3125 437.39844Q229.45312 437.71875 228.46875 437.71875Q226.85938 437.71875 225.98438 436.9297Q225.10938 436.14062 225.10938 434.90625Q225.10938 434.17188 225.4375 433.57812Q225.76562 432.98438 226.29688 432.625Q226.82812 432.26562 227.5 432.07812Q228.0 431.9375 228.98438 431.82812Q231.01562 431.57812 231.96875 431.25Q231.96875 430.90625 231.96875 430.8125Q231.96875 429.79688 231.5 429.375Q230.85938 428.8125 229.59375 428.8125Q228.42188 428.8125 227.85938 429.21875Q227.29688 429.625 227.03125 430.6875L225.39062 430.45312Q225.625 429.40625 226.13281 428.76562Q226.64062 428.125 227.60156 427.77344Q228.5625 427.42188 229.84375 427.42188Q231.10938 427.42188 231.89062 427.71875Q232.67188 428.01562 233.04688 428.46875Q233.42188 428.92188 233.5625 429.60938Q233.65625 430.03125 233.65625 431.14062L233.65625 433.375Q233.65625 435.70312 233.75781 436.3203Q233.85938 436.9375 234.1875 437.5L232.4375 437.5Q232.17188 436.98438 232.10938 436.28125ZM231.96875 432.5625Q231.0625 432.92188 229.23438 433.1875Q228.20312 433.32812 227.78125 433.51562Q227.35938 433.70312 227.125 434.0625Q226.89062 434.42188 226.89062 434.85938Q226.89062 435.53125 227.39844 435.97656Q227.90625 436.42188 228.875 436.42188Q229.84375 436.42188 230.59375 435.9922Q231.34375 435.5625 231.70312 434.84375Q231.96875 434.26562 231.96875 433.17188L231.96875 432.5625ZM236.01562 437.5L236.01562 423.90625L237.6875 423.90625L237.6875 437.5L236.01562 437.5ZM246.65625 437.5L246.65625 436.04688Q245.51562 437.71875 243.53125 437.71875Q242.67188 437.71875 241.91406 437.3828Q241.15625 437.04688 240.78906 436.54688Q240.42188 436.04688 240.26562 435.3125Q240.17188 434.8125 240.17188 433.75L240.17188 427.64062L241.84375 427.64062L241.84375 433.10938Q241.84375 434.42188 241.9375 434.875Q242.09375 435.53125 242.60938 435.90625Q243.125 436.28125 243.875 436.28125Q244.625 436.28125 245.28125 435.89844Q245.9375 435.51562 246.21094 434.85156Q246.48438 434.1875 246.48438 432.92188L246.48438 427.64062L248.15625 427.64062L248.15625 437.5L246.65625 437.5ZM257.01562 436.28125Q256.07812 437.07812 255.21875 437.39844Q254.35938 437.71875 253.375 437.71875Q251.76562 437.71875 250.89062 436.9297Q250.01562 436.14062 250.01562 434.90625Q250.01562 434.17188 250.34375 433.57812Q250.67188 432.98438 251.20312 432.625Q251.73438 432.26562 252.40625 432.07812Q252.90625 431.9375 253.89062 431.82812Q255.92188 431.57812 256.875 431.25Q256.875 430.90625 256.875 430.8125Q256.875 429.79688 256.40625 429.375Q255.76562 428.8125 254.5 428.8125Q253.32812 428.8125 252.76562 429.21875Q252.20312 429.625 251.9375 430.6875L250.29688 430.45312Q250.53125 429.40625 251.03906 428.76562Q251.54688 428.125 252.50781 427.77344Q253.46875 427.42188 254.75 427.42188Q256.01562 427.42188 256.79688 427.71875Q257.57812 428.01562 257.95312 428.46875Q258.32812 428.92188 258.46875 429.60938Q258.5625 430.03125 258.5625 431.14062L258.5625 433.375Q258.5625 435.70312 258.66406 436.3203Q258.76562 436.9375 259.09375 437.5L257.34375 437.5Q257.07812 436.98438 257.01562 436.28125ZM256.875 432.5625Q255.96875 432.92188 254.14062 433.1875Q253.10938 433.32812 252.6875 433.51562Q252.26562 433.70312 252.03125 434.0625Q251.79688 434.42188 251.79688 434.85938Q251.79688 435.53125 252.30469 435.97656Q252.8125 436.42188 253.78125 436.42188Q254.75 436.42188 255.5 435.9922Q256.25 435.5625 256.60938 434.84375Q256.875 434.26562 256.875 433.17188L256.875 432.5625ZM264.60938 436.0L264.84375 437.48438Q264.14062 437.625 263.57812 437.625Q262.67188 437.625 262.17188 437.33594Q261.67188 437.04688 261.46875 436.58594Q261.26562 436.125 261.26562 434.60938L261.26562 428.95312L260.03125 428.95312L260.03125 427.64062L261.26562 427.64062L261.26562 425.20312L262.92188 424.20312L262.92188 427.64062L264.60938 427.64062L264.60938 428.95312L262.92188 428.95312L262.92188 434.70312Q262.92188 435.42188 263.0078 435.625Q263.09375 435.82812 263.29688 435.95312Q263.5 436.07812 263.875 436.07812Q264.14062 436.07812 264.60938 436.0ZM272.89062 434.32812L274.60938 434.54688Q274.20312 436.04688 273.10156 436.8828Q272.0 437.71875 270.28125 437.71875Q268.125 437.71875 266.85938 436.39062Q265.59375 435.0625 265.59375 432.65625Q265.59375 430.17188 266.8672 428.79688Q268.14062 427.42188 270.1875 427.42188Q272.17188 427.42188 273.42188 428.76562Q274.67188 430.10938 274.67188 432.5625Q274.67188 432.70312 274.65625 433.0L267.3125 433.0Q267.40625 434.625 268.23438 435.48438Q269.0625 436.34375 270.29688 436.34375Q271.20312 436.34375 271.85156 435.8672Q272.5 435.39062 272.89062 434.32812ZM267.40625 431.625L272.90625 431.625Q272.79688 430.39062 272.28125 429.76562Q271.48438 428.79688 270.20312 428.79688Q269.0625 428.79688 268.27344 429.5703Q267.48438 430.34375 267.40625 431.625Z" fill-rule="nonzero" fill="#000000"></path><path d="M200.17188 453.57812Q200.17188 450.84375 201.70312 449.51562Q202.96875 448.42188 204.79688 448.42188Q206.82812 448.42188 208.11719 449.7578Q209.40625 451.09375 209.40625 453.4375Q209.40625 455.34375 208.83594 456.4297Q208.26562 457.51562 207.17969 458.1172Q206.09375 458.71875 204.79688 458.71875Q202.73438 458.71875 201.45312 457.39062Q200.17188 456.0625 200.17188 453.57812ZM201.89062 453.57812Q201.89062 455.46875 202.71875 456.40625Q203.54688 457.34375 204.79688 457.34375Q206.04688 457.34375 206.86719 456.39844Q207.6875 455.45312 207.6875 453.51562Q207.6875 451.6875 206.85938 450.75Q206.03125 449.8125 204.79688 449.8125Q203.54688 449.8125 202.71875 450.75Q201.89062 451.6875 201.89062 453.57812ZM217.625 458.5L217.625 457.04688Q216.48438 458.71875 214.5 458.71875Q213.64062 458.71875 212.88281 458.3828Q212.125 458.04688 211.75781 457.54688Q211.39062 457.04688 211.23438 456.3125Q211.14062 455.8125 211.14062 454.75L211.14062 448.64062L212.8125 448.64062L212.8125 454.10938Q212.8125 455.42188 212.90625 455.875Q213.0625 456.53125 213.57812 456.90625Q214.09375 457.28125 214.84375 457.28125Q215.59375 457.28125 216.25 456.89844Q216.90625 456.51562 217.17969 455.85156Q217.45312 455.1875 217.45312 453.92188L217.45312 448.64062L219.125 448.64062L219.125 458.5L217.625 458.5ZM225.20312 457.0L225.4375 458.48438Q224.73438 458.625 224.17188 458.625Q223.26562 458.625 222.76562 458.33594Q222.26562 458.04688 222.0625 457.58594Q221.85938 457.125 221.85938 455.60938L221.85938 449.95312L220.625 449.95312L220.625 448.64062L221.85938 448.64062L221.85938 446.20312L223.51562 445.20312L223.51562 448.64062L225.20312 448.64062L225.20312 449.95312L223.51562 449.95312L223.51562 455.70312Q223.51562 456.42188 223.60156 456.625Q223.6875 456.82812 223.89062 456.95312Q224.09375 457.07812 224.46875 457.07812Q224.73438 457.07812 225.20312 457.0ZM233.17188 454.89062L234.8125 455.10938Q234.54688 456.79688 233.4375 457.7578Q232.32812 458.71875 230.70312 458.71875Q228.6875 458.71875 227.46094 457.39844Q226.23438 456.07812 226.23438 453.60938Q226.23438 452.01562 226.75781 450.8203Q227.28125 449.625 228.36719 449.02344Q229.45312 448.42188 230.71875 448.42188Q232.32812 448.42188 233.34375 449.23438Q234.35938 450.04688 234.65625 451.54688L233.03125 451.79688Q232.79688 450.79688 232.20312 450.29688Q231.60938 449.79688 230.78125 449.79688Q229.51562 449.79688 228.72656 450.70312Q227.9375 451.60938 227.9375 453.5625Q227.9375 455.54688 228.70312 456.4453Q229.46875 457.34375 230.6875 457.34375Q231.67188 457.34375 232.32812 456.7422Q232.98438 456.14062 233.17188 454.89062ZM235.4375 453.57812Q235.4375 450.84375 236.96875 449.51562Q238.23438 448.42188 240.0625 448.42188Q242.09375 448.42188 243.38281 449.7578Q244.67188 451.09375 244.67188 453.4375Q244.67188 455.34375 244.10156 456.4297Q243.53125 457.51562 242.44531 458.1172Q241.35938 458.71875 240.0625 458.71875Q238.0 458.71875 236.71875 457.39062Q235.4375 456.0625 235.4375 453.57812ZM237.15625 453.57812Q237.15625 455.46875 237.98438 456.40625Q238.8125 457.34375 240.0625 457.34375Q241.3125 457.34375 242.13281 456.39844Q242.95312 455.45312 242.95312 453.51562Q242.95312 451.6875 242.125 450.75Q241.29688 449.8125 240.0625 449.8125Q238.8125 449.8125 237.98438 450.75Q237.15625 451.6875 237.15625 453.57812ZM246.4375 458.5L246.4375 448.64062L247.9375 448.64062L247.9375 450.03125Q248.39062 449.3125 249.16406 448.8672Q249.9375 448.42188 250.92188 448.42188Q252.01562 448.42188 252.71875 448.875Q253.42188 449.32812 253.70312 450.15625Q254.875 448.42188 256.75 448.42188Q258.21875 448.42188 259.0078 449.23438Q259.79688 450.04688 259.79688 451.73438L259.79688 458.5L258.125 458.5L258.125 452.29688Q258.125 451.29688 257.96875 450.85156Q257.8125 450.40625 257.3828 450.14062Q256.95312 449.875 256.375 449.875Q255.34375 449.875 254.65625 450.5625Q253.96875 451.25 253.96875 452.78125L253.96875 458.5L252.29688 458.5L252.29688 452.09375Q252.29688 450.98438 251.89062 450.4297Q251.48438 449.875 250.54688 449.875Q249.84375 449.875 249.24219 450.2422Q248.64062 450.60938 248.375 451.32812Q248.10938 452.04688 248.10938 453.39062L248.10938 458.5L246.4375 458.5ZM268.73438 455.32812L270.45312 455.54688Q270.04688 457.04688 268.9453 457.8828Q267.84375 458.71875 266.125 458.71875Q263.96875 458.71875 262.70312 457.39062Q261.4375 456.0625 261.4375 453.65625Q261.4375 451.17188 262.71094 449.79688Q263.98438 448.42188 266.03125 448.42188Q268.01562 448.42188 269.26562 449.76562Q270.51562 451.10938 270.51562 453.5625Q270.51562 453.70312 270.5 454.0L263.15625 454.0Q263.25 455.625 264.07812 456.48438Q264.90625 457.34375 266.14062 457.34375Q267.04688 457.34375 267.6953 456.8672Q268.34375 456.39062 268.73438 455.32812ZM263.25 452.625L268.75 452.625Q268.64062 451.39062 268.125 450.76562Q267.32812 449.79688 266.04688 449.79688Q264.90625 449.79688 264.1172 450.5703Q263.32812 451.34375 263.25 452.625ZM271.6875 455.5625L273.34375 455.29688Q273.48438 456.29688 274.1172 456.8203Q274.75 457.34375 275.89062 457.34375Q277.04688 457.34375 277.60156 456.875Q278.15625 456.40625 278.15625 455.78125Q278.15625 455.21875 277.67188 454.89062Q277.32812 454.67188 275.96875 454.32812Q274.125 453.85938 273.41406 453.52344Q272.70312 453.1875 272.33594 452.58594Q271.96875 451.98438 271.96875 451.26562Q271.96875 450.60938 272.27344 450.04688Q272.57812 449.48438 273.09375 449.10938Q273.48438 448.82812 274.15625 448.625Q274.82812 448.42188 275.59375 448.42188Q276.76562 448.42188 277.64062 448.7578Q278.51562 449.09375 278.9297 449.66406Q279.34375 450.23438 279.5 451.1875L277.875 451.40625Q277.76562 450.65625 277.22656 450.22656Q276.6875 449.79688 275.71875 449.79688Q274.5625 449.79688 274.07812 450.1797Q273.59375 450.5625 273.59375 451.0625Q273.59375 451.39062 273.79688 451.65625Q274.0 451.92188 274.4375 452.09375Q274.6875 452.1875 275.90625 452.53125Q277.67188 453.0 278.375 453.29688Q279.07812 453.59375 279.47656 454.17188Q279.875 454.75 279.875 455.60938Q279.875 456.4375 279.39062 457.1797Q278.90625 457.92188 277.98438 458.3203Q277.0625 458.71875 275.90625 458.71875Q273.98438 458.71875 272.97656 457.92188Q271.96875 457.125 271.6875 455.5625Z" fill-rule="nonzero" fill="#000000"></path><path d="M544.71875 177.5L544.71875 163.90625L546.3906 163.90625L546.3906 168.78125Q547.5625 167.42188 549.34375 167.42188Q550.4375 167.42188 551.2422 167.85156Q552.0469 168.28125 552.39844 169.04688Q552.75 169.8125 552.75 171.25L552.75 177.5L551.0781 177.5L551.0781 171.25Q551.0781 170.0 550.53125 169.42969Q549.9844 168.85938 549.0 168.85938Q548.25 168.85938 547.60156 169.24219Q546.9531 169.625 546.6719 170.28906Q546.3906 170.95312 546.3906 172.10938L546.3906 177.5L544.71875 177.5ZM561.84375 174.32812L563.5625 174.54688Q563.15625 176.04688 562.0547 176.88281Q560.9531 177.71875 559.2344 177.71875Q557.0781 177.71875 555.8125 176.39062Q554.5469 175.0625 554.5469 172.65625Q554.5469 170.17188 555.8203 168.79688Q557.09375 167.42188 559.1406 167.42188Q561.125 167.42188 562.375 168.76562Q563.625 170.10938 563.625 172.5625Q563.625 172.70312 563.6094 173.0L556.2656 173.0Q556.3594 174.625 557.1875 175.48438Q558.0156 176.34375 559.25 176.34375Q560.15625 176.34375 560.8047 175.86719Q561.4531 175.39062 561.84375 174.32812ZM556.3594 171.625L561.8594 171.625Q561.75 170.39062 561.2344 169.76562Q560.4375 168.79688 559.15625 168.79688Q558.0156 168.79688 557.22656 169.57031Q556.4375 170.34375 556.3594 171.625ZM565.4375 177.5L565.4375 163.90625L567.1094 163.90625L567.1094 177.5L565.4375 177.5ZM569.6094 181.28125L569.6094 167.64062L571.1406 167.64062L571.1406 168.92188Q571.6719 168.17188 572.35156 167.79688Q573.03125 167.42188 573.9844 167.42188Q575.25 167.42188 576.21875 168.07031Q577.1875 168.71875 577.6797 169.90625Q578.1719 171.09375 578.1719 172.5Q578.1719 174.01562 577.625 175.22656Q577.0781 176.4375 576.0469 177.07812Q575.0156 177.71875 573.875 177.71875Q573.03125 177.71875 572.3672 177.36719Q571.7031 177.01562 571.28125 176.48438L571.28125 181.28125L569.6094 181.28125ZM571.125 172.625Q571.125 174.53125 571.89844 175.4375Q572.6719 176.34375 573.7656 176.34375Q574.875 176.34375 575.66406 175.40625Q576.4531 174.46875 576.4531 172.48438Q576.4531 170.60938 575.6797 169.67188Q574.90625 168.73438 573.8281 168.73438Q572.7656 168.73438 571.9453 169.73438Q571.125 170.73438 571.125 172.625ZM580.4219 177.5L580.4219 175.59375L582.3281 175.59375L582.3281 177.5Q582.3281 178.54688 581.9531 179.19531Q581.5781 179.84375 580.78125 180.1875L580.3125 179.46875Q580.84375 179.25 581.09375 178.79688Q581.34375 178.34375 581.375 177.5L580.4219 177.5ZM590.3594 181.28125L590.3594 167.64062L591.8906 167.64062L591.8906 168.92188Q592.4219 168.17188 593.10156 167.79688Q593.78125 167.42188 594.7344 167.42188Q596.0 167.42188 596.96875 168.07031Q597.9375 168.71875 598.4297 169.90625Q598.9219 171.09375 598.9219 172.5Q598.9219 174.01562 598.375 175.22656Q597.8281 176.4375 596.7969 177.07812Q595.7656 177.71875 594.625 177.71875Q593.78125 177.71875 593.1172 177.36719Q592.4531 177.01562 592.03125 176.48438L592.03125 181.28125L590.3594 181.28125ZM591.875 172.625Q591.875 174.53125 592.64844 175.4375Q593.4219 176.34375 594.5156 176.34375Q595.625 176.34375 596.41406 175.40625Q597.2031 174.46875 597.2031 172.48438Q597.2031 170.60938 596.4297 169.67188Q595.65625 168.73438 594.5781 168.73438Q593.5156 168.73438 592.6953 169.73438Q591.875 170.73438 591.875 172.625ZM600.71875 177.5L600.71875 167.64062L602.21875 167.64062L602.21875 169.14062Q602.7969 168.09375 603.28125 167.75781Q603.7656 167.42188 604.3594 167.42188Q605.2031 167.42188 606.0781 167.96875L605.5 169.51562Q604.8906 169.15625 604.2656 169.15625Q603.71875 169.15625 603.28906 169.48438Q602.8594 169.8125 602.6719 170.39062Q602.3906 171.28125 602.3906 172.34375L602.3906 177.5L600.71875 177.5ZM613.6875 174.32812L615.40625 174.54688Q615.0 176.04688 613.89844 176.88281Q612.7969 177.71875 611.0781 177.71875Q608.9219 177.71875 607.65625 176.39062Q606.3906 175.0625 606.3906 172.65625Q606.3906 170.17188 607.66406 168.79688Q608.9375 167.42188 610.9844 167.42188Q612.96875 167.42188 614.21875 168.76562Q615.46875 170.10938 615.46875 172.5625Q615.46875 172.70312 615.4531 173.0L608.1094 173.0Q608.2031 174.625 609.03125 175.48438Q609.8594 176.34375 611.09375 176.34375Q612.0 176.34375 612.64844 175.86719Q613.2969 175.39062 613.6875 174.32812ZM608.2031 171.625L613.7031 171.625Q613.59375 170.39062 613.0781 169.76562Q612.28125 168.79688 611.0 168.79688Q609.8594 168.79688 609.0703 169.57031Q608.28125 170.34375 608.2031 171.625ZM616.65625 174.5625L618.3125 174.29688Q618.4531 175.29688 619.08594 175.82031Q619.71875 176.34375 620.8594 176.34375Q622.0156 176.34375 622.5703 175.875Q623.125 175.40625 623.125 174.78125Q623.125 174.21875 622.6406 173.89062Q622.2969 173.67188 620.9375 173.32812Q619.09375 172.85938 618.3828 172.52344Q617.6719 172.1875 617.3047 171.58594Q616.9375 170.98438 616.9375 170.26562Q616.9375 169.60938 617.2422 169.04688Q617.5469 168.48438 618.0625 168.10938Q618.4531 167.82812 619.125 167.625Q619.7969 167.42188 620.5625 167.42188Q621.7344 167.42188 622.6094 167.75781Q623.4844 168.09375 623.89844 168.66406Q624.3125 169.23438 624.46875 170.1875L622.84375 170.40625Q622.7344 169.65625 622.1953 169.22656Q621.65625 168.79688 620.6875 168.79688Q619.53125 168.79688 619.0469 169.17969Q618.5625 169.5625 618.5625 170.0625Q618.5625 170.39062 618.7656 170.65625Q618.96875 170.92188 619.40625 171.09375Q619.65625 171.1875 620.875 171.53125Q622.6406 172.0 623.34375 172.29688Q624.0469 172.59375 624.4453 173.17188Q624.84375 173.75 624.84375 174.60938Q624.84375 175.4375 624.3594 176.17969Q623.875 176.92188 622.9531 177.32031Q622.03125 177.71875 620.875 177.71875Q618.9531 177.71875 617.9453 176.92188Q616.9375 176.125 616.65625 174.5625ZM633.40625 174.32812L635.125 174.54688Q634.71875 176.04688 633.6172 176.88281Q632.5156 177.71875 630.7969 177.71875Q628.6406 177.71875 627.375 176.39062Q626.1094 175.0625 626.1094 172.65625Q626.1094 170.17188 627.3828 168.79688Q628.65625 167.42188 630.7031 167.42188Q632.6875 167.42188 633.9375 168.76562Q635.1875 170.10938 635.1875 172.5625Q635.1875 172.70312 635.1719 173.0L627.8281 173.0Q627.9219 174.625 628.75 175.48438Q629.5781 176.34375 630.8125 176.34375Q631.71875 176.34375 632.3672 175.86719Q633.0156 175.39062 633.40625 174.32812ZM627.9219 171.625L633.4219 171.625Q633.3125 170.39062 632.7969 169.76562Q632.0 168.79688 630.71875 168.79688Q629.5781 168.79688 628.78906 169.57031Q628.0 170.34375 627.9219 171.625ZM637.03125 177.5L637.03125 167.64062L638.53125 167.64062L638.53125 169.04688Q639.625 167.42188 641.6719 167.42188Q642.5625 167.42188 643.3125 167.74219Q644.0625 168.0625 644.4297 168.58594Q644.7969 169.10938 644.9531 169.8125Q645.0469 170.28125 645.0469 171.4375L645.0469 177.5L643.375 177.5L643.375 171.5Q643.375 170.48438 643.1797 169.97656Q642.9844 169.46875 642.4844 169.17188Q641.9844 168.875 641.3125 168.875Q640.25 168.875 639.47656 169.54688Q638.7031 170.21875 638.7031 172.125L638.7031 177.5L637.03125 177.5ZM651.0625 176.0L651.2969 177.48438Q650.59375 177.625 650.03125 177.625Q649.125 177.625 648.625 177.33594Q648.125 177.04688 647.9219 176.58594Q647.71875 176.125 647.71875 174.60938L647.71875 168.95312L646.4844 168.95312L646.4844 167.64062L647.71875 167.64062L647.71875 165.20312L649.375 164.20312L649.375 167.64062L651.0625 167.64062L651.0625 168.95312L649.375 168.95312L649.375 174.70312Q649.375 175.42188 649.46094 175.625Q649.5469 175.82812 649.75 175.95312Q649.9531 176.07812 650.3281 176.07812Q650.59375 176.07812 651.0625 176.0ZM653.0156 177.5L653.0156 175.59375L654.9219 175.59375L654.9219 177.5Q654.9219 178.54688 654.5469 179.19531Q654.1719 179.84375 653.375 180.1875L652.90625 179.46875Q653.4375 179.25 653.6875 178.79688Q653.9375 178.34375 653.96875 177.5L653.0156 177.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M527.78125 198.5L527.78125 197.25Q526.84375 198.71875 525.03125 198.71875Q523.8594 198.71875 522.8672 198.07031Q521.875 197.42188 521.33594 196.25781Q520.7969 195.09375 520.7969 193.57812Q520.7969 192.10938 521.28906 190.90625Q521.78125 189.70312 522.7578 189.0625Q523.7344 188.42188 524.9531 188.42188Q525.84375 188.42188 526.53906 188.79688Q527.2344 189.17188 527.6719 189.78125L527.6719 184.90625L529.3281 184.90625L529.3281 198.5L527.78125 198.5ZM522.5 193.57812Q522.5 195.46875 523.3047 196.40625Q524.1094 197.34375 525.1875 197.34375Q526.28125 197.34375 527.0469 196.45312Q527.8125 195.5625 527.8125 193.71875Q527.8125 191.70312 527.03125 190.75781Q526.25 189.8125 525.1094 189.8125Q524.0 189.8125 523.25 190.71875Q522.5 191.625 522.5 193.57812ZM531.1406 193.57812Q531.1406 190.84375 532.6719 189.51562Q533.9375 188.42188 535.7656 188.42188Q537.7969 188.42188 539.08594 189.75781Q540.375 191.09375 540.375 193.4375Q540.375 195.34375 539.8047 196.42969Q539.2344 197.51562 538.14844 198.11719Q537.0625 198.71875 535.7656 198.71875Q533.7031 198.71875 532.4219 197.39062Q531.1406 196.0625 531.1406 193.57812ZM532.8594 193.57812Q532.8594 195.46875 533.6875 196.40625Q534.5156 197.34375 535.7656 197.34375Q537.0156 197.34375 537.83594 196.39844Q538.65625 195.45312 538.65625 193.51562Q538.65625 191.6875 537.8281 190.75Q537.0 189.8125 535.7656 189.8125Q534.5156 189.8125 533.6875 190.75Q532.8594 191.6875 532.8594 193.57812ZM548.5781 194.89062L550.21875 195.10938Q549.9531 196.79688 548.84375 197.75781Q547.7344 198.71875 546.1094 198.71875Q544.09375 198.71875 542.8672 197.39844Q541.6406 196.07812 541.6406 193.60938Q541.6406 192.01562 542.16406 190.82031Q542.6875 189.625 543.77344 189.02344Q544.8594 188.42188 546.125 188.42188Q547.7344 188.42188 548.75 189.23438Q549.7656 190.04688 550.0625 191.54688L548.4375 191.79688Q548.2031 190.79688 547.6094 190.29688Q547.0156 189.79688 546.1875 189.79688Q544.9219 189.79688 544.1328 190.70312Q543.34375 191.60938 543.34375 193.5625Q543.34375 195.54688 544.1094 196.44531Q544.875 197.34375 546.09375 197.34375Q547.0781 197.34375 547.7344 196.74219Q548.3906 196.14062 548.5781 194.89062ZM557.9219 198.5L557.9219 197.04688Q556.78125 198.71875 554.7969 198.71875Q553.9375 198.71875 553.1797 198.38281Q552.4219 198.04688 552.0547 197.54688Q551.6875 197.04688 551.53125 196.3125Q551.4375 195.8125 551.4375 194.75L551.4375 188.64062L553.1094 188.64062L553.1094 194.10938Q553.1094 195.42188 553.2031 195.875Q553.3594 196.53125 553.875 196.90625Q554.3906 197.28125 555.1406 197.28125Q555.8906 197.28125 556.5469 196.89844Q557.2031 196.51562 557.47656 195.85156Q557.75 195.1875 557.75 193.92188L557.75 188.64062L559.4219 188.64062L559.4219 198.5L557.9219 198.5ZM561.84375 198.5L561.84375 188.64062L563.34375 188.64062L563.34375 190.03125Q563.7969 189.3125 564.5703 188.86719Q565.34375 188.42188 566.3281 188.42188Q567.4219 188.42188 568.125 188.875Q568.8281 189.32812 569.1094 190.15625Q570.28125 188.42188 572.15625 188.42188Q573.625 188.42188 574.41406 189.23438Q575.2031 190.04688 575.2031 191.73438L575.2031 198.5L573.53125 198.5L573.53125 192.29688Q573.53125 191.29688 573.375 190.85156Q573.21875 190.40625 572.78906 190.14062Q572.3594 189.875 571.78125 189.875Q570.75 189.875 570.0625 190.5625Q569.375 191.25 569.375 192.78125L569.375 198.5L567.7031 198.5L567.7031 192.09375Q567.7031 190.98438 567.2969 190.42969Q566.8906 189.875 565.9531 189.875Q565.25 189.875 564.64844 190.24219Q564.0469 190.60938 563.78125 191.32812Q563.5156 192.04688 563.5156 193.39062L563.5156 198.5L561.84375 198.5ZM584.1406 195.32812L585.8594 195.54688Q585.4531 197.04688 584.35156 197.88281Q583.25 198.71875 581.53125 198.71875Q579.375 198.71875 578.1094 197.39062Q576.84375 196.0625 576.84375 193.65625Q576.84375 191.17188 578.1172 189.79688Q579.3906 188.42188 581.4375 188.42188Q583.4219 188.42188 584.6719 189.76562Q585.9219 191.10938 585.9219 193.5625Q585.9219 193.70312 585.90625 194.0L578.5625 194.0Q578.65625 195.625 579.4844 196.48438Q580.3125 197.34375 581.5469 197.34375Q582.4531 197.34375 583.10156 196.86719Q583.75 196.39062 584.1406 195.32812ZM578.65625 192.625L584.15625 192.625Q584.0469 191.39062 583.53125 190.76562Q582.7344 189.79688 581.4531 189.79688Q580.3125 189.79688 579.52344 190.57031Q578.7344 191.34375 578.65625 192.625ZM587.7656 198.5L587.7656 188.64062L589.2656 188.64062L589.2656 190.04688Q590.3594 188.42188 592.40625 188.42188Q593.2969 188.42188 594.0469 188.74219Q594.7969 189.0625 595.16406 189.58594Q595.53125 190.10938 595.6875 190.8125Q595.78125 191.28125 595.78125 192.4375L595.78125 198.5L594.1094 198.5L594.1094 192.5Q594.1094 191.48438 593.91406 190.97656Q593.71875 190.46875 593.21875 190.17188Q592.71875 189.875 592.0469 189.875Q590.9844 189.875 590.21094 190.54688Q589.4375 191.21875 589.4375 193.125L589.4375 198.5L587.7656 198.5ZM601.7969 197.0L602.03125 198.48438Q601.3281 198.625 600.7656 198.625Q599.8594 198.625 599.3594 198.33594Q598.8594 198.04688 598.65625 197.58594Q598.4531 197.125 598.4531 195.60938L598.4531 189.95312L597.21875 189.95312L597.21875 188.64062L598.4531 188.64062L598.4531 186.20312L600.1094 185.20312L600.1094 188.64062L601.7969 188.64062L601.7969 189.95312L600.1094 189.95312L600.1094 195.70312Q600.1094 196.42188 600.1953 196.625Q600.28125 196.82812 600.4844 196.95312Q600.6875 197.07812 601.0625 197.07812Q601.3281 197.07812 601.7969 197.0ZM603.75 198.5L603.75 196.59375L605.65625 196.59375L605.65625 198.5Q605.65625 199.54688 605.28125 200.19531Q604.90625 200.84375 604.1094 201.1875L603.6406 200.46875Q604.1719 200.25 604.4219 199.79688Q604.6719 199.34375 604.7031 198.5L603.75 198.5ZM613.0156 195.5625L614.6719 195.29688Q614.8125 196.29688 615.4453 196.82031Q616.0781 197.34375 617.21875 197.34375Q618.375 197.34375 618.9297 196.875Q619.4844 196.40625 619.4844 195.78125Q619.4844 195.21875 619.0 194.89062Q618.65625 194.67188 617.2969 194.32812Q615.4531 193.85938 614.7422 193.52344Q614.03125 193.1875 613.66406 192.58594Q613.2969 191.98438 613.2969 191.26562Q613.2969 190.60938 613.60156 190.04688Q613.90625 189.48438 614.4219 189.10938Q614.8125 188.82812 615.4844 188.625Q616.15625 188.42188 616.9219 188.42188Q618.09375 188.42188 618.96875 188.75781Q619.84375 189.09375 620.2578 189.66406Q620.6719 190.23438 620.8281 191.1875L619.2031 191.40625Q619.09375 190.65625 618.5547 190.22656Q618.0156 189.79688 617.0469 189.79688Q615.8906 189.79688 615.40625 190.17969Q614.9219 190.5625 614.9219 191.0625Q614.9219 191.39062 615.125 191.65625Q615.3281 191.92188 615.7656 192.09375Q616.0156 192.1875 617.2344 192.53125Q619.0 193.0 619.7031 193.29688Q620.40625 193.59375 620.8047 194.17188Q621.2031 194.75 621.2031 195.60938Q621.2031 196.4375 620.71875 197.17969Q620.2344 197.92188 619.3125 198.32031Q618.3906 198.71875 617.2344 198.71875Q615.3125 198.71875 614.3047 197.92188Q613.2969 197.125 613.0156 195.5625ZM629.46875 198.5L629.46875 197.04688Q628.3281 198.71875 626.34375 198.71875Q625.4844 198.71875 624.72656 198.38281Q623.96875 198.04688 623.60156 197.54688Q623.2344 197.04688 623.0781 196.3125Q622.9844 195.8125 622.9844 194.75L622.9844 188.64062L624.65625 188.64062L624.65625 194.10938Q624.65625 195.42188 624.75 195.875Q624.90625 196.53125 625.4219 196.90625Q625.9375 197.28125 626.6875 197.28125Q627.4375 197.28125 628.09375 196.89844Q628.75 196.51562 629.02344 195.85156Q629.2969 195.1875 629.2969 193.92188L629.2969 188.64062L630.96875 188.64062L630.96875 198.5L629.46875 198.5ZM633.3906 202.28125L633.3906 188.64062L634.9219 188.64062L634.9219 189.92188Q635.4531 189.17188 636.1328 188.79688Q636.8125 188.42188 637.7656 188.42188Q639.03125 188.42188 640.0 189.07031Q640.96875 189.71875 641.46094 190.90625Q641.9531 192.09375 641.9531 193.5Q641.9531 195.01562 641.40625 196.22656Q640.8594 197.4375 639.8281 198.07812Q638.7969 198.71875 637.65625 198.71875Q636.8125 198.71875 636.14844 198.36719Q635.4844 198.01562 635.0625 197.48438L635.0625 202.28125L633.3906 202.28125ZM634.90625 193.625Q634.90625 195.53125 635.6797 196.4375Q636.4531 197.34375 637.5469 197.34375Q638.65625 197.34375 639.4453 196.40625Q640.2344 195.46875 640.2344 193.48438Q640.2344 191.60938 639.46094 190.67188Q638.6875 189.73438 637.6094 189.73438Q636.5469 189.73438 635.72656 190.73438Q634.90625 191.73438 634.90625 193.625ZM643.7656 202.28125L643.7656 188.64062L645.2969 188.64062L645.2969 189.92188Q645.8281 189.17188 646.5078 188.79688Q647.1875 188.42188 648.1406 188.42188Q649.40625 188.42188 650.375 189.07031Q651.34375 189.71875 651.83594 190.90625Q652.3281 192.09375 652.3281 193.5Q652.3281 195.01562 651.78125 196.22656Q651.2344 197.4375 650.2031 198.07812Q649.1719 198.71875 648.03125 198.71875Q647.1875 198.71875 646.52344 198.36719Q645.8594 198.01562 645.4375 197.48438L645.4375 202.28125L643.7656 202.28125ZM645.28125 193.625Q645.28125 195.53125 646.0547 196.4375Q646.8281 197.34375 647.9219 197.34375Q649.03125 197.34375 649.8203 196.40625Q650.6094 195.46875 650.6094 193.48438Q650.6094 191.60938 649.83594 190.67188Q649.0625 189.73438 647.9844 189.73438Q646.9219 189.73438 646.10156 190.73438Q645.28125 191.73438 645.28125 193.625ZM653.5156 193.57812Q653.5156 190.84375 655.0469 189.51562Q656.3125 188.42188 658.1406 188.42188Q660.1719 188.42188 661.46094 189.75781Q662.75 191.09375 662.75 193.4375Q662.75 195.34375 662.1797 196.42969Q661.6094 197.51562 660.52344 198.11719Q659.4375 198.71875 658.1406 198.71875Q656.0781 198.71875 654.7969 197.39062Q653.5156 196.0625 653.5156 193.57812ZM655.2344 193.57812Q655.2344 195.46875 656.0625 196.40625Q656.8906 197.34375 658.1406 197.34375Q659.3906 197.34375 660.21094 196.39844Q661.03125 195.45312 661.03125 193.51562Q661.03125 191.6875 660.2031 190.75Q659.375 189.8125 658.1406 189.8125Q656.8906 189.8125 656.0625 190.75Q655.2344 191.6875 655.2344 193.57812ZM664.5 198.5L664.5 188.64062L666.0 188.64062L666.0 190.14062Q666.5781 189.09375 667.0625 188.75781Q667.5469 188.42188 668.1406 188.42188Q668.9844 188.42188 669.8594 188.96875L669.28125 190.51562Q668.6719 190.15625 668.0469 190.15625Q667.5 190.15625 667.0703 190.48438Q666.6406 190.8125 666.4531 191.39062Q666.1719 192.28125 666.1719 193.34375L666.1719 198.5L664.5 198.5ZM674.3906 197.0L674.625 198.48438Q673.9219 198.625 673.3594 198.625Q672.4531 198.625 671.9531 198.33594Q671.4531 198.04688 671.25 197.58594Q671.0469 197.125 671.0469 195.60938L671.0469 189.95312L669.8125 189.95312L669.8125 188.64062L671.0469 188.64062L671.0469 186.20312L672.7031 185.20312L672.7031 188.64062L674.3906 188.64062L674.3906 189.95312L672.7031 189.95312L672.7031 195.70312Q672.7031 196.42188 672.78906 196.625Q672.875 196.82812 673.0781 196.95312Q673.28125 197.07812 673.65625 197.07812Q673.9219 197.07812 674.3906 197.0ZM676.34375 198.5L676.34375 196.59375L678.25 196.59375L678.25 198.5Q678.25 199.54688 677.875 200.19531Q677.5 200.84375 676.7031 201.1875L676.2344 200.46875Q676.7656 200.25 677.0156 199.79688Q677.2656 199.34375 677.2969 198.5L676.34375 198.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M527.2969 218.28125Q526.3594 219.07812 525.5 219.39844Q524.6406 219.71875 523.65625 219.71875Q522.0469 219.71875 521.1719 218.92969Q520.2969 218.14062 520.2969 216.90625Q520.2969 216.17188 520.625 215.57812Q520.9531 214.98438 521.4844 214.625Q522.0156 214.26562 522.6875 214.07812Q523.1875 213.9375 524.1719 213.82812Q526.2031 213.57812 527.15625 213.25Q527.15625 212.90625 527.15625 212.8125Q527.15625 211.79688 526.6875 211.375Q526.0469 210.8125 524.78125 210.8125Q523.6094 210.8125 523.0469 211.21875Q522.4844 211.625 522.21875 212.6875L520.5781 212.45312Q520.8125 211.40625 521.3203 210.76562Q521.8281 210.125 522.78906 209.77344Q523.75 209.42188 525.03125 209.42188Q526.2969 209.42188 527.0781 209.71875Q527.8594 210.01562 528.2344 210.46875Q528.6094 210.92188 528.75 211.60938Q528.84375 212.03125 528.84375 213.14062L528.84375 215.375Q528.84375 217.70312 528.9453 218.32031Q529.0469 218.9375 529.375 219.5L527.625 219.5Q527.3594 218.98438 527.2969 218.28125ZM527.15625 214.5625Q526.25 214.92188 524.4219 215.1875Q523.3906 215.32812 522.96875 215.51562Q522.5469 215.70312 522.3125 216.0625Q522.0781 216.42188 522.0781 216.85938Q522.0781 217.53125 522.58594 217.97656Q523.09375 218.42188 524.0625 218.42188Q525.03125 218.42188 525.78125 217.99219Q526.53125 217.5625 526.8906 216.84375Q527.15625 216.26562 527.15625 215.17188L527.15625 214.5625ZM531.2344 219.5L531.2344 209.64062L532.7344 209.64062L532.7344 211.04688Q533.8281 209.42188 535.875 209.42188Q536.7656 209.42188 537.5156 209.74219Q538.2656 210.0625 538.6328 210.58594Q539.0 211.10938 539.15625 211.8125Q539.25 212.28125 539.25 213.4375L539.25 219.5L537.5781 219.5L537.5781 213.5Q537.5781 212.48438 537.3828 211.97656Q537.1875 211.46875 536.6875 211.17188Q536.1875 210.875 535.5156 210.875Q534.4531 210.875 533.6797 211.54688Q532.90625 212.21875 532.90625 214.125L532.90625 219.5L531.2344 219.5ZM541.6094 219.5L541.6094 209.64062L543.1094 209.64062L543.1094 211.04688Q544.2031 209.42188 546.25 209.42188Q547.1406 209.42188 547.8906 209.74219Q548.6406 210.0625 549.0078 210.58594Q549.375 211.10938 549.53125 211.8125Q549.625 212.28125 549.625 213.4375L549.625 219.5L547.9531 219.5L547.9531 213.5Q547.9531 212.48438 547.7578 211.97656Q547.5625 211.46875 547.0625 211.17188Q546.5625 210.875 545.8906 210.875Q544.8281 210.875 544.0547 211.54688Q543.28125 212.21875 543.28125 214.125L543.28125 219.5L541.6094 219.5ZM551.3594 214.57812Q551.3594 211.84375 552.8906 210.51562Q554.15625 209.42188 555.9844 209.42188Q558.0156 209.42188 559.3047 210.75781Q560.59375 212.09375 560.59375 214.4375Q560.59375 216.34375 560.02344 217.42969Q559.4531 218.51562 558.3672 219.11719Q557.28125 219.71875 555.9844 219.71875Q553.9219 219.71875 552.6406 218.39062Q551.3594 217.0625 551.3594 214.57812ZM553.0781 214.57812Q553.0781 216.46875 553.90625 217.40625Q554.7344 218.34375 555.9844 218.34375Q557.2344 218.34375 558.0547 217.39844Q558.875 216.45312 558.875 214.51562Q558.875 212.6875 558.0469 211.75Q557.21875 210.8125 555.9844 210.8125Q554.7344 210.8125 553.90625 211.75Q553.0781 212.6875 553.0781 214.57812ZM568.8125 219.5L568.8125 218.04688Q567.6719 219.71875 565.6875 219.71875Q564.8281 219.71875 564.0703 219.38281Q563.3125 219.04688 562.9453 218.54688Q562.5781 218.04688 562.4219 217.3125Q562.3281 216.8125 562.3281 215.75L562.3281 209.64062L564.0 209.64062L564.0 215.10938Q564.0 216.42188 564.09375 216.875Q564.25 217.53125 564.7656 217.90625Q565.28125 218.28125 566.03125 218.28125Q566.78125 218.28125 567.4375 217.89844Q568.09375 217.51562 568.3672 216.85156Q568.6406 216.1875 568.6406 214.92188L568.6406 209.64062L570.3125 209.64062L570.3125 219.5L568.8125 219.5ZM572.7344 219.5L572.7344 209.64062L574.2344 209.64062L574.2344 211.04688Q575.3281 209.42188 577.375 209.42188Q578.2656 209.42188 579.0156 209.74219Q579.7656 210.0625 580.1328 210.58594Q580.5 211.10938 580.65625 211.8125Q580.75 212.28125 580.75 213.4375L580.75 219.5L579.0781 219.5L579.0781 213.5Q579.0781 212.48438 578.8828 211.97656Q578.6875 211.46875 578.1875 211.17188Q577.6875 210.875 577.0156 210.875Q575.9531 210.875 575.1797 211.54688Q574.40625 212.21875 574.40625 214.125L574.40625 219.5L572.7344 219.5ZM589.5469 215.89062L591.1875 216.10938Q590.9219 217.79688 589.8125 218.75781Q588.7031 219.71875 587.0781 219.71875Q585.0625 219.71875 583.83594 218.39844Q582.6094 217.07812 582.6094 214.60938Q582.6094 213.01562 583.1328 211.82031Q583.65625 210.625 584.7422 210.02344Q585.8281 209.42188 587.09375 209.42188Q588.7031 209.42188 589.71875 210.23438Q590.7344 211.04688 591.03125 212.54688L589.40625 212.79688Q589.1719 211.79688 588.5781 211.29688Q587.9844 210.79688 587.15625 210.79688Q585.8906 210.79688 585.10156 211.70312Q584.3125 212.60938 584.3125 214.5625Q584.3125 216.54688 585.0781 217.44531Q585.84375 218.34375 587.0625 218.34375Q588.0469 218.34375 588.7031 217.74219Q589.3594 217.14062 589.5469 215.89062ZM599.1875 216.32812L600.90625 216.54688Q600.5 218.04688 599.39844 218.88281Q598.2969 219.71875 596.5781 219.71875Q594.4219 219.71875 593.15625 218.39062Q591.8906 217.0625 591.8906 214.65625Q591.8906 212.17188 593.16406 210.79688Q594.4375 209.42188 596.4844 209.42188Q598.46875 209.42188 599.71875 210.76562Q600.96875 212.10938 600.96875 214.5625Q600.96875 214.70312 600.9531 215.0L593.6094 215.0Q593.7031 216.625 594.53125 217.48438Q595.3594 218.34375 596.59375 218.34375Q597.5 218.34375 598.14844 217.86719Q598.7969 217.39062 599.1875 216.32812ZM593.7031 213.625L599.2031 213.625Q599.09375 212.39062 598.5781 211.76562Q597.78125 210.79688 596.5 210.79688Q595.3594 210.79688 594.5703 211.57031Q593.78125 212.34375 593.7031 213.625ZM603.25 219.5L603.25 217.59375L605.15625 217.59375L605.15625 219.5Q605.15625 220.54688 604.78125 221.19531Q604.40625 221.84375 603.6094 222.1875L603.1406 221.46875Q603.6719 221.25 603.9219 220.79688Q604.1719 220.34375 604.2031 219.5L603.25 219.5ZM613.1875 223.28125L613.1875 209.64062L614.71875 209.64062L614.71875 210.92188Q615.25 210.17188 615.9297 209.79688Q616.6094 209.42188 617.5625 209.42188Q618.8281 209.42188 619.7969 210.07031Q620.7656 210.71875 621.2578 211.90625Q621.75 213.09375 621.75 214.5Q621.75 216.01562 621.2031 217.22656Q620.65625 218.4375 619.625 219.07812Q618.59375 219.71875 617.4531 219.71875Q616.6094 219.71875 615.9453 219.36719Q615.28125 219.01562 614.8594 218.48438L614.8594 223.28125L613.1875 223.28125ZM614.7031 214.625Q614.7031 216.53125 615.47656 217.4375Q616.25 218.34375 617.34375 218.34375Q618.4531 218.34375 619.2422 217.40625Q620.03125 216.46875 620.03125 214.48438Q620.03125 212.60938 619.2578 211.67188Q618.4844 210.73438 617.40625 210.73438Q616.34375 210.73438 615.52344 211.73438Q614.7031 212.73438 614.7031 214.625ZM623.5469 219.5L623.5469 209.64062L625.0469 209.64062L625.0469 211.14062Q625.625 210.09375 626.1094 209.75781Q626.59375 209.42188 627.1875 209.42188Q628.03125 209.42188 628.90625 209.96875L628.3281 211.51562Q627.71875 211.15625 627.09375 211.15625Q626.5469 211.15625 626.1172 211.48438Q625.6875 211.8125 625.5 212.39062Q625.21875 213.28125 625.21875 214.34375L625.21875 219.5L623.5469 219.5ZM629.1406 214.57812Q629.1406 211.84375 630.6719 210.51562Q631.9375 209.42188 633.7656 209.42188Q635.7969 209.42188 637.08594 210.75781Q638.375 212.09375 638.375 214.4375Q638.375 216.34375 637.8047 217.42969Q637.2344 218.51562 636.14844 219.11719Q635.0625 219.71875 633.7656 219.71875Q631.7031 219.71875 630.4219 218.39062Q629.1406 217.0625 629.1406 214.57812ZM630.8594 214.57812Q630.8594 216.46875 631.6875 217.40625Q632.5156 218.34375 633.7656 218.34375Q635.0156 218.34375 635.83594 217.39844Q636.65625 216.45312 636.65625 214.51562Q636.65625 212.6875 635.8281 211.75Q635.0 210.8125 633.7656 210.8125Q632.5156 210.8125 631.6875 211.75Q630.8594 212.6875 630.8594 214.57812ZM640.15625 219.5L640.15625 209.64062L641.65625 209.64062L641.65625 211.03125Q642.1094 210.3125 642.8828 209.86719Q643.65625 209.42188 644.6406 209.42188Q645.7344 209.42188 646.4375 209.875Q647.1406 210.32812 647.4219 211.15625Q648.59375 209.42188 650.46875 209.42188Q651.9375 209.42188 652.72656 210.23438Q653.5156 211.04688 653.5156 212.73438L653.5156 219.5L651.84375 219.5L651.84375 213.29688Q651.84375 212.29688 651.6875 211.85156Q651.53125 211.40625 651.10156 211.14062Q650.6719 210.875 650.09375 210.875Q649.0625 210.875 648.375 211.5625Q647.6875 212.25 647.6875 213.78125L647.6875 219.5L646.0156 219.5L646.0156 213.09375Q646.0156 211.98438 645.6094 211.42969Q645.2031 210.875 644.2656 210.875Q643.5625 210.875 642.96094 211.24219Q642.3594 211.60938 642.09375 212.32812Q641.8281 213.04688 641.8281 214.39062L641.8281 219.5L640.15625 219.5ZM655.0625 214.57812Q655.0625 211.84375 656.59375 210.51562Q657.8594 209.42188 659.6875 209.42188Q661.71875 209.42188 663.0078 210.75781Q664.2969 212.09375 664.2969 214.4375Q664.2969 216.34375 663.72656 217.42969Q663.15625 218.51562 662.0703 219.11719Q660.9844 219.71875 659.6875 219.71875Q657.625 219.71875 656.34375 218.39062Q655.0625 217.0625 655.0625 214.57812ZM656.78125 214.57812Q656.78125 216.46875 657.6094 217.40625Q658.4375 218.34375 659.6875 218.34375Q660.9375 218.34375 661.7578 217.39844Q662.5781 216.45312 662.5781 214.51562Q662.5781 212.6875 661.75 211.75Q660.9219 210.8125 659.6875 210.8125Q658.4375 210.8125 657.6094 211.75Q656.78125 212.6875 656.78125 214.57812ZM669.71875 218.0L669.9531 219.48438Q669.25 219.625 668.6875 219.625Q667.78125 219.625 667.28125 219.33594Q666.78125 219.04688 666.5781 218.58594Q666.375 218.125 666.375 216.60938L666.375 210.95312L665.1406 210.95312L665.1406 209.64062L666.375 209.64062L666.375 207.20312L668.03125 206.20312L668.03125 209.64062L669.71875 209.64062L669.71875 210.95312L668.03125 210.95312L668.03125 216.70312Q668.03125 217.42188 668.1172 217.625Q668.2031 217.82812 668.40625 217.95312Q668.6094 218.07812 668.9844 218.07812Q669.25 218.07812 669.71875 218.0ZM678.0 216.32812L679.71875 216.54688Q679.3125 218.04688 678.21094 218.88281Q677.1094 219.71875 675.3906 219.71875Q673.2344 219.71875 671.96875 218.39062Q670.7031 217.0625 670.7031 214.65625Q670.7031 212.17188 671.97656 210.79688Q673.25 209.42188 675.2969 209.42188Q677.28125 209.42188 678.53125 210.76562Q679.78125 212.10938 679.78125 214.5625Q679.78125 214.70312 679.7656 215.0L672.4219 215.0Q672.5156 216.625 673.34375 217.48438Q674.1719 218.34375 675.40625 218.34375Q676.3125 218.34375 676.96094 217.86719Q677.6094 217.39062 678.0 216.32812ZM672.5156 213.625L678.0156 213.625Q677.90625 212.39062 677.3906 211.76562Q676.59375 210.79688 675.3125 210.79688Q674.1719 210.79688 673.3828 211.57031Q672.59375 212.34375 672.5156 213.625Z" fill-rule="nonzero" fill="#000000"></path><path d="M489.9375 645.8125L489.9375 643.90625L491.60938 643.90625L491.60938 645.8125L489.9375 645.8125ZM489.9375 657.5L489.9375 647.6406L491.60938 647.6406L491.60938 657.5L489.9375 657.5ZM500.45312 657.5L500.45312 656.25Q499.51562 657.71875 497.70312 657.71875Q496.53125 657.71875 495.53906 657.0703Q494.54688 656.4219 494.0078 655.2578Q493.46875 654.09375 493.46875 652.5781Q493.46875 651.1094 493.96094 649.90625Q494.45312 648.7031 495.4297 648.0625Q496.40625 647.4219 497.625 647.4219Q498.51562 647.4219 499.21094 647.7969Q499.90625 648.1719 500.34375 648.78125L500.34375 643.90625L502.0 643.90625L502.0 657.5L500.45312 657.5ZM495.17188 652.5781Q495.17188 654.46875 495.97656 655.40625Q496.78125 656.34375 497.85938 656.34375Q498.95312 656.34375 499.71875 655.4531Q500.48438 654.5625 500.48438 652.71875Q500.48438 650.7031 499.70312 649.7578Q498.92188 648.8125 497.78125 648.8125Q496.67188 648.8125 495.92188 649.71875Q495.17188 650.625 495.17188 652.5781ZM511.1875 654.3281L512.90625 654.5469Q512.5 656.0469 511.39844 656.8828Q510.29688 657.71875 508.57812 657.71875Q506.42188 657.71875 505.15625 656.3906Q503.89062 655.0625 503.89062 652.65625Q503.89062 650.1719 505.16406 648.7969Q506.4375 647.4219 508.48438 647.4219Q510.46875 647.4219 511.71875 648.7656Q512.96875 650.1094 512.96875 652.5625Q512.96875 652.7031 512.9531 653.0L505.60938 653.0Q505.70312 654.625 506.53125 655.4844Q507.35938 656.34375 508.59375 656.34375Q509.5 656.34375 510.14844 655.8672Q510.79688 655.3906 511.1875 654.3281ZM505.70312 651.625L511.20312 651.625Q511.09375 650.3906 510.57812 649.7656Q509.78125 648.7969 508.5 648.7969Q507.35938 648.7969 506.5703 649.5703Q505.78125 650.34375 505.70312 651.625ZM514.8125 657.5L514.8125 647.6406L516.3125 647.6406L516.3125 649.0469Q517.40625 647.4219 519.4531 647.4219Q520.34375 647.4219 521.09375 647.7422Q521.84375 648.0625 522.21094 648.58594Q522.5781 649.1094 522.7344 649.8125Q522.8281 650.28125 522.8281 651.4375L522.8281 657.5L521.15625 657.5L521.15625 651.5Q521.15625 650.4844 520.96094 649.97656Q520.7656 649.46875 520.2656 649.1719Q519.7656 648.875 519.09375 648.875Q518.03125 648.875 517.2578 649.5469Q516.4844 650.21875 516.4844 652.125L516.4844 657.5L514.8125 657.5ZM528.84375 656.0L529.0781 657.4844Q528.375 657.625 527.8125 657.625Q526.90625 657.625 526.40625 657.33594Q525.90625 657.0469 525.7031 656.58594Q525.5 656.125 525.5 654.6094L525.5 648.9531L524.2656 648.9531L524.2656 647.6406L525.5 647.6406L525.5 645.2031L527.15625 644.2031L527.15625 647.6406L528.84375 647.6406L528.84375 648.9531L527.15625 648.9531L527.15625 654.7031Q527.15625 655.4219 527.2422 655.625Q527.3281 655.8281 527.53125 655.9531Q527.7344 656.0781 528.1094 656.0781Q528.375 656.0781 528.84375 656.0ZM530.3906 645.8125L530.3906 643.90625L532.0625 643.90625L532.0625 645.8125L530.3906 645.8125ZM530.3906 657.5L530.3906 647.6406L532.0625 647.6406L532.0625 657.5L530.3906 657.5ZM534.9219 657.5L534.9219 648.9531L533.4375 648.9531L533.4375 647.6406L534.9219 647.6406L534.9219 646.59375Q534.9219 645.6094 535.09375 645.125Q535.3281 644.46875 535.9375 644.0703Q536.5469 643.6719 537.6406 643.6719Q538.34375 643.6719 539.2031 643.8281L538.9531 645.2969Q538.4375 645.2031 537.96875 645.2031Q537.2031 645.2031 536.8906 645.52344Q536.5781 645.84375 536.5781 646.7344L536.5781 647.6406L538.5 647.6406L538.5 648.9531L536.5781 648.9531L536.5781 657.5L534.9219 657.5ZM539.625 661.2969L539.4531 659.7344Q540.0 659.875 540.40625 659.875Q540.9531 659.875 541.28906 659.6875Q541.625 659.5 541.84375 659.1719Q542.0 658.9219 542.34375 657.9219Q542.3906 657.78125 542.5 657.5156L538.7656 647.6406L540.5625 647.6406L542.6094 653.3594Q543.0156 654.4375 543.3281 655.6406Q543.6094 654.4844 544.0156 653.3906L546.1094 647.6406L547.78125 647.6406L544.03125 657.6719Q543.4375 659.2969 543.09375 659.90625Q542.65625 660.7344 542.0781 661.1172Q541.5 661.5 540.7031 661.5Q540.21875 661.5 539.625 661.2969ZM549.46875 657.5L549.46875 655.59375L551.375 655.59375L551.375 657.5Q551.375 658.5469 551.0 659.1953Q550.625 659.84375 549.8281 660.1875L549.3594 659.46875Q549.8906 659.25 550.1406 658.7969Q550.3906 658.34375 550.4219 657.5L549.46875 657.5ZM559.3906 645.84375L559.3906 643.90625L561.0469 643.90625L561.0469 645.84375L559.3906 645.84375ZM557.2656 661.3281L557.5781 659.90625Q558.0781 660.03125 558.375 660.03125Q558.8906 660.03125 559.1406 659.6953Q559.3906 659.3594 559.3906 658.0L559.3906 647.6406L561.0469 647.6406L561.0469 658.03125Q561.0469 659.8594 560.5781 660.5781Q559.9844 661.5 558.5781 661.5Q557.90625 661.5 557.2656 661.3281ZM562.90625 652.5781Q562.90625 649.84375 564.4375 648.5156Q565.7031 647.4219 567.53125 647.4219Q569.5625 647.4219 570.85156 648.7578Q572.1406 650.09375 572.1406 652.4375Q572.1406 654.34375 571.5703 655.4297Q571.0 656.5156 569.91406 657.1172Q568.8281 657.71875 567.53125 657.71875Q565.46875 657.71875 564.1875 656.3906Q562.90625 655.0625 562.90625 652.5781ZM564.625 652.5781Q564.625 654.46875 565.4531 655.40625Q566.28125 656.34375 567.53125 656.34375Q568.78125 656.34375 569.60156 655.39844Q570.4219 654.4531 570.4219 652.5156Q570.4219 650.6875 569.59375 649.75Q568.7656 648.8125 567.53125 648.8125Q566.28125 648.8125 565.4531 649.75Q564.625 650.6875 564.625 652.5781ZM573.9219 645.8125L573.9219 643.90625L575.59375 643.90625L575.59375 645.8125L573.9219 645.8125ZM573.9219 657.5L573.9219 647.6406L575.59375 647.6406L575.59375 657.5L573.9219 657.5ZM578.0625 657.5L578.0625 647.6406L579.5625 647.6406L579.5625 649.0469Q580.65625 647.4219 582.7031 647.4219Q583.59375 647.4219 584.34375 647.7422Q585.09375 648.0625 585.46094 648.58594Q585.8281 649.1094 585.9844 649.8125Q586.0781 650.28125 586.0781 651.4375L586.0781 657.5L584.40625 657.5L584.40625 651.5Q584.40625 650.4844 584.21094 649.97656Q584.0156 649.46875 583.5156 649.1719Q583.0156 648.875 582.34375 648.875Q581.28125 648.875 580.5078 649.5469Q579.7344 650.21875 579.7344 652.125L579.7344 657.5L578.0625 657.5ZM588.875 657.5L588.875 655.59375L590.78125 655.59375L590.78125 657.5Q590.78125 658.5469 590.40625 659.1953Q590.03125 659.84375 589.2344 660.1875L588.7656 659.46875Q589.2969 659.25 589.5469 658.7969Q589.7969 658.34375 589.8281 657.5L588.875 657.5ZM600.625 657.5L597.6094 647.6406L599.3281 647.6406L600.8906 653.3281L601.4844 655.4531Q601.5156 655.2969 601.9844 653.4219L603.5625 647.6406L605.28125 647.6406L606.75 653.3594L607.2344 655.25L607.8125 653.34375L609.5 647.6406L611.125 647.6406L608.0469 657.5L606.3125 657.5L604.7344 651.59375L604.3594 649.9219L602.3594 657.5L600.625 657.5ZM618.7031 656.28125Q617.7656 657.0781 616.90625 657.39844Q616.0469 657.71875 615.0625 657.71875Q613.4531 657.71875 612.5781 656.9297Q611.7031 656.1406 611.7031 654.90625Q611.7031 654.1719 612.03125 653.5781Q612.3594 652.9844 612.8906 652.625Q613.4219 652.2656 614.09375 652.0781Q614.59375 651.9375 615.5781 651.8281Q617.6094 651.5781 618.5625 651.25Q618.5625 650.90625 618.5625 650.8125Q618.5625 649.7969 618.09375 649.375Q617.4531 648.8125 616.1875 648.8125Q615.0156 648.8125 614.4531 649.21875Q613.8906 649.625 613.625 650.6875L611.9844 650.4531Q612.21875 649.40625 612.72656 648.7656Q613.2344 648.125 614.1953 647.77344Q615.15625 647.4219 616.4375 647.4219Q617.7031 647.4219 618.4844 647.71875Q619.2656 648.0156 619.6406 648.46875Q620.0156 648.9219 620.15625 649.6094Q620.25 650.03125 620.25 651.1406L620.25 653.375Q620.25 655.7031 620.35156 656.3203Q620.4531 656.9375 620.78125 657.5L619.03125 657.5Q618.7656 656.9844 618.7031 656.28125ZM618.5625 652.5625Q617.65625 652.9219 615.8281 653.1875Q614.7969 653.3281 614.375 653.5156Q613.9531 653.7031 613.71875 654.0625Q613.4844 654.4219 613.4844 654.8594Q613.4844 655.53125 613.9922 655.97656Q614.5 656.4219 615.46875 656.4219Q616.4375 656.4219 617.1875 655.9922Q617.9375 655.5625 618.2969 654.84375Q618.5625 654.2656 618.5625 653.1719L618.5625 652.5625ZM622.6719 645.8125L622.6719 643.90625L624.34375 643.90625L624.34375 645.8125L622.6719 645.8125ZM622.6719 657.5L622.6719 647.6406L624.34375 647.6406L624.34375 657.5L622.6719 657.5ZM630.4531 656.0L630.6875 657.4844Q629.9844 657.625 629.4219 657.625Q628.5156 657.625 628.0156 657.33594Q627.5156 657.0469 627.3125 656.58594Q627.1094 656.125 627.1094 654.6094L627.1094 648.9531L625.875 648.9531L625.875 647.6406L627.1094 647.6406L627.1094 645.2031L628.7656 644.2031L628.7656 647.6406L630.4531 647.6406L630.4531 648.9531L628.7656 648.9531L628.7656 654.7031Q628.7656 655.4219 628.85156 655.625Q628.9375 655.8281 629.1406 655.9531Q629.34375 656.0781 629.71875 656.0781Q629.9844 656.0781 630.4531 656.0ZM637.5625 657.5L637.5625 648.9531L636.0781 648.9531L636.0781 647.6406L637.5625 647.6406L637.5625 646.59375Q637.5625 645.6094 637.7344 645.125Q637.96875 644.46875 638.5781 644.0703Q639.1875 643.6719 640.28125 643.6719Q640.9844 643.6719 641.84375 643.8281L641.59375 645.2969Q641.0781 645.2031 640.6094 645.2031Q639.84375 645.2031 639.53125 645.52344Q639.21875 645.84375 639.21875 646.7344L639.21875 647.6406L641.1406 647.6406L641.1406 648.9531L639.21875 648.9531L639.21875 657.5L637.5625 657.5ZM641.71875 652.5781Q641.71875 649.84375 643.25 648.5156Q644.5156 647.4219 646.34375 647.4219Q648.375 647.4219 649.66406 648.7578Q650.9531 650.09375 650.9531 652.4375Q650.9531 654.34375 650.3828 655.4297Q649.8125 656.5156 648.72656 657.1172Q647.6406 657.71875 646.34375 657.71875Q644.28125 657.71875 643.0 656.3906Q641.71875 655.0625 641.71875 652.5781ZM643.4375 652.5781Q643.4375 654.46875 644.2656 655.40625Q645.09375 656.34375 646.34375 656.34375Q647.59375 656.34375 648.41406 655.39844Q649.2344 654.4531 649.2344 652.5156Q649.2344 650.6875 648.40625 649.75Q647.5781 648.8125 646.34375 648.8125Q645.09375 648.8125 644.2656 649.75Q643.4375 650.6875 643.4375 652.5781ZM652.7031 657.5L652.7031 647.6406L654.2031 647.6406L654.2031 649.1406Q654.78125 648.09375 655.2656 647.7578Q655.75 647.4219 656.34375 647.4219Q657.1875 647.4219 658.0625 647.96875L657.4844 649.5156Q656.875 649.15625 656.25 649.15625Q655.7031 649.15625 655.27344 649.4844Q654.84375 649.8125 654.65625 650.3906Q654.375 651.28125 654.375 652.34375L654.375 657.5L652.7031 657.5ZM659.375 657.5L659.375 655.59375L661.28125 655.59375L661.28125 657.5Q661.28125 658.5469 660.90625 659.1953Q660.53125 659.84375 659.7344 660.1875L659.2656 659.46875Q659.7969 659.25 660.0469 658.7969Q660.2969 658.34375 660.3281 657.5L659.375 657.5ZM669.2969 657.5L669.2969 643.90625L670.96875 643.90625L670.96875 648.78125Q672.1406 647.4219 673.9219 647.4219Q675.0156 647.4219 675.8203 647.85156Q676.625 648.28125 676.97656 649.0469Q677.3281 649.8125 677.3281 651.25L677.3281 657.5L675.65625 657.5L675.65625 651.25Q675.65625 650.0 675.1094 649.4297Q674.5625 648.8594 673.5781 648.8594Q672.8281 648.8594 672.1797 649.2422Q671.53125 649.625 671.25 650.28906Q670.96875 650.9531 670.96875 652.1094L670.96875 657.5L669.2969 657.5ZM686.4219 654.3281L688.1406 654.5469Q687.7344 656.0469 686.6328 656.8828Q685.53125 657.71875 683.8125 657.71875Q681.65625 657.71875 680.3906 656.3906Q679.125 655.0625 679.125 652.65625Q679.125 650.1719 680.39844 648.7969Q681.6719 647.4219 683.71875 647.4219Q685.7031 647.4219 686.9531 648.7656Q688.2031 650.1094 688.2031 652.5625Q688.2031 652.7031 688.1875 653.0L680.84375 653.0Q680.9375 654.625 681.7656 655.4844Q682.59375 656.34375 683.8281 656.34375Q684.7344 656.34375 685.3828 655.8672Q686.03125 655.3906 686.4219 654.3281ZM680.9375 651.625L686.4375 651.625Q686.3281 650.3906 685.8125 649.7656Q685.0156 648.7969 683.7344 648.7969Q682.59375 648.7969 681.8047 649.5703Q681.0156 650.34375 680.9375 651.625ZM690.0156 657.5L690.0156 643.90625L691.6875 643.90625L691.6875 657.5L690.0156 657.5ZM694.1875 661.28125L694.1875 647.6406L695.71875 647.6406L695.71875 648.9219Q696.25 648.1719 696.9297 647.7969Q697.6094 647.4219 698.5625 647.4219Q699.8281 647.4219 700.7969 648.0703Q701.7656 648.71875 702.2578 649.90625Q702.75 651.09375 702.75 652.5Q702.75 654.0156 702.2031 655.22656Q701.65625 656.4375 700.625 657.0781Q699.59375 657.71875 698.4531 657.71875Q697.6094 657.71875 696.9453 657.3672Q696.28125 657.0156 695.8594 656.4844L695.8594 661.28125L694.1875 661.28125ZM695.7031 652.625Q695.7031 654.53125 696.47656 655.4375Q697.25 656.34375 698.34375 656.34375Q699.4531 656.34375 700.2422 655.40625Q701.03125 654.46875 701.03125 652.4844Q701.03125 650.6094 700.2578 649.6719Q699.4844 648.7344 698.40625 648.7344Q697.34375 648.7344 696.52344 649.7344Q695.7031 650.7344 695.7031 652.625Z" fill-rule="nonzero" fill="#000000"></path><path d="M490.3125 673.5781Q490.3125 670.84375 491.84375 669.5156Q493.10938 668.4219 494.9375 668.4219Q496.96875 668.4219 498.2578 669.7578Q499.54688 671.09375 499.54688 673.4375Q499.54688 675.34375 498.97656 676.4297Q498.40625 677.5156 497.3203 678.1172Q496.23438 678.71875 494.9375 678.71875Q492.875 678.71875 491.59375 677.3906Q490.3125 676.0625 490.3125 673.5781ZM492.03125 673.5781Q492.03125 675.46875 492.85938 676.40625Q493.6875 677.34375 494.9375 677.34375Q496.1875 677.34375 497.0078 676.39844Q497.82812 675.4531 497.82812 673.5156Q497.82812 671.6875 497.0 670.75Q496.17188 669.8125 494.9375 669.8125Q493.6875 669.8125 492.85938 670.75Q492.03125 671.6875 492.03125 673.5781ZM507.76562 678.5L507.76562 677.0469Q506.625 678.71875 504.64062 678.71875Q503.78125 678.71875 503.02344 678.3828Q502.26562 678.0469 501.89844 677.5469Q501.53125 677.0469 501.375 676.3125Q501.28125 675.8125 501.28125 674.75L501.28125 668.6406L502.95312 668.6406L502.95312 674.1094Q502.95312 675.4219 503.04688 675.875Q503.20312 676.53125 503.71875 676.90625Q504.23438 677.28125 504.98438 677.28125Q505.73438 677.28125 506.39062 676.89844Q507.04688 676.5156 507.3203 675.85156Q507.59375 675.1875 507.59375 673.9219L507.59375 668.6406L509.26562 668.6406L509.26562 678.5L507.76562 678.5ZM515.34375 677.0L515.5781 678.4844Q514.875 678.625 514.3125 678.625Q513.40625 678.625 512.90625 678.33594Q512.40625 678.0469 512.2031 677.58594Q512.0 677.125 512.0 675.6094L512.0 669.9531L510.76562 669.9531L510.76562 668.6406L512.0 668.6406L512.0 666.2031L513.65625 665.2031L513.65625 668.6406L515.34375 668.6406L515.34375 669.9531L513.65625 669.9531L513.65625 675.7031Q513.65625 676.4219 513.7422 676.625Q513.8281 676.8281 514.03125 676.9531Q514.2344 677.0781 514.6094 677.0781Q514.875 677.0781 515.34375 677.0ZM517.3125 678.5L517.3125 676.59375L519.21875 676.59375L519.21875 678.5Q519.21875 679.5469 518.84375 680.1953Q518.46875 680.84375 517.6719 681.1875L517.2031 680.46875Q517.7344 680.25 517.9844 679.7969Q518.2344 679.34375 518.2656 678.5L517.3125 678.5ZM533.7031 678.5L533.7031 677.0469Q532.5625 678.71875 530.5781 678.71875Q529.71875 678.71875 528.96094 678.3828Q528.2031 678.0469 527.83594 677.5469Q527.46875 677.0469 527.3125 676.3125Q527.21875 675.8125 527.21875 674.75L527.21875 668.6406L528.8906 668.6406L528.8906 674.1094Q528.8906 675.4219 528.9844 675.875Q529.1406 676.53125 529.65625 676.90625Q530.1719 677.28125 530.9219 677.28125Q531.6719 677.28125 532.3281 676.89844Q532.9844 676.5156 533.2578 675.85156Q533.53125 675.1875 533.53125 673.9219L533.53125 668.6406L535.2031 668.6406L535.2031 678.5L533.7031 678.5ZM537.625 678.5L537.625 668.6406L539.125 668.6406L539.125 670.0469Q540.21875 668.4219 542.2656 668.4219Q543.15625 668.4219 543.90625 668.7422Q544.65625 669.0625 545.02344 669.58594Q545.3906 670.1094 545.5469 670.8125Q545.6406 671.28125 545.6406 672.4375L545.6406 678.5L543.96875 678.5L543.96875 672.5Q543.96875 671.4844 543.77344 670.97656Q543.5781 670.46875 543.0781 670.1719Q542.5781 669.875 541.90625 669.875Q540.84375 669.875 540.0703 670.5469Q539.2969 671.21875 539.2969 673.125L539.2969 678.5L537.625 678.5ZM549.5469 678.5L548.0 678.5L548.0 664.90625L549.65625 664.90625L549.65625 669.75Q550.71875 668.4219 552.3594 668.4219Q553.2656 668.4219 554.0781 668.78906Q554.8906 669.15625 555.41406 669.8203Q555.9375 670.4844 556.2344 671.4219Q556.53125 672.3594 556.53125 673.4219Q556.53125 675.9531 555.28125 677.33594Q554.03125 678.71875 552.28125 678.71875Q550.53125 678.71875 549.5469 677.2656L549.5469 678.5ZM549.53125 673.5Q549.53125 675.2656 550.0 676.0625Q550.7969 677.34375 552.1406 677.34375Q553.2344 677.34375 554.03125 676.39844Q554.8281 675.4531 554.8281 673.5625Q554.8281 671.6406 554.0625 670.71875Q553.2969 669.7969 552.21875 669.7969Q551.125 669.7969 550.3281 670.75Q549.53125 671.7031 549.53125 673.5ZM558.34375 678.5L558.34375 664.90625L560.0156 664.90625L560.0156 678.5L558.34375 678.5ZM561.8906 673.5781Q561.8906 670.84375 563.4219 669.5156Q564.6875 668.4219 566.5156 668.4219Q568.5469 668.4219 569.83594 669.7578Q571.125 671.09375 571.125 673.4375Q571.125 675.34375 570.5547 676.4297Q569.9844 677.5156 568.89844 678.1172Q567.8125 678.71875 566.5156 678.71875Q564.4531 678.71875 563.1719 677.3906Q561.8906 676.0625 561.8906 673.5781ZM563.6094 673.5781Q563.6094 675.46875 564.4375 676.40625Q565.2656 677.34375 566.5156 677.34375Q567.7656 677.34375 568.58594 676.39844Q569.40625 675.4531 569.40625 673.5156Q569.40625 671.6875 568.5781 670.75Q567.75 669.8125 566.5156 669.8125Q565.2656 669.8125 564.4375 670.75Q563.6094 671.6875 563.6094 673.5781ZM579.3281 674.8906L580.96875 675.1094Q580.7031 676.7969 579.59375 677.7578Q578.4844 678.71875 576.8594 678.71875Q574.84375 678.71875 573.6172 677.39844Q572.3906 676.0781 572.3906 673.6094Q572.3906 672.0156 572.91406 670.8203Q573.4375 669.625 574.52344 669.02344Q575.6094 668.4219 576.875 668.4219Q578.4844 668.4219 579.5 669.2344Q580.5156 670.0469 580.8125 671.5469L579.1875 671.7969Q578.9531 670.7969 578.3594 670.2969Q577.7656 669.7969 576.9375 669.7969Q575.6719 669.7969 574.8828 670.7031Q574.09375 671.6094 574.09375 673.5625Q574.09375 675.5469 574.8594 676.4453Q575.625 677.34375 576.84375 677.34375Q577.8281 677.34375 578.4844 676.7422Q579.1406 676.1406 579.3281 674.8906ZM582.2344 678.5L582.2344 664.90625L583.90625 664.90625L583.90625 672.65625L587.8594 668.6406L590.0156 668.6406L586.25 672.2969L590.3906 678.5L588.3281 678.5L585.0781 673.46875L583.90625 674.59375L583.90625 678.5L582.2344 678.5ZM591.9844 678.5L591.9844 676.59375L593.8906 676.59375L593.8906 678.5Q593.8906 679.5469 593.5156 680.1953Q593.1406 680.84375 592.34375 681.1875L591.875 680.46875Q592.40625 680.25 592.65625 679.7969Q592.90625 679.34375 592.9375 678.5L591.9844 678.5ZM608.3594 677.28125Q607.4219 678.0781 606.5625 678.39844Q605.7031 678.71875 604.71875 678.71875Q603.1094 678.71875 602.2344 677.9297Q601.3594 677.1406 601.3594 675.90625Q601.3594 675.1719 601.6875 674.5781Q602.0156 673.9844 602.5469 673.625Q603.0781 673.2656 603.75 673.0781Q604.25 672.9375 605.2344 672.8281Q607.2656 672.5781 608.21875 672.25Q608.21875 671.90625 608.21875 671.8125Q608.21875 670.7969 607.75 670.375Q607.1094 669.8125 605.84375 669.8125Q604.6719 669.8125 604.1094 670.21875Q603.5469 670.625 603.28125 671.6875L601.6406 671.4531Q601.875 670.40625 602.3828 669.7656Q602.8906 669.125 603.85156 668.77344Q604.8125 668.4219 606.09375 668.4219Q607.3594 668.4219 608.1406 668.71875Q608.9219 669.0156 609.2969 669.46875Q609.6719 669.9219 609.8125 670.6094Q609.90625 671.03125 609.90625 672.1406L609.90625 674.375Q609.90625 676.7031 610.0078 677.3203Q610.1094 677.9375 610.4375 678.5L608.6875 678.5Q608.4219 677.9844 608.3594 677.28125ZM608.21875 673.5625Q607.3125 673.9219 605.4844 674.1875Q604.4531 674.3281 604.03125 674.5156Q603.6094 674.7031 603.375 675.0625Q603.1406 675.4219 603.1406 675.8594Q603.1406 676.53125 603.64844 676.97656Q604.15625 677.4219 605.125 677.4219Q606.09375 677.4219 606.84375 676.9922Q607.59375 676.5625 607.9531 675.84375Q608.21875 675.2656 608.21875 674.1719L608.21875 673.5625ZM611.625 675.5625L613.28125 675.2969Q613.4219 676.2969 614.0547 676.8203Q614.6875 677.34375 615.8281 677.34375Q616.9844 677.34375 617.53906 676.875Q618.09375 676.40625 618.09375 675.78125Q618.09375 675.21875 617.6094 674.8906Q617.2656 674.6719 615.90625 674.3281Q614.0625 673.8594 613.35156 673.52344Q612.6406 673.1875 612.27344 672.58594Q611.90625 671.9844 611.90625 671.2656Q611.90625 670.6094 612.21094 670.0469Q612.5156 669.4844 613.03125 669.1094Q613.4219 668.8281 614.09375 668.625Q614.7656 668.4219 615.53125 668.4219Q616.7031 668.4219 617.5781 668.7578Q618.4531 669.09375 618.8672 669.66406Q619.28125 670.2344 619.4375 671.1875L617.8125 671.40625Q617.7031 670.65625 617.16406 670.22656Q616.625 669.7969 615.65625 669.7969Q614.5 669.7969 614.0156 670.1797Q613.53125 670.5625 613.53125 671.0625Q613.53125 671.3906 613.7344 671.65625Q613.9375 671.9219 614.375 672.09375Q614.625 672.1875 615.84375 672.53125Q617.6094 673.0 618.3125 673.2969Q619.0156 673.59375 619.41406 674.1719Q619.8125 674.75 619.8125 675.6094Q619.8125 676.4375 619.3281 677.1797Q618.84375 677.9219 617.9219 678.3203Q617.0 678.71875 615.84375 678.71875Q613.9219 678.71875 612.91406 677.9219Q611.90625 677.125 611.625 675.5625ZM621.6406 678.5L621.6406 664.90625L623.3125 664.90625L623.3125 672.65625L627.2656 668.6406L629.4219 668.6406L625.65625 672.2969L629.7969 678.5L627.7344 678.5L624.4844 673.46875L623.3125 674.59375L623.3125 678.5L621.6406 678.5ZM636.53125 678.5L636.53125 669.9531L635.0469 669.9531L635.0469 668.6406L636.53125 668.6406L636.53125 667.59375Q636.53125 666.6094 636.7031 666.125Q636.9375 665.46875 637.5469 665.0703Q638.15625 664.6719 639.25 664.6719Q639.9531 664.6719 640.8125 664.8281L640.5625 666.2969Q640.0469 666.2031 639.5781 666.2031Q638.8125 666.2031 638.5 666.52344Q638.1875 666.84375 638.1875 667.7344L638.1875 668.6406L640.1094 668.6406L640.1094 669.9531L638.1875 669.9531L638.1875 678.5L636.53125 678.5ZM640.6875 673.5781Q640.6875 670.84375 642.21875 669.5156Q643.4844 668.4219 645.3125 668.4219Q647.34375 668.4219 648.6328 669.7578Q649.9219 671.09375 649.9219 673.4375Q649.9219 675.34375 649.35156 676.4297Q648.78125 677.5156 647.6953 678.1172Q646.6094 678.71875 645.3125 678.71875Q643.25 678.71875 641.96875 677.3906Q640.6875 676.0625 640.6875 673.5781ZM642.40625 673.5781Q642.40625 675.46875 643.2344 676.40625Q644.0625 677.34375 645.3125 677.34375Q646.5625 677.34375 647.3828 676.39844Q648.2031 675.4531 648.2031 673.5156Q648.2031 671.6875 647.375 670.75Q646.5469 669.8125 645.3125 669.8125Q644.0625 669.8125 643.2344 670.75Q642.40625 671.6875 642.40625 673.5781ZM651.6719 678.5L651.6719 668.6406L653.1719 668.6406L653.1719 670.1406Q653.75 669.09375 654.2344 668.7578Q654.71875 668.4219 655.3125 668.4219Q656.15625 668.4219 657.03125 668.96875L656.4531 670.5156Q655.84375 670.15625 655.21875 670.15625Q654.6719 670.15625 654.2422 670.4844Q653.8125 670.8125 653.625 671.3906Q653.34375 672.28125 653.34375 673.34375L653.34375 678.5L651.6719 678.5ZM663.0781 678.5L663.0781 664.90625L664.75 664.90625L664.75 669.78125Q665.9219 668.4219 667.7031 668.4219Q668.7969 668.4219 669.60156 668.85156Q670.40625 669.28125 670.7578 670.0469Q671.1094 670.8125 671.1094 672.25L671.1094 678.5L669.4375 678.5L669.4375 672.25Q669.4375 671.0 668.8906 670.4297Q668.34375 669.8594 667.3594 669.8594Q666.6094 669.8594 665.96094 670.2422Q665.3125 670.625 665.03125 671.28906Q664.75 671.9531 664.75 673.1094L664.75 678.5L663.0781 678.5ZM680.21875 675.3281L681.9375 675.5469Q681.53125 677.0469 680.4297 677.8828Q679.3281 678.71875 677.6094 678.71875Q675.4531 678.71875 674.1875 677.3906Q672.9219 676.0625 672.9219 673.65625Q672.9219 671.1719 674.1953 669.7969Q675.46875 668.4219 677.5156 668.4219Q679.5 668.4219 680.75 669.7656Q682.0 671.1094 682.0 673.5625Q682.0 673.7031 681.9844 674.0L674.6406 674.0Q674.7344 675.625 675.5625 676.4844Q676.3906 677.34375 677.625 677.34375Q678.53125 677.34375 679.1797 676.8672Q679.8281 676.3906 680.21875 675.3281ZM674.7344 672.625L680.2344 672.625Q680.125 671.3906 679.6094 670.7656Q678.8125 669.7969 677.53125 669.7969Q676.3906 669.7969 675.60156 670.5703Q674.8125 671.34375 674.7344 672.625ZM683.8125 678.5L683.8125 664.90625L685.4844 664.90625L685.4844 678.5L683.8125 678.5ZM687.9844 682.28125L687.9844 668.6406L689.5156 668.6406L689.5156 669.9219Q690.0469 669.1719 690.72656 668.7969Q691.40625 668.4219 692.3594 668.4219Q693.625 668.4219 694.59375 669.0703Q695.5625 669.71875 696.0547 670.90625Q696.5469 672.09375 696.5469 673.5Q696.5469 675.0156 696.0 676.22656Q695.4531 677.4375 694.4219 678.0781Q693.3906 678.71875 692.25 678.71875Q691.40625 678.71875 690.7422 678.3672Q690.0781 678.0156 689.65625 677.4844L689.65625 682.28125L687.9844 682.28125ZM689.5 673.625Q689.5 675.53125 690.27344 676.4375Q691.0469 677.34375 692.1406 677.34375Q693.25 677.34375 694.03906 676.40625Q694.8281 675.46875 694.8281 673.4844Q694.8281 671.6094 694.0547 670.6719Q693.28125 669.7344 692.2031 669.7344Q691.1406 669.7344 690.3203 670.7344Q689.5 671.7344 689.5 673.625ZM698.7969 678.5L698.7969 676.59375L700.7031 676.59375L700.7031 678.5Q700.7031 679.5469 700.3281 680.1953Q699.9531 680.84375 699.15625 681.1875L698.6875 680.46875Q699.21875 680.25 699.46875 679.7969Q699.71875 679.34375 699.75 678.5L698.7969 678.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M560.2031 699.5L557.1875 689.6406L558.90625 689.6406L560.46875 695.3281L561.0625 697.4531Q561.09375 697.2969 561.5625 695.4219L563.1406 689.6406L564.8594 689.6406L566.3281 695.3594L566.8125 697.25L567.3906 695.34375L569.0781 689.6406L570.7031 689.6406L567.625 699.5L565.8906 699.5L564.3125 693.59375L563.9375 691.9219L561.9375 699.5L560.2031 699.5ZM571.21875 694.5781Q571.21875 691.84375 572.75 690.5156Q574.0156 689.4219 575.84375 689.4219Q577.875 689.4219 579.16406 690.7578Q580.4531 692.09375 580.4531 694.4375Q580.4531 696.34375 579.8828 697.4297Q579.3125 698.5156 578.22656 699.1172Q577.1406 699.71875 575.84375 699.71875Q573.78125 699.71875 572.5 698.3906Q571.21875 697.0625 571.21875 694.5781ZM572.9375 694.5781Q572.9375 696.46875 573.7656 697.40625Q574.59375 698.34375 575.84375 698.34375Q577.09375 698.34375 577.91406 697.39844Q578.7344 696.4531 578.7344 694.5156Q578.7344 692.6875 577.90625 691.75Q577.0781 690.8125 575.84375 690.8125Q574.59375 690.8125 573.7656 691.75Q572.9375 692.6875 572.9375 694.5781ZM582.2031 699.5L582.2031 689.6406L583.7031 689.6406L583.7031 691.1406Q584.28125 690.09375 584.7656 689.7578Q585.25 689.4219 585.84375 689.4219Q586.6875 689.4219 587.5625 689.96875L586.9844 691.5156Q586.375 691.15625 585.75 691.15625Q585.2031 691.15625 584.77344 691.4844Q584.34375 691.8125 584.15625 692.3906Q583.875 693.28125 583.875 694.34375L583.875 699.5L582.2031 699.5ZM588.4375 699.5L588.4375 685.90625L590.1094 685.90625L590.1094 693.65625L594.0625 689.6406L596.21875 689.6406L592.4531 693.2969L596.59375 699.5L594.53125 699.5L591.28125 694.46875L590.1094 695.59375L590.1094 699.5L588.4375 699.5ZM604.7656 699.5L601.75 689.6406L603.46875 689.6406L605.03125 695.3281L605.625 697.4531Q605.65625 697.2969 606.125 695.4219L607.7031 689.6406L609.4219 689.6406L610.8906 695.3594L611.375 697.25L611.9531 695.34375L613.6406 689.6406L615.2656 689.6406L612.1875 699.5L610.4531 699.5L608.875 693.59375L608.5 691.9219L606.5 699.5L604.7656 699.5ZM616.4219 687.8125L616.4219 685.90625L618.09375 685.90625L618.09375 687.8125L616.4219 687.8125ZM616.4219 699.5L616.4219 689.6406L618.09375 689.6406L618.09375 699.5L616.4219 699.5ZM624.21875 698.0L624.4531 699.4844Q623.75 699.625 623.1875 699.625Q622.28125 699.625 621.78125 699.33594Q621.28125 699.0469 621.0781 698.58594Q620.875 698.125 620.875 696.6094L620.875 690.9531L619.6406 690.9531L619.6406 689.6406L620.875 689.6406L620.875 687.2031L622.53125 686.2031L622.53125 689.6406L624.21875 689.6406L624.21875 690.9531L622.53125 690.9531L622.53125 696.7031Q622.53125 697.4219 622.6172 697.625Q622.7031 697.8281 622.90625 697.9531Q623.1094 698.0781 623.4844 698.0781Q623.75 698.0781 624.21875 698.0ZM625.7344 699.5L625.7344 685.90625L627.40625 685.90625L627.40625 690.78125Q628.5781 689.4219 630.3594 689.4219Q631.4531 689.4219 632.2578 689.85156Q633.0625 690.28125 633.41406 691.0469Q633.7656 691.8125 633.7656 693.25L633.7656 699.5L632.09375 699.5L632.09375 693.25Q632.09375 692.0 631.5469 691.4297Q631.0 690.8594 630.0156 690.8594Q629.2656 690.8594 628.6172 691.2422Q627.96875 691.625 627.6875 692.28906Q627.40625 692.9531 627.40625 694.1094L627.40625 699.5L625.7344 699.5Z" fill-rule="nonzero" fill="#000000"></path><path d="M1000.0 288.0L1112.0 288.0L1112.0 320.0L1000.0 320.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M1046.2812 305.98438L1047.7969 306.35938Q1047.3281 308.23438 1046.0859 309.21875Q1044.8438 310.20312 1043.0625 310.20312Q1041.2031 310.20312 1040.0469 309.4453Q1038.8906 308.6875 1038.2812 307.2578Q1037.6719 305.82812 1037.6719 304.1875Q1037.6719 302.39062 1038.3594 301.0625Q1039.0469 299.73438 1040.3047 299.03906Q1041.5625 298.34375 1043.0781 298.34375Q1044.7969 298.34375 1045.9688 299.21875Q1047.1406 300.09375 1047.6094 301.6875L1046.1094 302.03125Q1045.7188 300.78125 1044.9609 300.21094Q1044.2031 299.64062 1043.0469 299.64062Q1041.7344 299.64062 1040.8438 300.27344Q1039.9531 300.90625 1039.5938 301.97656Q1039.2344 303.04688 1039.2344 304.17188Q1039.2344 305.64062 1039.6641 306.72656Q1040.0938 307.8125 1040.9922 308.35156Q1041.8906 308.89062 1042.9375 308.89062Q1044.2031 308.89062 1045.0859 308.15625Q1045.9688 307.42188 1046.2812 305.98438ZM1048.9531 305.84375Q1048.9531 303.54688 1050.2344 302.4375Q1051.3125 301.51562 1052.8438 301.51562Q1054.5625 301.51562 1055.6484 302.6328Q1056.7344 303.75 1056.7344 305.73438Q1056.7344 307.32812 1056.25 308.25Q1055.7656 309.17188 1054.8516 309.6797Q1053.9375 310.1875 1052.8438 310.1875Q1051.1094 310.1875 1050.0312 309.0703Q1048.9531 307.95312 1048.9531 305.84375ZM1050.4062 305.84375Q1050.4062 307.4375 1051.1016 308.23438Q1051.7969 309.03125 1052.8438 309.03125Q1053.8906 309.03125 1054.5859 308.23438Q1055.2812 307.4375 1055.2812 305.79688Q1055.2812 304.26562 1054.5859 303.46875Q1053.8906 302.67188 1052.8438 302.67188Q1051.7969 302.67188 1051.1016 303.46094Q1050.4062 304.25 1050.4062 305.84375ZM1063.7656 310.0L1063.7656 308.95312Q1062.9844 310.1875 1061.4531 310.1875Q1060.4531 310.1875 1059.625 309.64062Q1058.7969 309.09375 1058.3359 308.10938Q1057.875 307.125 1057.875 305.85938Q1057.875 304.60938 1058.2891 303.60156Q1058.7031 302.59375 1059.5312 302.0547Q1060.3594 301.51562 1061.3906 301.51562Q1062.1406 301.51562 1062.7266 301.82812Q1063.3125 302.14062 1063.6719 302.65625L1063.6719 298.54688L1065.0781 298.54688L1065.0781 310.0L1063.7656 310.0ZM1059.3281 305.85938Q1059.3281 307.45312 1060.0 308.2422Q1060.6719 309.03125 1061.5781 309.03125Q1062.5 309.03125 1063.1484 308.27344Q1063.7969 307.51562 1063.7969 305.96875Q1063.7969 304.26562 1063.1406 303.46875Q1062.4844 302.67188 1061.5156 302.67188Q1060.5781 302.67188 1059.9531 303.4375Q1059.3281 304.20312 1059.3281 305.85938ZM1072.9531 307.32812L1074.4062 307.5Q1074.0625 308.78125 1073.1328 309.48438Q1072.2031 310.1875 1070.7656 310.1875Q1068.9375 310.1875 1067.875 309.0625Q1066.8125 307.9375 1066.8125 305.92188Q1066.8125 303.82812 1067.8906 302.67188Q1068.9688 301.51562 1070.6875 301.51562Q1072.3438 301.51562 1073.3984 302.64844Q1074.4531 303.78125 1074.4531 305.82812Q1074.4531 305.95312 1074.4531 306.20312L1068.2656 306.20312Q1068.3438 307.57812 1069.0391 308.3047Q1069.7344 309.03125 1070.7656 309.03125Q1071.5469 309.03125 1072.0938 308.625Q1072.6406 308.21875 1072.9531 307.32812ZM1068.3438 305.04688L1072.9688 305.04688Q1072.875 304.0 1072.4375 303.48438Q1071.7656 302.67188 1070.7031 302.67188Q1069.7344 302.67188 1069.0703 303.3203Q1068.4062 303.96875 1068.3438 305.04688Z" fill-rule="nonzero" fill="#000000"></path><path d="M1000.0 352.0L1112.0 352.0L1112.0 384.0L1000.0 384.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M1016.5781 374.0L1016.5781 363.89062L1012.7969 363.89062L1012.7969 362.54688L1021.875 362.54688L1021.875 363.89062L1018.09375 363.89062L1018.09375 374.0L1016.5781 374.0ZM1023.2344 374.0L1023.2344 365.70312L1024.5 365.70312L1024.5 366.95312Q1024.9844 366.07812 1025.3906 365.79688Q1025.7969 365.51562 1026.2969 365.51562Q1027.0 365.51562 1027.7344 365.96875L1027.25 367.26562Q1026.7344 366.96875 1026.2188 366.96875Q1025.7656 366.96875 1025.3984 367.2422Q1025.0312 367.51562 1024.875 368.01562Q1024.6406 368.76562 1024.6406 369.65625L1024.6406 374.0L1023.2344 374.0ZM1033.9844 372.96875Q1033.2031 373.64062 1032.4844 373.91406Q1031.7656 374.1875 1030.9375 374.1875Q1029.5625 374.1875 1028.8281 373.51562Q1028.0938 372.84375 1028.0938 371.8125Q1028.0938 371.20312 1028.375 370.6953Q1028.6562 370.1875 1029.1016 369.8828Q1029.5469 369.57812 1030.1094 369.42188Q1030.5312 369.3125 1031.3594 369.21875Q1033.0625 369.01562 1033.875 368.73438Q1033.875 368.4375 1033.875 368.35938Q1033.875 367.5 1033.4844 367.15625Q1032.9375 366.67188 1031.875 366.67188Q1030.8906 366.67188 1030.4141 367.02344Q1029.9375 367.375 1029.7188 368.25L1028.3438 368.0625Q1028.5312 367.1875 1028.9609 366.64062Q1029.3906 366.09375 1030.2031 365.8047Q1031.0156 365.51562 1032.0781 365.51562Q1033.1406 365.51562 1033.8047 365.76562Q1034.4688 366.01562 1034.7812 366.39062Q1035.0938 366.76562 1035.2188 367.34375Q1035.2969 367.70312 1035.2969 368.64062L1035.2969 370.51562Q1035.2969 372.48438 1035.3828 373.0Q1035.4688 373.51562 1035.7344 374.0L1034.2656 374.0Q1034.0469 373.5625 1033.9844 372.96875ZM1033.875 369.82812Q1033.1094 370.14062 1031.5781 370.35938Q1030.7031 370.48438 1030.3438 370.64062Q1029.9844 370.79688 1029.7891 371.10156Q1029.5938 371.40625 1029.5938 371.76562Q1029.5938 372.32812 1030.0234 372.70312Q1030.4531 373.07812 1031.2656 373.07812Q1032.0781 373.07812 1032.7109 372.72656Q1033.3438 372.375 1033.6406 371.75Q1033.875 371.28125 1033.875 370.34375L1033.875 369.82812ZM1037.4844 374.0L1037.4844 365.70312L1038.75 365.70312L1038.75 366.875Q1039.6562 365.51562 1041.3906 365.51562Q1042.1406 365.51562 1042.7656 365.78125Q1043.3906 366.04688 1043.7031 366.48438Q1044.0156 366.92188 1044.1406 367.53125Q1044.2188 367.92188 1044.2188 368.89062L1044.2188 374.0L1042.8125 374.0L1042.8125 368.95312Q1042.8125 368.09375 1042.6484 367.66406Q1042.4844 367.23438 1042.0703 366.98438Q1041.6562 366.73438 1041.0938 366.73438Q1040.1875 366.73438 1039.5391 367.3047Q1038.8906 367.875 1038.8906 369.46875L1038.8906 374.0L1037.4844 374.0ZM1045.8125 371.51562L1047.2031 371.29688Q1047.3125 372.14062 1047.8516 372.58594Q1048.3906 373.03125 1049.3438 373.03125Q1050.3125 373.03125 1050.7812 372.6328Q1051.25 372.23438 1051.25 371.70312Q1051.25 371.23438 1050.8438 370.95312Q1050.5469 370.76562 1049.4062 370.48438Q1047.8594 370.09375 1047.2578 369.8047Q1046.6562 369.51562 1046.3516 369.01562Q1046.0469 368.51562 1046.0469 367.90625Q1046.0469 367.34375 1046.2969 366.875Q1046.5469 366.40625 1046.9844 366.09375Q1047.3125 365.84375 1047.8828 365.6797Q1048.4531 365.51562 1049.0938 365.51562Q1050.0781 365.51562 1050.8125 365.79688Q1051.5469 366.07812 1051.8984 366.5547Q1052.25 367.03125 1052.3906 367.84375L1051.0156 368.03125Q1050.9219 367.39062 1050.4688 367.03125Q1050.0156 366.67188 1049.2031 366.67188Q1048.2344 366.67188 1047.8203 366.9922Q1047.4062 367.3125 1047.4062 367.73438Q1047.4062 368.01562 1047.5781 368.23438Q1047.75 368.45312 1048.1094 368.60938Q1048.3281 368.6875 1049.3594 368.96875Q1050.8438 369.35938 1051.4375 369.6172Q1052.0312 369.875 1052.3672 370.35938Q1052.7031 370.84375 1052.7031 371.5625Q1052.7031 372.26562 1052.2891 372.8828Q1051.875 373.5 1051.1016 373.84375Q1050.3281 374.1875 1049.3594 374.1875Q1047.7344 374.1875 1046.8906 373.51562Q1046.0469 372.84375 1045.8125 371.51562ZM1054.3438 374.0L1054.3438 362.54688L1055.75 362.54688L1055.75 374.0L1054.3438 374.0ZM1063.3438 372.96875Q1062.5625 373.64062 1061.8438 373.91406Q1061.125 374.1875 1060.2969 374.1875Q1058.9219 374.1875 1058.1875 373.51562Q1057.4531 372.84375 1057.4531 371.8125Q1057.4531 371.20312 1057.7344 370.6953Q1058.0156 370.1875 1058.4609 369.8828Q1058.9062 369.57812 1059.4688 369.42188Q1059.8906 369.3125 1060.7188 369.21875Q1062.4219 369.01562 1063.2344 368.73438Q1063.2344 368.4375 1063.2344 368.35938Q1063.2344 367.5 1062.8438 367.15625Q1062.2969 366.67188 1061.2344 366.67188Q1060.25 366.67188 1059.7734 367.02344Q1059.2969 367.375 1059.0781 368.25L1057.7031 368.0625Q1057.8906 367.1875 1058.3203 366.64062Q1058.75 366.09375 1059.5625 365.8047Q1060.375 365.51562 1061.4375 365.51562Q1062.5 365.51562 1063.1641 365.76562Q1063.8281 366.01562 1064.1406 366.39062Q1064.4531 366.76562 1064.5781 367.34375Q1064.6562 367.70312 1064.6562 368.64062L1064.6562 370.51562Q1064.6562 372.48438 1064.7422 373.0Q1064.8281 373.51562 1065.0938 374.0L1063.625 374.0Q1063.4062 373.5625 1063.3438 372.96875ZM1063.2344 369.82812Q1062.4688 370.14062 1060.9375 370.35938Q1060.0625 370.48438 1059.7031 370.64062Q1059.3438 370.79688 1059.1484 371.10156Q1058.9531 371.40625 1058.9531 371.76562Q1058.9531 372.32812 1059.3828 372.70312Q1059.8125 373.07812 1060.625 373.07812Q1061.4375 373.07812 1062.0703 372.72656Q1062.7031 372.375 1063.0 371.75Q1063.2344 371.28125 1063.2344 370.34375L1063.2344 369.82812ZM1069.8906 372.73438L1070.0938 373.98438Q1069.5 374.10938 1069.0312 374.10938Q1068.2656 374.10938 1067.8438 373.8672Q1067.4219 373.625 1067.25 373.22656Q1067.0781 372.82812 1067.0781 371.5625L1067.0781 366.79688L1066.0469 366.79688L1066.0469 365.70312L1067.0781 365.70312L1067.0781 363.64062L1068.4844 362.79688L1068.4844 365.70312L1069.8906 365.70312L1069.8906 366.79688L1068.4844 366.79688L1068.4844 371.64062Q1068.4844 372.25 1068.5547 372.42188Q1068.625 372.59375 1068.7969 372.6953Q1068.9688 372.79688 1069.2812 372.79688Q1069.5156 372.79688 1069.8906 372.73438ZM1071.2812 364.15625L1071.2812 362.54688L1072.6875 362.54688L1072.6875 364.15625L1071.2812 364.15625ZM1071.2812 374.0L1071.2812 365.70312L1072.6875 365.70312L1072.6875 374.0L1071.2812 374.0ZM1074.2969 369.84375Q1074.2969 367.54688 1075.5781 366.4375Q1076.6562 365.51562 1078.1875 365.51562Q1079.9062 365.51562 1080.9922 366.6328Q1082.0781 367.75 1082.0781 369.73438Q1082.0781 371.32812 1081.5938 372.25Q1081.1094 373.17188 1080.1953 373.6797Q1079.2812 374.1875 1078.1875 374.1875Q1076.4531 374.1875 1075.375 373.0703Q1074.2969 371.95312 1074.2969 369.84375ZM1075.75 369.84375Q1075.75 371.4375 1076.4453 372.23438Q1077.1406 373.03125 1078.1875 373.03125Q1079.2344 373.03125 1079.9297 372.23438Q1080.625 371.4375 1080.625 369.79688Q1080.625 368.26562 1079.9297 367.46875Q1079.2344 366.67188 1078.1875 366.67188Q1077.1406 366.67188 1076.4453 367.46094Q1075.75 368.25 1075.75 369.84375ZM1083.7344 374.0L1083.7344 365.70312L1085.0 365.70312L1085.0 366.875Q1085.9062 365.51562 1087.6406 365.51562Q1088.3906 365.51562 1089.0156 365.78125Q1089.6406 366.04688 1089.9531 366.48438Q1090.2656 366.92188 1090.3906 367.53125Q1090.4688 367.92188 1090.4688 368.89062L1090.4688 374.0L1089.0625 374.0L1089.0625 368.95312Q1089.0625 368.09375 1088.8984 367.66406Q1088.7344 367.23438 1088.3203 366.98438Q1087.9062 366.73438 1087.3438 366.73438Q1086.4375 366.73438 1085.7891 367.3047Q1085.1406 367.875 1085.1406 369.46875L1085.1406 374.0L1083.7344 374.0ZM1092.0625 371.51562L1093.4531 371.29688Q1093.5625 372.14062 1094.1016 372.58594Q1094.6406 373.03125 1095.5938 373.03125Q1096.5625 373.03125 1097.0312 372.6328Q1097.5 372.23438 1097.5 371.70312Q1097.5 371.23438 1097.0938 370.95312Q1096.7969 370.76562 1095.6562 370.48438Q1094.1094 370.09375 1093.5078 369.8047Q1092.9062 369.51562 1092.6016 369.01562Q1092.2969 368.51562 1092.2969 367.90625Q1092.2969 367.34375 1092.5469 366.875Q1092.7969 366.40625 1093.2344 366.09375Q1093.5625 365.84375 1094.1328 365.6797Q1094.7031 365.51562 1095.3438 365.51562Q1096.3281 365.51562 1097.0625 365.79688Q1097.7969 366.07812 1098.1484 366.5547Q1098.5 367.03125 1098.6406 367.84375L1097.2656 368.03125Q1097.1719 367.39062 1096.7188 367.03125Q1096.2656 366.67188 1095.4531 366.67188Q1094.4844 366.67188 1094.0703 366.9922Q1093.6562 367.3125 1093.6562 367.73438Q1093.6562 368.01562 1093.8281 368.23438Q1094.0 368.45312 1094.3594 368.60938Q1094.5781 368.6875 1095.6094 368.96875Q1097.0938 369.35938 1097.6875 369.6172Q1098.2812 369.875 1098.6172 370.35938Q1098.9531 370.84375 1098.9531 371.5625Q1098.9531 372.26562 1098.5391 372.8828Q1098.125 373.5 1097.3516 373.84375Q1096.5781 374.1875 1095.6094 374.1875Q1093.9844 374.1875 1093.1406 373.51562Q1092.2969 372.84375 1092.0625 371.51562Z" fill-rule="nonzero" fill="#000000"></path><path d="M1000.0 416.0L1112.0 416.0L1112.0 448.0L1000.0 448.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M1019.875 438.0L1019.875 426.54688L1024.2031 426.54688Q1025.3438 426.54688 1025.9375 426.65625Q1026.7812 426.79688 1027.3516 427.1875Q1027.9219 427.57812 1028.2734 428.28906Q1028.625 429.0 1028.625 429.85938Q1028.625 431.3125 1027.6953 432.32812Q1026.7656 433.34375 1024.3281 433.34375L1021.3906 433.34375L1021.3906 438.0L1019.875 438.0ZM1021.3906 431.98438L1024.3594 431.98438Q1025.8281 431.98438 1026.4453 431.4375Q1027.0625 430.89062 1027.0625 429.90625Q1027.0625 429.1875 1026.6953 428.67188Q1026.3281 428.15625 1025.7344 428.0Q1025.3594 427.89062 1024.3281 427.89062L1021.3906 427.89062L1021.3906 431.98438ZM1035.7812 436.96875Q1035.0 437.64062 1034.2812 437.91406Q1033.5625 438.1875 1032.7344 438.1875Q1031.3594 438.1875 1030.625 437.51562Q1029.8906 436.84375 1029.8906 435.8125Q1029.8906 435.20312 1030.1719 434.6953Q1030.4531 434.1875 1030.8984 433.8828Q1031.3438 433.57812 1031.9062 433.42188Q1032.3281 433.3125 1033.1562 433.21875Q1034.8594 433.01562 1035.6719 432.73438Q1035.6719 432.4375 1035.6719 432.35938Q1035.6719 431.5 1035.2812 431.15625Q1034.7344 430.67188 1033.6719 430.67188Q1032.6875 430.67188 1032.2109 431.02344Q1031.7344 431.375 1031.5156 432.25L1030.1406 432.0625Q1030.3281 431.1875 1030.7578 430.64062Q1031.1875 430.09375 1032.0 429.8047Q1032.8125 429.51562 1033.875 429.51562Q1034.9375 429.51562 1035.6016 429.76562Q1036.2656 430.01562 1036.5781 430.39062Q1036.8906 430.76562 1037.0156 431.34375Q1037.0938 431.70312 1037.0938 432.64062L1037.0938 434.51562Q1037.0938 436.48438 1037.1797 437.0Q1037.2656 437.51562 1037.5312 438.0L1036.0625 438.0Q1035.8438 437.5625 1035.7812 436.96875ZM1035.6719 433.82812Q1034.9062 434.14062 1033.375 434.35938Q1032.5 434.48438 1032.1406 434.64062Q1031.7812 434.79688 1031.5859 435.10156Q1031.3906 435.40625 1031.3906 435.76562Q1031.3906 436.32812 1031.8203 436.70312Q1032.25 437.07812 1033.0625 437.07812Q1033.875 437.07812 1034.5078 436.72656Q1035.1406 436.375 1035.4375 435.75Q1035.6719 435.28125 1035.6719 434.34375L1035.6719 433.82812ZM1044.6719 434.95312L1046.0625 435.14062Q1045.8281 436.5625 1044.8984 437.375Q1043.9688 438.1875 1042.6094 438.1875Q1040.9062 438.1875 1039.8672 437.0703Q1038.8281 435.95312 1038.8281 433.875Q1038.8281 432.53125 1039.2734 431.52344Q1039.7188 430.51562 1040.6328 430.01562Q1041.5469 429.51562 1042.6094 429.51562Q1043.9688 429.51562 1044.8281 430.1953Q1045.6875 430.875 1045.9219 432.14062L1044.5625 432.34375Q1044.3594 431.51562 1043.8672 431.09375Q1043.375 430.67188 1042.6719 430.67188Q1041.6094 430.67188 1040.9453 431.4297Q1040.2812 432.1875 1040.2812 433.84375Q1040.2812 435.51562 1040.9219 436.27344Q1041.5625 437.03125 1042.5938 437.03125Q1043.4219 437.03125 1043.9766 436.52344Q1044.5312 436.01562 1044.6719 434.95312ZM1047.2656 438.0L1047.2656 426.54688L1048.6719 426.54688L1048.6719 433.07812L1052.0 429.70312L1053.8281 429.70312L1050.6562 432.78125L1054.1406 438.0L1052.4062 438.0L1049.6719 433.75L1048.6719 434.70312L1048.6719 438.0L1047.2656 438.0ZM1060.6719 436.96875Q1059.8906 437.64062 1059.1719 437.91406Q1058.4531 438.1875 1057.625 438.1875Q1056.25 438.1875 1055.5156 437.51562Q1054.7812 436.84375 1054.7812 435.8125Q1054.7812 435.20312 1055.0625 434.6953Q1055.3438 434.1875 1055.7891 433.8828Q1056.2344 433.57812 1056.7969 433.42188Q1057.2188 433.3125 1058.0469 433.21875Q1059.75 433.01562 1060.5625 432.73438Q1060.5625 432.4375 1060.5625 432.35938Q1060.5625 431.5 1060.1719 431.15625Q1059.625 430.67188 1058.5625 430.67188Q1057.5781 430.67188 1057.1016 431.02344Q1056.625 431.375 1056.4062 432.25L1055.0312 432.0625Q1055.2188 431.1875 1055.6484 430.64062Q1056.0781 430.09375 1056.8906 429.8047Q1057.7031 429.51562 1058.7656 429.51562Q1059.8281 429.51562 1060.4922 429.76562Q1061.1562 430.01562 1061.4688 430.39062Q1061.7812 430.76562 1061.9062 431.34375Q1061.9844 431.70312 1061.9844 432.64062L1061.9844 434.51562Q1061.9844 436.48438 1062.0703 437.0Q1062.1562 437.51562 1062.4219 438.0L1060.9531 438.0Q1060.7344 437.5625 1060.6719 436.96875ZM1060.5625 433.82812Q1059.7969 434.14062 1058.2656 434.35938Q1057.3906 434.48438 1057.0312 434.64062Q1056.6719 434.79688 1056.4766 435.10156Q1056.2812 435.40625 1056.2812 435.76562Q1056.2812 436.32812 1056.7109 436.70312Q1057.1406 437.07812 1057.9531 437.07812Q1058.7656 437.07812 1059.3984 436.72656Q1060.0312 436.375 1060.3281 435.75Q1060.5625 435.28125 1060.5625 434.34375L1060.5625 433.82812ZM1063.9062 438.6875L1065.2812 438.89062Q1065.3594 439.53125 1065.75 439.8125Q1066.2812 440.20312 1067.1875 440.20312Q1068.1562 440.20312 1068.6875 439.8125Q1069.2188 439.42188 1069.4062 438.71875Q1069.5156 438.29688 1069.5156 436.90625Q1068.5938 438.0 1067.2188 438.0Q1065.5 438.0 1064.5625 436.76562Q1063.625 435.53125 1063.625 433.79688Q1063.625 432.60938 1064.0547 431.60938Q1064.4844 430.60938 1065.3047 430.0625Q1066.125 429.51562 1067.2188 429.51562Q1068.6875 429.51562 1069.6406 430.70312L1069.6406 429.70312L1070.9375 429.70312L1070.9375 436.875Q1070.9375 438.8125 1070.5469 439.625Q1070.1562 440.4375 1069.2969 440.90625Q1068.4375 441.375 1067.1875 441.375Q1065.7031 441.375 1064.7891 440.70312Q1063.875 440.03125 1063.9062 438.6875ZM1065.0781 433.70312Q1065.0781 435.32812 1065.7266 436.07812Q1066.375 436.82812 1067.3438 436.82812Q1068.3125 436.82812 1068.9688 436.08594Q1069.625 435.34375 1069.625 433.75Q1069.625 432.21875 1068.9531 431.4453Q1068.2812 430.67188 1067.3281 430.67188Q1066.3906 430.67188 1065.7344 431.4375Q1065.0781 432.20312 1065.0781 433.70312ZM1073.0625 428.15625L1073.0625 426.54688L1074.4688 426.54688L1074.4688 428.15625L1073.0625 428.15625ZM1073.0625 438.0L1073.0625 429.70312L1074.4688 429.70312L1074.4688 438.0L1073.0625 438.0ZM1076.625 438.0L1076.625 429.70312L1077.8906 429.70312L1077.8906 430.875Q1078.7969 429.51562 1080.5312 429.51562Q1081.2812 429.51562 1081.9062 429.78125Q1082.5312 430.04688 1082.8438 430.48438Q1083.1562 430.92188 1083.2812 431.53125Q1083.3594 431.92188 1083.3594 432.89062L1083.3594 438.0L1081.9531 438.0L1081.9531 432.95312Q1081.9531 432.09375 1081.7891 431.66406Q1081.625 431.23438 1081.2109 430.98438Q1080.7969 430.73438 1080.2344 430.73438Q1079.3281 430.73438 1078.6797 431.3047Q1078.0312 431.875 1078.0312 433.46875L1078.0312 438.0L1076.625 438.0ZM1085.25 438.6875L1086.625 438.89062Q1086.7031 439.53125 1087.0938 439.8125Q1087.625 440.20312 1088.5312 440.20312Q1089.5 440.20312 1090.0312 439.8125Q1090.5625 439.42188 1090.75 438.71875Q1090.8594 438.29688 1090.8594 436.90625Q1089.9375 438.0 1088.5625 438.0Q1086.8438 438.0 1085.9062 436.76562Q1084.9688 435.53125 1084.9688 433.79688Q1084.9688 432.60938 1085.3984 431.60938Q1085.8281 430.60938 1086.6484 430.0625Q1087.4688 429.51562 1088.5625 429.51562Q1090.0312 429.51562 1090.9844 430.70312L1090.9844 429.70312L1092.2812 429.70312L1092.2812 436.875Q1092.2812 438.8125 1091.8906 439.625Q1091.5 440.4375 1090.6406 440.90625Q1089.7812 441.375 1088.5312 441.375Q1087.0469 441.375 1086.1328 440.70312Q1085.2188 440.03125 1085.25 438.6875ZM1086.4219 433.70312Q1086.4219 435.32812 1087.0703 436.07812Q1087.7188 436.82812 1088.6875 436.82812Q1089.6562 436.82812 1090.3125 436.08594Q1090.9688 435.34375 1090.9688 433.75Q1090.9688 432.21875 1090.2969 431.4453Q1089.625 430.67188 1088.6719 430.67188Q1087.7344 430.67188 1087.0781 431.4375Q1086.4219 432.20312 1086.4219 433.70312Z" fill-rule="nonzero" fill="#000000"></path><path d="M295.34695 104.697586L415.34695 104.697586L415.34695 144.69759L295.34695 144.69759Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M331.05008 130.69759L331.05008 119.24446L332.5657 119.24446L332.5657 130.69759L331.05008 130.69759ZM340.42508 130.69759L340.42508 129.65071Q339.64383 130.88509 338.11258 130.88509Q337.11258 130.88509 336.28445 130.33821Q335.45633 129.79134 334.9954 128.80696Q334.53445 127.822586 334.53445 126.55696Q334.53445 125.30696 334.94852 124.29915Q335.36258 123.291336 336.1907 122.75227Q337.01883 122.21321 338.05008 122.21321Q338.80008 122.21321 339.38602 122.52571Q339.97195 122.83821 340.33133 123.353836L340.33133 119.24446L341.73758 119.24446L341.73758 130.69759L340.42508 130.69759ZM335.98758 126.55696Q335.98758 128.15071 336.65945 128.93977Q337.33133 129.72884 338.23758 129.72884Q339.15945 129.72884 339.8079 128.97102Q340.45633 128.21321 340.45633 126.666336Q340.45633 124.96321 339.80008 124.166336Q339.14383 123.36946 338.17508 123.36946Q337.23758 123.36946 336.61258 124.135086Q335.98758 124.90071 335.98758 126.55696ZM349.6282 128.02571L351.08133 128.19759Q350.73758 129.47884 349.8079 130.18196Q348.8782 130.88509 347.4407 130.88509Q345.61258 130.88509 344.55008 129.76009Q343.48758 128.63509 343.48758 126.61946Q343.48758 124.52571 344.5657 123.36946Q345.64383 122.21321 347.36258 122.21321Q349.01883 122.21321 350.07352 123.34602Q351.1282 124.478836 351.1282 126.52571Q351.1282 126.65071 351.1282 126.90071L344.9407 126.90071Q345.01883 128.27571 345.71414 129.00227Q346.40945 129.72884 347.4407 129.72884Q348.22195 129.72884 348.76883 129.32259Q349.3157 128.91634 349.6282 128.02571ZM345.01883 125.74446L349.64383 125.74446Q349.55008 124.697586 349.11258 124.18196Q348.4407 123.36946 347.3782 123.36946Q346.40945 123.36946 345.7454 124.0179Q345.08133 124.666336 345.01883 125.74446ZM352.84695 130.69759L352.84695 122.40071L354.11258 122.40071L354.11258 123.572586Q355.01883 122.21321 356.7532 122.21321Q357.5032 122.21321 358.1282 122.478836Q358.7532 122.74446 359.0657 123.18196Q359.3782 123.61946 359.5032 124.228836Q359.58133 124.61946 359.58133 125.58821L359.58133 130.69759L358.17508 130.69759L358.17508 125.65071Q358.17508 124.791336 358.01102 124.36165Q357.84695 123.93196 357.4329 123.68196Q357.01883 123.43196 356.45633 123.43196Q355.55008 123.43196 354.90164 124.00227Q354.2532 124.572586 354.2532 126.166336L354.2532 130.69759L352.84695 130.69759ZM364.8157 129.43196L365.01883 130.68196Q364.42508 130.80696 363.95633 130.80696Q363.1907 130.80696 362.76883 130.56477Q362.34695 130.32259 362.17508 129.92415Q362.0032 129.52571 362.0032 128.26009L362.0032 123.49446L360.97195 123.49446L360.97195 122.40071L362.0032 122.40071L362.0032 120.33821L363.40945 119.49446L363.40945 122.40071L364.8157 122.40071L364.8157 123.49446L363.40945 123.49446L363.40945 128.33821Q363.40945 128.94759 363.47977 129.11946Q363.55008 129.29134 363.72195 129.3929Q363.89383 129.49446 364.20633 129.49446Q364.4407 129.49446 364.8157 129.43196ZM366.1907 120.853836L366.1907 119.24446L367.59695 119.24446L367.59695 120.853836L366.1907 120.853836ZM366.1907 130.69759L366.1907 122.40071L367.59695 122.40071L367.59695 130.69759L366.1907 130.69759ZM372.8157 129.43196L373.01883 130.68196Q372.42508 130.80696 371.95633 130.80696Q371.1907 130.80696 370.76883 130.56477Q370.34695 130.32259 370.17508 129.92415Q370.0032 129.52571 370.0032 128.26009L370.0032 123.49446L368.97195 123.49446L368.97195 122.40071L370.0032 122.40071L370.0032 120.33821L371.40945 119.49446L371.40945 122.40071L372.8157 122.40071L372.8157 123.49446L371.40945 123.49446L371.40945 128.33821Q371.40945 128.94759 371.47977 129.11946Q371.55008 129.29134 371.72195 129.3929Q371.89383 129.49446 372.20633 129.49446Q372.4407 129.49446 372.8157 129.43196ZM374.1282 133.90071L373.97195 132.57259Q374.42508 132.69759 374.76883 132.69759Q375.23758 132.69759 375.51883 132.54134Q375.80008 132.38509 375.98758 132.10384Q376.11258 131.90071 376.40945 131.05696Q376.45633 130.94759 376.53445 130.71321L373.39383 122.40071L374.90945 122.40071L376.6282 127.197586Q376.97195 128.11946 377.23758 129.11946Q377.47195 128.15071 377.8157 127.228836L379.58133 122.40071L380.98758 122.40071L377.83133 130.83821Q377.33133 132.21321 377.05008 132.72884Q376.67508 133.41634 376.1907 133.74446Q375.70633 134.07259 375.03445 134.07259Q374.6282 134.07259 374.1282 133.90071Z" fill-rule="nonzero" fill="#000000"></path><path d="M551.3469 104.697586L663.3469 104.697586L663.3469 144.69759L551.3469 144.69759Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M567.1907 130.69759L567.1907 119.24446L569.4719 119.24446L572.1907 127.353836Q572.5657 128.47884 572.73755 129.04134Q572.92505 128.41634 573.3469 127.21321L576.0813 119.24446L578.1282 119.24446L578.1282 130.69759L576.6594 130.69759L576.6594 121.103836L573.3313 130.69759L571.9719 130.69759L568.6594 120.947586L568.6594 130.69759L567.1907 130.69759ZM585.80005 129.66634Q585.0188 130.33821 584.30005 130.61165Q583.5813 130.88509 582.7532 130.88509Q581.3782 130.88509 580.6438 130.21321Q579.9094 129.54134 579.9094 128.51009Q579.9094 127.90071 580.1907 127.3929Q580.4719 126.885086 580.91724 126.5804Q581.36255 126.27571 581.92505 126.11946Q582.3469 126.010086 583.17505 125.916336Q584.8782 125.71321 585.6907 125.43196Q585.6907 125.135086 585.6907 125.05696Q585.6907 124.197586 585.30005 123.853836Q584.7532 123.36946 583.6907 123.36946Q582.7063 123.36946 582.22974 123.72102Q581.7532 124.072586 581.5344 124.947586L580.1594 124.760086Q580.3469 123.885086 580.7766 123.33821Q581.2063 122.791336 582.0188 122.50227Q582.8313 122.21321 583.8938 122.21321Q584.9563 122.21321 585.62036 122.46321Q586.2844 122.71321 586.5969 123.08821Q586.9094 123.46321 587.0344 124.041336Q587.11255 124.40071 587.11255 125.33821L587.11255 127.21321Q587.11255 129.18196 587.1985 129.69759Q587.2844 130.21321 587.55005 130.69759L586.0813 130.69759Q585.86255 130.26009 585.80005 129.66634ZM585.6907 126.52571Q584.92505 126.83821 583.3938 127.05696Q582.5188 127.18196 582.1594 127.33821Q581.80005 127.49446 581.60474 127.79915Q581.4094 128.10384 581.4094 128.46321Q581.4094 129.02571 581.8391 129.40071Q582.2688 129.77571 583.0813 129.77571Q583.8938 129.77571 584.5266 129.42415Q585.1594 129.07259 585.4563 128.44759Q585.6907 127.978836 585.6907 127.041336L585.6907 126.52571ZM589.2844 120.853836L589.2844 119.24446L590.6907 119.24446L590.6907 120.853836L589.2844 120.853836ZM589.2844 130.69759L589.2844 122.40071L590.6907 122.40071L590.6907 130.69759L589.2844 130.69759ZM592.8157 130.69759L592.8157 119.24446L594.2219 119.24446L594.2219 130.69759L592.8157 130.69759ZM596.3938 120.853836L596.3938 119.24446L597.80005 119.24446L597.80005 120.853836L596.3938 120.853836ZM596.3938 130.69759L596.3938 122.40071L597.80005 122.40071L597.80005 130.69759L596.3938 130.69759ZM599.9563 130.69759L599.9563 122.40071L601.2219 122.40071L601.2219 123.572586Q602.1282 122.21321 603.86255 122.21321Q604.61255 122.21321 605.23755 122.478836Q605.86255 122.74446 606.17505 123.18196Q606.48755 123.61946 606.61255 124.228836Q606.6907 124.61946 606.6907 125.58821L606.6907 130.69759L605.2844 130.69759L605.2844 125.65071Q605.2844 124.791336 605.12036 124.36165Q604.9563 123.93196 604.54224 123.68196Q604.1282 123.43196 603.5657 123.43196Q602.6594 123.43196 602.011 124.00227Q601.36255 124.572586 601.36255 126.166336L601.36255 130.69759L599.9563 130.69759ZM608.5813 131.38509L609.9563 131.58821Q610.0344 132.22884 610.42505 132.51009Q610.9563 132.90071 611.86255 132.90071Q612.8313 132.90071 613.36255 132.51009Q613.8938 132.11946 614.0813 131.41634Q614.1907 130.99446 614.1907 129.60384Q613.2688 130.69759 611.8938 130.69759Q610.17505 130.69759 609.23755 129.46321Q608.30005 128.22884 608.30005 126.49446Q608.30005 125.30696 608.72974 124.30696Q609.1594 123.30696 609.97974 122.760086Q610.80005 122.21321 611.8938 122.21321Q613.36255 122.21321 614.3157 123.40071L614.3157 122.40071L615.61255 122.40071L615.61255 129.57259Q615.61255 131.51009 615.2219 132.32259Q614.8313 133.13509 613.9719 133.60384Q613.11255 134.07259 611.86255 134.07259Q610.3782 134.07259 609.4641 133.40071Q608.55005 132.72884 608.5813 131.38509ZM609.7532 126.40071Q609.7532 128.02571 610.4016 128.77571Q611.05005 129.52571 612.0188 129.52571Q612.98755 129.52571 613.6438 128.78352Q614.30005 128.04134 614.30005 126.447586Q614.30005 124.916336 613.6282 124.1429Q612.9563 123.36946 612.0032 123.36946Q611.0657 123.36946 610.4094 124.135086Q609.7532 124.90071 609.7532 126.40071ZM622.1594 130.69759L622.1594 119.24446L623.5657 119.24446L623.5657 130.69759L622.1594 130.69759ZM625.7532 120.853836L625.7532 119.24446L627.1594 119.24446L627.1594 120.853836L625.7532 120.853836ZM625.7532 130.69759L625.7532 122.40071L627.1594 122.40071L627.1594 130.69759L625.7532 130.69759ZM628.73755 128.21321L630.1282 127.99446Q630.23755 128.83821 630.7766 129.28352Q631.3157 129.72884 632.2688 129.72884Q633.23755 129.72884 633.7063 129.3304Q634.17505 128.93196 634.17505 128.40071Q634.17505 127.93196 633.7688 127.65071Q633.4719 127.46321 632.3313 127.18196Q630.7844 126.791336 630.18286 126.50227Q629.5813 126.21321 629.2766 125.71321Q628.9719 125.21321 628.9719 124.603836Q628.9719 124.041336 629.2219 123.572586Q629.4719 123.103836 629.9094 122.791336Q630.23755 122.541336 630.80786 122.37727Q631.3782 122.21321 632.0188 122.21321Q633.0032 122.21321 633.73755 122.49446Q634.4719 122.77571 634.8235 123.25227Q635.17505 123.728836 635.3157 124.541336L633.9407 124.728836Q633.8469 124.08821 633.3938 123.728836Q632.9407 123.36946 632.1282 123.36946Q631.1594 123.36946 630.74536 123.68977Q630.3313 124.010086 630.3313 124.43196Q630.3313 124.71321 630.5032 124.93196Q630.67505 125.15071 631.0344 125.30696Q631.2532 125.385086 632.2844 125.666336Q633.7688 126.05696 634.36255 126.31477Q634.9563 126.572586 635.29224 127.05696Q635.6282 127.541336 635.6282 128.26009Q635.6282 128.96321 635.2141 129.5804Q634.80005 130.19759 634.0266 130.54134Q633.2532 130.88509 632.2844 130.88509Q630.6594 130.88509 629.8157 130.21321Q628.9719 129.54134 628.73755 128.21321ZM640.36255 129.43196L640.5657 130.68196Q639.9719 130.80696 639.5032 130.80696Q638.73755 130.80696 638.3157 130.56477Q637.8938 130.32259 637.7219 129.92415Q637.55005 129.52571 637.55005 128.26009L637.55005 123.49446L636.5188 123.49446L636.5188 122.40071L637.55005 122.40071L637.55005 120.33821L638.9563 119.49446L638.9563 122.40071L640.36255 122.40071L640.36255 123.49446L638.9563 123.49446L638.9563 128.33821Q638.9563 128.94759 639.0266 129.11946Q639.0969 129.29134 639.2688 129.3929Q639.4407 129.49446 639.7532 129.49446Q639.98755 129.49446 640.36255 129.43196ZM641.1907 128.21321L642.5813 127.99446Q642.6907 128.83821 643.22974 129.28352Q643.7688 129.72884 644.7219 129.72884Q645.6907 129.72884 646.1594 129.3304Q646.6282 128.93196 646.6282 128.40071Q646.6282 127.93196 646.2219 127.65071Q645.92505 127.46321 644.7844 127.18196Q643.23755 126.791336 642.636 126.50227Q642.0344 126.21321 641.72974 125.71321Q641.42505 125.21321 641.42505 124.603836Q641.42505 124.041336 641.67505 123.572586Q641.92505 123.103836 642.36255 122.791336Q642.6907 122.541336 643.261 122.37727Q643.8313 122.21321 644.4719 122.21321Q645.4563 122.21321 646.1907 122.49446Q646.92505 122.77571 647.2766 123.25227Q647.6282 123.728836 647.7688 124.541336L646.3938 124.728836Q646.30005 124.08821 645.8469 123.728836Q645.3938 123.36946 644.5813 123.36946Q643.61255 123.36946 643.1985 123.68977Q642.7844 124.010086 642.7844 124.43196Q642.7844 124.71321 642.9563 124.93196Q643.1282 125.15071 643.48755 125.30696Q643.7063 125.385086 644.73755 125.666336Q646.2219 126.05696 646.8157 126.31477Q647.4094 126.572586 647.74536 127.05696Q648.0813 127.541336 648.0813 128.26009Q648.0813 128.96321 647.66724 129.5804Q647.2532 130.19759 646.47974 130.54134Q645.7063 130.88509 644.73755 130.88509Q643.11255 130.88509 642.2688 130.21321Q641.42505 129.54134 641.1907 128.21321Z" fill-rule="nonzero" fill="#000000"></path><path d="M431.34695 104.697586L535.3469 104.697586L535.3469 144.69759L431.34695 144.69759Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M464.55008 130.69759L464.55008 119.24446L466.11258 119.24446L472.1282 128.22884L472.1282 119.24446L473.58133 119.24446L473.58133 130.69759L472.01883 130.69759L466.0032 121.697586L466.0032 130.69759L464.55008 130.69759ZM481.6282 128.02571L483.08133 128.19759Q482.73758 129.47884 481.8079 130.18196Q480.8782 130.88509 479.4407 130.88509Q477.61258 130.88509 476.55008 129.76009Q475.48758 128.63509 475.48758 126.61946Q475.48758 124.52571 476.5657 123.36946Q477.64383 122.21321 479.36258 122.21321Q481.01883 122.21321 482.07352 123.34602Q483.1282 124.478836 483.1282 126.52571Q483.1282 126.65071 483.1282 126.90071L476.9407 126.90071Q477.01883 128.27571 477.71414 129.00227Q478.40945 129.72884 479.4407 129.72884Q480.22195 129.72884 480.76883 129.32259Q481.3157 128.91634 481.6282 128.02571ZM477.01883 125.74446L481.64383 125.74446Q481.55008 124.697586 481.11258 124.18196Q480.4407 123.36946 479.3782 123.36946Q478.40945 123.36946 477.7454 124.0179Q477.08133 124.666336 477.01883 125.74446ZM486.3782 130.69759L483.83133 122.40071L485.28445 122.40071L486.61258 127.18196L487.09695 128.96321Q487.1282 128.83821 487.53445 127.260086L488.84695 122.40071L490.30008 122.40071L491.53445 127.21321L491.95633 128.79134L492.42508 127.197586L493.84695 122.40071L495.22195 122.40071L492.6282 130.69759L491.15945 130.69759L489.84695 125.728836L489.51883 124.30696L487.84695 130.69759L486.3782 130.69759ZM495.84695 128.21321L497.23758 127.99446Q497.34695 128.83821 497.88602 129.28352Q498.42508 129.72884 499.3782 129.72884Q500.34695 129.72884 500.8157 129.3304Q501.28445 128.93196 501.28445 128.40071Q501.28445 127.93196 500.8782 127.65071Q500.58133 127.46321 499.4407 127.18196Q497.89383 126.791336 497.29227 126.50227Q496.6907 126.21321 496.38602 125.71321Q496.08133 125.21321 496.08133 124.603836Q496.08133 124.041336 496.33133 123.572586Q496.58133 123.103836 497.01883 122.791336Q497.34695 122.541336 497.91727 122.37727Q498.48758 122.21321 499.1282 122.21321Q500.11258 122.21321 500.84695 122.49446Q501.58133 122.77571 501.9329 123.25227Q502.28445 123.728836 502.42508 124.541336L501.05008 124.728836Q500.95633 124.08821 500.5032 123.728836Q500.05008 123.36946 499.23758 123.36946Q498.26883 123.36946 497.85477 123.68977Q497.4407 124.010086 497.4407 124.43196Q497.4407 124.71321 497.61258 124.93196Q497.78445 125.15071 498.14383 125.30696Q498.36258 125.385086 499.39383 125.666336Q500.8782 126.05696 501.47195 126.31477Q502.0657 126.572586 502.40164 127.05696Q502.73758 127.541336 502.73758 128.26009Q502.73758 128.96321 502.32352 129.5804Q501.90945 130.19759 501.13602 130.54134Q500.36258 130.88509 499.39383 130.88509Q497.76883 130.88509 496.92508 130.21321Q496.08133 129.54134 495.84695 128.21321Z" fill-rule="nonzero" fill="#000000"></path><path d="M679.3469 104.697586L783.3469 104.697586L783.3469 144.69759L679.3469 144.69759Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M705.23755 129.46321Q706.2844 130.19759 707.17505 130.52571L706.73755 131.58821Q705.5032 131.15071 704.2688 130.18196Q703.0032 130.90071 701.4563 130.90071Q699.9094 130.90071 698.6438 130.1429Q697.3782 129.38509 696.6907 128.02571Q696.0032 126.666336 696.0032 124.96321Q696.0032 123.27571 696.6907 121.885086Q697.3782 120.49446 698.6516 119.7679Q699.92505 119.041336 701.48755 119.041336Q703.0813 119.041336 704.35474 119.791336Q705.6282 120.541336 706.29224 121.90071Q706.9563 123.260086 706.9563 124.96321Q706.9563 126.36946 706.5266 127.50227Q706.0969 128.63509 705.23755 129.46321ZM701.8938 127.52571Q703.2063 127.90071 704.0657 128.61946Q705.3938 127.40071 705.3938 124.96321Q705.3938 123.572586 704.92505 122.53352Q704.4563 121.49446 703.54224 120.916336Q702.6282 120.33821 701.5032 120.33821Q699.80005 120.33821 698.68286 121.50227Q697.5657 122.666336 697.5657 124.96321Q697.5657 127.197586 698.67505 128.3929Q699.7844 129.58821 701.5032 129.58821Q702.3157 129.58821 703.0344 129.29134Q702.3157 128.82259 701.5344 128.63509L701.8938 127.52571ZM714.2688 130.69759L714.2688 129.47884Q713.30005 130.88509 711.6282 130.88509Q710.8938 130.88509 710.261 130.60384Q709.6282 130.32259 709.3157 129.8929Q709.0032 129.46321 708.8782 128.85384Q708.80005 128.43196 708.80005 127.541336L708.80005 122.40071L710.2063 122.40071L710.2063 126.99446Q710.2063 128.10384 710.2844 128.47884Q710.42505 129.04134 710.85474 129.35384Q711.2844 129.66634 711.9094 129.66634Q712.55005 129.66634 713.10474 129.34602Q713.6594 129.02571 713.886 128.46321Q714.11255 127.90071 714.11255 126.83821L714.11255 122.40071L715.5188 122.40071L715.5188 130.69759L714.2688 130.69759ZM723.3938 128.02571L724.8469 128.19759Q724.5032 129.47884 723.5735 130.18196Q722.6438 130.88509 721.2063 130.88509Q719.3782 130.88509 718.3157 129.76009Q717.2532 128.63509 717.2532 126.61946Q717.2532 124.52571 718.3313 123.36946Q719.4094 122.21321 721.1282 122.21321Q722.7844 122.21321 723.8391 123.34602Q724.8938 124.478836 724.8938 126.52571Q724.8938 126.65071 724.8938 126.90071L718.7063 126.90071Q718.7844 128.27571 719.47974 129.00227Q720.17505 129.72884 721.2063 129.72884Q721.98755 129.72884 722.5344 129.32259Q723.0813 128.91634 723.3938 128.02571ZM718.7844 125.74446L723.4094 125.74446Q723.3157 124.697586 722.8782 124.18196Q722.2063 123.36946 721.1438 123.36946Q720.17505 123.36946 719.511 124.0179Q718.8469 124.666336 718.7844 125.74446ZM726.0657 128.21321L727.4563 127.99446Q727.5657 128.83821 728.10474 129.28352Q728.6438 129.72884 729.5969 129.72884Q730.5657 129.72884 731.0344 129.3304Q731.5032 128.93196 731.5032 128.40071Q731.5032 127.93196 731.0969 127.65071Q730.80005 127.46321 729.6594 127.18196Q728.11255 126.791336 727.511 126.50227Q726.9094 126.21321 726.60474 125.71321Q726.30005 125.21321 726.30005 124.603836Q726.30005 124.041336 726.55005 123.572586Q726.80005 123.103836 727.23755 122.791336Q727.5657 122.541336 728.136 122.37727Q728.7063 122.21321 729.3469 122.21321Q730.3313 122.21321 731.0657 122.49446Q731.80005 122.77571 732.1516 123.25227Q732.5032 123.728836 732.6438 124.541336L731.2688 124.728836Q731.17505 124.08821 730.7219 123.728836Q730.2688 123.36946 729.4563 123.36946Q728.48755 123.36946 728.0735 123.68977Q727.6594 124.010086 727.6594 124.43196Q727.6594 124.71321 727.8313 124.93196Q728.0032 125.15071 728.36255 125.30696Q728.5813 125.385086 729.61255 125.666336Q731.0969 126.05696 731.6907 126.31477Q732.2844 126.572586 732.62036 127.05696Q732.9563 127.541336 732.9563 128.26009Q732.9563 128.96321 732.54224 129.5804Q732.1282 130.19759 731.35474 130.54134Q730.5813 130.88509 729.61255 130.88509Q727.98755 130.88509 727.1438 130.21321Q726.30005 129.54134 726.0657 128.21321ZM737.6907 129.43196L737.8938 130.68196Q737.30005 130.80696 736.8313 130.80696Q736.0657 130.80696 735.6438 130.56477Q735.2219 130.32259 735.05005 129.92415Q734.8782 129.52571 734.8782 128.26009L734.8782 123.49446L733.8469 123.49446L733.8469 122.40071L734.8782 122.40071L734.8782 120.33821L736.2844 119.49446L736.2844 122.40071L737.6907 122.40071L737.6907 123.49446L736.2844 123.49446L736.2844 128.33821Q736.2844 128.94759 736.35474 129.11946Q736.42505 129.29134 736.5969 129.3929Q736.7688 129.49446 737.0813 129.49446Q737.3157 129.49446 737.6907 129.43196ZM739.0657 120.853836L739.0657 119.24446L740.4719 119.24446L740.4719 120.853836L739.0657 120.853836ZM739.0657 130.69759L739.0657 122.40071L740.4719 122.40071L740.4719 130.69759L739.0657 130.69759ZM742.0969 126.541336Q742.0969 124.24446 743.3782 123.135086Q744.4563 122.21321 745.98755 122.21321Q747.7063 122.21321 748.79224 123.3304Q749.8782 124.447586 749.8782 126.43196Q749.8782 128.02571 749.3938 128.94759Q748.9094 129.86946 747.99536 130.37727Q747.0813 130.88509 745.98755 130.88509Q744.2532 130.88509 743.17505 129.7679Q742.0969 128.65071 742.0969 126.541336ZM743.55005 126.541336Q743.55005 128.13509 744.24536 128.93196Q744.9407 129.72884 745.98755 129.72884Q747.0344 129.72884 747.72974 128.93196Q748.42505 128.13509 748.42505 126.49446Q748.42505 124.96321 747.72974 124.166336Q747.0344 123.36946 745.98755 123.36946Q744.9407 123.36946 744.24536 124.15852Q743.55005 124.947586 743.55005 126.541336ZM751.5188 130.69759L751.5188 122.40071L752.7844 122.40071L752.7844 123.572586Q753.6907 122.21321 755.42505 122.21321Q756.17505 122.21321 756.80005 122.478836Q757.42505 122.74446 757.73755 123.18196Q758.05005 123.61946 758.17505 124.228836Q758.2532 124.61946 758.2532 125.58821L758.2532 130.69759L756.8469 130.69759L756.8469 125.65071Q756.8469 124.791336 756.68286 124.36165Q756.5188 123.93196 756.10474 123.68196Q755.6907 123.43196 755.1282 123.43196Q754.2219 123.43196 753.5735 124.00227Q752.92505 124.572586 752.92505 126.166336L752.92505 130.69759L751.5188 130.69759ZM759.86255 128.21321L761.2532 127.99446Q761.36255 128.83821 761.9016 129.28352Q762.4407 129.72884 763.3938 129.72884Q764.36255 129.72884 764.8313 129.3304Q765.30005 128.93196 765.30005 128.40071Q765.30005 127.93196 764.8938 127.65071Q764.5969 127.46321 763.4563 127.18196Q761.9094 126.791336 761.30786 126.50227Q760.7063 126.21321 760.4016 125.71321Q760.0969 125.21321 760.0969 124.603836Q760.0969 124.041336 760.3469 123.572586Q760.5969 123.103836 761.0344 122.791336Q761.36255 122.541336 761.93286 122.37727Q762.5032 122.21321 763.1438 122.21321Q764.1282 122.21321 764.86255 122.49446Q765.5969 122.77571 765.9485 123.25227Q766.30005 123.728836 766.4407 124.541336L765.0657 124.728836Q764.9719 124.08821 764.5188 123.728836Q764.0657 123.36946 763.2532 123.36946Q762.2844 123.36946 761.87036 123.68977Q761.4563 124.010086 761.4563 124.43196Q761.4563 124.71321 761.6282 124.93196Q761.80005 125.15071 762.1594 125.30696Q762.3782 125.385086 763.4094 125.666336Q764.8938 126.05696 765.48755 126.31477Q766.0813 126.572586 766.41724 127.05696Q766.7532 127.541336 766.7532 128.26009Q766.7532 128.96321 766.3391 129.5804Q765.92505 130.19759 765.1516 130.54134Q764.3782 130.88509 763.4094 130.88509Q761.7844 130.88509 760.9407 130.21321Q760.0969 129.54134 759.86255 128.21321Z" fill-rule="nonzero" fill="#000000"></path><path d="M64.0 256.0L176.0 256.0L176.0 296.0L64.0 296.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M102.9375 282.0L102.9375 270.54688L107.234375 270.54688Q108.546875 270.54688 109.34375 270.89062Q110.140625 271.23438 110.58594 271.96094Q111.03125 272.6875 111.03125 273.46875Q111.03125 274.20312 110.63281 274.85156Q110.234375 275.5 109.4375 275.90625Q110.46875 276.20312 111.03125 276.9375Q111.59375 277.67188 111.59375 278.67188Q111.59375 279.48438 111.25 280.17188Q110.90625 280.85938 110.40625 281.23438Q109.90625 281.60938 109.15625 281.8047Q108.40625 282.0 107.3125 282.0L102.9375 282.0ZM104.453125 275.35938L106.9375 275.35938Q107.9375 275.35938 108.375 275.21875Q108.953125 275.04688 109.25 274.64844Q109.546875 274.25 109.546875 273.65625Q109.546875 273.07812 109.27344 272.64844Q109.0 272.21875 108.49219 272.0547Q107.984375 271.89062 106.75 271.89062L104.453125 271.89062L104.453125 275.35938ZM104.453125 280.64062L107.3125 280.64062Q108.046875 280.64062 108.34375 280.59375Q108.859375 280.5 109.21094 280.28125Q109.5625 280.0625 109.78906 279.64062Q110.015625 279.21875 110.015625 278.67188Q110.015625 278.03125 109.6875 277.5625Q109.359375 277.09375 108.78125 276.89844Q108.203125 276.70312 107.109375 276.70312L104.453125 276.70312L104.453125 280.64062ZM118.9375 282.0L118.9375 280.78125Q117.96875 282.1875 116.296875 282.1875Q115.5625 282.1875 114.92969 281.90625Q114.296875 281.625 113.984375 281.1953Q113.671875 280.76562 113.546875 280.15625Q113.46875 279.73438 113.46875 278.84375L113.46875 273.70312L114.875 273.70312L114.875 278.29688Q114.875 279.40625 114.953125 279.78125Q115.09375 280.34375 115.52344 280.65625Q115.953125 280.96875 116.578125 280.96875Q117.21875 280.96875 117.77344 280.64844Q118.328125 280.32812 118.55469 279.76562Q118.78125 279.20312 118.78125 278.14062L118.78125 273.70312L120.1875 273.70312L120.1875 282.0L118.9375 282.0ZM122.125 282.6875L123.5 282.89062Q123.578125 283.53125 123.96875 283.8125Q124.5 284.20312 125.40625 284.20312Q126.375 284.20312 126.90625 283.8125Q127.4375 283.42188 127.625 282.71875Q127.734375 282.29688 127.734375 280.90625Q126.8125 282.0 125.4375 282.0Q123.71875 282.0 122.78125 280.76562Q121.84375 279.53125 121.84375 277.79688Q121.84375 276.60938 122.27344 275.60938Q122.703125 274.60938 123.52344 274.0625Q124.34375 273.51562 125.4375 273.51562Q126.90625 273.51562 127.859375 274.70312L127.859375 273.70312L129.15625 273.70312L129.15625 280.875Q129.15625 282.8125 128.76562 283.625Q128.375 284.4375 127.515625 284.90625Q126.65625 285.375 125.40625 285.375Q123.921875 285.375 123.00781 284.70312Q122.09375 284.03125 122.125 282.6875ZM123.296875 277.70312Q123.296875 279.32812 123.94531 280.07812Q124.59375 280.82812 125.5625 280.82812Q126.53125 280.82812 127.1875 280.08594Q127.84375 279.34375 127.84375 277.75Q127.84375 276.21875 127.171875 275.4453Q126.5 274.67188 125.546875 274.67188Q124.609375 274.67188 123.953125 275.4375Q123.296875 276.20312 123.296875 277.70312ZM130.73438 279.51562L132.125 279.29688Q132.23438 280.14062 132.77344 280.58594Q133.3125 281.03125 134.26562 281.03125Q135.23438 281.03125 135.70312 280.6328Q136.17188 280.23438 136.17188 279.70312Q136.17188 279.23438 135.76562 278.95312Q135.46875 278.76562 134.32812 278.48438Q132.78125 278.09375 132.17969 277.8047Q131.57812 277.51562 131.27344 277.01562Q130.96875 276.51562 130.96875 275.90625Q130.96875 275.34375 131.21875 274.875Q131.46875 274.40625 131.90625 274.09375Q132.23438 273.84375 132.80469 273.6797Q133.375 273.51562 134.01562 273.51562Q135.0 273.51562 135.73438 273.79688Q136.46875 274.07812 136.82031 274.5547Q137.17188 275.03125 137.3125 275.84375L135.9375 276.03125Q135.84375 275.39062 135.39062 275.03125Q134.9375 274.67188 134.125 274.67188Q133.15625 274.67188 132.74219 274.9922Q132.32812 275.3125 132.32812 275.73438Q132.32812 276.01562 132.5 276.23438Q132.67188 276.45312 133.03125 276.60938Q133.25 276.6875 134.28125 276.96875Q135.76562 277.35938 136.35938 277.6172Q136.95312 277.875 137.28906 278.35938Q137.625 278.84375 137.625 279.5625Q137.625 280.26562 137.21094 280.8828Q136.79688 281.5 136.02344 281.84375Q135.25 282.1875 134.28125 282.1875Q132.65625 282.1875 131.8125 281.51562Q130.96875 280.84375 130.73438 279.51562Z" fill-rule="nonzero" fill="#000000"></path><path d="M64.0 320.0L176.0 320.0L176.0 360.0L64.0 360.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M101.921875 346.0L101.921875 334.54688L103.4375 334.54688L103.4375 346.0L101.921875 346.0ZM111.3125 346.0L111.3125 344.95312Q110.53125 346.1875 109.0 346.1875Q108.0 346.1875 107.171875 345.64062Q106.34375 345.09375 105.88281 344.10938Q105.421875 343.125 105.421875 341.85938Q105.421875 340.60938 105.83594 339.60156Q106.25 338.59375 107.078125 338.0547Q107.90625 337.51562 108.9375 337.51562Q109.6875 337.51562 110.27344 337.82812Q110.859375 338.14062 111.21875 338.65625L111.21875 334.54688L112.625 334.54688L112.625 346.0L111.3125 346.0ZM106.875 341.85938Q106.875 343.45312 107.546875 344.2422Q108.21875 345.03125 109.125 345.03125Q110.046875 345.03125 110.69531 344.27344Q111.34375 343.51562 111.34375 341.96875Q111.34375 340.26562 110.6875 339.46875Q110.03125 338.67188 109.0625 338.67188Q108.125 338.67188 107.5 339.4375Q106.875 340.20312 106.875 341.85938ZM120.5 343.32812L121.953125 343.5Q121.609375 344.78125 120.67969 345.48438Q119.75 346.1875 118.3125 346.1875Q116.484375 346.1875 115.421875 345.0625Q114.359375 343.9375 114.359375 341.92188Q114.359375 339.82812 115.4375 338.67188Q116.515625 337.51562 118.234375 337.51562Q119.890625 337.51562 120.94531 338.64844Q122.0 339.78125 122.0 341.82812Q122.0 341.95312 122.0 342.20312L115.8125 342.20312Q115.890625 343.57812 116.58594 344.3047Q117.28125 345.03125 118.3125 345.03125Q119.09375 345.03125 119.640625 344.625Q120.1875 344.21875 120.5 343.32812ZM115.890625 341.04688L120.515625 341.04688Q120.421875 340.0 119.984375 339.48438Q119.3125 338.67188 118.25 338.67188Q117.28125 338.67188 116.61719 339.3203Q115.953125 339.96875 115.890625 341.04688ZM129.14062 344.96875Q128.35938 345.64062 127.640625 345.91406Q126.921875 346.1875 126.09375 346.1875Q124.71875 346.1875 123.984375 345.51562Q123.25 344.84375 123.25 343.8125Q123.25 343.20312 123.53125 342.6953Q123.8125 342.1875 124.25781 341.8828Q124.703125 341.57812 125.265625 341.42188Q125.6875 341.3125 126.515625 341.21875Q128.21875 341.01562 129.03125 340.73438Q129.03125 340.4375 129.03125 340.35938Q129.03125 339.5 128.64062 339.15625Q128.09375 338.67188 127.03125 338.67188Q126.046875 338.67188 125.57031 339.02344Q125.09375 339.375 124.875 340.25L123.5 340.0625Q123.6875 339.1875 124.11719 338.64062Q124.546875 338.09375 125.359375 337.8047Q126.171875 337.51562 127.234375 337.51562Q128.29688 337.51562 128.96094 337.76562Q129.625 338.01562 129.9375 338.39062Q130.25 338.76562 130.375 339.34375Q130.45312 339.70312 130.45312 340.64062L130.45312 342.51562Q130.45312 344.48438 130.53906 345.0Q130.625 345.51562 130.89062 346.0L129.42188 346.0Q129.20312 345.5625 129.14062 344.96875ZM129.03125 341.82812Q128.26562 342.14062 126.734375 342.35938Q125.859375 342.48438 125.5 342.64062Q125.140625 342.79688 124.94531 343.10156Q124.75 343.40625 124.75 343.76562Q124.75 344.32812 125.17969 344.70312Q125.609375 345.07812 126.421875 345.07812Q127.234375 345.07812 127.86719 344.72656Q128.5 344.375 128.79688 343.75Q129.03125 343.28125 129.03125 342.34375L129.03125 341.82812ZM132.0625 343.51562L133.45312 343.29688Q133.5625 344.14062 134.10156 344.58594Q134.64062 345.03125 135.59375 345.03125Q136.5625 345.03125 137.03125 344.6328Q137.5 344.23438 137.5 343.70312Q137.5 343.23438 137.09375 342.95312Q136.79688 342.76562 135.65625 342.48438Q134.10938 342.09375 133.50781 341.8047Q132.90625 341.51562 132.60156 341.01562Q132.29688 340.51562 132.29688 339.90625Q132.29688 339.34375 132.54688 338.875Q132.79688 338.40625 133.23438 338.09375Q133.5625 337.84375 134.13281 337.6797Q134.70312 337.51562 135.34375 337.51562Q136.32812 337.51562 137.0625 337.79688Q137.79688 338.07812 138.14844 338.5547Q138.5 339.03125 138.64062 339.84375L137.26562 340.03125Q137.17188 339.39062 136.71875 339.03125Q136.26562 338.67188 135.45312 338.67188Q134.48438 338.67188 134.07031 338.9922Q133.65625 339.3125 133.65625 339.73438Q133.65625 340.01562 133.82812 340.23438Q134.0 340.45312 134.35938 340.60938Q134.57812 340.6875 135.60938 340.96875Q137.09375 341.35938 137.6875 341.6172Q138.28125 341.875 138.61719 342.35938Q138.95312 342.84375 138.95312 343.5625Q138.95312 344.26562 138.53906 344.8828Q138.125 345.5 137.35156 345.84375Q136.57812 346.1875 135.60938 346.1875Q133.98438 346.1875 133.14062 345.51562Q132.29688 344.84375 132.0625 343.51562Z" fill-rule="nonzero" fill="#000000"></path><path d="M64.0 384.0L176.0 384.0L176.0 424.0L64.0 424.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M98.484375 406.3125L99.921875 406.1875Q100.015625 407.04688 100.390625 407.60156Q100.765625 408.15625 101.546875 408.4922Q102.328125 408.82812 103.296875 408.82812Q104.171875 408.82812 104.83594 408.5703Q105.5 408.3125 105.82031 407.8672Q106.140625 407.42188 106.140625 406.89062Q106.140625 406.34375 105.828125 405.9453Q105.515625 405.54688 104.796875 405.26562Q104.34375 405.09375 102.765625 404.71094Q101.1875 404.32812 100.546875 404.0Q99.734375 403.5625 99.328125 402.9297Q98.921875 402.29688 98.921875 401.5Q98.921875 400.64062 99.41406 399.8828Q99.90625 399.125 100.85156 398.73438Q101.796875 398.34375 102.953125 398.34375Q104.234375 398.34375 105.203125 398.7578Q106.171875 399.17188 106.69531 399.96875Q107.21875 400.76562 107.265625 401.76562L105.8125 401.875Q105.6875 400.79688 105.015625 400.2422Q104.34375 399.6875 103.015625 399.6875Q101.640625 399.6875 101.015625 400.1875Q100.390625 400.6875 100.390625 401.40625Q100.390625 402.01562 100.828125 402.42188Q101.265625 402.8125 103.11719 403.23438Q104.96875 403.65625 105.65625 403.96875Q106.65625 404.42188 107.13281 405.1328Q107.609375 405.84375 107.609375 406.76562Q107.609375 407.67188 107.08594 408.48438Q106.5625 409.29688 105.578125 409.75Q104.59375 410.20312 103.375 410.20312Q101.8125 410.20312 100.765625 409.7422Q99.71875 409.28125 99.11719 408.375Q98.515625 407.46875 98.484375 406.3125ZM109.5 413.1875L109.5 401.70312L110.78125 401.70312L110.78125 402.78125Q111.234375 402.14062 111.80469 401.82812Q112.375 401.51562 113.1875 401.51562Q114.25 401.51562 115.0625 402.0625Q115.875 402.60938 116.28906 403.60156Q116.703125 404.59375 116.703125 405.78125Q116.703125 407.0625 116.24219 408.07812Q115.78125 409.09375 114.91406 409.64062Q114.046875 410.1875 113.078125 410.1875Q112.375 410.1875 111.82031 409.89062Q111.265625 409.59375 110.90625 409.14062L110.90625 413.1875L109.5 413.1875ZM110.765625 405.89062Q110.765625 407.5 111.41406 408.26562Q112.0625 409.03125 112.984375 409.03125Q113.921875 409.03125 114.59375 408.23438Q115.265625 407.4375 115.265625 405.78125Q115.265625 404.1875 114.609375 403.39844Q113.953125 402.60938 113.046875 402.60938Q112.15625 402.60938 111.46094 403.45312Q110.765625 404.29688 110.765625 405.89062ZM124.0625 407.32812L125.515625 407.5Q125.171875 408.78125 124.24219 409.48438Q123.3125 410.1875 121.875 410.1875Q120.046875 410.1875 118.984375 409.0625Q117.921875 407.9375 117.921875 405.92188Q117.921875 403.82812 119.0 402.67188Q120.078125 401.51562 121.796875 401.51562Q123.453125 401.51562 124.50781 402.64844Q125.5625 403.78125 125.5625 405.82812Q125.5625 405.95312 125.5625 406.20312L119.375 406.20312Q119.453125 407.57812 120.14844 408.3047Q120.84375 409.03125 121.875 409.03125Q122.65625 409.03125 123.203125 408.625Q123.75 408.21875 124.0625 407.32812ZM119.453125 405.04688L124.078125 405.04688Q123.984375 404.0 123.546875 403.48438Q122.875 402.67188 121.8125 402.67188Q120.84375 402.67188 120.17969 403.3203Q119.515625 403.96875 119.453125 405.04688ZM132.70312 406.95312L134.09375 407.14062Q133.85938 408.5625 132.92969 409.375Q132.0 410.1875 130.64062 410.1875Q128.9375 410.1875 127.89844 409.0703Q126.859375 407.95312 126.859375 405.875Q126.859375 404.53125 127.30469 403.52344Q127.75 402.51562 128.66406 402.01562Q129.57812 401.51562 130.64062 401.51562Q132.0 401.51562 132.85938 402.1953Q133.71875 402.875 133.95312 404.14062L132.59375 404.34375Q132.39062 403.51562 131.89844 403.09375Q131.40625 402.67188 130.70312 402.67188Q129.64062 402.67188 128.97656 403.4297Q128.3125 404.1875 128.3125 405.84375Q128.3125 407.51562 128.95312 408.27344Q129.59375 409.03125 130.625 409.03125Q131.45312 409.03125 132.00781 408.52344Q132.5625 408.01562 132.70312 406.95312ZM134.73438 407.51562L136.125 407.29688Q136.23438 408.14062 136.77344 408.58594Q137.3125 409.03125 138.26562 409.03125Q139.23438 409.03125 139.70312 408.6328Q140.17188 408.23438 140.17188 407.70312Q140.17188 407.23438 139.76562 406.95312Q139.46875 406.76562 138.32812 406.48438Q136.78125 406.09375 136.17969 405.8047Q135.57812 405.51562 135.27344 405.01562Q134.96875 404.51562 134.96875 403.90625Q134.96875 403.34375 135.21875 402.875Q135.46875 402.40625 135.90625 402.09375Q136.23438 401.84375 136.80469 401.6797Q137.375 401.51562 138.01562 401.51562Q139.0 401.51562 139.73438 401.79688Q140.46875 402.07812 140.82031 402.5547Q141.17188 403.03125 141.3125 403.84375L139.9375 404.03125Q139.84375 403.39062 139.39062 403.03125Q138.9375 402.67188 138.125 402.67188Q137.15625 402.67188 136.74219 402.9922Q136.32812 403.3125 136.32812 403.73438Q136.32812 404.01562 136.5 404.23438Q136.67188 404.45312 137.03125 404.60938Q137.25 404.6875 138.28125 404.96875Q139.76562 405.35938 140.35938 405.6172Q140.95312 405.875 141.28906 406.35938Q141.625 406.84375 141.625 407.5625Q141.625 408.26562 141.21094 408.8828Q140.79688 409.5 140.02344 409.84375Q139.25 410.1875 138.28125 410.1875Q136.65625 410.1875 135.8125 409.51562Q134.96875 408.84375 134.73438 407.51562Z" fill-rule="nonzero" fill="#000000"></path><path d="M64.0 448.0L176.0 448.0L176.0 488.0L64.0 488.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M105.6875 469.5L105.6875 468.15625L110.546875 468.15625L110.546875 472.40625Q109.421875 473.29688 108.234375 473.75Q107.046875 474.20312 105.796875 474.20312Q104.109375 474.20312 102.734375 473.47656Q101.359375 472.75 100.65625 471.3828Q99.953125 470.01562 99.953125 468.32812Q99.953125 466.65625 100.64844 465.20312Q101.34375 463.75 102.65625 463.04688Q103.96875 462.34375 105.6875 462.34375Q106.921875 462.34375 107.92969 462.75Q108.9375 463.15625 109.50781 463.875Q110.078125 464.59375 110.375 465.75L109.0 466.125Q108.75 465.25 108.36719 464.75Q107.984375 464.25 107.27344 463.9453Q106.5625 463.64062 105.6875 463.64062Q104.65625 463.64062 103.89844 463.96094Q103.140625 464.28125 102.671875 464.79688Q102.203125 465.3125 101.953125 465.92188Q101.515625 466.98438 101.515625 468.23438Q101.515625 469.76562 102.03906 470.79688Q102.5625 471.82812 103.57031 472.32812Q104.578125 472.82812 105.71875 472.82812Q106.703125 472.82812 107.640625 472.4453Q108.578125 472.0625 109.0625 471.64062L109.0625 469.5L105.6875 469.5ZM112.078125 469.84375Q112.078125 467.54688 113.359375 466.4375Q114.4375 465.51562 115.96875 465.51562Q117.6875 465.51562 118.77344 466.6328Q119.859375 467.75 119.859375 469.73438Q119.859375 471.32812 119.375 472.25Q118.890625 473.17188 117.97656 473.6797Q117.0625 474.1875 115.96875 474.1875Q114.234375 474.1875 113.15625 473.0703Q112.078125 471.95312 112.078125 469.84375ZM113.53125 469.84375Q113.53125 471.4375 114.22656 472.23438Q114.921875 473.03125 115.96875 473.03125Q117.015625 473.03125 117.71094 472.23438Q118.40625 471.4375 118.40625 469.79688Q118.40625 468.26562 117.71094 467.46875Q117.015625 466.67188 115.96875 466.67188Q114.921875 466.67188 114.22656 467.46094Q113.53125 468.25 113.53125 469.84375ZM126.90625 472.96875Q126.125 473.64062 125.40625 473.91406Q124.6875 474.1875 123.859375 474.1875Q122.484375 474.1875 121.75 473.51562Q121.015625 472.84375 121.015625 471.8125Q121.015625 471.20312 121.296875 470.6953Q121.578125 470.1875 122.02344 469.8828Q122.46875 469.57812 123.03125 469.42188Q123.453125 469.3125 124.28125 469.21875Q125.984375 469.01562 126.796875 468.73438Q126.796875 468.4375 126.796875 468.35938Q126.796875 467.5 126.40625 467.15625Q125.859375 466.67188 124.796875 466.67188Q123.8125 466.67188 123.33594 467.02344Q122.859375 467.375 122.640625 468.25L121.265625 468.0625Q121.453125 467.1875 121.88281 466.64062Q122.3125 466.09375 123.125 465.8047Q123.9375 465.51562 125.0 465.51562Q126.0625 465.51562 126.72656 465.76562Q127.390625 466.01562 127.703125 466.39062Q128.01562 466.76562 128.14062 467.34375Q128.21875 467.70312 128.21875 468.64062L128.21875 470.51562Q128.21875 472.48438 128.30469 473.0Q128.39062 473.51562 128.65625 474.0L127.1875 474.0Q126.96875 473.5625 126.90625 472.96875ZM126.796875 469.82812Q126.03125 470.14062 124.5 470.35938Q123.625 470.48438 123.265625 470.64062Q122.90625 470.79688 122.71094 471.10156Q122.515625 471.40625 122.515625 471.76562Q122.515625 472.32812 122.94531 472.70312Q123.375 473.07812 124.1875 473.07812Q125.0 473.07812 125.63281 472.72656Q126.265625 472.375 126.5625 471.75Q126.796875 471.28125 126.796875 470.34375L126.796875 469.82812ZM130.375 474.0L130.375 462.54688L131.78125 462.54688L131.78125 474.0L130.375 474.0ZM133.39062 471.51562L134.78125 471.29688Q134.89062 472.14062 135.42969 472.58594Q135.96875 473.03125 136.92188 473.03125Q137.89062 473.03125 138.35938 472.6328Q138.82812 472.23438 138.82812 471.70312Q138.82812 471.23438 138.42188 470.95312Q138.125 470.76562 136.98438 470.48438Q135.4375 470.09375 134.83594 469.8047Q134.23438 469.51562 133.92969 469.01562Q133.625 468.51562 133.625 467.90625Q133.625 467.34375 133.875 466.875Q134.125 466.40625 134.5625 466.09375Q134.89062 465.84375 135.46094 465.6797Q136.03125 465.51562 136.67188 465.51562Q137.65625 465.51562 138.39062 465.79688Q139.125 466.07812 139.47656 466.5547Q139.82812 467.03125 139.96875 467.84375L138.59375 468.03125Q138.5 467.39062 138.04688 467.03125Q137.59375 466.67188 136.78125 466.67188Q135.8125 466.67188 135.39844 466.9922Q134.98438 467.3125 134.98438 467.73438Q134.98438 468.01562 135.15625 468.23438Q135.32812 468.45312 135.6875 468.60938Q135.90625 468.6875 136.9375 468.96875Q138.42188 469.35938 139.01562 469.6172Q139.60938 469.875 139.94531 470.35938Q140.28125 470.84375 140.28125 471.5625Q140.28125 472.26562 139.86719 472.8828Q139.45312 473.5 138.67969 473.84375Q137.90625 474.1875 136.9375 474.1875Q135.3125 474.1875 134.46875 473.51562Q133.625 472.84375 133.39062 471.51562Z" fill-rule="nonzero" fill="#000000"></path><path d="M328.0 728.0L456.0 728.0L456.0 768.0L328.0 768.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M371.70312 754.0L371.70312 743.8906L367.92188 743.8906L367.92188 742.5469L377.0 742.5469L377.0 743.8906L373.21875 743.8906L373.21875 754.0L371.70312 754.0ZM384.04688 751.3281L385.5 751.5Q385.15625 752.78125 384.22656 753.4844Q383.29688 754.1875 381.85938 754.1875Q380.03125 754.1875 378.96875 753.0625Q377.90625 751.9375 377.90625 749.9219Q377.90625 747.8281 378.98438 746.6719Q380.0625 745.5156 381.78125 745.5156Q383.4375 745.5156 384.4922 746.64844Q385.54688 747.78125 385.54688 749.8281Q385.54688 749.9531 385.54688 750.2031L379.35938 750.2031Q379.4375 751.5781 380.1328 752.3047Q380.82812 753.03125 381.85938 753.03125Q382.64062 753.03125 383.1875 752.625Q383.73438 752.21875 384.04688 751.3281ZM379.4375 749.0469L384.0625 749.0469Q383.96875 748.0 383.53125 747.4844Q382.85938 746.6719 381.79688 746.6719Q380.82812 746.6719 380.16406 747.3203Q379.5 747.96875 379.4375 749.0469ZM392.6875 752.96875Q391.90625 753.6406 391.1875 753.91406Q390.46875 754.1875 389.64062 754.1875Q388.26562 754.1875 387.53125 753.5156Q386.79688 752.84375 386.79688 751.8125Q386.79688 751.2031 387.07812 750.6953Q387.35938 750.1875 387.8047 749.8828Q388.25 749.5781 388.8125 749.4219Q389.23438 749.3125 390.0625 749.21875Q391.76562 749.0156 392.57812 748.7344Q392.57812 748.4375 392.57812 748.3594Q392.57812 747.5 392.1875 747.15625Q391.64062 746.6719 390.57812 746.6719Q389.59375 746.6719 389.1172 747.02344Q388.64062 747.375 388.42188 748.25L387.04688 748.0625Q387.23438 747.1875 387.66406 746.6406Q388.09375 746.09375 388.90625 745.8047Q389.71875 745.5156 390.78125 745.5156Q391.84375 745.5156 392.5078 745.7656Q393.17188 746.0156 393.48438 746.3906Q393.79688 746.7656 393.92188 747.34375Q394.0 747.7031 394.0 748.6406L394.0 750.5156Q394.0 752.4844 394.08594 753.0Q394.17188 753.5156 394.4375 754.0L392.96875 754.0Q392.75 753.5625 392.6875 752.96875ZM392.57812 749.8281Q391.8125 750.1406 390.28125 750.3594Q389.40625 750.4844 389.04688 750.6406Q388.6875 750.7969 388.4922 751.10156Q388.29688 751.40625 388.29688 751.7656Q388.29688 752.3281 388.72656 752.7031Q389.15625 753.0781 389.96875 753.0781Q390.78125 753.0781 391.41406 752.72656Q392.04688 752.375 392.34375 751.75Q392.57812 751.28125 392.57812 750.34375L392.57812 749.8281ZM396.17188 754.0L396.17188 745.7031L397.42188 745.7031L397.42188 746.8594Q397.8125 746.25 398.46094 745.8828Q399.10938 745.5156 399.9375 745.5156Q400.85938 745.5156 401.45312 745.89844Q402.04688 746.28125 402.28125 746.96875Q403.26562 745.5156 404.84375 745.5156Q406.07812 745.5156 406.7422 746.1953Q407.40625 746.875 407.40625 748.2969L407.40625 754.0L406.01562 754.0L406.01562 748.7656Q406.01562 747.9219 405.875 747.5547Q405.73438 747.1875 405.375 746.96094Q405.01562 746.7344 404.53125 746.7344Q403.65625 746.7344 403.07812 747.3125Q402.5 747.8906 402.5 749.1719L402.5 754.0L401.09375 754.0L401.09375 748.6094Q401.09375 747.6719 400.75 747.2031Q400.40625 746.7344 399.625 746.7344Q399.03125 746.7344 398.53125 747.0469Q398.03125 747.3594 397.8047 747.96094Q397.57812 748.5625 397.57812 749.6875L397.57812 754.0L396.17188 754.0ZM408.9375 751.5156L410.32812 751.2969Q410.4375 752.1406 410.97656 752.58594Q411.51562 753.03125 412.46875 753.03125Q413.4375 753.03125 413.90625 752.6328Q414.375 752.2344 414.375 751.7031Q414.375 751.2344 413.96875 750.9531Q413.67188 750.7656 412.53125 750.4844Q410.98438 750.09375 410.3828 749.8047Q409.78125 749.5156 409.47656 749.0156Q409.17188 748.5156 409.17188 747.90625Q409.17188 747.34375 409.42188 746.875Q409.67188 746.40625 410.10938 746.09375Q410.4375 745.84375 411.0078 745.6797Q411.57812 745.5156 412.21875 745.5156Q413.20312 745.5156 413.9375 745.7969Q414.67188 746.0781 415.02344 746.5547Q415.375 747.03125 415.51562 747.84375L414.14062 748.03125Q414.04688 747.3906 413.59375 747.03125Q413.14062 746.6719 412.32812 746.6719Q411.35938 746.6719 410.9453 746.9922Q410.53125 747.3125 410.53125 747.7344Q410.53125 748.0156 410.70312 748.2344Q410.875 748.4531 411.23438 748.6094Q411.45312 748.6875 412.48438 748.96875Q413.96875 749.3594 414.5625 749.6172Q415.15625 749.875 415.4922 750.3594Q415.82812 750.84375 415.82812 751.5625Q415.82812 752.2656 415.41406 752.8828Q415.0 753.5 414.22656 753.84375Q413.45312 754.1875 412.48438 754.1875Q410.85938 754.1875 410.01562 753.5156Q409.17188 752.84375 408.9375 751.5156Z" fill-rule="nonzero" fill="#000000"></path><path d="M472.0 728.0L600.0 728.0L600.0 768.0L472.0 768.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M496.75 748.4219Q496.75 745.5625 498.28125 743.9531Q499.8125 742.34375 502.23438 742.34375Q503.8125 742.34375 505.08594 743.10156Q506.35938 743.8594 507.03125 745.21094Q507.70312 746.5625 507.70312 748.28125Q507.70312 750.03125 507.0 751.40625Q506.29688 752.78125 505.0078 753.4922Q503.71875 754.2031 502.21875 754.2031Q500.60938 754.2031 499.33594 753.41406Q498.0625 752.625 497.40625 751.27344Q496.75 749.9219 496.75 748.4219ZM498.3125 748.4375Q498.3125 750.5156 499.42188 751.7031Q500.53125 752.8906 502.21875 752.8906Q503.92188 752.8906 505.03125 751.6875Q506.14062 750.4844 506.14062 748.28125Q506.14062 746.875 505.66406 745.83594Q505.1875 744.7969 504.28125 744.21875Q503.375 743.6406 502.23438 743.6406Q500.625 743.6406 499.46875 744.75Q498.3125 745.8594 498.3125 748.4375ZM510.78125 754.0L509.46875 754.0L509.46875 742.5469L510.875 742.5469L510.875 746.625Q511.76562 745.5156 513.15625 745.5156Q513.9219 745.5156 514.60156 745.8203Q515.28125 746.125 515.72656 746.6875Q516.1719 747.25 516.4219 748.03906Q516.6719 748.8281 516.6719 749.71875Q516.6719 751.8594 515.6172 753.02344Q514.5625 754.1875 513.0781 754.1875Q511.60938 754.1875 510.78125 752.9531L510.78125 754.0ZM510.76562 749.78125Q510.76562 751.28125 511.17188 751.9375Q511.82812 753.03125 512.96875 753.03125Q513.8906 753.03125 514.5625 752.22656Q515.2344 751.4219 515.2344 749.84375Q515.2344 748.21875 514.58594 747.4453Q513.9375 746.6719 513.03125 746.6719Q512.1094 746.6719 511.4375 747.46875Q510.76562 748.2656 510.76562 749.78125ZM518.34375 754.0L518.34375 742.5469L519.75 742.5469L519.75 754.0L518.34375 754.0ZM521.9375 744.15625L521.9375 742.5469L523.34375 742.5469L523.34375 744.15625L521.9375 744.15625ZM521.9375 754.0L521.9375 745.7031L523.34375 745.7031L523.34375 754.0L521.9375 754.0ZM525.21875 754.6875L526.59375 754.8906Q526.6719 755.53125 527.0625 755.8125Q527.59375 756.2031 528.5 756.2031Q529.46875 756.2031 530.0 755.8125Q530.53125 755.4219 530.71875 754.71875Q530.8281 754.2969 530.8281 752.90625Q529.90625 754.0 528.53125 754.0Q526.8125 754.0 525.875 752.7656Q524.9375 751.53125 524.9375 749.7969Q524.9375 748.6094 525.3672 747.6094Q525.7969 746.6094 526.6172 746.0625Q527.4375 745.5156 528.53125 745.5156Q530.0 745.5156 530.9531 746.7031L530.9531 745.7031L532.25 745.7031L532.25 752.875Q532.25 754.8125 531.8594 755.625Q531.46875 756.4375 530.6094 756.90625Q529.75 757.375 528.5 757.375Q527.0156 757.375 526.10156 756.7031Q525.1875 756.03125 525.21875 754.6875ZM526.3906 749.7031Q526.3906 751.3281 527.03906 752.0781Q527.6875 752.8281 528.65625 752.8281Q529.625 752.8281 530.28125 752.08594Q530.9375 751.34375 530.9375 749.75Q530.9375 748.21875 530.2656 747.4453Q529.59375 746.6719 528.6406 746.6719Q527.7031 746.6719 527.0469 747.4375Q526.3906 748.2031 526.3906 749.7031ZM539.7969 752.96875Q539.0156 753.6406 538.2969 753.91406Q537.5781 754.1875 536.75 754.1875Q535.375 754.1875 534.6406 753.5156Q533.90625 752.84375 533.90625 751.8125Q533.90625 751.2031 534.1875 750.6953Q534.46875 750.1875 534.91406 749.8828Q535.3594 749.5781 535.9219 749.4219Q536.34375 749.3125 537.1719 749.21875Q538.875 749.0156 539.6875 748.7344Q539.6875 748.4375 539.6875 748.3594Q539.6875 747.5 539.2969 747.15625Q538.75 746.6719 537.6875 746.6719Q536.7031 746.6719 536.22656 747.02344Q535.75 747.375 535.53125 748.25L534.15625 748.0625Q534.34375 747.1875 534.77344 746.6406Q535.2031 746.09375 536.0156 745.8047Q536.8281 745.5156 537.8906 745.5156Q538.9531 745.5156 539.6172 745.7656Q540.28125 746.0156 540.59375 746.3906Q540.90625 746.7656 541.03125 747.34375Q541.1094 747.7031 541.1094 748.6406L541.1094 750.5156Q541.1094 752.4844 541.1953 753.0Q541.28125 753.5156 541.5469 754.0L540.0781 754.0Q539.8594 753.5625 539.7969 752.96875ZM539.6875 749.8281Q538.9219 750.1406 537.3906 750.3594Q536.5156 750.4844 536.15625 750.6406Q535.7969 750.7969 535.60156 751.10156Q535.40625 751.40625 535.40625 751.7656Q535.40625 752.3281 535.83594 752.7031Q536.2656 753.0781 537.0781 753.0781Q537.8906 753.0781 538.52344 752.72656Q539.15625 752.375 539.4531 751.75Q539.6875 751.28125 539.6875 750.34375L539.6875 749.8281ZM546.34375 752.7344L546.5469 753.9844Q545.9531 754.1094 545.4844 754.1094Q544.71875 754.1094 544.2969 753.8672Q543.875 753.625 543.7031 753.22656Q543.53125 752.8281 543.53125 751.5625L543.53125 746.7969L542.5 746.7969L542.5 745.7031L543.53125 745.7031L543.53125 743.6406L544.9375 742.7969L544.9375 745.7031L546.34375 745.7031L546.34375 746.7969L544.9375 746.7969L544.9375 751.6406Q544.9375 752.25 545.0078 752.4219Q545.0781 752.59375 545.25 752.6953Q545.4219 752.7969 545.7344 752.7969Q545.96875 752.7969 546.34375 752.7344ZM547.7344 744.15625L547.7344 742.5469L549.1406 742.5469L549.1406 744.15625L547.7344 744.15625ZM547.7344 754.0L547.7344 745.7031L549.1406 745.7031L549.1406 754.0L547.7344 754.0ZM550.75 749.84375Q550.75 747.5469 552.03125 746.4375Q553.1094 745.5156 554.6406 745.5156Q556.3594 745.5156 557.4453 746.6328Q558.53125 747.75 558.53125 749.7344Q558.53125 751.3281 558.0469 752.25Q557.5625 753.1719 556.64844 753.6797Q555.7344 754.1875 554.6406 754.1875Q552.90625 754.1875 551.8281 753.0703Q550.75 751.9531 550.75 749.84375ZM552.2031 749.84375Q552.2031 751.4375 552.89844 752.2344Q553.59375 753.03125 554.6406 753.03125Q555.6875 753.03125 556.3828 752.2344Q557.0781 751.4375 557.0781 749.7969Q557.0781 748.2656 556.3828 747.46875Q555.6875 746.6719 554.6406 746.6719Q553.59375 746.6719 552.89844 747.46094Q552.2031 748.25 552.2031 749.84375ZM560.1875 754.0L560.1875 745.7031L561.4531 745.7031L561.4531 746.875Q562.3594 745.5156 564.09375 745.5156Q564.84375 745.5156 565.46875 745.78125Q566.09375 746.0469 566.40625 746.4844Q566.71875 746.9219 566.84375 747.53125Q566.9219 747.9219 566.9219 748.8906L566.9219 754.0L565.5156 754.0L565.5156 748.9531Q565.5156 748.09375 565.35156 747.66406Q565.1875 747.2344 564.77344 746.9844Q564.3594 746.7344 563.7969 746.7344Q562.8906 746.7344 562.2422 747.3047Q561.59375 747.875 561.59375 749.46875L561.59375 754.0L560.1875 754.0ZM568.5156 751.5156L569.90625 751.2969Q570.0156 752.1406 570.5547 752.58594Q571.09375 753.03125 572.0469 753.03125Q573.0156 753.03125 573.4844 752.6328Q573.9531 752.2344 573.9531 751.7031Q573.9531 751.2344 573.5469 750.9531Q573.25 750.7656 572.1094 750.4844Q570.5625 750.09375 569.96094 749.8047Q569.3594 749.5156 569.0547 749.0156Q568.75 748.5156 568.75 747.90625Q568.75 747.34375 569.0 746.875Q569.25 746.40625 569.6875 746.09375Q570.0156 745.84375 570.58594 745.6797Q571.15625 745.5156 571.7969 745.5156Q572.78125 745.5156 573.5156 745.7969Q574.25 746.0781 574.60156 746.5547Q574.9531 747.03125 575.09375 747.84375L573.71875 748.03125Q573.625 747.3906 573.1719 747.03125Q572.71875 746.6719 571.90625 746.6719Q570.9375 746.6719 570.52344 746.9922Q570.1094 747.3125 570.1094 747.7344Q570.1094 748.0156 570.28125 748.2344Q570.4531 748.4531 570.8125 748.6094Q571.03125 748.6875 572.0625 748.96875Q573.5469 749.3594 574.1406 749.6172Q574.7344 749.875 575.0703 750.3594Q575.40625 750.84375 575.40625 751.5625Q575.40625 752.2656 574.9922 752.8828Q574.5781 753.5 573.8047 753.84375Q573.03125 754.1875 572.0625 754.1875Q570.4375 754.1875 569.59375 753.5156Q568.75 752.84375 568.5156 751.5156Z" fill-rule="nonzero" fill="#000000"></path><path d="M616.0 728.0L744.0 728.0L744.0 768.0L616.0 768.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M633.1875 748.4219Q633.1875 745.5625 634.71875 743.9531Q636.25 742.34375 638.6719 742.34375Q640.25 742.34375 641.52344 743.10156Q642.7969 743.8594 643.46875 745.21094Q644.1406 746.5625 644.1406 748.28125Q644.1406 750.03125 643.4375 751.40625Q642.7344 752.78125 641.4453 753.4922Q640.15625 754.2031 638.65625 754.2031Q637.0469 754.2031 635.77344 753.41406Q634.5 752.625 633.84375 751.27344Q633.1875 749.9219 633.1875 748.4219ZM634.75 748.4375Q634.75 750.5156 635.8594 751.7031Q636.96875 752.8906 638.65625 752.8906Q640.3594 752.8906 641.46875 751.6875Q642.5781 750.4844 642.5781 748.28125Q642.5781 746.875 642.10156 745.83594Q641.625 744.7969 640.71875 744.21875Q639.8125 743.6406 638.6719 743.6406Q637.0625 743.6406 635.90625 744.75Q634.75 745.8594 634.75 748.4375ZM645.9219 757.1875L645.9219 745.7031L647.2031 745.7031L647.2031 746.78125Q647.65625 746.1406 648.22656 745.8281Q648.7969 745.5156 649.6094 745.5156Q650.6719 745.5156 651.4844 746.0625Q652.2969 746.6094 652.71094 747.60156Q653.125 748.59375 653.125 749.78125Q653.125 751.0625 652.66406 752.0781Q652.2031 753.09375 651.33594 753.6406Q650.46875 754.1875 649.5 754.1875Q648.7969 754.1875 648.2422 753.8906Q647.6875 753.59375 647.3281 753.1406L647.3281 757.1875L645.9219 757.1875ZM647.1875 749.8906Q647.1875 751.5 647.83594 752.2656Q648.4844 753.03125 649.40625 753.03125Q650.34375 753.03125 651.0156 752.2344Q651.6875 751.4375 651.6875 749.78125Q651.6875 748.1875 651.03125 747.39844Q650.375 746.6094 649.46875 746.6094Q648.5781 746.6094 647.8828 747.4531Q647.1875 748.2969 647.1875 749.8906ZM654.8125 757.1875L654.8125 745.7031L656.09375 745.7031L656.09375 746.78125Q656.5469 746.1406 657.1172 745.8281Q657.6875 745.5156 658.5 745.5156Q659.5625 745.5156 660.375 746.0625Q661.1875 746.6094 661.60156 747.60156Q662.0156 748.59375 662.0156 749.78125Q662.0156 751.0625 661.5547 752.0781Q661.09375 753.09375 660.22656 753.6406Q659.3594 754.1875 658.3906 754.1875Q657.6875 754.1875 657.1328 753.8906Q656.5781 753.59375 656.21875 753.1406L656.21875 757.1875L654.8125 757.1875ZM656.0781 749.8906Q656.0781 751.5 656.72656 752.2656Q657.375 753.03125 658.2969 753.03125Q659.2344 753.03125 659.90625 752.2344Q660.5781 751.4375 660.5781 749.78125Q660.5781 748.1875 659.9219 747.39844Q659.2656 746.6094 658.3594 746.6094Q657.46875 746.6094 656.77344 747.4531Q656.0781 748.2969 656.0781 749.8906ZM663.1875 749.84375Q663.1875 747.5469 664.46875 746.4375Q665.5469 745.5156 667.0781 745.5156Q668.7969 745.5156 669.8828 746.6328Q670.96875 747.75 670.96875 749.7344Q670.96875 751.3281 670.4844 752.25Q670.0 753.1719 669.08594 753.6797Q668.1719 754.1875 667.0781 754.1875Q665.34375 754.1875 664.2656 753.0703Q663.1875 751.9531 663.1875 749.84375ZM664.6406 749.84375Q664.6406 751.4375 665.33594 752.2344Q666.03125 753.03125 667.0781 753.03125Q668.125 753.03125 668.8203 752.2344Q669.5156 751.4375 669.5156 749.7969Q669.5156 748.2656 668.8203 747.46875Q668.125 746.6719 667.0781 746.6719Q666.03125 746.6719 665.33594 747.46094Q664.6406 748.25 664.6406 749.84375ZM672.59375 754.0L672.59375 745.7031L673.8594 745.7031L673.8594 746.9531Q674.34375 746.0781 674.75 745.7969Q675.15625 745.5156 675.65625 745.5156Q676.3594 745.5156 677.09375 745.96875L676.6094 747.2656Q676.09375 746.96875 675.5781 746.96875Q675.125 746.96875 674.7578 747.2422Q674.3906 747.5156 674.2344 748.0156Q674.0 748.7656 674.0 749.65625L674.0 754.0L672.59375 754.0ZM681.0 752.7344L681.2031 753.9844Q680.6094 754.1094 680.1406 754.1094Q679.375 754.1094 678.9531 753.8672Q678.53125 753.625 678.3594 753.22656Q678.1875 752.8281 678.1875 751.5625L678.1875 746.7969L677.15625 746.7969L677.15625 745.7031L678.1875 745.7031L678.1875 743.6406L679.59375 742.7969L679.59375 745.7031L681.0 745.7031L681.0 746.7969L679.59375 746.7969L679.59375 751.6406Q679.59375 752.25 679.66406 752.4219Q679.7344 752.59375 679.90625 752.6953Q680.0781 752.7969 680.3906 752.7969Q680.625 752.7969 681.0 752.7344ZM687.8281 754.0L687.8281 752.78125Q686.8594 754.1875 685.1875 754.1875Q684.4531 754.1875 683.8203 753.90625Q683.1875 753.625 682.875 753.1953Q682.5625 752.7656 682.4375 752.15625Q682.3594 751.7344 682.3594 750.84375L682.3594 745.7031L683.7656 745.7031L683.7656 750.2969Q683.7656 751.40625 683.84375 751.78125Q683.9844 752.34375 684.41406 752.65625Q684.84375 752.96875 685.46875 752.96875Q686.1094 752.96875 686.66406 752.64844Q687.21875 752.3281 687.4453 751.7656Q687.6719 751.2031 687.6719 750.1406L687.6719 745.7031L689.0781 745.7031L689.0781 754.0L687.8281 754.0ZM691.28125 754.0L691.28125 745.7031L692.5469 745.7031L692.5469 746.875Q693.4531 745.5156 695.1875 745.5156Q695.9375 745.5156 696.5625 745.78125Q697.1875 746.0469 697.5 746.4844Q697.8125 746.9219 697.9375 747.53125Q698.0156 747.9219 698.0156 748.8906L698.0156 754.0L696.6094 754.0L696.6094 748.9531Q696.6094 748.09375 696.4453 747.66406Q696.28125 747.2344 695.8672 746.9844Q695.4531 746.7344 694.8906 746.7344Q693.9844 746.7344 693.33594 747.3047Q692.6875 747.875 692.6875 749.46875L692.6875 754.0L691.28125 754.0ZM700.1875 744.15625L700.1875 742.5469L701.59375 742.5469L701.59375 744.15625L700.1875 744.15625ZM700.1875 754.0L700.1875 745.7031L701.59375 745.7031L701.59375 754.0L700.1875 754.0ZM706.7969 752.7344L707.0 753.9844Q706.40625 754.1094 705.9375 754.1094Q705.1719 754.1094 704.75 753.8672Q704.3281 753.625 704.15625 753.22656Q703.9844 752.8281 703.9844 751.5625L703.9844 746.7969L702.9531 746.7969L702.9531 745.7031L703.9844 745.7031L703.9844 743.6406L705.3906 742.7969L705.3906 745.7031L706.7969 745.7031L706.7969 746.7969L705.3906 746.7969L705.3906 751.6406Q705.3906 752.25 705.46094 752.4219Q705.53125 752.59375 705.7031 752.6953Q705.875 752.7969 706.1875 752.7969Q706.4219 752.7969 706.7969 752.7344ZM708.1875 744.15625L708.1875 742.5469L709.59375 742.5469L709.59375 744.15625L708.1875 744.15625ZM708.1875 754.0L708.1875 745.7031L709.59375 745.7031L709.59375 754.0L708.1875 754.0ZM717.40625 751.3281L718.8594 751.5Q718.5156 752.78125 717.58594 753.4844Q716.65625 754.1875 715.21875 754.1875Q713.3906 754.1875 712.3281 753.0625Q711.2656 751.9375 711.2656 749.9219Q711.2656 747.8281 712.34375 746.6719Q713.4219 745.5156 715.1406 745.5156Q716.7969 745.5156 717.85156 746.64844Q718.90625 747.78125 718.90625 749.8281Q718.90625 749.9531 718.90625 750.2031L712.71875 750.2031Q712.7969 751.5781 713.4922 752.3047Q714.1875 753.03125 715.21875 753.03125Q716.0 753.03125 716.5469 752.625Q717.09375 752.21875 717.40625 751.3281ZM712.7969 749.0469L717.4219 749.0469Q717.3281 748.0 716.8906 747.4844Q716.21875 746.6719 715.15625 746.6719Q714.1875 746.6719 713.52344 747.3203Q712.8594 747.96875 712.7969 749.0469ZM720.0781 751.5156L721.46875 751.2969Q721.5781 752.1406 722.1172 752.58594Q722.65625 753.03125 723.6094 753.03125Q724.5781 753.03125 725.0469 752.6328Q725.5156 752.2344 725.5156 751.7031Q725.5156 751.2344 725.1094 750.9531Q724.8125 750.7656 723.6719 750.4844Q722.125 750.09375 721.52344 749.8047Q720.9219 749.5156 720.6172 749.0156Q720.3125 748.5156 720.3125 747.90625Q720.3125 747.34375 720.5625 746.875Q720.8125 746.40625 721.25 746.09375Q721.5781 745.84375 722.14844 745.6797Q722.71875 745.5156 723.3594 745.5156Q724.34375 745.5156 725.0781 745.7969Q725.8125 746.0781 726.16406 746.5547Q726.5156 747.03125 726.65625 747.84375L725.28125 748.03125Q725.1875 747.3906 724.7344 747.03125Q724.28125 746.6719 723.46875 746.6719Q722.5 746.6719 722.08594 746.9922Q721.6719 747.3125 721.6719 747.7344Q721.6719 748.0156 721.84375 748.2344Q722.0156 748.4531 722.375 748.6094Q722.59375 748.6875 723.625 748.96875Q725.1094 749.3594 725.7031 749.6172Q726.2969 749.875 726.6328 750.3594Q726.96875 750.84375 726.96875 751.5625Q726.96875 752.2656 726.5547 752.8828Q726.1406 753.5 725.3672 753.84375Q724.59375 754.1875 723.625 754.1875Q722.0 754.1875 721.15625 753.5156Q720.3125 752.84375 720.0781 751.5156Z" fill-rule="nonzero" fill="#000000"></path><path d="M760.0 728.0L888.0 728.0L888.0 768.0L760.0 768.0Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M791.4531 754.0L791.4531 742.5469L796.53125 742.5469Q798.0625 742.5469 798.8594 742.85156Q799.65625 743.15625 800.1328 743.9375Q800.6094 744.71875 800.6094 745.6719Q800.6094 746.8906 799.8203 747.72656Q799.03125 748.5625 797.375 748.78125Q797.9844 749.0781 798.2969 749.3594Q798.9531 749.96875 799.5469 750.875L801.5469 754.0L799.6406 754.0L798.125 751.6094Q797.4531 750.5781 797.02344 750.03125Q796.59375 749.4844 796.2578 749.2656Q795.9219 749.0469 795.5625 748.96875Q795.3125 748.90625 794.71875 748.90625L792.96875 748.90625L792.96875 754.0L791.4531 754.0ZM792.96875 747.59375L796.21875 747.59375Q797.2656 747.59375 797.85156 747.3828Q798.4375 747.1719 798.7422 746.6953Q799.0469 746.21875 799.0469 745.6719Q799.0469 744.8594 798.4531 744.33594Q797.8594 743.8125 796.59375 743.8125L792.96875 743.8125L792.96875 747.59375ZM808.4844 751.3281L809.9375 751.5Q809.59375 752.78125 808.66406 753.4844Q807.7344 754.1875 806.2969 754.1875Q804.46875 754.1875 803.40625 753.0625Q802.34375 751.9375 802.34375 749.9219Q802.34375 747.8281 803.4219 746.6719Q804.5 745.5156 806.21875 745.5156Q807.875 745.5156 808.9297 746.64844Q809.9844 747.78125 809.9844 749.8281Q809.9844 749.9531 809.9844 750.2031L803.7969 750.2031Q803.875 751.5781 804.5703 752.3047Q805.2656 753.03125 806.2969 753.03125Q807.0781 753.03125 807.625 752.625Q808.1719 752.21875 808.4844 751.3281ZM803.875 749.0469L808.5 749.0469Q808.40625 748.0 807.96875 747.4844Q807.2969 746.6719 806.2344 746.6719Q805.2656 746.6719 804.60156 747.3203Q803.9375 747.96875 803.875 749.0469ZM817.0 757.1875L817.0 753.1094Q816.6719 753.5781 816.08594 753.8828Q815.5 754.1875 814.8281 754.1875Q813.3594 754.1875 812.28906 753.0078Q811.21875 751.8281 811.21875 749.7656Q811.21875 748.5156 811.65625 747.52344Q812.09375 746.53125 812.91406 746.02344Q813.7344 745.5156 814.71875 745.5156Q816.2656 745.5156 817.1406 746.8125L817.1406 745.7031L818.40625 745.7031L818.40625 757.1875L817.0 757.1875ZM812.6719 749.8281Q812.6719 751.4219 813.34375 752.22656Q814.0156 753.03125 814.9531 753.03125Q815.84375 753.03125 816.4922 752.2656Q817.1406 751.5 817.1406 749.9531Q817.1406 748.2969 816.46094 747.46094Q815.78125 746.625 814.8594 746.625Q813.9375 746.625 813.3047 747.39844Q812.6719 748.1719 812.6719 749.8281ZM826.0469 754.0L826.0469 752.78125Q825.0781 754.1875 823.40625 754.1875Q822.6719 754.1875 822.03906 753.90625Q821.40625 753.625 821.09375 753.1953Q820.78125 752.7656 820.65625 752.15625Q820.5781 751.7344 820.5781 750.84375L820.5781 745.7031L821.9844 745.7031L821.9844 750.2969Q821.9844 751.40625 822.0625 751.78125Q822.2031 752.34375 822.6328 752.65625Q823.0625 752.96875 823.6875 752.96875Q824.3281 752.96875 824.8828 752.64844Q825.4375 752.3281 825.66406 751.7656Q825.8906 751.2031 825.8906 750.1406L825.8906 745.7031L827.2969 745.7031L827.2969 754.0L826.0469 754.0ZM835.1875 751.3281L836.6406 751.5Q836.2969 752.78125 835.3672 753.4844Q834.4375 754.1875 833.0 754.1875Q831.1719 754.1875 830.1094 753.0625Q829.0469 751.9375 829.0469 749.9219Q829.0469 747.8281 830.125 746.6719Q831.2031 745.5156 832.9219 745.5156Q834.5781 745.5156 835.6328 746.64844Q836.6875 747.78125 836.6875 749.8281Q836.6875 749.9531 836.6875 750.2031L830.5 750.2031Q830.5781 751.5781 831.27344 752.3047Q831.96875 753.03125 833.0 753.03125Q833.78125 753.03125 834.3281 752.625Q834.875 752.21875 835.1875 751.3281ZM830.5781 749.0469L835.2031 749.0469Q835.1094 748.0 834.6719 747.4844Q834.0 746.6719 832.9375 746.6719Q831.96875 746.6719 831.3047 747.3203Q830.6406 747.96875 830.5781 749.0469ZM837.84375 751.5156L839.2344 751.2969Q839.34375 752.1406 839.8828 752.58594Q840.4219 753.03125 841.375 753.03125Q842.34375 753.03125 842.8125 752.6328Q843.28125 752.2344 843.28125 751.7031Q843.28125 751.2344 842.875 750.9531Q842.5781 750.7656 841.4375 750.4844Q839.8906 750.09375 839.28906 749.8047Q838.6875 749.5156 838.3828 749.0156Q838.0781 748.5156 838.0781 747.90625Q838.0781 747.34375 838.3281 746.875Q838.5781 746.40625 839.0156 746.09375Q839.34375 745.84375 839.91406 745.6797Q840.4844 745.5156 841.125 745.5156Q842.1094 745.5156 842.84375 745.7969Q843.5781 746.0781 843.9297 746.5547Q844.28125 747.03125 844.4219 747.84375L843.0469 748.03125Q842.9531 747.3906 842.5 747.03125Q842.0469 746.6719 841.2344 746.6719Q840.2656 746.6719 839.85156 746.9922Q839.4375 747.3125 839.4375 747.7344Q839.4375 748.0156 839.6094 748.2344Q839.78125 748.4531 840.1406 748.6094Q840.3594 748.6875 841.3906 748.96875Q842.875 749.3594 843.46875 749.6172Q844.0625 749.875 844.39844 750.3594Q844.7344 750.84375 844.7344 751.5625Q844.7344 752.2656 844.3203 752.8828Q843.90625 753.5 843.1328 753.84375Q842.3594 754.1875 841.3906 754.1875Q839.7656 754.1875 838.9219 753.5156Q838.0781 752.84375 837.84375 751.5156ZM849.46875 752.7344L849.6719 753.9844Q849.0781 754.1094 848.6094 754.1094Q847.84375 754.1094 847.4219 753.8672Q847.0 753.625 846.8281 753.22656Q846.65625 752.8281 846.65625 751.5625L846.65625 746.7969L845.625 746.7969L845.625 745.7031L846.65625 745.7031L846.65625 743.6406L848.0625 742.7969L848.0625 745.7031L849.46875 745.7031L849.46875 746.7969L848.0625 746.7969L848.0625 751.6406Q848.0625 752.25 848.1328 752.4219Q848.2031 752.59375 848.375 752.6953Q848.5469 752.7969 848.8594 752.7969Q849.09375 752.7969 849.46875 752.7344ZM850.2969 751.5156L851.6875 751.2969Q851.7969 752.1406 852.33594 752.58594Q852.875 753.03125 853.8281 753.03125Q854.7969 753.03125 855.2656 752.6328Q855.7344 752.2344 855.7344 751.7031Q855.7344 751.2344 855.3281 750.9531Q855.03125 750.7656 853.8906 750.4844Q852.34375 750.09375 851.7422 749.8047Q851.1406 749.5156 850.83594 749.0156Q850.53125 748.5156 850.53125 747.90625Q850.53125 747.34375 850.78125 746.875Q851.03125 746.40625 851.46875 746.09375Q851.7969 745.84375 852.3672 745.6797Q852.9375 745.5156 853.5781 745.5156Q854.5625 745.5156 855.2969 745.7969Q856.03125 746.0781 856.3828 746.5547Q856.7344 747.03125 856.875 747.84375L855.5 748.03125Q855.40625 747.3906 854.9531 747.03125Q854.5 746.6719 853.6875 746.6719Q852.71875 746.6719 852.3047 746.9922Q851.8906 747.3125 851.8906 747.7344Q851.8906 748.0156 852.0625 748.2344Q852.2344 748.4531 852.59375 748.6094Q852.8125 748.6875 853.84375 748.96875Q855.3281 749.3594 855.9219 749.6172Q856.5156 749.875 856.85156 750.3594Q857.1875 750.84375 857.1875 751.5625Q857.1875 752.2656 856.77344 752.8828Q856.3594 753.5 855.58594 753.84375Q854.8125 754.1875 853.84375 754.1875Q852.21875 754.1875 851.375 753.5156Q850.53125 752.84375 850.2969 751.5156Z" fill-rule="nonzero" fill="#000000"></path><path d="M799.6141 105.39518L919.5511 105.39518L919.5511 145.9936L799.6141 145.9936Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M847.7078 131.69205L844.6766 120.23893L846.22345 120.23893L847.97345 127.73893Q848.2547 128.92642 848.4578 130.08267Q848.8953 128.25455 848.97345 127.973305L851.1453 120.23893L852.97345 120.23893L854.6141 126.035805Q855.2391 128.19205 855.5047 130.08267Q855.72345 129.00455 856.0828 127.598305L857.8797 120.23893L859.3953 120.23893L856.2547 131.69205L854.8016 131.69205L852.3797 122.95768Q852.0828 121.86393 852.0203 121.61393Q851.84845 122.410805 851.6922 122.95768L849.2547 131.69205L847.7078 131.69205ZM860.6297 121.848305L860.6297 120.23893L862.03595 120.23893L862.03595 121.848305L860.6297 121.848305ZM860.6297 131.69205L860.6297 123.39518L862.03595 123.39518L862.03595 131.69205L860.6297 131.69205ZM864.1922 131.69205L864.1922 120.23893L865.59845 120.23893L865.59845 126.77018L868.9266 123.39518L870.7547 123.39518L867.5828 126.473305L871.0672 131.69205L869.3328 131.69205L866.59845 127.442055L865.59845 128.39517L865.59845 131.69205L864.1922 131.69205ZM872.1922 121.848305L872.1922 120.23893L873.59845 120.23893L873.59845 121.848305L872.1922 121.848305ZM872.1922 131.69205L872.1922 123.39518L873.59845 123.39518L873.59845 131.69205L872.1922 131.69205Z" fill-rule="nonzero" fill="#000000"></path></svg>
-
diff --git a/doc/images/value-flow.svg b/doc/images/value-flow.svg
deleted file mode 100644
index eea5c47..0000000
--- a/doc/images/value-flow.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-
-<svg version="1.1" viewBox="0.0 0.0 720.0 540.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";><path d="M263.52502 247.61409L407.52502 247.61409L407.52502 295.6141L263.52502 295.6141Z" fill-rule="nonzero" stroke="#000000" stroke-width="4.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M291.97815 254.02034L293.77502 254.02034L293.77502 261.8641Q293.77502 263.9266 293.3141 265.12973Q292.85315 266.33286 291.6422 267.09067Q290.43127 267.84848 288.46252 267.84848Q286.55627 267.84848 285.33752 267.19223Q284.11877 266.53598 283.60315 265.28598Q283.08752 264.03598 283.08752 261.8641L283.08752 254.02034L284.8844 254.02034L284.8844 261.8641Q284.8844 263.62973 285.21252 264.47348Q285.54065 265.31723 286.34534 265.77036Q287.15002 266.22348 288.30627 266.22348Q290.29065 266.22348 291.1344 265.32504Q291.97815 264.4266 291.97815 261.8641L291.97815 254.02034ZM297.86877 267.6141L296.3219 267.6141L296.3219 254.02034L297.97815 254.02034L297.97815 258.8641Q299.04065 257.53598 300.68127 257.53598Q301.58752 257.53598 302.40002 257.90317Q303.21252 258.27036 303.73596 258.93442Q304.2594 259.59848 304.55627 260.53598Q304.85315 261.47348 304.85315 262.53598Q304.85315 265.06723 303.60315 266.45004Q302.35315 267.83286 300.60315 267.83286Q298.85315 267.83286 297.86877 266.37973L297.86877 267.6141ZM297.85315 262.6141Q297.85315 264.37973 298.3219 265.1766Q299.11877 266.45786 300.46252 266.45786Q301.55627 266.45786 302.35315 265.51254Q303.15002 264.56723 303.15002 262.6766Q303.15002 260.75473 302.3844 259.83286Q301.61877 258.91098 300.54065 258.91098Q299.4469 258.91098 298.65002 259.8641Q297.85315 260.81723 297.85315 262.6141ZM313.15002 267.6141L313.15002 266.16098Q312.0094 267.83286 310.02502 267.83286Q309.16565 267.83286 308.40784 267.49692Q307.65002 267.16098 307.28284 266.66098Q306.91565 266.16098 306.7594 265.4266Q306.66565 264.9266 306.66565 263.8641L306.66565 257.75473L308.33752 257.75473L308.33752 263.22348Q308.33752 264.53598 308.43127 264.9891Q308.58752 265.64536 309.10315 266.02036Q309.61877 266.39536 310.36877 266.39536Q311.11877 266.39536 311.77502 266.01254Q312.43127 265.62973 312.7047 264.96567Q312.97815 264.3016 312.97815 263.03598L312.97815 257.75473L314.65002 257.75473L314.65002 267.6141L313.15002 267.6141ZM317.0719 267.6141L317.0719 257.75473L318.5719 257.75473L318.5719 259.16098Q319.66565 257.53598 321.71252 257.53598Q322.60315 257.53598 323.35315 257.8563Q324.10315 258.1766 324.47034 258.70004Q324.83752 259.22348 324.99377 259.9266Q325.08752 260.39536 325.08752 261.5516L325.08752 267.6141L323.41565 267.6141L323.41565 261.6141Q323.41565 260.59848 323.22034 260.09067Q323.02502 259.58286 322.52502 259.28598Q322.02502 258.9891 321.35315 258.9891Q320.29065 258.9891 319.5172 259.66098Q318.74377 260.33286 318.74377 262.2391L318.74377 267.6141L317.0719 267.6141ZM331.10315 266.1141L331.33752 267.59848Q330.6344 267.7391 330.0719 267.7391Q329.16565 267.7391 328.66565 267.45004Q328.16565 267.16098 327.96252 266.70004Q327.7594 266.2391 327.7594 264.72348L327.7594 259.06723L326.52502 259.06723L326.52502 257.75473L327.7594 257.75473L327.7594 255.31721L329.41565 254.31721L329.41565 257.75473L331.10315 257.75473L331.10315 259.06723L329.41565 259.06723L329.41565 264.81723Q329.41565 265.53598 329.5016 265.7391Q329.58752 265.94223 329.79065 266.06723Q329.99377 266.19223 330.36877 266.19223Q330.6344 266.19223 331.10315 266.1141ZM339.08752 267.6141L339.08752 266.16098Q337.9469 267.83286 335.96252 267.83286Q335.10315 267.83286 334.34534 267.49692Q333.58752 267.16098 333.22034 266.66098Q332.85315 266.16098 332.6969 265.4266Q332.60315 264.9266 332.60315 263.8641L332.60315 257.75473L334.27502 257.75473L334.27502 263.22348Q334.27502 264.53598 334.36877 264.9891Q334.52502 265.64536 335.04065 266.02036Q335.55627 266.39536 336.30627 266.39536Q337.05627 266.39536 337.71252 266.01254Q338.36877 265.62973 338.6422 264.96567Q338.91565 264.3016 338.91565 263.03598L338.91565 257.75473L340.58752 257.75473L340.58752 267.6141L339.08752 267.6141ZM348.18127 267.6141L348.18127 257.75473L349.68127 257.75473L349.68127 259.14536Q350.1344 258.4266 350.90784 257.9813Q351.68127 257.53598 352.66565 257.53598Q353.7594 257.53598 354.46252 257.9891Q355.16565 258.44223 355.4469 259.27036Q356.61877 257.53598 358.49377 257.53598Q359.96252 257.53598 360.7516 258.34848Q361.54065 259.16098 361.54065 260.84848L361.54065 267.6141L359.86877 267.6141L359.86877 261.41098Q359.86877 260.41098 359.71252 259.96567Q359.55627 259.52036 359.1266 259.25473Q358.6969 258.9891 358.11877 258.9891Q357.08752 258.9891 356.40002 259.6766Q355.71252 260.3641 355.71252 261.89536L355.71252 267.6141L354.04065 267.6141L354.04065 261.20786Q354.04065 260.09848 353.6344 259.5438Q353.22815 258.9891 352.29065 258.9891Q351.58752 258.9891 350.98596 259.3563Q350.3844 259.72348 350.11877 260.44223Q349.85315 261.16098 349.85315 262.50473L349.85315 267.6141L348.18127 267.6141ZM363.10315 262.69223Q363.10315 259.95786 364.6344 258.62973Q365.90002 257.53598 367.72815 257.53598Q369.7594 257.53598 371.04846 258.87192Q372.33752 260.20786 372.33752 262.5516Q372.33752 264.45786 371.7672 265.5438Q371.1969 266.62973 370.11096 267.2313Q369.02502 267.83286 367.72815 267.83286Q365.66565 267.83286 364.3844 266.50473Q363.10315 265.1766 363.10315 262.69223ZM364.8219 262.69223Q364.8219 264.58286 365.65002 265.52036Q366.47815 266.45786 367.72815 266.45786Q368.97815 266.45786 369.79846 265.51254Q370.61877 264.56723 370.61877 262.62973Q370.61877 260.8016 369.79065 259.8641Q368.96252 258.9266 367.72815 258.9266Q366.47815 258.9266 365.65002 259.8641Q364.8219 260.8016 364.8219 262.69223ZM374.08752 267.6141L374.08752 257.75473L375.58752 257.75473L375.58752 259.25473Q376.16565 258.20786 376.65002 257.87192Q377.1344 257.53598 377.72815 257.53598Q378.5719 257.53598 379.4469 258.08286L378.86877 259.62973Q378.2594 259.27036 377.6344 259.27036Q377.08752 259.27036 376.65784 259.59848Q376.22815 259.9266 376.04065 260.50473Q375.7594 261.39536 375.7594 262.45786L375.7594 267.6141L374.08752 267.6141ZM387.0719 264.44223L388.79065 264.66098Q388.3844 266.16098 387.28284 266.99692Q386.18127 267.83286 384.46252 267.83286Q382.30627 267.83286 381.04065 266.50473Q379.77502 265.1766 379.77502 262.77036Q379.77502 260.28598 381.04846 258.91098Q382.3219 257.53598 384.36877 257.53598Q386.35315 257.53598 387.60315 258.87973Q388.85315 260.22348 388.85315 262.6766Q388.85315 262.81723 388.83752 263.1141L381.49377 263.1141Q381.58752 264.7391 382.41565 265.59848Q383.24377 266.45786 384.47815 266.45786Q385.3844 266.45786 386.03284 265.9813Q386.68127 265.50473 387.0719 264.44223ZM381.58752 261.7391L387.08752 261.7391Q386.97815 260.50473 386.46252 259.87973Q385.66565 258.91098 384.3844 258.91098Q383.24377 258.91098 382.4547 259.68442Q381.66565 260.45786 381.58752 261.7391Z" fill-rule="nonzero" fill="#000000"></path><path d="M293.72815 292.39536L293.72815 278.75473L295.2594 278.75473L295.2594 280.03598Q295.79065 279.28598 296.47034 278.91098Q297.15002 278.53598 298.10315 278.53598Q299.36877 278.53598 300.33752 279.18442Q301.30627 279.83286 301.79846 281.02036Q302.29065 282.20786 302.29065 283.6141Q302.29065 285.12973 301.74377 286.34067Q301.1969 287.5516 300.16565 288.19223Q299.1344 288.83286 297.99377 288.83286Q297.15002 288.83286 296.48596 288.4813Q295.8219 288.12973 295.40002 287.59848L295.40002 292.39536L293.72815 292.39536ZM295.24377 283.7391Q295.24377 285.64536 296.0172 286.5516Q296.79065 287.45786 297.8844 287.45786Q298.99377 287.45786 299.78284 286.52036Q300.5719 285.58286 300.5719 283.59848Q300.5719 281.72348 299.79846 280.78598Q299.02502 279.84848 297.9469 279.84848Q296.8844 279.84848 296.0641 280.84848Q295.24377 281.84848 295.24377 283.7391ZM304.08752 288.6141L304.08752 278.75473L305.58752 278.75473L305.58752 280.25473Q306.16565 279.20786 306.65002 278.87192Q307.1344 278.53598 307.72815 278.53598Q308.5719 278.53598 309.4469 279.08286L308.86877 280.62973Q308.2594 280.27036 307.6344 280.27036Q307.08752 280.27036 306.65784 280.59848Q306.22815 280.9266 306.04065 281.50473Q305.7594 282.39536 305.7594 283.45786L305.7594 288.6141L304.08752 288.6141ZM309.6969 283.69223Q309.6969 280.95786 311.22815 279.62973Q312.49377 278.53598 314.3219 278.53598Q316.35315 278.53598 317.6422 279.87192Q318.93127 281.20786 318.93127 283.5516Q318.93127 285.45786 318.36096 286.5438Q317.79065 287.62973 316.7047 288.2313Q315.61877 288.83286 314.3219 288.83286Q312.2594 288.83286 310.97815 287.50473Q309.6969 286.1766 309.6969 283.69223ZM311.41565 283.69223Q311.41565 285.58286 312.24377 286.52036Q313.0719 287.45786 314.3219 287.45786Q315.5719 287.45786 316.3922 286.51254Q317.21252 285.56723 317.21252 283.62973Q317.21252 281.8016 316.3844 280.8641Q315.55627 279.9266 314.3219 279.9266Q313.0719 279.9266 312.24377 280.8641Q311.41565 281.8016 311.41565 283.69223ZM327.08752 288.6141L327.08752 287.3641Q326.15002 288.83286 324.33752 288.83286Q323.16565 288.83286 322.17346 288.18442Q321.18127 287.53598 320.6422 286.37192Q320.10315 285.20786 320.10315 283.69223Q320.10315 282.22348 320.59534 281.02036Q321.08752 279.81723 322.0641 279.1766Q323.04065 278.53598 324.2594 278.53598Q325.15002 278.53598 325.84534 278.91098Q326.54065 279.28598 326.97815 279.89536L326.97815 275.02036L328.6344 275.02036L328.6344 288.6141L327.08752 288.6141ZM321.80627 283.69223Q321.80627 285.58286 322.61096 286.52036Q323.41565 287.45786 324.49377 287.45786Q325.58752 287.45786 326.35315 286.56723Q327.11877 285.6766 327.11877 283.83286Q327.11877 281.81723 326.33752 280.87192Q325.55627 279.9266 324.41565 279.9266Q323.30627 279.9266 322.55627 280.83286Q321.80627 281.7391 321.80627 283.69223ZM337.52502 288.6141L337.52502 287.16098Q336.3844 288.83286 334.40002 288.83286Q333.54065 288.83286 332.78284 288.49692Q332.02502 288.16098 331.65784 287.66098Q331.29065 287.16098 331.1344 286.4266Q331.04065 285.9266 331.04065 284.8641L331.04065 278.75473L332.71252 278.75473L332.71252 284.22348Q332.71252 285.53598 332.80627 285.9891Q332.96252 286.64536 333.47815 287.02036Q333.99377 287.39536 334.74377 287.39536Q335.49377 287.39536 336.15002 287.01254Q336.80627 286.62973 337.0797 285.96567Q337.35315 285.3016 337.35315 284.03598L337.35315 278.75473L339.02502 278.75473L339.02502 288.6141L337.52502 288.6141ZM347.8844 285.00473L349.52502 285.22348Q349.2594 286.91098 348.15002 287.87192Q347.04065 288.83286 345.41565 288.83286Q343.40002 288.83286 342.17346 287.51254Q340.9469 286.19223 340.9469 283.72348Q340.9469 282.12973 341.47034 280.93442Q341.99377 279.7391 343.0797 279.13754Q344.16565 278.53598 345.43127 278.53598Q347.04065 278.53598 348.05627 279.34848Q349.0719 280.16098 349.36877 281.66098L347.74377 281.91098Q347.5094 280.91098 346.91565 280.41098Q346.3219 279.91098 345.49377 279.91098Q344.22815 279.91098 343.4391 280.81723Q342.65002 281.72348 342.65002 283.6766Q342.65002 285.66098 343.41565 286.55942Q344.18127 287.45786 345.40002 287.45786Q346.3844 287.45786 347.04065 286.8563Q347.6969 286.25473 347.8844 285.00473ZM354.43127 287.1141L354.66565 288.59848Q353.96252 288.7391 353.40002 288.7391Q352.49377 288.7391 351.99377 288.45004Q351.49377 288.16098 351.29065 287.70004Q351.08752 287.2391 351.08752 285.72348L351.08752 280.06723L349.85315 280.06723L349.85315 278.75473L351.08752 278.75473L351.08752 276.31723L352.74377 275.31723L352.74377 278.75473L354.43127 278.75473L354.43127 280.06723L352.74377 280.06723L352.74377 285.81723Q352.74377 286.53598 352.8297 286.7391Q352.91565 286.94223 353.11877 287.06723Q353.3219 287.19223 353.6969 287.19223Q353.96252 287.19223 354.43127 287.1141ZM355.97815 276.9266L355.97815 275.02036L357.65002 275.02036L357.65002 276.9266L355.97815 276.9266ZM355.97815 288.6141L355.97815 278.75473L357.65002 278.75473L357.65002 288.6141L355.97815 288.6141ZM362.83752 288.6141L359.08752 278.75473L360.85315 278.75473L362.97815 284.66098Q363.3219 285.6141 363.60315 286.64536Q363.8219 285.8641 364.22815 284.77036L366.41565 278.75473L368.1344 278.75473L364.40002 288.6141L362.83752 288.6141ZM376.18127 285.44223L377.90002 285.66098Q377.49377 287.16098 376.3922 287.99692Q375.29065 288.83286 373.5719 288.83286Q371.41565 288.83286 370.15002 287.50473Q368.8844 286.1766 368.8844 283.77036Q368.8844 281.28598 370.15784 279.91098Q371.43127 278.53598 373.47815 278.53598Q375.46252 278.53598 376.71252 279.87973Q377.96252 281.22348 377.96252 283.6766Q377.96252 283.81723 377.9469 284.1141L370.60315 284.1141Q370.6969 285.7391 371.52502 286.59848Q372.35315 287.45786 373.58752 287.45786Q374.49377 287.45786 375.1422 286.9813Q375.79065 286.50473 376.18127 285.44223ZM370.6969 282.7391L376.1969 282.7391Q376.08752 281.50473 375.5719 280.87973Q374.77502 279.91098 373.49377 279.91098Q372.35315 279.91098 371.5641 280.68442Q370.77502 281.45786 370.6969 282.7391Z" fill-rule="nonzero" fill="#000000"></path><path d="M263.52502 359.6141L407.52502 359.6141L407.52502 407.6141L263.52502 407.6141Z" fill-rule="nonzero" stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt"></path><path d="M280.41565 379.6141L280.41565 366.02036L283.1344 366.02036L286.35315 375.64536Q286.79065 376.9891 286.99377 377.66098Q287.22815 376.91098 287.72815 375.47348L290.97815 366.02036L293.40002 366.02036L293.40002 379.6141L291.66565 379.6141L291.66565 368.22348L287.71252 379.6141L286.08752 379.6141L282.15002 368.03598L282.15002 379.6141L280.41565 379.6141ZM295.18127 374.69223Q295.18127 371.95786 296.71252 370.62973Q297.97815 369.53598 299.80627 369.53598Q301.83752 369.53598 303.1266 370.87192Q304.41565 372.20786 304.41565 374.5516Q304.41565 376.45786 303.84534 377.5438Q303.27502 378.62973 302.1891 379.2313Q301.10315 379.83286 299.80627 379.83286Q297.74377 379.83286 296.46252 378.50473Q295.18127 377.1766 295.18127 374.69223ZM296.90002 374.69223Q296.90002 376.58286 297.72815 377.52036Q298.55627 378.45786 299.80627 378.45786Q301.05627 378.45786 301.8766 377.51254Q302.6969 376.56723 302.6969 374.62973Q302.6969 372.8016 301.86877 371.8641Q301.04065 370.9266 299.80627 370.9266Q298.55627 370.9266 297.72815 371.8641Q296.90002 372.8016 296.90002 374.69223ZM306.16565 379.6141L306.16565 369.75473L307.66565 369.75473L307.66565 371.25473Q308.24377 370.20786 308.72815 369.87192Q309.21252 369.53598 309.80627 369.53598Q310.65002 369.53598 311.52502 370.08286L310.9469 371.62973Q310.33752 371.27036 309.71252 371.27036Q309.16565 371.27036 308.73596 371.59848Q308.30627 371.9266 308.11877 372.50473Q307.83752 373.39536 307.83752 374.45786L307.83752 379.6141L306.16565 379.6141ZM319.1344 376.44223L320.85315 376.66098Q320.4469 378.16098 319.34534 378.99692Q318.24377 379.83286 316.52502 379.83286Q314.36877 379.83286 313.10315 378.50473Q311.83752 377.1766 311.83752 374.77036Q311.83752 372.28598 313.11096 370.91098Q314.3844 369.53598 316.43127 369.53598Q318.41565 369.53598 319.66565 370.87973Q320.91565 372.22348 320.91565 374.6766Q320.91565 374.81723 320.90002 375.1141L313.55627 375.1141Q313.65002 376.7391 314.47815 377.59848Q315.30627 378.45786 316.54065 378.45786Q317.4469 378.45786 318.09534 377.9813Q318.74377 377.50473 319.1344 376.44223ZM313.65002 373.7391L319.15002 373.7391Q319.04065 372.50473 318.52502 371.87973Q317.72815 370.91098 316.4469 370.91098Q315.30627 370.91098 314.5172 371.68442Q313.72815 372.45786 313.65002 373.7391ZM327.9469 383.39536L327.9469 369.75473L329.47815 369.75473L329.47815 371.03598Q330.0094 370.28598 330.6891 369.91098Q331.36877 369.53598 332.3219 369.53598Q333.58752 369.53598 334.55627 370.18442Q335.52502 370.83286 336.0172 372.02036Q336.5094 373.20786 336.5094 374.6141Q336.5094 376.12973 335.96252 377.34067Q335.41565 378.5516 334.3844 379.19223Q333.35315 379.83286 332.21252 379.83286Q331.36877 379.83286 330.7047 379.4813Q330.04065 379.12973 329.61877 378.59848L329.61877 383.39536L327.9469 383.39536ZM329.46252 374.7391Q329.46252 376.64536 330.23596 377.5516Q331.0094 378.45786 332.10315 378.45786Q333.21252 378.45786 334.0016 377.52036Q334.79065 376.58286 334.79065 374.59848Q334.79065 372.72348 334.0172 371.78598Q333.24377 370.84848 332.16565 370.84848Q331.10315 370.84848 330.28284 371.84848Q329.46252 372.84848 329.46252 374.7391ZM338.30627 379.6141L338.30627 369.75473L339.80627 369.75473L339.80627 371.25473Q340.3844 370.20786 340.86877 369.87192Q341.35315 369.53598 341.9469 369.53598Q342.79065 369.53598 343.66565 370.08286L343.08752 371.62973Q342.47815 371.27036 341.85315 371.27036Q341.30627 371.27036 340.8766 371.59848Q340.4469 371.9266 340.2594 372.50473Q339.97815 373.39536 339.97815 374.45786L339.97815 379.6141L338.30627 379.6141ZM343.91565 374.69223Q343.91565 371.95786 345.4469 370.62973Q346.71252 369.53598 348.54065 369.53598Q350.5719 369.53598 351.86096 370.87192Q353.15002 372.20786 353.15002 374.5516Q353.15002 376.45786 352.5797 377.5438Q352.0094 378.62973 350.92346 379.2313Q349.83752 379.83286 348.54065 379.83286Q346.47815 379.83286 345.1969 378.50473Q343.91565 377.1766 343.91565 374.69223ZM345.6344 374.69223Q345.6344 376.58286 346.46252 377.52036Q347.29065 378.45786 348.54065 378.45786Q349.79065 378.45786 350.61096 377.51254Q351.43127 376.56723 351.43127 374.62973Q351.43127 372.8016 350.60315 371.8641Q349.77502 370.9266 348.54065 370.9266Q347.29065 370.9266 346.46252 371.8641Q345.6344 372.8016 345.6344 374.69223ZM354.91565 367.95786L354.91565 366.02036L356.5719 366.02036L356.5719 367.95786L354.91565 367.95786ZM352.79065 383.44223L353.10315 382.02036Q353.60315 382.14536 353.90002 382.14536Q354.41565 382.14536 354.66565 381.80942Q354.91565 381.47348 354.91565 380.1141L354.91565 369.75473L356.5719 369.75473L356.5719 380.14536Q356.5719 381.97348 356.10315 382.69223Q355.5094 383.6141 354.10315 383.6141Q353.43127 383.6141 352.79065 383.44223ZM365.80627 376.44223L367.52502 376.66098Q367.11877 378.16098 366.0172 378.99692Q364.91565 379.83286 363.1969 379.83286Q361.04065 379.83286 359.77502 378.50473Q358.5094 377.1766 358.5094 374.77036Q358.5094 372.28598 359.78284 370.91098Q361.05627 369.53598 363.10315 369.53598Q365.08752 369.53598 366.33752 370.87973Q367.58752 372.22348 367.58752 374.6766Q367.58752 374.81723 367.5719 375.1141L360.22815 375.1141Q360.3219 376.7391 361.15002 377.59848Q361.97815 378.45786 363.21252 378.45786Q364.11877 378.45786 364.7672 377.9813Q365.41565 377.50473 365.80627 376.44223ZM360.3219 373.7391L365.8219 373.7391Q365.71252 372.50473 365.1969 371.87973Q364.40002 370.91098 363.11877 370.91098Q361.97815 370.91098 361.1891 371.68442Q360.40002 372.45786 360.3219 373.7391ZM375.86877 376.00473L377.5094 376.22348Q377.24377 377.91098 376.1344 378.87192Q375.02502 379.83286 373.40002 379.83286Q371.3844 379.83286 370.15784 378.51254Q368.93127 377.19223 368.93127 374.72348Q368.93127 373.12973 369.4547 371.93442Q369.97815 370.7391 371.0641 370.13754Q372.15002 369.53598 373.41565 369.53598Q375.02502 369.53598 376.04065 370.34848Q377.05627 371.16098 377.35315 372.66098L375.72815 372.91098Q375.49377 371.91098 374.90002 371.41098Q374.30627 370.91098 373.47815 370.91098Q372.21252 370.91098 371.42346 371.81723Q370.6344 372.72348 370.6344 374.6766Q370.6344 376.66098 371.40002 377.55942Q372.16565 378.45786 373.3844 378.45786Q374.36877 378.45786 375.02502 377.8563Q375.68127 377.25473 375.86877 376.00473ZM382.41565 378.1141L382.65002 379.59848Q381.9469 379.7391 381.3844 379.7391Q380.47815 379.7391 379.97815 379.45004Q379.47815 379.16098 379.27502 378.70004Q379.0719 378.2391 379.0719 376.72348L379.0719 371.06723L377.83752 371.06723L377.83752 369.75473L379.0719 369.75473L379.0719 367.31723L380.72815 366.31723L380.72815 369.75473L382.41565 369.75473L382.41565 371.06723L380.72815 371.06723L380.72815 376.81723Q380.72815 377.53598 380.8141 377.7391Q380.90002 377.94223 381.10315 378.06723Q381.30627 378.19223 381.68127 378.19223Q381.9469 378.19223 382.41565 378.1141ZM383.27502 376.6766L384.93127 376.41098Q385.0719 377.41098 385.7047 377.93442Q386.33752 378.45786 387.47815 378.45786Q388.6344 378.45786 389.1891 377.9891Q389.74377 377.52036 389.74377 376.89536Q389.74377 376.33286 389.2594 376.00473Q388.91565 375.78598 387.55627 375.44223Q385.71252 374.97348 385.0016 374.63754Q384.29065 374.3016 383.92346 373.70004Q383.55627 373.09848 383.55627 372.37973Q383.55627 371.72348 383.86096 371.16098Q384.16565 370.59848 384.68127 370.22348Q385.0719 369.94223 385.74377 369.7391Q386.41565 369.53598 387.18127 369.53598Q388.35315 369.53598 389.22815 369.87192Q390.10315 370.20786 390.5172 370.77817Q390.93127 371.34848 391.08752 372.3016L389.46252 372.52036Q389.35315 371.77036 388.8141 371.34067Q388.27502 370.91098 387.30627 370.91098Q386.15002 370.91098 385.66565 371.2938Q385.18127 371.6766 385.18127 372.1766Q385.18127 372.50473 385.3844 372.77036Q385.58752 373.03598 386.02502 373.20786Q386.27502 373.3016 387.49377 373.64536Q389.2594 374.1141 389.96252 374.41098Q390.66565 374.70786 391.0641 375.28598Q391.46252 375.8641 391.46252 376.72348Q391.46252 377.5516 390.97815 378.2938Q390.49377 379.03598 389.5719 379.43442Q388.65002 379.83286 387.49377 379.83286Q385.5719 379.83286 384.5641 379.03598Q383.55627 378.2391 383.27502 376.6766Z" fill-rule="nonzero" fill="#000000"></path><path d="M277.0094 395.69223Q277.0094 392.95786 278.54065 391.62973Q279.80627 390.53598 281.6344 390.53598Q283.66565 390.53598 284.9547 391.87192Q286.24377 393.20786 286.24377 395.5516Q286.24377 397.45786 285.67346 398.5438Q285.10315 399.62973 284.0172 400.2313Q282.93127 400.83286 281.6344 400.83286Q279.5719 400.83286 278.29065 399.50473Q277.0094 398.1766 277.0094 395.69223ZM278.72815 395.69223Q278.72815 397.58286 279.55627 398.52036Q280.3844 399.45786 281.6344 399.45786Q282.8844 399.45786 283.7047 398.51254Q284.52502 397.56723 284.52502 395.62973Q284.52502 393.8016 283.6969 392.8641Q282.86877 391.9266 281.6344 391.9266Q280.3844 391.9266 279.55627 392.8641Q278.72815 393.8016 278.72815 395.69223ZM288.0094 400.6141L288.0094 390.75473L289.5094 390.75473L289.5094 392.16098Q290.60315 390.53598 292.65002 390.53598Q293.54065 390.53598 294.29065 390.8563Q295.04065 391.1766 295.40784 391.70004Q295.77502 392.22348 295.93127 392.9266Q296.02502 393.39536 296.02502 394.5516L296.02502 400.6141L294.35315 400.6141L294.35315 394.6141Q294.35315 393.59848 294.15784 393.09067Q293.96252 392.58286 293.46252 392.28598Q292.96252 391.9891 292.29065 391.9891Q291.22815 391.9891 290.4547 392.66098Q289.68127 393.33286 289.68127 395.2391L289.68127 400.6141L288.0094 400.6141ZM303.71252 400.6141L303.71252 387.02036L305.5094 387.02036L305.5094 399.00473L312.21252 399.00473L312.21252 400.6141L303.71252 400.6141ZM320.3844 399.39536Q319.4469 400.19223 318.58752 400.51254Q317.72815 400.83286 316.74377 400.83286Q315.1344 400.83286 314.2594 400.0438Q313.3844 399.25473 313.3844 398.02036Q313.3844 397.28598 313.71252 396.69223Q314.04065 396.09848 314.5719 395.7391Q315.10315 395.37973 315.77502 395.19223Q316.27502 395.0516 317.2594 394.94223Q319.29065 394.69223 320.24377 394.3641Q320.24377 394.02036 320.24377 393.9266Q320.24377 392.91098 319.77502 392.4891Q319.1344 391.9266 317.86877 391.9266Q316.6969 391.9266 316.1344 392.33286Q315.5719 392.7391 315.30627 393.8016L313.66565 393.56723Q313.90002 392.52036 314.40784 391.87973Q314.91565 391.2391 315.8766 390.88754Q316.83752 390.53598 318.11877 390.53598Q319.3844 390.53598 320.16565 390.83286Q320.9469 391.12973 321.3219 391.58286Q321.6969 392.03598 321.83752 392.72348Q321.93127 393.14536 321.93127 394.25473L321.93127 396.4891Q321.93127 398.81723 322.03284 399.43442Q322.1344 400.0516 322.46252 400.6141L320.71252 400.6141Q320.4469 400.09848 320.3844 399.39536ZM320.24377 395.6766Q319.33752 396.03598 317.5094 396.3016Q316.47815 396.44223 316.05627 396.62973Q315.6344 396.81723 315.40002 397.1766Q315.16565 397.53598 315.16565 397.97348Q315.16565 398.64536 315.67346 399.09067Q316.18127 399.53598 317.15002 399.53598Q318.11877 399.53598 318.86877 399.1063Q319.61877 398.6766 319.97815 397.95786Q320.24377 397.37973 320.24377 396.28598L320.24377 395.6766ZM330.77502 400.6141L330.77502 399.16098Q329.6344 400.83286 327.65002 400.83286Q326.79065 400.83286 326.03284 400.49692Q325.27502 400.16098 324.90784 399.66098Q324.54065 399.16098 324.3844 398.4266Q324.29065 397.9266 324.29065 396.8641L324.29065 390.75473L325.96252 390.75473L325.96252 396.22348Q325.96252 397.53598 326.05627 397.9891Q326.21252 398.64536 326.72815 399.02036Q327.24377 399.39536 327.99377 399.39536Q328.74377 399.39536 329.40002 399.01254Q330.05627 398.62973 330.3297 397.96567Q330.60315 397.3016 330.60315 396.03598L330.60315 390.75473L332.27502 390.75473L332.27502 400.6141L330.77502 400.6141ZM334.6969 400.6141L334.6969 390.75473L336.1969 390.75473L336.1969 392.16098Q337.29065 390.53598 339.33752 390.53598Q340.22815 390.53598 340.97815 390.8563Q341.72815 391.1766 342.09534 391.70004Q342.46252 392.22348 342.61877 392.9266Q342.71252 393.39536 342.71252 394.5516L342.71252 400.6141L341.04065 400.6141L341.04065 394.6141Q341.04065 393.59848 340.84534 393.09067Q340.65002 392.58286 340.15002 392.28598Q339.65002 391.9891 338.97815 391.9891Q337.91565 391.9891 337.1422 392.66098Q336.36877 393.33286 336.36877 395.2391L336.36877 400.6141L334.6969 400.6141ZM351.5094 397.00473L353.15002 397.22348Q352.8844 398.91098 351.77502 399.87192Q350.66565 400.83286 349.04065 400.83286Q347.02502 400.83286 345.79846 399.51254Q344.5719 398.19223 344.5719 395.72348Q344.5719 394.12973 345.09534 392.93442Q345.61877 391.7391 346.7047 391.13754Q347.79065 390.53598 349.05627 390.53598Q350.66565 390.53598 351.68127 391.34848Q352.6969 392.16098 352.99377 393.66098L351.36877 393.91098Q351.1344 392.91098