emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico e429e06 43/48: Rename to vertico


From: Stefan Monnier
Subject: [elpa] externals/vertico e429e06 43/48: Rename to vertico
Date: Mon, 5 Apr 2021 10:54:47 -0400 (EDT)

branch: externals/vertico
commit e429e06e943b291edb1a57f78dd66e90466ded8d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Rename to vertico
---
 LICENSE                   |  674 ++++++++
 README.org                |   28 +-
 screenshot.svg            | 3825 ++++++++++++++++++++++++---------------------
 minicomp.el => vertico.el |  372 ++---
 4 files changed, 2910 insertions(+), 1989 deletions(-)

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..94a9ed0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<http://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/README.org b/README.org
index 90e28ab..05f1c02 100644
--- a/README.org
+++ b/README.org
@@ -1,36 +1,44 @@
-#+title: minicomp.el - Minimalistic vertical minibuffer completion system
+#+title: vertico.el - VERTical Interactive COmpletion
 #+author: Daniel Mendler
 #+language: en
 
 * Introduction
 
-This package provides a vertical completion system, which is based on the
-default completion system. By reusing the default system, we achieve full
-compatibility with built-in Emacs commands and completion tables. The 
completion
-system is pretty bare-bone and only provides a minimal set of commands. The 
code
-base is less than 500 lines of code. If you are looking for a more 
full-featured
+This package provides a minimalistic vertical completion system, which is based
+on the default completion system. By reusing the default system, we achieve 
full
+compatibility with built-in Emacs commands and completion tables. Vertico is
+pretty bare-bone and only provides a minimal set of commands. The code base is
+less than 500 lines of code. If you are looking for a more full-featured
 package, you may be interested in 
[[https://github.com/raxod502/selectrum][Selectrum]]. Selectrum supports 
Avy-style quick
 keys, a horizontal display and a buffer display.
 
-Complementary packages, which are supported:
+Complementary packages, which are fully supported:
 
 - [[https://github.com/minad/marginalia][Marginalia]]: Rich annotations in the 
minibuffer
 - [[https://github.com/minad/consult][Consult]]: Many useful search and 
navigation commands
 - [[https://github.com/oantolin/embark][Embark]]: Minibuffer actions and 
context menu
 - [[https://github.com/oantolin/orderless][Orderless]]: Advanced completion 
style
 
-[[https://github.com/minad/minicomp/blob/main/screenshot.svg?raw=true]]
+[[https://github.com/minad/vertico/blob/main/screenshot.svg?raw=true]]
 
 * Configuration
 
 #+begin_src emacs-lisp
-  (use-package minicomp
+  ;; Enable vertico
+  (use-package vertico
     :init
-    (minicomp-mode))
+    (vertico-mode))
 
+  ;; Use the orderless completion style.
+  ;; Enable partial-completion for files to allow path expansion.
   (use-package orderless
     :init
     (setq completion-styles '(orderless)
           completion-category-defaults nil
           completion-category-overrides '((file (styles . 
(partial-completion))))))
+
+  ;; Add prompt indicator to `completing-read-multiple'.
+  (defun crm-indicator (args)
+    (cons (concat "[CRM] " (car args)) (cdr args)))
+  (advice-add #'completing-read-multiple :filter-args #'crm-indicator)
 #+end_src
diff --git a/screenshot.svg b/screenshot.svg
index 2983956..d88bb9d 100644
--- a/screenshot.svg
+++ b/screenshot.svg
@@ -6,13 +6,13 @@
    xmlns:svg="http://www.w3.org/2000/svg";
    xmlns="http://www.w3.org/2000/svg";
    xmlns:xlink="http://www.w3.org/1999/xlink";
-   id="svg5167"
+   id="svg5453"
    version="1.1"
    viewBox="0 0 831 366"
    height="366pt"
    width="831pt">
   <metadata
-     id="metadata5171">
+     id="metadata5457">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
@@ -24,9 +24,9 @@
     </rdf:RDF>
   </metadata>
   <defs
-     id="defs502">
+     id="defs524">
     <g
-       id="g353">
+       id="g401">
       <symbol
          style="overflow:visible"
          id="glyph0-0"
@@ -42,7 +42,7 @@
          overflow="visible">
         <path
            id="path5"
-           d="m 10.390625,4.21875 1.078125,-1 C 8.25,0.5 6.765625,-2.640625 
6.765625,-6.671875 c 0,-4.03125 1.484375,-7.171875 4.703125,-9.890625 l 
-1.078125,-1 c -3.328125,2.59375 -5.40625,6.265625 -5.40625,10.890625 0,4.625 
2.078125,8.296875 5.40625,10.890625 z m 0,0"
+           d="m 7.203125,-8.296875 c 1.078125,0 1.9375,-0.828125 
1.9375,-2.015625 0,-1.234375 -0.859375,-2.046875 -1.9375,-2.046875 -1.078125,0 
-1.953125,0.8125 -1.953125,2.046875 0,1.1875 0.875,2.015625 1.953125,2.015625 z 
M 5.28125,5.109375 C 7.921875,4.125 9.5,2.15625 9.5,-0.640625 c 0,-1.875 
-0.734375,-3.078125 -2.15625,-3.078125 -1.03125,0 -1.921875,0.640625 
-1.921875,1.828125 0,1.1875 0.84375,1.796875 1.875,1.796875 0.140625,0 0.3125,0 
0.453125,-0.046875 -0.0625,1.890625 -1.046875, [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -51,7 +51,7 @@
          overflow="visible">
         <path
            id="path8"
-           d="m 1.390625,0 h 1.96875 V -8.453125 C 3.9375,-9.640625 
4.46875,-10.25 5.28125,-10.25 c 0.859375,0 1.203125,0.703125 1.203125,2.046875 
V 0 h 1.8125 v -8.453125 c 0.625,-1.1875 1.0625,-1.796875 1.875,-1.796875 
0.875,0 1.25,0.703125 1.25,2.046875 V 0 h 1.96875 v -8.359375 c 0,-2.328125 
-0.953125,-3.59375 -2.59375,-3.59375 -1.34375,0 -2.0625,0.765625 
-2.734375,2.015625 -0.328125,-1.34375 -1.046875,-2.015625 -2.203125,-2.015625 
-1.34375,0 -2.0625,0.75 -2.671875,1.828125 H 3.14062 [...]
+           d=""
            style="stroke:none" />
       </symbol>
       <symbol
@@ -60,7 +60,7 @@
          overflow="visible">
         <path
            id="path11"
-           d="m 7.578125,0 h 1.96875 V -11.65625 H 2.15625 v 1.59375 h 
5.421875 z m 0.78125,-14.109375 c 0.875,0 1.578125,-0.609375 1.578125,-1.53125 
0,-0.921875 -0.703125,-1.546875 -1.578125,-1.546875 -0.890625,0 -1.59375,0.625 
-1.59375,1.546875 0,0.921875 0.703125,1.53125 1.59375,1.53125 z m 0,0"
+           d="m 6.140625,0 h 2.21875 l 4.8125,-11.65625 H 11.28125 l 
-2.6875,6.609375 c -0.484375,1.1875 -0.859375,2.328125 -1.28125,3.4375 H 
7.21875 c -0.40625,-1.109375 -0.828125,-2.25 -1.3125,-3.4375 l 
-2.6875,-6.609375 h -2 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -69,7 +69,7 @@
          overflow="visible">
         <path
            id="path14"
-           d="m 2.234375,0 h 1.96875 V -8.140625 C 5.5625,-9.546875 6.5,-10.25 
7.890625,-10.25 c 1.921875,0 2.6875,1.0625 2.6875,3.265625 V 0 h 1.96875 v 
-7.25 c 0,-3.0625 -1.265625,-4.703125 -4.03125,-4.703125 -1.8125,0 
-3.15625,0.984375 -4.390625,2.28125 H 4.03125 L 3.859375,-11.65625 h -1.625 z m 
0,0"
+           d="m 7.625,-10.390625 c 2,0 3.3125,1.171875 3.484375,3.578125 h 
-7.4375 C 4.03125,-9.125 5.71875,-10.390625 7.625,-10.390625 Z M 
7.921875,0.28125 c 1.875,0 3.359375,-0.625 4.515625,-1.390625 L 
11.71875,-2.40625 c -1.0625,0.671875 -2.171875,1.109375 -3.5625,1.109375 
-2.421875,0 -4.296875,-1.34375 -4.53125,-3.984375 h 9.1875 c 0.04687,-0.3125 
0.09375,-0.75 0.09375,-1.203125 0,-3.28125 -1.96875,-5.46875 -5.328125,-5.46875 
-3.109375,0 -5.953125,2.3125 -5.953125,6.09375 0,3.890625  [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -78,7 +78,7 @@
          overflow="visible">
         <path
            id="path17"
-           d="m 8.296875,0.28125 c 1.734375,0 3.34375,-0.671875 
4.640625,-1.8125 L 12.046875,-2.8125 c -0.953125,0.828125 -2.15625,1.46875 
-3.59375,1.46875 -2.6875,0 -4.5,-1.796875 -4.5,-4.46875 0,-2.6875 1.859375,-4.5 
4.546875,-4.5 1.21875,0 2.234375,0.5 3.1875,1.34375 L 12.671875,-10.25 c 
-0.953125,-0.9375 -2.359375,-1.703125 -4.25,-1.703125 -3.53125,0 -6.5,2.234375 
-6.5,6.140625 0,3.875 2.734375,6.09375 6.375,6.09375 z m 0,0"
+           d="m 3.5,0 h 1.96875 v -6.84375 c 1.390625,-2.421875 
3.046875,-3.328125 4.796875,-3.328125 0.921875,0 1.34375,0.109375 
2.171875,0.40625 l 0.453125,-1.703125 c -0.71875,-0.359375 -1.4375,-0.484375 
-2.3125,-0.484375 -2.15625,0 -3.984375,1.171875 -5.203125,3.046875 H 5.296875 l 
-0.15625,-2.75 H 3.5 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -87,7 +87,7 @@
          overflow="visible">
         <path
            id="path20"
-           d="m 7.203125,0.28125 c 3.0625,0 5.75,-2.21875 5.75,-6.09375 
0,-3.90625 -2.6875,-6.140625 -5.75,-6.140625 -3.078125,0 -5.765625,2.234375 
-5.765625,6.140625 0,3.875 2.6875,6.09375 5.765625,6.09375 z m 0,-1.625 c 
-2.234375,0 -3.71875,-1.796875 -3.71875,-4.46875 0,-2.6875 1.484375,-4.5 
3.71875,-4.5 2.234375,0 3.71875,1.8125 3.71875,4.5 0,2.671875 -1.484375,4.46875 
-3.71875,4.46875 z m 0,0"
+           d="m 9.453125,0.28125 c 1.46875,0 2.59375,-0.3125 3.65625,-0.6875 l 
-0.4375,-1.4375 c -0.84375,0.3125 -1.703125,0.53125 -2.8125,0.53125 -2.25,0 
-2.953125,-1.109375 -2.953125,-3.203125 V -10.0625 h 5.734375 v -1.59375 H 
6.90625 v -3.75 h -1.625 l -0.265625,3.75 -3.359375,0.109375 V -10.0625 H 
4.9375 v 5.53125 c 0,2.875 1.109375,4.8125 4.515625,4.8125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -96,7 +96,7 @@
          overflow="visible">
         <path
            id="path23"
-           d="m 2.234375,4.921875 h 1.96875 v -3.9375 L 4.109375,-1.21875 h 
0.0625 c 1.03125,0.953125 2.40625,1.5 3.484375,1.5 2.8125,0 5.296875,-2.328125 
5.296875,-6.28125 0,-3.625 -1.671875,-5.953125 -4.8125,-5.953125 -1.4375,0 
-2.953125,0.75 -4.03125,1.78125 H 4.03125 L 3.859375,-11.65625 h -1.625 z M 
7.3125,-1.375 c -0.78125,0 -2.015625,-0.375 -3.109375,-1.359375 v -5.8125 c 
1.203125,-1.203125 2.390625,-1.75 3.421875,-1.75 2.328125,0 3.296875,1.734375 
3.296875,4.296875 0,2.875 -1.515 [...]
+           d="m 7.578125,0 h 1.96875 V -11.65625 H 2.15625 v 1.59375 h 
5.421875 z m 0.78125,-14.109375 c 0.875,0 1.578125,-0.609375 1.578125,-1.53125 
0,-0.921875 -0.703125,-1.546875 -1.578125,-1.546875 -0.890625,0 -1.59375,0.625 
-1.59375,1.546875 0,0.921875 0.703125,1.53125 1.59375,1.53125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -105,7 +105,7 @@
          overflow="visible">
         <path
            id="path26"
-           d="m 2.046875,-7.171875 h 10.3125 V -8.65625 h -10.3125 z m 0,0"
+           d="m 8.296875,0.28125 c 1.734375,0 3.34375,-0.671875 
4.640625,-1.8125 L 12.046875,-2.8125 c -0.953125,0.828125 -2.15625,1.46875 
-3.59375,1.46875 -2.6875,0 -4.5,-1.796875 -4.5,-4.46875 0,-2.6875 1.859375,-4.5 
4.546875,-4.5 1.21875,0 2.234375,0.5 3.1875,1.34375 L 12.671875,-10.25 c 
-0.953125,-0.9375 -2.359375,-1.703125 -4.25,-1.703125 -3.53125,0 -6.5,2.234375 
-6.5,6.140625 0,3.875 2.734375,6.09375 6.375,6.09375 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -114,7 +114,7 @@
          overflow="visible">
         <path
            id="path29"
-           d="m 7.109375,5.375 c 3.953125,0 6.46875,-1.890625 
6.46875,-4.078125 0,-1.96875 -1.4375,-2.734375 -4.4375,-2.734375 H 6.53125 c 
-1.546875,0 -2.421875,-0.4375 -2.421875,-1.34375 0,-0.5625 0.328125,-0.984375 
0.90625,-1.34375 0.640625,0.28125 1.375,0.421875 1.96875,0.421875 2.515625,0 
4.515625,-1.5 4.515625,-4 0,-0.9375 -0.453125,-1.796875 -0.984375,-2.359375 h 
3.015625 v -1.59375 h -4.8125 c -0.515625,-0.203125 -1.0625,-0.296875 
-1.734375,-0.296875 -2.46875,0 -4.578125,1.640625  [...]
+           d="m 7.203125,0.28125 c 3.0625,0 5.75,-2.21875 5.75,-6.09375 
0,-3.90625 -2.6875,-6.140625 -5.75,-6.140625 -3.078125,0 -5.765625,2.234375 
-5.765625,6.140625 0,3.875 2.6875,6.09375 5.765625,6.09375 z m 0,-1.625 c 
-2.234375,0 -3.71875,-1.796875 -3.71875,-4.46875 0,-2.6875 1.484375,-4.5 
3.71875,-4.5 2.234375,0 3.71875,1.8125 3.71875,4.5 0,2.671875 -1.484375,4.46875 
-3.71875,4.46875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -123,7 +123,7 @@
          overflow="visible">
         <path
            id="path32"
-           d="m 9.453125,0.28125 c 1.46875,0 2.59375,-0.3125 3.65625,-0.6875 l 
-0.4375,-1.4375 c -0.84375,0.3125 -1.703125,0.53125 -2.8125,0.53125 -2.25,0 
-2.953125,-1.109375 -2.953125,-3.203125 V -10.0625 h 5.734375 v -1.59375 H 
6.90625 v -3.75 h -1.625 l -0.265625,3.75 -3.359375,0.109375 V -10.0625 H 
4.9375 v 5.53125 c 0,2.875 1.109375,4.8125 4.515625,4.8125 z m 0,0"
+           d="m 7.203125,0.28125 c 1.078125,0 1.9375,-0.8125 1.9375,-2.015625 
0,-1.21875 -0.859375,-2.03125 -1.9375,-2.03125 -1.078125,0 -1.953125,0.8125 
-1.953125,2.03125 0,1.203125 0.875,2.015625 1.953125,2.015625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -132,7 +132,7 @@
          overflow="visible">
         <path
            id="path35"
-           d=""
+           d="m 9.765625,0.28125 c 1.28125,0 2.046875,-0.234375 3.125,-0.6875 
l -0.5,-1.46875 c -0.796875,0.359375 -1.515625,0.53125 -2.1875,0.53125 
-1.390625,0 -2.3125,-0.71875 -2.3125,-2.421875 V -17.09375 H 1.78125 v 1.609375 
H 5.921875 V -3.90625 c 0,2.75 1.375,4.1875 3.84375,4.1875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -141,7 +141,7 @@
          overflow="visible">
         <path
            id="path38"
-           d="m 5.90625,0.28125 c 1.65625,0 3.3125,-0.859375 
4.609375,-1.859375 h 0.0625 L 10.75,0 h 1.609375 v -7.15625 c 0,-2.90625 
-1.53125,-4.796875 -4.734375,-4.796875 -2.03125,0 -4,0.90625 -5.171875,1.6875 l 
0.765625,1.34375 c 1.078125,-0.671875 2.5625,-1.390625 4.078125,-1.390625 
2.25,0 3.046875,1.34375 3.09375,2.921875 C 4.375,-6.90625 1.9375,-5.640625 
1.9375,-3.03125 c 0,2.09375 1.78125,3.3125 3.96875,3.3125 z M 6.4375,-1.296875 
c -1.34375,0 -2.578125,-0.546875 -2.578125,-1.875  [...]
+           d="m 2.046875,-7.171875 h 10.3125 V -8.65625 h -10.3125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -150,7 +150,7 @@
          overflow="visible">
         <path
            id="path41"
-           d="M 1.53125,0 H 3.640625 L 5.5625,-2.6875 c 0.484375,-0.75 
0.96875,-1.421875 1.453125,-2.109375 h 0.09375 c 0.5,0.671875 1.046875,1.4375 
1.53125,2.109375 L 10.6875,0 h 2.15625 L 8.375,-5.875 12.53125,-11.65625 H 
10.4375 l -1.75,2.515625 C 8.28125,-8.5 7.796875,-7.78125 7.375,-7.125 H 
7.265625 C 6.796875,-7.78125 6.3125,-8.46875 5.90625,-9.09375 L 
4.0625,-11.65625 H 1.875 l 4.09375,5.609375 z m 0,0"
+           d="M 6.046875,0 H 8.375 l 5,-15.75 H 11.328125 L 8.8125,-7.25 C 
8.28125,-5.375 7.875,-3.890625 7.296875,-2.046875 H 7.203125 C 6.625,-3.890625 
6.234375,-5.375 5.6875,-7.25 l -2.546875,-8.5 H 1.03125 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -159,7 +159,7 @@
          overflow="visible">
         <path
            id="path44"
-           d="m 7.203125,0.28125 c 3.40625,0 5.5,-2.890625 5.5,-7.984375 
0,-5.140625 -2.09375,-7.890625 -5.5,-7.890625 -3.40625,0 -5.5,2.75 
-5.5,7.890625 0,5.09375 2.09375,7.984375 5.5,7.984375 z m 0,-1.578125 c 
-2.140625,0 -3.65625,-2.015625 -3.65625,-6.40625 0,-4.421875 1.515625,-6.3125 
3.65625,-6.3125 2.140625,0 3.640625,1.890625 3.640625,6.3125 0,4.390625 
-1.5,6.40625 -3.640625,6.40625 z m 0,-4.96875 c 0.78125,0 1.484375,-0.59375 
1.484375,-1.609375 0,-0.984375 -0.703125,-1.578125 -1. [...]
+           d="M 2.734375,0 H 12.71875 V -1.703125 H 4.75 v -5.71875 h 6.53125 
V -9.125 H 4.75 v -4.9375 h 7.734375 V -15.75 h -9.75 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -168,7 +168,7 @@
          overflow="visible">
         <path
            id="path47"
-           d="m 6.5,0.28125 c 1.4375,0 2.84375,-0.828125 3.796875,-1.8125 H 
10.375 L 10.53125,0 h 1.640625 v -17.09375 h -1.96875 v 4.5 l 0.09375,2.15625 h 
-0.07813 c -1,-0.96875 -2.078125,-1.515625 -3.46875,-1.515625 -2.765625,0 
-5.3125,2.359375 -5.3125,6.140625 0,3.890625 2.015625,6.09375 5.0625,6.09375 z 
M 6.90625,-1.375 c -2.15625,0 -3.421875,-1.671875 -3.421875,-4.453125 
0,-2.671875 1.625,-4.46875 3.640625,-4.46875 1.015625,0 2.015625,0.390625 
3.078125,1.375 V -3.125 c -1.03125,1.15 [...]
+           d="m 2.40625,0 h 1.984375 v -6.640625 h 2.8125 L 10.984375,0 h 
2.28125 l -4,-6.859375 c 2.140625,-0.5625 3.53125,-2.015625 3.53125,-4.46875 
0,-3.265625 -2.3125,-4.421875 -5.5,-4.421875 H 2.40625 Z m 1.984375,-8.28125 v 
-5.859375 h 2.625 c 2.4375,0 3.78125,0.75 3.78125,2.8125 0,2.046875 
-1.34375,3.046875 -3.78125,3.046875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -177,7 +177,7 @@
          overflow="visible">
         <path
            id="path50"
-           d="m 7.625,-10.390625 c 2,0 3.3125,1.171875 3.484375,3.578125 h 
-7.4375 C 4.03125,-9.125 5.71875,-10.390625 7.625,-10.390625 Z M 
7.921875,0.28125 c 1.875,0 3.359375,-0.625 4.515625,-1.390625 L 
11.71875,-2.40625 c -1.0625,0.671875 -2.171875,1.109375 -3.5625,1.109375 
-2.421875,0 -4.296875,-1.34375 -4.53125,-3.984375 h 9.1875 c 0.04687,-0.3125 
0.09375,-0.75 0.09375,-1.203125 0,-3.28125 -1.96875,-5.46875 -5.328125,-5.46875 
-3.109375,0 -5.953125,2.3125 -5.953125,6.09375 0,3.890625  [...]
+           d="m 6.1875,0 h 2.015625 v -14.0625 h 5.1875 V -15.75 h -12.375 v 
1.6875 H 6.1875 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -186,7 +186,7 @@
          overflow="visible">
         <path
            id="path53"
-           d="m 5.90625,0.28125 c 1.796875,0 3.171875,-0.953125 
4.34375,-2.328125 h 0.09375 L 10.515625,0 H 12.125 v -11.65625 h -1.96875 v 
8.078125 c -1.296875,1.515625 -2.28125,2.15625 -3.625,2.15625 -1.953125,0 
-2.6875,-1.046875 -2.6875,-3.265625 v -6.96875 h -2 v 7.234375 c 0,3.078125 
1.28125,4.703125 4.0625,4.703125 z m 0,0"
+           d="m 5.90625,0.28125 c 1.65625,0 3.3125,-0.859375 
4.609375,-1.859375 h 0.0625 L 10.75,0 h 1.609375 v -7.15625 c 0,-2.90625 
-1.53125,-4.796875 -4.734375,-4.796875 -2.03125,0 -4,0.90625 -5.171875,1.6875 l 
0.765625,1.34375 c 1.078125,-0.671875 2.5625,-1.390625 4.078125,-1.390625 
2.25,0 3.046875,1.34375 3.09375,2.921875 C 4.375,-6.90625 1.9375,-5.640625 
1.9375,-3.03125 c 0,2.09375 1.78125,3.3125 3.96875,3.3125 z M 6.4375,-1.296875 
c -1.34375,0 -2.578125,-0.546875 -2.578125,-1.875  [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -195,7 +195,7 @@
          overflow="visible">
         <path
            id="path56"
-           d="M 4.015625,4.21875 C 7.34375,1.625 9.40625,-2.046875 
9.40625,-6.671875 c 0,-4.625 -2.0625,-8.296875 -5.390625,-10.890625 l 
-1.09375,1 C 6.140625,-13.84375 7.625,-10.703125 7.625,-6.671875 
7.625,-2.640625 6.140625,0.5 2.921875,3.21875 Z m 0,0"
+           d="M 2.28125,0 H 12.125 V -1.703125 H 8.203125 V -14.0625 H 12.125 
V -15.75 H 2.28125 v 1.6875 H 6.1875 V -1.703125 H 2.28125 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -204,7 +204,7 @@
          overflow="visible">
         <path
            id="path59"
-           d="m 7.109375,-6.3125 c 1.078125,0 1.9375,-0.8125 1.9375,-2.015625 
0,-1.21875 -0.859375,-2.046875 -1.9375,-2.046875 -1.078125,0 -1.953125,0.828125 
-1.953125,2.046875 0,1.203125 0.875,2.015625 1.953125,2.015625 z m 0,0"
+           d="m 2.234375,0 h 1.96875 V -8.140625 C 5.5625,-9.546875 6.5,-10.25 
7.890625,-10.25 c 1.921875,0 2.6875,1.0625 2.6875,3.265625 V 0 h 1.96875 v 
-7.25 c 0,-3.0625 -1.265625,-4.703125 -4.03125,-4.703125 -1.8125,0 
-3.15625,0.984375 -4.390625,2.28125 H 4.03125 L 3.859375,-11.65625 h -1.625 z m 
0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -213,7 +213,7 @@
          overflow="visible">
         <path
            id="path62"
-           d="M 5.8125,0 H 7.75 v -10.0625 h 4.890625 v -1.59375 H 7.75 v 
-1.0625 c 0,-1.890625 0.859375,-3.046875 2.953125,-3.046875 1.015625,0 
1.75,0.125 2.71875,0.546875 L 13.875,-16.703125 C 12.765625,-17.15625 
11.65625,-17.375 10.515625,-17.375 c -3.21875,0 -4.703125,1.875 
-4.703125,4.734375 v 0.984375 l -3.34375,0.109375 V -10.0625 H 5.8125 Z m 0,0"
+           d="m 8.421875,0.28125 c 2.09375,0 3.625,-0.828125 4.875,-2.265625 l 
-1.125,-1.234375 c -1.015625,1.125 -2.109375,1.75 -3.5625,1.75 -3.015625,0 
-4.984375,-2.484375 -4.984375,-6.453125 0,-3.90625 1.96875,-6.359375 
4.984375,-6.359375 1.328125,0 2.359375,0.578125 3.171875,1.4375 l 
1.125,-1.265625 C 12,-15.125 10.484375,-16.03125 8.609375,-16.03125 c 
-4.09375,0 -7.046875,3.09375 -7.046875,8.15625 0,5.140625 2.96875,8.15625 
6.859375,8.15625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -222,7 +222,7 @@
          overflow="visible">
         <path
            id="path65"
-           d="m 7.4375,0.28125 c 3.34375,0 5.1875,-1.578125 5.1875,-3.46875 
0,-1.78125 -0.9375,-2.765625 -4.828125,-3.609375 -2.375,-0.5 -3.375,-0.9375 
-3.375,-1.9375 0,-0.890625 0.6875,-1.6875 2.6875,-1.6875 1.484375,0 
2.828125,0.484375 3.90625,1.234375 l 0.953125,-1.28125 c -1.140625,-0.78125 
-2.921875,-1.484375 -4.703125,-1.484375 -3.1875,0 -4.84375,1.4375 
-4.84375,3.3125 0,1.75 1.53125,2.78125 4.5625,3.40625 3.171875,0.65625 
3.640625,1.28125 3.640625,2.15625 C 10.625,-2.09375 9.64062 [...]
+           d="M 7.203125,0.28125 C 10.75,0.28125 13.25,-2.78125 13.25,-7.9375 
c 0,-5.09375 -2.5,-8.09375 -6.046875,-8.09375 -3.5625,0 -6.046875,3 
-6.046875,8.09375 0,5.15625 2.484375,8.21875 6.046875,8.21875 z m 0,-1.75 c 
-2.40625,0 -3.984375,-2.4375 -3.984375,-6.46875 0,-3.96875 1.578125,-6.34375 
3.984375,-6.34375 2.390625,0 3.984375,2.375 3.984375,6.34375 0,4.03125 
-1.59375,6.46875 -3.984375,6.46875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -231,7 +231,7 @@
          overflow="visible">
         <path
            id="path68"
-           d="m 3.5,0 h 1.96875 v -6.84375 c 1.390625,-2.421875 
3.046875,-3.328125 4.796875,-3.328125 0.921875,0 1.34375,0.109375 
2.171875,0.40625 l 0.453125,-1.703125 c -0.71875,-0.359375 -1.4375,-0.484375 
-2.3125,-0.484375 -2.15625,0 -3.984375,1.171875 -5.203125,3.046875 H 5.296875 l 
-0.15625,-2.75 H 3.5 Z m 0,0"
+           d="m 1.390625,0 h 1.96875 V -8.453125 C 3.9375,-9.640625 
4.46875,-10.25 5.28125,-10.25 c 0.859375,0 1.203125,0.703125 1.203125,2.046875 
V 0 h 1.8125 v -8.453125 c 0.625,-1.1875 1.0625,-1.796875 1.875,-1.796875 
0.875,0 1.25,0.703125 1.25,2.046875 V 0 h 1.96875 v -8.359375 c 0,-2.328125 
-0.953125,-3.59375 -2.59375,-3.59375 -1.34375,0 -2.0625,0.765625 
-2.734375,2.015625 -0.328125,-1.34375 -1.046875,-2.015625 -2.203125,-2.015625 
-1.34375,0 -2.0625,0.75 -2.671875,1.828125 H 3.14062 [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -240,7 +240,7 @@
          overflow="visible">
         <path
            id="path71"
-           d="m 9.765625,0.28125 c 1.28125,0 2.046875,-0.234375 3.125,-0.6875 
l -0.5,-1.46875 c -0.796875,0.359375 -1.515625,0.53125 -2.1875,0.53125 
-1.390625,0 -2.3125,-0.71875 -2.3125,-2.421875 V -17.09375 H 1.78125 v 1.609375 
H 5.921875 V -3.90625 c 0,2.75 1.375,4.1875 3.84375,4.1875 z m 0,0"
+           d="m 2.234375,4.921875 h 1.96875 v -3.9375 L 4.109375,-1.21875 h 
0.0625 c 1.03125,0.953125 2.40625,1.5 3.484375,1.5 2.8125,0 5.296875,-2.328125 
5.296875,-6.28125 0,-3.625 -1.671875,-5.953125 -4.8125,-5.953125 -1.4375,0 
-2.953125,0.75 -4.03125,1.78125 H 4.03125 L 3.859375,-11.65625 h -1.625 z M 
7.3125,-1.375 c -0.78125,0 -2.015625,-0.375 -3.109375,-1.359375 v -5.8125 c 
1.203125,-1.203125 2.390625,-1.75 3.421875,-1.75 2.328125,0 3.296875,1.734375 
3.296875,4.296875 0,2.875 -1.515 [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -249,7 +249,7 @@
          overflow="visible">
         <path
            id="path74"
-           d="m 3.765625,-8.453125 h 1.34375 L 5.71875,-13.84375 
5.765625,-16.484375 H 3.125 l 0.046875,2.640625 z m 5.515625,0 H 10.625 l 
0.609375,-5.390625 0.04687,-2.640625 H 8.640625 L 8.6875,-13.84375 Z m 0,0"
+           d="m 4.3125,-2.65625 2.890625,-3.828125 2.875,3.828125 L 
11.09375,-3.390625 8.5,-7.34375 12.390625,-9.03125 12,-10.125 7.984375,-8.8125 
7.78125,-13.34375 H 6.625 l -0.21875,4.53125 -4,-1.3125 -0.390625,1.09375 
3.890625,1.6875 -2.59375,3.953125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -258,7 +258,7 @@
          overflow="visible">
         <path
            id="path77"
-           d="m 8.09375,0.28125 c 2.03125,0 3.71875,-0.8125 4.703125,-1.8125 v 
-6.625 h -5 V -6.5 H 10.9375 v 4.09375 c -0.59375,0.578125 -1.625,0.9375 
-2.734375,0.9375 -3.09375,0 -4.84375,-2.484375 -4.84375,-6.453125 0,-3.90625 
1.9375,-6.359375 4.890625,-6.359375 1.515625,0 2.453125,0.625 3.21875,1.4375 l 
1.125,-1.265625 c -0.875,-0.9375 -2.25,-1.921875 -4.34375,-1.921875 -4.078125,0 
-6.984375,3.078125 -6.984375,8.15625 0,5.140625 2.859375,8.15625 
6.828125,8.15625 z m 0,0"
+           d="M 1.53125,0 H 3.640625 L 5.5625,-2.6875 c 0.484375,-0.75 
0.96875,-1.421875 1.453125,-2.109375 h 0.09375 c 0.5,0.671875 1.046875,1.4375 
1.53125,2.109375 L 10.6875,0 h 2.15625 L 8.375,-5.875 12.53125,-11.65625 H 
10.4375 l -1.75,2.515625 C 8.28125,-8.5 7.796875,-7.78125 7.375,-7.125 H 
7.265625 C 6.796875,-7.78125 6.3125,-8.46875 5.90625,-9.09375 L 
4.0625,-11.65625 H 1.875 l 4.09375,5.609375 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -267,7 +267,7 @@
          overflow="visible">
         <path
            id="path80"
-           d="M 2.734375,0 H 5.28125 l 1.296875,-5.5625 c 0.1875,-0.828125 
0.375,-1.96875 0.578125,-3.46875 H 7.25 c 0.1875,1.5 0.375,2.640625 
0.578125,3.46875 L 9.171875,0 h 2.546875 l 2.484375,-11.65625 h -1.8125 l 
-1.40625,6.765625 C 10.78125,-3.796875 10.65625,-2.78125 10.46875,-1.6875 H 
10.375 C 10.21875,-2.78125 9.90625,-3.796875 9.640625,-4.890625 L 8.25,-10.9375 
H 6.28125 l -1.4375,6.046875 C 4.578125,-3.8125 4.3125,-2.78125 
4.171875,-1.6875 H 4.078125 C 3.9375,-2.78125 3.765625, [...]
+           d="m 7.6875,0.28125 c 2.78125,0 5.265625,-2.328125 5.265625,-6.3125 
0,-3.59375 -1.703125,-5.921875 -4.84375,-5.921875 -1.359375,0 
-2.859375,0.703125 -3.90625,1.78125 H 4.125 L 4.203125,-12.4375 v -4.65625 H 
2.234375 V 0 H 3.8125 L 3.984375,-1.296875 H 4.0625 C 5.15625,-0.3125 
6.546875,0.28125 7.6875,0.28125 Z M 7.375,-1.375 c -0.84375,0 -2.078125,-0.375 
-3.171875,-1.359375 v -5.8125 c 1.203125,-1.203125 2.390625,-1.75 
3.421875,-1.75 2.328125,0 3.296875,1.734375 3.296875,4.2968 [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -276,7 +276,7 @@
          overflow="visible">
         <path
            id="path83"
-           d="m 7.6875,0.28125 c 2.78125,0 5.265625,-2.328125 5.265625,-6.3125 
0,-3.59375 -1.703125,-5.921875 -4.84375,-5.921875 -1.359375,0 
-2.859375,0.703125 -3.90625,1.78125 H 4.125 L 4.203125,-12.4375 v -4.65625 H 
2.234375 V 0 H 3.8125 L 3.984375,-1.296875 H 4.0625 C 5.15625,-0.3125 
6.546875,0.28125 7.6875,0.28125 Z M 7.375,-1.375 c -0.84375,0 -2.078125,-0.375 
-3.171875,-1.359375 v -5.8125 c 1.203125,-1.203125 2.390625,-1.75 
3.421875,-1.75 2.328125,0 3.296875,1.734375 3.296875,4.2968 [...]
+           d="m 6.5,0.28125 c 1.4375,0 2.84375,-0.828125 3.796875,-1.8125 H 
10.375 L 10.53125,0 h 1.640625 v -17.09375 h -1.96875 v 4.5 l 0.09375,2.15625 h 
-0.07813 c -1,-0.96875 -2.078125,-1.515625 -3.46875,-1.515625 -2.765625,0 
-5.3125,2.359375 -5.3125,6.140625 0,3.890625 2.015625,6.09375 5.0625,6.09375 z 
M 6.90625,-1.375 c -2.15625,0 -3.421875,-1.671875 -3.421875,-4.453125 
0,-2.671875 1.625,-4.46875 3.640625,-4.46875 1.015625,0 2.015625,0.390625 
3.078125,1.375 V -3.125 c -1.03125,1.15 [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -285,7 +285,7 @@
          overflow="visible">
         <path
            id="path86"
-           d="m 3.140625,5.015625 c 2.640625,0 4.078125,-1.75 4.953125,-4.0625 
l 5.125,-12.609375 H 11.359375 L 8.8125,-5.203125 c -0.390625,1.046875 
-0.84375,2.28125 -1.25,3.375 H 7.46875 c -0.484375,-1.125 -0.984375,-2.34375 
-1.4375,-3.375 L 3.171875,-11.65625 h -2 L 6.625,0.03125 6.265625,0.890625 c 
-0.578125,1.4375 -1.5625,2.5 -3.1875,2.5 -0.359375,0 -0.75,-0.078125 
-1.0625,-0.171875 l -0.40625,1.5625 c 0.40625,0.140625 0.984375,0.234375 
1.53125,0.234375 z m 0,0"
+           d="m 7.109375,5.375 c 3.953125,0 6.46875,-1.890625 
6.46875,-4.078125 0,-1.96875 -1.4375,-2.734375 -4.4375,-2.734375 H 6.53125 c 
-1.546875,0 -2.421875,-0.4375 -2.421875,-1.34375 0,-0.5625 0.328125,-0.984375 
0.90625,-1.34375 0.640625,0.28125 1.375,0.421875 1.96875,0.421875 2.515625,0 
4.515625,-1.5 4.515625,-4 0,-0.9375 -0.453125,-1.796875 -0.984375,-2.359375 h 
3.015625 v -1.59375 h -4.8125 c -0.515625,-0.203125 -1.0625,-0.296875 
-1.734375,-0.296875 -2.46875,0 -4.578125,1.640625  [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -294,7 +294,7 @@
          overflow="visible">
         <path
            id="path89"
-           d="m 7.203125,0.28125 c 1.078125,0 1.9375,-0.8125 1.9375,-2.015625 
0,-1.21875 -0.859375,-2.03125 -1.9375,-2.03125 -1.078125,0 -1.953125,0.8125 
-1.953125,2.03125 0,1.203125 0.875,2.015625 1.953125,2.015625 z m 0,0"
+           d="m 7.203125,-8.296875 c 1.078125,0 1.9375,-0.828125 
1.9375,-2.015625 0,-1.234375 -0.859375,-2.046875 -1.9375,-2.046875 -1.078125,0 
-1.953125,0.8125 -1.953125,2.046875 0,1.1875 0.875,2.015625 1.953125,2.015625 z 
m 0,8.578125 c 1.078125,0 1.9375,-0.8125 1.9375,-2.015625 0,-1.21875 
-0.859375,-2.03125 -1.9375,-2.03125 -1.078125,0 -1.953125,0.8125 
-1.953125,2.03125 0,1.203125 0.875,2.015625 1.953125,2.015625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -303,7 +303,7 @@
          overflow="visible">
         <path
            id="path92"
-           d="m 6.140625,0 h 2.21875 l 4.8125,-11.65625 H 11.28125 l 
-2.6875,6.609375 c -0.484375,1.1875 -0.859375,2.328125 -1.28125,3.4375 H 
7.21875 c -0.40625,-1.109375 -0.828125,-2.25 -1.3125,-3.4375 l 
-2.6875,-6.609375 h -2 z m 0,0"
+           d="m 7.109375,-6.3125 c 1.078125,0 1.9375,-0.8125 1.9375,-2.015625 
0,-1.21875 -0.859375,-2.046875 -1.9375,-2.046875 -1.078125,0 -1.953125,0.828125 
-1.953125,2.046875 0,1.203125 0.875,2.015625 1.953125,2.015625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -312,7 +312,7 @@
          overflow="visible">
         <path
            id="path95"
-           d="m 6.40625,-2.5 h 1.578125 v -4.671875 h 4.375 V -8.65625 h 
-4.375 v -4.6875 H 6.40625 v 4.6875 H 2.046875 v 1.484375 H 6.40625 Z m 0,0"
+           d="m 5.5625,-8.8125 c 0.5625,-1.75 1.0625,-3.46875 1.5625,-5.296875 
h 0.09375 c 0.484375,1.828125 1.015625,3.546875 1.5625,5.296875 l 0.75,2.40625 
H 4.828125 Z M 0.765625,0 H 2.8125 l 1.5,-4.796875 h 5.71875 L 11.515625,0 H 
13.625 L 8.328125,-15.75 h -2.25 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -321,7 +321,7 @@
          overflow="visible">
         <path
            id="path98"
-           d="M 2.328125,0 H 12.71875 v -1.625 h -4 V -15.3125 H 7.25 c 
-0.984375,0.53125 -2.140625,0.890625 -3.9375,1.125 v 1.28125 H 6.75 V -1.625 H 
2.328125 Z m 0,0"
+           d="m 5.90625,0.28125 c 1.796875,0 3.171875,-0.953125 
4.34375,-2.328125 h 0.09375 L 10.515625,0 H 12.125 v -11.65625 h -1.96875 v 
8.078125 c -1.296875,1.515625 -2.28125,2.15625 -3.625,2.15625 -1.953125,0 
-2.6875,-1.046875 -2.6875,-3.265625 v -6.96875 h -2 v 7.234375 c 0,3.078125 
1.28125,4.703125 4.0625,4.703125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -330,7 +330,7 @@
          overflow="visible">
         <path
            id="path101"
-           d="m 4.609375,-12.34375 c 0,-1.28125 0.640625,-2.265625 
1.75,-2.265625 1.0625,0 1.4375,0.8125 1.4375,1.71875 0,1.390625 -1.125,2.359375 
-2.46875,3.3125 C 4.875,-10.53125 4.609375,-11.46875 4.609375,-12.34375 Z m 
1.109375,12.625 c 1.765625,0 3.140625,-0.6875 4.296875,-1.796875 
1.140625,0.890625 2.25,1.484375 3.28125,1.796875 l 0.546875,-1.625 c 
-0.828125,-0.265625 -1.75,-0.765625 -2.703125,-1.515625 C 12.28125,-4.515625 
13.109375,-6.4375 13.6875,-8.5 h -1.828125 c -0.453125,1.7 [...]
+           d="m 2.234375,0 h 1.96875 V -8.140625 C 5.5625,-9.546875 6.5,-10.25 
7.890625,-10.25 c 1.921875,0 2.6875,1.0625 2.6875,3.265625 V 0 h 1.96875 v 
-7.25 c 0,-3.0625 -1.265625,-4.703125 -4.03125,-4.703125 -1.8125,0 
-3.15625,0.984375 -4.359375,2.28125 H 4.078125 l 0.125,-2.765625 v -4.65625 h 
-1.96875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -339,7 +339,7 @@
          overflow="visible">
         <path
            id="path104"
-           d="M 2.734375,0 H 12.71875 V -1.703125 H 4.75 v -5.71875 h 6.53125 
V -9.125 H 4.75 v -4.9375 h 7.734375 V -15.75 h -9.75 z m 0,0"
+           d="m 2.09375,0 h 3.984375 c 4.625,0 7.1875,-2.921875 7.1875,-7.9375 
0,-5 -2.5625,-7.8125 -7.296875,-7.8125 h -3.875 z m 1.984375,-1.625 v 
-12.484375 h 1.75 c 3.609375,0 5.375,2.203125 5.375,6.171875 0,3.984375 
-1.765625,6.3125 -5.375,6.3125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -348,7 +348,7 @@
          overflow="visible">
         <path
            id="path107"
-           d="m 2.234375,0 h 1.96875 V -8.140625 C 5.5625,-9.546875 6.5,-10.25 
7.890625,-10.25 c 1.921875,0 2.6875,1.0625 2.6875,3.265625 V 0 h 1.96875 v 
-7.25 c 0,-3.0625 -1.265625,-4.703125 -4.03125,-4.703125 -1.8125,0 
-3.15625,0.984375 -4.359375,2.28125 H 4.078125 l 0.125,-2.765625 v -4.65625 h 
-1.96875 z m 0,0"
+           d="M 1.734375,0 H 3.59375 v -7.875 c 0,-1.53125 -0.1875,-4.21875 
-0.328125,-5.5625 H 3.3125 l 0.90625,3.0625 2.21875,6.203125 H 7.875 l 
2.25,-6.203125 0.890625,-3.0625 h 0.07813 C 10.984375,-12.09375 10.75,-9.40625 
10.75,-7.875 V 0 h 1.921875 V -15.75 H 10.21875 L 7.984375,-9.03125 
7.25,-6.484375 H 7.15625 L 6.390625,-9.03125 4.171875,-15.75 h -2.4375 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -357,7 +357,7 @@
          overflow="visible">
         <path
            id="path110"
-           d="m 5.5625,-8.8125 c 0.5625,-1.75 1.0625,-3.46875 1.5625,-5.296875 
h 0.09375 c 0.484375,1.828125 1.015625,3.546875 1.5625,5.296875 l 0.75,2.40625 
H 4.828125 Z M 0.765625,0 H 2.8125 l 1.5,-4.796875 h 5.71875 L 11.515625,0 H 
13.625 L 8.328125,-15.75 h -2.25 z m 0,0"
+           d="M 1.75,0 H 12.53125 V -1.703125 H 7.484375 c -0.90625,0 
-1.890625,0.078125 -2.859375,0.140625 4.1875,-3.796875 7.0625,-6.640625 
7.0625,-9.53125 0,-2.703125 -1.921875,-4.5 -4.984375,-4.5 -2.171875,0 
-3.671875,0.9375 -5.046875,2.328125 l 1.125,1.125 c 0.984375,-1.03125 
2.234375,-1.84375 3.671875,-1.84375 2.265625,0 3.34375,1.234375 3.34375,3 
0,2.53125 -2.859375,5.21875 -8.046875,9.8125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -366,7 +366,7 @@
          overflow="visible">
         <path
            id="path113"
-           d="m 2.40625,0 h 1.984375 v -6.640625 h 2.8125 L 10.984375,0 h 
2.28125 l -4,-6.859375 c 2.140625,-0.5625 3.53125,-2.015625 3.53125,-4.46875 
0,-3.265625 -2.3125,-4.421875 -5.5,-4.421875 H 2.40625 Z m 1.984375,-8.28125 v 
-5.859375 h 2.625 c 2.4375,0 3.78125,0.75 3.78125,2.8125 0,2.046875 
-1.34375,3.046875 -3.78125,3.046875 z m 0,0"
+           d="m 7.203125,0.28125 c 3.40625,0 5.5,-2.890625 5.5,-7.984375 
0,-5.140625 -2.09375,-7.890625 -5.5,-7.890625 -3.40625,0 -5.5,2.75 
-5.5,7.890625 0,5.09375 2.09375,7.984375 5.5,7.984375 z m 0,-1.578125 c 
-2.140625,0 -3.65625,-2.015625 -3.65625,-6.40625 0,-4.421875 1.515625,-6.3125 
3.65625,-6.3125 2.140625,0 3.640625,1.890625 3.640625,6.3125 0,4.390625 
-1.5,6.40625 -3.640625,6.40625 z m 0,-4.96875 c 0.78125,0 1.484375,-0.59375 
1.484375,-1.609375 0,-0.984375 -0.703125,-1.578125 -1. [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -375,7 +375,7 @@
          overflow="visible">
         <path
            id="path116"
-           d="M 2.453125,0 H 4.4375 v -6.234375 h 2.765625 c 3.453125,0 
5.828125,-1.5625 5.828125,-4.875 0,-3.453125 -2.34375,-4.640625 
-5.828125,-4.640625 h -4.75 z M 4.4375,-7.875 v -6.265625 h 2.515625 c 
2.71875,0 4.0625,0.75 4.0625,3.03125 0,2.234375 -1.296875,3.234375 
-4.0625,3.234375 z m 0,0"
+           d="M 2.328125,0 H 12.71875 v -1.625 h -4 V -15.3125 H 7.25 c 
-0.984375,0.53125 -2.140625,0.890625 -3.9375,1.125 v 1.28125 H 6.75 V -1.625 H 
2.328125 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -384,7 +384,7 @@
          overflow="visible">
         <path
            id="path119"
-           d="m 10.203125,4.921875 h 1.96875 V -11.65625 h -1.59375 l 
-0.15625,1.28125 h -0.07813 c -1.109375,-1.03125 -2.1875,-1.578125 
-3.59375,-1.578125 -2.765625,0 -5.3125,2.359375 -5.3125,6.140625 0,3.890625 
2.015625,6.09375 5.046875,6.09375 1.4375,0 2.78125,-0.78125 3.734375,-1.765625 
h 0.07813 l -0.09375,2.15625 z M 6.90625,-1.375 c -2.15625,0 
-3.421875,-1.671875 -3.421875,-4.453125 0,-2.671875 1.625,-4.46875 
3.640625,-4.46875 1.015625,0 2.015625,0.390625 3.078125,1.375 V -3.125 c [...]
+           d="m 3.21875,0 h 9.765625 V -1.703125 H 5.1875 V -15.75 H 3.21875 Z 
m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -393,7 +393,7 @@
          overflow="visible">
         <path
            id="path122"
-           d="M 6.53125,-8.453125 H 7.875 l 0.59375,-5.390625 
0.046875,-2.640625 H 5.875 l 0.046875,2.640625 z m 0,0"
+           d="m 7.4375,0.28125 c 3.34375,0 5.1875,-1.578125 5.1875,-3.46875 
0,-1.78125 -0.9375,-2.765625 -4.828125,-3.609375 -2.375,-0.5 -3.375,-0.9375 
-3.375,-1.9375 0,-0.890625 0.6875,-1.6875 2.6875,-1.6875 1.484375,0 
2.828125,0.484375 3.90625,1.234375 l 0.953125,-1.28125 c -1.140625,-0.78125 
-2.921875,-1.484375 -4.703125,-1.484375 -3.1875,0 -4.84375,1.4375 
-4.84375,3.3125 0,1.75 1.53125,2.78125 4.5625,3.40625 3.171875,0.65625 
3.640625,1.28125 3.640625,2.15625 C 10.625,-2.09375 9.64062 [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -402,7 +402,7 @@
          overflow="visible">
         <path
            id="path125"
-           d="m 8.421875,0.28125 c 2.09375,0 3.625,-0.828125 4.875,-2.265625 l 
-1.125,-1.234375 c -1.015625,1.125 -2.109375,1.75 -3.5625,1.75 -3.015625,0 
-4.984375,-2.484375 -4.984375,-6.453125 0,-3.90625 1.96875,-6.359375 
4.984375,-6.359375 1.328125,0 2.359375,0.578125 3.171875,1.4375 l 
1.125,-1.265625 C 12,-15.125 10.484375,-16.03125 8.609375,-16.03125 c 
-4.09375,0 -7.046875,3.09375 -7.046875,8.15625 0,5.140625 2.96875,8.15625 
6.859375,8.15625 z m 0,0"
+           d="m 8.09375,0.28125 c 2.03125,0 3.71875,-0.8125 4.703125,-1.8125 v 
-6.625 h -5 V -6.5 H 10.9375 v 4.09375 c -0.59375,0.578125 -1.625,0.9375 
-2.734375,0.9375 -3.09375,0 -4.84375,-2.484375 -4.84375,-6.453125 0,-3.90625 
1.9375,-6.359375 4.890625,-6.359375 1.515625,0 2.453125,0.625 3.21875,1.4375 l 
1.125,-1.265625 c -0.875,-0.9375 -2.25,-1.921875 -4.34375,-1.921875 -4.078125,0 
-6.984375,3.078125 -6.984375,8.15625 0,5.140625 2.859375,8.15625 
6.828125,8.15625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -411,7 +411,7 @@
          overflow="visible">
         <path
            id="path128"
-           d="m 6.890625,0.28125 c 3.046875,0 5.546875,-1.65625 
5.546875,-4.359375 0,-2.109375 -1.75,-3.453125 -3.796875,-3.890625 V -8.0625 c 
1.890625,-0.625 3.265625,-1.796875 3.265625,-3.65625 0,-2.46875 -2.1875,-3.875 
-5.0625,-3.875 -1.96875,0 -3.625,0.8125 -4.90625,1.90625 L 3,-12.4375 c 
1.015625,-0.90625 2.328125,-1.546875 3.765625,-1.546875 1.875,0 3.125,0.921875 
3.125,2.421875 0,1.609375 -1.390625,2.84375 -5.015625,2.84375 v 1.515625 c 
4.03125,0 5.5625,1.234375 5.5625,3.046875 0, [...]
+           d="M 2.453125,0 H 4.4375 v -6.234375 h 2.765625 c 3.453125,0 
5.828125,-1.5625 5.828125,-4.875 0,-3.453125 -2.34375,-4.640625 
-5.828125,-4.640625 h -4.75 z M 4.4375,-7.875 v -6.265625 h 2.515625 c 
2.71875,0 4.0625,0.75 4.0625,3.03125 0,2.234375 -1.296875,3.234375 
-4.0625,3.234375 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -420,7 +420,7 @@
          overflow="visible">
         <path
            id="path131"
-           d="m 5.421875,0 h 2.0625 c 0.21875,-6 1.234375,-9.453125 
5.28125,-14.09375 V -15.3125 H 1.6875 v 1.703125 h 8.828125 C 7.015625,-9.3125 
5.6875,-5.8125 5.421875,0 Z m 0,0"
+           d="m 6.890625,0.28125 c 3.046875,0 5.546875,-1.65625 
5.546875,-4.359375 0,-2.109375 -1.75,-3.453125 -3.796875,-3.890625 V -8.0625 c 
1.890625,-0.625 3.265625,-1.796875 3.265625,-3.65625 0,-2.46875 -2.1875,-3.875 
-5.0625,-3.875 -1.96875,0 -3.625,0.8125 -4.90625,1.90625 L 3,-12.4375 c 
1.015625,-0.90625 2.328125,-1.546875 3.765625,-1.546875 1.875,0 3.125,0.921875 
3.125,2.421875 0,1.609375 -1.390625,2.84375 -5.015625,2.84375 v 1.515625 c 
4.03125,0 5.5625,1.234375 5.5625,3.046875 0, [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -429,7 +429,7 @@
          overflow="visible">
         <path
            id="path134"
-           d="m 2.375,3.84375 h 1.78125 l 7.875,-20.890625 H 10.25 Z m 0,0"
+           d="m 2.546875,0 h 1.96875 V -3.171875 L 7.265625,-5.875 11.5625,0 h 
2.21875 L 8.5,-7.078125 13.15625,-11.65625 h -2.265625 l -6.28125,6.140625 H 
4.515625 V -17.09375 h -1.96875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -438,7 +438,7 @@
          overflow="visible">
         <path
            id="path137"
-           d="M 1.75,0 H 12.53125 V -1.703125 H 7.484375 c -0.90625,0 
-1.890625,0.078125 -2.859375,0.140625 4.1875,-3.796875 7.0625,-6.640625 
7.0625,-9.53125 0,-2.703125 -1.921875,-4.5 -4.984375,-4.5 -2.171875,0 
-3.671875,0.9375 -5.046875,2.328125 l 1.125,1.125 c 0.984375,-1.03125 
2.234375,-1.84375 3.671875,-1.84375 2.265625,0 3.34375,1.234375 3.34375,3 
0,2.53125 -2.859375,5.21875 -8.046875,9.8125 z m 0,0"
+           d="m 10.203125,4.921875 h 1.96875 V -11.65625 h -1.59375 l 
-0.15625,1.28125 h -0.07813 c -1.109375,-1.03125 -2.1875,-1.578125 
-3.59375,-1.578125 -2.765625,0 -5.3125,2.359375 -5.3125,6.140625 0,3.890625 
2.015625,6.09375 5.046875,6.09375 1.4375,0 2.78125,-0.78125 3.734375,-1.765625 
h 0.07813 l -0.09375,2.15625 z M 6.90625,-1.375 c -2.15625,0 
-3.421875,-1.671875 -3.421875,-4.453125 0,-2.671875 1.625,-4.46875 
3.640625,-4.46875 1.015625,0 2.015625,0.390625 3.078125,1.375 V -3.125 c [...]
            style="stroke:none" />
       </symbol>
       <symbol
@@ -447,7 +447,7 @@
          overflow="visible">
         <path
            id="path140"
-           d="m 7.203125,-8.296875 c 1.078125,0 1.9375,-0.828125 
1.9375,-2.015625 0,-1.234375 -0.859375,-2.046875 -1.9375,-2.046875 -1.078125,0 
-1.953125,0.8125 -1.953125,2.046875 0,1.1875 0.875,2.015625 1.953125,2.015625 z 
m 0,8.578125 c 1.078125,0 1.9375,-0.8125 1.9375,-2.015625 0,-1.21875 
-0.859375,-2.03125 -1.9375,-2.03125 -1.078125,0 -1.953125,0.8125 
-1.953125,2.03125 0,1.203125 0.875,2.015625 1.953125,2.015625 z m 0,0"
+           d="m 10.390625,4.21875 1.078125,-1 C 8.25,0.5 6.765625,-2.640625 
6.765625,-6.671875 c 0,-4.03125 1.484375,-7.171875 4.703125,-9.890625 l 
-1.078125,-1 c -3.328125,2.59375 -5.40625,6.265625 -5.40625,10.890625 0,4.625 
2.078125,8.296875 5.40625,10.890625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -456,7 +456,7 @@
          overflow="visible">
         <path
            id="path143"
-           d="m 7.6875,-7.875 c 2.109375,0 3.25,1.15625 3.25,3.25 0,2.015625 
-1.40625,3.359375 -3.234375,3.359375 -2.234375,0 -3.640625,-1.59375 
-3.9375,-4.546875 1.21875,-1.453125 2.6875,-2.0625 3.921875,-2.0625 z m 
0.015625,8.15625 c 2.734375,0 5.109375,-1.984375 5.109375,-4.90625 0,-3.15625 
-1.9375,-4.734375 -4.765625,-4.734375 -1.546875,0 -3.109375,0.765625 
-4.34375,1.984375 0.09375,-4.90625 2.21875,-6.5625 4.671875,-6.5625 1.15625,0 
2.25,0.453125 3.046875,1.1875 l 1.109375,-1.21875  [...]
+           d="m 3.765625,-8.453125 h 1.34375 L 5.71875,-13.84375 
5.765625,-16.484375 H 3.125 l 0.046875,2.640625 z m 5.515625,0 H 10.625 l 
0.609375,-5.390625 0.04687,-2.640625 H 8.640625 L 8.6875,-13.84375 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -465,7 +465,7 @@
          overflow="visible">
         <path
            id="path146"
-           d="m 7.25,0.28125 c 3.5,0 5.5,-1.796875 5.5,-4.078125 0,-2.171875 
-1.328125,-3.140625 -3,-3.984375 V -7.875 c 1.265625,-0.890625 
2.328125,-2.203125 2.328125,-3.640625 0,-2.375 -1.765625,-4.078125 
-4.765625,-4.078125 -2.734375,0 -4.71875,1.578125 -4.71875,3.9375 0,1.59375 
1.046875,2.78125 2.328125,3.5625 v 0.109375 C 3.28125,-7.21875 1.625,-6.03125 
1.625,-3.90625 c 0,2.421875 2.171875,4.1875 5.625,4.1875 z m 1.203125,-8.640625 
c -2.28125,-0.71875 -4.0625,-1.484375 -4.0625,-3.29 [...]
+           d="m 5.421875,0 h 2.0625 c 0.21875,-6 1.234375,-9.453125 
5.28125,-14.09375 V -15.3125 H 1.6875 v 1.703125 h 8.828125 C 7.015625,-9.3125 
5.6875,-5.8125 5.421875,0 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -474,7 +474,7 @@
          overflow="visible">
         <path
            id="path149"
-           d="m 3.125,-5.8125 4.140625,-5.234375 c 0.515625,-0.734375 
1.09375,-1.484375 1.5625,-2.21875 h 0.125 c -0.046875,0.828125 
-0.09375,1.859375 -0.125,2.703125 v 4.75 z M 8.828125,0 h 1.875 v -4.21875 h 
2.375 V -5.8125 h -2.375 v -9.5 H 8.59375 L 0.9375,-5.546875 v 1.328125 h 
7.890625 z m 0,0"
+           d="M 4.015625,4.21875 C 7.34375,1.625 9.40625,-2.046875 
9.40625,-6.671875 c 0,-4.625 -2.0625,-8.296875 -5.390625,-10.890625 l 
-1.09375,1 C 6.140625,-13.84375 7.625,-10.703125 7.625,-6.671875 
7.625,-2.640625 6.140625,0.5 2.921875,3.21875 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
@@ -483,246 +483,246 @@
          overflow="visible">
         <path
            id="path152"
-           d="m 3.484375,-10.6875 c 0,-2.015625 1.40625,-3.359375 
3.234375,-3.359375 2.25,0 3.625,1.59375 3.9375,4.5625 -1.25,1.4375 
-2.71875,2.046875 -3.90625,2.046875 -2.140625,0 -3.265625,-1.15625 
-3.265625,-3.25 z m 2.6875,10.96875 c 3.3125,0 6.40625,-2.375 6.40625,-8.515625 
0,-4.921875 -2.546875,-7.359375 -5.875,-7.359375 -2.71875,0 -5.09375,1.984375 
-5.09375,4.90625 0,3.15625 1.921875,4.734375 4.75,4.734375 1.5625,0 
3.09375,-0.75 4.34375,-1.96875 C 10.609375,-3.03125 8.46875,-1.343 [...]
+           d="M 1.890625,0 H 3.90625 v -7.421875 h 6.578125 V 0 H 12.5 v 
-15.75 h -2.015625 v 6.609375 H 3.90625 V -15.75 H 1.890625 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-0"
+         id="glyph0-51"
          overflow="visible">
         <path
            id="path155"
-           d="M 1.171875,0 H 10.21875 V -12.546875 H 1.171875 Z m 
2.0625,-1.109375 1.40625,-2.5 L 5.65625,-5.5625 h 0.078125 l 0.984375,1.953125 
1.390625,2.5 z M 2.40625,-2.09375 V -10.875 l 2.4375,4.421875 z m 
3.25,-5.265625 -0.9375,-1.78125 -1.265625,-2.265625 h 4.46875 l -1.25,2.265625 
-0.9375,1.78125 z M 6.5625,-6.453125 8.96875,-10.875 v 8.78125 z m 0,0"
+           d="m 2.375,3.84375 h 1.78125 l 7.875,-20.890625 H 10.25 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-1"
+         id="glyph0-52"
          overflow="visible">
         <path
            id="path158"
-           d=""
+           d="M 5.8125,0 H 7.75 v -10.0625 h 4.890625 v -1.59375 H 7.75 v 
-1.0625 c 0,-1.890625 0.859375,-3.046875 2.953125,-3.046875 1.015625,0 
1.75,0.125 2.71875,0.546875 L 13.875,-16.703125 C 12.765625,-17.15625 
11.65625,-17.375 10.515625,-17.375 c -3.21875,0 -4.703125,1.875 
-4.703125,4.734375 v 0.984375 l -3.34375,0.109375 V -10.0625 H 5.8125 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-2"
+         id="glyph0-53"
          overflow="visible">
         <path
            id="path161"
-           d="m 5.71875,0.234375 c 2.4375,0 4.1875,-1.375 4.1875,-4.953125 v 
-7.75 H 8.359375 v 7.796875 c 0,2.578125 -1.140625,3.515625 -2.640625,3.515625 
-1.5,0 -2.625,-0.9375 -2.625,-3.515625 V -12.46875 H 1.5 v 7.75 c 0,3.578125 
1.765625,4.953125 4.21875,4.953125 z m 0,0"
+           d="m 1.96875,0 h 1.921875 v -8.234375 c 0,-1.625 -0.1875,-3.3125 
-0.265625,-4.921875 H 3.671875 L 5.1875,-9.890625 10.21875,0 h 2.21875 v -15.75 
h -1.921875 v 8.171875 c 0,1.65625 0.1875,3.421875 0.265625,4.984375 H 10.73438 
L 9.21875,-5.859375 4.171875,-15.75 H 1.96875 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-3"
+         id="glyph0-54"
          overflow="visible">
         <path
            id="path164"
-           d="m 5.703125,-6.578125 c 0.859375,0 1.53125,-0.640625 
1.53125,-1.59375 0,-0.96875 -0.671875,-1.609375 -1.53125,-1.609375 -0.859375,0 
-1.546875,0.640625 -1.546875,1.609375 0,0.953125 0.6875,1.59375 
1.546875,1.59375 z m 0,6.8125 c 0.859375,0 1.53125,-0.65625 1.53125,-1.609375 
0,-0.96875 -0.671875,-1.609375 -1.53125,-1.609375 -0.859375,0 
-1.546875,0.640625 -1.546875,1.609375 0,0.953125 0.6875,1.609375 
1.546875,1.609375 z m 0,0"
+           d="M 7.21875,0.28125 C 10.296875,0.28125 12.5,-1.4375 
12.5,-5.953125 V -15.75 h -1.9375 v 9.84375 c 0,3.265625 -1.4375,4.4375 
-3.34375,4.4375 -1.890625,0 -3.3125,-1.171875 -3.3125,-4.4375 V -15.75 H 
1.890625 v 9.796875 c 0,4.515625 2.234375,6.234375 5.328125,6.234375 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-4"
+         id="glyph0-55"
          overflow="visible">
         <path
            id="path167"
-           d="M 1.609375,-5.6875 H 9.78125 V -6.859375 H 1.609375 Z m 0,0"
+           d="M 2.734375,0 H 5.28125 l 1.296875,-5.5625 c 0.1875,-0.828125 
0.375,-1.96875 0.578125,-3.46875 H 7.25 c 0.1875,1.5 0.375,2.640625 
0.578125,3.46875 L 9.171875,0 h 2.546875 l 2.484375,-11.65625 h -1.8125 l 
-1.40625,6.765625 C 10.78125,-3.796875 10.65625,-2.78125 10.46875,-1.6875 H 
10.375 C 10.21875,-2.78125 9.90625,-3.796875 9.640625,-4.890625 L 8.25,-10.9375 
H 6.28125 l -1.4375,6.046875 C 4.578125,-3.8125 4.3125,-2.78125 
4.171875,-1.6875 H 4.078125 C 3.9375,-2.78125 3.765625, [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-5"
+         id="glyph0-56"
          overflow="visible">
         <path
            id="path170"
-           d="m 4.296875,0 h 1.625 c 0.171875,-4.75 0.96875,-7.484375 
4.1875,-11.15625 V -12.125 h -8.78125 v 1.359375 h 7 C 5.546875,-7.375 
4.5,-4.59375 4.296875,0 Z m 0,0"
+           d="m 3.140625,5.015625 c 2.640625,0 4.078125,-1.75 4.953125,-4.0625 
l 5.125,-12.609375 H 11.359375 L 8.8125,-5.203125 c -0.390625,1.046875 
-0.84375,2.28125 -1.25,3.375 H 7.46875 c -0.484375,-1.125 -0.984375,-2.34375 
-1.4375,-3.375 L 3.171875,-11.65625 h -2 L 6.625,0.03125 6.265625,0.890625 c 
-0.578125,1.4375 -1.5625,2.5 -3.1875,2.5 -0.359375,0 -0.75,-0.078125 
-1.0625,-0.171875 l -0.40625,1.5625 c 0.40625,0.140625 0.984375,0.234375 
1.53125,0.234375 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-6"
+         id="glyph0-57"
          overflow="visible">
         <path
            id="path173"
-           d="m 6.078125,-6.234375 c 1.671875,0 2.578125,0.921875 
2.578125,2.5625 C 8.65625,-2.078125 7.546875,-1 6.09375,-1 c -1.765625,0 
-2.875,-1.265625 -3.109375,-3.59375 0.96875,-1.15625 2.125,-1.640625 
3.09375,-1.640625 z m 0.015625,6.46875 c 2.171875,0 4.046875,-1.578125 
4.046875,-3.90625 0,-2.484375 -1.53125,-3.734375 -3.78125,-3.734375 -1.203125,0 
-2.453125,0.609375 -3.4375,1.578125 C 3,-9.734375 4.6875,-11.03125 
6.625,-11.03125 c 0.921875,0 1.796875,0.359375 2.421875,0.9375 l 0 [...]
+           d="M 3.1875,0 H 5.203125 V -7.0625 H 11.6875 V -8.734375 H 5.203125 
V -14.0625 h 7.65625 V -15.75 H 3.1875 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-7"
+         id="glyph0-58"
          overflow="visible">
         <path
            id="path176"
-           d="m 3.15625,-6.09375 c 1.53125,0 2.640625,-1.1875 
2.640625,-3.15625 0,-1.984375 -1.109375,-3.09375 -2.640625,-3.09375 -1.546875,0 
-2.640625,1.109375 -2.640625,3.09375 0,1.96875 1.09375,3.15625 2.640625,3.15625 
z m 0,-0.953125 c -0.8125,0 -1.484375,-0.71875 -1.484375,-2.203125 0,-1.515625 
0.671875,-2.171875 1.484375,-2.171875 0.8125,0 1.484375,0.65625 
1.484375,2.171875 0,1.484375 -0.671875,2.203125 -1.484375,2.203125 z m 
-1.6875,6.4375 3.171875,-3.859375 -0.625,-0.5625 -3.4843 [...]
+           d="m 7.3125,0.28125 c 3.46875,0 5.578125,-1.984375 
5.578125,-4.484375 0,-2.328125 -1.53125,-3.40625 -3.484375,-4.203125 L 
7.203125,-9.359375 c -1.34375,-0.546875 -2.8125,-1.109375 -2.8125,-2.609375 
0,-1.421875 1.21875,-2.3125 3.046875,-2.3125 1.640625,0 2.828125,0.578125 
3.859375,1.484375 l 1.0625,-1.296875 c -1.15625,-1.140625 -2.875,-1.9375 
-4.84375,-1.9375 -3,0 -5.15625,1.78125 -5.15625,4.171875 0,2.3125 1.8125,3.4375 
3.40625,4.0625 l 2.25,0.984375 c 1.609375,0.6875 2.82812 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-8"
+         id="glyph0-59"
          overflow="visible">
         <path
            id="path179"
-           d="m 1.875,3.046875 h 1.40625 l 6.234375,-16.53125 h -1.40625 z m 
0,0"
+           d="M 5.28125,5.109375 C 7.921875,4.125 9.5,2.15625 9.5,-0.640625 c 
0,-1.875 -0.734375,-3.078125 -2.15625,-3.078125 -1.03125,0 -1.921875,0.640625 
-1.921875,1.828125 0,1.1875 0.84375,1.796875 1.875,1.796875 0.140625,0 0.3125,0 
0.453125,-0.046875 -0.0625,1.890625 -1.046875,3.109375 -3.015625,4 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-9"
+         id="glyph0-60"
          overflow="visible">
         <path
            id="path182"
-           d="m 1.390625,0 h 8.53125 v -1.34375 h -4 c -0.71875,0 
-1.5,0.046875 -2.25,0.109375 C 6.96875,-4.234375 9.25,-6.5 9.25,-8.78125 c 
0,-2.140625 -1.515625,-3.5625 -3.953125,-3.5625 -1.703125,0 -2.90625,0.734375 
-3.984375,1.84375 l 0.890625,0.890625 c 0.78125,-0.828125 1.765625,-1.46875 
2.90625,-1.46875 1.78125,0 2.640625,0.984375 2.640625,2.375 0,2.015625 
-2.265625,4.140625 -6.359375,7.765625 z m 0,0"
+           d="M 2.640625,0 H 5.09375 L 6.625,-6.34375 C 6.859375,-7.296875 
7.015625,-8.203125 7.171875,-9.171875 H 7.25 c 0.140625,0.96875 0.328125,1.875 
0.578125,2.828125 L 9.359375,0 h 2.5 L 14.15625,-15.765625 H 12 l 
-1.109375,9.90625 c -0.140625,1.296875 -0.1875,2.0625 -0.28125,3.625 h -0.09375 
C 10.21875,-3.796875 10.078125,-4.5625 9.75,-5.859375 L 8.25,-11.71875 H 
6.34375 l -1.546875,5.859375 c -0.3125,1.296875 -0.484375,2.0625 
-0.765625,3.625 H 3.953125 C 3.890625,-3.796875 3.7968 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-10"
+         id="glyph0-61"
          overflow="visible">
         <path
            id="path185"
-           d="m 5.703125,0.234375 c 2.6875,0 4.34375,-2.3125 4.34375,-6.328125 
0,-4.078125 -1.65625,-6.25 -4.34375,-6.25 -2.703125,0 -4.359375,2.171875 
-4.359375,6.25 0,4.015625 1.65625,6.328125 4.359375,6.328125 z m 0,-1.265625 c 
-1.6875,0 -2.890625,-1.59375 -2.890625,-5.0625 0,-3.5 1.203125,-5 2.890625,-5 
1.6875,0 2.890625,1.5 2.890625,5 0,3.46875 -1.203125,5.0625 -2.890625,5.0625 z 
m 0,-3.921875 c 0.625,0 1.171875,-0.484375 1.171875,-1.28125 0,-0.78125 
-0.546875,-1.25 -1.171875,-1.25  [...]
+           d="M 6.1875,0 H 8.203125 V -5.609375 L 13.484375,-15.75 h -2.0625 l 
-2.28125,4.65625 c -0.59375,1.234375 -1.21875,2.4375 -1.84375,3.703125 H 
7.203125 C 6.546875,-8.65625 6,-9.859375 5.40625,-11.0625 l -2.375,-4.6875 h 
-2.125 L 6.1875,-5.609375 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-11"
+         id="glyph0-62"
          overflow="visible">
         <path
            id="path188"
-           d="m 2.015625,0 h 1.5625 V -2.515625 L 5.75,-4.65625 9.15625,0 h 
1.75 l -4.1875,-5.609375 3.6875,-3.625 H 8.625 L 3.640625,-4.375 h -0.0625 v 
-9.15625 h -1.5625 z m 0,0"
+           d="m 2.375,0 h 4.828125 c 3.53125,0 5.921875,-1.515625 
5.921875,-4.609375 0,-2.15625 -1.34375,-3.40625 -3.640625,-3.765625 v -0.09375 
c 1.875,-0.484375 2.75,-1.875 2.75,-3.4375 0,-2.75 -2.171875,-3.84375 
-5.390625,-3.84375 H 2.375 Z m 2,-9.125 v -4.9375 h 2.21875 c 2.4375,0 
3.671875,0.625 3.671875,2.328125 0,1.75 -1.078125,2.609375 -3.765625,2.609375 z 
m 0,7.4375 v -5.75 h 2.53125 c 2.765625,0 4.25,0.796875 4.25,2.734375 
0,2.140625 -1.5625,3.015625 -4.25,3.015625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-12"
+         id="glyph0-63"
          overflow="visible">
         <path
            id="path191"
-           d="m 5.453125,0.234375 c 2.40625,0 4.390625,-1.3125 
4.390625,-3.46875 0,-1.671875 -1.390625,-2.734375 -3,-3.078125 v -0.078125 c 
1.5,-0.484375 2.578125,-1.421875 2.578125,-2.875 0,-1.96875 -1.734375,-3.078125 
-4,-3.078125 -1.5625,0 -2.875,0.640625 -3.890625,1.515625 L 2.375,-9.84375 c 
0.796875,-0.71875 1.84375,-1.234375 2.984375,-1.234375 1.484375,0 
2.46875,0.734375 2.46875,1.921875 0,1.265625 -1.109375,2.265625 
-3.96875,2.265625 v 1.1875 c 3.1875,0 4.40625,0.96875 4.40625,2.4 [...]
+           d="m 11.828125,-1.15625 v -1.890625 l -7.21875,-4.875 v -0.09375 l 
7.21875,-4.875 V -14.78125 L 2.875,-8.71875 v 1.5 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-13"
+         id="glyph0-64"
          overflow="visible">
         <path
            id="path194"
-           d="m 5.734375,0.234375 c 2.78125,0 4.359375,-1.4375 
4.359375,-3.234375 0,-1.734375 -1.046875,-2.484375 -2.375,-3.15625 v -0.078125 
c 1,-0.703125 1.84375,-1.75 1.84375,-2.890625 0,-1.875 -1.390625,-3.21875 
-3.765625,-3.21875 -2.171875,0 -3.75,1.25 -3.75,3.109375 0,1.265625 
0.84375,2.203125 1.84375,2.828125 v 0.078125 c -1.28125,0.609375 
-2.59375,1.5625 -2.59375,3.234375 0,1.921875 1.703125,3.328125 4.4375,3.328125 
z M 6.6875,-6.609375 c -1.796875,-0.578125 -3.203125,-1.1875 -3. [...]
+           d="m 2.5625,-1.15625 8.953125,-6.0625 v -1.5 L 2.5625,-14.78125 v 
1.890625 l 7.234375,4.875 v 0.09375 l -7.234375,4.875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-14"
+         id="glyph0-65"
          overflow="visible">
         <path
            id="path197"
-           d="M 1.84375,0 H 10.0625 V -1.296875 H 6.890625 V -12.125 h 
-1.15625 c -0.78125,0.421875 -1.6875,0.703125 -3.109375,0.890625 v 1.015625 h 
2.71875 v 8.921875 h -3.5 z m 0,0"
+           d="m 6.859375,0.28125 c 2.9375,0 5.671875,-1.859375 
5.671875,-5.171875 0,-3.3125 -2.328125,-4.8125 -5.265625,-4.8125 -1.171875,0 
-1.9375,0.25 -2.828125,0.625 l 0.40625,-4.53125 h 6.921875 V -15.3125 H 3.09375 
l -0.5,7.375 1.046875,0.671875 c 1.09375,-0.609375 1.859375,-0.9375 
3.125,-0.9375 2.28125,0 3.765625,1.25 3.765625,3.359375 0,2.125 -1.71875,3.5 
-3.890625,3.5 -2.0625,0 -3.296875,-0.84375 -4.3125,-1.75 L 1.34375,-1.796875 C 
2.515625,-0.75 4.125,0.28125 6.859375,0.28125 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-15"
+         id="glyph0-66"
          overflow="visible">
         <path
            id="path200"
-           d="m 6.40625,0.234375 c 1.609375,0 2.9375,-0.65625 
3.71875,-1.453125 V -6.453125 H 6.171875 V -5.15625 H 8.65625 v 3.25 c 
-0.46875,0.46875 -1.28125,0.75 -2.15625,0.75 -2.453125,0 -3.84375,-1.984375 
-3.84375,-5.109375 0,-3.09375 1.546875,-5.046875 3.875,-5.046875 1.203125,0 
1.9375,0.5 2.546875,1.140625 l 0.890625,-1 C 9.265625,-11.90625 8.1875,-12.6875 
6.53125,-12.6875 3.3125,-12.6875 1,-10.265625 1,-6.234375 c 0,4.0625 
2.265625,6.46875 5.40625,6.46875 z m 0,0"
+           d="m 3.125,-5.8125 4.140625,-5.234375 c 0.515625,-0.734375 
1.09375,-1.484375 1.5625,-2.21875 h 0.125 c -0.046875,0.828125 
-0.09375,1.859375 -0.125,2.703125 v 4.75 z M 8.828125,0 h 1.875 v -4.21875 h 
2.375 V -5.8125 h -2.375 v -9.5 H 8.59375 L 0.9375,-5.546875 v 1.328125 h 
7.890625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-16"
+         id="glyph0-67"
          overflow="visible">
         <path
            id="path203"
-           d="M 6,0 H 7.5625 V -9.234375 H 1.703125 V -7.96875 H 6 Z m 
0.609375,-11.171875 c 0.703125,0 1.25,-0.46875 1.25,-1.21875 0,-0.71875 
-0.546875,-1.21875 -1.25,-1.21875 -0.703125,0 -1.25,0.5 -1.25,1.21875 0,0.75 
0.546875,1.21875 1.25,1.21875 z m 0,0"
+           d="m 3.484375,-10.6875 c 0,-2.015625 1.40625,-3.359375 
3.234375,-3.359375 2.25,0 3.625,1.59375 3.9375,4.5625 -1.25,1.4375 
-2.71875,2.046875 -3.90625,2.046875 -2.140625,0 -3.265625,-1.15625 
-3.265625,-3.25 z m 2.6875,10.96875 c 3.3125,0 6.40625,-2.375 6.40625,-8.515625 
0,-4.921875 -2.546875,-7.359375 -5.875,-7.359375 -2.71875,0 -5.09375,1.984375 
-5.09375,4.90625 0,3.15625 1.921875,4.734375 4.75,4.734375 1.5625,0 
3.09375,-0.75 4.34375,-1.96875 C 10.609375,-3.03125 8.46875,-1.343 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-17"
+         id="glyph0-68"
          overflow="visible">
         <path
            id="path206"
-           d="m 7.484375,0.234375 c 1.15625,0 2.046875,-0.25 2.890625,-0.5625 
L 10.03125,-1.46875 c -0.671875,0.25 -1.34375,0.421875 -2.21875,0.421875 
-1.796875,0 -2.34375,-0.875 -2.34375,-2.53125 V -7.96875 h 4.546875 V -9.234375 
H 5.46875 v -2.96875 H 4.1875 l -0.21875,2.96875 -2.65625,0.09375 v 1.171875 h 
2.59375 v 4.375 c 0,2.28125 0.875,3.828125 3.578125,3.828125 z m 0,0"
+           d="m 7.6875,-7.875 c 2.109375,0 3.25,1.15625 3.25,3.25 0,2.015625 
-1.40625,3.359375 -3.234375,3.359375 -2.234375,0 -3.640625,-1.59375 
-3.9375,-4.546875 1.21875,-1.453125 2.6875,-2.0625 3.921875,-2.0625 z m 
0.015625,8.15625 c 2.734375,0 5.109375,-1.984375 5.109375,-4.90625 0,-3.15625 
-1.9375,-4.734375 -4.765625,-4.734375 -1.546875,0 -3.109375,0.765625 
-4.34375,1.984375 0.09375,-4.90625 2.21875,-6.5625 4.671875,-6.5625 1.15625,0 
2.25,0.453125 3.046875,1.1875 l 1.109375,-1.21875  [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-18"
+         id="glyph0-69"
          overflow="visible">
         <path
            id="path209"
-           d="M 1.109375,0 H 2.65625 v -6.6875 c 0.453125,-0.953125 
0.875,-1.421875 1.53125,-1.421875 0.671875,0 0.9375,0.546875 0.9375,1.609375 V 
0 H 6.578125 V -6.6875 C 7.0625,-7.640625 7.40625,-8.109375 8.0625,-8.109375 c 
0.671875,0 0.984375,0.546875 0.984375,1.609375 V 0 h 1.5625 v -6.609375 c 
0,-1.84375 -0.765625,-2.859375 -2.0625,-2.859375 -1.0625,0 -1.625,0.609375 
-2.15625,1.609375 C 6.125,-8.9375 5.546875,-9.46875 4.640625,-9.46875 
3.578125,-9.46875 3,-8.875 2.53125,-8.015625 H  [...]
+           d="m 7.25,0.28125 c 3.5,0 5.5,-1.796875 5.5,-4.078125 0,-2.171875 
-1.328125,-3.140625 -3,-3.984375 V -7.875 c 1.265625,-0.890625 
2.328125,-2.203125 2.328125,-3.640625 0,-2.375 -1.765625,-4.078125 
-4.765625,-4.078125 -2.734375,0 -4.71875,1.578125 -4.71875,3.9375 0,1.59375 
1.046875,2.78125 2.328125,3.5625 v 0.109375 C 3.28125,-7.21875 1.625,-6.03125 
1.625,-3.90625 c 0,2.421875 2.171875,4.1875 5.625,4.1875 z m 1.203125,-8.640625 
c -2.28125,-0.71875 -4.0625,-1.484375 -4.0625,-3.29 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-19"
+         id="glyph1-0"
          overflow="visible">
         <path
            id="path212"
-           d="m 4.671875,0.234375 c 1.3125,0 2.625,-0.6875 3.65625,-1.484375 H 
8.375 L 8.515625,0 H 9.78125 v -5.65625 c 0,-2.3125 -1.21875,-3.8125 
-3.734375,-3.8125 -1.625,0 -3.171875,0.734375 -4.109375,1.34375 l 
0.609375,1.0625 c 0.859375,-0.53125 2.03125,-1.109375 3.234375,-1.109375 
1.78125,0 2.40625,1.0625 2.453125,2.3125 -4.78125,0.390625 -6.703125,1.390625 
-6.703125,3.46875 0,1.65625 1.40625,2.625 3.140625,2.625 z M 5.09375,-1.03125 c 
-1.0625,0 -2.03125,-0.4375 -2.03125,-1.484375 0 [...]
+           d="M 1.171875,0 H 10.21875 V -12.546875 H 1.171875 Z m 
2.0625,-1.109375 1.40625,-2.5 L 5.65625,-5.5625 h 0.078125 l 0.984375,1.953125 
1.390625,2.5 z M 2.40625,-2.09375 V -10.875 l 2.4375,4.421875 z m 
3.25,-5.265625 -0.9375,-1.78125 -1.265625,-2.265625 h 4.46875 l -1.25,2.265625 
-0.9375,1.78125 z M 6.5625,-6.453125 8.96875,-10.875 v 8.78125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-20"
+         id="glyph1-1"
          overflow="visible">
         <path
            id="path215"
-           d="m 1.765625,0 h 1.5625 V -6.4375 C 4.40625,-7.5625 
5.15625,-8.109375 6.25,-8.109375 c 1.515625,0 2.125,0.828125 2.125,2.578125 V 0 
h 1.5625 v -5.734375 c 0,-2.4375 -1,-3.734375 -3.1875,-3.734375 -1.453125,0 
-2.515625,0.78125 -3.484375,1.8125 H 3.1875 L 3.0625,-9.234375 H 1.765625 Z m 
0,0"
+           d=""
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-21"
+         id="glyph1-2"
          overflow="visible">
         <path
            id="path218"
-           d="m 4.28125,2.890625 h 5.25 V 2 h -4 v -14.5625 h 4 v -0.890625 h 
-5.25 z m 0,0"
+           d="m 5.71875,0.234375 c 2.4375,0 4.1875,-1.375 4.1875,-4.953125 v 
-7.75 H 8.359375 v 7.796875 c 0,2.578125 -1.140625,3.515625 -2.640625,3.515625 
-1.5,0 -2.625,-0.9375 -2.625,-3.515625 V -12.46875 H 1.5 v 7.75 c 0,3.578125 
1.765625,4.953125 4.21875,4.953125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-22"
+         id="glyph1-3"
          overflow="visible">
         <path
            id="path221"
-           d="M 2.171875,0 H 10.0625 V -1.34375 H 3.765625 V -5.875 H 8.9375 V 
-7.21875 H 3.765625 v -3.921875 H 9.875 V -12.46875 H 2.171875 Z m 0,0"
+           d="m 5.703125,-6.578125 c 0.859375,0 1.53125,-0.640625 
1.53125,-1.59375 0,-0.96875 -0.671875,-1.609375 -1.53125,-1.609375 -0.859375,0 
-1.546875,0.640625 -1.546875,1.609375 0,0.953125 0.6875,1.59375 
1.546875,1.59375 z m 0,6.8125 c 0.859375,0 1.53125,-0.65625 1.53125,-1.609375 
0,-0.96875 -0.671875,-1.609375 -1.53125,-1.609375 -0.859375,0 
-1.546875,0.640625 -1.546875,1.609375 0,0.953125 0.6875,1.609375 
1.546875,1.609375 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-23"
+         id="glyph1-4"
          overflow="visible">
         <path
            id="path224"
-           d="m 6.578125,0.234375 c 1.359375,0 2.640625,-0.53125 
3.65625,-1.453125 l -0.703125,-1 c -0.75,0.640625 -1.703125,1.15625 
-2.84375,1.15625 -2.125,0 -3.546875,-1.421875 -3.546875,-3.53125 0,-2.125 
1.453125,-3.578125 3.578125,-3.578125 0.96875,0 1.78125,0.40625 2.53125,1.0625 
l 0.78125,-1 c -0.765625,-0.75 -1.859375,-1.359375 -3.359375,-1.359375 
-2.796875,0 -5.15625,1.78125 -5.15625,4.875 0,3.0625 2.171875,4.828125 
5.0625,4.828125 z m 0,0"
+           d="M 1.609375,-5.6875 H 9.78125 V -6.859375 H 1.609375 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-24"
+         id="glyph1-5"
          overflow="visible">
         <path
            id="path227"
-           d="M 5.890625,0.234375 C 8.53125,0.234375 10,-1.03125 10,-2.53125 
10,-3.9375 9.25,-4.71875 6.171875,-5.375 4.296875,-5.78125 3.5,-6.125 
3.5,-6.921875 3.5,-7.625 4.046875,-8.25 5.625,-8.25 c 1.171875,0 
2.234375,0.390625 3.09375,0.96875 l 0.765625,-1 C 8.5625,-8.90625 
7.15625,-9.46875 5.75,-9.46875 c -2.515625,0 -3.828125,1.140625 -3.828125,2.625 
0,1.390625 1.21875,2.203125 3.609375,2.703125 2.5,0.515625 2.890625,1 
2.890625,1.703125 0,0.78125 -0.78125,1.453125 -2.34375,1.453125  [...]
+           d="M 4.90625,0 H 6.5 v -11.140625 h 4.109375 v -1.328125 h -9.8125 
v 1.328125 H 4.90625 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-25"
+         id="glyph1-6"
          overflow="visible">
         <path
            id="path230"
-           d="M 2.546875,0 H 10.28125 V -1.34375 H 4.109375 v -11.125 h 
-1.5625 z m 0,0"
+           d="m 5.703125,0.234375 c 2.421875,0 4.5625,-1.765625 
4.5625,-4.828125 0,-3.09375 -2.140625,-4.875 -4.5625,-4.875 -2.4375,0 
-4.5625,1.78125 -4.5625,4.875 0,3.0625 2.125,4.828125 4.5625,4.828125 z m 
0,-1.296875 C 3.9375,-1.0625 2.75,-2.484375 2.75,-4.59375 c 0,-2.125 
1.1875,-3.578125 2.953125,-3.578125 1.765625,0 2.9375,1.453125 2.9375,3.578125 
0,2.109375 -1.171875,3.53125 -2.9375,3.53125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-26"
+         id="glyph1-7"
          overflow="visible">
         <path
            id="path233"
@@ -731,4292 +731,4531 @@
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-27"
+         id="glyph1-8"
          overflow="visible">
         <path
            id="path236"
-           d="M 2.53125,0 H 4.125 V -5.59375 H 9.25 V -6.921875 H 4.125 v 
-4.21875 h 6.0625 V -12.46875 H 2.53125 Z m 0,0"
+           d="m 1.875,3.046875 h 1.40625 l 6.234375,-16.53125 h -1.40625 z m 
0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-28"
+         id="glyph1-9"
          overflow="visible">
         <path
            id="path239"
-           d="m 6.671875,0.234375 c 1.65625,0 2.859375,-0.671875 
3.859375,-1.8125 l -0.890625,-0.96875 c -0.8125,0.890625 -1.671875,1.390625 
-2.8125,1.390625 -2.40625,0 -3.953125,-1.984375 -3.953125,-5.109375 0,-3.09375 
1.546875,-5.046875 3.953125,-5.046875 1.03125,0 1.859375,0.46875 2.5,1.140625 l 
0.890625,-1 C 9.5,-11.96875 8.296875,-12.6875 6.828125,-12.6875 c -3.25,0 
-5.59375,2.453125 -5.59375,6.453125 0,4.0625 2.359375,6.46875 5.4375,6.46875 z 
m 0,0"
+           d="m 1.390625,0 h 8.53125 v -1.34375 h -4 c -0.71875,0 
-1.5,0.046875 -2.25,0.109375 C 6.96875,-4.234375 9.25,-6.5 9.25,-8.78125 c 
0,-2.140625 -1.515625,-3.5625 -3.953125,-3.5625 -1.703125,0 -2.90625,0.734375 
-3.984375,1.84375 l 0.890625,0.890625 c 0.78125,-0.828125 1.765625,-1.46875 
2.90625,-1.46875 1.78125,0 2.640625,0.984375 2.640625,2.375 0,2.015625 
-2.265625,4.140625 -6.359375,7.765625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-29"
+         id="glyph1-10"
          overflow="visible">
         <path
            id="path242"
-           d="m 5,4.75 h 1.40625 v -19 H 5 Z m 0,0"
+           d="m 2.015625,0 h 1.5625 V -2.515625 L 5.75,-4.65625 9.15625,0 h 
1.75 l -4.1875,-5.609375 3.6875,-3.625 H 8.625 L 3.640625,-4.375 h -0.0625 v 
-9.15625 h -1.5625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-30"
+         id="glyph1-11"
          overflow="visible">
         <path
            id="path245"
-           d="M 1.859375,2.890625 H 7.125 v -16.34375 H 1.859375 V -12.5625 H 
5.875 V 2 H 1.859375 Z m 0,0"
+           d="M 1.84375,0 H 10.0625 V -1.296875 H 6.890625 V -12.125 h 
-1.15625 c -0.78125,0.421875 -1.6875,0.703125 -3.109375,0.890625 v 1.015625 h 
2.71875 v 8.921875 h -3.5 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-31"
+         id="glyph1-12"
          overflow="visible">
         <path
            id="path248"
-           d="M 1.8125,0 H 9.59375 V -1.34375 H 6.5 v -9.796875 H 9.59375 V 
-12.46875 H 1.8125 v 1.328125 H 4.90625 V -1.34375 H 1.8125 Z m 0,0"
+           d="M 2.46875,-4.59375 5.75,-8.734375 C 6.15625,-9.328125 
6.609375,-9.921875 6.984375,-10.5 H 7.09375 C 7.046875,-9.84375 
7.015625,-9.03125 6.984375,-8.359375 V -4.59375 Z M 6.984375,0 H 8.46875 v 
-3.34375 h 1.890625 v -1.25 H 8.46875 V -12.125 H 6.796875 l -6.0625,7.734375 v 
1.046875 h 6.25 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-32"
+         id="glyph1-13"
          overflow="visible">
         <path
            id="path251"
-           d="M 2.78125,0 H 4.328125 V -5.421875 C 5.4375,-7.328125 
6.75,-8.0625 8.125,-8.0625 c 0.734375,0 1.078125,0.09375 1.71875,0.328125 l 
0.359375,-1.34375 C 9.640625,-9.359375 9.0625,-9.46875 8.375,-9.46875 c 
-1.703125,0 -3.15625,0.9375 -4.125,2.421875 H 4.203125 L 4.0625,-9.234375 H 
2.78125 Z m 0,0"
+           d="m 6.40625,0.234375 c 1.609375,0 2.9375,-0.65625 
3.71875,-1.453125 V -6.453125 H 6.171875 V -5.15625 H 8.65625 v 3.25 c 
-0.46875,0.46875 -1.28125,0.75 -2.15625,0.75 -2.453125,0 -3.84375,-1.984375 
-3.84375,-5.109375 0,-3.09375 1.546875,-5.046875 3.875,-5.046875 1.203125,0 
1.9375,0.5 2.546875,1.140625 l 0.890625,-1 C 9.265625,-11.90625 8.1875,-12.6875 
6.53125,-12.6875 3.3125,-12.6875 1,-10.265625 1,-6.234375 c 0,4.0625 
2.265625,6.46875 5.40625,6.46875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-33"
+         id="glyph1-14"
          overflow="visible">
         <path
            id="path254"
-           d="m 5.703125,0.234375 c 2.421875,0 4.5625,-1.765625 
4.5625,-4.828125 0,-3.09375 -2.140625,-4.875 -4.5625,-4.875 -2.4375,0 
-4.5625,1.78125 -4.5625,4.875 0,3.0625 2.125,4.828125 4.5625,4.828125 z m 
0,-1.296875 C 3.9375,-1.0625 2.75,-2.484375 2.75,-4.59375 c 0,-2.125 
1.1875,-3.578125 2.953125,-3.578125 1.765625,0 2.9375,1.453125 2.9375,3.578125 
0,2.109375 -1.171875,3.53125 -2.9375,3.53125 z m 0,0"
+           d="M 6,0 H 7.5625 V -9.234375 H 1.703125 V -7.96875 H 6 Z m 
0.609375,-11.171875 c 0.703125,0 1.25,-0.46875 1.25,-1.21875 0,-0.71875 
-0.546875,-1.21875 -1.25,-1.21875 -0.703125,0 -1.25,0.5 -1.25,1.21875 0,0.75 
0.546875,1.21875 1.25,1.21875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-34"
+         id="glyph1-15"
          overflow="visible">
         <path
            id="path257"
-           d="m 5.15625,0.234375 c 1.125,0 2.234375,-0.671875 3,-1.453125 H 
8.203125 L 8.34375,0 h 1.296875 v -13.53125 h -1.5625 v 3.5625 L 
8.15625,-8.265625 H 8.09375 C 7.296875,-9.03125 6.4375,-9.46875 
5.34375,-9.46875 c -2.1875,0 -4.203125,1.875 -4.203125,4.875 0,3.078125 
1.59375,4.828125 4.015625,4.828125 z m 0.3125,-1.3125 c -1.703125,0 
-2.71875,-1.328125 -2.71875,-3.53125 0,-2.109375 1.296875,-3.546875 
2.890625,-3.546875 0.796875,0 1.59375,0.3125 2.4375,1.09375 v 4.59375 c -0.8125 
[...]
+           d="m 7.484375,0.234375 c 1.15625,0 2.046875,-0.25 2.890625,-0.5625 
L 10.03125,-1.46875 c -0.671875,0.25 -1.34375,0.421875 -2.21875,0.421875 
-1.796875,0 -2.34375,-0.875 -2.34375,-2.53125 V -7.96875 h 4.546875 V -9.234375 
H 5.46875 v -2.96875 H 4.1875 l -0.21875,2.96875 -2.65625,0.09375 v 1.171875 h 
2.59375 v 4.375 c 0,2.28125 0.875,3.828125 3.578125,3.828125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-35"
+         id="glyph1-16"
          overflow="visible">
         <path
            id="path260"
-           d="m 4.671875,0.234375 c 1.421875,0 2.515625,-0.765625 
3.4375,-1.84375 H 8.1875 L 8.328125,0 H 9.59375 v -9.234375 h -1.5625 v 6.40625 
C 7.015625,-1.640625 6.234375,-1.125 5.171875,-1.125 c -1.546875,0 
-2.125,-0.828125 -2.125,-2.578125 v -5.53125 H 1.46875 V -3.5 c 0,2.4375 
1,3.734375 3.203125,3.734375 z m 0,0"
+           d="M 1.109375,0 H 2.65625 v -6.6875 c 0.453125,-0.953125 
0.875,-1.421875 1.53125,-1.421875 0.671875,0 0.9375,0.546875 0.9375,1.609375 V 
0 H 6.578125 V -6.6875 C 7.0625,-7.640625 7.40625,-8.109375 8.0625,-8.109375 c 
0.671875,0 0.984375,0.546875 0.984375,1.609375 V 0 h 1.5625 v -6.609375 c 
0,-1.84375 -0.765625,-2.859375 -2.0625,-2.859375 -1.0625,0 -1.625,0.609375 
-2.15625,1.609375 C 6.125,-8.9375 5.546875,-9.46875 4.640625,-9.46875 
3.578125,-9.46875 3,-8.875 2.53125,-8.015625 H  [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-36"
+         id="glyph1-17"
          overflow="visible">
         <path
            id="path263"
-           d="m 5.796875,0.234375 c 2.734375,0 4.40625,-1.578125 
4.40625,-3.5625 0,-1.84375 -1.21875,-2.6875 -2.75,-3.328125 l -1.75,-0.75 c 
-1.0625,-0.4375 -2.21875,-0.875 -2.21875,-2.078125 0,-1.125 0.96875,-1.828125 
2.40625,-1.828125 1.296875,0 2.234375,0.46875 3.0625,1.1875 L 9.78125,-11.15625 
C 8.875,-12.0625 7.5,-12.6875 5.953125,-12.6875 c -2.375,0 -4.09375,1.40625 
-4.09375,3.296875 0,1.828125 1.453125,2.71875 2.703125,3.21875 l 
1.78125,0.78125 c 1.28125,0.546875 2.25,0.921875 2.2 [...]
+           d="m 4.671875,0.234375 c 1.3125,0 2.625,-0.6875 3.65625,-1.484375 H 
8.375 L 8.515625,0 H 9.78125 v -5.65625 c 0,-2.3125 -1.21875,-3.8125 
-3.734375,-3.8125 -1.625,0 -3.171875,0.734375 -4.109375,1.34375 l 
0.609375,1.0625 c 0.859375,-0.53125 2.03125,-1.109375 3.234375,-1.109375 
1.78125,0 2.40625,1.0625 2.453125,2.3125 -4.78125,0.390625 -6.703125,1.390625 
-6.703125,3.46875 0,1.65625 1.40625,2.625 3.140625,2.625 z M 5.09375,-1.03125 c 
-1.0625,0 -2.03125,-0.4375 -2.03125,-1.484375 0 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-37"
+         id="glyph1-18"
          overflow="visible">
         <path
            id="path266"
-           d="M 4.40625,-6.96875 C 4.84375,-8.359375 5.25,-9.734375 
5.640625,-11.171875 H 5.71875 c 0.375,1.4375 0.796875,2.8125 1.234375,4.203125 
l 0.59375,1.890625 H 3.8125 Z M 0.609375,0 H 2.21875 L 3.421875,-3.796875 H 
7.9375 L 9.125,0 h 1.671875 L 6.59375,-12.46875 H 4.8125 Z m 0,0"
+           d="m 1.765625,0 h 1.5625 V -6.4375 C 4.40625,-7.5625 
5.15625,-8.109375 6.25,-8.109375 c 1.515625,0 2.125,0.828125 2.125,2.578125 V 0 
h 1.5625 v -5.734375 c 0,-2.4375 -1,-3.734375 -3.1875,-3.734375 -1.453125,0 
-2.515625,0.78125 -3.484375,1.8125 H 3.1875 L 3.0625,-9.234375 H 1.765625 Z m 
0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-38"
+         id="glyph1-19"
          overflow="visible">
         <path
            id="path269"
-           d="m 2.75,-8.453125 c 0,-1.59375 1.125,-2.65625 2.5625,-2.65625 
1.796875,0 2.875,1.25 3.125,3.609375 -0.984375,1.140625 -2.15625,1.609375 
-3.09375,1.609375 -1.703125,0 -2.59375,-0.90625 -2.59375,-2.5625 z m 
2.140625,8.6875 c 2.609375,0 5.0625,-1.890625 5.0625,-6.75 0,-3.890625 
-2.015625,-5.828125 -4.65625,-5.828125 -2.140625,0 -4.03125,1.578125 
-4.03125,3.890625 0,2.484375 1.53125,3.734375 3.765625,3.734375 1.234375,0 
2.453125,-0.578125 3.4375,-1.546875 -0.078125,3.875 -1.7656 [...]
+           d="m 4.28125,2.890625 h 5.25 V 2 h -4 v -14.5625 h 4 v -0.890625 h 
-5.25 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph1-39"
+         id="glyph1-20"
          overflow="visible">
         <path
            id="path272"
-           d="m 5.4375,0.234375 c 2.3125,0 4.484375,-1.484375 
4.484375,-4.109375 0,-2.625 -1.84375,-3.796875 -4.171875,-3.796875 -0.921875,0 
-1.53125,0.1875 -2.234375,0.484375 L 3.84375,-10.765625 H 9.3125 V -12.125 H 
2.453125 L 2.046875,-6.28125 2.890625,-5.75 C 3.75,-6.234375 4.34375,-6.5 
5.359375,-6.5 c 1.796875,0 2.984375,0.984375 2.984375,2.65625 0,1.703125 
-1.375,2.78125 -3.078125,2.78125 -1.640625,0 -2.625,-0.671875 
-3.421875,-1.390625 L 1.0625,-1.421875 C 2,-0.59375 3.265625,0.23 [...]
+           d="M 2.171875,0 H 10.0625 V -1.34375 H 3.765625 V -5.875 H 8.9375 V 
-7.21875 H 3.765625 v -3.921875 H 9.875 V -12.46875 H 2.171875 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-0"
+         id="glyph1-21"
          overflow="visible">
         <path
            id="path275"
-           d="m 0.671875,0 h 10.0625 v -12.546875 h -10.0625 z m 
3.46875,-1.734375 0.75,-1.453125 0.765625,-1.859375 H 5.734375 L 6.5,-3.1875 
7.265625,-1.734375 Z M 2.53125,-2.9375 V -10 l 1.796875,3.546875 z m 
3.125,-4.921875 -0.8125,-1.8125 -0.59375,-1.125 h 2.890625 l -0.578125,1.125 
-0.828125,1.8125 z M 7.0625,-6.453125 8.859375,-10 v 7.0625 z m 0,0"
+           d="m 6.578125,0.234375 c 1.359375,0 2.640625,-0.53125 
3.65625,-1.453125 l -0.703125,-1 c -0.75,0.640625 -1.703125,1.15625 
-2.84375,1.15625 -2.125,0 -3.546875,-1.421875 -3.546875,-3.53125 0,-2.125 
1.453125,-3.578125 3.578125,-3.578125 0.96875,0 1.78125,0.40625 2.53125,1.0625 
l 0.78125,-1 c -0.765625,-0.75 -1.859375,-1.359375 -3.359375,-1.359375 
-2.796875,0 -5.15625,1.78125 -5.15625,4.875 0,3.0625 2.171875,4.828125 
5.0625,4.828125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-1"
+         id="glyph1-22"
          overflow="visible">
         <path
            id="path278"
-           d="m 0.671875,0 h 2.65625 v -6.359375 c 0.25,-0.609375 
0.46875,-0.921875 0.828125,-0.921875 0.359375,0 0.53125,0.296875 
0.53125,0.859375 V 0 H 6.875 V -6.359375 C 7.140625,-6.96875 7.390625,-7.28125 
7.734375,-7.28125 c 0.375,0 0.515625,0.296875 0.515625,0.859375 V 0 h 2.65625 v 
-6.609375 c 0,-1.890625 -0.765625,-3.046875 -2.109375,-3.046875 -1.078125,0 
-1.75,0.6875 -2.09375,1.546875 -0.21875,-1.015625 -0.8125,-1.546875 
-1.625,-1.546875 -1.09375,0 -1.703125,0.625 -2.03125,1.390 [...]
+           d="M 5.890625,0.234375 C 8.53125,0.234375 10,-1.03125 10,-2.53125 
10,-3.9375 9.25,-4.71875 6.171875,-5.375 4.296875,-5.78125 3.5,-6.125 
3.5,-6.921875 3.5,-7.625 4.046875,-8.25 5.625,-8.25 c 1.171875,0 
2.234375,0.390625 3.09375,0.96875 l 0.765625,-1 C 8.5625,-8.90625 
7.15625,-9.46875 5.75,-9.46875 c -2.515625,0 -3.828125,1.140625 -3.828125,2.625 
0,1.390625 1.21875,2.203125 3.609375,2.703125 2.5,0.515625 2.890625,1 
2.890625,1.703125 0,0.78125 -0.78125,1.453125 -2.34375,1.453125  [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-2"
+         id="glyph1-23"
          overflow="visible">
         <path
            id="path281"
-           d="M 5.28125,0 H 8.078125 V -9.421875 H 1.5 v 2.1875 H 5.28125 Z M 
6.5625,-10.90625 c 1.078125,0 1.859375,-0.671875 1.859375,-1.6875 0,-1.03125 
-0.78125,-1.75 -1.859375,-1.75 -1.09375,0 -1.875,0.71875 -1.875,1.75 0,1.015625 
0.78125,1.6875 1.875,1.6875 z m 0,0"
+           d="M 2.546875,0 H 10.28125 V -1.34375 H 4.109375 v -11.125 h 
-1.5625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-3"
+         id="glyph1-24"
          overflow="visible">
         <path
            id="path284"
-           d="m 1.375,0 h 2.78125 v -6.28125 c 0.671875,-0.65625 1.15625,-1 
1.921875,-1 1.03125,0 1.390625,0.578125 1.390625,1.828125 V 0 h 2.796875 v 
-5.8125 c 0,-2.375 -0.953125,-3.84375 -3.078125,-3.84375 -1.40625,0 
-2.4375,0.6875 -3.25,1.484375 H 3.859375 l -0.21875,-1.25 H 1.375 Z m 0,0"
+           d="M 2.53125,0 H 4.125 V -5.59375 H 9.25 V -6.921875 H 4.125 v 
-4.21875 h 6.0625 V -12.46875 H 2.53125 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-4"
+         id="glyph1-25"
          overflow="visible">
         <path
            id="path287"
-           d="m 6.515625,0.234375 c 1.296875,0 2.734375,-0.4375 
3.875,-1.390625 l -1.125,-1.765625 c -0.671875,0.46875 -1.5,0.890625 
-2.484375,0.890625 -1.5625,0 -2.640625,-1.046875 -2.640625,-2.6875 0,-1.625 
1.125,-2.671875 2.734375,-2.671875 0.703125,0 1.375,0.234375 2.09375,0.734375 L 
10.265625,-8.375 c -0.796875,-0.75 -2.0625,-1.28125 -3.546875,-1.28125 
-2.90625,0 -5.453125,1.8125 -5.453125,4.9375 0,3.140625 2.28125,4.953125 
5.25,4.953125 z m 0,0"
+           d="m 6.671875,0.234375 c 1.65625,0 2.859375,-0.671875 
3.859375,-1.8125 l -0.890625,-0.96875 c -0.8125,0.890625 -1.671875,1.390625 
-2.8125,1.390625 -2.40625,0 -3.953125,-1.984375 -3.953125,-5.109375 0,-3.09375 
1.546875,-5.046875 3.953125,-5.046875 1.03125,0 1.859375,0.46875 2.5,1.140625 l 
0.890625,-1 C 9.5,-11.96875 8.296875,-12.6875 6.828125,-12.6875 c -3.25,0 
-5.59375,2.453125 -5.59375,6.453125 0,4.0625 2.359375,6.46875 5.4375,6.46875 z 
m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-5"
+         id="glyph1-26"
          overflow="visible">
         <path
            id="path290"
-           d="m 5.703125,0.234375 c 2.484375,0 4.796875,-1.8125 
4.796875,-4.953125 0,-3.125 -2.3125,-4.9375 -4.796875,-4.9375 -2.484375,0 
-4.8125,1.8125 -4.8125,4.9375 0,3.140625 2.328125,4.953125 4.8125,4.953125 z m 
0,-2.265625 c -1.296875,0 -1.9375,-1.046875 -1.9375,-2.6875 0,-1.625 
0.640625,-2.671875 1.9375,-2.671875 1.28125,0 1.9375,1.046875 1.9375,2.671875 
0,1.640625 -0.65625,2.6875 -1.9375,2.6875 z m 0,0"
+           d="m 5.703125,0.234375 c 2.6875,0 4.34375,-2.3125 4.34375,-6.328125 
0,-4.078125 -1.65625,-6.25 -4.34375,-6.25 -2.703125,0 -4.359375,2.171875 
-4.359375,6.25 0,4.015625 1.65625,6.328125 4.359375,6.328125 z m 0,-1.265625 c 
-1.6875,0 -2.890625,-1.59375 -2.890625,-5.0625 0,-3.5 1.203125,-5 2.890625,-5 
1.6875,0 2.890625,1.5 2.890625,5 0,3.46875 -1.203125,5.0625 -2.890625,5.0625 z 
m 0,-3.921875 c 0.625,0 1.171875,-0.484375 1.171875,-1.28125 0,-0.78125 
-0.546875,-1.25 -1.171875,-1.25  [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-6"
+         id="glyph1-27"
          overflow="visible">
         <path
            id="path293"
-           d="M 1.375,3.5 H 4.15625 V 0.734375 l -0.125,-1.53125 h 0.078125 c 
0.65625,0.65625 1.484375,1.03125 2.3125,1.03125 2.109375,0 4.078125,-1.875 
4.078125,-5.09375 0,-2.90625 -1.421875,-4.796875 -3.78125,-4.796875 -1,0 
-2.046875,0.5 -2.8125,1.1875 H 3.859375 L 3.640625,-9.421875 H 1.375 Z m 
4.40625,-5.546875 c -0.484375,0 -1.09375,-0.171875 -1.625,-0.625 V -6.5 c 
0.59375,-0.609375 1.140625,-0.875 1.75,-0.875 1.1875,0 1.734375,0.859375 
1.734375,2.546875 0,1.9375 -0.8125,2.78125 -1. [...]
+           d="m 5,4.75 h 1.40625 v -19 H 5 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-7"
+         id="glyph1-28"
          overflow="visible">
         <path
            id="path296"
-           d="m 5.703125,0.234375 c 1.3125,0 2.203125,-0.96875 
2.203125,-2.234375 0,-1.25 -0.890625,-2.234375 -2.203125,-2.234375 C 
4.390625,-4.234375 3.5,-3.25 3.5,-2 c 0,1.265625 0.890625,2.234375 
2.203125,2.234375 z m 0,0"
+           d="M 1.859375,2.890625 H 7.125 v -16.34375 H 1.859375 V -12.5625 H 
5.875 V 2 H 1.859375 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-8"
+         id="glyph1-29"
          overflow="visible">
         <path
            id="path299"
-           d="m 6.046875,-7.53125 c 1.078125,0 1.71875,0.609375 
1.859375,1.78125 H 3.875 c 0.28125,-1.1875 1.0625,-1.78125 2.171875,-1.78125 z 
m 0.21875,7.765625 c 1.265625,0 2.671875,-0.421875 3.75,-1.109375 l 
-0.9375,-1.6875 C 8.25,-2.125 7.5,-1.90625 6.65625,-1.90625 c -1.546875,0 
-2.546875,-0.609375 -2.8125,-1.96875 h 6.421875 c 0.03125,-0.234375 
0.125,-0.734375 0.125,-1.25 0,-2.5625 -1.53125,-4.53125 -4.4375,-4.53125 
-2.53125,0 -4.90625,1.84375 -4.90625,4.9375 0,3.140625 2.28125,4.9 [...]
+           d="m 4.671875,0.234375 c 1.421875,0 2.515625,-0.765625 
3.4375,-1.84375 H 8.1875 L 8.328125,0 H 9.59375 v -9.234375 h -1.5625 v 6.40625 
C 7.015625,-1.640625 6.234375,-1.125 5.171875,-1.125 c -1.546875,0 
-2.125,-0.828125 -2.125,-2.578125 v -5.53125 H 1.46875 V -3.5 c 0,2.4375 
1,3.734375 3.203125,3.734375 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-9"
+         id="glyph1-30"
          overflow="visible">
         <path
            id="path302"
-           d="m 7.5,0.234375 c 1.1875,0 1.84375,-0.203125 2.84375,-0.515625 l 
-0.640625,-2.0625 c -0.5625,0.234375 -1.015625,0.3125 -1.453125,0.3125 
-0.796875,0 -1.546875,-0.375 -1.546875,-1.546875 V -13.3125 h -5.75 v 2.203125 
H 3.90625 V -3.6875 c 0,2.390625 1.25,3.921875 3.59375,3.921875 z m 0,0"
+           d="m 7.734375,0.234375 c 1,0 1.609375,-0.203125 2.46875,-0.5625 l 
-0.40625,-1.15625 c -0.625,0.28125 -1.1875,0.421875 -1.71875,0.421875 C 
6.96875,-1.0625 6.25,-1.640625 6.25,-2.984375 V -13.53125 H 1.40625 V -12.25 H 
4.6875 v 9.15625 c 0,2.1875 1.09375,3.328125 3.046875,3.328125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph2-10"
+         id="glyph1-31"
          overflow="visible">
         <path
            id="path305"
-           d=""
+           d="M 2.78125,0 H 4.328125 V -5.421875 C 5.4375,-7.328125 
6.75,-8.0625 8.125,-8.0625 c 0.734375,0 1.078125,0.09375 1.71875,0.328125 l 
0.359375,-1.34375 C 9.640625,-9.359375 9.0625,-9.46875 8.375,-9.46875 c 
-1.703125,0 -3.15625,0.9375 -4.125,2.421875 H 4.203125 L 4.0625,-9.234375 H 
2.78125 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph3-0"
+         id="glyph1-32"
          overflow="visible">
         <path
            id="path308"
-           d="m 0.953125,3.359375 v -16.75 h 9.5 v 16.75 z m 1.0625,-1.0625 h 
7.375 v -14.625 h -7.375 z m 0,0"
+           d="m 6.046875,-8.234375 c 1.578125,0 2.609375,0.9375 2.75,2.84375 H 
2.90625 c 0.28125,-1.828125 1.609375,-2.84375 3.140625,-2.84375 z m 
0.21875,8.46875 c 1.484375,0 2.671875,-0.5 3.578125,-1.109375 L 
9.265625,-1.90625 c -0.828125,0.53125 -1.703125,0.875 -2.8125,0.875 -1.90625,0 
-3.390625,-1.0625 -3.578125,-3.15625 h 7.265625 c 0.04687,-0.234375 
0.07813,-0.578125 0.07813,-0.9375 0,-2.609375 -1.5625,-4.34375 
-4.21875,-4.34375 -2.46875,0 -4.703125,1.828125 -4.703125,4.828125 0,3. [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph3-1"
+         id="glyph1-33"
          overflow="visible">
         <path
            id="path311"
-           d="m 1.578125,1.140625 h 13.875 V 3 h -13.875 z m 0,-3 h 13.875 V 0 
h -13.875 z m 0,-3 h 13.875 V -3 h -13.875 z m 0,-3 h 13.875 V -6 h -13.875 z m 
0,-3 h 13.875 V -9 h -13.875 z m 0,-3 h 13.875 V -12 h -13.875 z m 0,0"
+           d="m 8.078125,3.890625 h 1.5625 v -13.125 H 8.375 L 8.25,-8.203125 
H 8.1875 C 7.3125,-9.03125 6.453125,-9.46875 5.34375,-9.46875 c -2.1875,0 
-4.203125,1.875 -4.203125,4.875 0,3.078125 1.59375,4.828125 3.984375,4.828125 
1.140625,0 2.203125,-0.640625 2.96875,-1.40625 h 0.0625 L 8.078125,0.53125 Z M 
5.46875,-1.078125 c -1.703125,0 -2.71875,-1.328125 -2.71875,-3.53125 
0,-2.109375 1.296875,-3.546875 2.890625,-3.546875 0.796875,0 1.59375,0.3125 
2.4375,1.09375 v 4.59375 c -0.8125,0.9 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph4-0"
+         id="glyph1-34"
          overflow="visible">
         <path
            id="path314"
-           d="m 1.078125,0 h 7.34375 V -13.96875 H 1.078125 Z M 1.75,-6.265625 
v -2.25 L 5.59375,-13.3125 H 7.375 Z M 1.75,-9.25 v -2.21875 L 3.21875,-13.3125 
H 5 Z m 0,-2.96875 v -1.09375 h 0.875 z m 0,8.90625 v -2.21875 l 
6.015625,-7.515625 v 2.21875 z m 0,2.640625 V -2.5625 l 6.015625,-7.53125 v 
2.234375 L 2,-0.671875 Z m 0.859375,0 5.15625,-6.453125 v 2.21875 L 
4.375,-0.671875 Z m 4.140625,0 H 4.984375 l 2.78125,-3.46875 v 2.21875 z m 
1.015625,0 h -0.40625 l 0.40625,-0.5 z m 0,0"
+           d="m 6.078125,0.234375 c 2.203125,0 4.1875,-1.84375 4.1875,-5 
0,-2.859375 -1.359375,-4.703125 -3.84375,-4.703125 -1.078125,0 -2.265625,0.5625 
-3.09375,1.40625 h -0.0625 l 0.0625,-1.78125 v -3.6875 h -1.5625 V 0 h 1.25 L 
3.15625,-1.03125 h 0.0625 C 4.078125,-0.25 5.1875,0.234375 6.078125,0.234375 Z 
m -0.25,-1.3125 c -0.65625,0 -1.625,-0.3125 -2.5,-1.09375 v -4.59375 C 
4.28125,-7.71875 5.21875,-8.15625 6.046875,-8.15625 c 1.84375,0 2.59375,1.375 
2.59375,3.40625 0,2.28125 -1.1875 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph4-1"
+         id="glyph1-35"
          overflow="visible">
         <path
            id="path317"
-           d="M 7.90625,2.015625 8.640625,1.25 6.53125,-0.984375 h 8.046875 V 
-14.9375 H 12.8125 V -2.578125 H 6.53125 L 8.640625,-4.8125 7.90625,-5.5625 
4.125,-1.78125 Z m 0,0"
+           d="m 4.59375,0 h 1.546875 v -7.96875 h 3.875 v -1.265625 h -3.875 V 
-10.0625 c 0,-1.515625 0.6875,-2.421875 2.328125,-2.421875 0.796875,0 
1.390625,0.09375 2.15625,0.4375 l 0.359375,-1.171875 c -0.875,-0.359375 
-1.75,-0.53125 -2.65625,-0.53125 -2.546875,0 -3.734375,1.46875 
-3.734375,3.734375 v 0.78125 l -2.640625,0.09375 V -7.96875 H 4.59375 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-0"
+         id="glyph1-36"
          overflow="visible">
         <path
            id="path320"
-           d="M 0.84375,0 H 13.5625 V -15.84375 H 0.84375 Z m 4.390625,-2.1875 
0.9375,-1.84375 0.984375,-2.359375 H 7.25 l 0.953125,2.359375 0.96875,1.84375 z 
M 3.1875,-3.71875 V -12.625 l 2.28125,4.46875 z M 7.15625,-9.9375 
6.125,-12.21875 5.375,-13.625 h 3.65625 l -0.75,1.40625 L 7.25,-9.9375 Z M 
8.921875,-8.15625 11.1875,-12.625 v 8.90625 z m 0,0"
+           d="m 1.375,0 h 1.46875 v -6.234375 c 0,-1.21875 -0.140625,-3.34375 
-0.265625,-4.40625 H 2.625 l 0.71875,2.4375 1.75,4.890625 h 1.140625 l 
1.78125,-4.890625 0.703125,-2.4375 h 0.0625 c -0.078125,1.0625 -0.265625,3.1875 
-0.265625,4.40625 V 0 H 10.03125 V -12.46875 H 8.09375 L 6.328125,-7.140625 
5.734375,-5.125 H 5.65625 L 5.046875,-7.140625 3.3125,-12.46875 H 1.375 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-1"
+         id="glyph1-37"
          overflow="visible">
         <path
            id="path323"
-           d="m 6.140625,0.28125 c 1.203125,0 2.421875,-0.640625 3.3125,-1.5 H 
9.53125 L 9.796875,0 h 2.875 v -16.828125 h -3.53125 v 4.0625 l 
0.171875,1.84375 H 9.21875 c -0.796875,-0.8125 -1.6875,-1.265625 -3,-1.265625 
-2.59375,0 -5.09375,2.34375 -5.09375,6.234375 0,3.890625 2,6.234375 
5.015625,6.234375 z M 7.0625,-2.59375 C 5.59375,-2.59375 4.75,-3.640625 4.75,-6 
c 0,-2.25 1.109375,-3.3125 2.40625,-3.3125 0.6875,0 1.34375,0.21875 
1.984375,0.796875 v 4.8125 C 8.515625,-2.90625 7.84375, [...]
+           d="M 4.40625,-6.96875 C 4.84375,-8.359375 5.25,-9.734375 
5.640625,-11.171875 H 5.71875 c 0.375,1.4375 0.796875,2.8125 1.234375,4.203125 
l 0.59375,1.890625 H 3.8125 Z M 0.609375,0 H 2.21875 L 3.421875,-3.796875 H 
7.9375 L 9.125,0 h 1.671875 L 6.59375,-12.46875 H 4.8125 Z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-2"
+         id="glyph1-38"
          overflow="visible">
         <path
            id="path326"
-           d="m 7.625,-9.5 c 1.375,0 2.1875,0.765625 2.359375,2.234375 H 
4.890625 C 5.25,-8.765625 6.234375,-9.5 7.625,-9.5 Z m 0.296875,9.78125 c 
1.578125,0 3.359375,-0.515625 4.71875,-1.390625 l -1.171875,-2.125 c 
-1.046875,0.546875 -1.984375,0.828125 -3.0625,0.828125 -1.953125,0 
-3.21875,-0.765625 -3.5625,-2.484375 h 8.109375 c 0.0625,-0.296875 
0.171875,-0.9375 0.171875,-1.59375 0,-3.234375 -1.9375,-5.703125 
-5.609375,-5.703125 -3.203125,0 -6.203125,2.328125 -6.203125,6.234375 0,3.968 
[...]
+           d="m 5.4375,0.234375 c 2.3125,0 4.484375,-1.484375 
4.484375,-4.109375 0,-2.625 -1.84375,-3.796875 -4.171875,-3.796875 -0.921875,0 
-1.53125,0.1875 -2.234375,0.484375 L 3.84375,-10.765625 H 9.3125 V -12.125 H 
2.453125 L 2.046875,-6.28125 2.890625,-5.75 C 3.75,-6.234375 4.34375,-6.5 
5.359375,-6.5 c 1.796875,0 2.984375,0.984375 2.984375,2.65625 0,1.703125 
-1.375,2.78125 -3.078125,2.78125 -1.640625,0 -2.625,-0.671875 
-3.421875,-1.390625 L 1.0625,-1.421875 C 2,-0.59375 3.265625,0.23 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-3"
+         id="glyph1-39"
          overflow="visible">
         <path
            id="path329"
-           d="m 5.109375,0 h 3.53125 V -9.140625 H 12.75 V -11.90625 H 
8.640625 v -0.328125 c 0,-1.453125 0.71875,-2.09375 2.234375,-2.09375 0.90625,0 
1.75,0.171875 2.5,0.453125 l 0.671875,-2.59375 c -1.015625,-0.328125 
-2.234375,-0.640625 -3.609375,-0.640625 -3.71875,0 -5.328125,2.15625 
-5.328125,4.890625 v 0.3125 l -3.140625,0.140625 v 2.625 h 3.140625 z m 0,0"
+           d="m 5.453125,0.234375 c 2.40625,0 4.390625,-1.3125 
4.390625,-3.46875 0,-1.671875 -1.390625,-2.734375 -3,-3.078125 v -0.078125 c 
1.5,-0.484375 2.578125,-1.421875 2.578125,-2.875 0,-1.96875 -1.734375,-3.078125 
-4,-3.078125 -1.5625,0 -2.875,0.640625 -3.890625,1.515625 L 2.375,-9.84375 c 
0.796875,-0.71875 1.84375,-1.234375 2.984375,-1.234375 1.484375,0 
2.46875,0.734375 2.46875,1.921875 0,1.265625 -1.109375,2.265625 
-3.96875,2.265625 v 1.1875 c 3.1875,0 4.40625,0.96875 4.40625,2.4 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-4"
+         id="glyph2-0"
          overflow="visible">
         <path
            id="path332"
-           d="m 5.359375,0.28125 c 1.703125,0 2.9375,-0.78125 4,-1.984375 h 
0.09375 L 9.71875,0 h 2.875 V -11.90625 H 9.078125 v 7.828125 C 8.25,-3.03125 
7.625,-2.71875 6.75,-2.71875 c -1.328125,0 -1.734375,-0.71875 
-1.734375,-2.296875 v -6.890625 h -3.53125 v 7.34375 c 0,3 1.15625,4.84375 
3.875,4.84375 z m 0,0"
+           d="m 0.671875,0 h 10.0625 v -12.546875 h -10.0625 z m 
3.46875,-1.734375 0.75,-1.453125 0.765625,-1.859375 H 5.734375 L 6.5,-3.1875 
7.265625,-1.734375 Z M 2.53125,-2.9375 V -10 l 1.796875,3.546875 z m 
3.125,-4.921875 -0.8125,-1.8125 -0.59375,-1.125 h 2.890625 l -0.578125,1.125 
-0.828125,1.8125 z M 7.0625,-6.453125 8.859375,-10 v 7.0625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-5"
+         id="glyph2-1"
          overflow="visible">
         <path
            id="path335"
-           d="M 1.734375,0 H 5.25 v -7.9375 c 0.84375,-0.828125 1.46875,-1.25 
2.4375,-1.25 1.28125,0 1.75,0.71875 1.75,2.296875 V 0 h 3.515625 v -7.34375 c 
0,-3 -1.1875,-4.84375 -3.875,-4.84375 -1.78125,0 -3.078125,0.859375 
-4.109375,1.875 H 4.875 l -0.265625,-1.59375 h -2.875 z m 0,0"
+           d="m 4.140625,0 h 3.21875 L 10.8125,-9.421875 H 8.125 l 
-1.46875,4.4375 C 6.34375,-4.03125 6.09375,-3.0625 5.8125,-2.078125 H 5.734375 
C 5.453125,-3.0625 5.1875,-4.03125 4.890625,-4.984375 l -1.484375,-4.4375 h 
-2.8125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-6"
+         id="glyph2-2"
          overflow="visible">
         <path
            id="path338"
-           d="M 0.84375,0 H 4.203125 V -8.046875 C 4.515625,-8.8125 
4.796875,-9.1875 5.25,-9.1875 c 0.46875,0 0.671875,0.359375 0.671875,1.078125 V 
0 H 8.6875 V -8.046875 C 9.03125,-8.8125 9.34375,-9.1875 9.765625,-9.1875 c 
0.484375,0 0.65625,0.359375 0.65625,1.078125 V 0 h 3.359375 v -8.359375 c 
0,-2.375 -0.96875,-3.828125 -2.671875,-3.828125 -1.359375,0 -2.203125,0.859375 
-2.640625,1.9375 -0.28125,-1.265625 -1.03125,-1.9375 -2.0625,-1.9375 
-1.359375,0 -2.140625,0.78125 -2.5625,1.75 H 3 [...]
+           d="m 6.046875,-7.53125 c 1.078125,0 1.71875,0.609375 
1.859375,1.78125 H 3.875 c 0.28125,-1.1875 1.0625,-1.78125 2.171875,-1.78125 z 
m 0.21875,7.765625 c 1.265625,0 2.671875,-0.421875 3.75,-1.109375 l 
-0.9375,-1.6875 C 8.25,-2.125 7.5,-1.90625 6.65625,-1.90625 c -1.546875,0 
-2.546875,-0.609375 -2.8125,-1.96875 h 6.421875 c 0.03125,-0.234375 
0.125,-0.734375 0.125,-1.25 0,-2.5625 -1.53125,-4.53125 -4.4375,-4.53125 
-2.53125,0 -4.90625,1.84375 -4.90625,4.9375 0,3.140625 2.28125,4.9 [...]
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-7"
+         id="glyph2-3"
          overflow="visible">
         <path
            id="path341"
-           d="m 6.671875,0 h 3.53125 v -11.90625 h -8.3125 v 2.765625 h 
4.78125 z M 8.28125,-13.78125 c 1.359375,0 2.34375,-0.828125 2.34375,-2.125 
0,-1.296875 -0.984375,-2.21875 -2.34375,-2.21875 -1.375,0 -2.359375,0.921875 
-2.359375,2.21875 0,1.296875 0.984375,2.125 2.359375,2.125 z m 0,0"
+           d="M 2.203125,0 H 5 v -4.90625 c 0.796875,-1.6875 
2.015625,-2.296875 3.171875,-2.296875 0.703125,0 1.078125,0.09375 
1.671875,0.265625 l 0.5625,-2.328125 c -0.546875,-0.25 -0.984375,-0.390625 
-1.8125,-0.390625 -1.5,0 -2.890625,0.75 -3.828125,2.28125 H 4.71875 L 
4.484375,-9.421875 h -2.28125 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-8"
+         id="glyph2-4"
          overflow="visible">
         <path
            id="path344"
-           d="m 8.234375,0.28125 c 1.625,0 3.453125,-0.546875 4.890625,-1.75 L 
11.71875,-3.703125 C 10.84375,-3.09375 9.8125,-2.5625 8.5625,-2.5625 c 
-1.96875,0 -3.328125,-1.328125 -3.328125,-3.390625 0,-2.0625 1.40625,-3.390625 
3.453125,-3.390625 0.890625,0 1.734375,0.296875 2.640625,0.9375 l 
1.625,-2.171875 c -1,-0.9375 -2.578125,-1.609375 -4.453125,-1.609375 
-3.671875,0 -6.890625,2.28125 -6.890625,6.234375 0,3.96875 2.875,6.234375 
6.625,6.234375 z m 0,0"
+           d="m 7.375,0.234375 c 1.25,0 2.234375,-0.265625 3.078125,-0.515625 
l -0.5,-2.015625 c -0.5625,0.1875 -1.15625,0.34375 -1.859375,0.34375 
-1.390625,0 -2,-0.5625 -2,-1.984375 v -3.296875 h 4 v -2.1875 h -4 V -12.3125 H 
3.796875 L 3.4375,-9.421875 0.9375,-9.3125 v 2.078125 h 2.375 v 3.328125 c 
0,2.46875 1.0625,4.140625 4.0625,4.140625 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-9"
+         id="glyph2-5"
          overflow="visible">
         <path
            id="path347"
-           d="m 7.203125,0.28125 c 3.140625,0 6.0625,-2.265625 
6.0625,-6.234375 0,-3.953125 -2.921875,-6.234375 -6.0625,-6.234375 -3.140625,0 
-6.078125,2.28125 -6.078125,6.234375 0,3.96875 2.9375,6.234375 
6.078125,6.234375 z m 0,-2.84375 C 5.5625,-2.5625 4.75,-3.890625 4.75,-5.953125 
c 0,-2.0625 0.8125,-3.390625 2.453125,-3.390625 1.625,0 2.4375,1.328125 
2.4375,3.390625 0,2.0625 -0.8125,3.390625 -2.4375,3.390625 z m 0,0"
+           d="M 5.28125,0 H 8.078125 V -9.421875 H 1.5 v 2.1875 H 5.28125 Z M 
6.5625,-10.90625 c 1.078125,0 1.859375,-0.671875 1.859375,-1.6875 0,-1.03125 
-0.78125,-1.75 -1.859375,-1.75 -1.09375,0 -1.875,0.71875 -1.875,1.75 0,1.015625 
0.78125,1.6875 1.875,1.6875 z m 0,0"
            style="stroke:none" />
       </symbol>
       <symbol
          style="overflow:visible"
-         id="glyph5-10"
+         id="glyph2-6"
          overflow="visible">
         <path
            id="path350"
-           d="M 1.734375,4.421875 H 5.25 V 0.9375 L 5.09375,-1.015625 H 5.1875 
c 0.84375,0.84375 1.875,1.296875 2.921875,1.296875 2.671875,0 5.15625,-2.34375 
5.15625,-6.421875 0,-3.671875 -1.796875,-6.046875 -4.765625,-6.046875 
-1.28125,0 -2.59375,0.625 -3.5625,1.484375 H 4.875 L 4.609375,-11.90625 h 
-2.875 z m 5.5625,-7.015625 c -0.59375,0 -1.375,-0.21875 -2.046875,-0.796875 v 
-4.8125 C 6,-8.96875 6.703125,-9.3125 7.46875,-9.3125 c 1.484375,0 
2.171875,1.078125 2.171875,3.21875 0,2.45312 [...]
+           d="m 6.515625,0.234375 c 1.296875,0 2.734375,-0.4375 
3.875,-1.390625 l -1.125,-1.765625 c -0.671875,0.46875 -1.5,0.890625 
-2.484375,0.890625 -1.5625,0 -2.640625,-1.046875 -2.640625,-2.6875 0,-1.625 
1.125,-2.671875 2.734375,-2.671875 0.703125,0 1.375,0.234375 2.09375,0.734375 L 
10.265625,-8.375 c -0.796875,-0.75 -2.0625,-1.28125 -3.546875,-1.28125 
-2.90625,0 -5.453125,1.8125 -5.453125,4.9375 0,3.140625 2.28125,4.953125 
5.25,4.953125 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph2-7"
+         overflow="visible">
+        <path
+           id="path353"
+           d="m 5.703125,0.234375 c 2.484375,0 4.796875,-1.8125 
4.796875,-4.953125 0,-3.125 -2.3125,-4.9375 -4.796875,-4.9375 -2.484375,0 
-4.8125,1.8125 -4.8125,4.9375 0,3.140625 2.328125,4.953125 4.8125,4.953125 z m 
0,-2.265625 c -1.296875,0 -1.9375,-1.046875 -1.9375,-2.6875 0,-1.625 
0.640625,-2.671875 1.9375,-2.671875 1.28125,0 1.9375,1.046875 1.9375,2.671875 
0,1.640625 -0.65625,2.6875 -1.9375,2.6875 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph2-8"
+         overflow="visible">
+        <path
+           id="path356"
+           d="m 5.703125,0.234375 c 1.3125,0 2.203125,-0.96875 
2.203125,-2.234375 0,-1.25 -0.890625,-2.234375 -2.203125,-2.234375 C 
4.390625,-4.234375 3.5,-3.25 3.5,-2 c 0,1.265625 0.890625,2.234375 
2.203125,2.234375 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph2-9"
+         overflow="visible">
+        <path
+           id="path359"
+           d="m 7.5,0.234375 c 1.1875,0 1.84375,-0.203125 2.84375,-0.515625 l 
-0.640625,-2.0625 c -0.5625,0.234375 -1.015625,0.3125 -1.453125,0.3125 
-0.796875,0 -1.546875,-0.375 -1.546875,-1.546875 V -13.3125 h -5.75 v 2.203125 
H 3.90625 V -3.6875 c 0,2.390625 1.25,3.921875 3.59375,3.921875 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph2-10"
+         overflow="visible">
+        <path
+           id="path362"
+           d=""
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph3-0"
+         overflow="visible">
+        <path
+           id="path365"
+           d="m 0.953125,3.359375 v -16.75 h 9.5 v 16.75 z m 1.0625,-1.0625 h 
7.375 v -14.625 h -7.375 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph3-1"
+         overflow="visible">
+        <path
+           id="path368"
+           d="m 1.578125,1.140625 h 13.875 V 3 h -13.875 z m 0,-3 h 13.875 V 0 
h -13.875 z m 0,-3 h 13.875 V -3 h -13.875 z m 0,-3 h 13.875 V -6 h -13.875 z m 
0,-3 h 13.875 V -9 h -13.875 z m 0,-3 h 13.875 V -12 h -13.875 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph4-0"
+         overflow="visible">
+        <path
+           id="path371"
+           d="m 1.078125,0 h 7.34375 V -13.96875 H 1.078125 Z M 1.75,-6.265625 
v -2.25 L 5.59375,-13.3125 H 7.375 Z M 1.75,-9.25 v -2.21875 L 3.21875,-13.3125 
H 5 Z m 0,-2.96875 v -1.09375 h 0.875 z m 0,8.90625 v -2.21875 l 
6.015625,-7.515625 v 2.21875 z m 0,2.640625 V -2.5625 l 6.015625,-7.53125 v 
2.234375 L 2,-0.671875 Z m 0.859375,0 5.15625,-6.453125 v 2.21875 L 
4.375,-0.671875 Z m 4.140625,0 H 4.984375 l 2.78125,-3.46875 v 2.21875 z m 
1.015625,0 h -0.40625 l 0.40625,-0.5 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph4-1"
+         overflow="visible">
+        <path
+           id="path374"
+           d="M 7.90625,2.015625 8.640625,1.25 6.53125,-0.984375 h 8.046875 V 
-14.9375 H 12.8125 V -2.578125 H 6.53125 L 8.640625,-4.8125 7.90625,-5.5625 
4.125,-1.78125 Z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph5-0"
+         overflow="visible">
+        <path
+           id="path377"
+           d="M 0.84375,0 H 13.5625 V -15.84375 H 0.84375 Z m 4.390625,-2.1875 
0.9375,-1.84375 0.984375,-2.359375 H 7.25 l 0.953125,2.359375 0.96875,1.84375 z 
M 3.1875,-3.71875 V -12.625 l 2.28125,4.46875 z M 7.15625,-9.9375 
6.125,-12.21875 5.375,-13.625 h 3.65625 l -0.75,1.40625 L 7.25,-9.9375 Z M 
8.921875,-8.15625 11.1875,-12.625 v 8.90625 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph5-1"
+         overflow="visible">
+        <path
+           id="path380"
+           d="M 5.234375,0 H 9.28125 l 4.375,-11.90625 h -3.390625 l 
-1.859375,5.625 c -0.390625,1.1875 -0.703125,2.421875 -1.0625,3.671875 H 7.25 C 
6.890625,-3.859375 6.546875,-5.09375 6.171875,-6.28125 l -1.875,-5.625 H 0.75 Z 
m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph5-2"
+         overflow="visible">
+        <path
+           id="path383"
+           d="m 7.625,-9.5 c 1.375,0 2.1875,0.765625 2.359375,2.234375 H 
4.890625 C 5.25,-8.765625 6.234375,-9.5 7.625,-9.5 Z m 0.296875,9.78125 c 
1.578125,0 3.359375,-0.515625 4.71875,-1.390625 l -1.171875,-2.125 c 
-1.046875,0.546875 -1.984375,0.828125 -3.0625,0.828125 -1.953125,0 
-3.21875,-0.765625 -3.5625,-2.484375 h 8.109375 c 0.0625,-0.296875 
0.171875,-0.9375 0.171875,-1.59375 0,-3.234375 -1.9375,-5.703125 
-5.609375,-5.703125 -3.203125,0 -6.203125,2.328125 -6.203125,6.234375 0,3.968 
[...]
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph5-3"
+         overflow="visible">
+        <path
+           id="path386"
+           d="M 2.78125,0 H 6.3125 v -6.1875 c 1,-2.140625 2.546875,-2.90625 
4,-2.90625 0.890625,0 1.375,0.125 2.125,0.328125 l 0.71875,-2.953125 c 
-0.703125,-0.3125 -1.25,-0.46875 -2.3125,-0.46875 -1.890625,0 -3.640625,0.9375 
-4.8125,2.875 H 5.953125 L 5.65625,-11.90625 h -2.875 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph5-4"
+         overflow="visible">
+        <path
+           id="path389"
+           d="m 9.3125,0.28125 c 1.578125,0 2.828125,-0.328125 
3.890625,-0.640625 l -0.625,-2.546875 c -0.71875,0.25 -1.46875,0.4375 
-2.359375,0.4375 -1.75,0 -2.515625,-0.703125 -2.515625,-2.5 V -9.140625 H 12.75 
V -11.90625 H 7.703125 v -3.640625 h -2.90625 l -0.453125,3.640625 
-3.171875,0.140625 v 2.625 h 3 V -4.9375 c 0,3.109375 1.34375,5.21875 
5.140625,5.21875 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph5-5"
+         overflow="visible">
+        <path
+           id="path392"
+           d="m 6.671875,0 h 3.53125 v -11.90625 h -8.3125 v 2.765625 h 
4.78125 z M 8.28125,-13.78125 c 1.359375,0 2.34375,-0.828125 2.34375,-2.125 
0,-1.296875 -0.984375,-2.21875 -2.34375,-2.21875 -1.375,0 -2.359375,0.921875 
-2.359375,2.21875 0,1.296875 0.984375,2.125 2.359375,2.125 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph5-6"
+         overflow="visible">
+        <path
+           id="path395"
+           d="m 8.234375,0.28125 c 1.625,0 3.453125,-0.546875 4.890625,-1.75 L 
11.71875,-3.703125 C 10.84375,-3.09375 9.8125,-2.5625 8.5625,-2.5625 c 
-1.96875,0 -3.328125,-1.328125 -3.328125,-3.390625 0,-2.0625 1.40625,-3.390625 
3.453125,-3.390625 0.890625,0 1.734375,0.296875 2.640625,0.9375 l 
1.625,-2.171875 c -1,-0.9375 -2.578125,-1.609375 -4.453125,-1.609375 
-3.671875,0 -6.890625,2.28125 -6.890625,6.234375 0,3.96875 2.875,6.234375 
6.625,6.234375 z m 0,0"
+           style="stroke:none" />
+      </symbol>
+      <symbol
+         style="overflow:visible"
+         id="glyph5-7"
+         overflow="visible">
+        <path
+           id="path398"
+           d="m 7.203125,0.28125 c 3.140625,0 6.0625,-2.265625 
6.0625,-6.234375 0,-3.953125 -2.921875,-6.234375 -6.0625,-6.234375 -3.140625,0 
-6.078125,2.28125 -6.078125,6.234375 0,3.96875 2.9375,6.234375 
6.078125,6.234375 z m 0,-2.84375 C 5.5625,-2.5625 4.75,-3.890625 4.75,-5.953125 
c 0,-2.0625 0.8125,-3.390625 2.453125,-3.390625 1.625,0 2.4375,1.328125 
2.4375,3.390625 0,2.0625 -0.8125,3.390625 -2.4375,3.390625 z m 0,0"
            style="stroke:none" />
       </symbol>
     </g>
     <clipPath
        id="clip1">
       <path
-         id="path355"
-         d="M 1128,0 H 2548 V 31 H 1128 Z m 0,0" />
+         id="path403"
+         d="M 1422,0 H 2548 V 31 H 1422 Z m 0,0" />
     </clipPath>
+    <image
+       
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAAAAADhZOFXAAAAAmJLR0QA/4ePzL8AAAAiSURBVAiZY/zPwMDAwMDIwMQABSwMDIwMDAwMCBE8DDgAAEoPARFYd6nlAAAAAElFTkSuQmCC"
+       height="8"
+       width="8"
+       id="image5397" />
+    <mask
+       id="mask0">
+      <use
+         height="100%"
+         width="100%"
+         y="0"
+         x="0"
+         id="use407"
+         xlink:href="#image5397" />
+    </mask>
     <clipPath
        id="clip2">
       <path
-         id="path358"
-         d="M 1128,31 H 2548 V 62 H 1128 Z m 0,0" />
+         id="path410"
+         d="M 1422,31 H 2548 V 62 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip3">
       <path
-         id="path361"
-         d="M 1128,62 H 2548 V 93 H 1128 Z m 0,0" />
+         id="path413"
+         d="M 1422,62 H 2548 V 93 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip4">
       <path
-         id="path364"
-         d="m 1128,93 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path416"
+         d="m 1422,93 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip5">
       <path
-         id="path367"
-         d="m 1128,124 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path419"
+         d="m 1422,124 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip6">
       <path
-         id="path370"
-         d="m 1128,155 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path422"
+         d="m 1422,155 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip7">
       <path
-         id="path373"
-         d="m 1128,186 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path425"
+         d="m 1422,186 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip8">
       <path
-         id="path376"
-         d="m 1128,217 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path428"
+         d="m 1422,217 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip9">
       <path
-         id="path379"
-         d="m 1128,248 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path431"
+         d="m 1422,248 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip10">
       <path
-         id="path382"
-         d="m 1128,279 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path434"
+         d="m 1422,279 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip11">
       <path
-         id="path385"
-         d="m 1128,310 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path437"
+         d="m 1422,310 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip12">
       <path
-         id="path388"
-         d="m 1128,341 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path440"
+         d="m 1422,341 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip13">
       <path
-         id="path391"
-         d="m 1128,372 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path443"
+         d="m 1422,372 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip14">
       <path
-         id="path394"
-         d="m 1128,403 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path446"
+         d="m 1422,403 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip15">
       <path
-         id="path397"
-         d="m 1128,434 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path449"
+         d="m 1422,434 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip16">
       <path
-         id="path400"
-         d="m 1128,465 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path452"
+         d="m 1422,465 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip17">
       <path
-         id="path403"
-         d="m 1128,496 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path455"
+         d="m 1422,496 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip18">
       <path
-         id="path406"
-         d="m 1128,527 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path458"
+         d="m 1422,527 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip19">
       <path
-         id="path409"
-         d="m 1128,558 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path461"
+         d="m 1422,558 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip20">
       <path
-         id="path412"
-         d="m 1128,589 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path464"
+         d="m 1422,589 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip21">
       <path
-         id="path415"
-         d="m 1128,620 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path467"
+         d="m 1422,620 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip22">
       <path
-         id="path418"
-         d="m 1128,651 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path470"
+         d="m 1422,651 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip23">
       <path
-         id="path421"
-         d="m 1128,682 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path473"
+         d="m 1422,682 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip24">
       <path
-         id="path424"
-         d="m 1128,713 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path476"
+         d="m 1422,713 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip25">
       <path
-         id="path427"
-         d="m 1128,744 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path479"
+         d="m 1422,744 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip26">
       <path
-         id="path430"
-         d="m 1128,775 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path482"
+         d="m 1422,775 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip27">
       <path
-         id="path433"
-         d="m 1128,806 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path485"
+         d="m 1422,806 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip28">
       <path
-         id="path436"
-         d="m 1128,837 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path488"
+         d="m 1422,837 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip29">
       <path
-         id="path439"
-         d="m 1128,868 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path491"
+         d="m 1422,868 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip30">
       <path
-         id="path442"
-         d="m 1128,899 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path494"
+         d="m 1422,899 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip31">
       <path
-         id="path445"
-         d="m 1128,930 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path497"
+         d="m 1422,930 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip32">
       <path
-         id="path448"
-         d="m 1128,961 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path500"
+         d="m 1422,961 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip33">
       <path
-         id="path451"
-         d="m 1128,992 h 1420 v 31 H 1128 Z m 0,0" />
+         id="path503"
+         d="m 1422,992 h 1126 v 31 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip34">
       <path
-         id="path454"
-         d="m 8,1023 h 84 v 12 H 8 Z m 0,0" />
+         id="path506"
+         d="m 8,1023 h 140 v 12 H 8 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip35">
       <path
-         id="path457"
-         d="m 92,1023 h 14 v 12 H 92 Z m 0,0" />
+         id="path509"
+         d="m 12,1029 h 122 v 6 H 12 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip36">
       <path
-         id="path460"
-         d="m 96,1029 h 8 v 6 h -8 z m 0,0" />
+         id="path512"
+         d="m 148,1023 h 1260 v 12 H 148 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip37">
       <path
-         id="path463"
-         d="m 106,1023 h 210 v 12 H 106 Z m 0,0" />
+         id="path515"
+         d="m 1408,1023 h 14 v 12 h -14 z m 0,0" />
     </clipPath>
     <clipPath
        id="clip38">
       <path
-         id="path466"
-         d="m 107,1029 h 208 v 6 H 107 Z m 0,0" />
+         id="path518"
+         d="m 1422,1023 h 1126 v 12 H 1422 Z m 0,0" />
     </clipPath>
     <clipPath
        id="clip39">
       <path
-         id="path469"
-         d="m 316,1023 h 14 v 12 h -14 z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip40">
-      <path
-         id="path472"
-         d="m 318,1029 h 8 v 6 h -8 z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip41">
-      <path
-         id="path475"
-         d="m 330,1023 h 14 v 12 h -14 z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip42">
-      <path
-         id="path478"
-         d="m 332,1029 h 8 v 6 h -8 z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip43">
-      <path
-         id="path481"
-         d="m 344,1023 h 14 v 12 h -14 z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip44">
-      <path
-         id="path484"
-         d="m 346,1029 h 8 v 6 h -8 z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip45">
-      <path
-         id="path487"
-         d="m 358,1023 h 14 v 12 h -14 z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip46">
-      <path
-         id="path490"
-         d="m 372,1023 h 742 v 12 H 372 Z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip47">
-      <path
-         id="path493"
-         d="m 1114,1023 h 14 v 12 h -14 z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip48">
-      <path
-         id="path496"
-         d="m 1128,1023 h 1420 v 12 H 1128 Z m 0,0" />
-    </clipPath>
-    <clipPath
-       id="clip49">
-      <path
-         id="path499"
-         d="m 582,1246 h 1966 v 31 H 582 Z m 0,0" />
+         id="path521"
+         d="m 1156,1091 h 1392 v 31 H 1156 Z m 0,0" />
     </clipPath>
   </defs>
   <g
      transform="translate(0,-1035)"
-     id="surface1903">
+     id="surface5394">
     <rect
-       id="rect504"
-       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect712"
+       mask="url(#mask0)"
+       style="fill:#000000;fill-opacity:1;stroke:none"
        height="1401"
        width="2556"
        y="0"
        x="0" />
+    <g
+       style="clip-rule:nonzero"
+       id="g3790"
+       clip-path="url(#clip35)" />
     <path
-       id="path3610"
+       id="path3808"
        d="m 0,1035 h 88 v 25 H 0 Z m 0,0"
        style="fill:#d7d7d7;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g3628"
+       id="g3826"
        style="fill:#070707;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use3612"
+         id="use3810"
          y="1054"
          x="0"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3614"
+         id="use3812"
          y="1054"
          x="11"
          xlink:href="#glyph1-2" />
       <use
          height="100%"
          width="100%"
-         id="use3616"
+         id="use3814"
          y="1054"
          x="22"
          xlink:href="#glyph1-3" />
       <use
          height="100%"
          width="100%"
-         id="use3618"
+         id="use3816"
          y="1054"
          x="33"
          xlink:href="#glyph1-4" />
       <use
          height="100%"
          width="100%"
-         id="use3620"
+         id="use3818"
          y="1054"
          x="44"
          xlink:href="#glyph1-4" />
       <use
          height="100%"
          width="100%"
-         id="use3622"
+         id="use3820"
          y="1054"
          x="55"
          xlink:href="#glyph1-4" />
       <use
          height="100%"
          width="100%"
-         id="use3624"
+         id="use3822"
          y="1054"
          x="66"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3626"
+         id="use3824"
          y="1054"
          x="77"
          xlink:href="#glyph1-1" />
     </g>
     <path
-       id="path3630"
+       id="path3828"
        d="m 88,1035 h 132 v 25 H 88 Z m 0,0"
        style="fill:#d7d7d7;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g3656"
+       id="g3854"
        style="fill:#070707;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use3632"
+         id="use3830"
          y="1054"
          x="88"
          xlink:href="#glyph2-1" />
       <use
          height="100%"
          width="100%"
-         id="use3634"
+         id="use3832"
          y="1054"
          x="99"
          xlink:href="#glyph2-2" />
       <use
          height="100%"
          width="100%"
-         id="use3636"
+         id="use3834"
          y="1054"
          x="110"
          xlink:href="#glyph2-3" />
       <use
          height="100%"
          width="100%"
-         id="use3638"
+         id="use3836"
          y="1054"
          x="121"
-         xlink:href="#glyph2-2" />
+         xlink:href="#glyph2-4" />
       <use
          height="100%"
          width="100%"
-         id="use3640"
+         id="use3838"
          y="1054"
          x="132"
-         xlink:href="#glyph2-4" />
+         xlink:href="#glyph2-5" />
       <use
          height="100%"
          width="100%"
-         id="use3642"
+         id="use3840"
          y="1054"
          x="143"
-         xlink:href="#glyph2-5" />
+         xlink:href="#glyph2-6" />
       <use
          height="100%"
          width="100%"
-         id="use3644"
+         id="use3842"
          y="1054"
          x="154"
-         xlink:href="#glyph2-1" />
+         xlink:href="#glyph2-7" />
       <use
          height="100%"
          width="100%"
-         id="use3646"
+         id="use3844"
          y="1054"
          x="165"
-         xlink:href="#glyph2-6" />
+         xlink:href="#glyph2-8" />
       <use
          height="100%"
          width="100%"
-         id="use3648"
+         id="use3846"
          y="1054"
          x="176"
-         xlink:href="#glyph2-7" />
+         xlink:href="#glyph2-2" />
       <use
          height="100%"
          width="100%"
-         id="use3650"
+         id="use3848"
          y="1054"
          x="187"
-         xlink:href="#glyph2-8" />
+         xlink:href="#glyph2-9" />
       <use
          height="100%"
          width="100%"
-         id="use3652"
+         id="use3850"
          y="1054"
          x="198"
-         xlink:href="#glyph2-9" />
+         xlink:href="#glyph2-10" />
       <use
          height="100%"
          width="100%"
-         id="use3654"
+         id="use3852"
          y="1054"
          x="209"
          xlink:href="#glyph2-10" />
     </g>
     <path
-       id="path3658"
+       id="path3856"
        d="m 220,1035 h 242 v 25 H 220 Z m 0,0"
        style="fill:#d7d7d7;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g3704"
+       id="g3902"
        style="fill:#070707;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use3660"
+         id="use3858"
          y="1054"
          x="220"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3662"
+         id="use3860"
          y="1054"
          x="231"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3664"
+         id="use3862"
          y="1054"
          x="242"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3666"
+         id="use3864"
          y="1054"
          x="253"
          xlink:href="#glyph1-5" />
       <use
          height="100%"
          width="100%"
-         id="use3668"
+         id="use3866"
          y="1054"
          x="264"
          xlink:href="#glyph1-6" />
       <use
          height="100%"
          width="100%"
-         id="use3670"
+         id="use3868"
          y="1054"
          x="275"
          xlink:href="#glyph1-7" />
       <use
          height="100%"
          width="100%"
-         id="use3672"
+         id="use3870"
          y="1054"
          x="286"
          xlink:href="#glyph1-8" />
       <use
          height="100%"
          width="100%"
-         id="use3674"
+         id="use3872"
          y="1054"
          x="297"
          xlink:href="#glyph1-9" />
       <use
          height="100%"
          width="100%"
-         id="use3676"
+         id="use3874"
          y="1054"
          x="308"
-         xlink:href="#glyph1-10" />
+         xlink:href="#glyph1-9" />
       <use
          height="100%"
          width="100%"
-         id="use3678"
+         id="use3876"
          y="1054"
          x="319"
-         xlink:href="#glyph1-11" />
+         xlink:href="#glyph1-10" />
       <use
          height="100%"
          width="100%"
-         id="use3680"
+         id="use3878"
          y="1054"
          x="330"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3682"
+         id="use3880"
          y="1054"
          x="341"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3684"
+         id="use3882"
          y="1054"
          x="352"
-         xlink:href="#glyph1-12" />
+         xlink:href="#glyph1-11" />
       <use
          height="100%"
          width="100%"
-         id="use3686"
+         id="use3884"
          y="1054"
          x="363"
-         xlink:href="#glyph1-13" />
+         xlink:href="#glyph1-3" />
       <use
          height="100%"
          width="100%"
-         id="use3688"
+         id="use3886"
          y="1054"
          x="374"
-         xlink:href="#glyph1-13" />
+         xlink:href="#glyph1-12" />
       <use
          height="100%"
          width="100%"
-         id="use3690"
+         id="use3888"
          y="1054"
          x="385"
-         xlink:href="#glyph1-3" />
+         xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3692"
+         id="use3890"
          y="1054"
          x="396"
-         xlink:href="#glyph1-14" />
+         xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3694"
+         id="use3892"
          y="1054"
          x="407"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3696"
+         id="use3894"
          y="1054"
          x="418"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3698"
+         id="use3896"
          y="1054"
          x="429"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3700"
+         id="use3898"
          y="1054"
          x="440"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3702"
+         id="use3900"
          y="1054"
          x="451"
          xlink:href="#glyph1-1" />
     </g>
     <path
-       id="path3706"
+       id="path3904"
        d="m 462,1035 h 88 v 25 h -88 z m 0,0"
        style="fill:#d7d7d7;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g3724"
-       style="fill:#6e2b1e;fill-opacity:1">
+       id="g3922"
+       style="fill:#072e5e;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use3708"
+         id="use3906"
          y="1054"
          x="462"
-         xlink:href="#glyph1-15" />
+         xlink:href="#glyph1-13" />
       <use
          height="100%"
          width="100%"
-         id="use3710"
+         id="use3908"
          y="1054"
          x="473"
-         xlink:href="#glyph1-16" />
+         xlink:href="#glyph1-14" />
       <use
          height="100%"
          width="100%"
-         id="use3712"
+         id="use3910"
          y="1054"
          x="484"
-         xlink:href="#glyph1-17" />
+         xlink:href="#glyph1-15" />
       <use
          height="100%"
          width="100%"
-         id="use3714"
+         id="use3912"
          y="1054"
          x="495"
-         xlink:href="#glyph1-3" />
+         xlink:href="#glyph1-4" />
       <use
          height="100%"
          width="100%"
-         id="use3716"
+         id="use3914"
          y="1054"
          x="506"
-         xlink:href="#glyph1-18" />
+         xlink:href="#glyph1-16" />
       <use
          height="100%"
          width="100%"
-         id="use3718"
+         id="use3916"
          y="1054"
          x="517"
-         xlink:href="#glyph1-19" />
+         xlink:href="#glyph1-17" />
       <use
          height="100%"
          width="100%"
-         id="use3720"
+         id="use3918"
          y="1054"
          x="528"
-         xlink:href="#glyph1-16" />
+         xlink:href="#glyph1-14" />
       <use
          height="100%"
          width="100%"
-         id="use3722"
+         id="use3920"
          y="1054"
          x="539"
-         xlink:href="#glyph1-20" />
+         xlink:href="#glyph1-18" />
     </g>
     <path
-       id="path3726"
+       id="path3924"
        d="m 550,1035 h 231 v 25 H 550 Z m 0,0"
        style="fill:#d7d7d7;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g3770"
+       id="g3968"
        style="fill:#070707;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use3728"
+         id="use3926"
          y="1054"
          x="550"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3730"
+         id="use3928"
          y="1054"
          x="561"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3732"
+         id="use3930"
          y="1054"
          x="572"
-         xlink:href="#glyph1-21" />
+         xlink:href="#glyph1-19" />
       <use
          height="100%"
          width="100%"
-         id="use3734"
+         id="use3932"
          y="1054"
          x="583"
-         xlink:href="#glyph1-22" />
+         xlink:href="#glyph1-20" />
       <use
          height="100%"
          width="100%"
-         id="use3736"
+         id="use3934"
          y="1054"
          x="594"
-         xlink:href="#glyph1-18" />
+         xlink:href="#glyph1-16" />
       <use
          height="100%"
          width="100%"
-         id="use3738"
+         id="use3936"
          y="1054"
          x="605"
-         xlink:href="#glyph1-19" />
+         xlink:href="#glyph1-17" />
       <use
          height="100%"
          width="100%"
-         id="use3740"
+         id="use3938"
          y="1054"
          x="616"
-         xlink:href="#glyph1-23" />
+         xlink:href="#glyph1-21" />
       <use
          height="100%"
          width="100%"
-         id="use3742"
+         id="use3940"
          y="1054"
          x="627"
-         xlink:href="#glyph1-24" />
+         xlink:href="#glyph1-22" />
       <use
          height="100%"
          width="100%"
-         id="use3744"
+         id="use3942"
          y="1054"
          x="638"
          xlink:href="#glyph1-4" />
       <use
          height="100%"
          width="100%"
-         id="use3746"
+         id="use3944"
          y="1054"
          x="649"
-         xlink:href="#glyph1-25" />
+         xlink:href="#glyph1-23" />
       <use
          height="100%"
          width="100%"
-         id="use3748"
+         id="use3946"
          y="1054"
          x="660"
-         xlink:href="#glyph1-16" />
+         xlink:href="#glyph1-14" />
       <use
          height="100%"
          width="100%"
-         id="use3750"
+         id="use3948"
          y="1054"
          x="671"
-         xlink:href="#glyph1-24" />
+         xlink:href="#glyph1-22" />
       <use
          height="100%"
          width="100%"
-         id="use3752"
+         id="use3950"
          y="1054"
          x="682"
-         xlink:href="#glyph1-26" />
+         xlink:href="#glyph1-7" />
       <use
          height="100%"
          width="100%"
-         id="use3754"
+         id="use3952"
          y="1054"
          x="693"
          xlink:href="#glyph1-1" />
       <use
          height="100%"
          width="100%"
-         id="use3756"
+         id="use3954"
          y="1054"
          x="704"
-         xlink:href="#glyph1-27" />
+         xlink:href="#glyph1-24" />
       <use
          height="100%"
          width="100%"
-         id="use3758"
+         id="use3956"
          y="1054"
          x="715"
-         xlink:href="#glyph1-28" />
+         xlink:href="#glyph1-25" />
       <use
          height="100%"
          width="100%"
-         id="use3760"
+         id="use3958"
          y="1054"
          x="726"
          xlink:href="#glyph1-3" />
       <use
          height="100%"
          width="100%"
-         id="use3762"
+         id="use3960"
          y="1054"
          x="737"
-         xlink:href="#glyph1-10" />
+         xlink:href="#glyph1-26" />
       <use
          height="100%"
          width="100%"
-         id="use3764"
+         id="use3962"
          y="1054"
          x="748"
-         xlink:href="#glyph1-29" />
+         xlink:href="#glyph1-27" />
       <use
          height="100%"
          width="100%"
-         id="use3766"
+         id="use3964"
          y="1054"
          x="759"
-         xlink:href="#glyph1-12" />
+         xlink:href="#glyph1-9" />
       <use
          height="100%"
          width="100%"
-         id="use3768"
+         id="use3966"
          y="1054"
          x="770"
          xlink:href="#glyph1-1" />
     </g>
     <path
-       id="path3772"
+       id="path3970"
        d="m 781,1035 h 17 v 25 h -17 z m 0,0"
        style="fill:#d7d7d7;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g3776"
+       id="g3974"
        style="fill:#070707;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use3774"
+         id="use3972"
          y="1054"
          x="781"
          xlink:href="#glyph3-1" />
     </g>
     <path
-       id="path3778"
+       id="path3976"
        d="m 798,1035 h 33 v 25 h -33 z m 0,0"
        style="fill:#d7d7d7;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g3786"
+       id="g3984"
        style="fill:#070707;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use3780"
+         id="use3978"
          y="1054"
          x="798"
-         xlink:href="#glyph1-30" />
+         xlink:href="#glyph1-28" />
       <use
          height="100%"
          width="100%"
-         id="use3782"
+         id="use3980"
          y="1054"
          x="809"
          xlink:href="#glyph1-1" />
     </g>
     <path
-       id="path4118"
-       d="m 484,1060 h 14 v 31 h -14 z m 0,0"
+       id="path4316"
+       d="m 414,1060 h 14 v 31 h -14 z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4120"
-       d="m 8,1060 h 266 v 31 H 8 Z m 0,0"
+       id="path4318"
+       d="m 8,1060 h 308 v 31 H 8 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4160"
+       id="g4364"
        style="fill:#00595e;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4122"
+         id="use4320"
          y="1084"
          x="8"
-         xlink:href="#glyph0-32" />
+         xlink:href="#glyph0-38" />
       <use
          height="100%"
          width="100%"
-         id="use4124"
+         id="use4322"
          y="1084"
          x="22"
-         xlink:href="#glyph0-43" />
+         xlink:href="#glyph0-51" />
       <use
          height="100%"
          width="100%"
-         id="use4126"
+         id="use4324"
          y="1084"
          x="36"
-         xlink:href="#glyph0-44" />
+         xlink:href="#glyph0-65" />
       <use
          height="100%"
          width="100%"
-         id="use4128"
+         id="use4326"
          y="1084"
          x="50"
-         xlink:href="#glyph0-45" />
+         xlink:href="#glyph0-48" />
       <use
          height="100%"
          width="100%"
-         id="use4130"
+         id="use4328"
          y="1084"
          x="64"
-         xlink:href="#glyph0-43" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4132"
+         id="use4330"
          y="1084"
          x="78"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4134"
+         id="use4332"
          y="1084"
          x="92"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4136"
+         id="use4334"
          y="1084"
          x="106"
-         xlink:href="#glyph0-25" />
+         xlink:href="#glyph0-41" />
       <use
          height="100%"
          width="100%"
-         id="use4138"
+         id="use4336"
          y="1084"
          x="120"
-         xlink:href="#glyph0-6" />
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4140"
+         id="use4338"
          y="1084"
          x="134"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4142"
+         id="use4340"
          y="1084"
          x="148"
-         xlink:href="#glyph0-10" />
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4144"
+         id="use4342"
          y="1084"
          x="162"
-         xlink:href="#glyph0-6" />
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4146"
+         id="use4344"
          y="1084"
          x="176"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4148"
+         id="use4346"
          y="1084"
          x="190"
-         xlink:href="#glyph0-23" />
+         xlink:href="#glyph0-33" />
       <use
          height="100%"
          width="100%"
-         id="use4150"
+         id="use4348"
          y="1084"
          x="204"
-         xlink:href="#glyph0-3" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4152"
+         id="use4350"
          y="1084"
          x="218"
-         xlink:href="#glyph0-4" />
+         xlink:href="#glyph0-17" />
       <use
          height="100%"
          width="100%"
-         id="use4154"
+         id="use4352"
          y="1084"
          x="232"
-         xlink:href="#glyph0-16" />
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use4156"
+         id="use4354"
          y="1084"
          x="246"
-         xlink:href="#glyph0-46" />
+         xlink:href="#glyph0-7" />
       <use
          height="100%"
          width="100%"
-         id="use4158"
+         id="use4356"
          y="1084"
          x="260"
-         xlink:href="#glyph0-11" />
-    </g>
-    <path
-       id="path4162"
-       d="m 274,1060 h 238 v 31 H 274 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4198"
-       style="fill:#000000;fill-opacity:1">
+         xlink:href="#glyph0-19" />
       <use
          height="100%"
          width="100%"
-         id="use4164"
+         id="use4358"
          y="1084"
          x="274"
-         xlink:href="#glyph0-15" />
+         xlink:href="#glyph0-28" />
       <use
          height="100%"
          width="100%"
-         id="use4166"
+         id="use4360"
          y="1084"
          x="288"
-         xlink:href="#glyph0-16" />
+         xlink:href="#glyph0-29" />
       <use
          height="100%"
          width="100%"
-         id="use4168"
+         id="use4362"
          y="1084"
          x="302"
-         xlink:href="#glyph0-20" />
+         xlink:href="#glyph0-2" />
+    </g>
+    <path
+       id="path4366"
+       d="m 316,1060 h 126 v 31 H 316 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4386"
+       style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4170"
+         id="use4368"
          y="1084"
          x="316"
-         xlink:href="#glyph0-17" />
+         xlink:href="#glyph0-3" />
       <use
          height="100%"
          width="100%"
-         id="use4172"
+         id="use4370"
          y="1084"
          x="330"
          xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4174"
+         id="use4372"
          y="1084"
          x="344"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use4176"
+         id="use4374"
          y="1084"
          x="358"
-         xlink:href="#glyph0-2" />
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4178"
+         id="use4376"
          y="1084"
          x="372"
-         xlink:href="#glyph0-3" />
+         xlink:href="#glyph0-7" />
       <use
          height="100%"
          width="100%"
-         id="use4180"
+         id="use4378"
          y="1084"
          x="386"
-         xlink:href="#glyph0-4" />
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4182"
+         id="use4380"
          y="1084"
          x="400"
-         xlink:href="#glyph0-3" />
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4184"
+         id="use4382"
          y="1084"
          x="414"
-         xlink:href="#glyph0-5" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4186"
+         id="use4384"
          y="1084"
          x="428"
-         xlink:href="#glyph0-6" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4188"
-         y="1084"
-         x="442"
          xlink:href="#glyph0-2" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4190"
-         y="1084"
-         x="456"
-         xlink:href="#glyph0-7" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4192"
-         y="1084"
-         x="470"
-         xlink:href="#glyph0-11" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4194"
-         y="1084"
-         x="484"
-         xlink:href="#glyph0-11" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4196"
-         y="1084"
-         x="498"
-         xlink:href="#glyph0-11" />
     </g>
     <path
-       id="path4200"
+       id="path4388"
        d="m 0,1060 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4204"
+       id="path4392"
        d="m 8,1091 h 56 v 31 H 8 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4214"
+       id="g4402"
        style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4206"
+         id="use4394"
          y="1115"
          x="8"
-         xlink:href="#glyph0-42" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4208"
+         id="use4396"
          y="1115"
          x="22"
-         xlink:href="#glyph0-47" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4210"
+         id="use4398"
          y="1115"
          x="36"
-         xlink:href="#glyph0-42" />
+         xlink:href="#glyph0-38" />
       <use
          height="100%"
          width="100%"
-         id="use4212"
+         id="use4400"
          y="1115"
          x="50"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4216"
-       d="m 64,1091 h 14 v 31 H 64 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path4404"
+       d="m 64,1091 h 42 v 31 H 64 Z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4220"
-       style="fill:#000000;fill-opacity:1">
+       id="g4412"
+       style="fill:#4f4f4f;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4218"
+         id="use4406"
          y="1115"
          x="64"
          xlink:href="#glyph0-1" />
-    </g>
-    <path
-       id="path4222"
-       d="m 78,1091 h 70 v 31 H 78 Z m 0,0"
-       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4234"
-       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4224"
+         id="use4408"
          y="1115"
          x="78"
-         xlink:href="#glyph5-1" />
+         xlink:href="#glyph0-1" />
       <use
          height="100%"
          width="100%"
-         id="use4226"
+         id="use4410"
          y="1115"
          x="92"
-         xlink:href="#glyph5-2" />
+         xlink:href="#glyph0-1" />
+    </g>
+    <path
+       id="path4414"
+       d="m 106,1091 h 14 v 31 h -14 z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4416"
+       d="m 120,1091 h 98 v 31 h -98 z m 0,0"
+       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4432"
+       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4228"
+         id="use4418"
          y="1115"
-         x="106"
-         xlink:href="#glyph5-3" />
+         x="120"
+         xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use4230"
+         id="use4420"
          y="1115"
-         x="120"
-         xlink:href="#glyph5-4" />
+         x="134"
+         xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use4232"
+         id="use4422"
          y="1115"
-         x="134"
-         xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path4236"
-       d="m 148,1091 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4238"
-       d="m 162,1091 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4256"
-       style="fill:#750075;fill-opacity:1">
+         x="148"
+         xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use4240"
+         id="use4424"
          y="1115"
          x="162"
-         xlink:href="#glyph5-6" />
+         xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use4242"
+         id="use4426"
          y="1115"
          x="176"
-         xlink:href="#glyph5-7" />
+         xlink:href="#glyph5-5" />
       <use
          height="100%"
          width="100%"
-         id="use4244"
+         id="use4428"
          y="1115"
          x="190"
-         xlink:href="#glyph5-5" />
+         xlink:href="#glyph5-6" />
       <use
          height="100%"
          width="100%"
-         id="use4246"
+         id="use4430"
          y="1115"
          x="204"
          xlink:href="#glyph5-7" />
+    </g>
+    <path
+       id="path4434"
+       d="m 218,1091 h 42 v 31 h -42 z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4442"
+       style="fill:#4f4f4f;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4248"
+         id="use4436"
          y="1115"
          x="218"
-         xlink:href="#glyph5-8" />
+         xlink:href="#glyph0-10" />
       <use
          height="100%"
          width="100%"
-         id="use4250"
+         id="use4438"
          y="1115"
          x="232"
-         xlink:href="#glyph5-9" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4252"
+         id="use4440"
          y="1115"
          x="246"
-         xlink:href="#glyph5-6" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4254"
-         y="1115"
-         x="260"
-         xlink:href="#glyph5-10" />
+         xlink:href="#glyph0-11" />
     </g>
     <path
-       id="path4258"
-       d="m 274,1091 h 196 v 31 H 274 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path4444"
+       d="m 260,1091 h 14 v 31 h -14 z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4446"
+       d="m 274,1091 h 42 v 31 h -42 z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4288"
-       style="fill:#700f45;fill-opacity:1">
+       id="g4454"
+       style="fill:#4f4f4f;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4260"
+         id="use4448"
          y="1115"
          x="274"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4262"
+         id="use4450"
          y="1115"
          x="288"
-         xlink:href="#glyph0-16" />
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4264"
+         id="use4452"
          y="1115"
          x="302"
-         xlink:href="#glyph0-4" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4266"
-         y="1115"
-         x="316"
-         xlink:href="#glyph0-15" />
+         xlink:href="#glyph0-12" />
+    </g>
+    <path
+       id="path4456"
+       d="m 316,1091 h 14 v 31 h -14 z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4458"
+       d="m 330,1091 h 112 v 31 H 330 Z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4476"
+       style="fill:#4f4f4f;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4268"
+         id="use4460"
          y="1115"
          x="330"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph0-13" />
       <use
          height="100%"
          width="100%"
-         id="use4270"
+         id="use4462"
          y="1115"
          x="344"
-         xlink:href="#glyph0-6" />
+         xlink:href="#glyph0-14" />
       <use
          height="100%"
          width="100%"
-         id="use4272"
+         id="use4464"
          y="1115"
          x="358"
-         xlink:href="#glyph0-20" />
+         xlink:href="#glyph0-15" />
       <use
          height="100%"
          width="100%"
-         id="use4274"
+         id="use4466"
          y="1115"
          x="372"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph0-16" />
       <use
          height="100%"
          width="100%"
-         id="use4276"
+         id="use4468"
          y="1115"
          x="386"
-         xlink:href="#glyph0-27" />
+         xlink:href="#glyph0-7" />
       <use
          height="100%"
          width="100%"
-         id="use4278"
+         id="use4470"
          y="1115"
          x="400"
-         xlink:href="#glyph0-17" />
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4280"
+         id="use4472"
          y="1115"
          x="414"
-         xlink:href="#glyph0-20" />
+         xlink:href="#glyph0-17" />
       <use
          height="100%"
          width="100%"
-         id="use4282"
+         id="use4474"
          y="1115"
          x="428"
-         xlink:href="#glyph0-20" />
+         xlink:href="#glyph0-11" />
+    </g>
+    <path
+       id="path4478"
+       d="m 442,1091 h 14 v 31 h -14 z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4480"
+       d="m 456,1091 h 154 v 31 H 456 Z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4504"
+       style="fill:#4f4f4f;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4284"
+         id="use4482"
          y="1115"
-         x="442"
-         xlink:href="#glyph0-16" />
+         x="456"
+         xlink:href="#glyph0-18" />
       <use
          height="100%"
          width="100%"
-         id="use4286"
+         id="use4484"
          y="1115"
-         x="456"
-         xlink:href="#glyph0-22" />
+         x="470"
+         xlink:href="#glyph0-19" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4486"
+         y="1115"
+         x="484"
+         xlink:href="#glyph0-6" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4488"
+         y="1115"
+         x="498"
+         xlink:href="#glyph0-4" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4490"
+         y="1115"
+         x="512"
+         xlink:href="#glyph0-5" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4492"
+         y="1115"
+         x="526"
+         xlink:href="#glyph0-17" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4494"
+         y="1115"
+         x="540"
+         xlink:href="#glyph0-8" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4496"
+         y="1115"
+         x="554"
+         xlink:href="#glyph0-6" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4498"
+         y="1115"
+         x="568"
+         xlink:href="#glyph0-7" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4500"
+         y="1115"
+         x="582"
+         xlink:href="#glyph0-3" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4502"
+         y="1115"
+         x="596"
+         xlink:href="#glyph0-4" />
     </g>
     <path
-       id="path4290"
-       d="m 470,1091 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path4506"
+       d="m 610,1091 h 14 v 31 h -14 z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4292"
-       d="m 484,1091 h 28 v 31 h -28 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path4508"
+       d="m 624,1091 h 140 v 31 H 624 Z m 0,0"
+       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4298"
-       style="fill:#a6007d;fill-opacity:1">
+       id="g4530"
+       style="fill:#4f4f4f;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4294"
+         id="use4510"
          y="1115"
-         x="484"
-         xlink:href="#glyph0-1" />
+         x="624"
+         xlink:href="#glyph0-20" />
       <use
          height="100%"
          width="100%"
-         id="use4296"
+         id="use4512"
          y="1115"
-         x="498"
-         xlink:href="#glyph0-18" />
+         x="638"
+         xlink:href="#glyph0-21" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4514"
+         y="1115"
+         x="652"
+         xlink:href="#glyph0-22" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4516"
+         y="1115"
+         x="666"
+         xlink:href="#glyph0-23" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4518"
+         y="1115"
+         x="680"
+         xlink:href="#glyph0-11" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4520"
+         y="1115"
+         x="694"
+         xlink:href="#glyph0-4" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4522"
+         y="1115"
+         x="708"
+         xlink:href="#glyph0-6" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4524"
+         y="1115"
+         x="722"
+         xlink:href="#glyph0-7" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4526"
+         y="1115"
+         x="736"
+         xlink:href="#glyph0-9" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4528"
+         y="1115"
+         x="750"
+         xlink:href="#glyph0-19" />
     </g>
     <path
-       id="path4300"
-       d="m 512,1091 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path4532"
+       d="m 764,1091 h 65.94386 v 31 H 764 Z m 0,0"
+       
style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.17031693"
 />
     <path
-       id="path4302"
+       id="path4608"
        d="m 0,1091 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4306"
+       id="path4612"
        d="m 8,1122 h 56 v 31 H 8 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4316"
+       id="g4622"
        style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4308"
+         id="use4614"
          y="1146"
          x="8"
-         xlink:href="#glyph0-42" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4310"
+         id="use4616"
          y="1146"
          x="22"
-         xlink:href="#glyph0-47" />
+         xlink:href="#glyph0-66" />
       <use
          height="100%"
          width="100%"
-         id="use4312"
+         id="use4618"
          y="1146"
          x="36"
-         xlink:href="#glyph0-48" />
+         xlink:href="#glyph0-37" />
       <use
          height="100%"
          width="100%"
-         id="use4314"
+         id="use4620"
          y="1146"
          x="50"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4318"
+       id="path4624"
        d="m 64,1122 h 14 v 31 H 64 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4322"
+       id="g4628"
        style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4320"
+         id="use4626"
          y="1146"
          x="64"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-46" />
     </g>
     <path
-       id="path4324"
-       d="m 78,1122 h 70 v 31 H 78 Z m 0,0"
-       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path4630"
+       d="m 78,1122 h 112 v 31 H 78 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4336"
-       style="fill:#002187;fill-opacity:1">
+       id="g4648"
+       style="fill:#5117ab;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4326"
+         id="use4632"
          y="1146"
          x="78"
-         xlink:href="#glyph5-1" />
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use4328"
+         id="use4634"
          y="1146"
          x="92"
-         xlink:href="#glyph5-2" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4330"
+         id="use4636"
          y="1146"
          x="106"
-         xlink:href="#glyph5-3" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4332"
+         id="use4638"
          y="1146"
          x="120"
-         xlink:href="#glyph5-4" />
+         xlink:href="#glyph0-28" />
       <use
          height="100%"
          width="100%"
-         id="use4334"
+         id="use4640"
          y="1146"
          x="134"
-         xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path4338"
-       d="m 148,1122 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4340"
-       d="m 162,1122 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4358"
-       style="fill:#750075;fill-opacity:1">
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use4342"
+         id="use4642"
          y="1146"
-         x="162"
-         xlink:href="#glyph5-6" />
+         x="148"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4344"
+         id="use4644"
          y="1146"
-         x="176"
-         xlink:href="#glyph5-7" />
+         x="162"
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4346"
+         id="use4646"
          y="1146"
-         x="190"
-         xlink:href="#glyph5-5" />
+         x="176"
+         xlink:href="#glyph0-23" />
+    </g>
+    <path
+       id="path4650"
+       d="m 190,1122 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4652"
+       d="m 204,1122 h 98 v 31 h -98 z m 0,0"
+       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4668"
+       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4348"
+         id="use4654"
          y="1146"
          x="204"
-         xlink:href="#glyph5-7" />
+         xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use4350"
+         id="use4656"
          y="1146"
          x="218"
-         xlink:href="#glyph5-8" />
+         xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use4352"
+         id="use4658"
          y="1146"
          x="232"
-         xlink:href="#glyph5-9" />
+         xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use4354"
+         id="use4660"
          y="1146"
          x="246"
-         xlink:href="#glyph5-6" />
+         xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use4356"
+         id="use4662"
          y="1146"
          x="260"
-         xlink:href="#glyph5-10" />
-    </g>
-    <path
-       id="path4360"
-       d="m 274,1122 h 168 v 31 H 274 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4386"
-       style="fill:#700f45;fill-opacity:1">
+         xlink:href="#glyph5-5" />
       <use
          height="100%"
          width="100%"
-         id="use4362"
+         id="use4664"
          y="1146"
          x="274"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph5-6" />
       <use
          height="100%"
          width="100%"
-         id="use4364"
+         id="use4666"
          y="1146"
          x="288"
-         xlink:href="#glyph0-21" />
+         xlink:href="#glyph5-7" />
+    </g>
+    <path
+       id="path4670"
+       d="m 302,1122 h 70 v 31 h -70 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4682"
+       style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4366"
+         id="use4672"
          y="1146"
          x="302"
-         xlink:href="#glyph0-5" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4368"
+         id="use4674"
          y="1146"
          x="316"
-         xlink:href="#glyph0-22" />
+         xlink:href="#glyph0-19" />
       <use
          height="100%"
          width="100%"
-         id="use4370"
+         id="use4676"
          y="1146"
          x="330"
-         xlink:href="#glyph0-6" />
+         xlink:href="#glyph0-7" />
       <use
          height="100%"
          width="100%"
-         id="use4372"
+         id="use4678"
          y="1146"
          x="344"
-         xlink:href="#glyph0-23" />
+         xlink:href="#glyph0-11" />
       <use
          height="100%"
          width="100%"
-         id="use4374"
+         id="use4680"
          y="1146"
          x="358"
-         xlink:href="#glyph0-23" />
+         xlink:href="#glyph0-2" />
+    </g>
+    <path
+       id="path4684"
+       d="m 0,1122 h 8 v 31 H 0 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4688"
+       d="m 8,1153 h 56 v 31 H 8 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4698"
+       style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4376"
-         y="1146"
-         x="372"
-         xlink:href="#glyph0-8" />
+         id="use4690"
+         y="1177"
+         x="8"
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4378"
-         y="1146"
-         x="386"
-         xlink:href="#glyph0-15" />
+         id="use4692"
+         y="1177"
+         x="22"
+         xlink:href="#glyph0-66" />
       <use
          height="100%"
          width="100%"
-         id="use4380"
-         y="1146"
-         x="400"
-         xlink:href="#glyph0-6" />
+         id="use4694"
+         y="1177"
+         x="36"
+         xlink:href="#glyph0-65" />
       <use
          height="100%"
          width="100%"
-         id="use4382"
-         y="1146"
-         x="414"
-         xlink:href="#glyph0-26" />
+         id="use4696"
+         y="1177"
+         x="50"
+         xlink:href="#glyph0-2" />
+    </g>
+    <path
+       id="path4700"
+       d="m 64,1153 h 14 v 31 H 64 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4704"
+       style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4384"
-         y="1146"
-         x="428"
-         xlink:href="#glyph0-4" />
+         id="use4702"
+         y="1177"
+         x="64"
+         xlink:href="#glyph0-46" />
     </g>
     <path
-       id="path4388"
-       d="m 442,1122 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4390"
-       d="m 456,1122 h 28 v 31 h -28 z m 0,0"
+       id="path4706"
+       d="m 78,1153 h 126 v 31 H 78 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4396"
-       style="fill:#a6007d;fill-opacity:1">
+       id="g4726"
+       style="fill:#5117ab;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4392"
-         y="1146"
-         x="456"
-         xlink:href="#glyph0-1" />
+         id="use4708"
+         y="1177"
+         x="78"
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use4394"
-         y="1146"
-         x="470"
-         xlink:href="#glyph0-18" />
-    </g>
-    <path
-       id="path4398"
-       d="m 484,1122 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4400"
-       d="m 0,1122 h 8 v 31 H 0 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4404"
-       d="m 8,1153 h 56 v 31 H 8 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4414"
-       style="fill:#54576b;fill-opacity:1">
+         id="use4710"
+         y="1177"
+         x="92"
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4406"
+         id="use4712"
          y="1177"
-         x="8"
-         xlink:href="#glyph0-42" />
+         x="106"
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4408"
+         id="use4714"
          y="1177"
-         x="22"
-         xlink:href="#glyph0-43" />
+         x="120"
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4410"
+         id="use4716"
          y="1177"
-         x="36"
-         xlink:href="#glyph0-42" />
+         x="134"
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4412"
+         id="use4718"
          y="1177"
-         x="50"
-         xlink:href="#glyph0-11" />
-    </g>
-    <path
-       id="path4416"
-       d="m 64,1153 h 14 v 31 H 64 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4420"
-       style="fill:#000000;fill-opacity:1">
+         x="148"
+         xlink:href="#glyph0-40" />
       <use
          height="100%"
          width="100%"
-         id="use4418"
+         id="use4720"
          y="1177"
-         x="64"
-         xlink:href="#glyph0-1" />
+         x="162"
+         xlink:href="#glyph0-6" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4722"
+         y="1177"
+         x="176"
+         xlink:href="#glyph0-9" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4724"
+         y="1177"
+         x="190"
+         xlink:href="#glyph0-22" />
     </g>
     <path
-       id="path4422"
-       d="m 78,1153 h 70 v 31 H 78 Z m 0,0"
+       id="path4728"
+       d="m 204,1153 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4730"
+       d="m 218,1153 h 98 v 31 h -98 z m 0,0"
        style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4434"
+       id="g4746"
        style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4424"
+         id="use4732"
          y="1177"
-         x="78"
+         x="218"
          xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use4426"
+         id="use4734"
          y="1177"
-         x="92"
+         x="232"
          xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use4428"
+         id="use4736"
          y="1177"
-         x="106"
+         x="246"
          xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use4430"
+         id="use4738"
          y="1177"
-         x="120"
+         x="260"
          xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use4432"
+         id="use4740"
          y="1177"
-         x="134"
+         x="274"
          xlink:href="#glyph5-5" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4742"
+         y="1177"
+         x="288"
+         xlink:href="#glyph5-6" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4744"
+         y="1177"
+         x="302"
+         xlink:href="#glyph5-7" />
     </g>
     <path
-       id="path4436"
-       d="m 148,1153 h 14 v 31 h -14 z m 0,0"
+       id="path4748"
+       d="m 316,1153 h 210 v 31 H 316 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4438"
-       d="m 162,1153 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4456"
-       style="fill:#750075;fill-opacity:1">
+       id="g4780"
+       style="fill:#00518a;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4440"
+         id="use4750"
          y="1177"
-         x="162"
-         xlink:href="#glyph5-6" />
+         x="316"
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4442"
+         id="use4752"
          y="1177"
-         x="176"
-         xlink:href="#glyph5-7" />
+         x="330"
+         xlink:href="#glyph0-40" />
       <use
          height="100%"
          width="100%"
-         id="use4444"
+         id="use4754"
          y="1177"
-         x="190"
-         xlink:href="#glyph5-5" />
+         x="344"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4446"
+         id="use4756"
          y="1177"
-         x="204"
-         xlink:href="#glyph5-7" />
+         x="358"
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use4448"
+         id="use4758"
          y="1177"
-         x="218"
-         xlink:href="#glyph5-8" />
+         x="372"
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4450"
+         id="use4760"
          y="1177"
-         x="232"
-         xlink:href="#glyph5-9" />
+         x="386"
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4452"
+         id="use4762"
          y="1177"
-         x="246"
-         xlink:href="#glyph5-6" />
+         x="400"
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4454"
+         id="use4764"
          y="1177"
-         x="260"
-         xlink:href="#glyph5-10" />
-    </g>
-    <path
-       id="path4458"
-       d="m 274,1153 h 140 v 31 H 274 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4480"
-       style="fill:#700f45;fill-opacity:1">
+         x="414"
+         xlink:href="#glyph0-33" />
       <use
          height="100%"
          width="100%"
-         id="use4460"
+         id="use4766"
          y="1177"
-         x="274"
-         xlink:href="#glyph0-8" />
+         x="428"
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use4462"
+         id="use4768"
          y="1177"
-         x="288"
-         xlink:href="#glyph0-21" />
+         x="442"
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4464"
+         id="use4770"
          y="1177"
-         x="302"
-         xlink:href="#glyph0-5" />
+         x="456"
+         xlink:href="#glyph0-40" />
       <use
          height="100%"
          width="100%"
-         id="use4466"
+         id="use4772"
          y="1177"
-         x="316"
-         xlink:href="#glyph0-22" />
+         x="470"
+         xlink:href="#glyph0-33" />
       <use
          height="100%"
          width="100%"
-         id="use4468"
+         id="use4774"
          y="1177"
-         x="330"
-         xlink:href="#glyph0-6" />
+         x="484"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4470"
+         id="use4776"
          y="1177"
-         x="344"
-         xlink:href="#glyph0-23" />
+         x="498"
+         xlink:href="#glyph0-11" />
       <use
          height="100%"
          width="100%"
-         id="use4472"
+         id="use4778"
          y="1177"
-         x="358"
-         xlink:href="#glyph0-23" />
+         x="512"
+         xlink:href="#glyph0-27" />
+    </g>
+    <path
+       id="path4782"
+       d="m 526,1153 h 98 v 31 h -98 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4798"
+       style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4474"
+         id="use4784"
          y="1177"
-         x="372"
-         xlink:href="#glyph0-8" />
+         x="526"
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4476"
+         id="use4786"
          y="1177"
-         x="386"
-         xlink:href="#glyph0-17" />
+         x="540"
+         xlink:href="#glyph0-36" />
       <use
          height="100%"
          width="100%"
-         id="use4478"
+         id="use4788"
          y="1177"
-         x="400"
-         xlink:href="#glyph0-7" />
+         x="554"
+         xlink:href="#glyph0-37" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4790"
+         y="1177"
+         x="568"
+         xlink:href="#glyph0-37" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4792"
+         y="1177"
+         x="582"
+         xlink:href="#glyph0-37" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4794"
+         y="1177"
+         x="596"
+         xlink:href="#glyph0-37" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4796"
+         y="1177"
+         x="610"
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4482"
-       d="m 414,1153 h 14 v 31 h -14 z m 0,0"
+       id="path4800"
+       d="m 0,1153 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4484"
-       d="m 428,1153 h 28 v 31 h -28 z m 0,0"
+       id="path4804"
+       d="m 8,1184 h 56 v 31 H 8 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4490"
-       style="fill:#a6007d;fill-opacity:1">
+       id="g4814"
+       style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4486"
-         y="1177"
-         x="428"
-         xlink:href="#glyph0-1" />
+         id="use4806"
+         y="1208"
+         x="8"
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4488"
-         y="1177"
-         x="442"
-         xlink:href="#glyph0-18" />
+         id="use4808"
+         y="1208"
+         x="22"
+         xlink:href="#glyph0-66" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4810"
+         y="1208"
+         x="36"
+         xlink:href="#glyph0-67" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4812"
+         y="1208"
+         x="50"
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4492"
-       d="m 456,1153 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4494"
-       d="m 0,1153 h 8 v 31 H 0 Z m 0,0"
+       id="path4816"
+       d="m 64,1184 h 14 v 31 H 64 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4820"
+       style="fill:#000000;fill-opacity:1">
+      <use
+         height="100%"
+         width="100%"
+         id="use4818"
+         y="1208"
+         x="64"
+         xlink:href="#glyph0-46" />
+    </g>
     <path
-       id="path4498"
-       d="m 8,1184 h 56 v 31 H 8 Z m 0,0"
+       id="path4822"
+       d="m 78,1184 h 126 v 31 H 78 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4508"
-       style="fill:#54576b;fill-opacity:1">
+       id="g4842"
+       style="fill:#5117ab;fill-opacity:1">
+      <use
+         height="100%"
+         width="100%"
+         id="use4824"
+         y="1208"
+         x="78"
+         xlink:href="#glyph0-27" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4826"
+         y="1208"
+         x="92"
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4500"
+         id="use4828"
          y="1208"
-         x="8"
-         xlink:href="#glyph0-42" />
+         x="106"
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4502"
+         id="use4830"
          y="1208"
-         x="22"
-         xlink:href="#glyph0-43" />
+         x="120"
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4504"
+         id="use4832"
          y="1208"
-         x="36"
-         xlink:href="#glyph0-48" />
+         x="134"
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4506"
+         id="use4834"
          y="1208"
-         x="50"
-         xlink:href="#glyph0-11" />
-    </g>
-    <path
-       id="path4510"
-       d="m 64,1184 h 14 v 31 H 64 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4514"
-       style="fill:#000000;fill-opacity:1">
+         x="148"
+         xlink:href="#glyph0-40" />
       <use
          height="100%"
          width="100%"
-         id="use4512"
+         id="use4836"
          y="1208"
-         x="64"
-         xlink:href="#glyph0-1" />
+         x="162"
+         xlink:href="#glyph0-6" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4838"
+         y="1208"
+         x="176"
+         xlink:href="#glyph0-9" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4840"
+         y="1208"
+         x="190"
+         xlink:href="#glyph0-22" />
     </g>
     <path
-       id="path4516"
-       d="m 78,1184 h 70 v 31 H 78 Z m 0,0"
+       id="path4844"
+       d="m 204,1184 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4846"
+       d="m 218,1184 h 98 v 31 h -98 z m 0,0"
        style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4528"
+       id="g4862"
        style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4518"
+         id="use4848"
          y="1208"
-         x="78"
+         x="218"
          xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use4520"
+         id="use4850"
          y="1208"
-         x="92"
+         x="232"
          xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use4522"
+         id="use4852"
          y="1208"
-         x="106"
+         x="246"
          xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use4524"
+         id="use4854"
          y="1208"
-         x="120"
+         x="260"
          xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use4526"
+         id="use4856"
          y="1208"
-         x="134"
+         x="274"
          xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path4530"
-       d="m 148,1184 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4532"
-       d="m 162,1184 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4550"
-       style="fill:#750075;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4534"
+         id="use4858"
          y="1208"
-         x="162"
+         x="288"
          xlink:href="#glyph5-6" />
       <use
          height="100%"
          width="100%"
-         id="use4536"
+         id="use4860"
          y="1208"
-         x="176"
+         x="302"
          xlink:href="#glyph5-7" />
+    </g>
+    <path
+       id="path4864"
+       d="m 316,1184 h 182 v 31 H 316 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4892"
+       style="fill:#00518a;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4538"
+         id="use4866"
          y="1208"
-         x="190"
-         xlink:href="#glyph5-5" />
+         x="316"
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4540"
+         id="use4868"
          y="1208"
-         x="204"
-         xlink:href="#glyph5-7" />
+         x="330"
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4542"
+         id="use4870"
          y="1208"
-         x="218"
-         xlink:href="#glyph5-8" />
+         x="344"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4544"
+         id="use4872"
          y="1208"
-         x="232"
-         xlink:href="#glyph5-9" />
+         x="358"
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4546"
+         id="use4874"
          y="1208"
-         x="246"
-         xlink:href="#glyph5-6" />
+         x="372"
+         xlink:href="#glyph0-19" />
       <use
          height="100%"
          width="100%"
-         id="use4548"
+         id="use4876"
          y="1208"
-         x="260"
-         xlink:href="#glyph5-10" />
-    </g>
-    <path
-       id="path4552"
-       d="m 274,1184 h 70 v 31 h -70 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4564"
-       style="fill:#700f45;fill-opacity:1">
+         x="386"
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4554"
+         id="use4878"
          y="1208"
-         x="274"
-         xlink:href="#glyph0-8" />
+         x="400"
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4556"
+         id="use4880"
          y="1208"
-         x="288"
-         xlink:href="#glyph0-4" />
+         x="414"
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4558"
+         id="use4882"
          y="1208"
-         x="302"
-         xlink:href="#glyph0-16" />
+         x="428"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4560"
+         id="use4884"
          y="1208"
-         x="316"
-         xlink:href="#glyph0-13" />
+         x="442"
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use4562"
+         id="use4886"
          y="1208"
-         x="330"
-         xlink:href="#glyph0-10" />
-    </g>
-    <path
-       id="path4566"
-       d="m 344,1184 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4568"
-       d="m 358,1184 h 28 v 31 h -28 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4574"
-       style="fill:#a6007d;fill-opacity:1">
+         x="456"
+         xlink:href="#glyph0-22" />
       <use
          height="100%"
          width="100%"
-         id="use4570"
+         id="use4888"
          y="1208"
-         x="358"
-         xlink:href="#glyph0-1" />
+         x="470"
+         xlink:href="#glyph0-17" />
       <use
          height="100%"
          width="100%"
-         id="use4572"
+         id="use4890"
          y="1208"
-         x="372"
-         xlink:href="#glyph0-18" />
+         x="484"
+         xlink:href="#glyph0-6" />
     </g>
     <path
-       id="path4576"
-       d="m 386,1184 h 14 v 31 h -14 z m 0,0"
+       id="path4894"
+       d="m 498,1184 h 14 v 31 h -14 z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4578"
+       id="path4896"
        d="m 0,1184 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4582"
+       id="path4900"
        d="m 8,1215 h 56 v 31 H 8 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4592"
+       id="g4910"
        style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4584"
+         id="use4902"
          y="1239"
          x="8"
-         xlink:href="#glyph0-42" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4586"
+         id="use4904"
          y="1239"
          x="22"
-         xlink:href="#glyph0-48" />
+         xlink:href="#glyph0-65" />
       <use
          height="100%"
          width="100%"
-         id="use4588"
+         id="use4906"
          y="1239"
          x="36"
-         xlink:href="#glyph0-42" />
+         xlink:href="#glyph0-66" />
       <use
          height="100%"
          width="100%"
-         id="use4590"
+         id="use4908"
          y="1239"
          x="50"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4594"
+       id="path4912"
        d="m 64,1215 h 14 v 31 H 64 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4598"
+       id="g4916"
        style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4596"
+         id="use4914"
          y="1239"
          x="64"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-46" />
     </g>
     <path
-       id="path4600"
-       d="m 78,1215 h 70 v 31 H 78 Z m 0,0"
-       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path4918"
+       d="m 78,1215 h 126 v 31 H 78 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4612"
-       style="fill:#002187;fill-opacity:1">
+       id="g4938"
+       style="fill:#5117ab;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4602"
+         id="use4920"
          y="1239"
          x="78"
-         xlink:href="#glyph5-1" />
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use4604"
+         id="use4922"
          y="1239"
          x="92"
-         xlink:href="#glyph5-2" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4606"
+         id="use4924"
          y="1239"
          x="106"
-         xlink:href="#glyph5-3" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4608"
+         id="use4926"
          y="1239"
          x="120"
-         xlink:href="#glyph5-4" />
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4610"
+         id="use4928"
          y="1239"
          x="134"
-         xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path4614"
-       d="m 148,1215 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4616"
-       d="m 162,1215 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4634"
-       style="fill:#750075;fill-opacity:1">
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4618"
+         id="use4930"
          y="1239"
-         x="162"
-         xlink:href="#glyph5-6" />
+         x="148"
+         xlink:href="#glyph0-40" />
       <use
          height="100%"
          width="100%"
-         id="use4620"
+         id="use4932"
          y="1239"
-         x="176"
-         xlink:href="#glyph5-7" />
+         x="162"
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4622"
+         id="use4934"
          y="1239"
-         x="190"
-         xlink:href="#glyph5-5" />
+         x="176"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4624"
+         id="use4936"
          y="1239"
-         x="204"
-         xlink:href="#glyph5-7" />
+         x="190"
+         xlink:href="#glyph0-22" />
+    </g>
+    <path
+       id="path4940"
+       d="m 204,1215 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path4942"
+       d="m 218,1215 h 98 v 31 h -98 z m 0,0"
+       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g4958"
+       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4626"
+         id="use4944"
          y="1239"
          x="218"
-         xlink:href="#glyph5-8" />
+         xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use4628"
+         id="use4946"
          y="1239"
          x="232"
-         xlink:href="#glyph5-9" />
+         xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use4630"
+         id="use4948"
          y="1239"
          x="246"
-         xlink:href="#glyph5-6" />
+         xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use4632"
+         id="use4950"
          y="1239"
          x="260"
-         xlink:href="#glyph5-10" />
+         xlink:href="#glyph5-4" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4952"
+         y="1239"
+         x="274"
+         xlink:href="#glyph5-5" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4954"
+         y="1239"
+         x="288"
+         xlink:href="#glyph5-6" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4956"
+         y="1239"
+         x="302"
+         xlink:href="#glyph5-7" />
     </g>
     <path
-       id="path4636"
-       d="m 274,1215 h 126 v 31 H 274 Z m 0,0"
+       id="path4960"
+       d="m 316,1215 h 182 v 31 H 316 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4656"
-       style="fill:#700f45;fill-opacity:1">
+       id="g4988"
+       style="fill:#00518a;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4638"
+         id="use4962"
          y="1239"
-         x="274"
-         xlink:href="#glyph0-8" />
+         x="316"
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4640"
+         id="use4964"
          y="1239"
-         x="288"
-         xlink:href="#glyph0-7" />
+         x="330"
+         xlink:href="#glyph0-28" />
       <use
          height="100%"
          width="100%"
-         id="use4642"
+         id="use4966"
          y="1239"
-         x="302"
-         xlink:href="#glyph0-22" />
+         x="344"
+         xlink:href="#glyph0-5" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4968"
+         y="1239"
+         x="358"
+         xlink:href="#glyph0-9" />
+      <use
+         height="100%"
+         width="100%"
+         id="use4970"
+         y="1239"
+         x="372"
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4644"
+         id="use4972"
          y="1239"
-         x="316"
-         xlink:href="#glyph0-16" />
+         x="386"
+         xlink:href="#glyph0-23" />
       <use
          height="100%"
          width="100%"
-         id="use4646"
+         id="use4974"
          y="1239"
-         x="330"
-         xlink:href="#glyph0-30" />
+         x="400"
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4648"
+         id="use4976"
          y="1239"
-         x="344"
-         xlink:href="#glyph0-3" />
+         x="414"
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4650"
+         id="use4978"
          y="1239"
-         x="358"
-         xlink:href="#glyph0-6" />
+         x="428"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4652"
+         id="use4980"
          y="1239"
-         x="372"
-         xlink:href="#glyph0-17" />
+         x="442"
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use4654"
+         id="use4982"
          y="1239"
-         x="386"
-         xlink:href="#glyph0-21" />
-    </g>
-    <path
-       id="path4658"
-       d="m 400,1215 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4660"
-       d="m 414,1215 h 28 v 31 h -28 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4666"
-       style="fill:#a6007d;fill-opacity:1">
+         x="456"
+         xlink:href="#glyph0-22" />
       <use
          height="100%"
          width="100%"
-         id="use4662"
+         id="use4984"
          y="1239"
-         x="414"
-         xlink:href="#glyph0-1" />
+         x="470"
+         xlink:href="#glyph0-17" />
       <use
          height="100%"
          width="100%"
-         id="use4664"
+         id="use4986"
          y="1239"
-         x="428"
-         xlink:href="#glyph0-18" />
+         x="484"
+         xlink:href="#glyph0-6" />
     </g>
     <path
-       id="path4668"
-       d="m 442,1215 h 14 v 31 h -14 z m 0,0"
+       id="path4990"
+       d="m 498,1215 h 14 v 31 h -14 z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4670"
+       id="path4992"
        d="m 0,1215 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4674"
+       id="path4996"
        d="m 8,1246 h 56 v 31 H 8 Z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4684"
+       id="g5006"
        style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4676"
+         id="use4998"
          y="1270"
          x="8"
-         xlink:href="#glyph0-42" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4678"
+         id="use5000"
          y="1270"
          x="22"
-         xlink:href="#glyph0-48" />
+         xlink:href="#glyph0-68" />
       <use
          height="100%"
          width="100%"
-         id="use4680"
+         id="use5002"
          y="1270"
          x="36"
-         xlink:href="#glyph0-48" />
+         xlink:href="#glyph0-36" />
       <use
          height="100%"
          width="100%"
-         id="use4682"
+         id="use5004"
          y="1270"
          x="50"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4686"
+       id="path5008"
        d="m 64,1246 h 14 v 31 H 64 Z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4690"
+       id="g5012"
        style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4688"
+         id="use5010"
          y="1270"
          x="64"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-46" />
     </g>
     <path
-       id="path4692"
-       d="m 78,1246 h 70 v 31 H 78 Z m 0,0"
-       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path5014"
+       d="m 78,1246 h 126 v 31 H 78 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4704"
-       style="fill:#002187;fill-opacity:1">
+       id="g5034"
+       style="fill:#5117ab;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4694"
+         id="use5016"
          y="1270"
          x="78"
-         xlink:href="#glyph5-1" />
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use4696"
+         id="use5018"
          y="1270"
          x="92"
-         xlink:href="#glyph5-2" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4698"
+         id="use5020"
          y="1270"
          x="106"
-         xlink:href="#glyph5-3" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4700"
+         id="use5022"
          y="1270"
          x="120"
-         xlink:href="#glyph5-4" />
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4702"
+         id="use5024"
          y="1270"
          x="134"
-         xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path4706"
-       d="m 148,1246 h 14 v 31 h -14 z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4708"
-       d="m 162,1246 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4726"
-       style="fill:#750075;fill-opacity:1">
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4710"
+         id="use5026"
          y="1270"
-         x="162"
-         xlink:href="#glyph5-6" />
+         x="148"
+         xlink:href="#glyph0-40" />
       <use
          height="100%"
          width="100%"
-         id="use4712"
+         id="use5028"
          y="1270"
-         x="176"
-         xlink:href="#glyph5-7" />
+         x="162"
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4714"
+         id="use5030"
          y="1270"
-         x="190"
-         xlink:href="#glyph5-5" />
+         x="176"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4716"
+         id="use5032"
          y="1270"
-         x="204"
-         xlink:href="#glyph5-7" />
+         x="190"
+         xlink:href="#glyph0-22" />
+    </g>
+    <path
+       id="path5036"
+       d="m 204,1246 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path5038"
+       d="m 218,1246 h 98 v 31 h -98 z m 0,0"
+       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5054"
+       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4718"
+         id="use5040"
          y="1270"
          x="218"
-         xlink:href="#glyph5-8" />
+         xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use4720"
+         id="use5042"
          y="1270"
          x="232"
-         xlink:href="#glyph5-9" />
+         xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use4722"
+         id="use5044"
          y="1270"
          x="246"
-         xlink:href="#glyph5-6" />
+         xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use4724"
+         id="use5046"
          y="1270"
          x="260"
-         xlink:href="#glyph5-10" />
-    </g>
-    <path
-       id="path4728"
-       d="m 274,1246 h 70 v 31 h -70 z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4740"
-       style="fill:#700f45;fill-opacity:1">
+         xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use4730"
+         id="use5048"
          y="1270"
          x="274"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph5-5" />
       <use
          height="100%"
          width="100%"
-         id="use4732"
+         id="use5050"
          y="1270"
          x="288"
-         xlink:href="#glyph0-16" />
+         xlink:href="#glyph5-6" />
       <use
          height="100%"
          width="100%"
-         id="use4734"
+         id="use5052"
          y="1270"
          x="302"
-         xlink:href="#glyph0-13" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4736"
-         y="1270"
-         x="316"
-         xlink:href="#glyph0-3" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4738"
-         y="1270"
-         x="330"
-         xlink:href="#glyph0-10" />
-    </g>
-    <path
-       id="path4742"
-       d="m 344,1246 h 14 v 31 h -14 z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4744"
-       d="m 358,1246 h 14 v 31 h -14 z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4748"
-       style="fill:#a6007d;fill-opacity:1">
-      <use
-         height="100%"
-         width="100%"
-         id="use4746"
-         y="1270"
-         x="358"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph5-7" />
     </g>
     <path
-       id="path4750"
-       d="m 372,1246 h 126 v 31 H 372 Z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path5056"
+       d="m 316,1246 h 84 v 31 h -84 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4770"
-       style="fill:#00595e;fill-opacity:1">
+       id="g5070"
+       style="fill:#00518a;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4752"
+         id="use5058"
          y="1270"
-         x="372"
-         xlink:href="#glyph0-33" />
+         x="316"
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4754"
+         id="use5060"
          y="1270"
-         x="386"
-         xlink:href="#glyph0-6" />
+         x="330"
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4756"
+         id="use5062"
          y="1270"
-         x="400"
-         xlink:href="#glyph0-7" />
+         x="344"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4758"
+         id="use5064"
          y="1270"
-         x="414"
-         xlink:href="#glyph0-10" />
+         x="358"
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4760"
+         id="use5066"
          y="1270"
-         x="428"
-         xlink:href="#glyph0-3" />
+         x="372"
+         xlink:href="#glyph0-19" />
       <use
          height="100%"
          width="100%"
-         id="use4762"
+         id="use5068"
          y="1270"
-         x="442"
+         x="386"
          xlink:href="#glyph0-6" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4764"
-         y="1270"
-         x="456"
-         xlink:href="#glyph0-4" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4766"
-         y="1270"
-         x="470"
-         xlink:href="#glyph0-12" />
-      <use
-         height="100%"
-         width="100%"
-         id="use4768"
-         y="1270"
-         x="484"
-         xlink:href="#glyph0-23" />
     </g>
     <path
-       id="path4772"
-       d="m 498,1246 h 56 v 31 h -56 z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path5072"
+       d="m 400,1246 h 56 v 31 h -56 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4782"
-       style="fill:#262626;fill-opacity:1">
-      <use
-         height="100%"
-         width="100%"
-         id="use4774"
-         y="1270"
-         x="498"
-         xlink:href="#glyph0-11" />
+       id="g5082"
+       style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4776"
+         id="use5074"
          y="1270"
-         x="512"
-         xlink:href="#glyph0-12" />
+         x="400"
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4778"
+         id="use5076"
          y="1270"
-         x="526"
-         xlink:href="#glyph0-22" />
+         x="414"
+         xlink:href="#glyph0-38" />
       <use
          height="100%"
          width="100%"
-         id="use4780"
+         id="use5078"
          y="1270"
-         x="540"
-         xlink:href="#glyph0-9" />
-    </g>
-    <path
-       id="path4784"
-       d="m 554,1246 h 14 v 31 h -14 z m 0,0"
-       style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4788"
-       style="fill:#a6007d;fill-opacity:1">
+         x="428"
+         xlink:href="#glyph0-37" />
       <use
          height="100%"
          width="100%"
-         id="use4786"
+         id="use5080"
          y="1270"
-         x="554"
-         xlink:href="#glyph0-18" />
+         x="442"
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4790"
-       d="m 568,1246 h 264.81462 v 31 H 568 Z m 0,0"
-       
style="fill:#b3cfff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.34917593"
 />
-    <path
-       id="path4796"
+       id="path5084"
        d="m 0,1246 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4800"
+       id="path5088"
        d="m 8,1277 h 56 v 31 H 8 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4810"
+       id="g5098"
        style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4802"
+         id="use5090"
          y="1301"
          x="8"
-         xlink:href="#glyph0-49" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4804"
+         id="use5092"
          y="1301"
          x="22"
-         xlink:href="#glyph0-14" />
+         xlink:href="#glyph0-68" />
       <use
          height="100%"
          width="100%"
-         id="use4806"
+         id="use5094"
          y="1301"
          x="36"
-         xlink:href="#glyph0-43" />
+         xlink:href="#glyph0-68" />
       <use
          height="100%"
          width="100%"
-         id="use4808"
+         id="use5096"
          y="1301"
          x="50"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4812"
+       id="path5100"
        d="m 64,1277 h 14 v 31 H 64 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4816"
+       id="g5104"
        style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4814"
+         id="use5102"
          y="1301"
          x="64"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-46" />
     </g>
     <path
-       id="path4818"
-       d="m 78,1277 h 70 v 31 H 78 Z m 0,0"
-       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path5106"
+       d="m 78,1277 h 126 v 31 H 78 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4830"
-       style="fill:#002187;fill-opacity:1">
+       id="g5126"
+       style="fill:#5117ab;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4820"
+         id="use5108"
          y="1301"
          x="78"
-         xlink:href="#glyph5-1" />
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use4822"
+         id="use5110"
          y="1301"
          x="92"
-         xlink:href="#glyph5-2" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4824"
+         id="use5112"
          y="1301"
          x="106"
-         xlink:href="#glyph5-3" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4826"
+         id="use5114"
          y="1301"
          x="120"
-         xlink:href="#glyph5-4" />
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4828"
+         id="use5116"
          y="1301"
          x="134"
-         xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path4832"
-       d="m 148,1277 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4834"
-       d="m 162,1277 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4852"
-       style="fill:#750075;fill-opacity:1">
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4836"
+         id="use5118"
          y="1301"
-         x="162"
-         xlink:href="#glyph5-6" />
+         x="148"
+         xlink:href="#glyph0-40" />
       <use
          height="100%"
          width="100%"
-         id="use4838"
+         id="use5120"
          y="1301"
-         x="176"
-         xlink:href="#glyph5-7" />
+         x="162"
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4840"
+         id="use5122"
          y="1301"
-         x="190"
-         xlink:href="#glyph5-5" />
+         x="176"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4842"
+         id="use5124"
          y="1301"
-         x="204"
-         xlink:href="#glyph5-7" />
+         x="190"
+         xlink:href="#glyph0-22" />
+    </g>
+    <path
+       id="path5128"
+       d="m 204,1277 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path5130"
+       d="m 218,1277 h 98 v 31 h -98 z m 0,0"
+       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5146"
+       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4844"
+         id="use5132"
          y="1301"
          x="218"
-         xlink:href="#glyph5-8" />
+         xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use4846"
+         id="use5134"
          y="1301"
          x="232"
-         xlink:href="#glyph5-9" />
+         xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use4848"
+         id="use5136"
          y="1301"
          x="246"
-         xlink:href="#glyph5-6" />
+         xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use4850"
+         id="use5138"
          y="1301"
          x="260"
-         xlink:href="#glyph5-10" />
-    </g>
-    <path
-       id="path4854"
-       d="m 274,1277 h 154 v 31 H 274 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4878"
-       style="fill:#700f45;fill-opacity:1">
+         xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use4856"
+         id="use5140"
          y="1301"
          x="274"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph5-5" />
       <use
          height="100%"
          width="100%"
-         id="use4858"
+         id="use5142"
          y="1301"
          x="288"
-         xlink:href="#glyph0-16" />
+         xlink:href="#glyph5-6" />
       <use
          height="100%"
          width="100%"
-         id="use4860"
+         id="use5144"
          y="1301"
          x="302"
-         xlink:href="#glyph0-13" />
+         xlink:href="#glyph5-7" />
+    </g>
+    <path
+       id="path5148"
+       d="m 316,1277 h 154 v 31 H 316 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5172"
+       style="fill:#00518a;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4862"
+         id="use5150"
          y="1301"
          x="316"
-         xlink:href="#glyph0-3" />
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use4864"
+         id="use5152"
          y="1301"
          x="330"
-         xlink:href="#glyph0-10" />
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4866"
+         id="use5154"
          y="1301"
          x="344"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use4868"
+         id="use5156"
          y="1301"
          x="358"
-         xlink:href="#glyph0-3" />
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4870"
+         id="use5158"
          y="1301"
          x="372"
-         xlink:href="#glyph0-4" />
+         xlink:href="#glyph0-19" />
       <use
          height="100%"
          width="100%"
-         id="use4872"
+         id="use5160"
          y="1301"
          x="386"
-         xlink:href="#glyph0-7" />
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4874"
+         id="use5162"
          y="1301"
          x="400"
          xlink:href="#glyph0-17" />
       <use
          height="100%"
          width="100%"
-         id="use4876"
+         id="use5164"
          y="1301"
          x="414"
-         xlink:href="#glyph0-10" />
-    </g>
-    <path
-       id="path4880"
-       d="m 428,1277 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4882"
-       d="m 442,1277 h 28 v 31 h -28 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4888"
-       style="fill:#a6007d;fill-opacity:1">
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use4884"
+         id="use5166"
+         y="1301"
+         x="428"
+         xlink:href="#glyph0-7" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5168"
          y="1301"
          x="442"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4886"
+         id="use5170"
          y="1301"
          x="456"
-         xlink:href="#glyph0-18" />
+         xlink:href="#glyph0-19" />
     </g>
     <path
-       id="path4890"
+       id="path5174"
        d="m 470,1277 h 14 v 31 h -14 z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4892"
+       id="path5176"
        d="m 0,1277 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4896"
+       id="path5180"
        d="m 8,1308 h 56 v 31 H 8 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4906"
+       id="g5190"
        style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4898"
+         id="use5182"
          y="1332"
          x="8"
-         xlink:href="#glyph0-49" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4900"
+         id="use5184"
          y="1332"
          x="22"
-         xlink:href="#glyph0-32" />
+         xlink:href="#glyph0-48" />
       <use
          height="100%"
          width="100%"
-         id="use4902"
+         id="use5186"
          y="1332"
          x="36"
-         xlink:href="#glyph0-45" />
+         xlink:href="#glyph0-36" />
       <use
          height="100%"
          width="100%"
-         id="use4904"
+         id="use5188"
          y="1332"
          x="50"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4908"
+       id="path5192"
        d="m 64,1308 h 14 v 31 H 64 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4912"
+       id="g5196"
        style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4910"
+         id="use5194"
          y="1332"
          x="64"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-46" />
     </g>
     <path
-       id="path4914"
-       d="m 78,1308 h 70 v 31 H 78 Z m 0,0"
-       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path5198"
+       d="m 78,1308 h 112 v 31 H 78 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4926"
-       style="fill:#002187;fill-opacity:1">
+       id="g5216"
+       style="fill:#5117ab;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4916"
+         id="use5200"
          y="1332"
          x="78"
-         xlink:href="#glyph5-1" />
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use4918"
+         id="use5202"
          y="1332"
          x="92"
-         xlink:href="#glyph5-2" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4920"
+         id="use5204"
          y="1332"
          x="106"
-         xlink:href="#glyph5-3" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use4922"
+         id="use5206"
          y="1332"
          x="120"
-         xlink:href="#glyph5-4" />
+         xlink:href="#glyph0-28" />
       <use
          height="100%"
          width="100%"
-         id="use4924"
+         id="use5208"
          y="1332"
          x="134"
-         xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path4928"
-       d="m 148,1308 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4930"
-       d="m 162,1308 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4948"
-       style="fill:#750075;fill-opacity:1">
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use4932"
+         id="use5210"
          y="1332"
-         x="162"
-         xlink:href="#glyph5-6" />
+         x="148"
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use4934"
+         id="use5212"
          y="1332"
-         x="176"
-         xlink:href="#glyph5-7" />
+         x="162"
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use4936"
+         id="use5214"
          y="1332"
-         x="190"
-         xlink:href="#glyph5-5" />
+         x="176"
+         xlink:href="#glyph0-23" />
+    </g>
+    <path
+       id="path5218"
+       d="m 190,1308 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path5220"
+       d="m 204,1308 h 98 v 31 h -98 z m 0,0"
+       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5236"
+       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4938"
+         id="use5222"
          y="1332"
          x="204"
-         xlink:href="#glyph5-7" />
+         xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use4940"
+         id="use5224"
          y="1332"
          x="218"
-         xlink:href="#glyph5-8" />
+         xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use4942"
+         id="use5226"
          y="1332"
          x="232"
-         xlink:href="#glyph5-9" />
+         xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use4944"
+         id="use5228"
          y="1332"
          x="246"
-         xlink:href="#glyph5-6" />
+         xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use4946"
+         id="use5230"
          y="1332"
          x="260"
-         xlink:href="#glyph5-10" />
+         xlink:href="#glyph5-5" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5232"
+         y="1332"
+         x="274"
+         xlink:href="#glyph5-6" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5234"
+         y="1332"
+         x="288"
+         xlink:href="#glyph5-7" />
     </g>
     <path
-       id="path4950"
-       d="m 274,1308 h 70 v 31 h -70 z m 0,0"
+       id="path5238"
+       d="m 302,1308 h 84 v 31 h -84 z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4962"
-       style="fill:#700f45;fill-opacity:1">
+       id="g5252"
+       style="fill:#00595e;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4952"
+         id="use5240"
          y="1332"
-         x="274"
+         x="302"
+         xlink:href="#glyph0-12" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5242"
+         y="1332"
+         x="316"
+         xlink:href="#glyph0-52" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5244"
+         y="1332"
+         x="330"
+         xlink:href="#glyph0-17" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5246"
+         y="1332"
+         x="344"
          xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use4954"
+         id="use5248"
          y="1332"
-         x="288"
-         xlink:href="#glyph0-21" />
+         x="358"
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use4956"
+         id="use5250"
          y="1332"
-         x="302"
-         xlink:href="#glyph0-12" />
+         x="372"
+         xlink:href="#glyph0-40" />
+    </g>
+    <path
+       id="path5254"
+       d="m 386,1308 h 70 v 31 h -70 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5266"
+       style="fill:#000000;fill-opacity:1">
+      <use
+         height="100%"
+         width="100%"
+         id="use5256"
+         y="1332"
+         x="386"
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4958"
+         id="use5258"
          y="1332"
-         x="316"
-         xlink:href="#glyph0-30" />
+         x="400"
+         xlink:href="#glyph0-19" />
       <use
          height="100%"
          width="100%"
-         id="use4960"
+         id="use5260"
          y="1332"
-         x="330"
-         xlink:href="#glyph0-16" />
-    </g>
-    <path
-       id="path4964"
-       d="m 344,1308 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4966"
-       d="m 358,1308 h 28 v 31 h -28 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g4972"
-       style="fill:#a6007d;fill-opacity:1">
+         x="414"
+         xlink:href="#glyph0-7" />
       <use
          height="100%"
          width="100%"
-         id="use4968"
+         id="use5262"
          y="1332"
-         x="358"
-         xlink:href="#glyph0-1" />
+         x="428"
+         xlink:href="#glyph0-11" />
       <use
          height="100%"
          width="100%"
-         id="use4970"
+         id="use5264"
          y="1332"
-         x="372"
-         xlink:href="#glyph0-18" />
+         x="442"
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4974"
-       d="m 386,1308 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path4976"
+       id="path5268"
        d="m 0,1308 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path4980"
+       id="path5272"
        d="m 8,1339 h 56 v 31 H 8 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4990"
+       id="g5282"
        style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4982"
+         id="use5274"
          y="1363"
          x="8"
-         xlink:href="#glyph0-49" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use4984"
+         id="use5276"
          y="1363"
          x="22"
-         xlink:href="#glyph0-32" />
+         xlink:href="#glyph0-48" />
       <use
          height="100%"
          width="100%"
-         id="use4986"
+         id="use5278"
          y="1363"
          x="36"
-         xlink:href="#glyph0-50" />
+         xlink:href="#glyph0-48" />
       <use
          height="100%"
          width="100%"
-         id="use4988"
+         id="use5280"
          y="1363"
          x="50"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path4992"
+       id="path5284"
        d="m 64,1339 h 14 v 31 H 64 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g4996"
+       id="g5288"
        style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use4994"
+         id="use5286"
          y="1363"
          x="64"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-46" />
     </g>
     <path
-       id="path4998"
-       d="m 78,1339 h 70 v 31 H 78 Z m 0,0"
-       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path5290"
+       d="m 78,1339 h 98 v 31 H 78 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g5010"
-       style="fill:#002187;fill-opacity:1">
+       id="g5306"
+       style="fill:#5117ab;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use5000"
+         id="use5292"
          y="1363"
          x="78"
-         xlink:href="#glyph5-1" />
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use5002"
+         id="use5294"
          y="1363"
          x="92"
-         xlink:href="#glyph5-2" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use5004"
+         id="use5296"
          y="1363"
          x="106"
-         xlink:href="#glyph5-3" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use5006"
+         id="use5298"
          y="1363"
          x="120"
-         xlink:href="#glyph5-4" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use5008"
+         id="use5300"
          y="1363"
          x="134"
-         xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path5012"
-       d="m 148,1339 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path5014"
-       d="m 162,1339 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g5032"
-       style="fill:#750075;fill-opacity:1">
+         xlink:href="#glyph0-17" />
       <use
          height="100%"
          width="100%"
-         id="use5016"
+         id="use5302"
          y="1363"
-         x="162"
-         xlink:href="#glyph5-6" />
+         x="148"
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use5018"
+         id="use5304"
          y="1363"
-         x="176"
-         xlink:href="#glyph5-7" />
+         x="162"
+         xlink:href="#glyph0-4" />
+    </g>
+    <path
+       id="path5308"
+       d="m 176,1339 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path5310"
+       d="m 190,1339 h 98 v 31 h -98 z m 0,0"
+       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5326"
+       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use5020"
+         id="use5312"
          y="1363"
          x="190"
-         xlink:href="#glyph5-5" />
+         xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use5022"
+         id="use5314"
          y="1363"
          x="204"
-         xlink:href="#glyph5-7" />
+         xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use5024"
+         id="use5316"
          y="1363"
          x="218"
-         xlink:href="#glyph5-8" />
+         xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use5026"
+         id="use5318"
          y="1363"
          x="232"
-         xlink:href="#glyph5-9" />
+         xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use5028"
+         id="use5320"
          y="1363"
          x="246"
-         xlink:href="#glyph5-6" />
+         xlink:href="#glyph5-5" />
       <use
          height="100%"
          width="100%"
-         id="use5030"
+         id="use5322"
          y="1363"
          x="260"
-         xlink:href="#glyph5-10" />
-    </g>
-    <path
-       id="path5034"
-       d="m 274,1339 h 98 v 31 h -98 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g5050"
-       style="fill:#700f45;fill-opacity:1">
+         xlink:href="#glyph5-6" />
       <use
          height="100%"
          width="100%"
-         id="use5036"
+         id="use5324"
          y="1363"
          x="274"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph5-7" />
+    </g>
+    <path
+       id="path5328"
+       d="m 288,1339 h 154 v 31 H 288 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5352"
+       style="fill:#00518a;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use5038"
+         id="use5330"
          y="1363"
          x="288"
-         xlink:href="#glyph0-3" />
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use5040"
+         id="use5332"
          y="1363"
          x="302"
-         xlink:href="#glyph0-4" />
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use5042"
+         id="use5334"
          y="1363"
          x="316"
-         xlink:href="#glyph0-21" />
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use5044"
+         id="use5336"
          y="1363"
          x="330"
-         xlink:href="#glyph0-16" />
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use5046"
+         id="use5338"
          y="1363"
          x="344"
-         xlink:href="#glyph0-22" />
+         xlink:href="#glyph0-19" />
       <use
          height="100%"
          width="100%"
-         id="use5048"
+         id="use5340"
          y="1363"
          x="358"
-         xlink:href="#glyph0-10" />
-    </g>
-    <path
-       id="path5052"
-       d="m 372,1339 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path5054"
-       d="m 386,1339 h 28 v 31 h -28 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g5060"
-       style="fill:#a6007d;fill-opacity:1">
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use5056"
+         id="use5342"
+         y="1363"
+         x="372"
+         xlink:href="#glyph0-17" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5344"
          y="1363"
          x="386"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use5058"
+         id="use5346"
          y="1363"
          x="400"
-         xlink:href="#glyph0-18" />
+         xlink:href="#glyph0-7" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5348"
+         y="1363"
+         x="414"
+         xlink:href="#glyph0-9" />
+      <use
+         height="100%"
+         width="100%"
+         id="use5350"
+         y="1363"
+         x="428"
+         xlink:href="#glyph0-19" />
     </g>
     <path
-       id="path5062"
-       d="m 414,1339 h 14 v 31 h -14 z m 0,0"
+       id="path5354"
+       d="m 442,1339 h 14 v 31 h -14 z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path5064"
+       id="path5356"
        d="m 0,1339 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path5068"
+       id="path5360"
        d="m 8,1370 h 56 v 31 H 8 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g5078"
+       id="g5370"
        style="fill:#54576b;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use5070"
+         id="use5362"
          y="1394"
          x="8"
-         xlink:href="#glyph0-49" />
+         xlink:href="#glyph0-2" />
       <use
          height="100%"
          width="100%"
-         id="use5072"
+         id="use5364"
          y="1394"
          x="22"
-         xlink:href="#glyph0-45" />
+         xlink:href="#glyph0-69" />
       <use
          height="100%"
          width="100%"
-         id="use5074"
+         id="use5366"
          y="1394"
          x="36"
-         xlink:href="#glyph0-47" />
+         xlink:href="#glyph0-38" />
       <use
          height="100%"
          width="100%"
-         id="use5076"
+         id="use5368"
          y="1394"
          x="50"
-         xlink:href="#glyph0-11" />
+         xlink:href="#glyph0-2" />
     </g>
     <path
-       id="path5080"
+       id="path5372"
        d="m 64,1370 h 14 v 31 H 64 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g5084"
+       id="g5376"
        style="fill:#000000;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use5082"
+         id="use5374"
          y="1394"
          x="64"
-         xlink:href="#glyph0-1" />
+         xlink:href="#glyph0-46" />
     </g>
     <path
-       id="path5086"
-       d="m 78,1370 h 70 v 31 H 78 Z m 0,0"
-       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+       id="path5378"
+       d="m 78,1370 h 98 v 31 H 78 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <g
-       id="g5098"
-       style="fill:#002187;fill-opacity:1">
+       id="g5394"
+       style="fill:#5117ab;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use5088"
+         id="use5380"
          y="1394"
          x="78"
-         xlink:href="#glyph5-1" />
+         xlink:href="#glyph0-27" />
       <use
          height="100%"
          width="100%"
-         id="use5090"
+         id="use5382"
          y="1394"
          x="92"
-         xlink:href="#glyph5-2" />
+         xlink:href="#glyph0-4" />
       <use
          height="100%"
          width="100%"
-         id="use5092"
+         id="use5384"
          y="1394"
          x="106"
-         xlink:href="#glyph5-3" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use5094"
+         id="use5386"
          y="1394"
          x="120"
-         xlink:href="#glyph5-4" />
+         xlink:href="#glyph0-52" />
       <use
          height="100%"
          width="100%"
-         id="use5096"
+         id="use5388"
          y="1394"
          x="134"
-         xlink:href="#glyph5-5" />
-    </g>
-    <path
-       id="path5100"
-       d="m 148,1370 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path5102"
-       d="m 162,1370 h 112 v 31 H 162 Z m 0,0"
-       style="fill:#ffccff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g5120"
-       style="fill:#750075;fill-opacity:1">
+         xlink:href="#glyph0-17" />
       <use
          height="100%"
          width="100%"
-         id="use5104"
+         id="use5390"
          y="1394"
-         x="162"
-         xlink:href="#glyph5-6" />
+         x="148"
+         xlink:href="#glyph0-8" />
       <use
          height="100%"
          width="100%"
-         id="use5106"
+         id="use5392"
          y="1394"
-         x="176"
-         xlink:href="#glyph5-7" />
+         x="162"
+         xlink:href="#glyph0-4" />
+    </g>
+    <path
+       id="path5396"
+       d="m 176,1370 h 14 v 31 h -14 z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       id="path5398"
+       d="m 190,1370 h 98 v 31 h -98 z m 0,0"
+       style="fill:#8ac7ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5414"
+       style="fill:#002187;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use5108"
+         id="use5400"
          y="1394"
          x="190"
-         xlink:href="#glyph5-5" />
+         xlink:href="#glyph5-1" />
       <use
          height="100%"
          width="100%"
-         id="use5110"
+         id="use5402"
          y="1394"
          x="204"
-         xlink:href="#glyph5-7" />
+         xlink:href="#glyph5-2" />
       <use
          height="100%"
          width="100%"
-         id="use5112"
+         id="use5404"
          y="1394"
          x="218"
-         xlink:href="#glyph5-8" />
+         xlink:href="#glyph5-3" />
       <use
          height="100%"
          width="100%"
-         id="use5114"
+         id="use5406"
          y="1394"
          x="232"
-         xlink:href="#glyph5-9" />
+         xlink:href="#glyph5-4" />
       <use
          height="100%"
          width="100%"
-         id="use5116"
+         id="use5408"
          y="1394"
          x="246"
-         xlink:href="#glyph5-6" />
+         xlink:href="#glyph5-5" />
       <use
          height="100%"
          width="100%"
-         id="use5118"
+         id="use5410"
          y="1394"
          x="260"
-         xlink:href="#glyph5-10" />
-    </g>
-    <path
-       id="path5122"
-       d="m 274,1370 h 154 v 31 H 274 Z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g5146"
-       style="fill:#700f45;fill-opacity:1">
+         xlink:href="#glyph5-6" />
       <use
          height="100%"
          width="100%"
-         id="use5124"
+         id="use5412"
          y="1394"
          x="274"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph5-7" />
+    </g>
+    <path
+       id="path5416"
+       d="m 288,1370 h 168 v 31 H 288 Z m 0,0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <g
+       id="g5442"
+       style="fill:#00518a;fill-opacity:1">
       <use
          height="100%"
          width="100%"
-         id="use5126"
+         id="use5418"
          y="1394"
          x="288"
-         xlink:href="#glyph0-8" />
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use5128"
+         id="use5420"
          y="1394"
          x="302"
-         xlink:href="#glyph0-5" />
+         xlink:href="#glyph0-28" />
       <use
          height="100%"
          width="100%"
-         id="use5130"
+         id="use5422"
          y="1394"
          x="316"
-         xlink:href="#glyph0-12" />
+         xlink:href="#glyph0-5" />
       <use
          height="100%"
          width="100%"
-         id="use5132"
+         id="use5424"
          y="1394"
          x="330"
-         xlink:href="#glyph0-4" />
+         xlink:href="#glyph0-9" />
       <use
          height="100%"
          width="100%"
-         id="use5134"
+         id="use5426"
          y="1394"
          x="344"
-         xlink:href="#glyph0-15" />
+         xlink:href="#glyph0-32" />
       <use
          height="100%"
          width="100%"
-         id="use5136"
+         id="use5428"
          y="1394"
          x="358"
-         xlink:href="#glyph0-3" />
+         xlink:href="#glyph0-23" />
       <use
          height="100%"
          width="100%"
-         id="use5138"
+         id="use5430"
          y="1394"
          x="372"
-         xlink:href="#glyph0-15" />
+         xlink:href="#glyph0-12" />
       <use
          height="100%"
          width="100%"
-         id="use5140"
+         id="use5432"
          y="1394"
          x="386"
-         xlink:href="#glyph0-12" />
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use5142"
+         id="use5434"
          y="1394"
          x="400"
-         xlink:href="#glyph0-10" />
+         xlink:href="#glyph0-7" />
       <use
          height="100%"
          width="100%"
-         id="use5144"
+         id="use5436"
          y="1394"
          x="414"
-         xlink:href="#glyph0-16" />
-    </g>
-    <path
-       id="path5148"
-       d="m 428,1370 h 14 v 31 h -14 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <path
-       id="path5150"
-       d="m 442,1370 h 28 v 31 h -28 z m 0,0"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
-    <g
-       id="g5156"
-       style="fill:#a6007d;fill-opacity:1">
+         xlink:href="#glyph0-6" />
       <use
          height="100%"
          width="100%"
-         id="use5152"
+         id="use5438"
          y="1394"
-         x="442"
-         xlink:href="#glyph0-1" />
+         x="428"
+         xlink:href="#glyph0-11" />
       <use
          height="100%"
          width="100%"
-         id="use5154"
+         id="use5440"
          y="1394"
-         x="456"
-         xlink:href="#glyph0-18" />
+         x="442"
+         xlink:href="#glyph0-4" />
     </g>
     <path
-       id="path5158"
-       d="m 470,1370 h 14 v 31 h -14 z m 0,0"
+       id="path5444"
+       d="m 456,1370 h 14 v 31 h -14 z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path5160"
+       id="path5446"
        d="m 0,1370 h 8 v 31 H 0 Z m 0,0"
        style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
     <path
-       id="path5164"
-       d="m 484,1060 h 14 v 31 h -14 z m 0,0"
+       id="path5450"
+       d="m 414,1060 h 14 v 31 h -14 z m 0,0"
        style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
   </g>
 </svg>
diff --git a/minicomp.el b/vertico.el
similarity index 59%
rename from minicomp.el
rename to vertico.el
index a66c7cb..c7ebaba 100644
--- a/minicomp.el
+++ b/vertico.el
@@ -1,4 +1,4 @@
-;;; minicomp.el --- Minimalistic vertical minibuffer completion system -*- 
lexical-binding: t -*-
+;;; vertico.el --- VERTical Interactive COmpletion -*- lexical-binding: t -*-
 
 ;; Author: Daniel Mendler
 ;; Maintainer: Daniel Mendler
@@ -6,7 +6,7 @@
 ;; License: GPL-3.0-or-later
 ;; Version: 0.1
 ;; Package-Requires: ((emacs "27.1"))
-;; Homepage: https://github.com/minad/minicomp
+;; Homepage: https://github.com/minad/vertico
 
 ;; This file is not part of GNU Emacs.
 
@@ -25,10 +25,10 @@
 
 ;;; Commentary:
 
-;; This package provides a vertical completion system, which is based on the
-;; default completion system. By reusing the default system, we achieve full
-;; compatibility with built-in Emacs commands and completion tables. The
-;; completion system is pretty bare-bone and only provides a minimal set of
+;; This package provides a minimalistic vertical completion system, which is
+;; based on the default completion system. By reusing the default system, we
+;; achieve full compatibility with built-in Emacs commands and completion
+;; tables. Vertico is pretty bare-bone and only provides a minimal set of
 ;; commands.
 
 ;;; Code:
@@ -37,115 +37,115 @@
 (eval-when-compile
   (require 'subr-x))
 
-(defgroup minicomp nil
-  "Minimalistic vertical minibuffer completion system."
+(defgroup vertico nil
+  "VERTical Interactive COmpletion."
   :group 'convenience
-  :prefix "minicomp-")
+  :prefix "vertico-")
 
-(defcustom minicomp-sort-threshold 20000
+(defcustom vertico-sort-threshold 20000
   "Candidates will only be sorted if there are fewer than this threshold."
   :type 'integer)
 
-(defcustom minicomp-count-format
+(defcustom vertico-count-format
   (cons "%-6s " "%s/%s")
   "Format string used for the candidate count."
   :type '(choice (const nil) (cons string string)))
 
-(defcustom minicomp-group-format
+(defcustom vertico-group-format
   (concat
-   #("    " 0 4 (face minicomp-group-separator))
-   #(" %s " 0 4 (face minicomp-group-title))
-   #(" " 0 1 (face minicomp-group-separator display (space :align-to right))))
+   #("    " 0 4 (face vertico-group-separator))
+   #(" %s " 0 4 (face vertico-group-title))
+   #(" " 0 1 (face vertico-group-separator display (space :align-to right))))
   "Format string used for the group title."
   :type '(choice (const nil) string))
 
-(defcustom minicomp-count 10
+(defcustom vertico-count 10
   "Maximal number of candidates to show."
   :type 'integer)
 
-(defcustom minicomp-truncation
-  '(#("⤶" 0 1 (face minicomp-truncation))
-    #("…" 0 1 (face minicomp-truncation)))
+(defcustom vertico-truncation
+  '(#("⤶" 0 1 (face vertico-truncation))
+    #("…" 0 1 (face vertico-truncation)))
   "Truncation replacement strings."
   :type '(list string string))
 
-(defgroup minicomp-faces nil
-  "Faces used by Minicomp."
-  :group 'minicomp
+(defgroup vertico-faces nil
+  "Faces used by Vertico."
+  :group 'vertico
   :group 'faces)
 
-(defface minicomp-truncation
+(defface vertico-truncation
   '((t :inherit shadow))
   "Face used to highlight truncation characters.")
 
-(defface minicomp-group-title
+(defface vertico-group-title
   '((t :inherit shadow :slant italic))
   "Face used for the title text of the candidate group headlines.")
 
-(defface minicomp-group-separator
+(defface vertico-group-separator
   '((t :inherit shadow :strike-through t))
   "Face used for the separator lines of the candidate groups.")
 
-(defface minicomp-current
+(defface vertico-current
   '((t :inherit highlight :extend t))
   "Face used to highlight the currently selected candidate.")
 
-(defvar minicomp-map
+(defvar vertico-map
   (let ((map (make-sparse-keymap)))
     (set-keymap-parent map minibuffer-local-map)
-    (define-key map [remap beginning-of-buffer] #'minicomp-beginning-of-buffer)
-    (define-key map [remap minibuffer-beginning-of-buffer] 
#'minicomp-beginning-of-buffer)
-    (define-key map [remap end-of-buffer] #'minicomp-end-of-buffer)
-    (define-key map [remap scroll-down-command] #'minicomp-scroll-down)
-    (define-key map [remap scroll-up-command] #'minicomp-scroll-up)
-    (define-key map [remap next-line] #'minicomp-next)
-    (define-key map [remap previous-line] #'minicomp-previous)
-    (define-key map [remap next-line-or-history-element] #'minicomp-next)
-    (define-key map [remap previous-line-or-history-element] 
#'minicomp-previous)
-    (define-key map [remap exit-minibuffer] #'minicomp-exit)
-    (define-key map [remap kill-ring-save] #'minicomp-save)
-    (define-key map [C-return] #'minicomp-exit-input)
-    (define-key map "\t" #'minicomp-insert)
+    (define-key map [remap beginning-of-buffer] #'vertico-beginning-of-buffer)
+    (define-key map [remap minibuffer-beginning-of-buffer] 
#'vertico-beginning-of-buffer)
+    (define-key map [remap end-of-buffer] #'vertico-end-of-buffer)
+    (define-key map [remap scroll-down-command] #'vertico-scroll-down)
+    (define-key map [remap scroll-up-command] #'vertico-scroll-up)
+    (define-key map [remap next-line] #'vertico-next)
+    (define-key map [remap previous-line] #'vertico-previous)
+    (define-key map [remap next-line-or-history-element] #'vertico-next)
+    (define-key map [remap previous-line-or-history-element] 
#'vertico-previous)
+    (define-key map [remap exit-minibuffer] #'vertico-exit)
+    (define-key map [remap kill-ring-save] #'vertico-save)
+    (define-key map [C-return] #'vertico-exit-input)
+    (define-key map "\t" #'vertico-insert)
     map)
   "Minibuffer keymap.")
 
-(defvar-local minicomp--history-hash nil
+(defvar-local vertico--history-hash nil
   "History hash table.")
 
-(defvar-local minicomp--history-dir nil
-  "Directory of `minicomp--history-hash'.")
+(defvar-local vertico--history-dir nil
+  "Directory of `vertico--history-hash'.")
 
-(defvar-local minicomp--candidates-ov nil
+(defvar-local vertico--candidates-ov nil
   "Overlay showing the candidates.")
 
-(defvar-local minicomp--count-ov nil
+(defvar-local vertico--count-ov nil
   "Overlay showing the number of candidates.")
 
-(defvar-local minicomp--index -1
+(defvar-local vertico--index -1
   "Index of current candidate or negative for prompt selection.")
 
-(defvar-local minicomp--input nil
+(defvar-local vertico--input nil
   "Current input string or t.")
 
-(defvar-local minicomp--candidates nil
+(defvar-local vertico--candidates nil
   "List of candidates.")
 
-(defvar-local minicomp--base 0
+(defvar-local vertico--base 0
   "Size of the base string, which is concatenated with the candidate.")
 
-(defvar-local minicomp--total 0
-  "Length of the candidate list `minicomp--candidates'.")
+(defvar-local vertico--total 0
+  "Length of the candidate list `vertico--candidates'.")
 
-(defvar-local minicomp--keep nil
-  "Keep current candidate index `minicomp--index'.")
+(defvar-local vertico--keep nil
+  "Keep current candidate index `vertico--index'.")
 
-(defun minicomp--pred (x y)
+(defun vertico--pred (x y)
   "Compare X and Y."
   (or (< (cdr x) (cdr y))
       (and (= (cdr x) (cdr y))
            (string< (car x) (car y)))))
 
-(defun minicomp--sort (input candidates)
+(defun vertico--sort (input candidates)
   "Sort CANDIDATES by history position, length and alphabetically, given 
current INPUT."
   ;; Store the history position first in a hashtable in order to allow O(1) 
history lookup. File
   ;; names get special treatment. In principle, completion tables with 
boundaries should also get
@@ -155,9 +155,9 @@
     (let ((dir (expand-file-name (substitute-in-file-name
                                   (or (file-name-directory input)
                                       default-directory)))))
-      (unless (equal minicomp--history-dir dir)
-        (setq minicomp--history-hash (make-hash-table :test #'equal :size 
(length file-name-history))
-              minicomp--history-dir dir)
+      (unless (equal vertico--history-dir dir)
+        (setq vertico--history-hash (make-hash-table :test #'equal :size 
(length file-name-history))
+              vertico--history-dir dir)
         (let* ((index 0)
                (adir (abbreviate-file-name dir))
                (dlen (length dir))
@@ -174,18 +174,18 @@
               (when file
                 (when-let (slash (string-match-p "/" file))
                   (setq file (substring file 0 (1+ slash))))
-                (unless (gethash file minicomp--history-hash)
-                  (puthash file index minicomp--history-hash)))
+                (unless (gethash file vertico--history-hash)
+                  (puthash file index vertico--history-hash)))
               (setq index (1+ index))))))))
-   ((not minicomp--history-hash)
+   ((not vertico--history-hash)
     (let ((index 0)
           ;; History disabled if `minibuffer-history-variable' eq `t'.
           (hist (and (not (eq minibuffer-history-variable t))
                      (symbol-value minibuffer-history-variable))))
-      (setq minicomp--history-hash (make-hash-table :test #'equal :size 
(length hist)))
+      (setq vertico--history-hash (make-hash-table :test #'equal :size (length 
hist)))
       (dolist (elem hist)
-        (unless (gethash elem minicomp--history-hash)
-          (puthash elem index minicomp--history-hash))
+        (unless (gethash elem vertico--history-hash)
+          (puthash elem index vertico--history-hash))
         (setq index (1+ index))))))
   ;; Decorate each candidate with (index<<13) + length. This way we sort first 
by index and then by
   ;; length. We assume that the candidates are shorter than 2**13 characters 
and that the history is
@@ -193,10 +193,10 @@
   (let ((cand candidates))
     (while cand
       (setcar cand (cons (car cand)
-                         (+ (lsh (gethash (car cand) minicomp--history-hash 
#xFFFF) 13)
+                         (+ (lsh (gethash (car cand) vertico--history-hash 
#xFFFF) 13)
                             (length (car cand)))))
       (setq cand (cdr cand))))
-  (setq candidates (sort candidates #'minicomp--pred))
+  (setq candidates (sort candidates #'vertico--pred))
   ;; Drop decoration from the candidates
   (let ((cand candidates))
     (while cand
@@ -204,7 +204,7 @@
       (setq cand (cdr cand))))
   candidates)
 
-(defun minicomp--annotate (metadata candidates)
+(defun vertico--annotate (metadata candidates)
   "Annotate CANDIDATES with annotation function specified by METADATA."
   (if-let (aff (or (completion-metadata-get metadata 'affixation-function)
                    (plist-get completion-extra-properties 
:affixation-function)))
@@ -215,7 +215,7 @@
       candidates)))
 
 (defvar orderless-skip-highlighting)
-(defun minicomp--highlight (input metadata candidates)
+(defun vertico--highlight (input metadata candidates)
   "Pass CANDIDATES through the completion style specified by METADATA for 
highlighting with INPUT string."
   (let* ((orderless-skip-highlighting)
          (highlighted (nconc
@@ -229,7 +229,7 @@
     (if (= (length highlighted) (length candidates))
         highlighted candidates)))
 
-(defun minicomp--recompute-candidates (input metadata)
+(defun vertico--recompute-candidates (input metadata)
   "Recompute candidates with INPUT string and METADATA."
   (let* ((ignore-re (concat "\\(?:\\`\\|/\\)\\.?\\./\\'"
                             (and completion-ignored-extensions
@@ -249,10 +249,10 @@
                      (setcdr last nil))
                  0))
          (total (length all)))
-    (when (<= total minicomp-sort-threshold)
+    (when (<= total vertico-sort-threshold)
       (setq all (if-let (sort (completion-metadata-get metadata 
'display-sort-function))
                     (funcall sort all)
-                  (minicomp--sort input all))))
+                  (vertico--sort input all))))
     (when-let* ((def (cond
                       ((stringp (car-safe minibuffer-default)) (car 
minibuffer-default))
                       ((stringp minibuffer-default) minibuffer-default)))
@@ -262,27 +262,27 @@
       (setq all (mapcan #'cdr (funcall group all))))
     (list base total all)))
 
-(defun minicomp--update-candidates (input metadata)
+(defun vertico--update-candidates (input metadata)
   "Preprocess candidates with INPUT string and METADATA."
   (pcase (let ((while-no-input-ignore-events '(selection-request)))
-           (while-no-input (minicomp--recompute-candidates input metadata)))
+           (while-no-input (vertico--recompute-candidates input metadata)))
     ('nil (abort-recursive-edit))
     (`(,base ,total ,candidates)
-     (unless (and minicomp--keep (< minicomp--index 0))
+     (unless (and vertico--keep (< vertico--index 0))
        (if-let* ((old (and candidates
-                           minicomp--keep
-                           (>= minicomp--index 0)
-                           (nth minicomp--index minicomp--candidates)))
+                           vertico--keep
+                           (>= vertico--index 0)
+                           (nth vertico--index vertico--candidates)))
                  (idx (seq-position candidates old)))
-           (setq minicomp--index idx)
-         (setq minicomp--keep nil
-               minicomp--index (if candidates 0 -1))))
-     (setq minicomp--base base
-           minicomp--input input
-           minicomp--total total
-           minicomp--candidates candidates))))
-
-(defun minicomp--flatten-prop (prop insert str)
+           (setq vertico--index idx)
+         (setq vertico--keep nil
+               vertico--index (if candidates 0 -1))))
+     (setq vertico--base base
+           vertico--input input
+           vertico--total total
+           vertico--candidates candidates))))
+
+(defun vertico--flatten-prop (prop insert str)
   "Flatten STR with PROP, INSERT or remove."
   (let ((len (length str)) (pos 0) (chunks))
     (while (/= pos len)
@@ -294,16 +294,16 @@
         (setq pos end)))
     (apply #'concat (nreverse chunks))))
 
-(defun minicomp--format-candidates (input metadata)
+(defun vertico--format-candidates (input metadata)
   "Format current candidates with INPUT string and METADATA."
-  (let* ((index (min (max 0 (- minicomp--index (/ minicomp-count 2)))
-                     (max 0 (- minicomp--total minicomp-count))))
-         (candidates (seq-subseq minicomp--candidates index
-                                 (min (+ index minicomp-count) 
minicomp--total)))
+  (let* ((index (min (max 0 (- vertico--index (/ vertico-count 2)))
+                     (max 0 (- vertico--total vertico-count))))
+         (candidates (seq-subseq vertico--candidates index
+                                 (min (+ index vertico-count) vertico--total)))
          (ann-candidates
-          (minicomp--annotate
+          (vertico--annotate
            metadata
-           (minicomp--highlight
+           (vertico--highlight
             (substring input
                        (car (completion-boundaries input 
minibuffer-completion-table
                                                    
minibuffer-completion-predicate "")))
@@ -314,8 +314,8 @@
          (chunks (list #(" " 0 1 (cursor t))))
          (group (completion-metadata-get metadata 'x-group-function)))
     (dolist (ann-cand ann-candidates)
-      (push (if (= index (1+ minicomp--index))
-                #("\n" 0 1 (face minicomp-current))
+      (push (if (= index (1+ vertico--index))
+                #("\n" 0 1 (face vertico-current))
               "\n")
             chunks)
       (let ((prefix "") (suffix "") (cand))
@@ -323,47 +323,47 @@
           (`(,c ,s) (setq cand c suffix s))
           (`(,c ,p ,s) (setq cand c prefix p suffix s))
           (_ (setq cand ann-cand)))
-        (when-let (new-title (and minicomp-group-format group (caar (funcall 
group (list cand)))))
+        (when-let (new-title (and vertico-group-format group (caar (funcall 
group (list cand)))))
           (unless (equal title new-title)
-            (push (format minicomp-group-format new-title) chunks)
+            (push (format vertico-group-format new-title) chunks)
             (push "\n" chunks)
             (setq title new-title)))
         (setq cand (thread-last cand
                      (replace-regexp-in-string "[\t ]+" " ")
-                     (replace-regexp-in-string "[\t\n ]*\n[\t\n ]*" (car 
minicomp-truncation))
+                     (replace-regexp-in-string "[\t\n ]*\n[\t\n ]*" (car 
vertico-truncation))
                      (string-trim)
-                     (minicomp--flatten-prop 'display 'insert)
-                     (minicomp--flatten-prop 'invisible nil))
-              cand (truncate-string-to-width cand max-width 0 nil (cadr 
minicomp-truncation))
+                     (vertico--flatten-prop 'display 'insert)
+                     (vertico--flatten-prop 'invisible nil))
+              cand (truncate-string-to-width cand max-width 0 nil (cadr 
vertico-truncation))
               cand (concat prefix cand
                            (if (text-property-not-all 0 (length suffix) 'face 
nil suffix)
                                suffix
                              (propertize suffix 'face 
'completions-annotations))))
-        (when (= index minicomp--index)
-          (add-face-text-property 0 (length cand) 'minicomp-current 'append 
cand))
+        (when (= index vertico--index)
+          (add-face-text-property 0 (length cand) 'vertico-current 'append 
cand))
         (push cand chunks)
         (setq index (1+ index))))
     (apply #'concat (nreverse chunks))))
 
-(defun minicomp--display-candidates (str)
+(defun vertico--display-candidates (str)
   "Update candidates overlay with STR."
-  (move-overlay minicomp--candidates-ov (point-max) (point-max))
-  (overlay-put minicomp--candidates-ov 'after-string str))
+  (move-overlay vertico--candidates-ov (point-max) (point-max))
+  (overlay-put vertico--candidates-ov 'after-string str))
 
-(defun minicomp--display-count ()
+(defun vertico--display-count ()
   "Update count overlay."
-  (when minicomp-count-format
-    (move-overlay minicomp--count-ov (point-min) (point-min))
-    (overlay-put minicomp--count-ov 'before-string
-                 (format (car minicomp-count-format)
-                         (format (cdr minicomp-count-format)
+  (when vertico-count-format
+    (move-overlay vertico--count-ov (point-min) (point-min))
+    (overlay-put vertico--count-ov 'before-string
+                 (format (car vertico-count-format)
+                         (format (cdr vertico-count-format)
                                  (cond
-                                  ((>= minicomp--index 0) (1+ minicomp--index))
-                                  ((minicomp--require-match) "!")
+                                  ((>= vertico--index 0) (1+ vertico--index))
+                                  ((vertico--require-match) "!")
                                   (t "*"))
-                                 minicomp--total)))))
+                                 vertico--total)))))
 
-(defun minicomp--tidy-shadowed-file ()
+(defun vertico--tidy-shadowed-file ()
   "Tidy shadowed file name."
   (when (and minibuffer-completing-file-name
              (eq this-command #'self-insert-command)
@@ -374,66 +374,66 @@
                  (eq ?/ (char-before (- (point) 2)))))
     (delete-region (overlay-start rfn-eshadow-overlay) (overlay-end 
rfn-eshadow-overlay))))
 
-(defun minicomp--exhibit ()
+(defun vertico--exhibit ()
   "Exhibit completion UI."
-  (minicomp--tidy-shadowed-file)
+  (vertico--tidy-shadowed-file)
   (let ((metadata (completion--field-metadata (minibuffer-prompt-end)))
         (input (minibuffer-contents-no-properties)))
-    (unless (equal minicomp--input input)
-      (minicomp--update-candidates input metadata))
-    (minicomp--display-candidates (minicomp--format-candidates input metadata))
-    (minicomp--display-count)
-    (if (or (>= minicomp--index 0) (minicomp--require-match))
+    (unless (equal vertico--input input)
+      (vertico--update-candidates input metadata))
+    (vertico--display-candidates (vertico--format-candidates input metadata))
+    (vertico--display-count)
+    (if (or (>= vertico--index 0) (vertico--require-match))
         (remove-text-properties (minibuffer-prompt-end) (point-max) '(face 
nil))
-      (add-text-properties (minibuffer-prompt-end) (point-max) '(face 
minicomp-current)))))
+      (add-text-properties (minibuffer-prompt-end) (point-max) '(face 
vertico-current)))))
 
-(defun minicomp--require-match ()
+(defun vertico--require-match ()
   "Match is required."
   (not (memq minibuffer--require-match '(nil confirm 
confirm-after-completion))))
 
-(defun minicomp--goto (index)
+(defun vertico--goto (index)
   "Go to INDEX."
-  (setq minicomp--keep t
-        minicomp--index
-        (max (if (and (minicomp--require-match) minicomp--candidates)
+  (setq vertico--keep t
+        vertico--index
+        (max (if (and (vertico--require-match) vertico--candidates)
                  0 -1)
-             (min index (- minicomp--total 1)))))
+             (min index (- vertico--total 1)))))
 
-(defun minicomp-beginning-of-buffer ()
+(defun vertico-beginning-of-buffer ()
   "Go to first candidate."
   (interactive)
-  (minicomp--goto 0))
+  (vertico--goto 0))
 
-(defun minicomp-end-of-buffer ()
+(defun vertico-end-of-buffer ()
   "Go to last candidate."
   (interactive)
-  (minicomp--goto (- minicomp--total 1)))
+  (vertico--goto (- vertico--total 1)))
 
-(defun minicomp-scroll-down ()
+(defun vertico-scroll-down ()
   "Go back by one page."
   (interactive)
-  (minicomp--goto (max 0 (- minicomp--index minicomp-count))))
+  (vertico--goto (max 0 (- vertico--index vertico-count))))
 
-(defun minicomp-scroll-up ()
+(defun vertico-scroll-up ()
   "Go forward by one page."
   (interactive)
-  (minicomp--goto (+ minicomp--index minicomp-count)))
+  (vertico--goto (+ vertico--index vertico-count)))
 
-(defun minicomp-next ()
+(defun vertico-next ()
   "Go to next candidate."
   (interactive)
-  (minicomp--goto (1+ minicomp--index)))
+  (vertico--goto (1+ vertico--index)))
 
-(defun minicomp-previous ()
+(defun vertico-previous ()
   "Go to previous candidate."
   (interactive)
-  (minicomp--goto (- minicomp--index 1)))
+  (vertico--goto (- vertico--index 1)))
 
-(defun minicomp-exit (&optional arg)
+(defun vertico-exit (&optional arg)
   "Exit minibuffer with current candidate or input if prefix ARG is given."
   (interactive "P")
   (unless arg
-    (minicomp-insert))
+    (vertico-insert))
   (let ((input (minibuffer-contents-no-properties)))
     (if (or (memq minibuffer--require-match '(nil confirm-after-completion))
             (equal "" input)
@@ -445,94 +445,94 @@
         (exit-minibuffer)
       (message "Match required"))))
 
-(defun minicomp-exit-input ()
+(defun vertico-exit-input ()
   "Exit minibuffer with input."
   (interactive)
-  (minicomp-exit t))
+  (vertico-exit t))
 
-(defun minicomp-save ()
+(defun vertico-save ()
   "Save current candidate to kill ring."
   (interactive)
   (if (or (use-region-p) (not transient-mark-mode))
       (call-interactively #'kill-ring-save)
-    (kill-new (minicomp--candidate))))
+    (kill-new (vertico--candidate))))
 
-(defun minicomp-insert ()
+(defun vertico-insert ()
   "Insert current candidate in minibuffer."
   (interactive)
-  (let ((cand (minicomp--candidate)))
+  (let ((cand (vertico--candidate)))
     (delete-minibuffer-contents)
     (insert cand)))
 
-(defun minicomp--candidate ()
+(defun vertico--candidate ()
   "Return current candidate string."
   (let ((content (minibuffer-contents-no-properties)))
-    (if (< minicomp--index 0)
+    (if (< vertico--index 0)
         content
-      (concat (substring content 0 minicomp--base)
-              (nth minicomp--index minicomp--candidates)))))
+      (concat (substring content 0 vertico--base)
+              (nth vertico--index vertico--candidates)))))
 
-(defun minicomp--setup ()
+(defun vertico--setup ()
   "Setup completion system."
-  (setq minicomp--input t
-        minicomp--candidates-ov (make-overlay (point-max) (point-max) nil t t)
-        minicomp--count-ov (make-overlay (point-min) (point-min) nil t t))
+  (setq vertico--input t
+        vertico--candidates-ov (make-overlay (point-max) (point-max) nil t t)
+        vertico--count-ov (make-overlay (point-min) (point-min) nil t t))
   (setq-local orderless-skip-highlighting t ;; Orderless optimization
               truncate-lines nil
               resize-mini-windows 'grow-only
               max-mini-window-height 1.0)
-  (use-local-map minicomp-map)
-  (add-hook 'post-command-hook #'minicomp--exhibit -99 'local))
+  (use-local-map vertico-map)
+  (add-hook 'post-command-hook #'vertico--exhibit -99 'local))
 
-(defun minicomp--advice (orig &rest args)
+(defun vertico--advice (orig &rest args)
   "Advice for ORIG completion function, receiving ARGS."
-  (minibuffer-with-setup-hook #'minicomp--setup (apply orig args)))
+  (minibuffer-with-setup-hook #'vertico--setup (apply orig args)))
 
 ;;;###autoload
-(define-minor-mode minicomp-mode
+(define-minor-mode vertico-mode
   "Minimal completion system."
   :global t
-  (if minicomp-mode
+  (if vertico-mode
       (progn
-        (advice-add #'completing-read-default :around #'minicomp--advice)
-        (advice-add #'completing-read-multiple :around #'minicomp--advice))
-    (advice-remove #'completing-read-default #'minicomp--advice)
-    (advice-remove #'completing-read-multiple #'minicomp--advice)))
+        (advice-add #'completing-read-default :around #'vertico--advice)
+        (advice-add #'completing-read-multiple :around #'vertico--advice))
+    (advice-remove #'completing-read-default #'vertico--advice)
+    (advice-remove #'completing-read-multiple #'vertico--advice)))
 
-(defun minicomp--consult-candidate ()
+(defun vertico--consult-candidate ()
   "Current candidate."
-  (and minicomp--input (minicomp--candidate)))
+  (and vertico--input (vertico--candidate)))
 
-(defun minicomp--consult-refresh ()
+(defun vertico--consult-refresh ()
   "Refresh ui."
-  (when minicomp--input
-    (setq minicomp--input t)
-    (minicomp--exhibit)))
+  (when vertico--input
+    (setq vertico--input t)
+    (vertico--exhibit)))
 
-(defun minicomp--embark-target ()
+(defun vertico--embark-target ()
   "Return embark target."
-  (and minicomp--input
+  (and vertico--input
        (cons (completion-metadata-get (completion--field-metadata
                                        (minibuffer-prompt-end))
                                       'category)
-            (minicomp--candidate))))
+            (vertico--candidate))))
 
-(defun minicomp--embark-candidates ()
+(defun vertico--embark-candidates ()
   "Return embark candidates."
-  (and minicomp--input
+  (and vertico--input
        (cons (completion-metadata-get (completion--field-metadata
                                        (minibuffer-prompt-end))
                                       'category)
              ;; full candidates?
-             minicomp--candidates)))
+             vertico--candidates)))
 
 (with-eval-after-load 'consult
-  (add-hook 'consult--completion-candidate-hook #'minicomp--consult-candidate)
-  (add-hook 'consult--completion-refresh-hook #'minicomp--consult-refresh))
+  (add-hook 'consult--completion-candidate-hook #'vertico--consult-candidate)
+  (add-hook 'consult--completion-refresh-hook #'vertico--consult-refresh))
 
 (with-eval-after-load 'embark
-  (add-hook 'embark-target-finders #'minicomp--embark-target)
-  (add-hook 'embark-candidate-collectors #'minicomp--embark-candidates))
+  (add-hook 'embark-target-finders #'vertico--embark-target)
+  (add-hook 'embark-candidate-collectors #'vertico--embark-candidates))
 
-(provide 'minicomp)
-;;; minicomp.el ends here
+(provide 'vertico)
+;;; vertico.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]