Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter

- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
This commit is contained in:
Eric F
2026-06-08 00:38:27 -04:00
parent 468cfeaa50
commit d398a6ced2
7326 changed files with 1177561 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
# Copyright Contributors to the Shapeshifter project
#
# SPDX-License-Identifier: Apache-2.0
root = true
[*]
end_of_line = lf

View File

@@ -0,0 +1,6 @@
# Copyright Contributors to the Shapeshifter project
#
# SPDX-License-Identifier: Apache-2.0
* text=auto eol=lf
*.xsd eol=lf

View File

@@ -0,0 +1,23 @@
---
name: Improvement Suggestion
about: Create a report to help us improve
title: "[Improvement]"
labels: improvement
assignees: ''
---
## **Describe the improvement**
A clear and concise description of what the suggestion is.
## **Additional context**
Add any other context about the problem here.
## **Expected behavior**
A clear and concise description of what you expected to see.
## **Screenshots**
If applicable, add screenshots to help explain your suggestion.
**Additional context**
Add any other context about the suggestion here.

View File

@@ -0,0 +1,24 @@
# SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
#
# SPDX-License-Identifier: Apache-2.0
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
groups:
python-packages:
patterns:
- "*"
update-types:
- "patch"
- "minor"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View File

@@ -0,0 +1,36 @@
# Copyright Contributors to the Shapeshifter project
#
# SPDX-License-Identifier: Apache-2.0
name: docs-latest
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # checkout branch history required to update
- uses: actions/setup-python@v5
with:
python-version: 3.12
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- name: Install Poetry and dependencies
run: |
pip install poetry
poetry install --no-interaction
- name: Configure fake git user to associate commits
run: |
git config --global user.name Docs deploy
git config --global user.email docs-action@shapshifter
- name: Push the main branch under the alias development
run: poetry run mike deploy --push --update-aliases development

View File

@@ -0,0 +1,34 @@
# Copyright Contributors to the Shapeshifter project
#
# SPDX-License-Identifier: Apache-2.0
name: docs-pr
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # checkout branch history required to update
- uses: actions/setup-python@v5
with:
python-version: 3.12
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- name: Install Poetry and dependencies
run: |
pip install poetry
poetry install --no-interaction
- name: Create local documentation build
run: poetry run mkdocs build
- name: Archive reports
uses: actions/upload-artifact@v4
with:
name: Shapeshifter documentation build
path: site/

View File

@@ -0,0 +1,40 @@
# Copyright Contributors to the Shapeshifter project
#
# SPDX-License-Identifier: Apache-2.0
name: docs-release
on:
release:
types:
- published
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # checkout branch history required to update
- uses: actions/setup-python@v5
with:
python-version: 3.12
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- name: Install Poetry and dependencies
run: |
pip install poetry
poetry install --no-interaction
- name: Configure fake git user to associate commits
run: |
git config --global user.name Docs deploy
git config --global user.email docs-action@shapshifter
- name: Push the verisioned documentation with alias latest
run: poetry run mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
env:
ENABLE_PDF_EXPORT: 1
- name: Set latest as default (should only have te be run once)
run: poetry run mike set-default --push latest

View File

@@ -0,0 +1,281 @@
# Copyright Contributors to the Shapeshifter project
#
# SPDX-License-Identifier: Apache-2.0
.idea/
site/
# Created by https://www.toptal.com/developers/gitignore/api/windows,python,libreoffice,emacs,microsoftoffice
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,python,libreoffice,emacs,microsoftoffice
### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# network security
/network-security.data
### LibreOffice ###
# LibreOffice locks
.~lock.*#
### MicrosoftOffice ###
*.tmp
# Word temporary
~$*.doc*
# Word Auto Backup File
Backup of *.doc*
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk
# PowerPoint temporary
~$*.ppt*
# Visio autosave temporary files
*.~vsd*
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
poetry.toml
# ruff
.ruff_cache/
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/windows,python,libreoffice,emacs,microsoftoffice

View File

@@ -0,0 +1,45 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Latest]
### Added
* `ReferenceMessageID` attribute in `PayloadMessageResponseType` to replace the specific `*MessageID` attributes in each specific response type. This will simplify handling of response messages.
* `Unsolicited` attribute in `FlexOfferType` and `FlexOrderType` to communicate whether an unsolicited message is intentional.
### Changed
* `FlexOrder` can be sent directly without a `FlexOfferMessageID`.
### Removed
* Specific `*MessageID` attributes in each response type. These have been replaced by the generic `ReferenceMessageID` attribute in the `PayloadMessageResponseType`.
## [3.0.0] - 2022-06-01
Imported project from USEF UFTP.
### Added
Metering Messages - To support submission of metering data from the AGR to the DSO.
Version tag in PayloadMessageType - So that the version number is specified in every message and the DSO can support multiple versions at the same time
Service type in FlexRequest message - so that the aggregate knows which service is being requested
Order Reference in FlexOrderSettlement - so that the aggregate knows which order the settlement is for
### Changed
Improve the description of FlexRequestMessageID and D-PrognosisMessageID fields
### Removed
Reference from FlexSettlement and FlexSettlementResponse - These fields supplied the same functionality as the FlexSettlementMessageID field. Now please use the FlexSettlementMessageID field in the FlexSettlementResponse
## [2.0.0]
Project was called USEF (Universal Smart Energy Framework) UFTP (USEF Flexibility Trading Protocol)

View File

@@ -0,0 +1,53 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Contributing guidelines
## Markdown setup and best-practices
This specification is written in the Markdown syntax.
It can be viewed on GitHub directly, but it is also used to generate a website.
The website is leading in the features that can be used.
For more information see the projects used to render and upload the documentation:
- [MkDocs](https://www.mkdocs.org/) the rendering engine
- [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) the theme
- [PlantUML for MkDocs](https://pypi.org/project/mkdocs-plantuml/) plugin to render PlantUML diagrams
- [Mike](https://github.com/jimporter/mike) to publish multiple versions
Besides the technical features, here are some brief recommendations on using Markdown:
- One sentence per line, this makes it easier to handle frequent changes and check differences.
- Name files using 'kebab-case' like `my-important-file.md`
- Use HTML only if necessary, like:
- comments within the Markdown source code
- complicated layout not achievable otherwise
- lists in tables
- Check the more [advanced features of Material for MkDocs](https://squidfunk.github.io/mkdocs-material/reference/) to see what is available and what the syntax is.
## Local preview
The Python MkDocs tools in this project are managed using [Poetry](https://python-poetry.org/).
Using Poetry you can set up a local development environment:
```
$ poetry install
```
For Windows users: you need to install WeasyPrint as described [here](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#windows).
Then you can run a process that continuously monitors the source and serves it online:
```
$ poetry run mkdocs serve
```
Or build it once so you end up with the generated HTML in the `site/` folder:
```
$ poetry run mkdocs build
```

View File

@@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@@ -0,0 +1,73 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@@ -0,0 +1,121 @@
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.

View File

@@ -0,0 +1,9 @@
MIT License
Copyright (c) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -0,0 +1,33 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# UFTP
## USEF Flex Trading Protocol
## INTELLECTUAL PROPERTY DISCLAIMER
The XSDs are provided to you “as is” with no warranties whatsoever, including any warranty of merchantability, non-infringement, or fitness
for any particular purpose. The authors of the XSDs disclaim all liability, including liability for infringement of any
proprietary rights, relating to use or implementation of information in the XSDs.
The provision of the XSDs to you does not provide you with any license, express or implied, by estoppel or
otherwise, to any intellectual property rights.
## USEF Flex Trading Protocol
The Universal Smart Energy Framework (USEF) has been developed to drive a fast, fair and lowest cost route to an integrated smart energy
future. By delivering one common standard, it enables cost-efficient connectivity of all smart energy projects and technologies. Its
market structure, roles, rules and tools for the commoditization and trading of flexible energy usage work with existing energy markets.
The USEF Flex Trading protocol (UFTP) is a subset of the USEF framework. Focused specifically on the exchange of flexibility between
Aggregators (AGRs) and DSOs, it describes the corresponding market interactions between them to resolve grid constraints by applying
congestion management or grid-capacity management. UFTP can be used as a stand-alone protocol for flexibility forecasting, offering,
ordering, and settlement processes.
UFTP and the USEF Framework are developed, maintained and audited by the USEF Foundation.
The directory name of each set of XSDs refer to the corresponding version of USEF Flexibility Trading Protocol Specifications as published
by the [USEF Foundation](https://www.usef.energy/).

View File

@@ -0,0 +1,42 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Levels of compliancy
UFTP has mandatory components and optional components.
The tables below list all core and optional components.
Support of core components is mandatory for all implementations.
Optional components are signaled throughout the document.
Optional components in messages are always prefixed with [optional].
| Core UFTP components | USEF 2015 | UFTP | Signaled in CRO? |
| ------------------------------------ | :-------: | :----: | :--------------: |
| **UFTP process:** | | | |
| Day-ahead Flex trading | o | o | - |
| Redispatch responsibility choice | - | o | Y |
| Baseline choice | - | o | Y |
| **Market messages:** | | | |
| FlexRequest | o | o | - |
| FlexOffer | o | o | - |
| FlexOfferRevocation | o | o | - |
| FlexOrder | o | o | - |
| FlexSettlement | o | o | - |
| Optional UFTP components | USEF 2015 | UFTP | Signaled in CRO? |
|--------------------------------------|:---------:|:------:|:----------------:|
| **UFTP Process:** | | | |
| Intraday Flex Trading | o | o | N |
| Availability contracts (FlexOptions) | ~[^1] | o | N |
| Dynamic pooling | - | future | ? |
| **Market messages:** | | | |
| D-prognosis | o | o | Y |
| FlexReservationUpdate | - | o | N |
| FlexOffer: mutual exclusive offers | - | o | Y |
| FlexOffer: unsolicited offers | - | o | - |
| FlexOffer: partial activation | - | o | - |
[^1]: Availability contracts were mentioned in USEF2015, but not all details were worked out

View File

@@ -0,0 +1,12 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Purpose
The USEF Flex Trading protocol (UFTP) is a subset of the USEF framework.
Focused specifically on the exchange of flexibility between Aggregators (AGRs) and DSOs, it describes the corresponding market interactions between them to resolve grid constraints by applying congestion management or grid-capacity management.
UFTP can be used as a stand-alone protocol for flexibility forecasting, offering, ordering, and settlement processes.
Its purpose is to support the use of flexibility markets for grid-congestion issues and standardize the set-up and operation of these markets across different DSOs.

View File

@@ -0,0 +1,34 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Reading guideline
The USEF Flexibility Trading Protocol Specification is accompanied by USEF: The Framework explained [^B4] which provides insight into the background, scope and concepts underpinning USEF.
It is strongly advised that the USEF document is read in advance of this UFTP specification document.
[^B4]: USEF Foundation, "USEF: The Framework Explained," USEF Foundation, Arnhem, 2015.
USEF follows the principle of privacy & security by design and therefore the specifications are accompanied by a privacy & security guideline [^B5] which is applicable to the entire design, implementation and operation of USEF and derived products, services and solutions.
[^B5]: USEF Foundation, "USEF: The Privacy and Security Guideline," USEF Foundation, Arnhem, 2015. Available: [https://www.usef.energy/app/uploads/2016/12/USEF_PrivacySecurityGuideline_3nov15.pdf](https://www.usef.energy/app/uploads/2016/12/USEF_PrivacySecurityGuideline_3nov15.pdf)
The UFTP specifications consist of three main elements:
- [General description](../general-description/index.md)
Informative description about usage of the protocol and process description for USEFs market-based coordination mechanism
- [Use case descriptions](../use-case-descriptions/scope.md)
Detailed descriptions of each process step of the process model, incl. scope & level, goal in context, preconditions, primary and secondary actors, the main scenario, etc.
- [Message transport & descriptions](../message-descriptions/scope.md)
Syntax descriptions of all the messages required for the interfaces described in the framework, as well as detailed requirements for exchanging those messages.
A process description, including the specifications and rules that apply to each process, are provided.
A motivation for the design is included, wherever it is assumed beneficial.
!!! success "Recommended Practice:"
In order to make the universal descriptions of the framework applicable in practice and more comprehensible the specifications are accompanied by recommended practices.
These paragraphs are clearly indicated, in blue, throughout the specifications.

View File

@@ -0,0 +1,68 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Scope
## Constraint management services
Constraint management services help grid operators (TSOs and DSOs) to optimize grid operation according to physical and market constraints.
USEF [^B1] distinguishes four different flexibility services within the constraint management category: grid capacity management, congestion management, voltage control and controlled islanding.
UFTP can be used for the first two of these.
[^B1]: USEF, "Flexibility Value Chain (update 2018)," 8 10 2018. [Online]. Available: [https://www.usef.energy/app/uploads/2018/11/USEF-White-paper-Flexibility-Value-Chain-2018-version-1.0_Oct18.pdf](https://www.usef.energy/app/uploads/2018/11/USEF-White-paper-Flexibility-Value-Chain-2018-version-1.0_Oct18.pdf).
### Grid capacity management
Grid capacity management refers to the use of explicit demand-side flexibility (by the DSO or TSO) to increase operational efficiency without impacting freedom of dispatch, trade and connect (copper plate principle).
It is primarily used to defer grid reinforcements, optimize asset operational performance, reduce grid losses, or support planned maintenance.
The implication is that AGRs (and prosumers) participate in the product on a voluntary basis; i.
e.
motivated by appropriate financial incentives.
### Congestion management
Congestion management refers to the use of flexibility to reduce peak loads, in order to avoid system overload and the associated component or system failures.
Contrary to grid capacity management, it will typically limit freedom of dispatch, trade and/or connect.
It is primarily used in unanticipated overload situations; e.
g.
those which could not be forecast during long-term grid planning processes, or where load/ generation increases have outpaced grid reinforcement efforts.
Congestion management is a temporary solution (typically until grid reinforcement takes place) and is a highly-regulated mechanism.
At present, it is only available to TSOs in most European member states although it may be offered to DSOs in the future.
The two mechanisms differ in the freedom of dispatch, trade and/or connect and this is handled via contracts and will have impact on the settlement components.
## Bilateral trading and trading via a market platform
![](../assets/images/image3.emf.odg.svg.png)
UFTP is designed for bilateral trading between the AGR and DSO.
Trading via market platforms can bring added value, see [^B2].
In UFTP, market platforms may take the role of trading counterparty, hence serving as a DSO proxy in trades with the AGR, and as an AGR proxy in trades with the DSO.
When trading via a platform, the role of FlexRequests from DSOs to AGRs is less obvious; i.e., a DSO has free choice of the available FlexOffers.
In addition, FlexOffers and FlexRequests do not need to be directly related and so UFTP supports unsolicited FlexOffers without requiring a reference to an underlying FlexRequest.
## TSO/DSO coordination
![](../assets/images/image4.emf.odg.svg.png)
USEF assumes that a DSO or TSO can freely and independently trade flexibility with AGRs.
Any potential goal conflicts can be settled through the market mechanism.
Alternatively, TSO and DSO requests can be aligned, resulting in a TSO/DSO coordination platform where TSOs and DSOs coordinate the tendering, trading, activation and/or settlement of flexibility for their own purposes ( i. e. ancillary services).
See [^B2] for a discussion on this topic.
[^B2]: USEF, "White paper: Flexibility Platforms," 2 november 2018. [Online]. Available: [https://www.usef.energy/app/uploads/2018/11/USEF-White-Paper-Flexibility-Platforms-version-1.0_Nov2018.pdf](https://www.usef.energy/app/uploads/2018/11/USEF-White-Paper-Flexibility-Platforms-version-1.0_Nov2018.pdf).
UFTP can be applied without any further changes in a configuration where there is TSO/DSO coordination.
## Alternative use
The text, graphs and examples in this document assume flex trading between AGR and DSO.
However, UFTP can equally be used for grid constraint services between an AGR and TSO.
The messages defined in UFTP can also be used for flexibility trading in the plan phase between an AGR and BRP.
See the USEF Framework Specifications [^B3] for a complete description of this alternative use.
[^B3]: USEF, "USEF - The FrameWork Specifications 2015," 2015. [Online].

View File

@@ -0,0 +1,22 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Bibliography
1. USEF, "Flexibility Value Chain (update 2018)," 8 10 2018. [Online]. Available: [https://www.usef.energy/app/uploads/2018/11/USEF-White-paper-Flexibility-Value-Chain-2018-version-1.0_Oct18.pdf](https://www.usef.energy/app/uploads/2018/11/USEF-White-paper-Flexibility-Value-Chain-2018-version-1.0_Oct18.pdf).
2. USEF, "White paper: Flexibility Platforms," 2 november 2018. [Online]. Available: [https://www.usef.energy/app/uploads/2018/11/USEF-White-Paper-Flexibility-Platforms-version-1.0_Nov2018.pdf](https://www.usef.energy/app/uploads/2018/11/USEF-White-Paper-Flexibility-Platforms-version-1.0_Nov2018.pdf).
3. USEF, "USEF - The FrameWork Specifications 2015," 2015. [Online].
4. USEF Foundation, "USEF: The Framework Explained," USEF Foundation, Arnhem, 2015.
5. USEF Foundation, "USEF: The Privacy and Security Guideline," USEF Foundation, Arnhem, 2015. Available: [https://www.usef.energy/app/uploads/2016/12/USEF_PrivacySecurityGuideline_3nov15.pdf](https://www.usef.energy/app/uploads/2016/12/USEF_PrivacySecurityGuideline_3nov15.pdf)
6. USEF, "Recommended practices and key considerations for a regulatory framework and market design on explicit Demand Response," 2017. [Online]. Available: [https://www.usef.energy/app/uploads/2017/09/Recommended-practices-for-DR-market-design-2.pdf](https://www.usef.energy/app/uploads/2017/09/Recommended-practices-for-DR-market-design-2.pdf).
7. Fielding, R., Gettys, J., Mogul, J., Frystyk, H., Masinter, L., Leach, P., and T. Berners-Lee, ""Hypertext Transfer Protocol -- HTTP/1.1", RFC 2616," 1999.
8. Bakke, M., Hafner, J., Hufferd, J., Voruganti, K., and M. Krueger, ""Internet Small Computer Systems Interface (iSCSI) Naming and Discovery", RFC 3721," 2004.
9. Satran, J., Meth, K., Sapuntzakis, C., Chadalapaka, M., and E. Zeidner, ""Internet Small Computer Systems Interface (iSCSI)", RFC 3720," 2004.
10. USEF Design Team, "Release Details USEF Specification 2014:I.I," USEF Foundation, Arnhem, 2014.
11. S. e. a. Tierney, "Pay-as-Bid vs. Uniform Pricing," Fortnightly Magazine, March 2008.
12. Wikipedia, "IEC 62056," 27 March 2014. [Online]. Available: [http://en.wikipedia.org/wiki/IEC_62056](http://en.wikipedia.org/wiki/IEC_62056). [Accessed 28 May 2014].
13. P. v. Oirsouw, Netten voor distributie van electriciteit, Arnhem: Phase to Phase, 2012.
14. P. Mockapetris, ""Domain names - concepts and facilities", STD 13, RFC 1034," 1987.

View File

@@ -0,0 +1,44 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Flex reservation mechanism
As introduced in [Bilateral contract: FlexOption](../general-description/contract-phase.md#bilateral-contract-flexoption), DSOs may want to contract a minimum amount of flexibility to be sure that it is available on request.
The FlexOption (not part of UFTP) is a bilateral contract between DSO and AGR to reserve a specified amount of flexibility at a specific location (i.e. congestion point), for a specified time schedule and duration.
In the day-ahead grid planning process, the DSOs forecast will indicate whether the contracted amount of flexibility is actually needed.
If not, the flexibility can be used for other purposes.
The DSO can send a FlexReservationUpdate message to signal the actual needs to the AGR.
This appendix describes the purpose of this FlexReservationUpdate message and its impact on the contractual obligations and the actual FlexRequest that may follow in the validate phase.
<figure markdown>
![Example flex reservation and FlexReservationUpdate, displayed in graphs](../assets/images/appendix-flex-reservation-mechanism-flex-reservation-flex-reservation-update.svg.png){ width=1000px }
<figcaption>Example flex reservation and FlexReservationUpdate, displayed in graphs</figcaption>
</figure>
The figure above illustrates how ISPs 11 to 16 are part of a contract, where the AGR is required to reserve flexibility at ISPs 12 to 15 (downwards power only for more information on direction and amount of power, see Section [Power](../message-descriptions/message-catalog/power.md)).
The DSO was obliged to send a FlexReservationUpdate before each deadline, confirming the reserved power or partially releasing it.
The power values from the updated reservation should always be equal to, or lower than, the (absolute) values from the original reservation but since the contract is out-of-scope for UFTP, the DSO and AGR should maintain their own agreements about this.
After the FlexReservationUpdate, the AGR is obliged to keep the amount of flexibility available even if no FlexRequest follows.
After a FlexRequest is published, the AGR is obliged to produce a FlexOffer that meets the contract within the boundaries of the FlexRequest, where only the lowest reserved and requested power is valid for the contract.
This is illustrated in the following figure:
<figure markdown>
![Example FlexRequest and requirements of FlexOffer, displayed in graphs](../assets/images/appendix-flex-reservation-mechanism-flex-request-flexoffer.svg.png){ width=1000px }
<figcaption>Example FlexRequest and requirements of FlexOffer, displayed in graphs</figcaption>
</figure>
For further information on the FlexRequest, see [Flexibility trading between the AGR and DSO](../general-description/validate-phase.md#flexibility-trading-between-the-agr-and-dso).
Both the FlexReservationUpdate and the FlexRequest can only reduce the amount of power that the AGR is obliged to offer, as opposed to increase it.
For ISP 12, the requested power exceeds the power that the AGR had to reserve in advance.
The contract is therefore only valid for the lowest (absolute) power value, being -2.
For ISP 14, the opposite is happening: the reserved power is not requested.
Therefore, the AGR is not obliged to provide flexibility for ISP 14.
For ISP 15 and 16, available space is given for the AGR to deviate in the opposite direction.
**For all ISPs that are included in the contract even when the reservation is set to 0 the AGR is obliged to conform to the restrictions given by the FlexRequest, including the bounds of available space.**
The AGR is also free to provide more power than agreed, as long as it contributes to the decrease in congestion.
In this example, the resulting FlexOffer that complies to the contract must be as illustrated in the graph on the right in the figure above.

View File

@@ -0,0 +1,37 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Glossary
| | |
|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| A-plan | Aggregator-plan, used as Aggregators nomination |
| AGR | Aggregator. Role whose goal it is to maximize the value of flexibility, taking into account customer needs, economical optimization and grid capacity. |
| BRP | Balance Responsible Party |
| C&I | Commercial & Industry |
| Common Reference | Information about the Energy grid and the involved parties, which needs to be unambiguously available to all participating parties. |
| Congestion Point | Point in de grid where the grid capacity is not always sufficient to distribute the requested amount of energy |
| CRO | Common Reference Operator |
| D-prognosis | Prognosis regarding the Distribution of energy |
| DNO | Distribution Network Operator |
| DSO | Distribution System Operator |
| E-program | Energy Program aggregated (daily) energy transactions of a BRP to be provided to the TSO |
| FlexOffer | Flexibility Offer, response to a Flexibility Request or unsolicited |
| FlexOrder | Flexibility Order, a response to a Flexibility Offer or direct |
| FlexRequest | Flexibility Request |
| Grid | Network for the transport and distribution of energy |
| ISP | Imbalance Settlement Period |
| MBMA | Measure Before Measure After (baseline methodology) |
| MCM | Market-based Coordination Mechanism (USEF) |
| MDC | Meter Data Company |
| P&S | Privacy & Security |
| Prosumer | A consumer which is capable of producing energy as well |
| Settlement | Determining the energy production and consumption and used flexibility as preparation for the billing process. |
| Supplier | Has a contractual relationship with Prosumers to source, supply and invoice energy |
| TSO | Transmission System Operator |
| UFTP | USEF Flex Trading Protocol |
| USEF | Universal Smart Energy Framework |

View File

@@ -0,0 +1,248 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Message transport mechanism
When implementing the USEF best-practice message transfer mechanism, the procedures outlined in this section apply.
## Cryptographic Scheme (CS)
The USEF privacy and security guidelines require all participants to be able to securely transmit and authenticate messages.
For these purposes, a transport-independent cryptographic scheme is specified, identified as Cryptographic Scheme Type 1 (CS1): implementation is a recommended practice for all implementations[^13].
Based on NaCl[^14], a public domain library with high-speed state-of-the-art security features and a purpose-built and straightforward programming interface[^15], this scheme requires participants to generate two public/private key pairs:
[^13]: If this recommendation is not followed, a compatible implementation should be provided in order to achieve USEF compliance.
[^14]:
Pronounced “salt” and available with extensive documentation from [http://nacl.cr.yp.to/](http://nacl.cr.yp.to/).
Sodium, [https://github.com/jedisct1/libsodium](https://github.com/jedisct1/libsodium), is an extended NaCl derivative with Windows, OS X and Linux platform support and many available language bindings.
Sodium is highly recommended for USEF-compliant implementations.
[^15]: Whereas typical cryptographic libraries require several steps to implement message encryption or signing, with each step opening the door for fatal programming mistakes, NaCl offers simple high-level functions which take care of everything, dramatically reducing the risk of inadvertent implementation errors.
| Purpose | NaCl function | Private key bits | Public key bits |
|----------------------------------|---------------------|------------------|-----------------|
| Digital signatures | crypto_sign_keypair | 512 | 256 |
| Authenticated message encryption | crypto_box_keypair | 256 | 256 |
The resulting private keys must be securely stored using an operating system or language-supplied facility for that specific purpose (e.g. the Win32 Data Protection API, OS X Keychain service or JVM KeyStore).
In addition to being stored locally, the public keys are exchanged with other USEF participants.
For that purpose, the keys are joined together in a single 64-byte array (signature key followed by encryption key), Base-64 encoded and prefixed by the constant cs1 and a period (indicating that the version 1 cryptographic scheme is used).
For example: `cs1.V4lZrkYHq8FzneXxUML+QEMXMul3tBm+gPGoVDIZBA92VoWTu8/kRu2Zx72XOm1i/qwwoSgXjqSAqSa43myCaQ==`
This public key string can be published in the DNS zone of the domain used in the associated entity address, or manually exchanged with other USEF participants.
If DNS is used, implementation of DNSSEC is mandatory, as otherwise the key material would be completely untrusted.
Implementations must use a DNSSEC validating resolver, which can either be built-in, or an external resolver on a fully trusted network.
When signing an outgoing message using the private digital signature key and NaCls `crypto_sign` function, the result is an opaque blob: the sealed message.
Unsealing this message, using the corresponding public digital signature key and `crypto_sign_open`, performs signature verification and returns the message plaintext.
Since this all happens in the same API call, it is not possible to accidentally process an unsigned or incorrectly signed message.
### Message exchange logic
The entire message exchange, from the clients outgoing message queue to the servers incoming message queue, using HTTP-over-TLS transport and the default cryptographic scheme, is visualized in detail in the picture below.
<figure markdown>
![End-to-end USEF message exchange.](../assets/images/image23.emf.odg.svg.png){ width=1000px }
<figcaption>End-to-end USEF message exchange.</figcaption>
</figure>
Messages go through the following stages between retrieval from the clients outgoing message queue and delivery to the servers inbound message queue.
To prevent transient Internet connectivity or participant configuration issues from inhibiting message exchange, a retry mechanism could be implemented. The timer value used for such a period should be at least one hour for routine messages.
Note that, although message queue implementations may inform the sending process about delivery delays, only the final success or failure status is authoritative.
When retrying failed requests, the implementation must implement an exponential back off mechanism to prevent undue load on the remote service.
## Service discovery
### Versioning
For versioning of the specification we use semantic versioning (see [https://semver.org/](https://semver.org/)).
In short: MAJOR.MINOR.PATCH. Each new major version is incompatible with previous versions; New minor versions are backwards compatible with previous minor versions within the same major version.
### Supporting multiple versions of the protocol
DSOs should be more flexible than AGRs, so DSOs will support multiple versions of the protocol, but only for a restricted time.
Also, the CRO should support multiple versions.
DSO's and CRO are expected to support at most the three latest versions.
### Version coupled to URL
Each major version should have a different url-path, so it is possible to route each incompatible protocol version to another service.
This means that for minor changes and patches the url will remain the same.
The convention for the url-path (by example) is as follows:
version 2.0.0: /shapeshifter/api/v2/message
version 2.1.0: /shapeshifter/api/v2/message
version 3.0.1: /shapeshifter/api/v3/message
### Messages
The metadata of each message contains the specification version.
A rejection reason will be added to reject a message with an invalid version
### Service discovery
The purpose of the discovery stage is to discover the endpoint, public-key for signing and, optionally, the capabilities (e.g. supported Shapeshifter versions) of the other participants.
The requirements for this stage rely heavily on agreements made between the participants that will be communicating with each other using the protocol.
If service discovery fails due to inability to collect all required data within this timeout period, the delivery of the message fails.
Such messages are removed from the outgoing queue and returned to the sending process, indicating a transport error.
#### Single authority
One possible implementation for service discovery is creating a single authority that administers all the relevant information, and provides this to participants.
This approach could be seen as having a central address book, so all participants know where and how to send messages to each other.
Activities on the energy market are most likely regulated by national oversight bodies. Such organizations are natural candidates for running such a service. Role-wise, this would be handled by the CRO, but in practice it might often be a DSO.
#### DNS
Another possible implementation for service discovery is DNS[^16].
Assuming the Internet domain name of the remote participant is example.com, the relevant DNS records are as follows:
[^16]:
Each USEF participant is responsible for publishing its own endpoint and public key information in a self-managed DNS zone.
To prevent man-in-the-middle interference with the published information, use of DNSSEC is mandatory for such zones.
| | |
|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| _usef.example.com | TXT record specifying the version of the USEF specification implemented by this participant, e.g. `2015` |
| \__role_._usef.example.com | TXT record containing up to two[^17] space-separated Base-64 encoded public key strings for the specified role, where role is one of the values `AGR`, `CRO` or `DSO`. This data is only queried if (part of) the outgoing message needs to be encrypted |
| _http.\_*role*._usef.example.com | CNAME record indicating the HTTP endpoint receiving messages for the specified role.</br>This label must not have any resource records of other types (with the exception of the mandatory DNSSEC-related records[^18]) and the alias should resolve to an A or AAAA record[^19].</br>On the endpoint host, the implementation must listen on the well-known IANA-assigned TCP port for HTTP-over-TLS, i.e. 443.</br>The implementation may listen on port 80 as well, but only for purposes such as supporting the HTTP/2 connection upgrade mechanism and never for unencrypted message exchange. |
[^17]: Usually one public key string will be present, but in order to support key rotation without invalidating in-transit messages, the implementation should list both the old and the new key for a short period of time (e.g. 24 hours) after a key has been replaced
[^18]:
USEF participants must enable DNSSEC and implementations must use a validating resolver, treating verification failures as temporary errors, eligible for retrying later.
Absent DNSSEC authentication, private key strings must not be relied on, and separate manual secure key exchange is required.
[^19]:
As per IETF RFC 1034 [^B14], implementations must not fail when presented with CNAME chains or loops.
Chains should be followed (to an implementation-defined maximum depth) and any loops or errors treated as temporary.
[^B14]: P. Mockapetris, ""Domain names - concepts and facilities", STD 13, RFC 1034," 1987.
## Transmission
Once a valid service endpoint is available, the message enters the transmission stage[^20].
The implementation will now, for a reasonable amount of time (which is again at least one hour for routine messages, employing exponential back off), attempt to deliver the message to the remote participant.
[^20]: For messages containing non-public information, this stage transition may also include encryption of message sections using the public encryption key of the remote participant.
Messages are sent using a HTTP POST operation with the text/xml[^21] content type, the UTF8 character set and content-length indication.
The request URI depends on the USEF implementation level and host name listed in DNS by the recipient.
For USEF 2019 and the host `example.com`, it will be [https://example.com/USEF/2019/SignedMessage](https://example.com/USEF/2019/SignedMessage).
[^21]:
The USEF specification uses XML, since this format is already widely used in the rather conservative energy market, and enjoys wide and mature tooling support (particularly in the area of schema authoring and validation).
Unlike other XML-based initiatives (such as WS-*), lightweight implementations are considered key, and alternate serialization formats (such as JSON) should be viable as well, despite being out of scope of this specification.
If any such alternate message formats are implemented, fallback to XML must be provided as needed, or such implementations will not be USEF-compliant.
Message content consists of a simple wrapper message, specified as SignedMessage in the USEF XML XSD, available for download from the public USEF web site[^22] at [https://usef.info/schema/2019and](https://usef.info/schema/2019and) documented in section [Message catalog](../message-descriptions/message-catalog/index.md).
All usual protocol conventions should be followed during this stage.
For example, when using HTTP version 1.1, redirects (responses with status code 3xx) should be honored in order to support load balancing.
Any server errors (responses with status code 5xx), unknown response status codes, and connection timeouts and resets should be considered temporary failures and delivery should be re-attempted later within the timeout period.
Only client success or failure messages (responses with status code 200 or a non-ambiguous[^23] 4xx status code, respectively) should be considered final.
This is standard HTTP 1.1 behavior, as fully described in IETF RFC 2616 [^B7].
[^B7]: Fielding, R., Gettys, J., Mogul, J., Frystyk, H., Masinter, L., Leach, P., and T. Berners-Lee, ""Hypertext Transfer Protocol -- HTTP/1.1", RFC 2616," 1999.
[^22]: Please note that USEF makes no warranties whatsoever as to the uninterrupted availability of its web site, and that production services should not rely on the schema being hosted at this location for purposes such as validation: a local copy should be used instead.
[^23]: The prime example of an ambiguous HTTP status code is 404 Not Found: since this is commonly returned by front-end servers in case of temporary back-end issues, USEF implementations are encouraged to consider this a temporary error.:
## Error handling
In the transmission stage, the guidelines for error handling are as follows:
Until the point that the message has been successfully validated against the USEF XML schema, errors are communicated using transport protocol mechanisms, e.g. HTTP status codes.
For the HTTP protocol, the following error conditions are common (note that, depending on the server and libraries used, some of these may be handled automatically):
| Condition | Status code | Error type |
|-----------------------------------------------------------------------------------------------------------------------|----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Missing Content-Length header | 411 Length Required | Permanent (E cannot be resolved without changes to the sending implementation) |
| Invalid Content-Type header (not text/xml) or character set (default: utf-8) | 400 Bad Request | Permanent |
| Originating IP address is sending messages at a rate exceeding receiver policy | 429 Too Many Requests | Temporary |
| Body XML cannot be parsed or is not compliant with USEF XML schema | 400 Bad Request | Permanent |
| Failed to look up the senders public signature key in DNS | 419 Authentication Timeout | Temporary (message can be processed when DNS is corrected/replicated) |
| Invalid signature (inner XML message cannot be unsealed, for example due to NaCls crypto_sign_open function failing) | 401 Unauthorized | Permanent (since no authorization schemes that would allow the request to be resubmitted are available, unless private arrangements between sender and recipient exist) |
| Unsealed body XML cannot be parsed or is not compliant with the USEF XML schema | 400 Bad Request | Permanent |
Once a message has been determined to be valid USEF XML, errors are reported using a USEF XML response message with a successful transport disposition (e.g. HTTP status code 200 OK). Possible results in this stage are:
As in the service discovery stage, messages for which transmission permanently fails are removed from the outgoing queue and returned to the sending process, indicating a transport error.
### Common Message Metadata
The USEF XML message obtained after successfully verifying the signature will have a root node corresponding to its message type, which must contain Metadata attributes common to all messages used by the implementation to process the message.
The metadata attributes are defined in [metadata attributes](../message-descriptions/message-catalog/metadata-attributes.md).
## Awaiting reply
If message transmission succeeds, the implementation starts waiting for a reply from the remote service.
Although replies to some messages can be expected immediately, other USEF messages may only elicit a response several hours later.
In any case, responses are always decoupled from requests and implementations should be strictly asynchronous, correlating requests and responses using their conversation identifier.
Because of the asynchronous nature of message exchange, a process needs to be in place for handling messages that do not receive a (timely) reply.
When preparing a new message, the implementation should specify the message class, as well as the time period within which a reply is expected.
The following message classes are defined:
Incoming replies are validated using the steps outlined in the transmission stage.
Where a reply is rejected, the pending outgoing message remains in the awaiting reply stage until it expires, and any additional manual processing is completed.
Messages for which, ultimately, no reply is received are returned to the sending process, indicating expiry.
## Service process message error handling
Since the message exchange process is responsible for transparently handling most, if not all, transient error conditions, service processes have no need for routine error recovery.
In fact, any transport errors reported to the service layer are of such a severe nature that they most likely cannot be corrected without implementation or configuration changes:
- Malformed messages
- Entity address or signing key misconfigurationsExpired message, despite following manual recovery procedures for non-routine messages (for routine messages, no recovery is required by design but logging may definitely be appropriate)
The suggested error handling strategy for service processes is to mark the affected remote participant (i.e. not try to exchange any future messages with it) and to emit a diagnostic message indicating that manual intervention is required.
After the issue is investigated and resolved, the configuration can be manually updated to re-enable the participant.
## EA1 addressing scheme
In USEF messages, there is often a requirement for a globally unique identity for certain entities.
To meet this requirement, USEF defines the Entity Address (EA).
Each EA consists of a prefix, indicating the addressing scheme, followed by the actual address.
Currently, two addressing schemes are supported:
- The European Article Number (EAN), commonly used to uniquely identify connection points in the electricity network and therefore a natural identifier to do the same in USEF.
An example of an EA using this scheme is: ean.871685900012636543
- The USEF type 1 entity address (EA1) is designed to allow participants to generate unique identifiers for themselves and entities managed by them, without relying on a central authority.
The USEF type 1 EA is structured analogous to the iSCSI IQN.
Paraphrasing IETF RFCs 3720 and 3271 [^B8]: the EA does not define any new naming authorities but uses Internet domain names to ensure global uniqueness.
Furthermore, the EA is constructed to give an organizational naming authority the flexibility to further subdivide the responsibility for name creation to subordinate naming authorities.
[^B8]: Bakke, M., Hafner, J., Hufferd, J., Voruganti, K., and M. Krueger, ""Internet Small Computer Systems Interface (iSCSI) Naming and Discovery", RFC 3721," 2004.
This makes the EA format slightly unwieldy but since bandwidth and storage space are not expected to be significant constraints in any USEF implementation, this is considered to be an acceptable tradeoff for not requiring a central authority.
Syntactically, an EA is a variable-length, 7-bit printable ASCII text string containing up to 255 characters.
For example:
```
ea1.2013-11.info.usef.test:001:002.090807002a&b#
<- naming authority -> < unique identifier >
```
Mostly taken from IETF RFC 3720 [^B9], below are the semantics of the various parts of this EA:
[^B9]: Satran, J., Meth, K., Sapuntzakis, C., Chadalapaka, M., and E. Zeidner, ""Internet Small Computer Systems Interface (iSCSI)", RFC 3720," 2004.
| | |
|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **ea1** | Constant, indicating this is a type 1 USEF entity address |
| **2013-11** | A date code, in yyyy-mm format. This date must be a date during which the naming authority owned the domain name used in this format, and should be the first month in which the domain name was owned by this naming authority at 00:01 GMT of the first day of the month. This date code uses the Gregorian calendar. All four digits in the year must be present. Both digits of the month must be present, with January == "01" and December == "12". The dash must be included. |
| **info.usef.test** | The reversed domain name of the naming authority (person or organization) creating this entity address |
| **001:002.090807002a&b#** | A locally unique string, which may contain product types, serial numbers, host identifiers, or software keys (specifically: it may include colons to separate organization boundaries). With the exception of the colon prefix, the owner of the domain name can assign everything after the reversed domain name as desired. It is the responsibility of the entity that is the naming authority to ensure that the names it assigns are worldwide unique. |

View File

@@ -0,0 +1,29 @@
<!--
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Rationale for information exchange in flexibility request
USEF specifies that when sending a flexibility request, the DSO provides the following information about expected congestion. This appendix provides the rationale.
- **Information about expected congestion is provided to all registered AGRs:**
The reduction required must be made available to all AGRs operating in the specific congestion area, due to the DSOs legal obligation to treat all market parties in a non-discriminatory way.
The grid topology, however, is considered to be confidential information.
Therefore, USEF recommends that information about expected congestion is not provided freely to the entire market at national level.
- **Information about expected congestion includes the direction of the overload (production/consumption):**
A grid overload at a congestion point can occur as a result of either too much production or too much consumption.
To reduce overload where there is too much production, either the production must be reduced, or the consumption must be increased.
For overload where there is too much consumption, this is the other way around (increase production or decrease consumption).
The implication is that the congestion information provided must be clear about the direction of the overload.
- **Information about expected congestion includes the volume of reduction required.**
While it is sufficient for the DSO to provide only information about the need for reduction, rather than the volume of reduction required for an ISP, it makes sense to provide more detailed information as this is likely to result in a more optimal use of flexibility and therefore better usage of the grid.
- **Information about expected congestion includes available grid capacity for other ISPs.**
Providing insight on the available grid capacity for the ISPs without congestion gives AGRs additional information that can be used to determine their flexibility offers.
In addition, it reduces the likelihood that the load shift provided by the AGRs will create a new peak that overloads the grid, and thus is likely to converge quicker, making the time needed to align a D-prognosis shorter.
Whether or not this time is needed mainly depends on the number of congestion points a DSO has defined.
On the downside, the more information provided by the DSO, the easier it is to get insight into the entire grid topology, especially for crucial points in the grid.

View File

@@ -0,0 +1,25 @@
<!--
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0
-->
# Images
This folder contains images used in the documentation.
## EMF files
Many images originate from the original USEF specification created in Microsoft Word.
During the migration to Markdown based documentation these images have been exported to EMF (Enhanced Windows Metafile) files.
To convert these images to open standards, they have been opened in LibreOffice Draw and saved as ODG files, as well as being exported to SVG files.
Although SVG files work well for the web-based documentation, some show up with wrong fonts and black elements in the PDF export.
Therefore the SVG files have been exported to rendered PNG files for final use.
### Rendering PNG files
The PNG files have been generated from the SVG files using Inkscape on the Bash commandline:
```
# for IMG in $(ls *.svg); do inkscape ${IMG} -o ${IMG}.png --export-dpi=150; done
```

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 89 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 134 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,250 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.2" width="189.99mm" height="56.72mm" viewBox="0 0 18999 5672" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xml:space="preserve">
<defs class="ClipPathGroup">
<clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
<rect x="0" y="0" width="18999" height="5672"/>
</clipPath>
<clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
<rect x="18" y="5" width="18962" height="5661"/>
</clipPath>
</defs>
<defs>
<font id="EmbeddedFont_1" horiz-adv-x="2048">
<font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1537" descent="501"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="y" horiz-adv-x="870" d="M 563,0 L 443,-331 C 439,-342 429,-350 413,-356 396,-361 371,-364 338,-364 321,-364 307,-363 296,-362 285,-360 277,-357 272,-353 266,-349 263,-344 262,-337 261,-330 263,-322 267,-313 L 391,0 C 385,3 379,7 374,13 369,19 365,25 363,32 L 42,892 C 37,906 34,917 34,925 34,933 37,939 42,944 47,949 56,952 68,954 80,955 96,956 116,956 136,956 152,956 163,955 174,954 183,952 190,949 197,946 202,943 205,938 208,933 211,926 214,917 L 471,195 474,195 722,921 C 726,934 731,942 737,946 742,949 751,952 762,954 773,955 790,956 811,956 830,956 845,955 857,954 869,952 878,949 884,944 889,939 892,933 892,925 892,917 890,907 886,895 L 563,0 Z"/>
<glyph unicode="w" horiz-adv-x="1405" d="M 1412,928 C 1412,923 1411,918 1410,911 1409,904 1406,896 1403,886 L 1138,30 C 1136,23 1133,17 1129,12 1124,7 1118,4 1111,1 1103,-2 1092,-3 1079,-5 1066,-5 1049,-6 1029,-6 1008,-6 991,-5 977,-4 963,-3 952,-1 944,2 935,5 929,8 925,13 921,18 918,23 916,30 L 727,683 725,692 723,683 548,30 C 546,23 543,17 539,12 534,7 528,4 519,1 510,-2 499,-3 486,-5 472,-5 455,-6 435,-6 414,-6 398,-5 385,-4 372,-3 361,-1 353,2 344,5 338,8 334,13 330,18 327,23 325,30 L 62,886 C 59,896 56,904 55,911 54,918 53,923 53,928 53,934 54,939 57,942 60,946 64,949 71,951 77,954 85,955 96,955 107,955 120,955 135,955 154,955 169,955 180,954 191,953 200,951 206,949 212,946 216,943 219,939 222,934 224,929 226,923 L 443,182 445,173 447,182 646,924 C 647,930 650,935 653,940 656,944 660,947 666,950 672,952 680,954 691,955 701,956 714,956 731,956 747,956 760,956 771,955 781,954 789,952 795,950 801,947 805,944 808,940 811,936 813,931 814,926 L 1029,182 1031,173 1032,182 1246,923 C 1247,929 1250,934 1253,939 1256,943 1260,946 1267,949 1273,951 1282,953 1293,954 1304,955 1318,955 1335,955 1351,955 1364,955 1374,955 1383,955 1391,954 1397,951 1402,948 1406,945 1409,942 1411,939 1412,934 1412,928 Z"/>
<glyph unicode="u" horiz-adv-x="803" d="M 924,25 C 924,20 923,15 921,12 918,8 914,5 908,2 902,-1 894,-3 885,-4 875,-5 863,-6 849,-6 834,-6 821,-5 812,-4 802,-3 794,-1 789,2 783,5 779,8 777,12 775,15 774,20 774,25 L 774,144 C 723,87 672,46 622,20 572,-6 521,-19 470,-19 410,-19 360,-9 319,11 278,31 244,58 219,93 194,127 176,167 165,213 154,258 148,314 148,379 L 148,925 C 148,930 149,935 152,939 154,942 158,946 165,949 172,952 180,954 191,955 202,956 215,956 231,956 247,956 260,956 271,955 282,954 290,952 297,949 303,946 307,942 310,939 313,935 314,930 314,925 L 314,401 C 314,348 318,306 326,275 333,243 345,216 361,194 376,171 396,154 420,142 444,129 472,123 504,123 545,123 587,138 628,167 669,196 712,239 758,296 L 758,925 C 758,930 759,935 762,939 764,942 768,946 775,949 782,952 790,954 801,955 811,956 824,956 841,956 857,956 870,956 881,955 892,954 900,952 906,949 912,946 917,942 920,939 923,935 924,930 924,925 L 924,25 Z"/>
<glyph unicode="t" horiz-adv-x="636" d="M 621,91 C 621,72 620,56 617,45 614,34 610,25 605,20 600,15 592,10 581,5 570,0 558,-3 545,-7 531,-9 516,-12 501,-14 486,-16 470,-17 455,-17 408,-17 368,-11 335,2 302,14 274,33 253,58 232,83 216,114 207,153 197,191 192,236 192,288 L 192,814 66,814 C 56,814 48,819 42,830 36,841 33,858 33,882 33,895 34,905 36,914 37,923 39,930 42,936 45,941 48,945 53,948 57,950 62,951 67,951 L 192,951 192,1165 C 192,1170 193,1174 196,1178 198,1182 202,1186 209,1189 215,1192 223,1194 234,1195 245,1196 258,1197 274,1197 291,1197 304,1196 315,1195 326,1194 334,1192 340,1189 346,1186 350,1182 353,1178 356,1174 357,1170 357,1165 L 357,951 588,951 C 593,951 598,950 602,948 606,945 610,941 613,936 616,930 618,923 619,914 620,905 621,895 621,882 621,858 618,841 612,830 606,819 598,814 588,814 L 357,814 357,312 C 357,250 366,203 385,172 403,140 436,124 483,124 498,124 512,126 524,129 536,132 547,135 556,138 565,141 573,145 580,148 587,151 593,152 598,152 601,152 605,151 608,150 611,148 613,145 615,140 616,135 618,129 619,121 620,113 621,103 621,91 Z"/>
<glyph unicode="s" horiz-adv-x="669" d="M 718,270 C 718,224 710,183 693,147 676,111 651,81 620,56 589,31 551,13 508,0 465,-13 417,-19 365,-19 333,-19 303,-16 274,-12 245,-6 219,0 196,8 173,15 153,23 137,32 121,40 109,47 102,54 95,61 89,70 86,82 83,94 81,110 81,131 81,144 82,154 83,163 84,172 86,179 88,184 90,189 93,193 97,196 100,198 104,199 109,199 116,199 127,195 142,186 156,177 174,167 195,156 216,145 240,136 269,127 298,118 331,113 368,113 396,113 421,116 444,122 467,128 486,137 503,149 520,160 533,175 542,193 551,211 555,232 555,257 555,282 549,304 536,321 523,338 505,354 484,367 463,380 439,392 412,403 385,413 358,424 330,435 301,446 274,459 247,474 220,488 195,505 174,526 153,547 136,571 123,600 110,629 103,663 103,703 103,738 110,772 124,805 137,837 158,865 185,890 212,914 247,933 288,948 329,963 376,970 431,970 455,970 479,968 503,964 527,960 549,955 568,949 587,943 604,937 618,930 631,923 642,916 649,911 656,906 660,901 663,897 665,893 667,889 668,884 669,879 670,872 671,865 672,858 672,849 672,838 672,827 672,817 671,809 670,800 668,793 666,788 663,783 660,779 657,777 654,774 650,773 646,773 640,773 631,777 620,784 609,791 594,799 576,808 558,816 537,824 513,831 488,838 460,842 429,842 401,842 376,839 355,833 334,826 316,817 303,806 289,794 279,780 272,764 265,748 261,731 261,712 261,686 268,664 281,647 294,629 312,613 333,600 354,587 379,575 406,564 433,553 461,542 490,531 518,520 546,507 574,493 601,479 626,462 647,442 668,422 686,398 699,370 712,342 718,309 718,270 Z"/>
<glyph unicode="r" horiz-adv-x="569" d="M 679,866 C 679,852 679,839 678,829 677,819 676,811 674,806 672,800 670,796 667,793 664,790 659,788 654,788 649,788 642,790 635,793 627,796 618,799 609,802 599,805 588,807 576,810 564,813 551,814 537,814 520,814 504,811 488,804 472,797 455,786 438,771 420,756 401,735 382,710 363,685 341,654 318,617 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,794 C 327,830 350,859 372,881 393,903 414,921 433,934 452,947 472,956 491,961 510,966 529,968 548,968 557,968 567,968 578,968 589,968 600,967 612,964 624,961 635,958 645,955 654,952 661,948 665,945 669,942 672,938 673,935 674,932 676,928 677,924 678,919 678,912 679,903 679,894 679,882 679,866 Z"/>
<glyph unicode="o" horiz-adv-x="937" d="M 990,485 C 990,412 980,344 961,283 942,221 913,168 875,123 836,78 788,44 731,19 673,-6 606,-19 530,-19 456,-19 392,-8 337,14 282,36 236,68 199,110 162,152 135,203 117,263 99,323 90,391 90,467 90,540 100,608 119,670 138,731 166,784 205,829 243,874 291,908 348,933 405,958 472,970 549,970 623,970 688,959 743,937 798,915 843,883 880,841 917,799 944,748 963,688 981,628 990,560 990,485 Z M 816,474 C 816,523 812,569 803,612 794,655 779,693 758,726 737,759 709,785 674,804 639,823 595,832 542,832 493,832 452,823 417,806 382,789 353,764 330,733 307,701 291,663 280,620 269,577 263,529 263,478 263,429 268,382 277,339 286,296 301,258 322,226 343,193 371,168 406,149 441,130 485,120 538,120 586,120 628,129 663,146 698,163 727,188 750,219 773,250 789,288 800,331 811,374 816,422 816,474 Z"/>
<glyph unicode="n" horiz-adv-x="803" d="M 928,25 C 928,20 927,15 924,12 921,8 917,5 911,2 905,-1 897,-3 886,-4 875,-5 862,-6 846,-6 829,-6 816,-5 805,-4 794,-3 786,-1 780,2 774,5 770,8 767,12 764,15 763,20 763,25 L 763,552 C 763,603 759,645 751,676 743,707 731,734 716,757 701,780 681,797 657,809 632,821 604,827 572,827 531,827 489,812 448,783 407,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,806 C 353,863 403,904 454,931 504,957 555,970 606,970 666,970 717,960 758,940 799,919 832,892 857,858 882,824 901,784 912,739 923,693 928,638 928,574 L 928,25 Z"/>
<glyph unicode="m" horiz-adv-x="1371" d="M 1488,25 C 1488,20 1487,15 1484,12 1481,8 1477,5 1471,2 1465,-1 1457,-3 1446,-4 1435,-5 1422,-6 1406,-6 1389,-6 1376,-5 1365,-4 1354,-3 1346,-1 1340,2 1333,5 1329,8 1326,12 1323,15 1322,20 1322,25 L 1322,572 C 1322,610 1319,645 1312,676 1305,707 1295,734 1280,757 1265,780 1247,797 1224,809 1201,821 1175,827 1144,827 1106,827 1068,812 1030,783 991,754 949,711 903,654 L 903,25 C 903,20 902,15 899,12 896,8 892,5 886,2 879,-1 871,-3 860,-4 849,-5 836,-6 820,-6 805,-6 792,-5 781,-4 770,-3 761,-1 755,2 748,5 744,8 742,12 739,15 738,20 738,25 L 738,572 C 738,610 734,645 727,676 720,707 709,734 694,757 679,780 661,797 639,809 616,821 590,827 559,827 521,827 483,812 444,783 405,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,806 C 353,863 402,904 450,931 497,957 545,970 594,970 631,970 665,966 695,957 724,948 750,936 773,921 796,905 815,886 831,865 847,843 860,819 871,792 901,825 930,852 957,875 984,898 1010,916 1035,930 1060,944 1084,954 1108,961 1131,967 1155,970 1179,970 1237,970 1286,960 1325,940 1364,919 1396,892 1421,858 1445,824 1462,784 1473,739 1483,693 1488,645 1488,594 L 1488,25 Z"/>
<glyph unicode="l" horiz-adv-x="201" d="M 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,25 Z"/>
<glyph unicode="i" horiz-adv-x="269" d="M 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,934 157,938 159,942 163,945 170,948 176,951 184,953 195,954 206,955 219,956 235,956 252,956 265,955 276,954 287,953 295,951 301,948 307,945 311,942 314,938 317,934 318,930 318,925 L 318,25 Z M 337,1229 C 337,1190 330,1164 315,1150 300,1136 273,1129 234,1129 195,1129 169,1136 155,1150 140,1163 133,1189 133,1227 133,1266 140,1292 155,1306 170,1320 197,1327 236,1327 275,1327 301,1320 316,1307 330,1293 337,1267 337,1229 Z"/>
<glyph unicode="h" horiz-adv-x="803" d="M 928,25 C 928,20 927,15 924,12 921,8 917,5 911,2 905,-1 897,-3 886,-4 875,-5 862,-6 846,-6 829,-6 816,-5 805,-4 794,-3 786,-1 780,2 774,5 770,8 767,12 764,15 763,20 763,25 L 763,552 C 763,603 759,645 751,676 743,707 731,734 716,757 701,780 681,797 657,809 632,821 604,827 572,827 531,827 489,812 448,783 407,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,822 C 365,872 413,909 461,934 509,958 557,970 606,970 666,970 717,960 758,940 799,919 832,892 857,858 882,824 901,784 912,739 923,693 928,638 928,573 L 928,25 Z"/>
<glyph unicode="g" horiz-adv-x="870" d="M 905,884 C 905,861 902,844 896,834 889,823 881,818 871,818 L 742,818 C 765,794 782,768 791,739 800,710 805,679 805,648 805,596 797,550 780,510 763,470 740,436 709,409 678,381 641,360 598,345 555,330 508,323 456,323 419,323 385,328 352,338 319,347 293,359 275,374 263,362 253,348 246,333 238,318 234,300 234,280 234,257 245,237 267,222 288,207 317,198 353,197 L 588,187 C 633,186 674,180 711,169 748,158 781,142 808,122 835,101 857,76 872,47 887,17 895,-18 895,-57 895,-98 886,-138 869,-175 852,-212 825,-245 790,-274 754,-302 708,-324 653,-341 598,-357 532,-365 457,-365 384,-365 323,-359 272,-347 221,-334 179,-317 146,-296 113,-275 90,-249 75,-220 60,-190 53,-158 53,-123 53,-101 56,-80 61,-59 66,-38 75,-19 86,0 97,19 110,37 127,54 143,71 162,87 183,104 150,121 126,142 111,167 95,192 87,220 87,249 87,290 95,326 112,358 129,390 149,419 174,444 153,469 137,497 125,528 113,559 107,596 107,640 107,691 116,737 133,778 150,819 174,853 205,881 236,909 273,931 316,946 359,961 405,968 456,968 483,968 509,967 533,964 556,961 578,956 599,951 L 871,951 C 882,951 891,946 897,935 902,924 905,907 905,884 Z M 647,647 C 647,708 630,756 597,791 563,825 515,842 453,842 421,842 393,837 370,826 346,815 326,801 311,782 295,763 283,742 276,718 268,693 264,668 264,641 264,582 281,535 315,501 348,467 395,450 456,450 489,450 517,455 541,466 565,476 585,490 601,509 616,527 628,548 636,572 643,596 647,621 647,647 Z M 730,-66 C 730,-27 714,3 683,24 651,45 608,56 554,57 L 321,65 C 300,48 282,33 269,18 255,3 244,-12 236,-26 228,-39 223,-53 220,-66 217,-79 215,-93 215,-107 215,-150 237,-183 281,-206 325,-228 386,-239 465,-239 515,-239 557,-234 591,-225 624,-215 651,-202 672,-186 693,-170 708,-152 717,-131 726,-110 730,-89 730,-66 Z"/>
<glyph unicode="e" horiz-adv-x="870" d="M 921,514 C 921,488 915,470 902,459 889,448 874,442 857,442 L 267,442 C 267,392 272,347 282,307 292,267 309,233 332,204 355,175 386,153 423,138 460,123 506,115 560,115 603,115 641,119 674,126 707,133 736,140 761,149 785,158 805,166 821,173 836,180 848,183 856,183 861,183 865,182 869,180 872,177 875,174 877,169 879,164 881,158 882,150 883,141 883,131 883,119 883,110 883,103 882,97 881,90 881,85 880,80 879,75 877,70 875,66 872,62 869,58 866,55 862,51 851,45 833,37 815,28 792,20 763,12 734,4 701,-3 664,-10 626,-16 586,-19 543,-19 469,-19 404,-9 349,12 293,33 246,63 208,104 170,145 141,196 122,257 103,318 93,390 93,471 93,548 103,618 123,680 143,741 172,794 210,837 247,880 293,913 346,936 399,959 459,970 525,970 596,970 656,959 706,936 755,913 796,883 828,845 860,806 884,761 899,710 914,658 921,603 921,544 L 921,514 Z M 755,563 C 757,650 738,718 698,767 657,816 597,841 518,841 477,841 442,833 411,818 380,803 355,782 334,757 313,732 297,702 286,669 275,635 268,600 267,563 L 755,563 Z"/>
<glyph unicode="d" horiz-adv-x="870" d="M 924,25 C 924,20 923,15 921,11 918,7 914,4 909,2 903,-1 895,-3 886,-4 877,-5 865,-6 852,-6 838,-6 826,-5 817,-4 808,-3 800,-1 794,2 788,4 784,7 781,11 778,15 777,20 777,25 L 777,144 C 730,93 681,53 630,24 579,-5 523,-19 462,-19 396,-19 340,-6 293,20 246,45 209,80 180,124 151,167 129,219 116,278 103,337 96,399 96,464 96,541 104,611 121,674 138,736 162,789 195,833 228,877 268,911 317,935 365,958 421,970 484,970 537,970 585,959 629,936 672,913 715,879 758,834 L 758,1357 C 758,1362 759,1366 762,1371 764,1375 768,1378 775,1381 782,1383 790,1385 801,1387 811,1388 824,1389 840,1389 857,1389 870,1388 881,1387 892,1385 900,1383 906,1381 912,1378 917,1375 920,1371 923,1366 924,1362 924,1357 L 924,25 Z M 758,658 C 713,713 670,756 629,785 587,814 543,828 498,828 456,828 420,818 391,798 362,778 338,752 320,719 301,686 288,649 280,608 271,567 267,525 267,482 267,437 271,392 278,349 285,306 297,267 314,234 331,200 354,173 383,153 412,132 448,122 491,122 513,122 534,125 555,131 575,137 596,147 617,161 638,175 661,193 684,216 707,238 732,265 758,298 L 758,658 Z"/>
<glyph unicode="c" horiz-adv-x="736" d="M 800,162 C 800,151 800,141 799,133 798,124 797,117 796,112 794,106 792,101 790,97 787,92 782,86 774,78 765,69 751,59 731,47 711,34 689,23 664,14 639,4 611,-4 582,-10 553,-16 522,-19 491,-19 426,-19 369,-8 319,13 269,34 227,66 194,107 160,148 134,198 117,258 99,317 90,386 90,464 90,553 101,629 123,693 144,756 174,808 212,849 249,890 294,920 345,940 396,959 451,969 510,969 539,969 567,966 594,961 621,956 645,949 668,940 691,931 711,921 729,910 746,899 759,889 767,881 775,873 781,867 784,862 787,857 789,852 791,846 793,839 794,832 795,824 796,816 796,806 796,794 796,768 793,750 787,740 781,729 774,724 765,724 755,724 744,730 731,741 718,752 701,764 681,777 661,790 637,803 609,814 580,825 547,830 508,830 429,830 368,800 326,739 283,678 262,589 262,473 262,415 268,364 279,321 290,277 306,240 327,211 348,182 375,160 406,146 437,131 472,124 512,124 550,124 583,130 612,142 641,154 666,167 687,182 708,196 725,209 740,221 754,232 765,238 773,238 778,238 782,237 785,234 788,231 791,227 794,221 796,214 798,206 799,197 800,187 800,175 800,162 Z"/>
<glyph unicode="b" horiz-adv-x="870" d="M 981,487 C 981,409 973,339 956,277 939,214 914,161 881,117 848,73 807,39 759,16 711,-7 656,-19 594,-19 565,-19 539,-16 515,-11 490,-5 466,4 443,17 420,30 396,46 373,65 350,84 325,108 299,135 L 299,25 C 299,20 298,15 295,11 292,7 288,4 282,2 276,-1 269,-3 260,-4 251,-5 239,-6 225,-6 212,-6 200,-5 191,-4 182,-3 174,-1 168,2 162,4 158,7 156,11 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,822 C 345,849 371,872 396,891 421,910 445,925 469,937 493,948 517,957 541,962 565,967 590,970 617,970 682,970 738,957 785,931 831,905 869,870 898,827 927,783 948,732 961,673 974,614 981,552 981,487 Z M 807,468 C 807,514 804,559 797,602 790,645 777,684 760,717 743,750 720,777 691,798 662,818 627,828 584,828 563,828 542,825 521,819 500,813 479,803 458,789 437,775 415,757 392,735 369,713 344,685 318,652 L 318,293 C 363,238 407,196 448,167 489,138 532,123 577,123 618,123 654,133 683,153 712,173 736,200 755,233 773,266 786,303 795,344 803,385 807,426 807,468 Z"/>
<glyph unicode="a" horiz-adv-x="770" d="M 831,24 C 831,16 828,10 823,6 818,2 810,-1 801,-3 792,-5 778,-6 760,-6 743,-6 729,-5 719,-3 708,-1 701,2 696,6 691,10 689,16 689,24 L 689,114 C 650,72 606,39 558,16 509,-7 458,-19 404,-19 357,-19 314,-13 276,-1 237,12 205,30 178,53 151,76 130,105 115,139 100,173 92,212 92,255 92,306 102,350 123,387 144,424 173,455 212,480 251,505 298,523 354,536 410,548 473,554 543,554 L 667,554 667,624 C 667,659 663,689 656,716 649,743 637,765 621,783 604,800 583,814 557,823 531,832 499,836 461,836 420,836 384,831 352,822 319,812 291,801 267,790 242,778 222,767 206,758 189,748 177,743 169,743 164,743 159,744 155,747 151,750 148,754 145,759 142,764 139,771 138,780 137,788 136,797 136,807 136,824 137,837 140,847 142,856 148,865 157,874 166,883 181,893 203,905 225,916 250,927 279,937 308,946 339,954 373,961 407,967 441,970 476,970 541,970 596,963 641,948 686,933 723,912 751,884 779,855 799,820 812,778 825,736 831,687 831,631 L 831,24 Z M 667,435 L 526,435 C 481,435 441,431 408,424 375,416 347,405 325,390 303,375 287,357 277,336 266,315 261,290 261,263 261,216 276,179 306,152 335,124 377,110 430,110 473,110 514,121 551,143 588,165 626,199 667,244 L 667,435 Z"/>
<glyph unicode="U" horiz-adv-x="1004" d="M 1145,478 C 1145,399 1134,329 1111,268 1088,206 1055,154 1012,111 969,68 917,36 856,14 795,-8 725,-19 647,-19 576,-19 511,-9 452,12 393,33 343,63 301,104 259,144 227,194 204,255 181,316 170,386 170,465 L 170,1268 C 170,1273 171,1278 174,1282 177,1286 181,1289 188,1292 195,1294 203,1296 214,1298 225,1299 239,1300 256,1300 272,1300 286,1299 297,1298 308,1296 317,1294 324,1292 330,1289 334,1286 337,1282 340,1278 341,1273 341,1268 L 341,486 C 341,426 348,374 363,329 378,284 399,247 427,218 454,188 488,166 527,151 566,136 609,128 658,128 708,128 753,135 792,150 831,165 864,187 891,216 918,245 938,282 953,325 967,368 974,419 974,477 L 974,1268 C 974,1273 975,1278 978,1282 981,1286 985,1289 992,1292 999,1294 1008,1296 1019,1298 1030,1299 1043,1300 1060,1300 1076,1300 1090,1299 1101,1298 1112,1296 1120,1294 1127,1292 1133,1289 1138,1286 1141,1282 1144,1278 1145,1273 1145,1268 L 1145,478 Z"/>
<glyph unicode="S" horiz-adv-x="803" d="M 867,363 C 867,302 856,248 834,201 811,154 780,114 741,81 701,48 654,23 601,6 547,-11 489,-19 427,-19 384,-19 344,-15 307,-8 270,-1 237,8 208,19 179,30 154,41 135,52 115,63 101,73 94,81 86,89 80,99 77,112 73,124 71,140 71,161 71,176 72,188 73,198 74,207 76,215 79,221 82,227 85,231 89,234 93,236 98,237 103,237 112,237 126,231 143,220 160,209 181,196 208,183 235,170 267,157 305,146 342,134 386,128 435,128 472,128 507,133 538,143 569,153 595,167 618,186 640,204 657,226 669,253 681,280 687,310 687,344 687,381 679,412 662,438 645,464 623,487 596,507 569,526 538,544 503,561 468,577 432,594 395,611 358,628 323,646 288,667 253,688 222,712 195,740 168,768 146,801 129,839 112,876 103,921 103,974 103,1028 113,1076 133,1119 152,1161 180,1196 215,1225 250,1254 291,1276 340,1291 388,1306 440,1313 496,1313 525,1313 554,1311 583,1306 612,1301 639,1294 665,1286 690,1277 713,1268 733,1258 753,1247 766,1239 773,1233 779,1226 783,1221 785,1218 787,1214 789,1209 790,1204 791,1198 792,1191 793,1183 794,1175 794,1165 794,1152 794,1140 794,1129 793,1120 792,1111 790,1103 788,1097 786,1090 783,1086 780,1083 776,1080 772,1078 767,1078 760,1078 748,1083 733,1092 717,1101 698,1112 675,1124 652,1135 626,1146 595,1156 564,1165 529,1170 490,1170 454,1170 423,1165 396,1156 369,1146 347,1133 330,1117 313,1101 300,1082 291,1060 282,1038 278,1015 278,990 278,954 286,923 303,897 320,871 342,848 370,828 397,808 429,790 464,773 499,756 535,740 572,723 609,706 645,687 680,667 715,646 747,622 775,595 802,567 825,534 842,497 859,459 867,414 867,363 Z"/>
<glyph unicode="F" horiz-adv-x="703" d="M 852,1220 C 852,1207 851,1196 850,1187 849,1178 846,1170 843,1165 840,1159 836,1155 832,1152 827,1149 823,1148 818,1148 L 344,1148 344,708 792,708 C 797,708 801,707 806,705 810,702 814,698 817,693 820,688 823,681 824,672 825,663 826,651 826,637 826,624 825,614 824,605 823,596 820,588 817,583 814,577 810,573 806,570 801,567 797,565 792,565 L 344,565 344,26 C 344,21 343,17 340,13 337,8 333,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 242,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,13 173,17 172,21 172,26 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 818,1294 C 823,1294 827,1293 832,1290 836,1287 840,1283 843,1277 846,1271 849,1263 850,1254 851,1244 852,1233 852,1220 Z"/>
<glyph unicode="E" horiz-adv-x="736" d="M 892,71 C 892,59 891,49 890,40 889,31 886,23 883,17 880,11 876,7 872,4 867,1 862,0 857,0 L 236,0 C 221,0 206,5 193,16 179,26 172,44 172,70 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 850,1294 C 855,1294 860,1293 865,1290 869,1287 872,1283 875,1277 878,1271 880,1264 882,1255 883,1246 884,1234 884,1221 884,1209 883,1199 882,1190 880,1181 878,1173 875,1168 872,1162 869,1158 865,1155 860,1152 855,1151 850,1151 L 344,1151 344,745 778,745 C 783,745 788,744 793,741 797,738 801,733 804,728 807,723 809,715 810,706 811,697 812,686 812,673 812,661 811,651 810,642 809,633 807,626 804,621 801,616 797,612 793,610 788,607 783,606 778,606 L 344,606 344,143 857,143 C 862,143 867,142 872,139 876,136 880,132 883,127 886,121 889,114 890,105 891,96 892,84 892,71 Z"/>
<glyph unicode="2" horiz-adv-x="837" d="M 924,74 C 924,62 923,51 922,42 920,33 918,25 915,19 912,12 908,8 903,5 898,2 892,0 886,0 L 171,0 C 162,0 154,1 147,4 140,6 134,10 129,15 124,20 120,28 118,38 115,48 114,60 114,75 114,88 115,100 116,110 117,120 119,129 122,137 125,144 130,152 135,160 140,167 146,175 154,184 L 405,450 C 463,511 510,566 545,615 580,664 607,708 626,748 645,788 657,824 663,857 669,890 672,920 672,949 672,978 667,1005 658,1031 649,1056 635,1079 618,1098 600,1117 578,1133 551,1144 524,1155 494,1161 459,1161 418,1161 382,1155 350,1144 317,1133 289,1120 265,1107 240,1094 220,1081 204,1070 187,1059 175,1053 167,1053 162,1053 158,1054 155,1057 151,1060 148,1064 146,1070 143,1076 141,1084 140,1094 139,1104 138,1116 138,1130 138,1140 138,1149 139,1156 140,1163 141,1170 143,1175 144,1180 146,1185 149,1190 152,1195 157,1201 165,1208 173,1215 187,1224 207,1236 226,1248 251,1260 281,1272 310,1283 343,1293 379,1301 414,1309 452,1313 491,1313 554,1313 609,1304 656,1287 703,1269 742,1245 773,1214 804,1183 827,1148 842,1107 857,1066 865,1023 865,977 865,936 861,895 854,854 847,813 831,768 808,721 784,673 750,620 705,562 660,503 601,436 527,360 L 322,146 885,146 C 890,146 896,145 901,142 906,139 910,134 914,128 917,122 920,115 922,106 923,97 924,86 924,74 Z"/>
<glyph unicode="-" horiz-adv-x="502" d="M 558,505 C 558,479 555,461 549,451 543,441 534,436 523,436 L 105,436 C 93,436 84,441 78,452 72,462 69,480 69,505 69,530 72,548 78,558 84,568 93,573 105,573 L 523,573 C 528,573 533,572 538,570 542,568 546,564 549,559 552,553 554,546 556,537 557,528 558,518 558,505 Z"/>
<glyph unicode=" " horiz-adv-x="468"/>
</font>
</defs>
<defs>
<font id="EmbeddedFont_2" horiz-adv-x="2048">
<font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="italic" ascent="1537" descent="501"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="y" horiz-adv-x="937" d="M 931,932 C 931,925 930,917 929,910 928,902 925,895 922,888 900,827 876,764 850,699 824,633 794,564 759,493 724,421 684,346 638,268 591,190 536,108 472,22 L 213,-331 C 209,-336 204,-341 198,-345 192,-349 185,-352 176,-356 167,-358 157,-361 145,-362 132,-363 118,-364 101,-364 83,-364 68,-363 57,-362 45,-360 36,-357 30,-353 24,-349 21,-344 22,-337 23,-330 27,-322 34,-313 L 278,0 129,879 C 128,887 127,894 126,901 125,908 125,913 125,918 125,925 126,932 129,937 131,942 135,946 142,949 149,952 158,954 169,955 180,956 193,956 209,956 227,956 241,956 252,955 262,954 270,952 276,950 281,947 285,944 288,939 290,934 291,929 292,922 L 409,188 411,188 C 452,246 490,305 523,365 556,425 587,486 615,548 643,609 669,672 693,735 716,798 738,861 759,926 760,931 763,936 767,940 770,943 776,946 783,949 790,952 799,954 811,955 823,956 838,956 856,956 886,956 906,954 916,950 926,946 931,940 931,932 Z"/>
<glyph unicode="v" horiz-adv-x="837" d="M 931,933 C 931,926 930,919 928,912 926,905 924,898 921,891 896,818 869,745 838,670 807,596 772,522 735,448 697,374 656,302 611,231 566,160 516,91 463,25 458,18 453,12 447,8 441,4 434,1 426,-2 417,-4 408,-5 397,-5 386,-5 374,-5 359,-5 338,-5 322,-4 309,-3 296,-2 287,0 280,3 273,6 268,9 265,14 262,19 260,24 259,31 L 126,883 C 125,890 125,897 125,903 124,908 124,913 124,918 124,927 125,933 128,938 131,943 135,946 141,949 147,952 155,954 166,955 176,956 190,956 207,956 224,956 238,956 249,955 260,954 268,952 274,950 279,947 283,944 285,940 287,935 288,930 289,924 L 397,182 397,170 402,176 C 441,235 477,293 510,349 543,404 573,462 601,521 629,580 656,643 681,708 706,773 731,845 757,924 759,930 762,935 766,940 769,944 775,947 782,950 789,952 798,954 810,955 821,956 836,956 853,956 869,956 882,956 892,955 902,954 910,952 916,950 921,949 925,946 928,943 930,940 931,937 931,933 Z"/>
<glyph unicode="r" horiz-adv-x="737" d="M 754,924 C 754,921 754,916 753,909 752,901 750,892 749,882 748,872 746,862 743,851 740,840 737,831 733,822 729,813 725,805 721,799 716,793 711,790 706,790 701,790 695,791 689,794 682,796 675,799 668,802 660,805 651,808 641,811 631,813 619,814 606,814 583,814 557,804 528,785 498,765 469,738 440,703 411,668 385,627 362,580 338,533 320,481 309,426 L 230,25 C 229,20 226,15 223,12 220,8 215,5 208,2 201,-1 193,-3 182,-4 171,-5 157,-6 141,-6 124,-6 111,-5 101,-4 90,-3 82,-1 77,2 71,5 67,8 66,12 64,15 64,20 65,25 L 244,926 C 245,931 247,935 250,939 253,943 258,946 265,949 272,952 280,954 290,955 299,956 311,956 324,956 338,956 350,956 359,955 368,954 375,952 380,949 385,946 388,943 389,939 390,935 391,931 390,926 L 357,762 C 372,789 391,816 412,841 433,866 455,889 480,908 505,927 531,942 558,953 585,964 611,970 637,970 648,970 660,969 672,968 683,966 694,964 704,962 714,959 723,957 731,954 738,951 744,947 748,943 752,939 754,933 754,924 Z"/>
<glyph unicode="o" horiz-adv-x="937" d="M 977,627 C 977,578 972,527 963,476 954,425 940,375 921,328 902,280 877,235 848,193 819,151 784,114 745,83 705,52 660,27 610,9 559,-10 503,-19 441,-19 377,-19 322,-11 277,4 231,19 193,42 164,71 135,100 113,136 99,179 85,222 78,270 78,324 78,373 83,424 92,475 101,526 115,576 134,623 153,670 178,715 207,758 236,800 270,837 310,868 349,899 394,924 445,943 495,961 551,970 613,970 677,970 732,962 778,947 823,931 861,908 891,879 920,850 942,814 956,771 970,728 977,680 977,627 Z M 803,617 C 803,650 800,680 793,707 786,734 774,756 758,775 741,793 720,807 694,817 667,827 635,832 598,832 558,832 522,825 489,811 456,796 427,777 402,753 376,728 354,700 335,667 316,634 300,600 288,563 275,526 266,488 260,449 254,410 251,371 251,334 251,301 255,271 262,244 269,217 281,195 298,176 314,157 335,143 361,133 387,123 419,118 456,118 497,118 533,125 566,140 598,154 627,173 653,198 678,223 701,251 720,284 739,317 754,352 767,389 779,426 788,464 794,503 800,542 803,580 803,617 Z"/>
<glyph unicode="l" horiz-adv-x="469" d="M 230,25 C 229,20 226,15 223,12 220,8 215,5 208,2 201,-1 193,-3 182,-4 171,-5 157,-6 141,-6 124,-6 111,-5 101,-4 90,-3 82,-1 77,2 71,5 67,8 66,12 64,15 64,20 65,25 L 331,1361 C 332,1366 335,1371 338,1375 341,1379 346,1382 353,1385 360,1388 369,1390 380,1391 391,1392 404,1393 421,1393 437,1393 450,1392 461,1391 471,1390 479,1388 485,1385 490,1382 494,1379 495,1375 496,1371 497,1366 496,1361 L 230,25 Z"/>
<glyph unicode="i" horiz-adv-x="469" d="M 489,1228 C 486,1209 481,1194 476,1181 470,1168 462,1158 453,1151 444,1143 432,1137 418,1134 404,1131 387,1129 367,1129 348,1129 332,1131 319,1134 306,1137 297,1143 291,1151 285,1158 282,1168 281,1181 280,1194 282,1209 285,1228 289,1247 294,1262 300,1275 306,1287 314,1297 323,1306 332,1314 343,1320 357,1323 371,1326 388,1327 408,1327 427,1327 443,1326 456,1323 468,1320 477,1314 484,1306 490,1297 493,1287 494,1275 495,1262 493,1247 489,1228 Z M 230,25 C 229,20 226,15 223,12 220,8 215,5 208,2 201,-1 193,-3 182,-4 171,-5 157,-6 141,-6 124,-6 111,-5 101,-4 90,-3 82,-1 77,2 71,5 67,8 66,12 64,15 64,20 65,25 L 244,925 C 245,930 247,934 250,938 253,942 258,945 265,948 272,951 281,953 292,954 303,955 316,956 333,956 349,956 362,955 373,954 383,953 391,951 397,948 402,945 406,942 408,938 409,934 410,930 409,925 L 230,25 Z"/>
<glyph unicode="f" horiz-adv-x="1038" d="M 817,1335 C 817,1332 817,1328 816,1323 815,1317 815,1311 814,1304 813,1297 811,1289 809,1282 807,1274 805,1267 802,1260 799,1253 796,1248 793,1244 790,1240 786,1238 782,1238 777,1238 772,1239 765,1242 758,1245 749,1248 740,1251 731,1254 720,1256 707,1259 694,1262 680,1263 665,1263 636,1263 612,1259 592,1250 571,1241 554,1228 539,1210 524,1191 512,1168 502,1140 492,1112 483,1079 476,1041 L 459,951 660,951 C 667,951 673,949 678,944 682,939 684,930 684,919 684,912 683,904 682,896 681,888 679,880 677,873 675,865 673,858 670,851 667,844 663,837 660,832 656,827 652,822 647,819 642,816 638,814 633,814 L 431,814 260,-38 C 249,-94 233,-142 214,-184 195,-224 171,-258 143,-286 115,-312 83,-332 46,-346 9,-358 -32,-365 -78,-365 -108,-365 -132,-363 -152,-358 -170,-353 -182,-349 -187,-345 -190,-342 -192,-338 -193,-334 -194,-330 -195,-325 -195,-318 -195,-315 -194,-311 -194,-305 -192,-298 -191,-291 -190,-285 -189,-277 -187,-270 -185,-263 -183,-255 -181,-248 -178,-241 -175,-234 -172,-229 -169,-225 -166,-221 -162,-219 -157,-219 -152,-219 -148,-219 -144,-221 -139,-221 -134,-222 -130,-224 -124,-224 -118,-225 -112,-227 -104,-227 -96,-228 -85,-228 -57,-228 -33,-224 -13,-215 8,-206 25,-193 40,-175 54,-156 66,-133 76,-105 85,-77 94,-43 102,-4 L 266,814 138,814 C 131,814 126,816 123,821 119,825 117,833 117,845 117,850 117,857 118,865 119,872 120,880 122,888 123,896 125,904 128,911 131,918 134,925 138,931 142,937 146,942 151,946 155,949 160,951 167,951 L 293,951 318,1076 C 329,1131 344,1179 364,1220 384,1261 408,1294 437,1321 465,1348 498,1368 535,1381 572,1394 612,1400 657,1400 672,1400 687,1399 703,1398 719,1396 734,1394 748,1391 761,1388 773,1384 784,1380 794,1376 801,1372 805,1368 809,1365 812,1360 814,1354 816,1348 817,1342 817,1335 Z"/>
<glyph unicode="e" horiz-adv-x="870" d="M 925,741 C 925,695 914,654 893,617 872,580 838,549 793,523 748,497 690,477 619,463 548,449 464,442 365,442 L 259,442 C 254,420 251,399 250,378 248,357 247,338 247,320 247,253 264,202 297,167 330,132 383,114 457,114 500,114 538,117 572,124 606,130 636,137 661,144 686,151 706,158 722,165 738,171 749,174 755,174 761,174 766,172 769,168 772,163 773,157 773,149 773,142 772,134 771,125 770,116 768,106 765,97 762,87 759,78 755,69 750,60 745,53 740,47 732,39 718,31 698,24 677,16 653,9 625,3 597,-4 566,-9 533,-13 500,-17 466,-19 433,-19 374,-19 322,-12 277,1 232,14 195,35 166,63 136,90 114,125 99,166 84,207 77,256 77,312 77,355 81,402 90,452 98,501 111,550 129,599 147,648 170,694 199,739 228,784 262,823 302,857 341,891 387,918 439,939 491,960 550,970 615,970 671,970 719,963 758,949 797,935 829,917 854,895 879,873 897,849 908,822 919,795 925,768 925,741 Z M 756,726 C 756,760 743,788 716,809 689,830 651,840 602,840 559,840 520,833 487,818 454,803 424,782 399,757 373,732 351,702 333,669 314,635 299,599 288,562 L 390,562 C 460,562 519,566 566,575 613,584 650,596 679,611 707,626 727,643 739,663 750,683 756,704 756,726 Z"/>
<glyph unicode="d" horiz-adv-x="1037" d="M 813,25 C 811,14 804,6 792,1 780,-4 760,-6 732,-6 718,-6 707,-5 698,-4 689,-3 682,-1 677,2 672,4 668,7 667,11 665,14 665,19 666,25 L 698,193 C 689,171 674,148 651,123 628,98 602,75 571,54 540,33 505,15 467,2 429,-12 390,-19 351,-19 312,-19 278,-14 249,-4 220,7 195,21 176,38 156,55 140,76 128,99 115,122 106,145 99,170 92,194 87,218 85,243 82,268 81,290 81,311 81,350 85,393 92,441 99,489 111,537 127,586 143,634 164,681 189,728 214,774 244,815 279,851 314,886 355,915 402,937 448,959 500,970 559,970 588,970 615,967 640,961 665,954 688,946 709,935 730,924 749,910 766,895 783,880 799,864 813,847 L 915,1357 C 916,1362 918,1366 921,1371 924,1375 929,1378 936,1381 943,1383 951,1385 962,1387 973,1388 986,1389 1003,1389 1019,1389 1032,1388 1043,1387 1053,1385 1061,1383 1067,1381 1073,1378 1077,1375 1079,1371 1080,1366 1080,1362 1079,1357 L 813,25 Z M 781,687 C 750,733 716,768 680,792 643,816 602,828 557,828 522,828 490,820 462,804 433,787 408,765 385,738 362,711 343,679 327,644 310,609 297,572 286,535 275,497 267,460 262,423 257,386 254,353 254,322 254,257 265,208 287,174 309,139 344,122 393,122 430,122 467,132 504,152 541,172 575,200 607,235 639,270 667,312 692,361 717,410 735,463 747,521 L 781,687 Z"/>
<glyph unicode="a" horiz-adv-x="937" d="M 812,25 C 809,14 802,6 790,1 778,-4 758,-6 730,-6 717,-6 706,-5 697,-4 688,-3 681,-1 676,2 671,4 667,7 665,11 663,14 663,19 665,25 L 698,195 C 689,174 674,150 651,125 628,100 602,76 571,55 540,34 505,16 467,2 429,-12 390,-19 351,-19 298,-19 254,-10 219,9 184,28 156,52 135,83 114,114 100,148 93,187 85,226 81,265 81,306 81,343 85,386 92,433 99,480 110,529 126,578 141,627 162,675 187,722 212,769 242,811 277,848 312,885 353,914 400,937 447,959 500,970 559,970 618,970 669,958 712,934 754,910 792,877 825,835 L 844,926 C 847,937 854,944 867,949 880,954 899,956 926,956 939,956 951,956 960,955 969,954 976,952 981,949 986,946 990,943 991,939 992,935 993,931 992,926 L 812,25 Z M 781,690 C 750,736 716,771 680,794 643,817 602,828 557,828 521,828 489,820 460,803 431,786 405,763 383,735 360,707 341,675 325,640 308,604 295,567 285,529 274,491 267,454 262,417 257,380 254,347 254,318 254,295 256,272 260,249 263,226 270,205 281,186 291,167 305,151 323,140 341,128 364,122 393,122 430,122 467,132 504,153 541,173 575,201 607,237 639,273 667,315 692,364 717,413 735,466 747,525 L 781,690 Z"/>
<glyph unicode="1" horiz-adv-x="803" d="M 851,102 C 851,98 851,93 850,86 849,79 847,71 846,64 844,56 842,48 839,41 836,34 833,27 829,21 825,14 821,9 816,6 811,2 805,0 799,0 L 122,0 C 114,0 108,3 103,10 98,17 95,26 95,37 95,40 96,45 97,52 98,58 99,65 101,72 102,79 105,87 108,95 111,103 114,110 118,116 122,122 127,127 132,132 137,136 143,138 150,138 L 420,138 615,1112 334,964 C 323,959 315,955 308,954 301,952 296,952 292,954 287,956 284,960 283,965 281,970 280,977 280,985 280,992 281,1002 283,1013 284,1024 287,1035 291,1046 294,1057 299,1067 305,1077 311,1087 319,1095 328,1100 L 665,1291 C 668,1293 672,1295 677,1296 681,1297 686,1299 692,1300 698,1301 705,1302 714,1302 722,1302 732,1302 743,1302 760,1302 773,1301 784,1300 794,1299 802,1297 808,1295 813,1292 817,1289 818,1286 819,1282 819,1278 818,1274 L 592,138 826,138 C 835,138 842,135 846,129 849,122 851,113 851,102 Z"/>
<glyph unicode="-" horiz-adv-x="502" d="M 569,540 C 569,536 569,531 569,524 568,517 567,510 565,503 563,495 561,487 558,480 555,472 552,465 549,458 545,451 540,446 535,442 529,438 523,436 516,436 L 97,436 C 88,436 82,439 78,445 74,451 72,460 72,472 72,475 72,480 73,487 74,493 75,500 77,508 78,515 80,523 83,531 86,539 89,546 93,553 97,559 102,564 107,568 112,571 118,573 125,573 L 544,573 C 553,573 560,570 564,564 567,558 569,550 569,540 Z"/>
<glyph unicode=" " horiz-adv-x="468"/>
</font>
</defs>
<defs class="TextShapeIndex">
<g ooo:slide="id1" ooo:id-list="id3"/>
</defs>
<defs class="EmbeddedBulletChars">
<g id="bullet-char-template-57356" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
</g>
<g id="bullet-char-template-57354" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
</g>
<g id="bullet-char-template-10146" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
</g>
<g id="bullet-char-template-10132" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
</g>
<g id="bullet-char-template-10007" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
</g>
<g id="bullet-char-template-10004" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
</g>
<g id="bullet-char-template-9679" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
</g>
<g id="bullet-char-template-8226" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
</g>
<g id="bullet-char-template-8211" transform="scale(0.00048828125,-0.00048828125)">
<path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
</g>
<g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"/>
</g>
</defs>
<g>
<g id="id2" class="Master_Slide">
<g id="bg-id2" class="Background"/>
<g id="bo-id2" class="BackgroundObjects"/>
</g>
</g>
<g class="SlideGroup">
<g>
<g id="container-id1">
<g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
<g class="Page">
<g class="Graphic">
<g id="id3">
<rect class="BoundingBox" stroke="none" fill="none" x="0" y="0" width="19000" height="5673"/>
<defs>
<clipPath id="clip_path_1" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,5672 0,5672 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)"/>
<defs>
<clipPath id="clip_path_2" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,5672 0,5672 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_2)">
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 68,1569 L 9522,1569 9522,2349 68,2349 68,1569 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="32" stroke-linejoin="round" d="M 68,1569 L 9522,1569 9522,2349 68,2349 68,1569 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="252" y="2048"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">day</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="831" y="2048"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">-</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="949" y="2048"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">1</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_3" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,5672 0,5672 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_3)">
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 9522,1569 L 18976,1569 18976,2349 9522,2349 9522,1569 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="32" stroke-linejoin="round" d="M 9522,1569 L 18976,1569 18976,2349 9522,2349 9522,1569 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="9704" y="2048"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">day</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="10367" y="2048"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">of delivery</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_4" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,5672 0,5672 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_4)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="39" stroke-linejoin="round" d="M 65,1416 C 65,1201 160,1026 278,1026 L 2935,1026 C 3052,1026 3147,852 3147,636 3147,852 3242,1026 3360,1026 L 5895,1026 C 6012,1026 6107,1201 6107,1416"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-weight="400"><tspan class="TextPosition" x="656" y="496"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">time </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-weight="400"><tspan class="TextPosition" x="1476" y="496"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">window</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-weight="400"><tspan class="TextPosition" x="2831" y="496"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">day</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-weight="400"><tspan class="TextPosition" x="3397" y="496"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">-</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-weight="400"><tspan class="TextPosition" x="3515" y="496"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ahead</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-weight="400"><tspan class="TextPosition" x="4569" y="496"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">trading</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_5" clipPathUnits="userSpaceOnUse">
<path d="M 5717,2495 L 6498,2495 6498,3281 5717,3281 5717,2495 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_5)"/>
<defs>
<clipPath id="clip_path_6" clipPathUnits="userSpaceOnUse">
<path d="M 5717,2495 L 6498,2495 6498,3281 5717,3281 5717,2495 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_6)"/>
<defs>
<clipPath id="clip_path_7" clipPathUnits="userSpaceOnUse">
<path d="M 5717,2495 L 6498,2495 6498,3281 5717,3281 5717,2495 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_7)">
<path fill="rgb(233,81,32)" stroke="none" d="M 6112,3157 C 5967,3157 5848,3038 5848,2892 5848,2746 5967,2627 6112,2627 6256,2627 6375,2746 6375,2892 6375,3038 6256,3157 6112,3157 L 6112,3157 Z M 6112,2578 C 5939,2578 5799,2718 5799,2892 5799,3066 5939,3207 6112,3207 6284,3207 6424,3066 6424,2892 6424,2718 6284,2578 6112,2578 L 6112,2578 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6128,2727 L 6095,2727 6095,2892 C 6095,2897 6097,2901 6100,2904 L 6216,3020 6239,2997 6128,2886 6128,2727 6128,2727 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6128,2677 C 6128,2686 6121,2693 6112,2693 6102,2693 6095,2686 6095,2677 6095,2668 6102,2660 6112,2660 6121,2660 6128,2668 6128,2677 L 6128,2677 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6128,3107 C 6128,3117 6121,3124 6112,3124 6102,3124 6095,3117 6095,3107 6095,3098 6102,3091 6112,3091 6121,3091 6128,3098 6128,3107 L 6128,3107 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 5914,2892 C 5914,2901 5907,2909 5898,2909 5888,2909 5881,2901 5881,2892 5881,2883 5888,2876 5898,2876 5907,2876 5914,2883 5914,2892 L 5914,2892 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6342,2892 C 6342,2901 6335,2909 6325,2909 6316,2909 6309,2901 6309,2892 6309,2883 6316,2876 6325,2876 6335,2876 6342,2883 6342,2892 L 6342,2892 Z"/>
</g>
<g clip-path="url(#clip_path_6)"/>
<g clip-path="url(#clip_path_5)"/>
<g clip-path="url(#clip_path_1)"/>
<defs>
<clipPath id="clip_path_8" clipPathUnits="userSpaceOnUse">
<path d="M 7318,2495 L 8100,2495 8100,3281 7318,3281 7318,2495 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_8)"/>
<defs>
<clipPath id="clip_path_9" clipPathUnits="userSpaceOnUse">
<path d="M 7318,2495 L 8100,2495 8100,3281 7318,3281 7318,2495 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_9)"/>
<defs>
<clipPath id="clip_path_10" clipPathUnits="userSpaceOnUse">
<path d="M 7318,2495 L 8100,2495 8100,3281 7318,3281 7318,2495 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_10)">
<path fill="rgb(233,81,32)" stroke="none" d="M 7713,3157 C 7568,3157 7450,3038 7450,2892 7450,2746 7568,2627 7713,2627 7858,2627 7977,2746 7977,2892 7977,3038 7858,3157 7713,3157 L 7713,3157 Z M 7713,2578 C 7540,2578 7401,2718 7401,2892 7401,3066 7540,3207 7713,3207 7886,3207 8026,3066 8026,2892 8026,2718 7886,2578 7713,2578 L 7713,2578 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7730,2727 L 7697,2727 7697,2892 C 7697,2897 7698,2901 7702,2904 L 7818,3020 7841,2997 7730,2886 7730,2727 7730,2727 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7730,2677 C 7730,2686 7722,2693 7713,2693 7704,2693 7697,2686 7697,2677 7697,2668 7704,2660 7713,2660 7722,2660 7730,2668 7730,2677 L 7730,2677 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7730,3107 C 7730,3117 7722,3124 7713,3124 7704,3124 7697,3117 7697,3107 7697,3098 7704,3091 7713,3091 7722,3091 7730,3098 7730,3107 L 7730,3107 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7516,2892 C 7516,2901 7508,2909 7499,2909 7490,2909 7483,2901 7483,2892 7483,2883 7490,2876 7499,2876 7508,2876 7516,2883 7516,2892 L 7516,2892 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7944,2892 C 7944,2901 7936,2909 7927,2909 7918,2909 7911,2901 7911,2892 7911,2883 7918,2876 7927,2876 7936,2876 7944,2883 7944,2892 L 7944,2892 Z"/>
</g>
<g clip-path="url(#clip_path_9)"/>
<g clip-path="url(#clip_path_8)"/>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="5742" y="3631"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">USEF</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="5345" y="4060"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">day</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="5866" y="4060"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">-</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="5976" y="4060"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ahead</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="5788" y="4489"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">gate </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="5579" y="4918"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">closure</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="7108" y="3631"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">national</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="7102" y="4060"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">balacing</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="7200" y="4489"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">regime</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="7389" y="4918"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">gate </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="357px" font-weight="400"><tspan class="TextPosition" x="7180" y="5347"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">closure</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_11" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,5672 0,5672 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_11)">
<path fill="none" stroke="rgb(233,81,32)" stroke-width="65" stroke-linejoin="round" d="M 6107,2494 L 6107,1566"/>
<path fill="none" stroke="rgb(233,81,32)" stroke-width="65" stroke-linejoin="round" d="M 7709,2494 L 7709,1566"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="65" stroke-linejoin="round" d="M 6290,2066 L 7526,2066"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 6303,2164 L 6107,2066 6303,1968 6303,2164 Z"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 7513,1968 L 7708,2066 7513,2164 7513,1968 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="390px" font-weight="400"><tspan class="TextPosition" x="6707" y="1964"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">2h</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,525 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.2" width="189.99mm" height="80.8mm" viewBox="0 0 18999 8080" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xml:space="preserve">
<defs class="ClipPathGroup">
<clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
<rect x="0" y="0" width="18999" height="8080"/>
</clipPath>
<clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
<rect x="18" y="8" width="18962" height="8064"/>
</clipPath>
</defs>
<defs>
<font id="EmbeddedFont_1" horiz-adv-x="2048">
<font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1537" descent="501"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="y" horiz-adv-x="870" d="M 563,0 L 443,-331 C 439,-342 429,-350 413,-356 396,-361 371,-364 338,-364 321,-364 307,-363 296,-362 285,-360 277,-357 272,-353 266,-349 263,-344 262,-337 261,-330 263,-322 267,-313 L 391,0 C 385,3 379,7 374,13 369,19 365,25 363,32 L 42,892 C 37,906 34,917 34,925 34,933 37,939 42,944 47,949 56,952 68,954 80,955 96,956 116,956 136,956 152,956 163,955 174,954 183,952 190,949 197,946 202,943 205,938 208,933 211,926 214,917 L 471,195 474,195 722,921 C 726,934 731,942 737,946 742,949 751,952 762,954 773,955 790,956 811,956 830,956 845,955 857,954 869,952 878,949 884,944 889,939 892,933 892,925 892,917 890,907 886,895 L 563,0 Z"/>
<glyph unicode="u" horiz-adv-x="803" d="M 924,25 C 924,20 923,15 921,12 918,8 914,5 908,2 902,-1 894,-3 885,-4 875,-5 863,-6 849,-6 834,-6 821,-5 812,-4 802,-3 794,-1 789,2 783,5 779,8 777,12 775,15 774,20 774,25 L 774,144 C 723,87 672,46 622,20 572,-6 521,-19 470,-19 410,-19 360,-9 319,11 278,31 244,58 219,93 194,127 176,167 165,213 154,258 148,314 148,379 L 148,925 C 148,930 149,935 152,939 154,942 158,946 165,949 172,952 180,954 191,955 202,956 215,956 231,956 247,956 260,956 271,955 282,954 290,952 297,949 303,946 307,942 310,939 313,935 314,930 314,925 L 314,401 C 314,348 318,306 326,275 333,243 345,216 361,194 376,171 396,154 420,142 444,129 472,123 504,123 545,123 587,138 628,167 669,196 712,239 758,296 L 758,925 C 758,930 759,935 762,939 764,942 768,946 775,949 782,952 790,954 801,955 811,956 824,956 841,956 857,956 870,956 881,955 892,954 900,952 906,949 912,946 917,942 920,939 923,935 924,930 924,925 L 924,25 Z"/>
<glyph unicode="t" horiz-adv-x="636" d="M 621,91 C 621,72 620,56 617,45 614,34 610,25 605,20 600,15 592,10 581,5 570,0 558,-3 545,-7 531,-9 516,-12 501,-14 486,-16 470,-17 455,-17 408,-17 368,-11 335,2 302,14 274,33 253,58 232,83 216,114 207,153 197,191 192,236 192,288 L 192,814 66,814 C 56,814 48,819 42,830 36,841 33,858 33,882 33,895 34,905 36,914 37,923 39,930 42,936 45,941 48,945 53,948 57,950 62,951 67,951 L 192,951 192,1165 C 192,1170 193,1174 196,1178 198,1182 202,1186 209,1189 215,1192 223,1194 234,1195 245,1196 258,1197 274,1197 291,1197 304,1196 315,1195 326,1194 334,1192 340,1189 346,1186 350,1182 353,1178 356,1174 357,1170 357,1165 L 357,951 588,951 C 593,951 598,950 602,948 606,945 610,941 613,936 616,930 618,923 619,914 620,905 621,895 621,882 621,858 618,841 612,830 606,819 598,814 588,814 L 357,814 357,312 C 357,250 366,203 385,172 403,140 436,124 483,124 498,124 512,126 524,129 536,132 547,135 556,138 565,141 573,145 580,148 587,151 593,152 598,152 601,152 605,151 608,150 611,148 613,145 615,140 616,135 618,129 619,121 620,113 621,103 621,91 Z"/>
<glyph unicode="s" horiz-adv-x="669" d="M 718,270 C 718,224 710,183 693,147 676,111 651,81 620,56 589,31 551,13 508,0 465,-13 417,-19 365,-19 333,-19 303,-16 274,-12 245,-6 219,0 196,8 173,15 153,23 137,32 121,40 109,47 102,54 95,61 89,70 86,82 83,94 81,110 81,131 81,144 82,154 83,163 84,172 86,179 88,184 90,189 93,193 97,196 100,198 104,199 109,199 116,199 127,195 142,186 156,177 174,167 195,156 216,145 240,136 269,127 298,118 331,113 368,113 396,113 421,116 444,122 467,128 486,137 503,149 520,160 533,175 542,193 551,211 555,232 555,257 555,282 549,304 536,321 523,338 505,354 484,367 463,380 439,392 412,403 385,413 358,424 330,435 301,446 274,459 247,474 220,488 195,505 174,526 153,547 136,571 123,600 110,629 103,663 103,703 103,738 110,772 124,805 137,837 158,865 185,890 212,914 247,933 288,948 329,963 376,970 431,970 455,970 479,968 503,964 527,960 549,955 568,949 587,943 604,937 618,930 631,923 642,916 649,911 656,906 660,901 663,897 665,893 667,889 668,884 669,879 670,872 671,865 672,858 672,849 672,838 672,827 672,817 671,809 670,800 668,793 666,788 663,783 660,779 657,777 654,774 650,773 646,773 640,773 631,777 620,784 609,791 594,799 576,808 558,816 537,824 513,831 488,838 460,842 429,842 401,842 376,839 355,833 334,826 316,817 303,806 289,794 279,780 272,764 265,748 261,731 261,712 261,686 268,664 281,647 294,629 312,613 333,600 354,587 379,575 406,564 433,553 461,542 490,531 518,520 546,507 574,493 601,479 626,462 647,442 668,422 686,398 699,370 712,342 718,309 718,270 Z"/>
<glyph unicode="r" horiz-adv-x="569" d="M 679,866 C 679,852 679,839 678,829 677,819 676,811 674,806 672,800 670,796 667,793 664,790 659,788 654,788 649,788 642,790 635,793 627,796 618,799 609,802 599,805 588,807 576,810 564,813 551,814 537,814 520,814 504,811 488,804 472,797 455,786 438,771 420,756 401,735 382,710 363,685 341,654 318,617 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,794 C 327,830 350,859 372,881 393,903 414,921 433,934 452,947 472,956 491,961 510,966 529,968 548,968 557,968 567,968 578,968 589,968 600,967 612,964 624,961 635,958 645,955 654,952 661,948 665,945 669,942 672,938 673,935 674,932 676,928 677,924 678,919 678,912 679,903 679,894 679,882 679,866 Z"/>
<glyph unicode="p" horiz-adv-x="870" d="M 981,489 C 981,410 973,340 956,277 939,214 914,161 881,118 848,74 807,40 758,17 709,-7 654,-19 591,-19 564,-19 540,-16 517,-11 494,-6 472,3 451,14 429,25 407,40 386,57 365,74 342,95 318,118 L 318,-332 C 318,-337 317,-342 314,-346 311,-350 307,-353 301,-356 295,-359 287,-361 276,-362 265,-363 252,-364 235,-364 219,-364 206,-363 195,-362 184,-361 176,-359 170,-356 163,-353 159,-350 157,-346 154,-342 153,-337 153,-332 L 153,925 C 153,931 154,936 156,940 158,943 162,946 168,949 174,952 182,954 191,955 200,956 212,956 225,956 239,956 251,956 260,955 269,954 276,952 282,949 288,946 292,943 295,940 297,936 298,931 298,925 L 298,804 C 325,832 352,856 377,877 402,898 428,915 454,929 479,942 506,953 533,960 560,967 588,970 618,970 683,970 739,957 785,932 831,907 869,872 898,828 927,784 948,733 961,675 974,616 981,554 981,489 Z M 807,470 C 807,516 804,561 797,604 790,647 778,685 761,718 744,751 721,778 692,798 663,818 628,828 585,828 564,828 543,825 522,819 501,812 480,802 459,789 438,775 415,757 392,735 369,712 344,685 318,652 L 318,294 C 363,239 406,196 447,167 488,138 530,123 575,123 616,123 652,133 682,153 711,173 735,200 754,233 772,266 785,304 794,345 803,386 807,428 807,470 Z"/>
<glyph unicode="o" horiz-adv-x="937" d="M 990,485 C 990,412 980,344 961,283 942,221 913,168 875,123 836,78 788,44 731,19 673,-6 606,-19 530,-19 456,-19 392,-8 337,14 282,36 236,68 199,110 162,152 135,203 117,263 99,323 90,391 90,467 90,540 100,608 119,670 138,731 166,784 205,829 243,874 291,908 348,933 405,958 472,970 549,970 623,970 688,959 743,937 798,915 843,883 880,841 917,799 944,748 963,688 981,628 990,560 990,485 Z M 816,474 C 816,523 812,569 803,612 794,655 779,693 758,726 737,759 709,785 674,804 639,823 595,832 542,832 493,832 452,823 417,806 382,789 353,764 330,733 307,701 291,663 280,620 269,577 263,529 263,478 263,429 268,382 277,339 286,296 301,258 322,226 343,193 371,168 406,149 441,130 485,120 538,120 586,120 628,129 663,146 698,163 727,188 750,219 773,250 789,288 800,331 811,374 816,422 816,474 Z"/>
<glyph unicode="n" horiz-adv-x="803" d="M 928,25 C 928,20 927,15 924,12 921,8 917,5 911,2 905,-1 897,-3 886,-4 875,-5 862,-6 846,-6 829,-6 816,-5 805,-4 794,-3 786,-1 780,2 774,5 770,8 767,12 764,15 763,20 763,25 L 763,552 C 763,603 759,645 751,676 743,707 731,734 716,757 701,780 681,797 657,809 632,821 604,827 572,827 531,827 489,812 448,783 407,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,806 C 353,863 403,904 454,931 504,957 555,970 606,970 666,970 717,960 758,940 799,919 832,892 857,858 882,824 901,784 912,739 923,693 928,638 928,574 L 928,25 Z"/>
<glyph unicode="m" horiz-adv-x="1371" d="M 1488,25 C 1488,20 1487,15 1484,12 1481,8 1477,5 1471,2 1465,-1 1457,-3 1446,-4 1435,-5 1422,-6 1406,-6 1389,-6 1376,-5 1365,-4 1354,-3 1346,-1 1340,2 1333,5 1329,8 1326,12 1323,15 1322,20 1322,25 L 1322,572 C 1322,610 1319,645 1312,676 1305,707 1295,734 1280,757 1265,780 1247,797 1224,809 1201,821 1175,827 1144,827 1106,827 1068,812 1030,783 991,754 949,711 903,654 L 903,25 C 903,20 902,15 899,12 896,8 892,5 886,2 879,-1 871,-3 860,-4 849,-5 836,-6 820,-6 805,-6 792,-5 781,-4 770,-3 761,-1 755,2 748,5 744,8 742,12 739,15 738,20 738,25 L 738,572 C 738,610 734,645 727,676 720,707 709,734 694,757 679,780 661,797 639,809 616,821 590,827 559,827 521,827 483,812 444,783 405,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,806 C 353,863 402,904 450,931 497,957 545,970 594,970 631,970 665,966 695,957 724,948 750,936 773,921 796,905 815,886 831,865 847,843 860,819 871,792 901,825 930,852 957,875 984,898 1010,916 1035,930 1060,944 1084,954 1108,961 1131,967 1155,970 1179,970 1237,970 1286,960 1325,940 1364,919 1396,892 1421,858 1445,824 1462,784 1473,739 1483,693 1488,645 1488,594 L 1488,25 Z"/>
<glyph unicode="l" horiz-adv-x="201" d="M 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,25 Z"/>
<glyph unicode="i" horiz-adv-x="269" d="M 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,934 157,938 159,942 163,945 170,948 176,951 184,953 195,954 206,955 219,956 235,956 252,956 265,955 276,954 287,953 295,951 301,948 307,945 311,942 314,938 317,934 318,930 318,925 L 318,25 Z M 337,1229 C 337,1190 330,1164 315,1150 300,1136 273,1129 234,1129 195,1129 169,1136 155,1150 140,1163 133,1189 133,1227 133,1266 140,1292 155,1306 170,1320 197,1327 236,1327 275,1327 301,1320 316,1307 330,1293 337,1267 337,1229 Z"/>
<glyph unicode="h" horiz-adv-x="803" d="M 928,25 C 928,20 927,15 924,12 921,8 917,5 911,2 905,-1 897,-3 886,-4 875,-5 862,-6 846,-6 829,-6 816,-5 805,-4 794,-3 786,-1 780,2 774,5 770,8 767,12 764,15 763,20 763,25 L 763,552 C 763,603 759,645 751,676 743,707 731,734 716,757 701,780 681,797 657,809 632,821 604,827 572,827 531,827 489,812 448,783 407,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,822 C 365,872 413,909 461,934 509,958 557,970 606,970 666,970 717,960 758,940 799,919 832,892 857,858 882,824 901,784 912,739 923,693 928,638 928,573 L 928,25 Z"/>
<glyph unicode="g" horiz-adv-x="870" d="M 905,884 C 905,861 902,844 896,834 889,823 881,818 871,818 L 742,818 C 765,794 782,768 791,739 800,710 805,679 805,648 805,596 797,550 780,510 763,470 740,436 709,409 678,381 641,360 598,345 555,330 508,323 456,323 419,323 385,328 352,338 319,347 293,359 275,374 263,362 253,348 246,333 238,318 234,300 234,280 234,257 245,237 267,222 288,207 317,198 353,197 L 588,187 C 633,186 674,180 711,169 748,158 781,142 808,122 835,101 857,76 872,47 887,17 895,-18 895,-57 895,-98 886,-138 869,-175 852,-212 825,-245 790,-274 754,-302 708,-324 653,-341 598,-357 532,-365 457,-365 384,-365 323,-359 272,-347 221,-334 179,-317 146,-296 113,-275 90,-249 75,-220 60,-190 53,-158 53,-123 53,-101 56,-80 61,-59 66,-38 75,-19 86,0 97,19 110,37 127,54 143,71 162,87 183,104 150,121 126,142 111,167 95,192 87,220 87,249 87,290 95,326 112,358 129,390 149,419 174,444 153,469 137,497 125,528 113,559 107,596 107,640 107,691 116,737 133,778 150,819 174,853 205,881 236,909 273,931 316,946 359,961 405,968 456,968 483,968 509,967 533,964 556,961 578,956 599,951 L 871,951 C 882,951 891,946 897,935 902,924 905,907 905,884 Z M 647,647 C 647,708 630,756 597,791 563,825 515,842 453,842 421,842 393,837 370,826 346,815 326,801 311,782 295,763 283,742 276,718 268,693 264,668 264,641 264,582 281,535 315,501 348,467 395,450 456,450 489,450 517,455 541,466 565,476 585,490 601,509 616,527 628,548 636,572 643,596 647,621 647,647 Z M 730,-66 C 730,-27 714,3 683,24 651,45 608,56 554,57 L 321,65 C 300,48 282,33 269,18 255,3 244,-12 236,-26 228,-39 223,-53 220,-66 217,-79 215,-93 215,-107 215,-150 237,-183 281,-206 325,-228 386,-239 465,-239 515,-239 557,-234 591,-225 624,-215 651,-202 672,-186 693,-170 708,-152 717,-131 726,-110 730,-89 730,-66 Z"/>
<glyph unicode="f" horiz-adv-x="636" d="M 646,1295 C 646,1282 645,1272 644,1265 643,1257 641,1251 640,1246 638,1241 636,1238 633,1237 630,1235 627,1234 623,1234 618,1234 613,1236 606,1239 599,1242 590,1245 580,1249 570,1252 558,1256 545,1259 531,1262 515,1263 497,1263 472,1263 451,1259 434,1251 417,1243 403,1231 392,1214 381,1197 374,1175 369,1148 364,1121 362,1088 362,1049 L 362,951 563,951 C 568,951 573,950 577,948 580,945 584,941 587,936 590,930 592,923 594,914 595,905 596,895 596,882 596,858 593,841 587,830 581,819 573,814 563,814 L 362,814 362,25 C 362,20 361,15 358,12 355,8 351,5 345,2 338,-1 330,-3 319,-4 308,-5 295,-6 279,-6 263,-6 250,-5 239,-4 228,-3 220,-1 214,2 207,5 203,8 200,12 197,15 196,20 196,25 L 196,814 69,814 C 58,814 50,819 45,830 40,841 37,858 37,882 37,895 38,905 39,914 40,923 42,930 45,936 48,941 51,945 55,948 59,950 64,951 69,951 L 196,951 196,1044 C 196,1107 202,1161 214,1206 225,1251 243,1287 267,1316 291,1345 321,1366 358,1380 394,1393 437,1400 486,1400 509,1400 532,1398 554,1394 576,1389 593,1385 605,1380 617,1375 625,1370 629,1366 633,1362 636,1357 639,1351 642,1344 644,1337 645,1328 646,1319 646,1308 646,1295 Z"/>
<glyph unicode="e" horiz-adv-x="870" d="M 921,514 C 921,488 915,470 902,459 889,448 874,442 857,442 L 267,442 C 267,392 272,347 282,307 292,267 309,233 332,204 355,175 386,153 423,138 460,123 506,115 560,115 603,115 641,119 674,126 707,133 736,140 761,149 785,158 805,166 821,173 836,180 848,183 856,183 861,183 865,182 869,180 872,177 875,174 877,169 879,164 881,158 882,150 883,141 883,131 883,119 883,110 883,103 882,97 881,90 881,85 880,80 879,75 877,70 875,66 872,62 869,58 866,55 862,51 851,45 833,37 815,28 792,20 763,12 734,4 701,-3 664,-10 626,-16 586,-19 543,-19 469,-19 404,-9 349,12 293,33 246,63 208,104 170,145 141,196 122,257 103,318 93,390 93,471 93,548 103,618 123,680 143,741 172,794 210,837 247,880 293,913 346,936 399,959 459,970 525,970 596,970 656,959 706,936 755,913 796,883 828,845 860,806 884,761 899,710 914,658 921,603 921,544 L 921,514 Z M 755,563 C 757,650 738,718 698,767 657,816 597,841 518,841 477,841 442,833 411,818 380,803 355,782 334,757 313,732 297,702 286,669 275,635 268,600 267,563 L 755,563 Z"/>
<glyph unicode="d" horiz-adv-x="870" d="M 924,25 C 924,20 923,15 921,11 918,7 914,4 909,2 903,-1 895,-3 886,-4 877,-5 865,-6 852,-6 838,-6 826,-5 817,-4 808,-3 800,-1 794,2 788,4 784,7 781,11 778,15 777,20 777,25 L 777,144 C 730,93 681,53 630,24 579,-5 523,-19 462,-19 396,-19 340,-6 293,20 246,45 209,80 180,124 151,167 129,219 116,278 103,337 96,399 96,464 96,541 104,611 121,674 138,736 162,789 195,833 228,877 268,911 317,935 365,958 421,970 484,970 537,970 585,959 629,936 672,913 715,879 758,834 L 758,1357 C 758,1362 759,1366 762,1371 764,1375 768,1378 775,1381 782,1383 790,1385 801,1387 811,1388 824,1389 840,1389 857,1389 870,1388 881,1387 892,1385 900,1383 906,1381 912,1378 917,1375 920,1371 923,1366 924,1362 924,1357 L 924,25 Z M 758,658 C 713,713 670,756 629,785 587,814 543,828 498,828 456,828 420,818 391,798 362,778 338,752 320,719 301,686 288,649 280,608 271,567 267,525 267,482 267,437 271,392 278,349 285,306 297,267 314,234 331,200 354,173 383,153 412,132 448,122 491,122 513,122 534,125 555,131 575,137 596,147 617,161 638,175 661,193 684,216 707,238 732,265 758,298 L 758,658 Z"/>
<glyph unicode="c" horiz-adv-x="736" d="M 800,162 C 800,151 800,141 799,133 798,124 797,117 796,112 794,106 792,101 790,97 787,92 782,86 774,78 765,69 751,59 731,47 711,34 689,23 664,14 639,4 611,-4 582,-10 553,-16 522,-19 491,-19 426,-19 369,-8 319,13 269,34 227,66 194,107 160,148 134,198 117,258 99,317 90,386 90,464 90,553 101,629 123,693 144,756 174,808 212,849 249,890 294,920 345,940 396,959 451,969 510,969 539,969 567,966 594,961 621,956 645,949 668,940 691,931 711,921 729,910 746,899 759,889 767,881 775,873 781,867 784,862 787,857 789,852 791,846 793,839 794,832 795,824 796,816 796,806 796,794 796,768 793,750 787,740 781,729 774,724 765,724 755,724 744,730 731,741 718,752 701,764 681,777 661,790 637,803 609,814 580,825 547,830 508,830 429,830 368,800 326,739 283,678 262,589 262,473 262,415 268,364 279,321 290,277 306,240 327,211 348,182 375,160 406,146 437,131 472,124 512,124 550,124 583,130 612,142 641,154 666,167 687,182 708,196 725,209 740,221 754,232 765,238 773,238 778,238 782,237 785,234 788,231 791,227 794,221 796,214 798,206 799,197 800,187 800,175 800,162 Z"/>
<glyph unicode="a" horiz-adv-x="770" d="M 831,24 C 831,16 828,10 823,6 818,2 810,-1 801,-3 792,-5 778,-6 760,-6 743,-6 729,-5 719,-3 708,-1 701,2 696,6 691,10 689,16 689,24 L 689,114 C 650,72 606,39 558,16 509,-7 458,-19 404,-19 357,-19 314,-13 276,-1 237,12 205,30 178,53 151,76 130,105 115,139 100,173 92,212 92,255 92,306 102,350 123,387 144,424 173,455 212,480 251,505 298,523 354,536 410,548 473,554 543,554 L 667,554 667,624 C 667,659 663,689 656,716 649,743 637,765 621,783 604,800 583,814 557,823 531,832 499,836 461,836 420,836 384,831 352,822 319,812 291,801 267,790 242,778 222,767 206,758 189,748 177,743 169,743 164,743 159,744 155,747 151,750 148,754 145,759 142,764 139,771 138,780 137,788 136,797 136,807 136,824 137,837 140,847 142,856 148,865 157,874 166,883 181,893 203,905 225,916 250,927 279,937 308,946 339,954 373,961 407,967 441,970 476,970 541,970 596,963 641,948 686,933 723,912 751,884 779,855 799,820 812,778 825,736 831,687 831,631 L 831,24 Z M 667,435 L 526,435 C 481,435 441,431 408,424 375,416 347,405 325,390 303,375 287,357 277,336 266,315 261,290 261,263 261,216 276,179 306,152 335,124 377,110 430,110 473,110 514,121 551,143 588,165 626,199 667,244 L 667,435 Z"/>
<glyph unicode="S" horiz-adv-x="803" d="M 867,363 C 867,302 856,248 834,201 811,154 780,114 741,81 701,48 654,23 601,6 547,-11 489,-19 427,-19 384,-19 344,-15 307,-8 270,-1 237,8 208,19 179,30 154,41 135,52 115,63 101,73 94,81 86,89 80,99 77,112 73,124 71,140 71,161 71,176 72,188 73,198 74,207 76,215 79,221 82,227 85,231 89,234 93,236 98,237 103,237 112,237 126,231 143,220 160,209 181,196 208,183 235,170 267,157 305,146 342,134 386,128 435,128 472,128 507,133 538,143 569,153 595,167 618,186 640,204 657,226 669,253 681,280 687,310 687,344 687,381 679,412 662,438 645,464 623,487 596,507 569,526 538,544 503,561 468,577 432,594 395,611 358,628 323,646 288,667 253,688 222,712 195,740 168,768 146,801 129,839 112,876 103,921 103,974 103,1028 113,1076 133,1119 152,1161 180,1196 215,1225 250,1254 291,1276 340,1291 388,1306 440,1313 496,1313 525,1313 554,1311 583,1306 612,1301 639,1294 665,1286 690,1277 713,1268 733,1258 753,1247 766,1239 773,1233 779,1226 783,1221 785,1218 787,1214 789,1209 790,1204 791,1198 792,1191 793,1183 794,1175 794,1165 794,1152 794,1140 794,1129 793,1120 792,1111 790,1103 788,1097 786,1090 783,1086 780,1083 776,1080 772,1078 767,1078 760,1078 748,1083 733,1092 717,1101 698,1112 675,1124 652,1135 626,1146 595,1156 564,1165 529,1170 490,1170 454,1170 423,1165 396,1156 369,1146 347,1133 330,1117 313,1101 300,1082 291,1060 282,1038 278,1015 278,990 278,954 286,923 303,897 320,871 342,848 370,828 397,808 429,790 464,773 499,756 535,740 572,723 609,706 645,687 680,667 715,646 747,622 775,595 802,567 825,534 842,497 859,459 867,414 867,363 Z"/>
<glyph unicode="P" horiz-adv-x="803" d="M 967,915 C 967,850 956,792 935,740 914,688 883,644 844,607 804,570 755,542 698,522 640,502 571,492 491,492 L 344,492 344,26 C 344,21 343,16 340,12 337,8 332,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 241,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1220 C 172,1247 179,1266 193,1277 207,1288 223,1294 240,1294 L 517,1294 C 545,1294 572,1293 598,1291 623,1288 654,1283 689,1276 724,1268 759,1254 796,1233 832,1212 863,1186 888,1155 913,1124 933,1089 947,1049 960,1008 967,964 967,915 Z M 786,901 C 786,954 776,998 757,1033 737,1068 713,1095 684,1112 655,1129 625,1140 594,1145 563,1150 532,1152 503,1152 L 344,1152 344,633 499,633 C 551,633 594,640 629,653 663,666 692,685 715,709 738,732 756,761 768,794 780,827 786,862 786,901 Z"/>
<glyph unicode="I" horiz-adv-x="202" d="M 344,26 C 344,21 343,16 340,12 337,8 333,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 242,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1268 C 172,1273 174,1278 177,1282 180,1286 185,1289 192,1292 199,1294 208,1296 219,1298 230,1299 243,1300 258,1300 275,1300 289,1299 300,1298 311,1296 319,1294 326,1292 333,1289 337,1286 340,1282 343,1278 344,1273 344,1268 L 344,26 Z"/>
<glyph unicode=":" horiz-adv-x="235" d="M 397,800 C 397,779 396,761 393,746 390,731 384,720 376,711 367,702 356,695 343,692 330,688 313,686 292,686 271,686 253,688 240,692 227,695 216,702 208,711 200,720 195,731 192,746 189,761 187,779 187,800 187,823 189,842 192,857 195,872 200,884 208,893 216,902 227,908 240,912 253,915 271,917 292,917 313,917 330,915 343,912 356,908 367,902 376,893 384,884 390,872 393,857 396,842 397,823 397,800 Z M 397,106 C 397,84 396,66 393,51 390,36 384,25 376,16 367,7 356,0 343,-4 330,-7 313,-9 292,-9 271,-9 253,-7 240,-4 227,0 216,7 208,16 200,25 195,36 192,51 189,66 187,84 187,106 187,128 189,147 192,162 195,177 200,188 208,197 216,206 227,212 240,216 253,220 271,222 292,222 313,222 330,220 343,216 356,212 367,206 376,197 384,188 390,177 393,162 396,147 397,128 397,106 Z"/>
<glyph unicode="9" horiz-adv-x="870" d="M 934,698 C 934,642 931,585 924,528 917,471 906,416 890,363 874,310 853,260 826,214 799,167 765,127 724,92 683,57 634,30 578,11 521,-9 456,-19 381,-19 352,-19 325,-17 298,-14 271,-10 246,-5 225,0 203,5 185,11 170,17 155,23 145,29 138,35 131,41 127,49 124,60 121,70 119,84 119,101 119,116 120,127 121,136 122,145 123,151 125,156 127,161 130,164 134,166 137,167 142,168 147,168 154,168 165,166 178,161 191,156 208,150 229,144 249,138 273,133 300,128 327,123 358,120 392,120 457,120 512,133 559,158 605,183 643,216 672,258 701,300 723,349 738,404 753,459 761,518 762,579 727,558 684,540 635,524 586,508 529,500 465,500 393,500 333,510 284,530 235,549 195,576 166,610 136,644 115,684 102,731 89,778 82,829 82,884 82,941 90,996 107,1048 124,1099 150,1145 185,1184 220,1223 265,1255 320,1278 375,1301 440,1313 516,1313 570,1313 618,1306 660,1293 701,1279 737,1259 768,1234 799,1208 825,1177 846,1141 867,1104 885,1063 898,1017 911,971 920,921 926,868 931,814 934,757 934,698 Z M 759,717 C 759,802 753,874 742,933 731,991 714,1038 692,1074 670,1110 643,1136 611,1152 579,1168 542,1176 500,1176 457,1176 420,1168 389,1153 358,1137 333,1116 314,1090 294,1063 279,1033 270,1000 261,967 256,932 256,897 256,858 260,822 269,789 277,756 290,729 309,706 328,683 352,666 382,654 412,641 449,635 493,635 543,635 591,643 638,658 685,673 725,692 759,717 Z"/>
<glyph unicode="6" horiz-adv-x="870" d="M 957,419 C 957,362 948,308 931,255 914,202 887,155 851,115 815,74 769,42 714,18 659,-7 593,-19 518,-19 464,-19 416,-12 375,1 334,14 298,33 267,58 236,83 211,113 191,149 170,185 154,226 142,272 129,318 120,368 115,423 110,478 107,536 107,599 107,654 110,710 116,767 122,824 133,878 148,931 163,984 184,1033 211,1080 237,1126 270,1166 310,1201 349,1235 397,1262 452,1282 507,1302 572,1312 645,1312 670,1312 695,1311 720,1308 745,1305 769,1301 790,1296 811,1291 829,1285 844,1279 859,1273 868,1268 873,1265 878,1261 881,1257 884,1253 886,1248 888,1244 889,1239 890,1234 891,1228 892,1222 893,1215 893,1207 893,1198 893,1186 893,1176 893,1167 892,1158 891,1151 889,1146 886,1141 883,1137 880,1134 876,1131 871,1130 865,1130 858,1130 848,1132 835,1137 822,1142 807,1147 789,1153 771,1158 749,1163 724,1168 698,1173 668,1175 634,1175 572,1175 519,1162 474,1137 429,1112 393,1078 365,1035 336,992 315,943 302,887 288,830 280,771 278,710 295,720 315,730 337,740 358,750 382,759 408,767 433,775 460,782 489,787 518,792 548,794 581,794 651,794 710,785 758,766 806,747 845,720 875,687 904,653 925,613 938,568 951,522 957,472 957,419 Z M 783,403 C 783,442 779,477 772,509 764,540 751,567 733,589 715,611 691,628 661,640 631,652 594,658 550,658 525,658 501,656 476,652 451,647 428,641 405,634 382,626 360,617 339,607 318,596 298,585 281,573 281,487 287,415 298,357 309,299 325,253 346,218 367,183 393,158 424,143 455,128 492,120 534,120 577,120 614,128 645,144 676,160 702,182 723,209 744,236 759,266 769,300 778,333 783,368 783,403 Z"/>
<glyph unicode="5" horiz-adv-x="837" d="M 918,415 C 918,346 906,285 883,231 860,177 827,131 784,94 741,57 691,29 632,10 573,-9 507,-19 435,-19 395,-19 357,-16 321,-11 285,-5 253,2 225,11 197,19 174,27 156,35 138,43 127,49 122,54 117,59 113,63 111,67 109,71 107,76 106,82 104,87 103,94 102,103 101,112 101,122 101,134 101,145 102,156 103,165 104,174 105,181 108,187 111,192 114,196 118,199 121,202 125,203 130,203 137,203 147,199 161,191 175,182 194,173 218,164 241,154 271,145 306,136 341,127 382,123 430,123 475,123 516,128 553,139 590,150 623,166 650,189 677,212 698,240 713,275 728,309 736,351 736,400 736,441 730,478 717,510 704,541 684,568 657,589 630,610 595,625 554,636 513,646 463,651 406,651 365,651 330,649 301,645 272,641 244,639 219,639 200,639 187,643 179,652 171,661 167,677 167,702 L 167,1229 C 167,1251 172,1267 183,1278 193,1289 208,1294 227,1294 L 800,1294 C 805,1294 811,1293 816,1290 821,1287 825,1282 828,1276 831,1270 834,1262 836,1253 837,1244 838,1233 838,1220 838,1196 835,1177 828,1164 821,1151 812,1144 800,1144 L 317,1144 317,781 C 340,785 364,787 389,787 413,787 441,787 473,787 547,787 612,778 667,761 722,743 769,718 806,686 843,653 871,614 890,568 909,522 918,471 918,415 Z"/>
<glyph unicode="3" horiz-adv-x="837" d="M 914,370 C 914,311 904,257 883,210 862,162 833,121 794,87 755,53 708,27 651,9 594,-10 530,-19 459,-19 416,-19 375,-15 338,-9 300,-1 266,7 237,17 208,26 183,36 164,47 145,57 133,64 128,69 123,74 119,78 116,83 113,88 111,93 109,100 107,107 106,115 105,125 104,134 103,146 103,160 103,184 105,201 110,210 115,219 121,224 130,224 136,224 148,219 166,208 183,197 206,186 234,174 261,161 294,150 331,139 368,128 409,123 454,123 498,123 537,129 570,140 603,151 631,167 654,188 677,209 694,233 705,262 716,290 722,321 722,354 722,391 715,424 701,453 686,482 665,508 638,529 610,550 576,567 536,578 495,589 449,595 398,595 L 275,595 C 270,595 265,596 260,599 255,601 250,605 247,610 243,615 240,622 238,631 235,640 234,651 234,665 234,678 235,688 237,697 239,705 242,712 246,717 249,722 253,725 258,728 263,730 268,731 274,731 L 387,731 C 431,731 471,737 506,748 541,759 570,776 595,797 619,818 638,844 651,874 664,903 670,936 670,973 670,1000 666,1025 657,1050 648,1074 635,1095 618,1113 601,1131 579,1145 552,1156 525,1166 493,1171 458,1171 419,1171 384,1165 352,1154 319,1142 290,1129 265,1116 240,1103 219,1090 202,1079 185,1067 174,1061 167,1061 162,1061 158,1062 155,1064 151,1065 148,1069 146,1074 143,1079 142,1086 141,1095 140,1104 139,1115 139,1130 139,1140 139,1149 140,1157 141,1164 142,1171 144,1177 146,1182 148,1187 151,1192 154,1197 158,1202 165,1209 171,1215 184,1224 203,1236 222,1248 246,1260 275,1272 303,1283 336,1293 373,1301 410,1309 449,1313 492,1313 552,1313 605,1305 650,1290 695,1275 733,1253 764,1225 794,1197 817,1164 832,1125 847,1086 854,1042 854,995 854,954 849,917 838,882 827,847 812,816 791,789 770,762 745,739 715,720 685,701 650,687 611,680 L 611,678 C 656,673 697,662 734,645 771,627 802,605 829,578 856,551 877,520 892,485 907,449 914,411 914,370 Z"/>
<glyph unicode="1" horiz-adv-x="770" d="M 927,68 C 927,55 926,45 924,36 922,27 919,20 916,15 913,10 909,6 905,4 900,1 896,0 891,0 L 215,0 C 210,0 206,1 202,4 198,6 194,10 191,15 187,20 184,27 182,36 180,45 179,55 179,68 179,80 180,90 182,99 184,108 187,115 190,121 193,126 196,131 201,134 205,137 210,138 215,138 L 485,138 485,1122 235,973 C 222,966 212,962 205,961 197,960 191,961 186,966 181,970 178,977 177,987 175,997 174,1010 174,1025 174,1036 175,1046 176,1054 177,1062 178,1069 180,1074 182,1079 185,1084 189,1088 192,1092 197,1096 203,1100 L 501,1291 C 504,1293 507,1295 511,1296 515,1297 520,1299 526,1300 532,1301 539,1302 547,1302 555,1302 565,1302 577,1302 593,1302 606,1301 617,1300 628,1299 636,1297 642,1295 648,1293 652,1290 654,1286 656,1283 657,1279 657,1275 L 657,138 891,138 C 896,138 901,137 906,134 911,131 915,126 918,121 921,115 923,108 925,99 926,90 927,80 927,68 Z"/>
<glyph unicode="0" horiz-adv-x="903" d="M 967,650 C 967,551 959,460 944,378 928,296 902,226 866,167 829,108 782,62 723,30 664,-3 592,-19 506,-19 425,-19 356,-4 301,25 245,54 200,96 166,153 132,209 108,278 94,361 79,443 72,537 72,644 72,743 80,833 96,916 112,998 138,1069 174,1128 210,1187 257,1232 316,1265 375,1297 447,1313 532,1313 614,1313 683,1299 739,1270 794,1241 839,1198 873,1142 907,1085 931,1016 946,934 960,851 967,757 967,650 Z M 791,638 C 791,703 789,761 784,812 779,863 773,909 764,948 755,987 743,1021 729,1050 714,1078 697,1101 677,1120 657,1138 634,1151 609,1160 583,1168 554,1172 522,1172 465,1172 419,1159 384,1132 349,1105 321,1069 301,1022 280,975 266,921 259,858 252,795 248,728 248,656 248,559 253,477 263,410 273,342 289,287 311,244 332,201 360,170 394,151 427,132 468,122 516,122 553,122 586,128 615,140 643,152 667,169 688,192 708,214 725,241 738,272 751,303 762,338 770,376 778,414 784,455 787,500 790,544 791,590 791,638 Z"/>
<glyph unicode="." horiz-adv-x="235" d="M 366,109 C 366,62 358,30 343,15 327,-1 298,-9 257,-9 217,-9 189,-1 174,14 159,29 151,60 151,106 151,153 159,185 175,201 190,216 219,224 260,224 300,224 328,216 343,201 358,186 366,155 366,109 Z"/>
<glyph unicode="," horiz-adv-x="369" d="M 371,143 C 371,122 370,103 368,86 366,69 363,52 358,37 353,22 347,7 340,-9 332,-23 322,-39 311,-56 L 174,-262 C 171,-267 167,-271 163,-274 158,-277 153,-280 147,-283 140,-286 133,-287 125,-289 116,-289 106,-290 93,-290 82,-290 72,-289 65,-289 57,-287 51,-286 48,-284 45,-281 43,-278 43,-274 42,-270 43,-265 46,-260 L 179,15 179,143 C 179,161 181,175 185,186 188,197 194,205 202,210 210,215 220,219 232,221 244,223 259,224 276,224 293,224 307,223 319,221 331,219 341,215 349,210 356,205 362,197 366,186 369,175 371,161 371,143 Z"/>
<glyph unicode=" " horiz-adv-x="468"/>
</font>
</defs>
<defs>
<font id="EmbeddedFont_2" horiz-adv-x="2048">
<font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="italic" ascent="1537" descent="501"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="S" horiz-adv-x="937" d="M 921,1196 C 921,1191 921,1185 920,1178 919,1171 918,1163 917,1156 915,1148 913,1140 911,1132 908,1123 905,1116 902,1110 899,1103 895,1098 891,1094 886,1090 881,1088 876,1088 869,1088 859,1092 846,1101 833,1110 816,1119 796,1129 775,1138 751,1147 723,1156 695,1165 663,1169 626,1169 585,1169 550,1163 519,1151 488,1138 463,1122 442,1101 421,1080 406,1056 396,1029 385,1002 380,975 380,946 380,917 387,891 400,869 413,847 430,827 451,809 472,791 496,774 523,758 550,742 577,726 605,709 633,692 661,675 688,656 715,637 740,615 761,590 782,565 799,536 812,504 825,471 831,434 831,391 831,334 819,281 796,232 773,182 740,139 697,102 654,65 602,35 541,14 480,-8 413,-19 338,-19 297,-19 260,-15 225,-9 190,-1 158,7 130,18 102,28 78,39 59,50 40,61 26,70 17,79 8,88 4,100 4,117 4,121 5,127 6,134 7,141 8,149 10,158 12,167 14,175 17,184 19,192 22,200 26,207 29,214 33,219 38,224 42,228 47,230 53,230 64,230 77,225 93,214 109,203 129,192 153,180 176,167 204,156 237,145 270,134 308,129 352,129 399,129 440,136 477,149 514,162 545,179 570,202 595,224 614,250 627,280 640,310 647,342 647,376 647,406 641,432 628,455 615,477 599,497 578,515 557,533 534,550 507,565 480,580 452,596 425,613 397,630 370,648 343,667 316,686 293,708 272,733 251,758 235,786 222,819 209,851 202,889 202,932 202,985 212,1034 233,1080 254,1126 283,1166 321,1201 359,1236 405,1263 459,1283 513,1303 573,1313 640,1313 672,1313 703,1310 732,1305 761,1300 787,1293 810,1286 833,1278 853,1270 870,1261 887,1252 898,1244 904,1238 910,1232 914,1226 917,1220 920,1213 921,1205 921,1196 Z"/>
<glyph unicode="P" horiz-adv-x="1003" d="M 1064,990 C 1064,955 1060,918 1052,879 1043,840 1030,803 1012,766 994,729 971,694 944,661 916,628 882,598 843,573 804,548 759,528 708,514 657,499 596,492 527,492 L 349,492 256,25 C 255,20 252,16 249,12 246,8 240,5 233,3 225,0 216,-2 205,-4 194,-5 180,-6 163,-6 148,-6 135,-5 124,-4 113,-3 105,-1 99,2 92,4 88,7 86,11 83,15 83,20 84,25 L 322,1220 C 327,1247 338,1266 355,1277 372,1288 391,1294 413,1294 L 668,1294 C 701,1294 731,1293 757,1291 782,1288 807,1284 831,1279 867,1271 900,1259 929,1242 958,1225 982,1205 1002,1181 1022,1156 1037,1128 1048,1096 1059,1064 1064,1029 1064,990 Z M 882,972 C 882,1013 872,1049 852,1079 831,1108 800,1129 757,1141 741,1146 723,1149 704,1150 685,1151 664,1152 642,1152 L 480,1152 378,633 541,633 C 588,633 628,638 661,649 694,660 722,674 747,691 772,708 793,729 810,752 827,775 840,800 851,825 862,850 870,875 875,901 880,926 882,950 882,972 Z"/>
<glyph unicode="I" horiz-adv-x="469" d="M 256,25 C 255,20 253,16 250,12 246,8 240,5 233,3 226,0 216,-2 205,-4 194,-5 180,-6 164,-6 147,-6 133,-5 122,-4 111,-2 103,0 97,3 91,5 87,8 85,12 83,16 83,20 84,25 L 332,1269 C 333,1274 335,1278 340,1282 344,1286 350,1289 357,1292 364,1294 374,1296 385,1298 396,1299 409,1300 425,1300 441,1300 454,1299 465,1298 476,1296 484,1294 491,1292 497,1289 501,1286 503,1282 505,1278 505,1274 504,1269 L 256,25 Z"/>
<glyph unicode="9" horiz-adv-x="971" d="M 157,780 C 157,817 161,856 169,897 177,938 190,978 207,1017 224,1056 245,1094 272,1130 299,1165 331,1197 370,1224 409,1251 453,1273 504,1289 554,1305 611,1313 675,1313 736,1313 787,1304 829,1287 870,1269 904,1244 931,1213 958,1182 977,1144 989,1101 1000,1057 1006,1009 1006,958 1006,932 1005,898 1002,857 999,815 993,769 985,718 976,667 964,614 949,558 934,501 914,446 889,391 864,336 835,284 800,235 765,186 723,142 675,105 627,67 572,37 509,15 446,-8 375,-19 296,-19 274,-19 253,-18 233,-16 212,-14 193,-11 175,-8 157,-4 140,0 124,5 108,10 94,14 81,19 66,26 55,32 50,39 44,46 41,55 41,67 41,70 41,76 42,83 43,90 44,97 45,104 46,111 48,119 51,126 53,133 56,140 59,146 62,152 65,157 70,161 74,164 79,166 85,166 92,166 102,164 115,159 127,154 142,149 161,143 180,137 202,132 227,127 252,122 281,120 314,120 381,120 440,132 491,157 542,181 586,214 624,256 661,297 693,346 719,401 744,456 765,515 781,577 742,556 697,538 647,523 597,508 540,500 477,500 420,500 371,507 330,522 289,536 256,556 231,581 205,606 186,636 175,670 163,704 157,741 157,780 Z M 332,802 C 332,777 335,755 342,734 349,713 360,696 375,681 390,666 410,655 435,647 459,639 488,635 523,635 548,635 573,637 599,642 624,646 649,652 674,660 698,667 721,676 744,686 767,696 788,707 808,719 817,765 823,807 828,845 832,883 834,917 834,946 834,1028 818,1087 786,1123 753,1158 706,1176 645,1176 610,1176 577,1171 548,1160 519,1149 493,1133 470,1114 447,1095 426,1073 409,1048 392,1023 377,996 366,968 355,940 346,912 341,884 335,855 332,828 332,802 Z"/>
<glyph unicode="6" horiz-adv-x="970" d="M 956,514 C 956,477 952,439 944,398 935,357 923,316 906,277 889,238 867,200 840,165 813,129 781,97 742,70 703,43 659,21 609,5 558,-11 501,-19 437,-19 376,-19 325,-10 284,8 242,25 208,50 181,81 154,112 135,150 124,194 112,237 106,285 106,337 106,363 108,397 111,438 114,479 120,526 129,577 137,628 149,681 164,737 179,792 198,847 223,902 247,956 276,1008 310,1058 344,1107 384,1151 431,1189 477,1226 530,1256 591,1279 651,1301 719,1312 794,1312 837,1312 877,1309 912,1302 947,1295 977,1287 1002,1278 1018,1271 1029,1265 1035,1258 1040,1251 1043,1241 1043,1229 1043,1224 1043,1219 1042,1213 1041,1206 1040,1199 1039,1192 1038,1185 1036,1177 1034,1170 1031,1163 1029,1156 1026,1150 1023,1144 1019,1139 1015,1136 1010,1132 1005,1130 999,1130 992,1130 983,1132 972,1137 961,1142 946,1147 929,1153 912,1158 891,1163 867,1168 842,1173 814,1175 781,1175 718,1175 662,1162 613,1137 564,1112 521,1078 484,1036 447,994 415,946 390,891 364,836 344,778 330,717 369,738 413,756 464,771 514,786 571,794 634,794 692,794 741,787 782,772 822,757 855,738 881,713 907,688 926,658 938,624 950,590 956,553 956,514 Z M 780,492 C 780,517 777,539 770,560 763,581 752,598 737,613 722,628 702,639 677,647 652,654 623,658 589,658 564,658 539,656 514,652 488,648 463,642 438,635 413,627 390,618 367,608 344,597 323,586 303,574 294,528 287,486 284,449 280,412 278,378 278,348 278,266 294,208 327,173 359,138 406,120 467,120 502,120 535,126 564,137 593,148 620,163 643,182 666,201 687,223 704,248 721,273 735,299 746,327 757,354 766,382 772,411 777,439 780,466 780,492 Z"/>
<glyph unicode="5" horiz-adv-x="1004" d="M 913,493 C 913,450 908,408 898,366 887,324 872,284 852,246 831,208 805,173 774,141 743,108 706,80 664,57 622,33 575,14 522,1 469,-12 410,-19 345,-19 316,-19 287,-17 259,-14 231,-10 205,-5 180,1 155,7 133,14 112,22 91,30 72,38 56,46 47,51 40,57 36,64 31,71 29,79 29,90 29,94 29,100 30,107 31,114 32,121 34,130 35,138 37,146 40,155 42,163 45,171 48,178 51,185 55,191 60,196 64,201 69,203 75,203 82,203 92,199 105,191 118,182 136,173 159,164 181,154 208,145 241,136 273,127 311,123 356,123 418,123 473,133 520,153 567,172 606,198 637,231 668,263 691,300 706,343 721,385 729,430 729,477 729,500 725,523 717,544 708,565 694,584 673,600 652,616 624,629 590,638 556,647 513,651 462,651 414,651 374,649 341,645 308,641 278,639 252,639 234,639 222,643 216,652 210,661 209,677 214,702 L 320,1229 C 324,1251 332,1267 345,1278 357,1289 373,1294 392,1294 L 965,1294 C 974,1294 981,1291 986,1285 991,1279 993,1270 993,1257 993,1252 993,1246 992,1239 991,1232 989,1224 987,1215 985,1206 983,1198 980,1190 977,1181 973,1174 969,1167 965,1160 960,1155 955,1151 949,1146 942,1144 935,1144 L 452,1144 380,781 C 403,784 425,786 445,787 464,788 486,789 511,789 584,789 647,781 698,766 749,750 790,729 822,702 854,675 877,644 892,608 906,571 913,533 913,493 Z"/>
<glyph unicode="4" horiz-adv-x="970" d="M 963,401 C 963,396 963,390 962,383 961,376 959,369 957,361 955,353 953,345 950,338 947,330 943,323 939,317 934,311 929,306 924,303 919,299 913,297 907,297 L 761,297 707,25 C 706,20 703,15 700,12 697,8 691,5 684,2 677,-1 668,-3 657,-4 646,-5 632,-6 616,-6 599,-6 586,-5 576,-4 565,-3 557,-1 552,2 546,5 542,8 540,12 538,15 538,20 540,25 L 593,297 59,297 C 46,297 37,300 32,306 27,312 24,321 24,333 24,338 24,344 25,351 26,358 27,366 29,375 30,384 32,393 35,403 38,412 41,422 44,431 47,440 51,449 56,458 60,467 65,475 71,482 L 695,1270 C 699,1275 705,1280 713,1284 720,1288 730,1291 741,1294 752,1297 765,1298 780,1298 795,1298 813,1298 834,1298 856,1298 875,1297 891,1296 906,1294 919,1292 929,1289 939,1286 946,1283 951,1279 955,1274 957,1269 956,1263 L 790,439 936,439 C 946,439 953,436 957,429 961,422 963,412 963,401 Z M 762,1140 L 760,1140 205,439 623,439 762,1140 Z"/>
<glyph unicode="3" horiz-adv-x="937" d="M 896,413 C 896,380 892,347 884,313 875,279 862,246 844,214 826,182 803,152 776,124 748,95 715,71 676,50 637,29 592,12 542,-1 492,-13 435,-19 372,-19 339,-19 307,-17 278,-13 248,-9 220,-3 194,4 167,11 143,19 122,29 100,38 80,49 63,60 53,66 46,73 42,82 37,90 35,99 35,110 35,114 35,120 36,127 37,134 38,141 39,149 40,157 42,166 44,175 46,184 49,192 52,199 55,206 58,211 63,216 67,220 72,222 77,222 83,222 94,217 110,207 125,196 146,185 171,173 196,160 226,149 261,139 295,128 334,123 379,123 435,123 484,132 525,149 566,166 599,189 626,216 653,243 673,273 686,306 699,339 705,371 705,404 705,431 700,456 691,479 681,502 666,523 645,540 624,557 596,570 563,580 529,590 488,595 441,595 L 302,595 C 291,595 283,598 278,604 272,609 269,618 269,631 269,636 270,642 271,649 272,656 273,664 275,671 277,678 280,685 283,692 286,699 289,706 294,712 298,718 303,723 308,726 313,729 320,731 327,731 L 440,731 C 489,731 535,739 576,754 617,769 653,789 683,816 712,842 735,872 752,907 769,942 777,979 777,1018 777,1065 764,1103 737,1130 710,1157 665,1171 602,1171 564,1171 528,1165 493,1154 458,1142 427,1129 399,1116 371,1102 347,1089 328,1077 308,1065 294,1059 286,1059 280,1059 275,1062 272,1068 269,1073 267,1081 267,1091 267,1096 268,1104 269,1114 270,1124 273,1135 276,1146 279,1157 283,1168 288,1179 293,1190 298,1198 305,1205 312,1212 327,1222 348,1235 369,1247 395,1259 426,1271 457,1282 491,1292 530,1301 568,1309 607,1313 648,1313 701,1313 747,1307 787,1295 826,1282 859,1265 885,1242 911,1219 931,1191 944,1158 957,1125 963,1088 963,1047 963,1000 956,957 941,916 926,875 904,838 877,806 849,774 816,747 778,724 740,701 698,684 653,674 L 653,672 C 697,667 735,657 766,641 797,624 822,604 841,581 860,557 874,531 883,502 892,473 896,443 896,413 Z"/>
<glyph unicode="2" horiz-adv-x="970" d="M 850,105 C 850,101 850,95 849,88 848,81 846,73 844,66 842,58 840,50 837,42 834,34 830,27 826,21 821,15 816,10 811,6 806,2 800,0 793,0 L 78,0 C 69,0 62,1 56,3 50,5 45,8 42,12 39,15 36,20 35,25 33,30 32,35 32,42 32,49 33,57 34,68 35,79 37,90 41,103 45,116 51,129 59,142 67,155 78,167 92,179 L 425,471 C 477,516 522,559 560,599 597,638 629,675 655,710 680,744 701,776 716,805 731,834 743,860 752,884 761,908 766,930 769,950 772,969 773,987 773,1002 773,1018 771,1035 766,1054 761,1072 752,1089 740,1105 727,1121 710,1134 687,1145 664,1156 636,1161 601,1161 563,1161 527,1155 492,1144 457,1133 426,1120 398,1107 370,1093 347,1080 328,1069 309,1057 295,1051 288,1051 281,1051 276,1054 272,1061 268,1068 266,1077 266,1090 266,1095 267,1101 268,1108 269,1114 270,1121 271,1128 272,1135 273,1143 276,1150 278,1157 281,1164 284,1171 287,1178 290,1184 294,1191 297,1197 301,1202 306,1207 313,1214 328,1224 350,1236 371,1248 397,1260 428,1271 459,1282 493,1292 530,1301 567,1309 606,1313 646,1313 710,1313 763,1304 805,1286 847,1268 880,1245 905,1218 929,1191 946,1161 956,1129 965,1097 970,1067 970,1038 970,1011 968,983 964,954 960,925 952,895 941,864 929,832 913,798 892,763 871,728 843,690 810,649 776,608 735,563 688,516 640,468 583,416 517,360 L 267,146 819,146 C 830,146 838,142 843,134 848,125 850,116 850,105 Z"/>
<glyph unicode="1" horiz-adv-x="803" d="M 851,102 C 851,98 851,93 850,86 849,79 847,71 846,64 844,56 842,48 839,41 836,34 833,27 829,21 825,14 821,9 816,6 811,2 805,0 799,0 L 122,0 C 114,0 108,3 103,10 98,17 95,26 95,37 95,40 96,45 97,52 98,58 99,65 101,72 102,79 105,87 108,95 111,103 114,110 118,116 122,122 127,127 132,132 137,136 143,138 150,138 L 420,138 615,1112 334,964 C 323,959 315,955 308,954 301,952 296,952 292,954 287,956 284,960 283,965 281,970 280,977 280,985 280,992 281,1002 283,1013 284,1024 287,1035 291,1046 294,1057 299,1067 305,1077 311,1087 319,1095 328,1100 L 665,1291 C 668,1293 672,1295 677,1296 681,1297 686,1299 692,1300 698,1301 705,1302 714,1302 722,1302 732,1302 743,1302 760,1302 773,1301 784,1300 794,1299 802,1297 808,1295 813,1292 817,1289 818,1286 819,1282 819,1278 818,1274 L 592,138 826,138 C 835,138 842,135 846,129 849,122 851,113 851,102 Z"/>
<glyph unicode="." horiz-adv-x="235" d="M 298,153 C 298,144 297,133 296,120 294,107 291,94 288,81 285,68 281,55 276,44 271,33 264,23 256,15 248,7 237,1 222,-3 207,-7 189,-9 166,-9 147,-9 132,-8 120,-5 108,-2 99,2 92,9 85,15 81,23 78,32 75,41 74,51 74,62 74,73 75,85 77,98 78,111 81,123 85,136 88,149 93,161 98,172 103,183 109,192 117,200 124,207 135,213 149,218 162,222 182,224 207,224 226,224 242,222 254,219 265,216 274,211 281,205 288,198 292,191 295,182 297,173 298,164 298,153 Z"/>
<glyph unicode=" " horiz-adv-x="468"/>
</font>
</defs>
<defs class="TextShapeIndex">
<g ooo:slide="id1" ooo:id-list="id3"/>
</defs>
<defs class="EmbeddedBulletChars">
<g id="bullet-char-template-57356" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
</g>
<g id="bullet-char-template-57354" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
</g>
<g id="bullet-char-template-10146" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
</g>
<g id="bullet-char-template-10132" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
</g>
<g id="bullet-char-template-10007" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
</g>
<g id="bullet-char-template-10004" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
</g>
<g id="bullet-char-template-9679" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
</g>
<g id="bullet-char-template-8226" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
</g>
<g id="bullet-char-template-8211" transform="scale(0.00048828125,-0.00048828125)">
<path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
</g>
<g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"/>
</g>
</defs>
<g>
<g id="id2" class="Master_Slide">
<g id="bg-id2" class="Background"/>
<g id="bo-id2" class="BackgroundObjects"/>
</g>
</g>
<g class="SlideGroup">
<g>
<g id="container-id1">
<g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
<g class="Page">
<g class="Graphic">
<g id="id3">
<rect class="BoundingBox" stroke="none" fill="none" x="0" y="0" width="19000" height="8081"/>
<defs>
<clipPath id="clip_path_1" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="226" y="2514"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">current</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="1259" y="2514"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">time 11:00 </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="2733" y="2514"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">pm</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="3157" y="2514"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">, gate </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="3946" y="2514"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">closure</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="4950" y="2514"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">for</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="5402" y="2514"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISP 1 </tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_2" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_2)">
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 6897,1254 L 7355,1254 7355,1949 6897,1949 6897,1254 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 6897,1254 L 7355,1254 7355,1949 6897,1949 6897,1254 Z"/>
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 8278,1254 L 16640,1254 16640,1949 8278,1949 8278,1254 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 8278,1254 L 16640,1254 16640,1949 8278,1949 8278,1254 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="10355" y="1677"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISP 5..94</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_3" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_3)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="35" stroke-linejoin="round" d="M 8275,1043 C 8275,907 8335,797 8409,797 L 12406,797 C 12480,797 12540,686 12540,550 12540,686 12600,797 12674,797 L 16503,797 C 16577,797 16637,907 16637,1043"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="10125" y="443"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISPs</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="10764" y="443"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">1..96 open </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="12354" y="443"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">for</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="12835" y="443"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">intraday</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="14066" y="443"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">trading</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_4" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_4)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="58" stroke-linejoin="round" d="M 6592,1095 L 8123,1095"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 6604,1182 L 6430,1095 6604,1008 6604,1182 Z"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 8111,1008 L 8285,1095 8111,1182 8111,1008 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="7180" y="978"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">1h</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_5" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_5)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 8278,1254 L 8742,1254 8742,1949 8278,1949 8278,1254 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="8440" y="1677"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">1</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_6" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_6)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 8742,1254 L 9200,1254 9200,1949 8742,1949 8742,1254 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="8901" y="1677"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">2</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_7" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_7)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 9200,1254 L 9665,1254 9665,1949 9200,1949 9200,1254 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="9363" y="1677"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">3</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_8" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_8)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 9665,1254 L 10123,1254 10123,1949 9665,1949 9665,1254 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="9824" y="1677"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">4</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_9" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_9)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 15717,1254 L 16176,1254 16176,1949 15717,1949 15717,1254 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="15766" y="1677"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">95</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_10" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_10)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 16176,1254 L 16640,1254 16640,1949 16176,1949 16176,1254 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="16228" y="1677"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">96</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_11" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_11)">
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 6432,1254 L 6897,1254 6897,1949 6432,1949 6432,1254 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 6432,1254 L 6897,1254 6897,1949 6432,1949 6432,1254 Z"/>
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 7355,1254 L 7819,1254 7819,1949 7355,1949 7355,1254 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 7355,1254 L 7819,1254 7819,1949 7355,1949 7355,1254 Z"/>
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 7819,1254 L 8278,1254 8278,1949 7819,1949 7819,1254 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 7819,1254 L 8278,1254 8278,1949 7819,1949 7819,1254 Z"/>
<path fill="none" stroke="rgb(233,81,32)" stroke-width="58" stroke-linejoin="round" d="M 6418,2075 L 6418,973"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="10613" y="3152"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISPs</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="11251" y="3152"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">3..96 open </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="12841" y="3152"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">for</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="13322" y="3152"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">intraday</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="14552" y="3152"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">trading</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="13614" y="5732"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISPs</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="14252" y="5732"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">95..96 open </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="16022" y="5732"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">for</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="16504" y="5732"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">intraday</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="17734" y="5732"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">trading</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_12" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_12)">
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 8278,3918 L 16640,3918 16640,4613 8278,4613 8278,3918 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 8278,3918 L 16640,3918 16640,4613 8278,4613 8278,3918 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="10355" y="4345"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISP 5..94</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_13" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_13)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="35" stroke-linejoin="round" d="M 9203,3759 C 9203,3623 9263,3513 9337,3513 L 12861,3513 C 12935,3513 12995,3403 12995,3267 12995,3403 13055,3513 13129,3513 L 16503,3513 C 16577,3513 16637,3623 16637,3759"/>
</g>
<g clip-path="url(#clip_path_1)"/>
<defs>
<clipPath id="clip_path_14" clipPathUnits="userSpaceOnUse">
<path d="M 6992,4749 L 7695,4749 7695,5450 6992,5450 6992,4749 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_14)"/>
<defs>
<clipPath id="clip_path_15" clipPathUnits="userSpaceOnUse">
<path d="M 6992,4749 L 7695,4749 7695,5450 6992,5450 6992,4749 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_15)"/>
<defs>
<clipPath id="clip_path_16" clipPathUnits="userSpaceOnUse">
<path d="M 6992,4749 L 7695,4749 7695,5450 6992,5450 6992,4749 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_16)">
<path fill="rgb(233,81,32)" stroke="none" d="M 7347,5340 C 7217,5340 7111,5233 7111,5104 7111,4974 7217,4868 7347,4868 7478,4868 7584,4974 7584,5104 7584,5233 7478,5340 7347,5340 L 7347,5340 Z M 7347,4823 C 7192,4823 7066,4949 7066,5104 7066,5259 7192,5384 7347,5384 7503,5384 7628,5259 7628,5104 7628,4949 7503,4823 7347,4823 L 7347,4823 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7362,4956 L 7333,4956 7333,5104 C 7333,5108 7334,5112 7337,5114 L 7441,5218 7462,5197 7362,5098 7362,4956 7362,4956 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7362,4912 C 7362,4920 7356,4927 7347,4927 7339,4927 7333,4920 7333,4912 7333,4904 7339,4897 7347,4897 7356,4897 7362,4904 7362,4912 L 7362,4912 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7362,5295 C 7362,5304 7356,5310 7347,5310 7339,5310 7333,5304 7333,5295 7333,5287 7339,5281 7347,5281 7356,5281 7362,5287 7362,5295 L 7362,5295 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7170,5104 C 7170,5112 7163,5118 7155,5118 7147,5118 7140,5112 7140,5104 7140,5095 7147,5089 7155,5089 7163,5089 7170,5095 7170,5104 L 7170,5104 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 7554,5104 C 7554,5112 7548,5118 7540,5118 7531,5118 7525,5112 7525,5104 7525,5095 7531,5089 7540,5089 7548,5089 7554,5095 7554,5104 L 7554,5104 Z"/>
</g>
<g clip-path="url(#clip_path_15)"/>
<g clip-path="url(#clip_path_14)"/>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="1146" y="5195"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">current time 11:30 </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="3653" y="5195"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">pm</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="4076" y="5195"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">, gate </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="4866" y="5195"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">closure</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="5870" y="5195"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">for</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="6322" y="5195"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISP 3 </tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_17" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_17)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="58" stroke-linejoin="round" d="M 7503,3765 L 9034,3765"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 7515,3852 L 7341,3765 7515,3678 7515,3852 Z"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 9022,3678 L 9196,3765 9022,3852 9022,3678 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="8092" y="3674"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">1h</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_18" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_18)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 8278,3918 L 8742,3918 8742,4613 8278,4613 8278,3918 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 8742,3918 L 9200,3918 9200,4613 8742,4613 8742,3918 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 9200,3918 L 9665,3918 9665,4613 9200,4613 9200,3918 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="9363" y="4345"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">3</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_19" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_19)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 9665,3918 L 10123,3918 10123,4613 9665,4613 9665,3918 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="9824" y="4345"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">4</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_20" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_20)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 15717,3918 L 16176,3918 16176,4613 15717,4613 15717,3918 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="15766" y="4345"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">95</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_21" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_21)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 16176,3918 L 16640,3918 16640,4613 16176,4613 16176,3918 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="16228" y="4345"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">96</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_22" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_22)">
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 6421,3918 L 6885,3918 6885,4613 6421,4613 6421,3918 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 6421,3918 L 6885,3918 6885,4613 6421,4613 6421,3918 Z"/>
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 6885,3918 L 7343,3918 7343,4613 6885,4613 6885,3918 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 6885,3918 L 7343,3918 7343,4613 6885,4613 6885,3918 Z"/>
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 7343,3918 L 7808,3918 7808,4613 7343,4613 7343,3918 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 7343,3918 L 7808,3918 7808,4613 7343,4613 7343,3918 Z"/>
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 7808,3918 L 8266,3918 8266,4613 7808,4613 7808,3918 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 7808,3918 L 8266,3918 8266,4613 7808,4613 7808,3918 Z"/>
<path fill="none" stroke="rgb(233,81,32)" stroke-width="58" stroke-linejoin="round" d="M 7341,4740 L 7341,3481"/>
<path fill="rgb(25,122,160)" fill-opacity="0.102" stroke="none" d="M 8266,6530 L 16628,6530 16628,7225 8266,7225 8266,6530 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 8266,6530 L 16628,6530 16628,7225 8266,7225 8266,6530 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="10344" y="6955"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISP 5..94</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_23" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_23)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="35" stroke-linejoin="round" d="M 15703,6371 C 15703,6258 15727,6166 15757,6166 L 16119,6166 C 16149,6166 16173,6074 16173,5960 16173,6074 16198,6166 16228,6166 L 16571,6166 C 16601,6166 16625,6258 16625,6371"/>
</g>
<g clip-path="url(#clip_path_1)"/>
<defs>
<clipPath id="clip_path_24" clipPathUnits="userSpaceOnUse">
<path d="M 13498,7362 L 14200,7362 14200,8057 13498,8057 13498,7362 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_24)"/>
<defs>
<clipPath id="clip_path_25" clipPathUnits="userSpaceOnUse">
<path d="M 13498,7362 L 14200,7362 14200,8057 13498,8057 13498,7362 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_25)"/>
<defs>
<clipPath id="clip_path_26" clipPathUnits="userSpaceOnUse">
<path d="M 13498,7362 L 14200,7362 14200,8057 13498,8057 13498,7362 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_26)">
<path fill="rgb(233,81,32)" stroke="none" d="M 13852,7947 C 13722,7947 13616,7842 13616,7713 13616,7584 13722,7479 13852,7479 13983,7479 14089,7584 14089,7713 14089,7842 13983,7947 13852,7947 L 13852,7947 Z M 13852,7435 C 13697,7435 13571,7559 13571,7713 13571,7866 13697,7991 13852,7991 14008,7991 14134,7866 14134,7713 14134,7559 14008,7435 13852,7435 L 13852,7435 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 13867,7566 L 13838,7566 13838,7713 C 13838,7717 13839,7721 13842,7723 L 13946,7826 13967,7806 13867,7707 13867,7566 13867,7566 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 13867,7523 C 13867,7531 13861,7537 13852,7537 13844,7537 13838,7531 13838,7523 13838,7514 13844,7508 13852,7508 13861,7508 13867,7514 13867,7523 L 13867,7523 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 13867,7903 C 13867,7911 13861,7918 13852,7918 13844,7918 13838,7911 13838,7903 13838,7895 13844,7888 13852,7888 13861,7888 13867,7895 13867,7903 L 13867,7903 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 13675,7713 C 13675,7721 13668,7727 13660,7727 13652,7727 13645,7721 13645,7713 13645,7705 13652,7698 13660,7698 13668,7698 13675,7705 13675,7713 L 13675,7713 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 14060,7713 C 14060,7721 14053,7727 14045,7727 14037,7727 14030,7721 14030,7713 14030,7705 14037,7698 14045,7698 14053,7698 14060,7705 14060,7713 L 14060,7713 Z"/>
</g>
<g clip-path="url(#clip_path_25)"/>
<g clip-path="url(#clip_path_24)"/>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="7536" y="7791"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">current time 10:30 </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="10043" y="7791"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">pm</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="10466" y="7791"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">, gate </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="11256" y="7791"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">closure</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="12260" y="7791"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">for</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="12712" y="7791"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">ISP 95 </tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_27" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_27)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="58" stroke-linejoin="round" d="M 14008,6377 L 15539,6377"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 14020,6464 L 13846,6377 14020,6290 14020,6464 Z"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 15527,6290 L 15701,6377 15527,6464 15527,6290 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-weight="400"><tspan class="TextPosition" x="14597" y="6285"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">1h</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_28" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_28)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 8266,6530 L 8730,6530 8730,7225 8266,7225 8266,6530 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 8730,6530 L 9189,6530 9189,7225 8730,7225 8730,6530 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 9189,6530 L 9653,6530 9653,7225 9189,7225 9189,6530 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="9353" y="6955"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">3</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_29" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_29)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 9653,6530 L 10111,6530 10111,7225 9653,7225 9653,6530 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="9814" y="6955"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">4</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_30" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_30)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 15706,6530 L 16170,6530 16170,7225 15706,7225 15706,6530 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="15756" y="6955"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">95</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_31" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_31)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="17" stroke-linejoin="round" d="M 16170,6530 L 16628,6530 16628,7225 16170,7225 16170,6530 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="348px" font-style="italic" font-weight="400"><tspan class="TextPosition" x="16217" y="6955"><tspan fill="rgb(233,81,32)" stroke="none" style="white-space: pre">96</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_32" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,8080 0,8080 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_32)">
<path fill="none" stroke="rgb(233,81,32)" stroke-width="58" stroke-linejoin="round" d="M 13846,7353 L 13846,6093"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6421,2765 C 6293,2765 6189,2660 6189,2531 6189,2402 6293,2297 6421,2297 6548,2297 6653,2402 6653,2531 6653,2660 6548,2765 6421,2765 L 6421,2765 Z M 6421,2253 C 6268,2253 6145,2378 6145,2531 6145,2685 6268,2809 6421,2809 6573,2809 6696,2685 6696,2531 6696,2378 6573,2253 6421,2253 L 6421,2253 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6394,2406 L 6366,2415 6414,2553 C 6416,2557 6419,2560 6422,2561 L 6553,2624 6566,2598 6440,2538 6394,2406 6394,2406 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6435,2343 C 6435,2351 6429,2357 6421,2357 6413,2357 6406,2351 6406,2343 6406,2335 6413,2328 6421,2328 6429,2328 6435,2335 6435,2343 L 6435,2343 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6435,2719 C 6435,2727 6429,2734 6421,2734 6413,2734 6406,2727 6406,2719 6406,2711 6413,2705 6421,2705 6429,2705 6435,2711 6435,2719 L 6435,2719 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6244,2534 C 6244,2542 6237,2549 6229,2549 6221,2549 6215,2542 6215,2534 6215,2526 6221,2520 6229,2520 6237,2520 6244,2526 6244,2534 L 6244,2534 Z"/>
<path fill="rgb(233,81,32)" stroke="none" d="M 6627,2534 C 6627,2542 6620,2549 6612,2549 6604,2549 6598,2542 6598,2534 6598,2526 6604,2520 6612,2520 6620,2520 6627,2526 6627,2534 L 6627,2534 Z"/>
</g>
<g clip-path="url(#clip_path_1)"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 85 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,350 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.2" width="189.99mm" height="120.45mm" viewBox="0 0 18999 12045" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xml:space="preserve">
<defs class="ClipPathGroup">
<clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
<rect x="0" y="0" width="18999" height="12045"/>
</clipPath>
<clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
<rect x="18" y="12" width="18962" height="12021"/>
</clipPath>
</defs>
<defs>
<font id="EmbeddedFont_1" horiz-adv-x="2048">
<font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1537" descent="501"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="y" horiz-adv-x="870" d="M 563,0 L 443,-331 C 439,-342 429,-350 413,-356 396,-361 371,-364 338,-364 321,-364 307,-363 296,-362 285,-360 277,-357 272,-353 266,-349 263,-344 262,-337 261,-330 263,-322 267,-313 L 391,0 C 385,3 379,7 374,13 369,19 365,25 363,32 L 42,892 C 37,906 34,917 34,925 34,933 37,939 42,944 47,949 56,952 68,954 80,955 96,956 116,956 136,956 152,956 163,955 174,954 183,952 190,949 197,946 202,943 205,938 208,933 211,926 214,917 L 471,195 474,195 722,921 C 726,934 731,942 737,946 742,949 751,952 762,954 773,955 790,956 811,956 830,956 845,955 857,954 869,952 878,949 884,944 889,939 892,933 892,925 892,917 890,907 886,895 L 563,0 Z"/>
<glyph unicode="x" horiz-adv-x="837" d="M 835,44 C 840,35 843,27 843,21 843,14 840,9 834,5 827,1 818,-2 805,-4 792,-5 775,-6 754,-6 734,-6 718,-5 707,-5 695,-3 686,-2 679,1 672,3 666,6 663,10 659,13 656,17 653,22 L 437,379 222,22 C 219,17 216,13 213,10 209,6 204,3 197,1 190,-2 180,-3 169,-5 158,-5 143,-6 124,-6 105,-6 89,-5 77,-4 64,-2 55,1 50,5 44,9 41,14 42,21 42,27 45,35 51,44 L 331,483 66,906 C 61,915 58,923 58,930 57,936 60,941 67,946 73,950 83,953 96,954 109,955 126,956 147,956 166,956 182,956 194,955 205,954 214,952 221,950 228,948 233,945 236,942 239,939 242,935 245,930 L 450,595 658,930 C 661,934 664,938 667,941 670,944 675,947 681,950 686,952 694,954 705,955 715,956 729,956 747,956 766,956 782,955 795,954 807,953 816,950 822,947 828,943 831,938 830,931 829,924 826,916 820,906 L 557,488 835,44 Z"/>
<glyph unicode="w" horiz-adv-x="1405" d="M 1412,928 C 1412,923 1411,918 1410,911 1409,904 1406,896 1403,886 L 1138,30 C 1136,23 1133,17 1129,12 1124,7 1118,4 1111,1 1103,-2 1092,-3 1079,-5 1066,-5 1049,-6 1029,-6 1008,-6 991,-5 977,-4 963,-3 952,-1 944,2 935,5 929,8 925,13 921,18 918,23 916,30 L 727,683 725,692 723,683 548,30 C 546,23 543,17 539,12 534,7 528,4 519,1 510,-2 499,-3 486,-5 472,-5 455,-6 435,-6 414,-6 398,-5 385,-4 372,-3 361,-1 353,2 344,5 338,8 334,13 330,18 327,23 325,30 L 62,886 C 59,896 56,904 55,911 54,918 53,923 53,928 53,934 54,939 57,942 60,946 64,949 71,951 77,954 85,955 96,955 107,955 120,955 135,955 154,955 169,955 180,954 191,953 200,951 206,949 212,946 216,943 219,939 222,934 224,929 226,923 L 443,182 445,173 447,182 646,924 C 647,930 650,935 653,940 656,944 660,947 666,950 672,952 680,954 691,955 701,956 714,956 731,956 747,956 760,956 771,955 781,954 789,952 795,950 801,947 805,944 808,940 811,936 813,931 814,926 L 1029,182 1031,173 1032,182 1246,923 C 1247,929 1250,934 1253,939 1256,943 1260,946 1267,949 1273,951 1282,953 1293,954 1304,955 1318,955 1335,955 1351,955 1364,955 1374,955 1383,955 1391,954 1397,951 1402,948 1406,945 1409,942 1411,939 1412,934 1412,928 Z"/>
<glyph unicode="v" horiz-adv-x="870" d="M 891,928 C 891,925 891,922 891,919 890,916 890,913 889,910 888,907 888,903 887,899 886,895 884,891 883,886 L 576,30 C 573,23 570,17 566,12 561,7 555,4 546,1 537,-2 526,-3 513,-5 500,-5 483,-6 463,-6 443,-6 426,-5 413,-4 400,-3 389,-1 381,2 372,5 366,8 361,13 356,18 353,23 350,30 L 44,886 C 41,894 39,901 38,907 36,913 35,917 35,920 34,923 34,926 34,928 34,933 35,938 38,942 41,946 45,949 52,951 58,954 66,955 77,955 87,955 100,955 115,955 134,955 150,955 162,954 173,953 182,951 189,948 195,945 200,942 203,938 206,934 208,929 211,923 L 465,182 469,170 472,182 723,923 C 724,929 727,934 730,938 733,942 738,945 745,948 751,951 760,953 771,954 782,955 796,955 814,955 829,955 842,955 852,955 862,955 870,954 876,951 881,948 885,945 888,941 890,938 891,933 891,928 Z"/>
<glyph unicode="u" horiz-adv-x="803" d="M 924,25 C 924,20 923,15 921,12 918,8 914,5 908,2 902,-1 894,-3 885,-4 875,-5 863,-6 849,-6 834,-6 821,-5 812,-4 802,-3 794,-1 789,2 783,5 779,8 777,12 775,15 774,20 774,25 L 774,144 C 723,87 672,46 622,20 572,-6 521,-19 470,-19 410,-19 360,-9 319,11 278,31 244,58 219,93 194,127 176,167 165,213 154,258 148,314 148,379 L 148,925 C 148,930 149,935 152,939 154,942 158,946 165,949 172,952 180,954 191,955 202,956 215,956 231,956 247,956 260,956 271,955 282,954 290,952 297,949 303,946 307,942 310,939 313,935 314,930 314,925 L 314,401 C 314,348 318,306 326,275 333,243 345,216 361,194 376,171 396,154 420,142 444,129 472,123 504,123 545,123 587,138 628,167 669,196 712,239 758,296 L 758,925 C 758,930 759,935 762,939 764,942 768,946 775,949 782,952 790,954 801,955 811,956 824,956 841,956 857,956 870,956 881,955 892,954 900,952 906,949 912,946 917,942 920,939 923,935 924,930 924,925 L 924,25 Z"/>
<glyph unicode="t" horiz-adv-x="636" d="M 621,91 C 621,72 620,56 617,45 614,34 610,25 605,20 600,15 592,10 581,5 570,0 558,-3 545,-7 531,-9 516,-12 501,-14 486,-16 470,-17 455,-17 408,-17 368,-11 335,2 302,14 274,33 253,58 232,83 216,114 207,153 197,191 192,236 192,288 L 192,814 66,814 C 56,814 48,819 42,830 36,841 33,858 33,882 33,895 34,905 36,914 37,923 39,930 42,936 45,941 48,945 53,948 57,950 62,951 67,951 L 192,951 192,1165 C 192,1170 193,1174 196,1178 198,1182 202,1186 209,1189 215,1192 223,1194 234,1195 245,1196 258,1197 274,1197 291,1197 304,1196 315,1195 326,1194 334,1192 340,1189 346,1186 350,1182 353,1178 356,1174 357,1170 357,1165 L 357,951 588,951 C 593,951 598,950 602,948 606,945 610,941 613,936 616,930 618,923 619,914 620,905 621,895 621,882 621,858 618,841 612,830 606,819 598,814 588,814 L 357,814 357,312 C 357,250 366,203 385,172 403,140 436,124 483,124 498,124 512,126 524,129 536,132 547,135 556,138 565,141 573,145 580,148 587,151 593,152 598,152 601,152 605,151 608,150 611,148 613,145 615,140 616,135 618,129 619,121 620,113 621,103 621,91 Z"/>
<glyph unicode="s" horiz-adv-x="669" d="M 718,270 C 718,224 710,183 693,147 676,111 651,81 620,56 589,31 551,13 508,0 465,-13 417,-19 365,-19 333,-19 303,-16 274,-12 245,-6 219,0 196,8 173,15 153,23 137,32 121,40 109,47 102,54 95,61 89,70 86,82 83,94 81,110 81,131 81,144 82,154 83,163 84,172 86,179 88,184 90,189 93,193 97,196 100,198 104,199 109,199 116,199 127,195 142,186 156,177 174,167 195,156 216,145 240,136 269,127 298,118 331,113 368,113 396,113 421,116 444,122 467,128 486,137 503,149 520,160 533,175 542,193 551,211 555,232 555,257 555,282 549,304 536,321 523,338 505,354 484,367 463,380 439,392 412,403 385,413 358,424 330,435 301,446 274,459 247,474 220,488 195,505 174,526 153,547 136,571 123,600 110,629 103,663 103,703 103,738 110,772 124,805 137,837 158,865 185,890 212,914 247,933 288,948 329,963 376,970 431,970 455,970 479,968 503,964 527,960 549,955 568,949 587,943 604,937 618,930 631,923 642,916 649,911 656,906 660,901 663,897 665,893 667,889 668,884 669,879 670,872 671,865 672,858 672,849 672,838 672,827 672,817 671,809 670,800 668,793 666,788 663,783 660,779 657,777 654,774 650,773 646,773 640,773 631,777 620,784 609,791 594,799 576,808 558,816 537,824 513,831 488,838 460,842 429,842 401,842 376,839 355,833 334,826 316,817 303,806 289,794 279,780 272,764 265,748 261,731 261,712 261,686 268,664 281,647 294,629 312,613 333,600 354,587 379,575 406,564 433,553 461,542 490,531 518,520 546,507 574,493 601,479 626,462 647,442 668,422 686,398 699,370 712,342 718,309 718,270 Z"/>
<glyph unicode="r" horiz-adv-x="569" d="M 679,866 C 679,852 679,839 678,829 677,819 676,811 674,806 672,800 670,796 667,793 664,790 659,788 654,788 649,788 642,790 635,793 627,796 618,799 609,802 599,805 588,807 576,810 564,813 551,814 537,814 520,814 504,811 488,804 472,797 455,786 438,771 420,756 401,735 382,710 363,685 341,654 318,617 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,794 C 327,830 350,859 372,881 393,903 414,921 433,934 452,947 472,956 491,961 510,966 529,968 548,968 557,968 567,968 578,968 589,968 600,967 612,964 624,961 635,958 645,955 654,952 661,948 665,945 669,942 672,938 673,935 674,932 676,928 677,924 678,919 678,912 679,903 679,894 679,882 679,866 Z"/>
<glyph unicode="p" horiz-adv-x="870" d="M 981,489 C 981,410 973,340 956,277 939,214 914,161 881,118 848,74 807,40 758,17 709,-7 654,-19 591,-19 564,-19 540,-16 517,-11 494,-6 472,3 451,14 429,25 407,40 386,57 365,74 342,95 318,118 L 318,-332 C 318,-337 317,-342 314,-346 311,-350 307,-353 301,-356 295,-359 287,-361 276,-362 265,-363 252,-364 235,-364 219,-364 206,-363 195,-362 184,-361 176,-359 170,-356 163,-353 159,-350 157,-346 154,-342 153,-337 153,-332 L 153,925 C 153,931 154,936 156,940 158,943 162,946 168,949 174,952 182,954 191,955 200,956 212,956 225,956 239,956 251,956 260,955 269,954 276,952 282,949 288,946 292,943 295,940 297,936 298,931 298,925 L 298,804 C 325,832 352,856 377,877 402,898 428,915 454,929 479,942 506,953 533,960 560,967 588,970 618,970 683,970 739,957 785,932 831,907 869,872 898,828 927,784 948,733 961,675 974,616 981,554 981,489 Z M 807,470 C 807,516 804,561 797,604 790,647 778,685 761,718 744,751 721,778 692,798 663,818 628,828 585,828 564,828 543,825 522,819 501,812 480,802 459,789 438,775 415,757 392,735 369,712 344,685 318,652 L 318,294 C 363,239 406,196 447,167 488,138 530,123 575,123 616,123 652,133 682,153 711,173 735,200 754,233 772,266 785,304 794,345 803,386 807,428 807,470 Z"/>
<glyph unicode="o" horiz-adv-x="937" d="M 990,485 C 990,412 980,344 961,283 942,221 913,168 875,123 836,78 788,44 731,19 673,-6 606,-19 530,-19 456,-19 392,-8 337,14 282,36 236,68 199,110 162,152 135,203 117,263 99,323 90,391 90,467 90,540 100,608 119,670 138,731 166,784 205,829 243,874 291,908 348,933 405,958 472,970 549,970 623,970 688,959 743,937 798,915 843,883 880,841 917,799 944,748 963,688 981,628 990,560 990,485 Z M 816,474 C 816,523 812,569 803,612 794,655 779,693 758,726 737,759 709,785 674,804 639,823 595,832 542,832 493,832 452,823 417,806 382,789 353,764 330,733 307,701 291,663 280,620 269,577 263,529 263,478 263,429 268,382 277,339 286,296 301,258 322,226 343,193 371,168 406,149 441,130 485,120 538,120 586,120 628,129 663,146 698,163 727,188 750,219 773,250 789,288 800,331 811,374 816,422 816,474 Z"/>
<glyph unicode="n" horiz-adv-x="803" d="M 928,25 C 928,20 927,15 924,12 921,8 917,5 911,2 905,-1 897,-3 886,-4 875,-5 862,-6 846,-6 829,-6 816,-5 805,-4 794,-3 786,-1 780,2 774,5 770,8 767,12 764,15 763,20 763,25 L 763,552 C 763,603 759,645 751,676 743,707 731,734 716,757 701,780 681,797 657,809 632,821 604,827 572,827 531,827 489,812 448,783 407,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,806 C 353,863 403,904 454,931 504,957 555,970 606,970 666,970 717,960 758,940 799,919 832,892 857,858 882,824 901,784 912,739 923,693 928,638 928,574 L 928,25 Z"/>
<glyph unicode="m" horiz-adv-x="1371" d="M 1488,25 C 1488,20 1487,15 1484,12 1481,8 1477,5 1471,2 1465,-1 1457,-3 1446,-4 1435,-5 1422,-6 1406,-6 1389,-6 1376,-5 1365,-4 1354,-3 1346,-1 1340,2 1333,5 1329,8 1326,12 1323,15 1322,20 1322,25 L 1322,572 C 1322,610 1319,645 1312,676 1305,707 1295,734 1280,757 1265,780 1247,797 1224,809 1201,821 1175,827 1144,827 1106,827 1068,812 1030,783 991,754 949,711 903,654 L 903,25 C 903,20 902,15 899,12 896,8 892,5 886,2 879,-1 871,-3 860,-4 849,-5 836,-6 820,-6 805,-6 792,-5 781,-4 770,-3 761,-1 755,2 748,5 744,8 742,12 739,15 738,20 738,25 L 738,572 C 738,610 734,645 727,676 720,707 709,734 694,757 679,780 661,797 639,809 616,821 590,827 559,827 521,827 483,812 444,783 405,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,806 C 353,863 402,904 450,931 497,957 545,970 594,970 631,970 665,966 695,957 724,948 750,936 773,921 796,905 815,886 831,865 847,843 860,819 871,792 901,825 930,852 957,875 984,898 1010,916 1035,930 1060,944 1084,954 1108,961 1131,967 1155,970 1179,970 1237,970 1286,960 1325,940 1364,919 1396,892 1421,858 1445,824 1462,784 1473,739 1483,693 1488,645 1488,594 L 1488,25 Z"/>
<glyph unicode="l" horiz-adv-x="201" d="M 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,25 Z"/>
<glyph unicode="i" horiz-adv-x="269" d="M 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,934 157,938 159,942 163,945 170,948 176,951 184,953 195,954 206,955 219,956 235,956 252,956 265,955 276,954 287,953 295,951 301,948 307,945 311,942 314,938 317,934 318,930 318,925 L 318,25 Z M 337,1229 C 337,1190 330,1164 315,1150 300,1136 273,1129 234,1129 195,1129 169,1136 155,1150 140,1163 133,1189 133,1227 133,1266 140,1292 155,1306 170,1320 197,1327 236,1327 275,1327 301,1320 316,1307 330,1293 337,1267 337,1229 Z"/>
<glyph unicode="h" horiz-adv-x="803" d="M 928,25 C 928,20 927,15 924,12 921,8 917,5 911,2 905,-1 897,-3 886,-4 875,-5 862,-6 846,-6 829,-6 816,-5 805,-4 794,-3 786,-1 780,2 774,5 770,8 767,12 764,15 763,20 763,25 L 763,552 C 763,603 759,645 751,676 743,707 731,734 716,757 701,780 681,797 657,809 632,821 604,827 572,827 531,827 489,812 448,783 407,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,822 C 365,872 413,909 461,934 509,958 557,970 606,970 666,970 717,960 758,940 799,919 832,892 857,858 882,824 901,784 912,739 923,693 928,638 928,573 L 928,25 Z"/>
<glyph unicode="g" horiz-adv-x="870" d="M 905,884 C 905,861 902,844 896,834 889,823 881,818 871,818 L 742,818 C 765,794 782,768 791,739 800,710 805,679 805,648 805,596 797,550 780,510 763,470 740,436 709,409 678,381 641,360 598,345 555,330 508,323 456,323 419,323 385,328 352,338 319,347 293,359 275,374 263,362 253,348 246,333 238,318 234,300 234,280 234,257 245,237 267,222 288,207 317,198 353,197 L 588,187 C 633,186 674,180 711,169 748,158 781,142 808,122 835,101 857,76 872,47 887,17 895,-18 895,-57 895,-98 886,-138 869,-175 852,-212 825,-245 790,-274 754,-302 708,-324 653,-341 598,-357 532,-365 457,-365 384,-365 323,-359 272,-347 221,-334 179,-317 146,-296 113,-275 90,-249 75,-220 60,-190 53,-158 53,-123 53,-101 56,-80 61,-59 66,-38 75,-19 86,0 97,19 110,37 127,54 143,71 162,87 183,104 150,121 126,142 111,167 95,192 87,220 87,249 87,290 95,326 112,358 129,390 149,419 174,444 153,469 137,497 125,528 113,559 107,596 107,640 107,691 116,737 133,778 150,819 174,853 205,881 236,909 273,931 316,946 359,961 405,968 456,968 483,968 509,967 533,964 556,961 578,956 599,951 L 871,951 C 882,951 891,946 897,935 902,924 905,907 905,884 Z M 647,647 C 647,708 630,756 597,791 563,825 515,842 453,842 421,842 393,837 370,826 346,815 326,801 311,782 295,763 283,742 276,718 268,693 264,668 264,641 264,582 281,535 315,501 348,467 395,450 456,450 489,450 517,455 541,466 565,476 585,490 601,509 616,527 628,548 636,572 643,596 647,621 647,647 Z M 730,-66 C 730,-27 714,3 683,24 651,45 608,56 554,57 L 321,65 C 300,48 282,33 269,18 255,3 244,-12 236,-26 228,-39 223,-53 220,-66 217,-79 215,-93 215,-107 215,-150 237,-183 281,-206 325,-228 386,-239 465,-239 515,-239 557,-234 591,-225 624,-215 651,-202 672,-186 693,-170 708,-152 717,-131 726,-110 730,-89 730,-66 Z"/>
<glyph unicode="f" horiz-adv-x="636" d="M 646,1295 C 646,1282 645,1272 644,1265 643,1257 641,1251 640,1246 638,1241 636,1238 633,1237 630,1235 627,1234 623,1234 618,1234 613,1236 606,1239 599,1242 590,1245 580,1249 570,1252 558,1256 545,1259 531,1262 515,1263 497,1263 472,1263 451,1259 434,1251 417,1243 403,1231 392,1214 381,1197 374,1175 369,1148 364,1121 362,1088 362,1049 L 362,951 563,951 C 568,951 573,950 577,948 580,945 584,941 587,936 590,930 592,923 594,914 595,905 596,895 596,882 596,858 593,841 587,830 581,819 573,814 563,814 L 362,814 362,25 C 362,20 361,15 358,12 355,8 351,5 345,2 338,-1 330,-3 319,-4 308,-5 295,-6 279,-6 263,-6 250,-5 239,-4 228,-3 220,-1 214,2 207,5 203,8 200,12 197,15 196,20 196,25 L 196,814 69,814 C 58,814 50,819 45,830 40,841 37,858 37,882 37,895 38,905 39,914 40,923 42,930 45,936 48,941 51,945 55,948 59,950 64,951 69,951 L 196,951 196,1044 C 196,1107 202,1161 214,1206 225,1251 243,1287 267,1316 291,1345 321,1366 358,1380 394,1393 437,1400 486,1400 509,1400 532,1398 554,1394 576,1389 593,1385 605,1380 617,1375 625,1370 629,1366 633,1362 636,1357 639,1351 642,1344 644,1337 645,1328 646,1319 646,1308 646,1295 Z"/>
<glyph unicode="e" horiz-adv-x="870" d="M 921,514 C 921,488 915,470 902,459 889,448 874,442 857,442 L 267,442 C 267,392 272,347 282,307 292,267 309,233 332,204 355,175 386,153 423,138 460,123 506,115 560,115 603,115 641,119 674,126 707,133 736,140 761,149 785,158 805,166 821,173 836,180 848,183 856,183 861,183 865,182 869,180 872,177 875,174 877,169 879,164 881,158 882,150 883,141 883,131 883,119 883,110 883,103 882,97 881,90 881,85 880,80 879,75 877,70 875,66 872,62 869,58 866,55 862,51 851,45 833,37 815,28 792,20 763,12 734,4 701,-3 664,-10 626,-16 586,-19 543,-19 469,-19 404,-9 349,12 293,33 246,63 208,104 170,145 141,196 122,257 103,318 93,390 93,471 93,548 103,618 123,680 143,741 172,794 210,837 247,880 293,913 346,936 399,959 459,970 525,970 596,970 656,959 706,936 755,913 796,883 828,845 860,806 884,761 899,710 914,658 921,603 921,544 L 921,514 Z M 755,563 C 757,650 738,718 698,767 657,816 597,841 518,841 477,841 442,833 411,818 380,803 355,782 334,757 313,732 297,702 286,669 275,635 268,600 267,563 L 755,563 Z"/>
<glyph unicode="d" horiz-adv-x="870" d="M 924,25 C 924,20 923,15 921,11 918,7 914,4 909,2 903,-1 895,-3 886,-4 877,-5 865,-6 852,-6 838,-6 826,-5 817,-4 808,-3 800,-1 794,2 788,4 784,7 781,11 778,15 777,20 777,25 L 777,144 C 730,93 681,53 630,24 579,-5 523,-19 462,-19 396,-19 340,-6 293,20 246,45 209,80 180,124 151,167 129,219 116,278 103,337 96,399 96,464 96,541 104,611 121,674 138,736 162,789 195,833 228,877 268,911 317,935 365,958 421,970 484,970 537,970 585,959 629,936 672,913 715,879 758,834 L 758,1357 C 758,1362 759,1366 762,1371 764,1375 768,1378 775,1381 782,1383 790,1385 801,1387 811,1388 824,1389 840,1389 857,1389 870,1388 881,1387 892,1385 900,1383 906,1381 912,1378 917,1375 920,1371 923,1366 924,1362 924,1357 L 924,25 Z M 758,658 C 713,713 670,756 629,785 587,814 543,828 498,828 456,828 420,818 391,798 362,778 338,752 320,719 301,686 288,649 280,608 271,567 267,525 267,482 267,437 271,392 278,349 285,306 297,267 314,234 331,200 354,173 383,153 412,132 448,122 491,122 513,122 534,125 555,131 575,137 596,147 617,161 638,175 661,193 684,216 707,238 732,265 758,298 L 758,658 Z"/>
<glyph unicode="c" horiz-adv-x="736" d="M 800,162 C 800,151 800,141 799,133 798,124 797,117 796,112 794,106 792,101 790,97 787,92 782,86 774,78 765,69 751,59 731,47 711,34 689,23 664,14 639,4 611,-4 582,-10 553,-16 522,-19 491,-19 426,-19 369,-8 319,13 269,34 227,66 194,107 160,148 134,198 117,258 99,317 90,386 90,464 90,553 101,629 123,693 144,756 174,808 212,849 249,890 294,920 345,940 396,959 451,969 510,969 539,969 567,966 594,961 621,956 645,949 668,940 691,931 711,921 729,910 746,899 759,889 767,881 775,873 781,867 784,862 787,857 789,852 791,846 793,839 794,832 795,824 796,816 796,806 796,794 796,768 793,750 787,740 781,729 774,724 765,724 755,724 744,730 731,741 718,752 701,764 681,777 661,790 637,803 609,814 580,825 547,830 508,830 429,830 368,800 326,739 283,678 262,589 262,473 262,415 268,364 279,321 290,277 306,240 327,211 348,182 375,160 406,146 437,131 472,124 512,124 550,124 583,130 612,142 641,154 666,167 687,182 708,196 725,209 740,221 754,232 765,238 773,238 778,238 782,237 785,234 788,231 791,227 794,221 796,214 798,206 799,197 800,187 800,175 800,162 Z"/>
<glyph unicode="a" horiz-adv-x="770" d="M 831,24 C 831,16 828,10 823,6 818,2 810,-1 801,-3 792,-5 778,-6 760,-6 743,-6 729,-5 719,-3 708,-1 701,2 696,6 691,10 689,16 689,24 L 689,114 C 650,72 606,39 558,16 509,-7 458,-19 404,-19 357,-19 314,-13 276,-1 237,12 205,30 178,53 151,76 130,105 115,139 100,173 92,212 92,255 92,306 102,350 123,387 144,424 173,455 212,480 251,505 298,523 354,536 410,548 473,554 543,554 L 667,554 667,624 C 667,659 663,689 656,716 649,743 637,765 621,783 604,800 583,814 557,823 531,832 499,836 461,836 420,836 384,831 352,822 319,812 291,801 267,790 242,778 222,767 206,758 189,748 177,743 169,743 164,743 159,744 155,747 151,750 148,754 145,759 142,764 139,771 138,780 137,788 136,797 136,807 136,824 137,837 140,847 142,856 148,865 157,874 166,883 181,893 203,905 225,916 250,927 279,937 308,946 339,954 373,961 407,967 441,970 476,970 541,970 596,963 641,948 686,933 723,912 751,884 779,855 799,820 812,778 825,736 831,687 831,631 L 831,24 Z M 667,435 L 526,435 C 481,435 441,431 408,424 375,416 347,405 325,390 303,375 287,357 277,336 266,315 261,290 261,263 261,216 276,179 306,152 335,124 377,110 430,110 473,110 514,121 551,143 588,165 626,199 667,244 L 667,435 Z"/>
<glyph unicode="X" horiz-adv-x="1004" d="M 996,62 C 1005,47 1010,36 1012,27 1013,18 1011,12 1005,7 999,2 989,-2 976,-4 962,-5 944,-6 921,-6 900,-6 883,-5 871,-5 859,-3 850,-2 843,1 836,4 830,7 827,11 823,14 820,19 817,25 L 529,540 238,25 C 235,19 231,14 227,10 223,6 218,3 211,1 204,-2 194,-3 182,-5 170,-5 154,-6 134,-6 112,-6 95,-5 82,-4 69,-2 61,2 56,7 51,12 49,18 51,27 52,36 57,47 66,62 L 419,657 82,1232 C 74,1247 69,1259 67,1268 64,1277 66,1284 71,1289 76,1294 86,1297 99,1298 112,1299 131,1300 154,1300 174,1300 190,1300 203,1299 216,1298 226,1296 233,1294 240,1291 246,1288 249,1284 252,1279 256,1274 260,1269 L 538,785 814,1269 C 817,1274 821,1279 824,1284 827,1288 832,1291 839,1294 845,1296 854,1298 865,1299 876,1300 892,1300 911,1300 932,1300 949,1299 962,1298 975,1296 984,1293 990,1288 995,1283 997,1277 996,1268 995,1259 990,1247 982,1232 L 646,661 996,62 Z"/>
<glyph unicode="U" horiz-adv-x="1004" d="M 1145,478 C 1145,399 1134,329 1111,268 1088,206 1055,154 1012,111 969,68 917,36 856,14 795,-8 725,-19 647,-19 576,-19 511,-9 452,12 393,33 343,63 301,104 259,144 227,194 204,255 181,316 170,386 170,465 L 170,1268 C 170,1273 171,1278 174,1282 177,1286 181,1289 188,1292 195,1294 203,1296 214,1298 225,1299 239,1300 256,1300 272,1300 286,1299 297,1298 308,1296 317,1294 324,1292 330,1289 334,1286 337,1282 340,1278 341,1273 341,1268 L 341,486 C 341,426 348,374 363,329 378,284 399,247 427,218 454,188 488,166 527,151 566,136 609,128 658,128 708,128 753,135 792,150 831,165 864,187 891,216 918,245 938,282 953,325 967,368 974,419 974,477 L 974,1268 C 974,1273 975,1278 978,1282 981,1286 985,1289 992,1292 999,1294 1008,1296 1019,1298 1030,1299 1043,1300 1060,1300 1076,1300 1090,1299 1101,1298 1112,1296 1120,1294 1127,1292 1133,1289 1138,1286 1141,1282 1144,1278 1145,1273 1145,1268 L 1145,478 Z"/>
<glyph unicode="T" horiz-adv-x="1004" d="M 983,1220 C 983,1207 982,1196 981,1187 980,1178 978,1170 975,1165 972,1159 968,1155 964,1152 959,1149 954,1148 949,1148 L 585,1148 585,26 C 585,21 584,16 581,12 578,8 574,5 567,3 560,0 552,-2 541,-4 530,-5 516,-6 499,-6 483,-6 469,-5 458,-4 447,-2 438,0 431,3 424,5 420,8 417,12 414,16 413,21 413,26 L 413,1148 49,1148 C 44,1148 39,1149 35,1152 30,1155 27,1159 24,1165 21,1170 19,1178 18,1187 16,1196 15,1207 15,1220 15,1233 16,1244 18,1254 19,1263 21,1271 24,1277 27,1283 30,1287 35,1290 39,1293 44,1294 49,1294 L 949,1294 C 954,1294 959,1293 964,1290 968,1287 972,1283 975,1277 978,1271 980,1263 981,1254 982,1244 983,1233 983,1220 Z"/>
<glyph unicode="S" horiz-adv-x="803" d="M 867,363 C 867,302 856,248 834,201 811,154 780,114 741,81 701,48 654,23 601,6 547,-11 489,-19 427,-19 384,-19 344,-15 307,-8 270,-1 237,8 208,19 179,30 154,41 135,52 115,63 101,73 94,81 86,89 80,99 77,112 73,124 71,140 71,161 71,176 72,188 73,198 74,207 76,215 79,221 82,227 85,231 89,234 93,236 98,237 103,237 112,237 126,231 143,220 160,209 181,196 208,183 235,170 267,157 305,146 342,134 386,128 435,128 472,128 507,133 538,143 569,153 595,167 618,186 640,204 657,226 669,253 681,280 687,310 687,344 687,381 679,412 662,438 645,464 623,487 596,507 569,526 538,544 503,561 468,577 432,594 395,611 358,628 323,646 288,667 253,688 222,712 195,740 168,768 146,801 129,839 112,876 103,921 103,974 103,1028 113,1076 133,1119 152,1161 180,1196 215,1225 250,1254 291,1276 340,1291 388,1306 440,1313 496,1313 525,1313 554,1311 583,1306 612,1301 639,1294 665,1286 690,1277 713,1268 733,1258 753,1247 766,1239 773,1233 779,1226 783,1221 785,1218 787,1214 789,1209 790,1204 791,1198 792,1191 793,1183 794,1175 794,1165 794,1152 794,1140 794,1129 793,1120 792,1111 790,1103 788,1097 786,1090 783,1086 780,1083 776,1080 772,1078 767,1078 760,1078 748,1083 733,1092 717,1101 698,1112 675,1124 652,1135 626,1146 595,1156 564,1165 529,1170 490,1170 454,1170 423,1165 396,1156 369,1146 347,1133 330,1117 313,1101 300,1082 291,1060 282,1038 278,1015 278,990 278,954 286,923 303,897 320,871 342,848 370,828 397,808 429,790 464,773 499,756 535,740 572,723 609,706 645,687 680,667 715,646 747,622 775,595 802,567 825,534 842,497 859,459 867,414 867,363 Z"/>
<glyph unicode="R" horiz-adv-x="870" d="M 1035,26 C 1035,21 1034,16 1032,12 1030,8 1026,5 1019,2 1012,-1 1003,-3 991,-4 979,-5 963,-6 943,-6 926,-6 912,-5 901,-4 890,-3 881,0 874,3 867,6 862,10 859,15 855,20 852,27 849,35 L 730,340 C 716,375 702,407 687,436 672,465 654,490 633,511 612,532 588,548 560,560 532,571 498,577 459,577 L 344,577 344,26 C 344,21 343,16 340,12 337,8 332,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 241,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 511,1294 C 544,1294 571,1293 593,1292 614,1290 634,1288 651,1286 701,1277 745,1264 784,1245 822,1226 854,1203 880,1174 906,1145 926,1113 939,1076 952,1039 958,998 958,953 958,910 952,871 941,837 929,802 912,772 890,746 868,719 842,696 811,677 780,658 746,641 708,628 729,619 749,607 766,593 783,578 800,561 815,541 830,521 844,498 857,472 870,446 884,417 897,384 L 1013,99 C 1022,75 1028,58 1031,49 1034,39 1035,31 1035,26 Z M 776,935 C 776,986 765,1029 742,1064 719,1099 681,1124 628,1139 611,1144 593,1147 572,1149 551,1151 523,1152 489,1152 L 344,1152 344,716 512,716 C 557,716 597,722 630,733 663,744 690,759 712,779 734,798 750,821 761,848 771,875 776,904 776,935 Z"/>
<glyph unicode="P" horiz-adv-x="803" d="M 967,915 C 967,850 956,792 935,740 914,688 883,644 844,607 804,570 755,542 698,522 640,502 571,492 491,492 L 344,492 344,26 C 344,21 343,16 340,12 337,8 332,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 241,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1220 C 172,1247 179,1266 193,1277 207,1288 223,1294 240,1294 L 517,1294 C 545,1294 572,1293 598,1291 623,1288 654,1283 689,1276 724,1268 759,1254 796,1233 832,1212 863,1186 888,1155 913,1124 933,1089 947,1049 960,1008 967,964 967,915 Z M 786,901 C 786,954 776,998 757,1033 737,1068 713,1095 684,1112 655,1129 625,1140 594,1145 563,1150 532,1152 503,1152 L 344,1152 344,633 499,633 C 551,633 594,640 629,653 663,666 692,685 715,709 738,732 756,761 768,794 780,827 786,862 786,901 Z"/>
<glyph unicode="N" horiz-adv-x="1004" d="M 1150,71 C 1150,58 1148,46 1144,37 1139,28 1134,20 1127,14 1120,8 1112,4 1103,1 1094,-2 1086,-3 1077,-3 L 1022,-3 C 1005,-3 990,-1 977,3 964,6 951,13 940,23 928,32 916,45 905,62 893,79 880,100 866,126 L 458,862 C 437,900 415,940 394,982 372,1023 352,1064 333,1103 L 331,1103 C 332,1055 333,1006 334,956 335,906 335,856 335,807 L 335,26 C 335,21 334,17 331,13 328,8 324,5 318,3 311,0 303,-2 293,-4 282,-5 269,-6 253,-6 237,-6 224,-5 214,-4 203,-2 195,0 189,3 183,5 179,8 176,13 173,17 172,21 172,26 L 172,1220 C 172,1247 179,1266 194,1277 209,1288 225,1294 242,1294 L 324,1294 C 343,1294 360,1292 373,1289 386,1286 397,1280 408,1273 418,1265 428,1254 438,1241 447,1227 458,1210 469,1189 L 783,621 C 802,586 821,553 839,520 857,487 874,454 891,422 908,390 924,359 941,328 957,297 973,265 989,234 L 990,234 C 989,287 988,342 988,399 987,456 987,510 987,563 L 987,1265 C 987,1270 988,1274 991,1278 994,1282 998,1286 1005,1289 1011,1292 1019,1294 1030,1295 1040,1296 1053,1297 1070,1297 1085,1297 1097,1296 1108,1295 1119,1294 1127,1292 1133,1289 1139,1286 1143,1282 1146,1278 1149,1274 1150,1270 1150,1265 L 1150,71 Z"/>
<glyph unicode="M" horiz-adv-x="1438" d="M 1579,26 C 1579,21 1578,16 1575,12 1572,8 1568,5 1561,3 1554,0 1546,-2 1536,-4 1525,-5 1512,-6 1495,-6 1480,-6 1467,-5 1456,-4 1445,-2 1436,0 1430,3 1423,5 1419,8 1416,12 1413,16 1412,21 1412,26 L 1412,1153 1410,1153 949,21 C 947,16 944,12 941,9 937,6 932,3 925,1 918,-2 909,-3 900,-5 890,-5 878,-6 865,-6 851,-6 839,-5 829,-4 819,-3 811,-1 804,2 797,4 792,7 789,10 785,13 782,17 781,21 L 340,1153 339,1153 339,26 C 339,21 338,16 335,12 332,8 328,5 321,3 314,0 306,-2 295,-4 284,-5 271,-6 254,-6 238,-6 225,-5 214,-4 203,-2 195,0 189,3 182,5 178,8 176,12 173,16 172,21 172,26 L 172,1216 C 172,1244 179,1264 194,1276 209,1288 225,1294 243,1294 L 347,1294 C 368,1294 387,1292 403,1288 419,1284 433,1278 445,1269 457,1260 467,1249 475,1236 483,1223 490,1207 496,1189 L 871,252 876,252 1266,1186 C 1273,1206 1281,1223 1290,1237 1299,1251 1308,1262 1319,1271 1329,1279 1340,1285 1353,1289 1366,1292 1380,1294 1397,1294 L 1506,1294 C 1516,1294 1526,1293 1535,1290 1544,1287 1551,1282 1558,1276 1564,1269 1569,1261 1573,1252 1577,1242 1579,1230 1579,1216 L 1579,26 Z"/>
<glyph unicode="L" horiz-adv-x="703" d="M 843,75 C 843,62 842,51 841,42 840,33 838,25 835,19 832,12 828,8 824,5 819,2 814,0 808,0 L 236,0 C 221,0 206,5 193,16 179,26 172,44 172,70 L 172,1268 C 172,1273 173,1278 176,1282 179,1286 183,1289 190,1292 197,1294 206,1296 217,1298 228,1299 242,1300 258,1300 275,1300 289,1299 300,1298 311,1296 319,1294 326,1292 333,1289 337,1286 340,1282 343,1278 344,1273 344,1268 L 344,149 808,149 C 814,149 819,148 824,145 828,142 832,137 835,132 838,126 840,118 841,109 842,100 843,88 843,75 Z"/>
<glyph unicode="I" horiz-adv-x="202" d="M 344,26 C 344,21 343,16 340,12 337,8 333,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 242,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1268 C 172,1273 174,1278 177,1282 180,1286 185,1289 192,1292 199,1294 208,1296 219,1298 230,1299 243,1300 258,1300 275,1300 289,1299 300,1298 311,1296 319,1294 326,1292 333,1289 337,1286 340,1282 343,1278 344,1273 344,1268 L 344,26 Z"/>
<glyph unicode="H" horiz-adv-x="937" d="M 1104,26 C 1104,21 1103,16 1100,12 1097,8 1093,5 1086,3 1079,0 1071,-2 1060,-4 1049,-5 1035,-6 1019,-6 1002,-6 988,-5 977,-4 966,-2 958,0 951,3 944,5 940,8 937,12 934,16 933,21 933,26 L 933,600 344,600 344,26 C 344,21 343,16 340,12 337,8 333,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 242,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1268 C 172,1273 173,1278 176,1282 179,1286 183,1289 190,1292 197,1294 206,1296 217,1298 228,1299 242,1300 258,1300 275,1300 289,1299 300,1298 311,1296 319,1294 326,1292 333,1289 337,1286 340,1282 343,1278 344,1273 344,1268 L 344,750 933,750 933,1268 C 933,1273 934,1278 937,1282 940,1286 944,1289 951,1292 958,1294 966,1296 977,1298 988,1299 1002,1300 1019,1300 1035,1300 1049,1299 1060,1298 1071,1296 1079,1294 1086,1292 1093,1289 1097,1286 1100,1282 1103,1278 1104,1273 1104,1268 L 1104,26 Z"/>
<glyph unicode="F" horiz-adv-x="703" d="M 852,1220 C 852,1207 851,1196 850,1187 849,1178 846,1170 843,1165 840,1159 836,1155 832,1152 827,1149 823,1148 818,1148 L 344,1148 344,708 792,708 C 797,708 801,707 806,705 810,702 814,698 817,693 820,688 823,681 824,672 825,663 826,651 826,637 826,624 825,614 824,605 823,596 820,588 817,583 814,577 810,573 806,570 801,567 797,565 792,565 L 344,565 344,26 C 344,21 343,17 340,13 337,8 333,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 242,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,13 173,17 172,21 172,26 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 818,1294 C 823,1294 827,1293 832,1290 836,1287 840,1283 843,1277 846,1271 849,1263 850,1254 851,1244 852,1233 852,1220 Z"/>
<glyph unicode="E" horiz-adv-x="736" d="M 892,71 C 892,59 891,49 890,40 889,31 886,23 883,17 880,11 876,7 872,4 867,1 862,0 857,0 L 236,0 C 221,0 206,5 193,16 179,26 172,44 172,70 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 850,1294 C 855,1294 860,1293 865,1290 869,1287 872,1283 875,1277 878,1271 880,1264 882,1255 883,1246 884,1234 884,1221 884,1209 883,1199 882,1190 880,1181 878,1173 875,1168 872,1162 869,1158 865,1155 860,1152 855,1151 850,1151 L 344,1151 344,745 778,745 C 783,745 788,744 793,741 797,738 801,733 804,728 807,723 809,715 810,706 811,697 812,686 812,673 812,661 811,651 810,642 809,633 807,626 804,621 801,616 797,612 793,610 788,607 783,606 778,606 L 344,606 344,143 857,143 C 862,143 867,142 872,139 876,136 880,132 883,127 886,121 889,114 890,105 891,96 892,84 892,71 Z"/>
<glyph unicode="D" horiz-adv-x="1004" d="M 1167,666 C 1167,554 1153,456 1124,373 1095,289 1054,220 999,165 944,110 876,68 796,41 716,14 621,0 510,0 L 236,0 C 221,0 206,5 193,16 179,26 172,44 172,70 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 529,1294 C 641,1294 736,1280 813,1251 890,1222 955,1180 1008,1126 1060,1071 1100,1005 1127,928 1154,851 1167,763 1167,666 Z M 986,659 C 986,729 977,794 960,855 943,915 916,967 879,1011 842,1055 795,1089 738,1114 681,1139 608,1151 519,1151 L 344,1151 344,144 521,144 C 604,144 673,154 730,175 787,196 834,227 872,270 910,313 939,366 958,431 977,495 986,571 986,659 Z"/>
<glyph unicode="C" horiz-adv-x="970" d="M 1036,183 C 1036,172 1036,163 1035,155 1034,147 1033,140 1032,134 1030,128 1028,123 1025,118 1022,113 1018,108 1011,101 1004,94 990,84 969,71 948,57 921,44 890,31 858,18 822,7 781,-3 740,-11 695,-16 646,-16 562,-16 486,-2 419,26 351,54 293,95 246,150 198,205 161,272 136,353 110,433 97,525 97,630 97,737 111,833 139,917 166,1001 205,1072 255,1131 305,1189 365,1233 435,1264 504,1295 581,1310 666,1310 703,1310 740,1307 775,1300 810,1293 843,1284 873,1273 903,1262 930,1250 953,1236 976,1222 993,1211 1002,1202 1011,1193 1016,1186 1019,1181 1022,1176 1024,1171 1026,1165 1027,1158 1029,1151 1030,1142 1031,1133 1031,1123 1031,1111 1031,1098 1030,1086 1029,1077 1028,1068 1026,1060 1023,1054 1020,1047 1017,1043 1014,1040 1010,1037 1005,1035 1000,1035 991,1035 978,1042 961,1055 944,1068 923,1082 897,1098 870,1113 838,1128 801,1141 763,1154 718,1160 665,1160 608,1160 556,1149 509,1126 462,1103 421,1069 388,1024 355,979 329,925 311,861 292,796 283,723 283,640 283,558 292,486 310,423 327,360 353,307 386,265 419,222 459,190 507,169 555,147 609,136 670,136 721,136 766,142 805,155 843,168 876,182 903,198 930,213 952,227 969,240 986,253 1000,259 1010,259 1015,259 1019,258 1022,256 1025,254 1028,250 1030,245 1032,239 1034,231 1035,221 1036,211 1036,198 1036,183 Z"/>
<glyph unicode="A" horiz-adv-x="1138" d="M 1141,61 C 1146,46 1149,35 1150,26 1150,17 1147,10 1142,5 1137,0 1128,-3 1116,-4 1103,-5 1087,-6 1066,-6 1045,-6 1029,-5 1017,-5 1004,-3 995,-2 989,1 982,3 978,6 975,10 972,14 969,19 966,25 L 855,340 317,340 211,29 C 209,23 206,18 203,14 200,9 195,6 189,3 182,0 173,-3 162,-4 150,-5 135,-6 116,-6 97,-6 81,-5 69,-4 56,-2 48,1 43,6 38,11 35,18 36,27 36,36 39,47 44,62 L 478,1264 C 481,1271 484,1277 489,1282 493,1287 499,1290 508,1293 516,1296 527,1298 540,1299 553,1300 569,1300 589,1300 610,1300 628,1300 642,1299 656,1298 667,1296 676,1293 685,1290 691,1287 696,1282 701,1277 704,1270 707,1263 L 1141,61 Z M 584,1122 L 583,1122 360,477 810,477 584,1122 Z"/>
<glyph unicode=":" horiz-adv-x="235" d="M 397,800 C 397,779 396,761 393,746 390,731 384,720 376,711 367,702 356,695 343,692 330,688 313,686 292,686 271,686 253,688 240,692 227,695 216,702 208,711 200,720 195,731 192,746 189,761 187,779 187,800 187,823 189,842 192,857 195,872 200,884 208,893 216,902 227,908 240,912 253,915 271,917 292,917 313,917 330,915 343,912 356,908 367,902 376,893 384,884 390,872 393,857 396,842 397,823 397,800 Z M 397,106 C 397,84 396,66 393,51 390,36 384,25 376,16 367,7 356,0 343,-4 330,-7 313,-9 292,-9 271,-9 253,-7 240,-4 227,0 216,7 208,16 200,25 195,36 192,51 189,66 187,84 187,106 187,128 189,147 192,162 195,177 200,188 208,197 216,206 227,212 240,216 253,220 271,222 292,222 313,222 330,220 343,216 356,212 367,206 376,197 384,188 390,177 393,162 396,147 397,128 397,106 Z"/>
<glyph unicode="9" horiz-adv-x="870" d="M 934,698 C 934,642 931,585 924,528 917,471 906,416 890,363 874,310 853,260 826,214 799,167 765,127 724,92 683,57 634,30 578,11 521,-9 456,-19 381,-19 352,-19 325,-17 298,-14 271,-10 246,-5 225,0 203,5 185,11 170,17 155,23 145,29 138,35 131,41 127,49 124,60 121,70 119,84 119,101 119,116 120,127 121,136 122,145 123,151 125,156 127,161 130,164 134,166 137,167 142,168 147,168 154,168 165,166 178,161 191,156 208,150 229,144 249,138 273,133 300,128 327,123 358,120 392,120 457,120 512,133 559,158 605,183 643,216 672,258 701,300 723,349 738,404 753,459 761,518 762,579 727,558 684,540 635,524 586,508 529,500 465,500 393,500 333,510 284,530 235,549 195,576 166,610 136,644 115,684 102,731 89,778 82,829 82,884 82,941 90,996 107,1048 124,1099 150,1145 185,1184 220,1223 265,1255 320,1278 375,1301 440,1313 516,1313 570,1313 618,1306 660,1293 701,1279 737,1259 768,1234 799,1208 825,1177 846,1141 867,1104 885,1063 898,1017 911,971 920,921 926,868 931,814 934,757 934,698 Z M 759,717 C 759,802 753,874 742,933 731,991 714,1038 692,1074 670,1110 643,1136 611,1152 579,1168 542,1176 500,1176 457,1176 420,1168 389,1153 358,1137 333,1116 314,1090 294,1063 279,1033 270,1000 261,967 256,932 256,897 256,858 260,822 269,789 277,756 290,729 309,706 328,683 352,666 382,654 412,641 449,635 493,635 543,635 591,643 638,658 685,673 725,692 759,717 Z"/>
<glyph unicode="2" horiz-adv-x="837" d="M 924,74 C 924,62 923,51 922,42 920,33 918,25 915,19 912,12 908,8 903,5 898,2 892,0 886,0 L 171,0 C 162,0 154,1 147,4 140,6 134,10 129,15 124,20 120,28 118,38 115,48 114,60 114,75 114,88 115,100 116,110 117,120 119,129 122,137 125,144 130,152 135,160 140,167 146,175 154,184 L 405,450 C 463,511 510,566 545,615 580,664 607,708 626,748 645,788 657,824 663,857 669,890 672,920 672,949 672,978 667,1005 658,1031 649,1056 635,1079 618,1098 600,1117 578,1133 551,1144 524,1155 494,1161 459,1161 418,1161 382,1155 350,1144 317,1133 289,1120 265,1107 240,1094 220,1081 204,1070 187,1059 175,1053 167,1053 162,1053 158,1054 155,1057 151,1060 148,1064 146,1070 143,1076 141,1084 140,1094 139,1104 138,1116 138,1130 138,1140 138,1149 139,1156 140,1163 141,1170 143,1175 144,1180 146,1185 149,1190 152,1195 157,1201 165,1208 173,1215 187,1224 207,1236 226,1248 251,1260 281,1272 310,1283 343,1293 379,1301 414,1309 452,1313 491,1313 554,1313 609,1304 656,1287 703,1269 742,1245 773,1214 804,1183 827,1148 842,1107 857,1066 865,1023 865,977 865,936 861,895 854,854 847,813 831,768 808,721 784,673 750,620 705,562 660,503 601,436 527,360 L 322,146 885,146 C 890,146 896,145 901,142 906,139 910,134 914,128 917,122 920,115 922,106 923,97 924,86 924,74 Z"/>
<glyph unicode="1" horiz-adv-x="770" d="M 927,68 C 927,55 926,45 924,36 922,27 919,20 916,15 913,10 909,6 905,4 900,1 896,0 891,0 L 215,0 C 210,0 206,1 202,4 198,6 194,10 191,15 187,20 184,27 182,36 180,45 179,55 179,68 179,80 180,90 182,99 184,108 187,115 190,121 193,126 196,131 201,134 205,137 210,138 215,138 L 485,138 485,1122 235,973 C 222,966 212,962 205,961 197,960 191,961 186,966 181,970 178,977 177,987 175,997 174,1010 174,1025 174,1036 175,1046 176,1054 177,1062 178,1069 180,1074 182,1079 185,1084 189,1088 192,1092 197,1096 203,1100 L 501,1291 C 504,1293 507,1295 511,1296 515,1297 520,1299 526,1300 532,1301 539,1302 547,1302 555,1302 565,1302 577,1302 593,1302 606,1301 617,1300 628,1299 636,1297 642,1295 648,1293 652,1290 654,1286 656,1283 657,1279 657,1275 L 657,138 891,138 C 896,138 901,137 906,134 911,131 915,126 918,121 921,115 923,108 925,99 926,90 927,80 927,68 Z"/>
<glyph unicode="0" horiz-adv-x="903" d="M 967,650 C 967,551 959,460 944,378 928,296 902,226 866,167 829,108 782,62 723,30 664,-3 592,-19 506,-19 425,-19 356,-4 301,25 245,54 200,96 166,153 132,209 108,278 94,361 79,443 72,537 72,644 72,743 80,833 96,916 112,998 138,1069 174,1128 210,1187 257,1232 316,1265 375,1297 447,1313 532,1313 614,1313 683,1299 739,1270 794,1241 839,1198 873,1142 907,1085 931,1016 946,934 960,851 967,757 967,650 Z M 791,638 C 791,703 789,761 784,812 779,863 773,909 764,948 755,987 743,1021 729,1050 714,1078 697,1101 677,1120 657,1138 634,1151 609,1160 583,1168 554,1172 522,1172 465,1172 419,1159 384,1132 349,1105 321,1069 301,1022 280,975 266,921 259,858 252,795 248,728 248,656 248,559 253,477 263,410 273,342 289,287 311,244 332,201 360,170 394,151 427,132 468,122 516,122 553,122 586,128 615,140 643,152 667,169 688,192 708,214 725,241 738,272 751,303 762,338 770,376 778,414 784,455 787,500 790,544 791,590 791,638 Z"/>
<glyph unicode="/" horiz-adv-x="803" d="M 168,-241 C 165,-250 162,-256 158,-262 153,-266 148,-270 141,-273 134,-276 126,-278 117,-279 107,-280 95,-281 81,-281 64,-281 51,-280 40,-278 29,-275 20,-272 14,-268 8,-263 4,-258 3,-252 2,-245 3,-238 7,-229 L 612,1430 C 615,1439 618,1446 623,1451 627,1456 632,1460 639,1463 645,1466 653,1468 663,1469 673,1470 685,1470 699,1470 716,1470 729,1469 740,1467 751,1464 759,1461 765,1457 771,1453 775,1448 776,1441 777,1434 776,1427 773,1418 L 168,-241 Z"/>
<glyph unicode="." horiz-adv-x="235" d="M 366,109 C 366,62 358,30 343,15 327,-1 298,-9 257,-9 217,-9 189,-1 174,14 159,29 151,60 151,106 151,153 159,185 175,201 190,216 219,224 260,224 300,224 328,216 343,201 358,186 366,155 366,109 Z"/>
<glyph unicode="," horiz-adv-x="369" d="M 371,143 C 371,122 370,103 368,86 366,69 363,52 358,37 353,22 347,7 340,-9 332,-23 322,-39 311,-56 L 174,-262 C 171,-267 167,-271 163,-274 158,-277 153,-280 147,-283 140,-286 133,-287 125,-289 116,-289 106,-290 93,-290 82,-290 72,-289 65,-289 57,-287 51,-286 48,-284 45,-281 43,-278 43,-274 42,-270 43,-265 46,-260 L 179,15 179,143 C 179,161 181,175 185,186 188,197 194,205 202,210 210,215 220,219 232,221 244,223 259,224 276,224 293,224 307,223 319,221 331,219 341,215 349,210 356,205 362,197 366,186 369,175 371,161 371,143 Z"/>
<glyph unicode="+" horiz-adv-x="903" d="M 950,576 C 950,563 949,553 947,544 945,535 942,527 939,521 936,515 932,511 927,508 922,505 917,504 912,504 L 584,504 584,140 C 584,135 583,130 580,127 577,123 573,120 568,117 562,114 554,112 545,111 536,109 524,108 510,108 497,108 485,109 476,111 466,112 458,114 453,117 447,120 443,123 440,127 437,130 436,135 436,140 L 436,504 108,504 C 102,504 97,505 93,508 88,511 84,515 81,521 78,527 75,535 73,544 71,553 70,563 70,576 70,588 71,599 73,608 75,617 78,624 81,630 84,636 88,640 93,643 97,646 102,647 107,647 L 436,647 436,1011 C 436,1016 437,1021 440,1026 443,1030 447,1034 453,1037 458,1040 466,1042 476,1044 485,1045 497,1046 510,1046 524,1046 536,1045 545,1044 554,1042 562,1040 568,1037 573,1034 577,1030 580,1026 583,1021 584,1016 584,1011 L 584,647 913,647 C 918,647 923,646 928,643 932,640 936,636 940,630 943,624 946,617 948,608 949,599 950,588 950,576 Z"/>
<glyph unicode=" " horiz-adv-x="468"/>
</font>
</defs>
<defs>
<font id="EmbeddedFont_2" horiz-adv-x="2048">
<font-face font-family="Calibri embedded" units-per-em="2048" font-weight="bold" font-style="normal" ascent="1537" descent="501"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="u" horiz-adv-x="870" d="M 972,34 C 972,27 970,22 967,17 964,12 958,7 950,4 941,1 930,-2 917,-4 903,-5 886,-6 865,-6 843,-6 825,-5 812,-4 798,-2 787,1 779,4 771,7 765,12 762,17 759,22 757,27 757,34 L 757,137 C 708,84 658,44 607,17 556,-10 503,-23 448,-23 387,-23 335,-13 294,7 252,27 218,54 193,89 167,124 149,164 138,210 127,255 121,312 121,380 L 121,926 C 121,933 123,939 127,944 130,949 137,953 147,956 156,959 169,962 186,964 202,965 222,966 246,966 271,966 291,965 307,964 323,962 336,959 346,956 355,953 362,949 366,944 370,939 372,933 372,926 L 372,422 C 372,375 375,340 381,315 387,290 396,269 409,252 421,234 437,220 456,211 475,201 497,196 522,196 554,196 586,208 619,231 651,254 685,288 722,333 L 722,926 C 722,933 724,939 728,944 731,949 738,953 748,956 757,959 770,962 786,964 802,965 822,966 847,966 872,966 892,965 908,964 924,962 937,959 946,956 955,953 962,949 966,944 970,939 972,933 972,926 L 972,34 Z"/>
<glyph unicode="t" horiz-adv-x="669" d="M 654,122 C 654,93 652,70 649,55 645,39 640,28 634,22 628,15 619,10 608,5 596,0 582,-5 567,-9 551,-12 534,-15 516,-17 497,-19 479,-20 460,-20 410,-20 367,-14 330,-1 293,12 263,31 239,58 215,84 197,117 186,157 175,197 169,244 169,299 L 169,756 62,756 C 49,756 40,764 33,780 26,795 23,821 23,858 23,877 24,894 26,907 27,920 30,931 33,939 36,946 41,952 46,955 51,958 56,960 63,960 L 169,960 169,1159 C 169,1166 171,1172 175,1177 178,1182 185,1187 195,1191 204,1194 217,1197 234,1199 250,1200 270,1201 294,1201 319,1201 339,1200 356,1199 372,1197 385,1194 394,1191 403,1187 410,1182 414,1177 418,1172 420,1166 420,1159 L 420,960 614,960 C 621,960 627,958 632,955 637,952 641,946 644,939 647,931 650,920 652,907 653,894 654,877 654,858 654,821 651,795 644,780 637,764 628,756 615,756 L 420,756 420,337 C 420,288 428,252 443,228 458,203 486,191 525,191 538,191 550,192 561,195 572,197 581,200 590,203 598,206 605,208 611,211 616,213 621,214 626,214 630,214 634,213 638,211 641,208 644,204 646,197 648,190 650,180 652,168 653,156 654,141 654,122 Z"/>
<glyph unicode="s" horiz-adv-x="703" d="M 754,286 C 754,235 745,191 726,152 707,113 680,81 645,55 610,29 569,10 522,-4 475,-16 423,-23 368,-23 335,-23 303,-20 273,-16 242,-10 215,-4 191,4 167,11 147,19 131,27 115,35 103,43 96,50 89,57 83,68 79,83 75,98 73,120 73,149 73,168 74,184 75,196 76,207 78,217 81,224 84,231 87,235 91,238 95,240 100,241 106,241 113,241 124,237 139,229 153,220 171,211 192,201 213,191 238,182 267,173 295,164 327,160 363,160 386,160 406,162 424,167 441,172 457,178 470,187 483,196 492,207 499,220 506,233 509,249 509,266 509,286 503,303 491,318 478,332 462,344 442,355 421,366 398,376 373,385 347,394 321,405 294,416 267,427 240,440 215,455 189,470 166,488 146,509 125,530 109,556 97,586 84,616 78,652 78,694 78,737 86,776 103,812 120,847 144,878 175,903 206,928 245,948 290,962 335,976 385,983 441,983 469,983 496,981 523,977 549,973 573,968 594,962 615,956 633,950 648,943 663,936 673,930 680,925 686,920 690,915 693,910 696,905 698,899 699,892 700,885 702,876 703,866 704,855 704,842 704,827 704,809 704,794 703,783 702,772 700,763 698,756 695,749 692,745 688,743 684,740 679,739 674,739 668,739 659,743 646,750 633,757 618,764 599,772 580,780 558,788 533,795 508,802 479,805 447,805 424,805 405,803 388,798 371,793 358,787 347,778 336,769 328,759 323,748 318,736 315,723 315,710 315,689 321,672 334,658 347,644 363,632 384,621 405,610 428,600 455,591 481,582 508,572 535,561 562,550 588,537 615,522 641,507 664,489 685,468 706,447 722,421 735,392 748,362 754,327 754,286 Z"/>
<glyph unicode="r" horiz-adv-x="603" d="M 699,843 C 699,819 698,800 697,784 696,769 694,757 691,748 688,739 685,733 681,730 676,727 671,725 664,725 659,725 653,726 646,729 639,731 632,733 624,736 615,739 606,741 596,744 586,746 575,747 563,747 549,747 535,744 521,739 507,733 493,724 478,712 463,700 447,684 431,664 414,644 397,619 378,590 L 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,926 C 126,933 128,939 131,944 134,949 140,953 149,956 158,959 169,962 183,964 196,965 213,966 234,966 255,966 273,965 287,964 301,962 312,959 320,956 327,953 333,949 336,944 339,939 341,933 341,926 L 341,815 C 364,848 386,875 407,897 428,918 447,935 466,947 485,960 503,969 522,974 541,979 559,981 578,981 587,981 596,981 606,981 616,981 626,980 637,977 648,975 657,972 665,969 673,966 679,963 683,960 686,957 689,953 691,949 692,945 694,939 695,932 696,925 697,915 698,901 699,887 699,868 699,843 Z"/>
<glyph unicode="p" horiz-adv-x="937" d="M 1024,493 C 1024,414 1016,342 999,279 982,215 957,161 924,116 891,71 851,37 802,13 753,-11 698,-23 635,-23 609,-23 585,-20 564,-16 542,-10 521,-3 501,8 480,18 460,31 440,46 420,61 399,79 378,100 L 378,-320 C 378,-327 376,-333 372,-338 368,-343 361,-348 352,-352 342,-355 329,-358 313,-360 297,-362 277,-363 252,-363 227,-363 207,-362 191,-360 175,-358 162,-355 153,-352 143,-348 136,-343 132,-338 128,-333 126,-327 126,-320 L 126,926 C 126,933 128,939 131,944 134,949 140,953 149,956 157,959 168,962 182,964 195,965 212,966 233,966 253,966 270,965 284,964 297,962 308,959 317,956 325,953 331,949 334,944 337,939 339,933 339,926 L 339,821 C 365,848 391,871 416,892 441,912 466,929 492,943 518,956 545,966 573,973 600,980 630,983 661,983 726,983 782,970 828,945 874,919 912,884 941,839 970,794 991,742 1004,683 1017,624 1024,560 1024,493 Z M 762,475 C 762,513 759,550 754,585 748,620 738,651 725,678 711,705 693,727 671,744 648,760 620,768 587,768 570,768 554,766 538,761 521,756 505,747 488,736 471,725 453,710 435,692 417,674 398,652 378,625 L 378,331 C 413,286 447,252 479,228 511,203 544,191 579,191 612,191 640,199 663,216 686,233 704,255 719,282 734,309 745,339 752,373 759,407 762,441 762,475 Z"/>
<glyph unicode="o" horiz-adv-x="970" d="M 1028,489 C 1028,413 1018,344 998,281 978,218 948,164 907,119 866,74 815,39 754,14 693,-11 621,-23 539,-23 460,-23 391,-12 332,10 273,32 225,64 186,106 147,148 119,200 100,261 81,322 72,392 72,471 72,547 82,617 103,680 123,743 153,797 194,842 235,887 286,921 347,946 408,971 479,983 561,983 641,983 710,972 769,951 828,929 876,897 915,855 953,813 981,761 1000,700 1019,639 1028,568 1028,489 Z M 769,479 C 769,523 766,564 759,601 752,638 740,670 723,697 706,724 684,746 657,761 629,776 594,784 552,784 515,784 482,777 454,764 426,750 403,730 385,704 367,677 354,646 345,609 336,572 331,529 331,482 331,438 335,398 342,361 349,324 361,291 378,264 394,237 416,216 444,201 472,186 507,178 548,178 586,178 619,185 647,199 675,212 698,232 716,258 734,284 747,316 756,353 765,390 769,432 769,479 Z"/>
<glyph unicode="n" horiz-adv-x="904" d="M 978,34 C 978,27 976,22 972,17 968,12 961,7 952,4 943,1 930,-2 914,-4 897,-5 877,-6 853,-6 828,-6 808,-5 792,-4 775,-2 762,1 753,4 744,7 737,12 733,17 729,22 727,27 727,34 L 727,543 C 727,586 724,620 718,645 711,670 702,691 690,709 678,726 663,740 644,750 625,759 602,764 577,764 545,764 513,752 480,729 447,706 413,672 378,627 L 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,926 C 126,933 128,939 131,944 134,949 140,953 149,956 158,959 169,962 183,964 196,965 213,966 234,966 255,966 273,965 287,964 301,962 312,959 320,956 327,953 333,949 336,944 339,939 341,933 341,926 L 341,823 C 390,876 441,916 492,943 543,970 596,983 651,983 712,983 763,973 805,953 846,933 880,906 906,872 931,837 950,797 961,751 972,705 978,650 978,585 L 978,34 Z"/>
<glyph unicode="m" horiz-adv-x="1472" d="M 1545,34 C 1545,27 1543,22 1539,17 1535,12 1528,7 1519,4 1510,1 1497,-2 1481,-4 1465,-5 1445,-6 1420,-6 1395,-6 1374,-5 1358,-4 1342,-2 1329,1 1320,4 1310,7 1303,12 1300,17 1296,22 1294,27 1294,34 L 1294,563 C 1294,593 1291,620 1286,645 1280,670 1271,691 1260,709 1248,726 1233,740 1216,750 1198,759 1177,764 1152,764 1122,764 1092,752 1061,729 1030,706 997,672 961,627 L 961,34 C 961,27 959,22 955,17 951,12 944,7 935,4 925,1 912,-2 896,-4 880,-5 860,-6 836,-6 811,-6 791,-5 775,-4 759,-2 746,1 737,4 727,7 720,12 716,17 712,22 710,27 710,34 L 710,563 C 710,593 707,620 702,645 696,670 687,691 676,709 665,726 650,740 632,750 614,759 593,764 569,764 538,764 508,752 477,729 446,706 413,672 378,627 L 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,926 C 126,933 128,939 131,944 134,949 140,953 149,956 158,959 169,962 183,964 196,965 213,966 234,966 255,966 273,965 287,964 301,962 312,959 320,956 327,953 333,949 336,944 339,939 341,933 341,926 L 341,823 C 390,876 440,916 489,943 538,970 589,983 642,983 679,983 712,979 741,972 770,964 797,953 820,939 843,924 862,907 879,887 896,867 910,845 921,820 948,849 974,873 1000,894 1025,915 1051,932 1076,945 1101,958 1126,967 1151,974 1176,980 1201,983 1227,983 1286,983 1336,973 1377,953 1418,933 1451,906 1476,872 1501,837 1518,797 1529,751 1540,705 1545,656 1545,605 L 1545,34 Z"/>
<glyph unicode="l" horiz-adv-x="302" d="M 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,1349 C 126,1356 128,1362 132,1367 136,1372 143,1377 153,1381 162,1384 175,1387 191,1389 207,1391 227,1392 252,1392 277,1392 297,1391 313,1389 329,1387 342,1384 352,1381 361,1377 368,1372 372,1367 376,1362 378,1356 378,1349 L 378,34 Z"/>
<glyph unicode="i" horiz-adv-x="302" d="M 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,924 C 126,931 128,937 132,942 136,947 143,951 153,955 162,958 175,961 191,963 207,965 227,966 252,966 277,966 297,965 313,963 329,961 342,958 352,955 361,951 368,947 372,942 376,937 378,931 378,924 L 378,34 Z M 397,1228 C 397,1177 387,1142 366,1123 345,1104 307,1094 251,1094 194,1094 156,1103 137,1122 117,1141 107,1174 107,1223 107,1274 117,1309 138,1329 158,1348 196,1358 253,1358 309,1358 347,1349 367,1330 387,1311 397,1277 397,1228 Z"/>
<glyph unicode="h" horiz-adv-x="904" d="M 978,34 C 978,27 976,22 972,17 968,12 961,7 952,4 943,1 930,-2 914,-4 897,-5 877,-6 853,-6 828,-6 808,-5 792,-4 775,-2 762,1 753,4 744,7 737,12 733,17 729,22 727,27 727,34 L 727,543 C 727,586 724,620 718,645 711,670 702,691 690,709 678,726 663,740 644,750 625,759 602,764 577,764 545,764 513,752 480,729 447,706 413,672 378,627 L 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,1349 C 126,1356 128,1362 132,1367 136,1372 143,1377 153,1381 162,1384 175,1387 191,1389 207,1391 227,1392 252,1392 277,1392 297,1391 313,1389 329,1387 342,1384 352,1381 361,1377 368,1372 372,1367 376,1362 378,1356 378,1349 L 378,856 C 421,899 466,931 511,952 556,973 602,983 651,983 712,983 763,973 805,953 846,933 880,906 906,871 931,836 950,796 961,750 972,703 978,647 978,581 L 978,34 Z"/>
<glyph unicode="g" horiz-adv-x="937" d="M 930,864 C 930,832 926,808 919,793 912,778 903,770 892,770 L 787,770 C 802,754 812,736 819,716 825,695 828,674 828,652 828,600 819,554 802,514 785,473 760,439 728,412 695,384 656,363 611,349 565,334 514,327 458,327 429,327 402,331 376,338 350,345 330,353 316,362 308,353 301,343 295,331 288,319 285,306 285,291 285,272 294,256 311,244 328,231 351,224 382,223 L 599,215 C 650,213 695,206 735,194 774,181 808,164 835,142 862,119 882,92 897,61 911,30 918,-6 918,-46 918,-90 908,-131 889,-171 870,-209 841,-243 802,-272 763,-301 715,-323 657,-340 598,-357 530,-365 452,-365 376,-365 311,-359 258,-347 204,-335 160,-318 126,-297 91,-276 66,-250 51,-221 35,-191 27,-158 27,-123 27,-101 30,-80 36,-60 41,-40 50,-21 61,-3 72,16 85,33 101,50 117,67 135,83 156,98 127,113 105,134 90,161 74,187 66,216 66,247 66,286 75,322 93,355 111,387 134,416 163,442 140,465 121,493 107,526 93,559 86,599 86,648 86,700 95,747 114,788 132,829 157,863 190,892 223,920 262,942 307,957 352,972 402,979 457,979 485,979 512,977 538,974 563,971 587,966 609,960 L 892,960 C 903,960 913,953 920,938 927,923 930,899 930,864 Z M 607,653 C 607,701 594,738 567,765 540,792 503,805 454,805 429,805 408,801 389,793 370,784 355,773 343,759 330,744 321,728 315,709 309,690 306,670 306,649 306,604 319,568 346,542 373,515 410,502 457,502 482,502 504,506 523,514 542,522 557,533 570,547 582,561 591,577 598,596 604,614 607,633 607,653 Z M 666,-59 C 666,-29 654,-6 630,10 606,26 573,35 531,36 L 352,41 C 335,28 321,16 311,5 300,-7 292,-18 286,-29 279,-40 275,-50 273,-60 271,-70 270,-80 270,-91 270,-124 287,-150 321,-167 354,-184 402,-193 463,-193 501,-193 533,-189 559,-182 585,-174 606,-164 622,-151 638,-138 649,-124 656,-109 663,-93 666,-76 666,-59 Z"/>
<glyph unicode="f" horiz-adv-x="669" d="M 664,1266 C 664,1247 663,1231 662,1220 661,1208 659,1199 656,1193 653,1186 650,1182 647,1180 644,1177 640,1176 636,1176 631,1176 626,1177 621,1180 615,1182 608,1184 600,1187 591,1190 581,1192 570,1195 559,1197 545,1198 530,1198 512,1198 497,1195 484,1190 471,1184 460,1175 451,1163 442,1150 436,1134 432,1115 428,1095 426,1071 426,1042 L 426,960 589,960 C 595,960 601,958 606,955 611,952 615,946 618,939 621,931 624,920 626,907 627,894 628,877 628,858 628,821 625,795 618,780 611,764 602,756 589,756 L 426,756 426,34 C 426,27 424,22 420,17 416,12 409,7 400,4 391,1 378,-2 361,-4 344,-5 324,-6 300,-6 276,-6 256,-5 240,-4 223,-2 210,1 201,4 191,7 184,12 181,17 177,22 175,27 175,34 L 175,756 63,756 C 50,756 41,764 35,780 28,795 25,821 25,858 25,877 26,894 28,907 29,920 32,931 35,939 38,946 42,952 47,955 52,958 57,960 64,960 L 175,960 175,1035 C 175,1096 181,1149 193,1195 205,1240 224,1278 250,1309 275,1339 308,1362 348,1377 387,1392 434,1400 488,1400 514,1400 539,1398 562,1394 585,1389 604,1385 617,1380 630,1375 639,1370 644,1366 649,1361 653,1355 656,1347 659,1338 661,1328 662,1315 663,1302 664,1285 664,1266 Z"/>
<glyph unicode="e" horiz-adv-x="903" d="M 950,506 C 950,475 943,453 930,438 916,423 897,416 873,416 L 330,416 C 330,378 335,344 344,313 353,282 367,255 387,234 406,212 432,195 463,184 494,173 531,167 574,167 618,167 657,170 690,177 723,183 752,190 777,198 801,205 821,212 837,219 853,225 866,228 876,228 882,228 887,227 891,225 895,222 898,218 901,212 904,206 906,198 907,187 908,176 908,162 908,145 908,130 908,118 907,108 906,97 905,88 904,81 903,74 901,68 898,63 895,58 892,53 888,48 883,43 871,37 852,29 833,21 808,13 778,6 748,-2 714,-9 675,-15 636,-20 595,-23 551,-23 472,-23 402,-13 343,7 283,27 233,57 193,98 153,139 123,190 104,252 84,314 74,387 74,470 74,549 84,621 105,685 126,748 156,802 195,847 234,891 282,925 339,948 395,971 458,983 529,983 604,983 668,972 721,950 774,928 817,898 851,859 885,820 910,773 926,720 942,667 950,609 950,546 L 950,506 Z M 706,578 C 708,649 694,704 664,745 633,785 586,805 523,805 491,805 463,799 440,787 416,775 396,759 381,739 365,718 353,694 345,667 336,639 331,609 330,578 L 706,578 Z"/>
<glyph unicode="d" horiz-adv-x="903" d="M 972,34 C 972,27 970,21 967,16 964,11 958,6 950,3 942,0 931,-3 918,-4 904,-5 887,-6 867,-6 846,-6 828,-5 815,-4 802,-3 791,0 783,3 774,6 768,11 765,16 761,21 759,27 759,34 L 759,133 C 713,84 665,45 615,18 564,-9 508,-23 447,-23 379,-23 322,-10 275,17 228,43 189,78 160,123 130,168 108,220 95,280 82,339 75,402 75,468 75,547 84,619 101,682 118,745 142,799 175,844 208,889 248,923 297,947 346,971 402,983 465,983 515,983 560,973 601,953 642,932 682,902 722,863 L 722,1346 C 722,1353 724,1359 728,1364 731,1369 738,1374 748,1378 757,1381 770,1384 786,1386 802,1388 822,1389 847,1389 872,1389 892,1388 908,1386 924,1384 937,1381 946,1378 955,1374 962,1369 966,1364 970,1359 972,1353 972,1346 L 972,34 Z M 722,630 C 686,675 652,710 619,734 586,758 551,770 515,770 482,770 454,762 431,746 407,729 388,707 374,680 359,653 349,622 342,589 335,555 331,520 331,485 331,448 334,411 340,376 346,341 356,309 370,282 383,254 401,232 424,215 447,198 475,190 510,190 527,190 544,193 561,198 577,203 594,211 611,222 628,233 645,248 663,267 681,285 701,307 722,334 L 722,630 Z"/>
<glyph unicode="c" horiz-adv-x="736" d="M 801,176 C 801,159 801,144 800,133 799,121 797,111 796,103 794,95 792,89 790,84 787,79 782,72 774,65 766,57 752,48 733,37 714,26 692,16 667,7 642,-2 616,-9 587,-14 558,-19 528,-22 497,-22 428,-22 368,-11 315,10 262,31 217,63 181,105 145,146 118,197 100,257 81,317 72,386 72,463 72,552 83,630 106,695 128,760 159,813 199,856 239,899 286,930 341,951 396,972 456,982 521,982 548,982 574,980 600,975 625,970 649,964 672,956 694,948 714,939 732,929 749,919 762,910 769,903 776,896 782,890 785,885 788,880 790,873 792,865 793,857 795,847 796,836 797,824 797,810 797,793 797,754 794,727 787,712 780,696 772,688 761,688 750,688 738,693 725,702 712,711 697,722 680,733 663,744 642,755 618,764 594,773 565,778 532,778 467,778 417,753 382,703 347,652 330,578 330,481 330,433 334,391 343,354 352,317 365,287 382,262 399,237 420,219 446,207 471,194 501,188 535,188 570,188 600,193 625,204 650,214 671,225 690,238 709,251 724,262 737,273 750,283 760,288 769,288 775,288 780,286 784,283 788,280 791,274 794,265 796,256 798,244 799,230 800,216 801,198 801,176 Z"/>
<glyph unicode="b" horiz-adv-x="937" d="M 1024,492 C 1024,413 1015,341 998,278 981,215 956,161 923,116 890,71 850,37 803,13 755,-11 701,-23 640,-23 610,-23 582,-20 556,-15 530,-9 505,0 482,13 458,26 435,42 412,61 389,80 365,104 341,131 L 341,34 C 341,27 339,21 336,16 332,11 326,6 318,3 309,0 298,-3 284,-4 270,-5 253,-6 233,-6 212,-6 195,-5 182,-4 168,-3 157,0 149,3 140,6 134,11 131,16 128,21 126,27 126,34 L 126,1349 C 126,1356 128,1362 132,1367 136,1372 143,1377 153,1381 162,1384 175,1387 191,1389 207,1391 227,1392 252,1392 277,1392 297,1391 313,1389 329,1387 342,1384 352,1381 361,1377 368,1372 372,1367 376,1362 378,1356 378,1349 L 378,856 C 401,879 423,898 446,914 469,930 491,943 514,954 537,964 560,971 584,976 608,981 633,983 660,983 726,983 782,970 828,944 874,917 912,882 941,837 970,792 991,740 1004,681 1017,621 1024,558 1024,492 Z M 763,474 C 763,512 760,549 755,584 749,619 739,651 725,678 711,705 693,727 671,744 648,760 620,768 586,768 569,768 553,766 537,761 521,756 505,748 488,737 471,726 453,711 435,693 417,675 398,653 378,626 L 378,330 C 413,285 447,250 480,227 512,203 546,191 581,191 614,191 641,199 664,216 687,233 706,254 721,281 736,308 746,338 753,372 760,406 763,440 763,474 Z"/>
<glyph unicode="a" horiz-adv-x="836" d="M 886,31 C 886,22 883,14 876,9 869,4 859,0 845,-3 830,-5 809,-6 781,-6 751,-6 729,-5 716,-3 702,0 692,4 687,9 681,14 678,22 678,31 L 678,102 C 641,63 600,32 553,10 506,-12 453,-23 396,-23 349,-23 305,-17 266,-5 226,8 192,26 163,51 134,75 111,105 95,141 79,177 71,219 71,267 71,319 81,364 102,403 122,441 152,473 193,498 233,523 283,541 343,553 403,565 473,571 552,571 L 639,571 639,625 C 639,653 636,678 631,699 625,720 616,737 603,751 590,765 572,775 551,782 529,789 502,792 470,792 428,792 391,787 358,778 325,769 295,758 270,747 245,736 224,725 207,716 190,707 176,702 165,702 158,702 151,704 146,709 140,714 135,720 132,729 128,738 125,748 123,761 121,774 120,788 120,803 120,824 122,840 125,852 128,864 135,875 144,885 153,894 170,905 193,917 216,928 244,939 275,949 306,959 341,967 378,974 415,980 453,983 492,983 562,983 622,976 672,963 721,949 762,928 794,900 826,871 849,835 864,790 879,745 886,692 886,631 L 886,31 Z M 639,413 L 543,413 C 502,413 468,410 439,404 410,398 387,389 369,377 351,365 338,351 330,334 321,317 317,297 317,275 317,238 329,208 353,187 376,166 409,155 451,155 486,155 519,164 549,182 578,200 608,226 639,261 L 639,413 Z"/>
<glyph unicode="U" horiz-adv-x="1070" d="M 1197,482 C 1197,403 1185,332 1162,269 1139,206 1104,153 1059,110 1014,67 958,34 891,11 824,-12 748,-23 661,-23 580,-23 507,-13 442,8 377,28 323,59 278,100 233,141 199,193 176,255 152,316 140,388 140,471 L 140,1258 C 140,1265 142,1271 146,1276 150,1281 157,1286 168,1289 178,1292 191,1295 208,1297 225,1299 246,1300 272,1300 297,1300 318,1299 335,1297 352,1295 365,1292 375,1289 385,1286 392,1281 397,1276 401,1271 403,1265 403,1258 L 403,494 C 403,443 409,398 422,361 435,323 453,292 477,267 500,242 529,224 562,212 595,199 631,193 672,193 713,193 750,199 783,212 816,225 843,243 866,268 889,292 906,322 919,358 931,393 937,434 937,479 L 937,1258 C 937,1265 939,1271 943,1276 947,1281 954,1286 964,1289 974,1292 988,1295 1005,1297 1022,1299 1043,1300 1068,1300 1093,1300 1114,1299 1131,1297 1147,1295 1160,1292 1170,1289 1180,1286 1187,1281 1191,1276 1195,1271 1197,1265 1197,1258 L 1197,482 Z"/>
<glyph unicode="S" horiz-adv-x="904" d="M 908,388 C 908,320 895,260 870,209 845,158 810,115 767,81 724,46 673,20 615,3 557,-14 495,-23 429,-23 384,-23 343,-19 305,-12 266,-5 232,4 203,15 174,25 149,36 130,47 110,58 96,68 87,77 78,86 72,98 69,115 65,131 63,154 63,185 63,206 64,223 65,237 66,251 69,262 72,271 75,280 79,286 84,290 89,293 94,295 101,295 110,295 124,290 141,279 158,268 179,255 206,242 233,229 265,217 302,206 339,195 381,189 430,189 462,189 491,193 516,201 541,208 563,219 581,233 598,247 612,264 621,285 630,306 635,329 635,354 635,383 627,409 611,430 595,451 574,469 549,486 523,502 494,517 461,532 428,546 395,561 360,577 325,593 292,611 259,632 226,652 197,676 172,705 146,733 125,766 109,805 93,844 85,890 85,944 85,1006 97,1061 120,1108 143,1155 174,1194 213,1225 252,1256 298,1279 351,1294 404,1309 460,1317 519,1317 550,1317 580,1315 611,1310 642,1305 670,1299 697,1291 724,1283 747,1274 768,1264 789,1254 802,1246 809,1239 816,1232 820,1227 823,1222 825,1217 827,1211 829,1204 830,1196 831,1186 832,1175 833,1163 833,1148 833,1131 833,1112 833,1095 832,1082 831,1069 829,1058 827,1049 824,1040 821,1034 817,1030 812,1026 806,1024 799,1024 792,1024 780,1029 764,1038 748,1047 728,1058 705,1069 682,1080 655,1090 624,1099 593,1108 560,1112 523,1112 494,1112 469,1109 448,1102 427,1095 409,1085 395,1073 380,1060 370,1045 363,1028 356,1011 352,992 352,973 352,944 360,920 376,899 391,878 412,859 439,843 465,826 495,811 528,797 561,782 595,767 630,751 665,735 699,717 732,697 765,676 795,652 821,624 847,595 868,562 884,524 900,485 908,440 908,388 Z"/>
<glyph unicode="R" horiz-adv-x="970" d="M 1101,34 C 1101,27 1100,21 1097,16 1094,11 1088,6 1078,3 1068,0 1053,-3 1034,-4 1015,-5 988,-6 955,-6 927,-6 905,-5 888,-4 871,-3 858,0 849,4 839,7 832,12 828,18 824,23 821,30 818,38 L 702,327 C 688,360 674,389 661,414 648,439 633,461 617,478 600,495 581,507 560,516 539,525 514,529 486,529 L 404,529 404,36 C 404,29 402,23 398,18 393,13 386,8 376,5 366,2 353,-1 336,-3 319,-5 298,-6 272,-6 247,-6 226,-5 209,-3 192,-1 178,2 168,5 158,8 151,13 147,18 143,23 141,29 141,36 L 141,1211 C 141,1240 149,1262 164,1275 179,1288 197,1294 219,1294 L 554,1294 C 588,1294 616,1293 638,1292 660,1291 680,1289 698,1287 750,1280 797,1267 839,1249 880,1231 916,1208 945,1179 974,1150 996,1115 1011,1076 1026,1036 1034,990 1034,939 1034,896 1029,856 1018,821 1007,785 990,753 969,725 948,697 921,673 890,652 859,631 823,615 783,602 802,593 821,581 838,568 855,555 871,539 886,520 901,501 915,479 928,455 941,430 954,403 967,372 L 1076,117 C 1086,92 1093,73 1096,62 1099,50 1101,41 1101,34 Z M 762,912 C 762,955 752,991 733,1020 714,1049 682,1070 638,1082 625,1085 610,1088 593,1090 576,1092 552,1093 522,1093 L 404,1093 404,726 538,726 C 575,726 608,731 636,740 664,749 687,761 706,778 725,794 739,813 748,836 757,859 762,884 762,912 Z"/>
<glyph unicode="M" horiz-adv-x="1538" d="M 1649,36 C 1649,29 1647,23 1644,18 1640,13 1633,8 1624,5 1614,2 1601,-1 1585,-3 1569,-5 1549,-6 1524,-6 1500,-6 1480,-5 1464,-3 1448,-1 1435,2 1426,5 1417,8 1410,13 1406,18 1402,23 1400,29 1400,36 L 1400,1089 1398,1089 1023,35 C 1020,26 1016,19 1010,14 1004,8 996,3 986,0 975,-3 962,-5 946,-5 930,-5 911,-5 888,-5 865,-5 846,-4 830,-3 814,-1 801,2 791,5 780,9 772,14 766,19 760,24 756,31 754,38 L 392,1089 390,1089 390,36 C 390,29 388,23 385,18 381,13 374,8 364,5 354,2 341,-1 326,-3 310,-5 290,-6 265,-6 241,-6 221,-5 205,-3 189,-1 176,2 167,5 157,8 150,13 147,18 143,23 141,29 141,36 L 141,1189 C 141,1223 150,1249 168,1267 186,1285 210,1294 240,1294 L 412,1294 C 443,1294 469,1292 491,1287 513,1282 532,1273 548,1262 564,1250 577,1235 588,1216 599,1197 608,1173 616,1145 L 896,374 900,374 1190,1143 C 1199,1171 1208,1195 1219,1214 1229,1233 1241,1249 1255,1261 1268,1273 1284,1282 1303,1287 1322,1292 1343,1294 1368,1294 L 1545,1294 C 1563,1294 1579,1292 1592,1287 1605,1282 1615,1276 1624,1267 1632,1258 1638,1247 1643,1234 1647,1221 1649,1206 1649,1189 L 1649,36 Z"/>
<glyph unicode="F" horiz-adv-x="736" d="M 867,1186 C 867,1166 866,1149 865,1136 863,1122 860,1111 857,1103 853,1095 849,1089 844,1085 839,1081 834,1079 828,1079 L 405,1079 405,731 802,731 C 808,731 813,729 818,726 823,723 827,717 831,709 834,701 837,690 839,677 840,664 841,647 841,627 841,607 840,590 839,577 837,564 834,553 831,544 827,535 823,529 818,526 813,522 808,520 802,520 L 405,520 405,38 C 405,31 403,24 399,19 395,14 388,9 378,6 367,2 354,-1 337,-3 320,-5 299,-6 273,-6 248,-6 227,-5 210,-3 193,-1 179,2 169,6 159,9 152,14 148,19 143,24 141,31 141,38 L 141,1211 C 141,1240 149,1262 164,1275 179,1288 197,1294 219,1294 L 828,1294 C 834,1294 839,1292 844,1289 849,1285 853,1279 857,1271 860,1262 863,1251 865,1237 866,1223 867,1206 867,1186 Z"/>
<glyph unicode="E" horiz-adv-x="803" d="M 908,103 C 908,84 907,68 906,55 904,42 901,31 898,23 895,15 891,9 886,6 881,2 875,0 869,0 L 219,0 C 197,0 179,7 164,20 149,33 141,54 141,83 L 141,1211 C 141,1240 149,1262 164,1275 179,1288 197,1294 219,1294 L 865,1294 C 871,1294 876,1292 881,1289 886,1286 890,1280 893,1272 896,1263 899,1253 901,1240 902,1227 903,1210 903,1190 903,1171 902,1156 901,1143 899,1130 896,1119 893,1111 890,1103 886,1097 881,1094 876,1090 871,1088 865,1088 L 403,1088 403,772 794,772 C 800,772 806,770 811,767 816,763 820,757 823,750 826,742 829,732 831,719 832,706 833,690 833,671 833,652 832,636 831,623 829,610 826,600 823,593 820,585 816,579 811,576 806,573 800,571 794,571 L 403,571 403,206 869,206 C 875,206 881,204 886,201 891,197 895,191 898,183 901,175 904,165 906,152 907,139 908,122 908,103 Z"/>
<glyph unicode="A" horiz-adv-x="1238" d="M 1201,99 C 1209,75 1214,56 1216,42 1218,28 1215,18 1208,11 1201,4 1188,-1 1169,-3 1150,-4 1125,-5 1092,-5 1058,-5 1032,-5 1013,-5 994,-5 979,-3 969,0 959,3 952,7 948,12 944,17 941,25 938,33 L 851,295 365,295 283,42 C 280,33 277,25 273,19 268,12 261,7 252,4 242,0 228,-3 211,-4 193,-5 170,-6 141,-6 110,-6 86,-5 69,-3 52,-1 40,4 33,12 26,19 24,30 26,44 28,58 33,77 41,100 L 440,1249 C 444,1260 449,1269 454,1276 459,1283 468,1289 480,1292 491,1296 507,1298 528,1298 549,1298 576,1298 610,1298 649,1298 681,1298 704,1298 727,1298 746,1296 759,1293 772,1289 781,1283 787,1276 792,1269 797,1259 801,1246 L 1201,99 Z M 607,1047 L 606,1047 423,497 790,497 607,1047 Z"/>
<glyph unicode=")" horiz-adv-x="469" d="M 530,538 C 530,463 526,389 517,316 508,243 495,170 478,99 460,27 438,-44 412,-115 385,-185 354,-255 318,-324 316,-329 313,-333 308,-337 303,-340 296,-343 287,-346 278,-348 266,-350 253,-351 240,-352 224,-353 205,-353 178,-353 157,-352 142,-349 127,-346 115,-342 108,-337 101,-332 97,-325 97,-318 97,-310 99,-301 103,-290 158,-159 201,-25 230,114 259,252 273,394 273,540 273,685 259,827 230,966 201,1104 159,1238 102,1368 99,1377 98,1385 99,1392 100,1399 104,1405 113,1410 121,1415 133,1418 148,1421 163,1423 182,1424 207,1424 228,1424 245,1424 258,1423 271,1422 282,1420 291,1418 300,1415 306,1413 310,1410 313,1407 316,1404 318,1401 387,1261 440,1120 476,977 512,834 530,687 530,538 Z"/>
<glyph unicode="(" horiz-adv-x="469" d="M 535,1368 C 479,1238 437,1104 408,966 379,827 365,685 365,540 365,394 380,252 409,115 438,-23 479,-158 534,-290 538,-301 540,-310 540,-318 540,-325 536,-332 529,-337 522,-342 511,-346 496,-349 481,-352 460,-353 433,-353 414,-353 398,-352 385,-351 372,-350 361,-348 352,-346 343,-343 336,-340 331,-337 326,-333 322,-329 320,-324 284,-255 253,-185 226,-115 199,-44 177,27 160,99 142,170 129,243 120,316 111,389 107,463 107,538 107,613 112,687 121,760 130,833 143,905 161,977 179,1048 201,1119 228,1190 254,1261 285,1331 320,1401 321,1404 324,1407 328,1410 332,1413 338,1415 346,1418 354,1420 365,1422 379,1423 392,1424 410,1424 431,1424 455,1424 475,1423 490,1421 505,1418 517,1415 525,1410 533,1405 538,1399 539,1392 540,1385 538,1377 535,1368 Z"/>
<glyph unicode=" " horiz-adv-x="468"/>
</font>
</defs>
<defs class="TextShapeIndex">
<g ooo:slide="id1" ooo:id-list="id3"/>
</defs>
<defs class="EmbeddedBulletChars">
<g id="bullet-char-template-57356" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
</g>
<g id="bullet-char-template-57354" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
</g>
<g id="bullet-char-template-10146" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
</g>
<g id="bullet-char-template-10132" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
</g>
<g id="bullet-char-template-10007" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
</g>
<g id="bullet-char-template-10004" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
</g>
<g id="bullet-char-template-9679" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
</g>
<g id="bullet-char-template-8226" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
</g>
<g id="bullet-char-template-8211" transform="scale(0.00048828125,-0.00048828125)">
<path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
</g>
<g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"/>
</g>
</defs>
<g>
<g id="id2" class="Master_Slide">
<g id="bg-id2" class="Background"/>
<g id="bo-id2" class="BackgroundObjects"/>
</g>
</g>
<g class="SlideGroup">
<g>
<g id="container-id1">
<g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
<g class="Page">
<g class="Graphic">
<g id="id3">
<rect class="BoundingBox" stroke="none" fill="none" x="0" y="0" width="19000" height="12046"/>
<defs>
<clipPath id="clip_path_1" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)"/>
<defs>
<clipPath id="clip_path_2" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_2)">
<path fill="rgb(252,250,220)" stroke="none" d="M 187,7934 L 18993,7934 18993,12033 187,12033 187,7934 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="270" y="8417"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">Role</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="1137" y="8417"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">process</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="2552" y="8417"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">messages</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="270" y="8923"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">(USEF </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="1371" y="8923"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">core</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="2130" y="8923"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">)</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_3" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_3)">
<path fill="rgb(225,237,243)" stroke="none" d="M 187,1545 L 18993,1545 18993,7934 187,7934 187,1545 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="270" y="2029"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">Message transfer mechanism</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="270" y="2534"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">(USEF </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="1371" y="2534"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">recommended</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="4003" y="2534"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">practice</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="421px" font-weight="700"><tspan class="TextPosition" x="5388" y="2534"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">)</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_4" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_4)">
<path fill="rgb(65,130,161)" stroke="none" d="M 476,4472 L 3956,4472 3956,5566 476,5566 476,4472 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="1636" y="5141"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">DNSSEC</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_5" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_5)">
<path fill="rgb(118,148,28)" stroke="none" d="M 10490,4472 L 13971,4472 13971,5566 10490,5566 10490,4472 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="10728" y="5141"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">SignedMessage</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="13082" y="5141"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">XM</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="13576" y="5141"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">L</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_6" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_6)">
<path fill="rgb(118,148,28)" stroke="none" d="M 14988,2483 L 18463,2483 18463,3583 14988,3583 14988,2483 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="15567" y="3154"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Allow/deny lists</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_7" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_7)">
<path fill="rgb(65,130,161)" stroke="none" d="M 5498,4472 L 8979,4472 8979,5566 5498,5566 5498,4472 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="5923" y="4924"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">NaCl elliptic curve </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="6441" y="5356"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">encryption</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_8" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_8)">
<path fill="rgb(65,130,161)" stroke="none" d="M 5492,6221 L 8967,6221 8967,7321 5492,7321 5492,6221 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="5969" y="6890"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Service discovery</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_9" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_9)">
<path fill="rgb(65,130,161)" stroke="none" d="M 10490,2483 L 13971,2483 13971,3577 10490,3577 10490,2483 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="11511" y="3150"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">HTTP+SSL</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_10" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_10)">
<path fill="rgb(121,38,12)" stroke="none" d="M 2975,9683 L 11514,9683 11514,10194 2975,10194 2975,9683 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="4490" y="10062"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Recipient: Internet domain, USEF role</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_11" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_11)">
<path fill="rgb(118,148,28)" stroke="none" d="M 2963,10254 L 11496,10254 11496,11282 2963,11282 2963,10254 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="5806" y="10672"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">XML content as per </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="3638" y="11105"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">https://usef.energy/schema/2019/messaging.xsd</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_12" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_12)">
<path fill="none" stroke="rgb(127,127,127)" stroke-width="48" stroke-linejoin="round" d="M 319,3577 L 9605,3577 9605,6077 319,6077 319,3577 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="700"><tspan class="TextPosition" x="536" y="4023"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">Authenticatio</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="700"><tspan class="TextPosition" x="2583" y="4023"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">n</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_13" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_13)">
<path fill="none" stroke="rgb(127,127,127)" stroke-width="48" stroke-linejoin="round" d="M 10002,1689 L 18788,1689 18788,4190 10002,4190 10002,1689 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="700"><tspan class="TextPosition" x="16007" y="2132"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">Abuse</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="700"><tspan class="TextPosition" x="17025" y="2132"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">mitigation</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_14" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_14)">
<path fill="none" stroke="rgb(32,124,158)" stroke-width="54" stroke-linejoin="round" d="M 12231,5850 L 12231,10769 11779,10769"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 12081,5870 L 12231,5569 12382,5870 12081,5870 Z"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 11799,10919 L 11499,10769 11799,10619 11799,10919 Z"/>
<path fill="none" stroke="rgb(32,124,158)" stroke-width="54" stroke-linejoin="round" d="M 12233,3861 L 12233,4193"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 12083,3881 L 12233,3580 12384,3881 12083,3881 Z"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 12384,4172 L 12233,4474 12083,4172 12384,4172 Z"/>
<path fill="none" stroke="rgb(32,124,158)" stroke-width="54" stroke-linejoin="round" d="M 9263,5022 L 9739,5022 9739,5022 10214,5022"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 9283,5173 L 8982,5022 9283,4872 9283,5173 Z"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 10194,4872 L 10495,5022 10194,5173 10194,4872 Z"/>
<path fill="none" stroke="rgb(32,124,158)" stroke-width="54" stroke-linejoin="round" d="M 3959,5022 L 4731,5022 4731,5022 5223,5022"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 5202,4872 L 5504,5022 5202,5173 5202,4872 Z"/>
<path fill="none" stroke="rgb(32,124,158)" stroke-width="54" stroke-linejoin="round" d="M 2219,5569 L 2219,6771 5213,6771"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 5193,6620 L 5493,6771 5193,6921 5193,6620 Z"/>
<path fill="none" stroke="rgb(32,124,158)" stroke-width="54" stroke-linejoin="round" d="M 7231,7605 L 7243,9410"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 7081,7626 L 7229,7324 7382,7624 7081,7626 Z"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 7393,9389 L 7244,9691 7092,9391 7393,9389 Z"/>
<path fill="none" stroke="rgb(32,124,158)" stroke-width="54" stroke-linejoin="round" d="M 12233,1384 L 12233,2205"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 12083,1404 L 12233,1103 12384,1404 12083,1404 Z"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 12384,2184 L 12233,2486 12083,2184 12384,2184 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="11221" y="461"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">Remove</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="12492" y="461"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">USEF</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="11353" y="893"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">participant</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="361px" font-weight="400"><tspan class="TextPosition" x="12962" y="893"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">s</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_15" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,12045 0,12045 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_15)">
<path fill="none" stroke="rgb(32,124,158)" stroke-width="54" stroke-linejoin="round" d="M 14255,3034 L 14992,3037"/>
<path fill="rgb(32,124,158)" stroke="none" d="M 14274,3185 L 13974,3033 14276,2883 14274,3185 Z"/>
</g>
<g clip-path="url(#clip_path_1)"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 93 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,613 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.2" width="189.99mm" height="106.64mm" viewBox="0 0 18999 10664" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xml:space="preserve">
<defs class="ClipPathGroup">
<clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
<rect x="0" y="0" width="18999" height="10664"/>
</clipPath>
<clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
<rect x="18" y="10" width="18962" height="10643"/>
</clipPath>
</defs>
<defs>
<font id="EmbeddedFont_1" horiz-adv-x="2048">
<font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1537" descent="501"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="y" horiz-adv-x="870" d="M 563,0 L 443,-331 C 439,-342 429,-350 413,-356 396,-361 371,-364 338,-364 321,-364 307,-363 296,-362 285,-360 277,-357 272,-353 266,-349 263,-344 262,-337 261,-330 263,-322 267,-313 L 391,0 C 385,3 379,7 374,13 369,19 365,25 363,32 L 42,892 C 37,906 34,917 34,925 34,933 37,939 42,944 47,949 56,952 68,954 80,955 96,956 116,956 136,956 152,956 163,955 174,954 183,952 190,949 197,946 202,943 205,938 208,933 211,926 214,917 L 471,195 474,195 722,921 C 726,934 731,942 737,946 742,949 751,952 762,954 773,955 790,956 811,956 830,956 845,955 857,954 869,952 878,949 884,944 889,939 892,933 892,925 892,917 890,907 886,895 L 563,0 Z"/>
<glyph unicode="x" horiz-adv-x="837" d="M 835,44 C 840,35 843,27 843,21 843,14 840,9 834,5 827,1 818,-2 805,-4 792,-5 775,-6 754,-6 734,-6 718,-5 707,-5 695,-3 686,-2 679,1 672,3 666,6 663,10 659,13 656,17 653,22 L 437,379 222,22 C 219,17 216,13 213,10 209,6 204,3 197,1 190,-2 180,-3 169,-5 158,-5 143,-6 124,-6 105,-6 89,-5 77,-4 64,-2 55,1 50,5 44,9 41,14 42,21 42,27 45,35 51,44 L 331,483 66,906 C 61,915 58,923 58,930 57,936 60,941 67,946 73,950 83,953 96,954 109,955 126,956 147,956 166,956 182,956 194,955 205,954 214,952 221,950 228,948 233,945 236,942 239,939 242,935 245,930 L 450,595 658,930 C 661,934 664,938 667,941 670,944 675,947 681,950 686,952 694,954 705,955 715,956 729,956 747,956 766,956 782,955 795,954 807,953 816,950 822,947 828,943 831,938 830,931 829,924 826,916 820,906 L 557,488 835,44 Z"/>
<glyph unicode="v" horiz-adv-x="870" d="M 891,928 C 891,925 891,922 891,919 890,916 890,913 889,910 888,907 888,903 887,899 886,895 884,891 883,886 L 576,30 C 573,23 570,17 566,12 561,7 555,4 546,1 537,-2 526,-3 513,-5 500,-5 483,-6 463,-6 443,-6 426,-5 413,-4 400,-3 389,-1 381,2 372,5 366,8 361,13 356,18 353,23 350,30 L 44,886 C 41,894 39,901 38,907 36,913 35,917 35,920 34,923 34,926 34,928 34,933 35,938 38,942 41,946 45,949 52,951 58,954 66,955 77,955 87,955 100,955 115,955 134,955 150,955 162,954 173,953 182,951 189,948 195,945 200,942 203,938 206,934 208,929 211,923 L 465,182 469,170 472,182 723,923 C 724,929 727,934 730,938 733,942 738,945 745,948 751,951 760,953 771,954 782,955 796,955 814,955 829,955 842,955 852,955 862,955 870,954 876,951 881,948 885,945 888,941 890,938 891,933 891,928 Z"/>
<glyph unicode="u" horiz-adv-x="803" d="M 924,25 C 924,20 923,15 921,12 918,8 914,5 908,2 902,-1 894,-3 885,-4 875,-5 863,-6 849,-6 834,-6 821,-5 812,-4 802,-3 794,-1 789,2 783,5 779,8 777,12 775,15 774,20 774,25 L 774,144 C 723,87 672,46 622,20 572,-6 521,-19 470,-19 410,-19 360,-9 319,11 278,31 244,58 219,93 194,127 176,167 165,213 154,258 148,314 148,379 L 148,925 C 148,930 149,935 152,939 154,942 158,946 165,949 172,952 180,954 191,955 202,956 215,956 231,956 247,956 260,956 271,955 282,954 290,952 297,949 303,946 307,942 310,939 313,935 314,930 314,925 L 314,401 C 314,348 318,306 326,275 333,243 345,216 361,194 376,171 396,154 420,142 444,129 472,123 504,123 545,123 587,138 628,167 669,196 712,239 758,296 L 758,925 C 758,930 759,935 762,939 764,942 768,946 775,949 782,952 790,954 801,955 811,956 824,956 841,956 857,956 870,956 881,955 892,954 900,952 906,949 912,946 917,942 920,939 923,935 924,930 924,925 L 924,25 Z"/>
<glyph unicode="t" horiz-adv-x="636" d="M 621,91 C 621,72 620,56 617,45 614,34 610,25 605,20 600,15 592,10 581,5 570,0 558,-3 545,-7 531,-9 516,-12 501,-14 486,-16 470,-17 455,-17 408,-17 368,-11 335,2 302,14 274,33 253,58 232,83 216,114 207,153 197,191 192,236 192,288 L 192,814 66,814 C 56,814 48,819 42,830 36,841 33,858 33,882 33,895 34,905 36,914 37,923 39,930 42,936 45,941 48,945 53,948 57,950 62,951 67,951 L 192,951 192,1165 C 192,1170 193,1174 196,1178 198,1182 202,1186 209,1189 215,1192 223,1194 234,1195 245,1196 258,1197 274,1197 291,1197 304,1196 315,1195 326,1194 334,1192 340,1189 346,1186 350,1182 353,1178 356,1174 357,1170 357,1165 L 357,951 588,951 C 593,951 598,950 602,948 606,945 610,941 613,936 616,930 618,923 619,914 620,905 621,895 621,882 621,858 618,841 612,830 606,819 598,814 588,814 L 357,814 357,312 C 357,250 366,203 385,172 403,140 436,124 483,124 498,124 512,126 524,129 536,132 547,135 556,138 565,141 573,145 580,148 587,151 593,152 598,152 601,152 605,151 608,150 611,148 613,145 615,140 616,135 618,129 619,121 620,113 621,103 621,91 Z"/>
<glyph unicode="s" horiz-adv-x="669" d="M 718,270 C 718,224 710,183 693,147 676,111 651,81 620,56 589,31 551,13 508,0 465,-13 417,-19 365,-19 333,-19 303,-16 274,-12 245,-6 219,0 196,8 173,15 153,23 137,32 121,40 109,47 102,54 95,61 89,70 86,82 83,94 81,110 81,131 81,144 82,154 83,163 84,172 86,179 88,184 90,189 93,193 97,196 100,198 104,199 109,199 116,199 127,195 142,186 156,177 174,167 195,156 216,145 240,136 269,127 298,118 331,113 368,113 396,113 421,116 444,122 467,128 486,137 503,149 520,160 533,175 542,193 551,211 555,232 555,257 555,282 549,304 536,321 523,338 505,354 484,367 463,380 439,392 412,403 385,413 358,424 330,435 301,446 274,459 247,474 220,488 195,505 174,526 153,547 136,571 123,600 110,629 103,663 103,703 103,738 110,772 124,805 137,837 158,865 185,890 212,914 247,933 288,948 329,963 376,970 431,970 455,970 479,968 503,964 527,960 549,955 568,949 587,943 604,937 618,930 631,923 642,916 649,911 656,906 660,901 663,897 665,893 667,889 668,884 669,879 670,872 671,865 672,858 672,849 672,838 672,827 672,817 671,809 670,800 668,793 666,788 663,783 660,779 657,777 654,774 650,773 646,773 640,773 631,777 620,784 609,791 594,799 576,808 558,816 537,824 513,831 488,838 460,842 429,842 401,842 376,839 355,833 334,826 316,817 303,806 289,794 279,780 272,764 265,748 261,731 261,712 261,686 268,664 281,647 294,629 312,613 333,600 354,587 379,575 406,564 433,553 461,542 490,531 518,520 546,507 574,493 601,479 626,462 647,442 668,422 686,398 699,370 712,342 718,309 718,270 Z"/>
<glyph unicode="r" horiz-adv-x="569" d="M 679,866 C 679,852 679,839 678,829 677,819 676,811 674,806 672,800 670,796 667,793 664,790 659,788 654,788 649,788 642,790 635,793 627,796 618,799 609,802 599,805 588,807 576,810 564,813 551,814 537,814 520,814 504,811 488,804 472,797 455,786 438,771 420,756 401,735 382,710 363,685 341,654 318,617 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,794 C 327,830 350,859 372,881 393,903 414,921 433,934 452,947 472,956 491,961 510,966 529,968 548,968 557,968 567,968 578,968 589,968 600,967 612,964 624,961 635,958 645,955 654,952 661,948 665,945 669,942 672,938 673,935 674,932 676,928 677,924 678,919 678,912 679,903 679,894 679,882 679,866 Z"/>
<glyph unicode="q" horiz-adv-x="870" d="M 924,-332 C 924,-337 923,-342 920,-346 917,-350 912,-353 906,-356 900,-359 892,-361 881,-362 870,-363 857,-364 841,-364 824,-364 811,-363 801,-362 790,-361 782,-359 775,-356 768,-353 764,-350 762,-346 759,-342 758,-337 758,-332 L 758,129 C 731,102 705,79 680,60 655,41 631,25 607,14 583,2 559,-6 535,-12 510,-16 485,-19 459,-19 394,-19 338,-6 292,20 246,45 209,80 180,124 151,167 129,219 116,278 103,337 96,399 96,464 96,541 104,611 121,674 138,736 163,789 196,833 229,877 269,911 318,935 366,958 422,970 485,970 512,970 537,967 560,962 583,956 607,947 630,935 653,922 676,906 700,887 723,867 749,843 777,816 L 777,925 C 777,931 778,936 781,940 784,943 788,946 794,949 800,952 808,954 817,955 826,956 838,956 852,956 865,956 877,956 886,955 895,954 903,952 909,949 914,946 918,943 921,940 923,936 924,931 924,925 L 924,-332 Z M 758,658 C 713,713 670,756 629,785 587,814 543,828 498,828 456,828 420,818 391,798 362,778 338,752 320,719 301,686 288,649 280,608 271,567 267,525 267,482 267,436 271,391 278,348 285,305 297,266 314,233 331,200 354,173 383,153 412,132 448,122 491,122 513,122 534,125 555,131 575,137 596,147 617,161 638,175 661,193 684,216 707,238 732,265 758,298 L 758,658 Z"/>
<glyph unicode="p" horiz-adv-x="870" d="M 981,489 C 981,410 973,340 956,277 939,214 914,161 881,118 848,74 807,40 758,17 709,-7 654,-19 591,-19 564,-19 540,-16 517,-11 494,-6 472,3 451,14 429,25 407,40 386,57 365,74 342,95 318,118 L 318,-332 C 318,-337 317,-342 314,-346 311,-350 307,-353 301,-356 295,-359 287,-361 276,-362 265,-363 252,-364 235,-364 219,-364 206,-363 195,-362 184,-361 176,-359 170,-356 163,-353 159,-350 157,-346 154,-342 153,-337 153,-332 L 153,925 C 153,931 154,936 156,940 158,943 162,946 168,949 174,952 182,954 191,955 200,956 212,956 225,956 239,956 251,956 260,955 269,954 276,952 282,949 288,946 292,943 295,940 297,936 298,931 298,925 L 298,804 C 325,832 352,856 377,877 402,898 428,915 454,929 479,942 506,953 533,960 560,967 588,970 618,970 683,970 739,957 785,932 831,907 869,872 898,828 927,784 948,733 961,675 974,616 981,554 981,489 Z M 807,470 C 807,516 804,561 797,604 790,647 778,685 761,718 744,751 721,778 692,798 663,818 628,828 585,828 564,828 543,825 522,819 501,812 480,802 459,789 438,775 415,757 392,735 369,712 344,685 318,652 L 318,294 C 363,239 406,196 447,167 488,138 530,123 575,123 616,123 652,133 682,153 711,173 735,200 754,233 772,266 785,304 794,345 803,386 807,428 807,470 Z"/>
<glyph unicode="o" horiz-adv-x="937" d="M 990,485 C 990,412 980,344 961,283 942,221 913,168 875,123 836,78 788,44 731,19 673,-6 606,-19 530,-19 456,-19 392,-8 337,14 282,36 236,68 199,110 162,152 135,203 117,263 99,323 90,391 90,467 90,540 100,608 119,670 138,731 166,784 205,829 243,874 291,908 348,933 405,958 472,970 549,970 623,970 688,959 743,937 798,915 843,883 880,841 917,799 944,748 963,688 981,628 990,560 990,485 Z M 816,474 C 816,523 812,569 803,612 794,655 779,693 758,726 737,759 709,785 674,804 639,823 595,832 542,832 493,832 452,823 417,806 382,789 353,764 330,733 307,701 291,663 280,620 269,577 263,529 263,478 263,429 268,382 277,339 286,296 301,258 322,226 343,193 371,168 406,149 441,130 485,120 538,120 586,120 628,129 663,146 698,163 727,188 750,219 773,250 789,288 800,331 811,374 816,422 816,474 Z"/>
<glyph unicode="n" horiz-adv-x="803" d="M 928,25 C 928,20 927,15 924,12 921,8 917,5 911,2 905,-1 897,-3 886,-4 875,-5 862,-6 846,-6 829,-6 816,-5 805,-4 794,-3 786,-1 780,2 774,5 770,8 767,12 764,15 763,20 763,25 L 763,552 C 763,603 759,645 751,676 743,707 731,734 716,757 701,780 681,797 657,809 632,821 604,827 572,827 531,827 489,812 448,783 407,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,806 C 353,863 403,904 454,931 504,957 555,970 606,970 666,970 717,960 758,940 799,919 832,892 857,858 882,824 901,784 912,739 923,693 928,638 928,574 L 928,25 Z"/>
<glyph unicode="m" horiz-adv-x="1371" d="M 1488,25 C 1488,20 1487,15 1484,12 1481,8 1477,5 1471,2 1465,-1 1457,-3 1446,-4 1435,-5 1422,-6 1406,-6 1389,-6 1376,-5 1365,-4 1354,-3 1346,-1 1340,2 1333,5 1329,8 1326,12 1323,15 1322,20 1322,25 L 1322,572 C 1322,610 1319,645 1312,676 1305,707 1295,734 1280,757 1265,780 1247,797 1224,809 1201,821 1175,827 1144,827 1106,827 1068,812 1030,783 991,754 949,711 903,654 L 903,25 C 903,20 902,15 899,12 896,8 892,5 886,2 879,-1 871,-3 860,-4 849,-5 836,-6 820,-6 805,-6 792,-5 781,-4 770,-3 761,-1 755,2 748,5 744,8 742,12 739,15 738,20 738,25 L 738,572 C 738,610 734,645 727,676 720,707 709,734 694,757 679,780 661,797 639,809 616,821 590,827 559,827 521,827 483,812 444,783 405,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,935 156,939 158,942 162,946 168,949 174,952 182,954 191,955 200,956 213,956 228,956 243,956 255,956 265,955 274,954 282,952 287,949 292,946 296,942 299,939 301,935 302,930 302,925 L 302,806 C 353,863 402,904 450,931 497,957 545,970 594,970 631,970 665,966 695,957 724,948 750,936 773,921 796,905 815,886 831,865 847,843 860,819 871,792 901,825 930,852 957,875 984,898 1010,916 1035,930 1060,944 1084,954 1108,961 1131,967 1155,970 1179,970 1237,970 1286,960 1325,940 1364,919 1396,892 1421,858 1445,824 1462,784 1473,739 1483,693 1488,645 1488,594 L 1488,25 Z"/>
<glyph unicode="l" horiz-adv-x="201" d="M 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,25 Z"/>
<glyph unicode="k" horiz-adv-x="769" d="M 892,26 C 892,21 891,16 888,12 885,8 881,5 875,2 868,-1 859,-3 848,-4 837,-5 822,-6 805,-6 787,-6 772,-5 761,-5 749,-3 739,-2 731,1 723,3 717,6 712,11 707,15 702,20 698,26 L 318,524 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,547 658,921 C 663,928 669,933 675,938 681,942 688,946 697,949 705,952 715,954 726,955 737,956 751,956 767,956 784,956 798,956 809,955 820,954 830,952 837,950 844,947 849,944 852,941 855,937 856,932 856,926 856,918 854,910 850,902 845,894 838,885 828,874 L 502,548 868,73 C 877,62 883,53 887,46 890,39 892,32 892,26 Z"/>
<glyph unicode="j" horiz-adv-x="436" d="M 337,-15 C 337,-82 332,-135 322,-177 312,-217 296,-252 275,-280 254,-308 226,-329 193,-344 160,-358 119,-365 72,-365 51,-365 33,-364 18,-361 3,-358 -9,-355 -17,-352 -25,-349 -30,-345 -34,-341 -36,-336 -39,-331 -40,-326 -41,-320 -42,-314 -43,-308 -43,-302 -43,-295 -43,-286 -43,-274 -42,-264 -42,-255 -40,-246 -39,-239 -37,-234 -34,-229 -31,-225 -29,-223 -25,-220 -22,-219 -17,-219 -13,-219 -5,-220 7,-222 18,-223 32,-224 47,-224 69,-224 88,-221 104,-214 119,-207 132,-196 142,-182 152,-166 159,-147 164,-123 169,-99 171,-63 171,-14 L 171,925 C 171,930 172,934 175,938 178,942 182,945 189,948 195,951 203,953 214,954 225,955 238,956 254,956 270,956 283,955 294,954 305,953 313,951 320,948 326,945 330,942 333,938 336,934 337,930 337,925 L 337,-15 Z M 356,1229 C 356,1190 349,1164 334,1150 319,1136 292,1129 253,1129 214,1129 188,1136 174,1150 160,1163 153,1189 153,1227 153,1266 160,1292 175,1306 189,1320 216,1327 255,1327 294,1327 321,1320 335,1307 349,1293 356,1267 356,1229 Z"/>
<glyph unicode="i" horiz-adv-x="269" d="M 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,925 C 153,930 154,934 157,938 159,942 163,945 170,948 176,951 184,953 195,954 206,955 219,956 235,956 252,956 265,955 276,954 287,953 295,951 301,948 307,945 311,942 314,938 317,934 318,930 318,925 L 318,25 Z M 337,1229 C 337,1190 330,1164 315,1150 300,1136 273,1129 234,1129 195,1129 169,1136 155,1150 140,1163 133,1189 133,1227 133,1266 140,1292 155,1306 170,1320 197,1327 236,1327 275,1327 301,1320 316,1307 330,1293 337,1267 337,1229 Z"/>
<glyph unicode="h" horiz-adv-x="803" d="M 928,25 C 928,20 927,15 924,12 921,8 917,5 911,2 905,-1 897,-3 886,-4 875,-5 862,-6 846,-6 829,-6 816,-5 805,-4 794,-3 786,-1 780,2 774,5 770,8 767,12 764,15 763,20 763,25 L 763,552 C 763,603 759,645 751,676 743,707 731,734 716,757 701,780 681,797 657,809 632,821 604,827 572,827 531,827 489,812 448,783 407,754 363,711 318,654 L 318,25 C 318,20 317,15 314,12 311,8 307,5 301,2 295,-1 287,-3 276,-4 265,-5 252,-6 235,-6 219,-6 206,-5 195,-4 184,-3 176,-1 170,2 163,5 159,8 157,12 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,822 C 365,872 413,909 461,934 509,958 557,970 606,970 666,970 717,960 758,940 799,919 832,892 857,858 882,824 901,784 912,739 923,693 928,638 928,573 L 928,25 Z"/>
<glyph unicode="g" horiz-adv-x="870" d="M 905,884 C 905,861 902,844 896,834 889,823 881,818 871,818 L 742,818 C 765,794 782,768 791,739 800,710 805,679 805,648 805,596 797,550 780,510 763,470 740,436 709,409 678,381 641,360 598,345 555,330 508,323 456,323 419,323 385,328 352,338 319,347 293,359 275,374 263,362 253,348 246,333 238,318 234,300 234,280 234,257 245,237 267,222 288,207 317,198 353,197 L 588,187 C 633,186 674,180 711,169 748,158 781,142 808,122 835,101 857,76 872,47 887,17 895,-18 895,-57 895,-98 886,-138 869,-175 852,-212 825,-245 790,-274 754,-302 708,-324 653,-341 598,-357 532,-365 457,-365 384,-365 323,-359 272,-347 221,-334 179,-317 146,-296 113,-275 90,-249 75,-220 60,-190 53,-158 53,-123 53,-101 56,-80 61,-59 66,-38 75,-19 86,0 97,19 110,37 127,54 143,71 162,87 183,104 150,121 126,142 111,167 95,192 87,220 87,249 87,290 95,326 112,358 129,390 149,419 174,444 153,469 137,497 125,528 113,559 107,596 107,640 107,691 116,737 133,778 150,819 174,853 205,881 236,909 273,931 316,946 359,961 405,968 456,968 483,968 509,967 533,964 556,961 578,956 599,951 L 871,951 C 882,951 891,946 897,935 902,924 905,907 905,884 Z M 647,647 C 647,708 630,756 597,791 563,825 515,842 453,842 421,842 393,837 370,826 346,815 326,801 311,782 295,763 283,742 276,718 268,693 264,668 264,641 264,582 281,535 315,501 348,467 395,450 456,450 489,450 517,455 541,466 565,476 585,490 601,509 616,527 628,548 636,572 643,596 647,621 647,647 Z M 730,-66 C 730,-27 714,3 683,24 651,45 608,56 554,57 L 321,65 C 300,48 282,33 269,18 255,3 244,-12 236,-26 228,-39 223,-53 220,-66 217,-79 215,-93 215,-107 215,-150 237,-183 281,-206 325,-228 386,-239 465,-239 515,-239 557,-234 591,-225 624,-215 651,-202 672,-186 693,-170 708,-152 717,-131 726,-110 730,-89 730,-66 Z"/>
<glyph unicode="f" horiz-adv-x="636" d="M 646,1295 C 646,1282 645,1272 644,1265 643,1257 641,1251 640,1246 638,1241 636,1238 633,1237 630,1235 627,1234 623,1234 618,1234 613,1236 606,1239 599,1242 590,1245 580,1249 570,1252 558,1256 545,1259 531,1262 515,1263 497,1263 472,1263 451,1259 434,1251 417,1243 403,1231 392,1214 381,1197 374,1175 369,1148 364,1121 362,1088 362,1049 L 362,951 563,951 C 568,951 573,950 577,948 580,945 584,941 587,936 590,930 592,923 594,914 595,905 596,895 596,882 596,858 593,841 587,830 581,819 573,814 563,814 L 362,814 362,25 C 362,20 361,15 358,12 355,8 351,5 345,2 338,-1 330,-3 319,-4 308,-5 295,-6 279,-6 263,-6 250,-5 239,-4 228,-3 220,-1 214,2 207,5 203,8 200,12 197,15 196,20 196,25 L 196,814 69,814 C 58,814 50,819 45,830 40,841 37,858 37,882 37,895 38,905 39,914 40,923 42,930 45,936 48,941 51,945 55,948 59,950 64,951 69,951 L 196,951 196,1044 C 196,1107 202,1161 214,1206 225,1251 243,1287 267,1316 291,1345 321,1366 358,1380 394,1393 437,1400 486,1400 509,1400 532,1398 554,1394 576,1389 593,1385 605,1380 617,1375 625,1370 629,1366 633,1362 636,1357 639,1351 642,1344 644,1337 645,1328 646,1319 646,1308 646,1295 Z"/>
<glyph unicode="e" horiz-adv-x="870" d="M 921,514 C 921,488 915,470 902,459 889,448 874,442 857,442 L 267,442 C 267,392 272,347 282,307 292,267 309,233 332,204 355,175 386,153 423,138 460,123 506,115 560,115 603,115 641,119 674,126 707,133 736,140 761,149 785,158 805,166 821,173 836,180 848,183 856,183 861,183 865,182 869,180 872,177 875,174 877,169 879,164 881,158 882,150 883,141 883,131 883,119 883,110 883,103 882,97 881,90 881,85 880,80 879,75 877,70 875,66 872,62 869,58 866,55 862,51 851,45 833,37 815,28 792,20 763,12 734,4 701,-3 664,-10 626,-16 586,-19 543,-19 469,-19 404,-9 349,12 293,33 246,63 208,104 170,145 141,196 122,257 103,318 93,390 93,471 93,548 103,618 123,680 143,741 172,794 210,837 247,880 293,913 346,936 399,959 459,970 525,970 596,970 656,959 706,936 755,913 796,883 828,845 860,806 884,761 899,710 914,658 921,603 921,544 L 921,514 Z M 755,563 C 757,650 738,718 698,767 657,816 597,841 518,841 477,841 442,833 411,818 380,803 355,782 334,757 313,732 297,702 286,669 275,635 268,600 267,563 L 755,563 Z"/>
<glyph unicode="d" horiz-adv-x="870" d="M 924,25 C 924,20 923,15 921,11 918,7 914,4 909,2 903,-1 895,-3 886,-4 877,-5 865,-6 852,-6 838,-6 826,-5 817,-4 808,-3 800,-1 794,2 788,4 784,7 781,11 778,15 777,20 777,25 L 777,144 C 730,93 681,53 630,24 579,-5 523,-19 462,-19 396,-19 340,-6 293,20 246,45 209,80 180,124 151,167 129,219 116,278 103,337 96,399 96,464 96,541 104,611 121,674 138,736 162,789 195,833 228,877 268,911 317,935 365,958 421,970 484,970 537,970 585,959 629,936 672,913 715,879 758,834 L 758,1357 C 758,1362 759,1366 762,1371 764,1375 768,1378 775,1381 782,1383 790,1385 801,1387 811,1388 824,1389 840,1389 857,1389 870,1388 881,1387 892,1385 900,1383 906,1381 912,1378 917,1375 920,1371 923,1366 924,1362 924,1357 L 924,25 Z M 758,658 C 713,713 670,756 629,785 587,814 543,828 498,828 456,828 420,818 391,798 362,778 338,752 320,719 301,686 288,649 280,608 271,567 267,525 267,482 267,437 271,392 278,349 285,306 297,267 314,234 331,200 354,173 383,153 412,132 448,122 491,122 513,122 534,125 555,131 575,137 596,147 617,161 638,175 661,193 684,216 707,238 732,265 758,298 L 758,658 Z"/>
<glyph unicode="c" horiz-adv-x="736" d="M 800,162 C 800,151 800,141 799,133 798,124 797,117 796,112 794,106 792,101 790,97 787,92 782,86 774,78 765,69 751,59 731,47 711,34 689,23 664,14 639,4 611,-4 582,-10 553,-16 522,-19 491,-19 426,-19 369,-8 319,13 269,34 227,66 194,107 160,148 134,198 117,258 99,317 90,386 90,464 90,553 101,629 123,693 144,756 174,808 212,849 249,890 294,920 345,940 396,959 451,969 510,969 539,969 567,966 594,961 621,956 645,949 668,940 691,931 711,921 729,910 746,899 759,889 767,881 775,873 781,867 784,862 787,857 789,852 791,846 793,839 794,832 795,824 796,816 796,806 796,794 796,768 793,750 787,740 781,729 774,724 765,724 755,724 744,730 731,741 718,752 701,764 681,777 661,790 637,803 609,814 580,825 547,830 508,830 429,830 368,800 326,739 283,678 262,589 262,473 262,415 268,364 279,321 290,277 306,240 327,211 348,182 375,160 406,146 437,131 472,124 512,124 550,124 583,130 612,142 641,154 666,167 687,182 708,196 725,209 740,221 754,232 765,238 773,238 778,238 782,237 785,234 788,231 791,227 794,221 796,214 798,206 799,197 800,187 800,175 800,162 Z"/>
<glyph unicode="b" horiz-adv-x="870" d="M 981,487 C 981,409 973,339 956,277 939,214 914,161 881,117 848,73 807,39 759,16 711,-7 656,-19 594,-19 565,-19 539,-16 515,-11 490,-5 466,4 443,17 420,30 396,46 373,65 350,84 325,108 299,135 L 299,25 C 299,20 298,15 295,11 292,7 288,4 282,2 276,-1 269,-3 260,-4 251,-5 239,-6 225,-6 212,-6 200,-5 191,-4 182,-3 174,-1 168,2 162,4 158,7 156,11 154,15 153,20 153,25 L 153,1361 C 153,1366 154,1371 157,1375 159,1379 163,1382 170,1385 176,1388 184,1390 195,1391 206,1392 219,1393 235,1393 252,1393 265,1392 276,1391 287,1390 295,1388 301,1385 307,1382 311,1379 314,1375 317,1371 318,1366 318,1361 L 318,822 C 345,849 371,872 396,891 421,910 445,925 469,937 493,948 517,957 541,962 565,967 590,970 617,970 682,970 738,957 785,931 831,905 869,870 898,827 927,783 948,732 961,673 974,614 981,552 981,487 Z M 807,468 C 807,514 804,559 797,602 790,645 777,684 760,717 743,750 720,777 691,798 662,818 627,828 584,828 563,828 542,825 521,819 500,813 479,803 458,789 437,775 415,757 392,735 369,713 344,685 318,652 L 318,293 C 363,238 407,196 448,167 489,138 532,123 577,123 618,123 654,133 683,153 712,173 736,200 755,233 773,266 786,303 795,344 803,385 807,426 807,468 Z"/>
<glyph unicode="a" horiz-adv-x="770" d="M 831,24 C 831,16 828,10 823,6 818,2 810,-1 801,-3 792,-5 778,-6 760,-6 743,-6 729,-5 719,-3 708,-1 701,2 696,6 691,10 689,16 689,24 L 689,114 C 650,72 606,39 558,16 509,-7 458,-19 404,-19 357,-19 314,-13 276,-1 237,12 205,30 178,53 151,76 130,105 115,139 100,173 92,212 92,255 92,306 102,350 123,387 144,424 173,455 212,480 251,505 298,523 354,536 410,548 473,554 543,554 L 667,554 667,624 C 667,659 663,689 656,716 649,743 637,765 621,783 604,800 583,814 557,823 531,832 499,836 461,836 420,836 384,831 352,822 319,812 291,801 267,790 242,778 222,767 206,758 189,748 177,743 169,743 164,743 159,744 155,747 151,750 148,754 145,759 142,764 139,771 138,780 137,788 136,797 136,807 136,824 137,837 140,847 142,856 148,865 157,874 166,883 181,893 203,905 225,916 250,927 279,937 308,946 339,954 373,961 407,967 441,970 476,970 541,970 596,963 641,948 686,933 723,912 751,884 779,855 799,820 812,778 825,736 831,687 831,631 L 831,24 Z M 667,435 L 526,435 C 481,435 441,431 408,424 375,416 347,405 325,390 303,375 287,357 277,336 266,315 261,290 261,263 261,216 276,179 306,152 335,124 377,110 430,110 473,110 514,121 551,143 588,165 626,199 667,244 L 667,435 Z"/>
<glyph unicode="X" horiz-adv-x="1004" d="M 996,62 C 1005,47 1010,36 1012,27 1013,18 1011,12 1005,7 999,2 989,-2 976,-4 962,-5 944,-6 921,-6 900,-6 883,-5 871,-5 859,-3 850,-2 843,1 836,4 830,7 827,11 823,14 820,19 817,25 L 529,540 238,25 C 235,19 231,14 227,10 223,6 218,3 211,1 204,-2 194,-3 182,-5 170,-5 154,-6 134,-6 112,-6 95,-5 82,-4 69,-2 61,2 56,7 51,12 49,18 51,27 52,36 57,47 66,62 L 419,657 82,1232 C 74,1247 69,1259 67,1268 64,1277 66,1284 71,1289 76,1294 86,1297 99,1298 112,1299 131,1300 154,1300 174,1300 190,1300 203,1299 216,1298 226,1296 233,1294 240,1291 246,1288 249,1284 252,1279 256,1274 260,1269 L 538,785 814,1269 C 817,1274 821,1279 824,1284 827,1288 832,1291 839,1294 845,1296 854,1298 865,1299 876,1300 892,1300 911,1300 932,1300 949,1299 962,1298 975,1296 984,1293 990,1288 995,1283 997,1277 996,1268 995,1259 990,1247 982,1232 L 646,661 996,62 Z"/>
<glyph unicode="W" horiz-adv-x="1739" d="M 1411,38 C 1408,29 1404,21 1399,16 1394,10 1386,6 1377,3 1368,0 1356,-3 1343,-4 1329,-5 1312,-6 1292,-6 1271,-6 1254,-5 1240,-4 1225,-3 1213,0 1204,3 1195,6 1188,10 1183,16 1178,21 1175,29 1172,38 L 901,1015 899,1015 649,38 C 647,29 644,21 639,16 634,10 628,6 619,3 610,0 599,-3 586,-4 572,-5 554,-6 533,-6 511,-6 493,-5 478,-4 463,-3 451,0 442,3 433,6 426,10 421,16 416,21 412,29 410,38 L 68,1233 C 64,1248 62,1260 62,1269 61,1278 64,1284 70,1289 75,1294 84,1297 97,1298 110,1299 127,1300 148,1300 169,1300 185,1300 197,1299 209,1298 218,1296 225,1293 231,1290 235,1287 238,1282 240,1277 242,1271 243,1264 L 534,180 535,180 811,1262 C 813,1269 816,1276 819,1281 822,1286 826,1289 833,1292 840,1295 849,1297 862,1298 874,1299 890,1300 910,1300 929,1300 944,1299 955,1298 966,1297 974,1295 981,1292 988,1289 993,1286 996,1281 999,1276 1001,1269 1003,1262 L 1300,180 1302,180 1587,1263 C 1589,1270 1591,1276 1593,1281 1595,1286 1599,1289 1606,1292 1612,1295 1621,1297 1633,1298 1644,1299 1660,1300 1679,1300 1699,1300 1715,1299 1727,1298 1738,1296 1747,1293 1752,1288 1757,1283 1760,1277 1760,1268 1759,1259 1757,1247 1754,1232 L 1411,38 Z"/>
<glyph unicode="U" horiz-adv-x="1004" d="M 1145,478 C 1145,399 1134,329 1111,268 1088,206 1055,154 1012,111 969,68 917,36 856,14 795,-8 725,-19 647,-19 576,-19 511,-9 452,12 393,33 343,63 301,104 259,144 227,194 204,255 181,316 170,386 170,465 L 170,1268 C 170,1273 171,1278 174,1282 177,1286 181,1289 188,1292 195,1294 203,1296 214,1298 225,1299 239,1300 256,1300 272,1300 286,1299 297,1298 308,1296 317,1294 324,1292 330,1289 334,1286 337,1282 340,1278 341,1273 341,1268 L 341,486 C 341,426 348,374 363,329 378,284 399,247 427,218 454,188 488,166 527,151 566,136 609,128 658,128 708,128 753,135 792,150 831,165 864,187 891,216 918,245 938,282 953,325 967,368 974,419 974,477 L 974,1268 C 974,1273 975,1278 978,1282 981,1286 985,1289 992,1292 999,1294 1008,1296 1019,1298 1030,1299 1043,1300 1060,1300 1076,1300 1090,1299 1101,1298 1112,1296 1120,1294 1127,1292 1133,1289 1138,1286 1141,1282 1144,1278 1145,1273 1145,1268 L 1145,478 Z"/>
<glyph unicode="T" horiz-adv-x="1004" d="M 983,1220 C 983,1207 982,1196 981,1187 980,1178 978,1170 975,1165 972,1159 968,1155 964,1152 959,1149 954,1148 949,1148 L 585,1148 585,26 C 585,21 584,16 581,12 578,8 574,5 567,3 560,0 552,-2 541,-4 530,-5 516,-6 499,-6 483,-6 469,-5 458,-4 447,-2 438,0 431,3 424,5 420,8 417,12 414,16 413,21 413,26 L 413,1148 49,1148 C 44,1148 39,1149 35,1152 30,1155 27,1159 24,1165 21,1170 19,1178 18,1187 16,1196 15,1207 15,1220 15,1233 16,1244 18,1254 19,1263 21,1271 24,1277 27,1283 30,1287 35,1290 39,1293 44,1294 49,1294 L 949,1294 C 954,1294 959,1293 964,1290 968,1287 972,1283 975,1277 978,1271 980,1263 981,1254 982,1244 983,1233 983,1220 Z"/>
<glyph unicode="S" horiz-adv-x="803" d="M 867,363 C 867,302 856,248 834,201 811,154 780,114 741,81 701,48 654,23 601,6 547,-11 489,-19 427,-19 384,-19 344,-15 307,-8 270,-1 237,8 208,19 179,30 154,41 135,52 115,63 101,73 94,81 86,89 80,99 77,112 73,124 71,140 71,161 71,176 72,188 73,198 74,207 76,215 79,221 82,227 85,231 89,234 93,236 98,237 103,237 112,237 126,231 143,220 160,209 181,196 208,183 235,170 267,157 305,146 342,134 386,128 435,128 472,128 507,133 538,143 569,153 595,167 618,186 640,204 657,226 669,253 681,280 687,310 687,344 687,381 679,412 662,438 645,464 623,487 596,507 569,526 538,544 503,561 468,577 432,594 395,611 358,628 323,646 288,667 253,688 222,712 195,740 168,768 146,801 129,839 112,876 103,921 103,974 103,1028 113,1076 133,1119 152,1161 180,1196 215,1225 250,1254 291,1276 340,1291 388,1306 440,1313 496,1313 525,1313 554,1311 583,1306 612,1301 639,1294 665,1286 690,1277 713,1268 733,1258 753,1247 766,1239 773,1233 779,1226 783,1221 785,1218 787,1214 789,1209 790,1204 791,1198 792,1191 793,1183 794,1175 794,1165 794,1152 794,1140 794,1129 793,1120 792,1111 790,1103 788,1097 786,1090 783,1086 780,1083 776,1080 772,1078 767,1078 760,1078 748,1083 733,1092 717,1101 698,1112 675,1124 652,1135 626,1146 595,1156 564,1165 529,1170 490,1170 454,1170 423,1165 396,1156 369,1146 347,1133 330,1117 313,1101 300,1082 291,1060 282,1038 278,1015 278,990 278,954 286,923 303,897 320,871 342,848 370,828 397,808 429,790 464,773 499,756 535,740 572,723 609,706 645,687 680,667 715,646 747,622 775,595 802,567 825,534 842,497 859,459 867,414 867,363 Z"/>
<glyph unicode="R" horiz-adv-x="870" d="M 1035,26 C 1035,21 1034,16 1032,12 1030,8 1026,5 1019,2 1012,-1 1003,-3 991,-4 979,-5 963,-6 943,-6 926,-6 912,-5 901,-4 890,-3 881,0 874,3 867,6 862,10 859,15 855,20 852,27 849,35 L 730,340 C 716,375 702,407 687,436 672,465 654,490 633,511 612,532 588,548 560,560 532,571 498,577 459,577 L 344,577 344,26 C 344,21 343,16 340,12 337,8 332,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 241,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 511,1294 C 544,1294 571,1293 593,1292 614,1290 634,1288 651,1286 701,1277 745,1264 784,1245 822,1226 854,1203 880,1174 906,1145 926,1113 939,1076 952,1039 958,998 958,953 958,910 952,871 941,837 929,802 912,772 890,746 868,719 842,696 811,677 780,658 746,641 708,628 729,619 749,607 766,593 783,578 800,561 815,541 830,521 844,498 857,472 870,446 884,417 897,384 L 1013,99 C 1022,75 1028,58 1031,49 1034,39 1035,31 1035,26 Z M 776,935 C 776,986 765,1029 742,1064 719,1099 681,1124 628,1139 611,1144 593,1147 572,1149 551,1151 523,1152 489,1152 L 344,1152 344,716 512,716 C 557,716 597,722 630,733 663,744 690,759 712,779 734,798 750,821 761,848 771,875 776,904 776,935 Z"/>
<glyph unicode="P" horiz-adv-x="803" d="M 967,915 C 967,850 956,792 935,740 914,688 883,644 844,607 804,570 755,542 698,522 640,502 571,492 491,492 L 344,492 344,26 C 344,21 343,16 340,12 337,8 332,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 241,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1220 C 172,1247 179,1266 193,1277 207,1288 223,1294 240,1294 L 517,1294 C 545,1294 572,1293 598,1291 623,1288 654,1283 689,1276 724,1268 759,1254 796,1233 832,1212 863,1186 888,1155 913,1124 933,1089 947,1049 960,1008 967,964 967,915 Z M 786,901 C 786,954 776,998 757,1033 737,1068 713,1095 684,1112 655,1129 625,1140 594,1145 563,1150 532,1152 503,1152 L 344,1152 344,633 499,633 C 551,633 594,640 629,653 663,666 692,685 715,709 738,732 756,761 768,794 780,827 786,862 786,901 Z"/>
<glyph unicode="O" horiz-adv-x="1204" d="M 1256,662 C 1256,557 1244,463 1219,379 1194,295 1158,224 1109,165 1060,106 998,60 924,29 850,-3 764,-19 665,-19 568,-19 484,-4 413,25 342,54 283,96 237,151 190,206 156,275 133,357 110,439 99,533 99,640 99,742 111,835 136,918 161,1001 198,1072 247,1131 296,1189 358,1234 432,1266 506,1297 592,1313 691,1313 786,1313 869,1299 940,1270 1011,1241 1070,1200 1117,1145 1164,1090 1199,1022 1222,941 1245,860 1256,767 1256,662 Z M 1075,650 C 1075,723 1069,792 1056,855 1043,918 1021,972 991,1019 960,1065 920,1101 869,1127 818,1153 756,1166 681,1166 606,1166 544,1152 493,1124 442,1096 401,1059 370,1012 338,965 315,911 302,849 288,786 281,721 281,652 281,576 287,506 300,442 313,378 334,323 364,277 394,230 434,194 485,169 535,143 598,130 674,130 749,130 813,144 864,172 915,200 957,238 988,286 1019,333 1042,388 1055,451 1068,514 1075,580 1075,650 Z"/>
<glyph unicode="N" horiz-adv-x="1004" d="M 1150,71 C 1150,58 1148,46 1144,37 1139,28 1134,20 1127,14 1120,8 1112,4 1103,1 1094,-2 1086,-3 1077,-3 L 1022,-3 C 1005,-3 990,-1 977,3 964,6 951,13 940,23 928,32 916,45 905,62 893,79 880,100 866,126 L 458,862 C 437,900 415,940 394,982 372,1023 352,1064 333,1103 L 331,1103 C 332,1055 333,1006 334,956 335,906 335,856 335,807 L 335,26 C 335,21 334,17 331,13 328,8 324,5 318,3 311,0 303,-2 293,-4 282,-5 269,-6 253,-6 237,-6 224,-5 214,-4 203,-2 195,0 189,3 183,5 179,8 176,13 173,17 172,21 172,26 L 172,1220 C 172,1247 179,1266 194,1277 209,1288 225,1294 242,1294 L 324,1294 C 343,1294 360,1292 373,1289 386,1286 397,1280 408,1273 418,1265 428,1254 438,1241 447,1227 458,1210 469,1189 L 783,621 C 802,586 821,553 839,520 857,487 874,454 891,422 908,390 924,359 941,328 957,297 973,265 989,234 L 990,234 C 989,287 988,342 988,399 987,456 987,510 987,563 L 987,1265 C 987,1270 988,1274 991,1278 994,1282 998,1286 1005,1289 1011,1292 1019,1294 1030,1295 1040,1296 1053,1297 1070,1297 1085,1297 1097,1296 1108,1295 1119,1294 1127,1292 1133,1289 1139,1286 1143,1282 1146,1278 1149,1274 1150,1270 1150,1265 L 1150,71 Z"/>
<glyph unicode="M" horiz-adv-x="1438" d="M 1579,26 C 1579,21 1578,16 1575,12 1572,8 1568,5 1561,3 1554,0 1546,-2 1536,-4 1525,-5 1512,-6 1495,-6 1480,-6 1467,-5 1456,-4 1445,-2 1436,0 1430,3 1423,5 1419,8 1416,12 1413,16 1412,21 1412,26 L 1412,1153 1410,1153 949,21 C 947,16 944,12 941,9 937,6 932,3 925,1 918,-2 909,-3 900,-5 890,-5 878,-6 865,-6 851,-6 839,-5 829,-4 819,-3 811,-1 804,2 797,4 792,7 789,10 785,13 782,17 781,21 L 340,1153 339,1153 339,26 C 339,21 338,16 335,12 332,8 328,5 321,3 314,0 306,-2 295,-4 284,-5 271,-6 254,-6 238,-6 225,-5 214,-4 203,-2 195,0 189,3 182,5 178,8 176,12 173,16 172,21 172,26 L 172,1216 C 172,1244 179,1264 194,1276 209,1288 225,1294 243,1294 L 347,1294 C 368,1294 387,1292 403,1288 419,1284 433,1278 445,1269 457,1260 467,1249 475,1236 483,1223 490,1207 496,1189 L 871,252 876,252 1266,1186 C 1273,1206 1281,1223 1290,1237 1299,1251 1308,1262 1319,1271 1329,1279 1340,1285 1353,1289 1366,1292 1380,1294 1397,1294 L 1506,1294 C 1516,1294 1526,1293 1535,1290 1544,1287 1551,1282 1558,1276 1564,1269 1569,1261 1573,1252 1577,1242 1579,1230 1579,1216 L 1579,26 Z"/>
<glyph unicode="L" horiz-adv-x="703" d="M 843,75 C 843,62 842,51 841,42 840,33 838,25 835,19 832,12 828,8 824,5 819,2 814,0 808,0 L 236,0 C 221,0 206,5 193,16 179,26 172,44 172,70 L 172,1268 C 172,1273 173,1278 176,1282 179,1286 183,1289 190,1292 197,1294 206,1296 217,1298 228,1299 242,1300 258,1300 275,1300 289,1299 300,1298 311,1296 319,1294 326,1292 333,1289 337,1286 340,1282 343,1278 344,1273 344,1268 L 344,149 808,149 C 814,149 819,148 824,145 828,142 832,137 835,132 838,126 840,118 841,109 842,100 843,88 843,75 Z"/>
<glyph unicode="K" horiz-adv-x="870" d="M 1016,28 C 1016,23 1015,18 1013,14 1010,9 1006,6 999,3 992,0 983,-2 972,-4 961,-5 946,-6 928,-6 905,-6 886,-5 871,-3 856,-1 845,3 838,8 831,13 825,19 820,26 L 344,673 344,26 C 344,21 343,17 340,13 337,8 333,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 242,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,13 173,17 172,21 172,26 L 172,1268 C 172,1273 173,1278 176,1282 179,1286 183,1289 190,1292 197,1294 206,1296 217,1298 228,1299 242,1300 258,1300 275,1300 289,1299 300,1298 311,1296 319,1294 326,1292 333,1289 337,1286 340,1282 343,1278 344,1273 344,1268 L 344,693 802,1268 C 806,1274 811,1279 816,1283 821,1287 828,1290 836,1293 843,1295 853,1297 864,1298 875,1299 889,1300 906,1300 923,1300 937,1299 948,1298 959,1296 967,1294 974,1291 980,1288 984,1285 987,1281 989,1277 990,1273 990,1268 990,1259 988,1251 984,1242 979,1233 971,1221 959,1206 L 530,693 992,79 C 1003,62 1010,50 1013,44 1015,37 1016,32 1016,28 Z"/>
<glyph unicode="H" horiz-adv-x="937" d="M 1104,26 C 1104,21 1103,16 1100,12 1097,8 1093,5 1086,3 1079,0 1071,-2 1060,-4 1049,-5 1035,-6 1019,-6 1002,-6 988,-5 977,-4 966,-2 958,0 951,3 944,5 940,8 937,12 934,16 933,21 933,26 L 933,600 344,600 344,26 C 344,21 343,16 340,12 337,8 333,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 242,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,12 173,16 172,21 172,26 L 172,1268 C 172,1273 173,1278 176,1282 179,1286 183,1289 190,1292 197,1294 206,1296 217,1298 228,1299 242,1300 258,1300 275,1300 289,1299 300,1298 311,1296 319,1294 326,1292 333,1289 337,1286 340,1282 343,1278 344,1273 344,1268 L 344,750 933,750 933,1268 C 933,1273 934,1278 937,1282 940,1286 944,1289 951,1292 958,1294 966,1296 977,1298 988,1299 1002,1300 1019,1300 1035,1300 1049,1299 1060,1298 1071,1296 1079,1294 1086,1292 1093,1289 1097,1286 1100,1282 1103,1278 1104,1273 1104,1268 L 1104,26 Z"/>
<glyph unicode="F" horiz-adv-x="703" d="M 852,1220 C 852,1207 851,1196 850,1187 849,1178 846,1170 843,1165 840,1159 836,1155 832,1152 827,1149 823,1148 818,1148 L 344,1148 344,708 792,708 C 797,708 801,707 806,705 810,702 814,698 817,693 820,688 823,681 824,672 825,663 826,651 826,637 826,624 825,614 824,605 823,596 820,588 817,583 814,577 810,573 806,570 801,567 797,565 792,565 L 344,565 344,26 C 344,21 343,17 340,13 337,8 333,5 326,3 319,0 311,-2 300,-4 289,-5 275,-6 258,-6 242,-6 228,-5 217,-4 206,-2 197,0 190,3 183,5 179,8 176,13 173,17 172,21 172,26 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 818,1294 C 823,1294 827,1293 832,1290 836,1287 840,1283 843,1277 846,1271 849,1263 850,1254 851,1244 852,1233 852,1220 Z"/>
<glyph unicode="E" horiz-adv-x="736" d="M 892,71 C 892,59 891,49 890,40 889,31 886,23 883,17 880,11 876,7 872,4 867,1 862,0 857,0 L 236,0 C 221,0 206,5 193,16 179,26 172,44 172,70 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 850,1294 C 855,1294 860,1293 865,1290 869,1287 872,1283 875,1277 878,1271 880,1264 882,1255 883,1246 884,1234 884,1221 884,1209 883,1199 882,1190 880,1181 878,1173 875,1168 872,1162 869,1158 865,1155 860,1152 855,1151 850,1151 L 344,1151 344,745 778,745 C 783,745 788,744 793,741 797,738 801,733 804,728 807,723 809,715 810,706 811,697 812,686 812,673 812,661 811,651 810,642 809,633 807,626 804,621 801,616 797,612 793,610 788,607 783,606 778,606 L 344,606 344,143 857,143 C 862,143 867,142 872,139 876,136 880,132 883,127 886,121 889,114 890,105 891,96 892,84 892,71 Z"/>
<glyph unicode="D" horiz-adv-x="1004" d="M 1167,666 C 1167,554 1153,456 1124,373 1095,289 1054,220 999,165 944,110 876,68 796,41 716,14 621,0 510,0 L 236,0 C 221,0 206,5 193,16 179,26 172,44 172,70 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 529,1294 C 641,1294 736,1280 813,1251 890,1222 955,1180 1008,1126 1060,1071 1100,1005 1127,928 1154,851 1167,763 1167,666 Z M 986,659 C 986,729 977,794 960,855 943,915 916,967 879,1011 842,1055 795,1089 738,1114 681,1139 608,1151 519,1151 L 344,1151 344,144 521,144 C 604,144 673,154 730,175 787,196 834,227 872,270 910,313 939,366 958,431 977,495 986,571 986,659 Z"/>
<glyph unicode="C" horiz-adv-x="970" d="M 1036,183 C 1036,172 1036,163 1035,155 1034,147 1033,140 1032,134 1030,128 1028,123 1025,118 1022,113 1018,108 1011,101 1004,94 990,84 969,71 948,57 921,44 890,31 858,18 822,7 781,-3 740,-11 695,-16 646,-16 562,-16 486,-2 419,26 351,54 293,95 246,150 198,205 161,272 136,353 110,433 97,525 97,630 97,737 111,833 139,917 166,1001 205,1072 255,1131 305,1189 365,1233 435,1264 504,1295 581,1310 666,1310 703,1310 740,1307 775,1300 810,1293 843,1284 873,1273 903,1262 930,1250 953,1236 976,1222 993,1211 1002,1202 1011,1193 1016,1186 1019,1181 1022,1176 1024,1171 1026,1165 1027,1158 1029,1151 1030,1142 1031,1133 1031,1123 1031,1111 1031,1098 1030,1086 1029,1077 1028,1068 1026,1060 1023,1054 1020,1047 1017,1043 1014,1040 1010,1037 1005,1035 1000,1035 991,1035 978,1042 961,1055 944,1068 923,1082 897,1098 870,1113 838,1128 801,1141 763,1154 718,1160 665,1160 608,1160 556,1149 509,1126 462,1103 421,1069 388,1024 355,979 329,925 311,861 292,796 283,723 283,640 283,558 292,486 310,423 327,360 353,307 386,265 419,222 459,190 507,169 555,147 609,136 670,136 721,136 766,142 805,155 843,168 876,182 903,198 930,213 952,227 969,240 986,253 1000,259 1010,259 1015,259 1019,258 1022,256 1025,254 1028,250 1030,245 1032,239 1034,231 1035,221 1036,211 1036,198 1036,183 Z"/>
<glyph unicode="B" horiz-adv-x="870" d="M 1025,371 C 1025,330 1020,293 1010,259 999,224 985,193 966,166 947,139 925,115 899,94 872,73 843,56 810,42 777,28 741,18 704,11 666,4 623,0 574,0 L 236,0 C 221,0 206,5 193,16 179,26 172,44 172,70 L 172,1224 C 172,1250 179,1268 193,1279 206,1289 221,1294 236,1294 L 530,1294 C 607,1294 671,1287 720,1272 769,1257 811,1236 844,1208 877,1180 901,1146 918,1105 935,1064 943,1018 943,967 943,936 939,907 932,879 925,851 914,825 900,802 885,778 867,757 846,738 824,719 799,704 771,692 806,685 839,673 870,656 901,638 928,615 951,588 974,561 992,529 1005,492 1018,455 1025,415 1025,371 Z M 766,950 C 766,981 762,1010 753,1035 744,1060 731,1082 712,1100 693,1117 669,1131 639,1140 609,1149 569,1154 520,1154 L 342,1154 342,735 538,735 C 583,735 619,741 646,753 673,764 696,780 714,800 732,819 745,842 754,869 762,895 766,922 766,950 Z M 844,361 C 844,400 838,434 826,463 813,492 795,517 772,537 748,557 718,572 683,583 647,593 602,598 548,598 L 342,598 342,142 592,142 C 631,142 666,147 695,156 724,165 750,179 773,198 795,216 812,239 825,266 838,293 844,325 844,361 Z"/>
<glyph unicode="?" horiz-adv-x="770" d="M 855,991 C 855,932 847,880 830,835 813,790 790,751 760,719 730,687 694,662 652,644 610,626 563,615 512,612 L 505,371 C 505,361 499,354 488,349 476,344 457,341 431,341 417,341 405,342 395,343 385,344 377,345 371,348 365,350 361,353 358,357 355,361 354,366 354,371 L 348,648 C 347,663 349,676 352,686 355,695 359,703 365,710 371,716 379,720 388,723 397,725 408,726 420,726 L 442,726 C 485,726 522,733 553,747 584,760 609,778 628,801 647,824 660,850 669,881 678,912 682,944 682,977 682,1015 677,1050 666,1082 655,1113 639,1141 618,1164 597,1187 570,1204 538,1217 505,1230 467,1236 423,1236 384,1236 351,1232 322,1224 293,1215 267,1206 246,1196 225,1186 207,1177 194,1169 180,1161 170,1157 163,1157 158,1157 154,1158 151,1160 147,1162 144,1166 141,1172 138,1177 136,1185 135,1195 134,1204 133,1216 133,1231 133,1247 134,1259 136,1268 138,1276 142,1283 149,1290 156,1296 169,1304 188,1315 207,1325 230,1334 257,1343 284,1352 313,1359 346,1365 378,1371 411,1374 446,1374 517,1374 579,1364 630,1344 681,1323 724,1296 757,1261 790,1226 815,1186 831,1139 847,1092 855,1043 855,991 Z M 539,104 C 539,82 538,64 535,50 532,35 526,24 518,15 510,6 499,-1 486,-5 472,-8 455,-10 435,-10 414,-10 396,-8 383,-5 370,-1 359,6 351,15 342,24 337,35 334,50 331,64 329,82 329,104 329,126 331,145 334,160 337,175 342,186 351,195 359,203 370,209 383,213 396,216 414,218 435,218 455,218 472,216 486,213 499,209 510,203 518,195 526,186 532,175 535,160 538,145 539,126 539,104 Z"/>
<glyph unicode=";" horiz-adv-x="335" d="M 397,800 C 397,779 396,761 393,746 390,731 384,720 376,711 367,702 356,695 343,692 330,688 313,686 292,686 271,686 253,688 240,692 227,695 216,702 208,711 200,720 195,731 192,746 189,761 187,779 187,800 187,823 189,842 192,857 195,872 200,884 208,893 216,902 227,908 240,912 253,915 271,917 292,917 313,917 330,915 343,912 356,908 367,902 376,893 384,884 390,872 393,857 396,842 397,823 397,800 Z M 397,143 C 397,122 396,103 394,86 392,69 389,52 385,37 380,22 374,7 367,-9 359,-23 349,-39 338,-56 L 202,-260 C 199,-265 195,-270 191,-273 186,-276 181,-279 175,-282 169,-284 162,-286 154,-287 145,-288 135,-289 123,-289 112,-289 102,-288 95,-288 87,-286 81,-285 78,-282 75,-279 73,-276 73,-273 72,-269 73,-264 76,-258 L 207,15 207,143 C 207,161 209,175 213,186 217,197 223,205 231,210 238,215 248,219 260,221 272,223 286,224 303,224 319,224 333,223 345,221 357,219 367,215 375,210 382,205 388,197 392,186 395,175 397,161 397,143 Z"/>
<glyph unicode=":" horiz-adv-x="235" d="M 397,800 C 397,779 396,761 393,746 390,731 384,720 376,711 367,702 356,695 343,692 330,688 313,686 292,686 271,686 253,688 240,692 227,695 216,702 208,711 200,720 195,731 192,746 189,761 187,779 187,800 187,823 189,842 192,857 195,872 200,884 208,893 216,902 227,908 240,912 253,915 271,917 292,917 313,917 330,915 343,912 356,908 367,902 376,893 384,884 390,872 393,857 396,842 397,823 397,800 Z M 397,106 C 397,84 396,66 393,51 390,36 384,25 376,16 367,7 356,0 343,-4 330,-7 313,-9 292,-9 271,-9 253,-7 240,-4 227,0 216,7 208,16 200,25 195,36 192,51 189,66 187,84 187,106 187,128 189,147 192,162 195,177 200,188 208,197 216,206 227,212 240,216 253,220 271,222 292,222 313,222 330,220 343,216 356,212 367,206 376,197 384,188 390,177 393,162 396,147 397,128 397,106 Z"/>
<glyph unicode="8" horiz-adv-x="903" d="M 954,332 C 954,276 944,226 924,183 904,139 875,102 838,72 800,42 753,19 698,4 643,-11 579,-19 508,-19 441,-19 382,-12 329,2 276,16 232,37 195,64 158,91 130,125 111,165 92,205 82,251 82,302 82,343 89,380 102,414 115,448 135,479 160,508 185,537 215,564 252,589 289,614 330,637 376,660 336,681 301,703 270,726 239,749 213,774 192,801 171,828 155,856 144,887 133,918 127,951 127,987 127,1032 135,1075 152,1115 168,1154 193,1189 226,1218 259,1247 301,1271 352,1288 403,1305 462,1313 530,1313 595,1313 652,1305 700,1290 747,1274 787,1253 818,1226 849,1199 871,1167 886,1130 901,1093 908,1054 908,1012 908,978 903,945 892,914 881,883 864,853 843,825 822,797 796,771 765,747 734,722 698,699 658,678 705,655 748,631 785,606 822,581 853,555 878,527 903,498 922,468 935,437 948,405 954,370 954,332 Z M 738,996 C 738,1024 733,1049 724,1072 714,1095 700,1114 681,1130 662,1146 639,1158 612,1167 584,1175 552,1179 517,1179 445,1179 391,1163 354,1130 317,1097 298,1053 298,996 298,970 303,946 312,924 321,901 335,880 354,860 373,840 397,821 426,802 455,783 489,763 529,742 596,777 648,815 684,857 720,899 738,945 738,996 Z M 780,314 C 780,345 774,373 763,398 752,423 735,446 712,468 689,489 660,510 626,531 591,551 551,572 506,594 464,573 427,553 396,532 364,511 338,490 318,468 297,446 282,423 272,399 261,374 256,347 256,318 256,253 278,203 323,168 367,133 433,115 521,115 606,115 671,133 715,169 758,204 780,253 780,314 Z"/>
<glyph unicode="7" horiz-adv-x="903" d="M 943,1220 C 943,1208 943,1197 942,1188 941,1178 939,1169 938,1160 936,1151 934,1142 931,1134 928,1125 924,1116 920,1107 L 454,33 C 451,25 447,19 442,14 437,9 430,5 423,2 415,-1 405,-3 393,-5 381,-5 366,-6 349,-6 326,-6 309,-5 296,-3 283,-1 274,2 269,7 263,11 260,16 261,23 262,29 264,36 268,45 L 758,1143 137,1143 C 124,1143 115,1150 109,1163 102,1176 99,1195 99,1219 99,1232 100,1243 102,1252 103,1261 106,1269 109,1276 112,1282 116,1287 121,1290 126,1293 131,1294 137,1294 L 891,1294 C 900,1294 909,1293 916,1291 923,1289 928,1285 932,1279 935,1273 938,1265 940,1256 942,1247 943,1235 943,1220 Z"/>
<glyph unicode="6" horiz-adv-x="870" d="M 957,419 C 957,362 948,308 931,255 914,202 887,155 851,115 815,74 769,42 714,18 659,-7 593,-19 518,-19 464,-19 416,-12 375,1 334,14 298,33 267,58 236,83 211,113 191,149 170,185 154,226 142,272 129,318 120,368 115,423 110,478 107,536 107,599 107,654 110,710 116,767 122,824 133,878 148,931 163,984 184,1033 211,1080 237,1126 270,1166 310,1201 349,1235 397,1262 452,1282 507,1302 572,1312 645,1312 670,1312 695,1311 720,1308 745,1305 769,1301 790,1296 811,1291 829,1285 844,1279 859,1273 868,1268 873,1265 878,1261 881,1257 884,1253 886,1248 888,1244 889,1239 890,1234 891,1228 892,1222 893,1215 893,1207 893,1198 893,1186 893,1176 893,1167 892,1158 891,1151 889,1146 886,1141 883,1137 880,1134 876,1131 871,1130 865,1130 858,1130 848,1132 835,1137 822,1142 807,1147 789,1153 771,1158 749,1163 724,1168 698,1173 668,1175 634,1175 572,1175 519,1162 474,1137 429,1112 393,1078 365,1035 336,992 315,943 302,887 288,830 280,771 278,710 295,720 315,730 337,740 358,750 382,759 408,767 433,775 460,782 489,787 518,792 548,794 581,794 651,794 710,785 758,766 806,747 845,720 875,687 904,653 925,613 938,568 951,522 957,472 957,419 Z M 783,403 C 783,442 779,477 772,509 764,540 751,567 733,589 715,611 691,628 661,640 631,652 594,658 550,658 525,658 501,656 476,652 451,647 428,641 405,634 382,626 360,617 339,607 318,596 298,585 281,573 281,487 287,415 298,357 309,299 325,253 346,218 367,183 393,158 424,143 455,128 492,120 534,120 577,120 614,128 645,144 676,160 702,182 723,209 744,236 759,266 769,300 778,333 783,368 783,403 Z"/>
<glyph unicode="5" horiz-adv-x="837" d="M 918,415 C 918,346 906,285 883,231 860,177 827,131 784,94 741,57 691,29 632,10 573,-9 507,-19 435,-19 395,-19 357,-16 321,-11 285,-5 253,2 225,11 197,19 174,27 156,35 138,43 127,49 122,54 117,59 113,63 111,67 109,71 107,76 106,82 104,87 103,94 102,103 101,112 101,122 101,134 101,145 102,156 103,165 104,174 105,181 108,187 111,192 114,196 118,199 121,202 125,203 130,203 137,203 147,199 161,191 175,182 194,173 218,164 241,154 271,145 306,136 341,127 382,123 430,123 475,123 516,128 553,139 590,150 623,166 650,189 677,212 698,240 713,275 728,309 736,351 736,400 736,441 730,478 717,510 704,541 684,568 657,589 630,610 595,625 554,636 513,646 463,651 406,651 365,651 330,649 301,645 272,641 244,639 219,639 200,639 187,643 179,652 171,661 167,677 167,702 L 167,1229 C 167,1251 172,1267 183,1278 193,1289 208,1294 227,1294 L 800,1294 C 805,1294 811,1293 816,1290 821,1287 825,1282 828,1276 831,1270 834,1262 836,1253 837,1244 838,1233 838,1220 838,1196 835,1177 828,1164 821,1151 812,1144 800,1144 L 317,1144 317,781 C 340,785 364,787 389,787 413,787 441,787 473,787 547,787 612,778 667,761 722,743 769,718 806,686 843,653 871,614 890,568 909,522 918,471 918,415 Z"/>
<glyph unicode="4" horiz-adv-x="971" d="M 979,368 C 979,346 976,329 969,316 962,303 953,297 941,297 L 795,297 795,25 C 795,20 794,15 791,12 788,8 784,5 777,2 770,-1 762,-3 751,-4 740,-5 727,-6 710,-6 694,-6 681,-5 670,-4 659,-3 651,-1 645,2 638,5 634,8 632,12 629,15 628,20 628,25 L 628,297 94,297 C 86,297 79,298 74,300 69,302 64,306 60,311 55,316 52,324 51,334 49,344 48,357 48,373 48,386 48,397 49,407 50,417 51,426 53,435 55,443 58,451 61,459 64,466 68,475 73,483 L 539,1270 C 542,1275 547,1280 554,1284 560,1288 568,1291 578,1294 588,1297 600,1298 615,1298 630,1298 647,1298 667,1298 689,1298 708,1297 725,1296 741,1294 754,1292 764,1289 774,1286 782,1283 787,1279 792,1274 795,1269 795,1263 L 795,439 941,439 C 952,439 962,433 969,422 976,410 979,392 979,368 Z M 628,1149 L 626,1149 205,439 628,439 628,1149 Z"/>
<glyph unicode="3" horiz-adv-x="837" d="M 914,370 C 914,311 904,257 883,210 862,162 833,121 794,87 755,53 708,27 651,9 594,-10 530,-19 459,-19 416,-19 375,-15 338,-9 300,-1 266,7 237,17 208,26 183,36 164,47 145,57 133,64 128,69 123,74 119,78 116,83 113,88 111,93 109,100 107,107 106,115 105,125 104,134 103,146 103,160 103,184 105,201 110,210 115,219 121,224 130,224 136,224 148,219 166,208 183,197 206,186 234,174 261,161 294,150 331,139 368,128 409,123 454,123 498,123 537,129 570,140 603,151 631,167 654,188 677,209 694,233 705,262 716,290 722,321 722,354 722,391 715,424 701,453 686,482 665,508 638,529 610,550 576,567 536,578 495,589 449,595 398,595 L 275,595 C 270,595 265,596 260,599 255,601 250,605 247,610 243,615 240,622 238,631 235,640 234,651 234,665 234,678 235,688 237,697 239,705 242,712 246,717 249,722 253,725 258,728 263,730 268,731 274,731 L 387,731 C 431,731 471,737 506,748 541,759 570,776 595,797 619,818 638,844 651,874 664,903 670,936 670,973 670,1000 666,1025 657,1050 648,1074 635,1095 618,1113 601,1131 579,1145 552,1156 525,1166 493,1171 458,1171 419,1171 384,1165 352,1154 319,1142 290,1129 265,1116 240,1103 219,1090 202,1079 185,1067 174,1061 167,1061 162,1061 158,1062 155,1064 151,1065 148,1069 146,1074 143,1079 142,1086 141,1095 140,1104 139,1115 139,1130 139,1140 139,1149 140,1157 141,1164 142,1171 144,1177 146,1182 148,1187 151,1192 154,1197 158,1202 165,1209 171,1215 184,1224 203,1236 222,1248 246,1260 275,1272 303,1283 336,1293 373,1301 410,1309 449,1313 492,1313 552,1313 605,1305 650,1290 695,1275 733,1253 764,1225 794,1197 817,1164 832,1125 847,1086 854,1042 854,995 854,954 849,917 838,882 827,847 812,816 791,789 770,762 745,739 715,720 685,701 650,687 611,680 L 611,678 C 656,673 697,662 734,645 771,627 802,605 829,578 856,551 877,520 892,485 907,449 914,411 914,370 Z"/>
<glyph unicode="2" horiz-adv-x="837" d="M 924,74 C 924,62 923,51 922,42 920,33 918,25 915,19 912,12 908,8 903,5 898,2 892,0 886,0 L 171,0 C 162,0 154,1 147,4 140,6 134,10 129,15 124,20 120,28 118,38 115,48 114,60 114,75 114,88 115,100 116,110 117,120 119,129 122,137 125,144 130,152 135,160 140,167 146,175 154,184 L 405,450 C 463,511 510,566 545,615 580,664 607,708 626,748 645,788 657,824 663,857 669,890 672,920 672,949 672,978 667,1005 658,1031 649,1056 635,1079 618,1098 600,1117 578,1133 551,1144 524,1155 494,1161 459,1161 418,1161 382,1155 350,1144 317,1133 289,1120 265,1107 240,1094 220,1081 204,1070 187,1059 175,1053 167,1053 162,1053 158,1054 155,1057 151,1060 148,1064 146,1070 143,1076 141,1084 140,1094 139,1104 138,1116 138,1130 138,1140 138,1149 139,1156 140,1163 141,1170 143,1175 144,1180 146,1185 149,1190 152,1195 157,1201 165,1208 173,1215 187,1224 207,1236 226,1248 251,1260 281,1272 310,1283 343,1293 379,1301 414,1309 452,1313 491,1313 554,1313 609,1304 656,1287 703,1269 742,1245 773,1214 804,1183 827,1148 842,1107 857,1066 865,1023 865,977 865,936 861,895 854,854 847,813 831,768 808,721 784,673 750,620 705,562 660,503 601,436 527,360 L 322,146 885,146 C 890,146 896,145 901,142 906,139 910,134 914,128 917,122 920,115 922,106 923,97 924,86 924,74 Z"/>
<glyph unicode="1" horiz-adv-x="770" d="M 927,68 C 927,55 926,45 924,36 922,27 919,20 916,15 913,10 909,6 905,4 900,1 896,0 891,0 L 215,0 C 210,0 206,1 202,4 198,6 194,10 191,15 187,20 184,27 182,36 180,45 179,55 179,68 179,80 180,90 182,99 184,108 187,115 190,121 193,126 196,131 201,134 205,137 210,138 215,138 L 485,138 485,1122 235,973 C 222,966 212,962 205,961 197,960 191,961 186,966 181,970 178,977 177,987 175,997 174,1010 174,1025 174,1036 175,1046 176,1054 177,1062 178,1069 180,1074 182,1079 185,1084 189,1088 192,1092 197,1096 203,1100 L 501,1291 C 504,1293 507,1295 511,1296 515,1297 520,1299 526,1300 532,1301 539,1302 547,1302 555,1302 565,1302 577,1302 593,1302 606,1301 617,1300 628,1299 636,1297 642,1295 648,1293 652,1290 654,1286 656,1283 657,1279 657,1275 L 657,138 891,138 C 896,138 901,137 906,134 911,131 915,126 918,121 921,115 923,108 925,99 926,90 927,80 927,68 Z"/>
<glyph unicode="0" horiz-adv-x="903" d="M 967,650 C 967,551 959,460 944,378 928,296 902,226 866,167 829,108 782,62 723,30 664,-3 592,-19 506,-19 425,-19 356,-4 301,25 245,54 200,96 166,153 132,209 108,278 94,361 79,443 72,537 72,644 72,743 80,833 96,916 112,998 138,1069 174,1128 210,1187 257,1232 316,1265 375,1297 447,1313 532,1313 614,1313 683,1299 739,1270 794,1241 839,1198 873,1142 907,1085 931,1016 946,934 960,851 967,757 967,650 Z M 791,638 C 791,703 789,761 784,812 779,863 773,909 764,948 755,987 743,1021 729,1050 714,1078 697,1101 677,1120 657,1138 634,1151 609,1160 583,1168 554,1172 522,1172 465,1172 419,1159 384,1132 349,1105 321,1069 301,1022 280,975 266,921 259,858 252,795 248,728 248,656 248,559 253,477 263,410 273,342 289,287 311,244 332,201 360,170 394,151 427,132 468,122 516,122 553,122 586,128 615,140 643,152 667,169 688,192 708,214 725,241 738,272 751,303 762,338 770,376 778,414 784,455 787,500 790,544 791,590 791,638 Z"/>
<glyph unicode="/" horiz-adv-x="803" d="M 168,-241 C 165,-250 162,-256 158,-262 153,-266 148,-270 141,-273 134,-276 126,-278 117,-279 107,-280 95,-281 81,-281 64,-281 51,-280 40,-278 29,-275 20,-272 14,-268 8,-263 4,-258 3,-252 2,-245 3,-238 7,-229 L 612,1430 C 615,1439 618,1446 623,1451 627,1456 632,1460 639,1463 645,1466 653,1468 663,1469 673,1470 685,1470 699,1470 716,1470 729,1469 740,1467 751,1464 759,1461 765,1457 771,1453 775,1448 776,1441 777,1434 776,1427 773,1418 L 168,-241 Z"/>
<glyph unicode="." horiz-adv-x="235" d="M 366,109 C 366,62 358,30 343,15 327,-1 298,-9 257,-9 217,-9 189,-1 174,14 159,29 151,60 151,106 151,153 159,185 175,201 190,216 219,224 260,224 300,224 328,216 343,201 358,186 366,155 366,109 Z"/>
<glyph unicode="-" horiz-adv-x="502" d="M 558,505 C 558,479 555,461 549,451 543,441 534,436 523,436 L 105,436 C 93,436 84,441 78,452 72,462 69,480 69,505 69,530 72,548 78,558 84,568 93,573 105,573 L 523,573 C 528,573 533,572 538,570 542,568 546,564 549,559 552,553 554,546 556,537 557,528 558,518 558,505 Z"/>
<glyph unicode="*" horiz-adv-x="736" d="M 841,935 C 850,931 855,923 854,912 853,900 845,881 830,855 815,828 802,812 793,806 783,800 774,800 766,806 L 553,961 581,699 C 583,689 579,681 568,676 557,671 537,668 506,668 475,668 455,671 444,676 433,681 429,689 431,699 L 459,961 247,806 C 239,800 230,800 220,806 210,812 197,828 182,855 167,881 159,900 159,912 158,923 163,931 172,935 L 413,1042 172,1148 C 163,1153 158,1161 159,1173 159,1184 167,1203 182,1229 197,1255 210,1271 220,1277 230,1283 239,1283 247,1277 L 459,1123 431,1384 C 429,1395 433,1403 444,1408 455,1413 475,1416 506,1416 537,1416 557,1413 568,1408 579,1403 583,1395 581,1384 L 553,1123 766,1277 C 774,1283 783,1283 793,1277 802,1271 815,1255 830,1228 845,1203 853,1184 854,1173 855,1161 850,1153 841,1148 L 600,1042 841,935 Z"/>
<glyph unicode=")" horiz-adv-x="402" d="M 487,537 C 487,462 482,387 473,314 464,240 450,167 431,95 412,23 390,-48 363,-118 336,-187 304,-256 268,-324 266,-327 263,-330 259,-333 255,-336 250,-338 244,-340 237,-342 230,-343 221,-344 212,-345 202,-345 190,-345 173,-345 159,-344 150,-343 140,-341 133,-338 129,-335 124,-331 122,-326 123,-321 123,-315 125,-308 128,-300 189,-165 236,-27 267,114 298,255 314,397 314,540 314,683 298,825 267,966 236,1107 189,1244 126,1378 123,1384 122,1390 123,1395 124,1400 127,1405 132,1408 137,1411 145,1414 154,1416 163,1418 176,1419 191,1419 205,1419 217,1419 226,1418 235,1417 243,1415 249,1413 254,1411 258,1409 261,1407 264,1405 266,1403 267,1400 336,1263 390,1123 429,979 468,834 487,687 487,537 Z"/>
<glyph unicode="(" horiz-adv-x="402" d="M 495,1378 C 432,1244 385,1107 354,966 323,825 307,683 307,541 307,397 323,255 355,115 386,-26 432,-164 493,-299 496,-307 498,-314 499,-320 499,-325 497,-330 492,-334 487,-337 480,-340 471,-342 461,-343 448,-344 431,-344 419,-344 409,-344 400,-344 391,-344 384,-343 378,-341 371,-339 366,-337 362,-334 358,-331 355,-328 353,-325 317,-257 285,-188 258,-118 231,-49 208,22 189,94 170,166 156,239 147,313 138,387 133,461 133,537 133,612 138,686 149,760 159,833 174,906 193,978 212,1051 235,1122 262,1192 289,1262 320,1331 354,1400 355,1403 357,1405 360,1407 363,1409 367,1411 372,1413 377,1415 385,1417 394,1418 403,1419 415,1419 430,1419 445,1419 458,1418 467,1416 476,1414 484,1411 489,1408 494,1405 497,1400 498,1395 499,1390 498,1384 495,1378 Z"/>
<glyph unicode=" " horiz-adv-x="468"/>
</font>
</defs>
<defs>
<font id="EmbeddedFont_2" horiz-adv-x="2048">
<font-face font-family="Calibri embedded" units-per-em="2048" font-weight="bold" font-style="normal" ascent="1537" descent="501"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
<glyph unicode="v" horiz-adv-x="970" d="M 947,927 C 947,924 947,920 947,915 946,910 946,905 945,900 944,894 942,887 941,880 939,873 937,864 934,855 L 666,48 C 663,37 658,28 653,21 647,14 638,8 625,4 612,0 594,-3 572,-4 549,-5 520,-6 484,-6 449,-6 420,-5 398,-4 375,-2 358,1 345,5 332,9 323,15 318,22 312,29 307,37 304,48 L 36,855 C 32,868 29,880 27,891 24,902 23,909 23,914 22,919 22,923 22,927 22,934 24,940 28,945 31,950 38,954 47,957 56,960 69,963 86,964 102,965 122,966 147,966 174,966 196,965 213,964 230,962 243,960 253,957 262,954 269,949 273,944 277,938 280,931 283,923 L 486,268 492,243 498,268 698,923 C 700,931 703,938 708,944 712,949 719,954 728,957 737,960 750,962 766,964 781,965 802,966 827,966 852,966 872,965 888,964 903,963 915,960 924,957 933,954 939,950 942,945 945,940 947,934 947,927 Z"/>
<glyph unicode="t" horiz-adv-x="669" d="M 654,122 C 654,93 652,70 649,55 645,39 640,28 634,22 628,15 619,10 608,5 596,0 582,-5 567,-9 551,-12 534,-15 516,-17 497,-19 479,-20 460,-20 410,-20 367,-14 330,-1 293,12 263,31 239,58 215,84 197,117 186,157 175,197 169,244 169,299 L 169,756 62,756 C 49,756 40,764 33,780 26,795 23,821 23,858 23,877 24,894 26,907 27,920 30,931 33,939 36,946 41,952 46,955 51,958 56,960 63,960 L 169,960 169,1159 C 169,1166 171,1172 175,1177 178,1182 185,1187 195,1191 204,1194 217,1197 234,1199 250,1200 270,1201 294,1201 319,1201 339,1200 356,1199 372,1197 385,1194 394,1191 403,1187 410,1182 414,1177 418,1172 420,1166 420,1159 L 420,960 614,960 C 621,960 627,958 632,955 637,952 641,946 644,939 647,931 650,920 652,907 653,894 654,877 654,858 654,821 651,795 644,780 637,764 628,756 615,756 L 420,756 420,337 C 420,288 428,252 443,228 458,203 486,191 525,191 538,191 550,192 561,195 572,197 581,200 590,203 598,206 605,208 611,211 616,213 621,214 626,214 630,214 634,213 638,211 641,208 644,204 646,197 648,190 650,180 652,168 653,156 654,141 654,122 Z"/>
<glyph unicode="r" horiz-adv-x="603" d="M 699,843 C 699,819 698,800 697,784 696,769 694,757 691,748 688,739 685,733 681,730 676,727 671,725 664,725 659,725 653,726 646,729 639,731 632,733 624,736 615,739 606,741 596,744 586,746 575,747 563,747 549,747 535,744 521,739 507,733 493,724 478,712 463,700 447,684 431,664 414,644 397,619 378,590 L 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,926 C 126,933 128,939 131,944 134,949 140,953 149,956 158,959 169,962 183,964 196,965 213,966 234,966 255,966 273,965 287,964 301,962 312,959 320,956 327,953 333,949 336,944 339,939 341,933 341,926 L 341,815 C 364,848 386,875 407,897 428,918 447,935 466,947 485,960 503,969 522,974 541,979 559,981 578,981 587,981 596,981 606,981 616,981 626,980 637,977 648,975 657,972 665,969 673,966 679,963 683,960 686,957 689,953 691,949 692,945 694,939 695,932 696,925 697,915 698,901 699,887 699,868 699,843 Z"/>
<glyph unicode="n" horiz-adv-x="904" d="M 978,34 C 978,27 976,22 972,17 968,12 961,7 952,4 943,1 930,-2 914,-4 897,-5 877,-6 853,-6 828,-6 808,-5 792,-4 775,-2 762,1 753,4 744,7 737,12 733,17 729,22 727,27 727,34 L 727,543 C 727,586 724,620 718,645 711,670 702,691 690,709 678,726 663,740 644,750 625,759 602,764 577,764 545,764 513,752 480,729 447,706 413,672 378,627 L 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,926 C 126,933 128,939 131,944 134,949 140,953 149,956 158,959 169,962 183,964 196,965 213,966 234,966 255,966 273,965 287,964 301,962 312,959 320,956 327,953 333,949 336,944 339,939 341,933 341,926 L 341,823 C 390,876 441,916 492,943 543,970 596,983 651,983 712,983 763,973 805,953 846,933 880,906 906,872 931,837 950,797 961,751 972,705 978,650 978,585 L 978,34 Z"/>
<glyph unicode="l" horiz-adv-x="302" d="M 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,1349 C 126,1356 128,1362 132,1367 136,1372 143,1377 153,1381 162,1384 175,1387 191,1389 207,1391 227,1392 252,1392 277,1392 297,1391 313,1389 329,1387 342,1384 352,1381 361,1377 368,1372 372,1367 376,1362 378,1356 378,1349 L 378,34 Z"/>
<glyph unicode="i" horiz-adv-x="302" d="M 378,34 C 378,27 376,22 372,17 368,12 361,7 352,4 342,1 329,-2 313,-4 297,-5 277,-6 252,-6 227,-6 207,-5 191,-4 175,-2 162,1 153,4 143,7 136,12 132,17 128,22 126,27 126,34 L 126,924 C 126,931 128,937 132,942 136,947 143,951 153,955 162,958 175,961 191,963 207,965 227,966 252,966 277,966 297,965 313,963 329,961 342,958 352,955 361,951 368,947 372,942 376,937 378,931 378,924 L 378,34 Z M 397,1228 C 397,1177 387,1142 366,1123 345,1104 307,1094 251,1094 194,1094 156,1103 137,1122 117,1141 107,1174 107,1223 107,1274 117,1309 138,1329 158,1348 196,1358 253,1358 309,1358 347,1349 367,1330 387,1311 397,1277 397,1228 Z"/>
<glyph unicode="e" horiz-adv-x="903" d="M 950,506 C 950,475 943,453 930,438 916,423 897,416 873,416 L 330,416 C 330,378 335,344 344,313 353,282 367,255 387,234 406,212 432,195 463,184 494,173 531,167 574,167 618,167 657,170 690,177 723,183 752,190 777,198 801,205 821,212 837,219 853,225 866,228 876,228 882,228 887,227 891,225 895,222 898,218 901,212 904,206 906,198 907,187 908,176 908,162 908,145 908,130 908,118 907,108 906,97 905,88 904,81 903,74 901,68 898,63 895,58 892,53 888,48 883,43 871,37 852,29 833,21 808,13 778,6 748,-2 714,-9 675,-15 636,-20 595,-23 551,-23 472,-23 402,-13 343,7 283,27 233,57 193,98 153,139 123,190 104,252 84,314 74,387 74,470 74,549 84,621 105,685 126,748 156,802 195,847 234,891 282,925 339,948 395,971 458,983 529,983 604,983 668,972 721,950 774,928 817,898 851,859 885,820 910,773 926,720 942,667 950,609 950,546 L 950,506 Z M 706,578 C 708,649 694,704 664,745 633,785 586,805 523,805 491,805 463,799 440,787 416,775 396,759 381,739 365,718 353,694 345,667 336,639 331,609 330,578 L 706,578 Z"/>
<glyph unicode="S" horiz-adv-x="904" d="M 908,388 C 908,320 895,260 870,209 845,158 810,115 767,81 724,46 673,20 615,3 557,-14 495,-23 429,-23 384,-23 343,-19 305,-12 266,-5 232,4 203,15 174,25 149,36 130,47 110,58 96,68 87,77 78,86 72,98 69,115 65,131 63,154 63,185 63,206 64,223 65,237 66,251 69,262 72,271 75,280 79,286 84,290 89,293 94,295 101,295 110,295 124,290 141,279 158,268 179,255 206,242 233,229 265,217 302,206 339,195 381,189 430,189 462,189 491,193 516,201 541,208 563,219 581,233 598,247 612,264 621,285 630,306 635,329 635,354 635,383 627,409 611,430 595,451 574,469 549,486 523,502 494,517 461,532 428,546 395,561 360,577 325,593 292,611 259,632 226,652 197,676 172,705 146,733 125,766 109,805 93,844 85,890 85,944 85,1006 97,1061 120,1108 143,1155 174,1194 213,1225 252,1256 298,1279 351,1294 404,1309 460,1317 519,1317 550,1317 580,1315 611,1310 642,1305 670,1299 697,1291 724,1283 747,1274 768,1264 789,1254 802,1246 809,1239 816,1232 820,1227 823,1222 825,1217 827,1211 829,1204 830,1196 831,1186 832,1175 833,1163 833,1148 833,1131 833,1112 833,1095 832,1082 831,1069 829,1058 827,1049 824,1040 821,1034 817,1030 812,1026 806,1024 799,1024 792,1024 780,1029 764,1038 748,1047 728,1058 705,1069 682,1080 655,1090 624,1099 593,1108 560,1112 523,1112 494,1112 469,1109 448,1102 427,1095 409,1085 395,1073 380,1060 370,1045 363,1028 356,1011 352,992 352,973 352,944 360,920 376,899 391,878 412,859 439,843 465,826 495,811 528,797 561,782 595,767 630,751 665,735 699,717 732,697 765,676 795,652 821,624 847,595 868,562 884,524 900,485 908,440 908,388 Z"/>
<glyph unicode="C" horiz-adv-x="970" d="M 1036,196 C 1036,179 1036,165 1035,154 1034,142 1032,132 1030,124 1028,115 1025,108 1022,102 1019,96 1013,89 1006,82 999,74 985,64 964,52 943,40 917,29 887,18 856,7 822,-3 783,-10 744,-17 701,-21 656,-21 567,-21 487,-7 416,20 345,47 284,88 234,143 184,197 146,265 119,346 92,427 79,522 79,630 79,740 94,838 123,923 152,1008 193,1080 246,1138 299,1196 362,1240 436,1270 509,1300 590,1315 679,1315 715,1315 750,1312 783,1306 816,1300 847,1292 876,1283 904,1273 929,1262 952,1249 975,1236 991,1226 1000,1217 1009,1208 1015,1200 1018,1194 1021,1188 1024,1180 1026,1171 1028,1162 1030,1151 1031,1138 1032,1125 1032,1110 1032,1091 1032,1071 1031,1054 1030,1040 1029,1026 1026,1015 1023,1006 1020,997 1016,991 1011,987 1006,983 1001,981 995,981 985,981 972,987 957,999 942,1010 922,1023 898,1038 873,1052 844,1065 811,1077 777,1088 737,1094 690,1094 639,1094 593,1084 553,1063 512,1042 478,1012 450,973 421,934 400,886 385,831 370,776 363,713 363,644 363,568 371,502 387,447 402,391 425,345 454,309 483,273 518,246 559,229 600,211 646,202 697,202 744,202 784,208 818,219 852,230 881,242 906,255 930,268 950,280 966,291 981,302 993,307 1002,307 1009,307 1014,306 1018,303 1022,300 1025,295 1028,287 1031,279 1033,268 1034,254 1035,239 1036,220 1036,196 Z"/>
</font>
</defs>
<defs class="TextShapeIndex">
<g ooo:slide="id1" ooo:id-list="id3"/>
</defs>
<defs class="EmbeddedBulletChars">
<g id="bullet-char-template-57356" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
</g>
<g id="bullet-char-template-57354" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
</g>
<g id="bullet-char-template-10146" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
</g>
<g id="bullet-char-template-10132" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
</g>
<g id="bullet-char-template-10007" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
</g>
<g id="bullet-char-template-10004" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
</g>
<g id="bullet-char-template-9679" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
</g>
<g id="bullet-char-template-8226" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
</g>
<g id="bullet-char-template-8211" transform="scale(0.00048828125,-0.00048828125)">
<path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
</g>
<g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
<path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"/>
</g>
</defs>
<g>
<g id="id2" class="Master_Slide">
<g id="bg-id2" class="Background"/>
<g id="bo-id2" class="BackgroundObjects"/>
</g>
</g>
<g class="SlideGroup">
<g>
<g id="container-id1">
<g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
<g class="Page">
<g class="Graphic">
<g id="id3">
<rect class="BoundingBox" stroke="none" fill="none" x="0" y="0" width="19000" height="10665"/>
<defs>
<clipPath id="clip_path_1" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)"/>
<defs>
<clipPath id="clip_path_2" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_2)">
<path fill="rgb(252,250,220)" stroke="none" d="M 124,36 L 9559,36 9559,10658 124,10658 124,36 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="323px" font-weight="700"><tspan class="TextPosition" x="210" y="418"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">Client</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_3" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_3)">
<path fill="rgb(225,237,243)" stroke="none" d="M 9559,36 L 18987,36 18987,10658 9559,10658 9559,36 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="323px" font-weight="700"><tspan class="TextPosition" x="9641" y="418"><tspan fill="rgb(0,0,0)" stroke="none" style="white-space: pre">Server</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_4" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_4)">
<path fill="rgb(65,130,161)" stroke="none" d="M 978,689 L 5652,689 5652,1353 978,1353 978,689 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="1290" y="1098"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">1. retrieve message from outbound queue</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_5" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_5)">
<path fill="rgb(65,130,161)" stroke="none" d="M 978,1630 L 5652,1630 5652,2300 978,2300 978,1630 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="1390" y="2041"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">2. determine USEF endpoint of recipient</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_6" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_6)">
<path fill="rgb(65,130,161)" stroke="none" d="M 978,2571 L 5652,2571 5652,3235 978,3235 978,2571 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="1225" y="2838"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">3. sign UTF</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2268" y="2838"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">-</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2339" y="2838"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">8 representation using NaCl and </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="1573" y="3121"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">compose message to be transmitted</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_7" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_7)">
<path fill="rgb(118,148,28)" stroke="none" d="M 6229,689 L 8398,689 8398,1353 6229,1353 6229,689 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="6364" y="1098"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">USEF XML message</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_8" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_8)">
<path fill="rgb(118,148,28)" stroke="none" d="M 6211,1630 L 8386,1630 8386,2294 6211,2294 6211,1630 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="6409" y="2037"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">DNS/configuration</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_9" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_9)">
<path fill="rgb(118,148,28)" stroke="none" d="M 6200,2559 L 8368,2559 8368,3229 6200,3229 6200,2559 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="6389" y="2970"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">private signing key</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_10" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_10)">
<path fill="rgb(118,148,28)" stroke="none" d="M 978,3482 L 5652,3482 5652,4729 978,4729 978,3482 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2033" y="3758"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">USEF XML SignedMessage:</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2309" y="4040"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">-</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2380" y="4040"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Sender DNS Domain</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2722" y="4322"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">-</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2793" y="4322"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Sender role</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="1455" y="4605"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">-</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="1526" y="4605"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Base64 encoded NaCl sealed message</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_11" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_11)">
<path fill="rgb(65,130,161)" stroke="none" d="M 978,4965 L 5652,4965 5652,5635 978,5635 978,4965 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="1715" y="5376"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">4. post text/xml body over HTTPS</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_12" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_12)">
<path fill="rgb(65,130,161)" stroke="none" d="M 978,5906 L 5652,5906 5652,7088 978,7088 978,5906 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2055" y="6148"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">5. check HTTP result code:</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2114" y="6430"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">a.</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2314" y="6430"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Temporary</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3422" y="6430"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">error?</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2114" y="6712"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">b.</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2314" y="6712"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Permanent</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3434" y="6712"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">error?</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2114" y="6995"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">c.</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2314" y="6995"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Success?</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_13" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_13)">
<path fill="rgb(65,130,161)" stroke="none" d="M 2204,7417 L 5652,7417 5652,8335 2204,8335 2204,7417 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2521" y="7669"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">6. check XML result attribute:</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3117" y="7952"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">d.</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3323" y="7952"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Rejected?</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3117" y="8235"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">e.</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3323" y="8235"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Success?</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_14" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_14)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 3315,1356 L 3315,1522"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 3374,1514 L 3315,1632 3256,1514 3374,1514 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 3315,2303 L 3315,2465"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 3374,2457 L 3315,2575 3256,2457 3374,2457 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 3315,3238 L 3315,3372"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 3374,3364 L 3315,3482 3256,3364 3374,3364 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 6228,1027 L 5765,1027"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 5772,1086 L 5655,1027 5772,968 5772,1086 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 6104,1963 L 5765,1965"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 6096,1904 L 6214,1962 6097,2022 6096,1904 Z"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 5773,2024 L 5655,1966 5772,1906 5773,2024 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 6200,2897 L 5764,2904"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 5773,2963 L 5655,2906 5771,2845 5773,2963 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 3928,7091 L 3928,7314"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 3987,7306 L 3928,7424 3869,7306 3987,7306 Z"/>
<path fill="rgb(65,130,161)" stroke="none" d="M 978,8770 L 5652,8770 5652,10211 978,10211 978,8770 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="1147" y="9019"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">7. update message status in outbound queue</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2096" y="9301"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">a</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2208" y="9301"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">.</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2515" y="9301"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Retry</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3080" y="9301"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">later</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="159px" font-weight="400"><tspan class="TextPosition" x="3523" y="9230"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">*</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2096" y="9583"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">b/d</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2515" y="9583"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Delivery</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3351" y="9583"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">failed</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2096" y="9866"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">e.</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="2515" y="9866"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">Waiting for reply</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="206px" font-weight="400"><tspan class="TextPosition" x="1059" y="10125"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">(</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="135px" font-weight="400"><tspan class="TextPosition" x="1124" y="10060"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">*</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="206px" font-weight="400"><tspan class="TextPosition" x="1188" y="10125"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">unless message has expired then use scenario b)</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_15" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_15)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 3315,4732 L 3315,4858"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 3374,4850 L 3315,4968 3256,4850 3374,4850 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="3231" y="7289"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">case c</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="664" y="7957"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">case a/b</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_16" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_16)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 1571,6985 L 1571,8661"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 1630,8653 L 1571,8771 1512,8653 1630,8653 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 3928,8338 L 3928,8663"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 3987,8655 L 3928,8773 3869,8655 3987,8655 Z"/>
<path fill="rgb(65,130,161)" stroke="none" d="M 10519,689 L 15192,689 15192,1353 10519,1353 10519,689 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="11079" y="1098"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">1. check HTTP protocol requirements</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_17" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_17)">
<path fill="rgb(65,130,161)" stroke="none" d="M 10519,3494 L 15192,3494 15192,4165 10519,4165 10519,3494 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="11527" y="3765"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">3. obtain public signing key; </tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="11845" y="4048"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">unseal NaCl message</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_18" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_18)">
<path fill="rgb(118,148,28)" stroke="none" d="M 15846,2071 L 18015,2071 18015,2741 15846,2741 15846,2071 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="16035" y="2482"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">USEF XML schema</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_19" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_19)">
<path fill="rgb(118,148,28)" stroke="none" d="M 15846,689 L 18015,689 18015,1353 15846,1353 15846,689 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="16035" y="1098"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">connection history</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_20" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_20)">
<path fill="rgb(65,130,161)" stroke="none" d="M 10519,6394 L 15192,6394 15192,7064 10519,7064 10519,6394 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="11474" y="6806"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">4. validate received message</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_21" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_21)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 12856,1356 L 12856,1963"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 12915,1955 L 12856,2073 12797,1955 12915,1955 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 12856,4168 L 12856,4840"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 12915,4832 L 12856,4950 12797,4832 12915,4832 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 15736,1027 L 15305,1027"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 15728,968 L 15846,1027 15728,1086 15728,968 Z"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 15313,1086 L 15195,1027 15313,968 15313,1086 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 14942,2368 L 15089,2390"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 15090,2331 L 15198,2407 15072,2447 15090,2331 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 15736,3832 L 15305,3832"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 15728,3773 L 15846,3832 15728,3891 15728,3773 Z"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 15313,3891 L 15195,3832 15313,3773 15313,3891 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 13404,6985 L 13404,8663"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 13463,8655 L 13404,8773 13345,8655 13463,8655 Z"/>
<path fill="rgb(65,130,161)" stroke="none" d="M 10519,8770 L 15192,8770 15192,9435 10519,9435 10519,8770 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="10737" y="9178"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">5. store message in inbound message queue</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_22" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_22)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 12856,5615 L 12856,6287"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 12915,6279 L 12856,6397 12797,6279 12915,6279 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="8297" y="9755"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">HTTP 200 OK</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_23" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_23)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 11111,6985 L 11111,7465 11373,7465"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 11365,7406 L 11483,7465 11365,7523 11365,7406 Z"/>
<path fill="rgb(65,130,161)" stroke="none" d="M 10519,2071 L 15192,2071 15192,2741 10519,2741 10519,2071 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="11468" y="2482"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">2. parse XML SignedMessage</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_24" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_24)">
<path fill="rgb(118,148,28)" stroke="none" d="M 15846,3494 L 18015,3494 18015,4165 15846,4165 15846,3494 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="16041" y="3907"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">DNS/configuration</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_25" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_25)">
<path fill="rgb(118,148,28)" stroke="none" d="M 11768,4947 L 13943,4947 13943,5612 11768,5612 11768,4947 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="11907" y="5356"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">USEF XML message</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_26" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_26)">
<path fill="rgb(118,148,28)" stroke="none" d="M 15846,6400 L 18015,6400 18015,7064 15846,7064 15846,6400 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="16288" y="6810"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">configuration</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_27" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_27)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 15846,6737 L 15305,6733"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 15313,6792 L 15195,6732 15314,6674 15313,6792 Z"/>
<path fill="rgb(192,0,0)" stroke="none" d="M 14656,1691 C 14656,1544 14776,1424 14924,1424 15072,1424 15192,1544 15192,1691 15192,1839 15072,1959 14924,1959 14776,1959 14656,1839 14656,1691 L 14656,1691 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="311px" font-weight="400"><tspan class="TextPosition" x="14853" y="1794"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">F</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_28" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_28)">
<path fill="rgb(192,0,0)" stroke="none" d="M 14656,3071 C 14656,2921 14776,2800 14924,2800 15072,2800 15192,2921 15192,3071 15192,3220 15072,3341 14924,3341 14776,3341 14656,3220 14656,3071 L 14656,3071 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="311px" font-weight="400"><tspan class="TextPosition" x="14853" y="3175"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">F</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_29" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_29)">
<path fill="rgb(192,0,0)" stroke="none" d="M 14656,4512 C 14656,4362 14776,4241 14924,4241 15072,4241 15192,4362 15192,4512 15192,4661 15072,4782 14924,4782 14776,4782 14656,4661 14656,4512 L 14656,4512 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="323px" font-weight="400"><tspan class="TextPosition" x="14850" y="4619"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">F</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_30" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_30)">
<path fill="rgb(192,0,0)" stroke="none" d="M 11480,7461 C 11480,7314 11601,7194 11751,7194 11901,7194 12022,7314 12022,7461 12022,7609 11901,7729 11751,7729 11601,7729 11480,7609 11480,7461 L 11480,7461 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="311px" font-weight="400"><tspan class="TextPosition" x="11680" y="7564"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">F</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_31" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_31)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 14300,4062 L 14300,4515 14549,4515"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 14542,4457 L 14659,4515 14542,4574 14542,4457 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 14300,2656 L 14300,3072 14549,3072"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 14542,3014 L 14659,3072 14542,3131 14542,3014 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 14300,1333 L 14300,1692 14549,1692"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 14542,1634 L 14659,1692 14542,1751 14542,1634 Z"/>
<path fill="rgb(192,0,0)" stroke="none" d="M 10060,5770 C 10060,5621 10181,5500 10331,5500 10480,5500 10602,5621 10602,5770 10602,5920 10480,6041 10331,6041 10181,6041 10060,5920 10060,5770 L 10060,5770 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="311px" font-weight="400"><tspan class="TextPosition" x="10258" y="5874"><tspan fill="rgb(255,255,255)" stroke="none" style="white-space: pre">F</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_32" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_32)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 10062,5773 L 8088,5773 8088,6497 5765,6497"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 5772,6556 L 5655,6497 5772,6438 5772,6556 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 12857,9436 L 12857,9966 8087,9966 8087,6497 5764,6497"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 5772,6556 L 5655,6497 5772,6438 5772,6556 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="8238" y="6084"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">HTTP ERROR</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="8238" y="6366"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">(e.g. 400 Bad Request)</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="12988" y="7990"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">OK</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_33" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_33)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 12856,2744 L 12856,3392"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 12915,3384 L 12856,3502 12797,3384 12915,3384 Z"/>
</g>
<g clip-path="url(#clip_path_1)">
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="12462" y="1760"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">OK</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="13575" y="1760"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">Failure</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="12462" y="3144"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">OK</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="13575" y="3144"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">Failure</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="12462" y="4592"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">OK</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="13575" y="4592"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">Failure</tspan></tspan></tspan></text>
<text class="SVGTextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="235px" font-weight="400"><tspan class="TextPosition" x="10197" y="7515"><tspan fill="rgb(25,122,160)" stroke="none" style="white-space: pre">Rejected</tspan></tspan></tspan></text>
</g>
<defs>
<clipPath id="clip_path_34" clipPathUnits="userSpaceOnUse">
<path d="M 0,0 L 18999,0 18999,10664 0,10664 0,0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_34)">
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 5655,5305 L 9915,5305 9915,1027 10409,1027"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 10401,968 L 10519,1027 10401,1086 10401,968 Z"/>
<path fill="none" stroke="rgb(25,122,160)" stroke-width="29" stroke-linejoin="round" d="M 15846,2409 L 15305,2409"/>
<path fill="rgb(25,122,160)" stroke="none" d="M 15313,2468 L 15195,2409 15313,2350 15313,2468 Z"/>
</g>
<g clip-path="url(#clip_path_1)"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 114 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 110 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
SPDX-License-Identifier: Apache-2.0

Some files were not shown because too many files have changed in this diff Show More