diff --git a/README.md b/README.md index 48e9d52..f442f36 100644 --- a/README.md +++ b/README.md @@ -15,22 +15,22 @@ The template allows you to start your own TeachBook and hosting that TeachBook o How to use the template is demonstrated in the figure below, all steps are elaborated on in the following step-by-step tutorial. -```{figure} figures/teachbooks-template.gif +```{figure} https://github.com/TeachBooks/template_figures/blob/main/teachbooks-template.gif?raw=true --- name: template_demo_public --- Demonstration for a public repository, video available [here](https://youtu.be/nN3Oi_MVvF0) ``` -1. To get started making your TeachBook with our functionalities, use the [template TeachBook](https://github.com/TeachBooks/template) as template: +1. To get started making your TeachBook with our functionalities, use the [template TeachBook](https://github.com/TeachBooks/main/template) as template: -```{figure} figures/use_template.png +```{figure} https://github.com/TeachBooks/template_figures/blob/main/use_template.png?raw=true :name: use-template ``` 2. Fill in a repository name, this name will be used in the future url of your book: -```{figure} figures/create_new_repository.png +```{figure} https://github.com/TeachBooks/template_figures/blob/main/create_new_repository.png?raw=true :name: create_new_repository ``` @@ -40,13 +40,13 @@ Demonstration for a public repository, video available [here](https://youtu.be/n 5. You need to activate GitHub pages so that your website is published to the internet. As long as you don't do this your TeachBook is not published online. Actually, now that you've taken this template our workflow tries to publish it to GitHub pages, which you didn't have the chance to activate yet. That's why you probably received an email with 'call-deploy-book: Some jobs were not successful' and you see the failed job under {octicon}`play;1em` `Actions` - `All workflows` - `call-deploy-book` - {octicon}`x-circle-fill;1em` `Initial commit`. You can activate GitHub pages by setting the source for GitHub pages to GitHub Actions under {octicon}`gear;1em` `Settings` - {octicon}`browser;1em` `Pages` - `Build and deployment` - `Source` - `GitHub Actions`: -```{figure} figures/set_up_pages.png +```{figure} https://github.com/TeachBooks/template_figures/blob/main/set_up_pages.png?raw=true :name: activate_pages ``` 6. Make an edit to the TeachBook by editing and committing changes to one of the files in the `book/` subdirectory (available under {octicon}`code;1em` `Code`). Now checkout the progress of the publishing workflow under {octicon}`play;1em``Actions` - `All workflows` - `call-deploy-book` -``. Remember, the first commit which is there has failed because GitHub Pages wasn't activated at the time of `Initial commit`, you could also re-run that job if you don't want to make an edit. You can do so by running the workflow from {octicon}`play;1em``Actions` - `All workflows` - `call-deploy-book` - {octicon}`x-circle-fill;1em` `Initial commit` - {octicon}`sync;1em` `Re-run all jobs` - `Re-run jobs`: -```{figure} figures/action_re-run.jpeg +```{figure} https://github.com/TeachBooks/template_figures/blob/main/action_re-run.jpeg?raw=true :name: action ``` @@ -54,12 +54,14 @@ Demonstration for a public repository, video available [here](https://youtu.be/n 8. Want to get started directly? Your book contains a few exercises to get your started! Visit `https://.github.io//exercises/exercises` (case sensitive) to get started with the first ones to get the basics of how to interact with your book on GitHub. -![exercises](figures/exercises.png) - +```{figure} https://github.com/TeachBooks/template_figures/blob/main/exercises.png?raw=true +:name: github_pages_as_website +:width: 300px +``` Additional tip: Set the repository website as your GitHub Pages website under {octicon}`code;1em` `Code`- `About` - {octicon}`gear;1em` - `Website` - `Use your GitHub Pages Website` -```{figure} figures/use_github_pages_website.png +```{figure} https://github.com/TeachBooks/template_figures/blob/main/use_github_pages_website.png?raw=true :name: github_pages_as_website ``` diff --git a/book/_config.yml b/book/_config.yml index f101a7d..1f98a0a 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -1,3 +1,4 @@ +Title: TeachBooks template author: TeachBooks Team, built with TeachBooks and Jupyter Book, CC BY 4.0 #add your own name here execute: @@ -42,6 +43,8 @@ sphinx: - download_link_replacer - sphinx.ext.extlinks - sphinx_image_inverter + - sphinx_exercise + - teachbooks_sphinx_tippy bibtex_bibfiles: - references.bib diff --git a/book/credits.md b/book/credits.md index ceaeb3c..89b23d8 100644 --- a/book/credits.md +++ b/book/credits.md @@ -3,22 +3,33 @@ You can refer to this book as: -> `` (``) _``_. `<url to github repo>` - -The introduction, structure of the book and formatting of contents is done by the Editors. Some chapters and pages have additional primary authors who are identified within the book either at the bottom of the first page in a chapter, or at the bottom of an individual page, as necessary. If an author is not listed on a particular page, it is by the Editors. +> `<editors>` (`<year>`) _`<title>`_. `<url to book website>`. Source files at `<link to github repo` You can refer to individual chapters or pages within this book as: -> `<Primary Author>` (`<date>`) `<Title of Chapter or Page>`. In `<editors>` (Ed.), _`<title>`_. `<url to github repo>` - -We anticipate that the content of this book will change significantly. Therefore, we recommend using the source code directly with the citation above that refers to the GitHub repository and lists the date and name of the file. Although content will be added over time, chapter titles and URL's in this book are expected to remain relatively static. However, we make no guarantee, so if it is important for you to reference a specific location within the book. For example: +> `<Title of Chapter or Page>`. In `<editors>` (`<year>`) _`<title>`_. `<url to specific page on book website>`. Source files at `<link to specific commit / file in github repo` -> `<Primary Author>` (`<date>`) `<Title of Chapter or Page>`. In `<editors>` (Ed.), _`<title>`_. `<url to github repo>` (`./book/intro/` chapter, accessed November, 2024). +We anticipate that the content of this book will change significantly. Therefore, we recommend using the source code directly with the citation above that refers to the GitHub repository and lists the date and name of the file. Although content will be added over time, chapter titles and URL's in this book are expected to remain relatively static. However, we make no guarantee, so if it is important for you to reference a specific location/commit within the book. ## How the book is made This book is created using open source tools: it is a JupyterBook that is written using Markdown and Jupyter notebooks. Additional tooling is used from the [TeachBooks initiative](https://teachbooks.io/) to enhance the editing and reading experience. The files are stored on a [public GitHub repository](`<link to GitHub repo>`). The website can be viewed at `<link to book website url>`. View the repository README file or contact the authors for additional information. +## License +This manual is [CC BY 4.0 licensed](https://creativecommons.org/licenses/by/4.0/) allowing you to share and adapt the material, as long as the source is named. External resources that are reused in this manual are listed below. + +(external_resources)= +### External resources + +Parts of this book are taken from other external resources and reused in various ways. If an author is not listed on a particular page, it is by the Authors, except as follows: + +The following pages are included directly from an external resource and is not edited by `<Editor>`: +- page [](). Original content licensed under CC BY 4.0 License + +The following pages contain content written by others, part of has been reused and/or modified by `<Editor>` +- Page []() include text from {cite:t}`jason_moore`. Original content licensed under CC BY. + + (editor)= ## About the Editors diff --git a/book/exercises.md b/book/exercises.md index 4dfee99..e885fe5 100644 --- a/book/exercises.md +++ b/book/exercises.md @@ -1,10 +1,6 @@ # Exercises -Getting used to the syntax of writing in a Jupyter Book can be a bit daunting at the start, not to mention becoming familiar with the various tools and workflows required. To help make the learning curve somewhat easier to travel, a number of exercises have been prepared for you as part. The exercises are designed such that no prior experience with any tools or programming is required, as long as you have read the preceding introductory pages. - -```{exercise} -Work through the exercises attached to this page (you can find them in the left sidebar). -``` +Getting used to the syntax of writing in a Jupyter Book can be a bit daunting at the start, not to mention becoming familiar with the various tools and workflows required. To help make the learning curve somewhat easier to travel, a number of exercises have been prepared for you as part. The exercises are designed such that no prior experience with any tools or programming is required, as long as you have read the preceding introductory pages. We welcome you to work through the exercises attached to this page (you can find them in the left sidebar). ```{tip} Maybe you're already comfortable with Git, GitHub and the concept of using software to parse text-based files and create marked-up documents. In that case, can you answer the following questions (referring to the exercises): diff --git a/book/exercises/001.md b/book/exercises/001.md index eb58f9d..fbc0de6 100644 --- a/book/exercises/001.md +++ b/book/exercises/001.md @@ -2,7 +2,9 @@ Let's start with the most basic edit: add some text to a file and see that the website is updated. -> Can you add some content to the intro page? +::::::{topic} Exercise objective +Can you add some content to the intro page? +:::::: 1. Go to the the file `book/intro.md` on your GitHub repository (`https://github.com/<your_username>/<your_repo_name>`) - {octicon}`code;1em` `Code` - `Book` - `intro.md` - {octicon}`pencil;1em` `Edit this file` 2. Add some text. Feeling brave? Have a look at the [MyST cheat sheet](https://jupyterbook.org/en/stable/reference/cheatsheet.html). Don't worry if that feels daunting, there will be exercises on this! @@ -13,14 +15,17 @@ Let's start with the most basic edit: add some text to a file and see that the w 7. Go to {octicon}`play;1em` `Actions` - The most recent workflow run `Update intro.md / the commit message of the commit you just made` - Wait for it to finish - In the summary, click on the link of your book shown in the table `Branches deployed` and under `Primary book at root` 8. Do you see your change? If you don't see it click `CTRL`+`F5`/`Control`+`F5`to refresh the page (your browser keeps a cached version of website you recently visit, but we actually want the most up-to-date version!). -```{admonition} Check your understanding -:class: note +```{hint} Watch the steps in action below +:class: dropdown +![First file edit guide](https://github.com/TeachBooks/template_figures/blob/main/excercise1.gif?raw=true) -Before moving on to the next exercise, make sure you understand the following: -- Where are the contents of the book stored? -- How can you edit a single file via the GitHub browser interface? -- What is a commit and what role does it play in the editing process? -- Given a specific GitHub repository, can you determine the URL of the book website? -- How can you view the changes you made to the book? -- What is the purpose of a commit message and description? -``` \ No newline at end of file +[Or watch the video here](https://youtu.be/gn1zBmmunco) +``` + +:::{card} Check your understanding +<iframe src="https://home.teachbooks.io/wp-admin/admin-ajax.php?action=h5p_embed&id=2" width="624" height="324" frameborder="0" allowfullscreen="allowfullscreen" title="Testing your knowledge"></iframe><script src="https://home.teachbooks.io/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8"></script> +::: + +:::{card} Check your understanding +<iframe src="https://home.teachbooks.io/wp-admin/admin-ajax.php?action=h5p_embed&id=1" width="959" height="502" frameborder="0" allowfullscreen="allowfullscreen" title="Testing more Teachbooks knowledge"></iframe><script src="https://home.teachbooks.io/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8"></script> +::: \ No newline at end of file diff --git a/book/exercises/002.md b/book/exercises/002.md index bdc71f1..df5eee8 100644 --- a/book/exercises/002.md +++ b/book/exercises/002.md @@ -2,11 +2,13 @@ Let's continue by adding one additional step. Let's add a file to the table of contents! the `_toc.yml` contains a list of all the files to be shown in your book-website. Let's add a file which is not in the table of contents yet! -> Can you add the file named `file_to_be_added_to_toc.md` to the book website? +::::::{topic} Exercise objective +Can you add the file named `file_to_be_added_to_toc.md` to the book website? +:::::: 1. Go to the {octicon}`code;1em` `Code` - `Book` directory of your GitHub repository and find the location of `file_to_be_added_to_toc.md` 2. Go to the the file `book/_toc.yml` on your GitHub repository - {octicon}`code;1em` `Code` - `Book` - `_toc.yml` - {octicon}`pencil;1em` `Edit this file` -3. Add `file_to_be_added_to_toc.md` as a second item in the `Some content` chapter +3. Add `file_to_be_added_to_toc.md` as a second subpage under `some_content/overview.md`. `some_content/text_and_code.ipynb` is the first subpage. ````{admonition} Need some help? :class: tip, dropdown diff --git a/book/exercises/003.md b/book/exercises/003.md index e1ef4b4..a53e9a4 100644 --- a/book/exercises/003.md +++ b/book/exercises/003.md @@ -2,7 +2,9 @@ As we've added some content by now, let's make this book a bit more personal! We'll make some changes to the `_config.yml` file which changes the configuration of the book website. -> Can you edit the repository url defined in the `_config.yml`, change the title shown below the logo and change the author as shown in the footer? +::::::{topic} Exercise objective +Can you edit the repository url defined in the `_config.yml`, change the title shown below the logo and change the author as shown in the footer? +:::::: 1. Go to the the file `book/_config.yml` on your GitHub repository - {octicon}`code;1em` `Code` - `Book` - `_config.yml` - {octicon}`pencil;1em` `Edit this file` 2. In the `Edit` field, change the author which will be shown in the footer of the book website. diff --git a/book/exercises/004.md b/book/exercises/004.md index dccea19..8f2c172 100644 --- a/book/exercises/004.md +++ b/book/exercises/004.md @@ -2,7 +2,9 @@ By now, we've covered the essentials: content files, `_toc.yml` and `_config.yml`. But what if you want to make some changes but don't want to share them directly with the general public of your book website? Or what if you have some work-in-progress that you want to share with colleagues? You need a version of your book! Let's try and do that! Later on, you'll probably want to merge your newest version back into the original book. That's what we'll do in [](./005.md). -> Can you make a new branch of your book with an additional file `file_on_new_version.md` and view it online? +::::::{topic} Exercise objective +Can you make a new branch of your book with an additional file `file_on_new_version.md` and view it online? +:::::: 1. Add a new Issue to let people know you're working on something by going to your repository - {octicon}`issue-opened;1em` `Issues` - `New issue` (note that is not required for making your own version, but it's good practice so that people know where you're working on) 2. Add a title and description, eg. `Added some content` diff --git a/book/exercises/005.md b/book/exercises/005.md index 9b078b1..db67832 100644 --- a/book/exercises/005.md +++ b/book/exercises/005.md @@ -2,7 +2,9 @@ In [](./004.md) you created your own version of a book. But it would be a pity if you never contribute back to the original book right? Probably your additions are very useful there too! You'll merge you version of the book which is stored on a branch into the original book which is on main. If there've been some changes on that main branch in the meantime, git will take care of that! -> Can you merge your branch into `main` with a pull request? +::::::{topic} Exercise objective +Can you merge your branch into `main` with a pull request? +:::::: 1. Go to your repository homepage. Probably, it will have big yellow announcement saying {octicon}`git-branch;1em` `1-<your_issue_title> had recent pushes <some> minutes ago - Compare & Pull request`. We'll ignore that for now and do it manually. 2. Go to the pull request page on your repository homepage - {octicon}`git-pull-request;1em` and click `New pull request` diff --git a/book/exercises/006.md b/book/exercises/006.md index a256af5..9287d06 100644 --- a/book/exercises/006.md +++ b/book/exercises/006.md @@ -10,7 +10,9 @@ So far you did everything on your own, within a single repository. However, book The fork-pull request workflow is very common in open-source projects. It allows people to work independently without asking for access or worrying about affecting the original source code, as well as give the original author of the code a clear way to review the changes and decide if they want to include them in the original repository. ``` -> Can you fork a book repository of someone else, make changes and contribute back? +::::::{topic} Exercise objective +Can you fork a book repository of someone else, make changes and contribute back? +:::::: ```{tip} This part describes how you can make a change in the book of someone else. diff --git a/book/exercises/summary.md b/book/exercises/summary.md index e180a01..866137e 100644 --- a/book/exercises/summary.md +++ b/book/exercises/summary.md @@ -2,7 +2,7 @@ With the exercises, you did all the steps of our TeachBooks workflow! -```{figure} ../figures/TeachBooks_flowchart.svg +```{figure} https://github.com/TeachBooks/logos_and_visualisations/blob/main/TB_flowchart/TeachBooks_flowchart.svg?raw=true --- width: 500px align: center diff --git a/book/figures/TeachBooks_flowchart.svg b/book/figures/TeachBooks_flowchart.svg deleted file mode 100644 index 0ed6f33..0000000 --- a/book/figures/TeachBooks_flowchart.svg +++ /dev/null @@ -1,1006 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 3757.7"> - <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --> - <defs> - <style> - .st0 { - fill: #ffd400; - } - - .st1, .st2 { - fill: #fff; - } - - .st1, .st3, .st4, .st5 { - stroke-width: 5px; - } - - .st1, .st3, .st5 { - stroke: #000; - } - - .st1, .st4, .st5 { - stroke-miterlimit: 10; - } - - .st3 { - stroke-linejoin: round; - } - - .st3, .st5 { - fill: none; - } - - .st4 { - stroke: #85a5ff; - } - - .st4, .st6 { - fill: #85a5ff; - } - - .st7 { - fill: #dae5ff; - } - </style> - </defs> - <rect class="st7" x="-13.8" y="-22.4" width="1947.7" height="3875.5"/> - <g id="design"> - <g> - <rect class="st6" x="196.9" y="2167.9" width="502.6" height="225.8"/> - <g> - <rect class="st6" x="196.9" y="2151.6" width="502.6" height="18.1"/> - <rect class="st6" x="196.9" y="2393.2" width="502.6" height="18.1"/> - <rect class="st6" x="699.6" y="2169.7" width="18.1" height="224"/> - <rect class="st6" x="178.8" y="2169.7" width="18.1" height="224"/> - </g> - </g> - <g> - <rect class="st6" x="196.9" y="3079.3" width="552.7" height="225.8"/> - <g> - <rect class="st6" x="196.9" y="3062.9" width="552.7" height="18.1"/> - <rect class="st6" x="196.9" y="3304.5" width="552.7" height="18.1"/> - <rect class="st6" x="749.6" y="3081" width="18.1" height="224"/> - <rect class="st6" x="178.8" y="3081" width="18.1" height="224"/> - </g> - </g> - <g> - <rect class="st6" x="1040.2" y="1525.2" width="562.7" height="225.8"/> - <g> - <rect class="st6" x="1040.2" y="1508.8" width="562.7" height="18.1"/> - <rect class="st6" x="1040.2" y="1750.4" width="562.7" height="18.1"/> - <rect class="st6" x="1602.9" y="1526.9" width="18.1" height="224"/> - <rect class="st6" x="1022.1" y="1526.9" width="18.1" height="224"/> - </g> - </g> - <g> - <rect class="st6" x="1040.2" y="2718.4" width="637.2" height="225.8"/> - <g> - <rect class="st6" x="1040.2" y="2702" width="637.2" height="18.1"/> - <rect class="st6" x="1040.2" y="2943.7" width="637.2" height="18.1"/> - <rect class="st6" x="1677.4" y="2720.2" width="18.1" height="224"/> - <rect class="st6" x="1022.1" y="2720.2" width="18.1" height="224"/> - </g> - </g> - <g> - <rect class="st6" x="196.9" y="954.1" width="582.7" height="225.8"/> - <g> - <rect class="st6" x="196.9" y="937.8" width="582.7" height="18.1"/> - <rect class="st6" x="196.9" y="1179.4" width="582.7" height="18.1"/> - <rect class="st6" x="779.6" y="955.9" width="18.1" height="224"/> - <rect class="st6" x="178.8" y="955.9" width="18.1" height="224"/> - </g> - </g> - <g> - <path d="M193.8,177.4h-15v-5h34.9v5h-15v37.4h-5v-37.4h0Z"/> - <path d="M220.4,172.4h29.9v5h-24.9v12.5h22.4v5h-22.4v15h24.9v5h-29.9v-42.4h0Z"/> - <path d="M259.3,182.4h5v15h20v-15h5v32.4h-5v-12.5h-20v12.5h-5v-32.4ZM264.3,177.4h5v5h-5v-5ZM279.3,172.4v5h-10v-5h10ZM284.3,177.4v5h-5v-5h5Z"/> - <path d="M298,182.4h5v22.4h-5v-22.4ZM303,177.4h5v5h-5v-5ZM303,204.8h5v5h-5v-5ZM308,172.4h17.5v5h-17.5v-5ZM308,209.8h17.5v5h-17.5v-5ZM325.4,177.4h5v5h-5v-5ZM325.4,204.8h5v5h-5v-5ZM330.4,182.4h5v5h-5v-5ZM330.4,199.8h5v5h-5v-5Z"/> - <path d="M344.2,172.4h5v17.5h22.4v-17.5h5v42.4h-5v-20h-22.4v20h-5v-42.4Z"/> - <path d="M387.5,172.4h27.4v5h-22.4v12.5h22.4v5h-22.4v15h22.4v5h-27.4v-42.4h0ZM414.9,177.4h5v12.5h-5v-12.5ZM414.9,194.8h5v15h-5v-15Z"/> - <path d="M433.7,204.8h-5v-22.4h5v22.4ZM438.6,182.4h-5v-5h5v5ZM433.7,204.8h5v5h-5v-5ZM438.6,172.4h20v5h-20v-5ZM438.6,209.8h20v5h-20v-5ZM463.6,177.4v5h-5v-5h5ZM458.6,204.8h5v5h-5v-5ZM468.6,182.4v22.4h-5v-22.4h5Z"/> - <path d="M482.3,204.8h-5v-22.4h5v22.4ZM487.3,182.4h-5v-5h5v5ZM482.3,204.8h5v5h-5v-5ZM487.3,172.4h20v5h-20v-5ZM487.3,209.8h20v5h-20v-5ZM512.2,177.4v5h-5v-5h5ZM507.2,204.8h5v5h-5v-5ZM517.2,182.4v22.4h-5v-22.4h5Z"/> - <path d="M527,172.4h5v17.5h12.5v5h-12.5v20h-5v-42.4h0ZM549.4,184.9v5h-5v-5h5ZM549.4,194.8v7.5h-5v-7.5h5ZM554.4,184.9h-5v-7.5h5v7.5ZM554.4,202.3v7.5h-5v-7.5h5ZM559.4,172.4v5h-5v-5h5ZM554.4,209.8h5v5h-5v-5Z"/> - <path d="M572.3,187.4h-5v-10h5v10ZM567.3,202.3h5v7.5h-5v-7.5ZM572.3,172.4h20v5h-20v-5ZM572.3,187.4h10v5h-10v-5ZM592.3,214.8h-20v-5h20v5ZM582.3,192.3h10v5h-10v-5ZM592.3,177.4h5v7.5h-5v-7.5ZM597.3,197.3v12.5h-5v-12.5h5Z"/> - <path d="M179.5,297.1h27.4v5h-27.4v-5Z"/> - <path d="M218.4,259.7v5h5v5h-5v10h5v5h-5v17.5h-5v-42.4h5ZM223.4,259.7h12.5v5h-12.5v-5ZM235.9,289.6h-12.5v-5h12.5v5ZM240.9,264.7v20h-5v-20h5Z"/> - <path d="M249.3,259.7h5v5h5v5h-5v20h-5v-29.9h0ZM259.3,259.7h7.5v5h-7.5v-5Z"/> - <path d="M276.5,264.7v20h-5v-20h5ZM276.5,259.7h17.5v5h-17.5v-5ZM276.5,284.6h17.5v5h-17.5v-5ZM299,264.7v20h-5v-20h5Z"/> - <path d="M311.6,264.7v20h-5v-20h5ZM326.5,259.7v5h-15v-5h15ZM326.5,289.6h-15v-5h15v5ZM331.5,264.7v5h-5v-5h5ZM331.5,279.6v5h-5v-5h5Z"/> - <path d="M342.8,264.7v7.5h17.5v-7.5h5v12.5h-22.4v7.5h-5v-20h5-.1ZM342.8,259.7h17.5v5h-17.5v-5ZM360.3,284.6v5h-17.5v-5h17.5ZM360.3,279.6h5v5h-5v-5Z"/> - <path d="M377,269.7h-5v-5h5v5ZM377,279.6v5h-5v-5h5ZM377,259.7h15v5h-15v-5ZM384.5,269.7v5h-7.5v-5h7.5ZM377,284.6h15v5h-15v-5ZM392,274.6v5h-7.5v-5h7.5ZM397,264.7v5h-5v-5h5ZM397,279.6v5h-5v-5h5Z"/> - <path d="M408,269.7h-5v-5h5v5ZM408,279.6v5h-5v-5h5ZM408,259.7h15v5h-15v-5ZM415.4,269.7v5h-7.5v-5h7.5ZM408,284.6h15v5h-15v-5ZM422.9,274.6v5h-7.5v-5h7.5ZM427.9,264.7v5h-5v-5h5ZM427.9,279.6v5h-5v-5h5Z"/> - <path d="M453.1,264.7v20h-5v-20h5ZM453.1,259.7h17.5v5h-17.5v-5ZM453.1,284.6h17.5v5h-17.5v-5ZM475.6,264.7v20h-5v-20h5Z"/> - <path d="M481.7,259.7h5v10h-5v-10ZM486.7,269.7h5v12.5h-5v-12.5ZM496.7,282.1v7.5h-5v-7.5h5ZM501.7,282.1h-5v-12.5h5v12.5ZM506.7,259.7v10h-5v-10h5Z"/> - <path d="M518.1,264.7v7.5h17.5v-7.5h5v12.5h-22.4v7.5h-5v-20h5,0ZM518.1,259.7h17.5v5h-17.5v-5ZM535.6,284.6v5h-17.5v-5h17.5ZM535.6,279.6h5v5h-5v-5Z"/> - <path d="M549.1,259.7h5v5h5v5h-5v20h-5v-29.9h0ZM559,259.7h7.5v5h-7.5v-5Z"/> - <path d="M570.8,259.7h5v10h-5v-10ZM575.7,269.7h5v12.5h-5v-12.5ZM585.7,282.1v7.5h-5v-7.5h5ZM590.7,282.1h-5v-12.5h5v12.5ZM595.7,259.7v10h-5v-10h5Z"/> - <path d="M603.4,249.7h5v5h-5v-5ZM603.4,259.7h5v29.9h-5v-29.9Z"/> - <path d="M621.8,264.7v7.5h17.5v-7.5h5v12.5h-22.4v7.5h-5v-20h5,0ZM621.8,259.7h17.5v5h-17.5v-5ZM639.3,284.6v5h-17.5v-5h17.5ZM639.3,279.6h5v5h-5v-5Z"/> - <path d="M656.1,259.7v10h-5v-10h5ZM661,269.7v12.5h-5v-12.5h5ZM666,282.1v7.5h-5v-7.5h5ZM666,269.7h5v12.5h-5v-12.5ZM676,259.7v10h-5v-10h5ZM681,269.7v12.5h-5v-12.5h5ZM686,282.1v7.5h-5v-7.5h5ZM686,269.7h5v12.5h-5v-12.5ZM691,259.7h5v10h-5v-10Z"/> - </g> - <rect class="st2" x="196.9" y="378.6" width="513.6" height="225.8"/> - <g> - <path d="M258.1,480.3h-11.5v-23h11.5v23ZM246.6,514.8h11.5v17.2h-11.5v-17.2ZM258.1,445.9h45.9v11.5h-45.9v-11.5ZM258.1,480.3h23v11.5h-23v-11.5ZM304,543.5h-45.9v-11.5h45.9v11.5ZM281.1,491.8h23v11.5h-23v-11.5ZM304,457.4h11.5v17.2h-11.5v-17.2ZM315.5,503.3v28.7h-11.5v-28.7h11.5Z"/> - <path d="M361.4,457.4h-34.4v-11.5h80.4v11.5h-34.4v86.1h-11.5v-86.1h-.1Z"/> - <path d="M414.5,468.9h11.5v34.4h45.9v-34.4h11.5v74.6h-11.5v-28.7h-45.9v28.7h-11.5v-74.6ZM426,457.4h11.5v11.5h-11.5v-11.5ZM460.4,445.9v11.5h-23v-11.5h23ZM471.9,457.4v11.5h-11.5v-11.5h11.5Z"/> - <path d="M507.4,445.9h57.4v11.5h-45.9v34.4h45.9v11.5h-11.5v11.5h-11.5v-11.5h-23v40.2h-11.5v-97.6h.1ZM553.3,514.8h11.5v17.2h-11.5v-17.2ZM576.2,457.4v34.4h-11.5v-34.4h11.5ZM564.8,532h11.5v11.5h-11.5v-11.5Z"/> - <path d="M623.6,457.4h-34.4v-11.5h80.4v11.5h-34.4v86.1h-11.5v-86.1h0Z"/> - </g> - <g> - <rect x="196.9" y="362.2" width="513.6" height="18.1"/> - <rect x="196.9" y="603.9" width="513.6" height="18.1"/> - <rect x="710.6" y="380.4" width="18.1" height="224"/> - <rect x="178.8" y="380.4" width="18.1" height="224"/> - </g> - <g> - <polygon class="st2" points="779.3 691.3 779.3 673.9 761.9 673.9 761.9 656.4 744.5 656.4 744.5 639 726.7 639 726.7 621.7 709.7 621.7 709.7 604.4 692.3 604.4 692.3 586.9 657.5 586.9 657.5 779.1 681.4 779.1 698.8 760.8 709.7 760.8 725.2 760.8 733.5 760.8 733.5 796.2 750.7 796.2 750.7 829.8 785.2 829.8 785.2 795.3 768 795.3 768 760.8 768.1 743.4 779 743.4 779.3 743.4 796.4 743.4 796.4 691.3 779.3 691.3"/> - <g> - <rect x="640" y="552.1" width="17.4" height="244.4"/> - <rect x="750.7" y="726" width="63.1" height="17.4"/> - <rect x="716.3" y="760.8" width="17.2" height="35.3"/> - <rect x="733.5" y="796.2" width="17.2" height="33.6"/> - <rect x="768" y="760.8" width="17.2" height="34.5"/> - <rect x="785.2" y="795.3" width="17.2" height="34.5"/> - <rect x="750.7" y="829.8" width="34.5" height="17.2"/> - <rect x="640" y="779.1" width="41.4" height="17.4"/> - <rect x="681.4" y="760.8" width="17.4" height="18.3"/> - <rect x="698.8" y="744.3" width="17.4" height="16.5"/> - <rect x="750.7" y="743.4" width="17.4" height="17.4"/> - <rect x="674.9" y="586.9" width="17.4" height="17.4"/> - <rect x="657.5" y="569.5" width="17.4" height="17.4"/> - <rect x="692.3" y="604.3" width="17.4" height="17.4"/> - <rect x="709.7" y="621.7" width="17.4" height="17.4"/> - <rect x="727.1" y="639" width="17.4" height="17.4"/> - <rect x="744.5" y="656.4" width="17.4" height="17.4"/> - <rect x="761.9" y="673.9" width="17.4" height="17.4"/> - <rect x="779" y="691.3" width="17.4" height="17.4"/> - <rect x="796.4" y="708.7" width="17.4" height="17.4"/> - </g> - </g> - <g> - <rect class="st6" x="1040.2" y="378.6" width="513.6" height="225.8"/> - <g> - <rect class="st6" x="1040.2" y="362.2" width="513.6" height="18.1"/> - <rect class="st6" x="1040.2" y="603.9" width="513.6" height="18.1"/> - <rect class="st6" x="1553.9" y="380.4" width="18.1" height="224"/> - <rect class="st6" x="1022.1" y="380.4" width="18.1" height="224"/> - </g> - </g> - <g> - <g> - <path d="M1250.9,474.5h5.3v21.3h-5.3v-21.3ZM1250.9,501.1h5.3v8h-5.3v-8ZM1256.2,469.2h13.3v5.3h-13.3v-5.3ZM1256.2,495.8h13.3v5.3h-13.3v-5.3ZM1256.2,509.1h18.6v5.3h-18.6v-5.3h0ZM1280.2,469.2v39.9h-5.3v-13.3h-5.3v-5.3h5.3v-10.7h-5.3v-5.3h5.3v-5.3h5.3Z"/> - <path d="M1293.9,474.5v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM1293.9,469.2h18.6v5.3h-18.6v-5.3ZM1312.5,495.8v5.3h-18.6v-5.3h18.6ZM1312.5,490.5h5.3v5.3h-5.3v-5.3Z"/> - <path d="M1328.9,469.2v-8h5.3v8h10.7v5.3h-10.7v21.3h-5.3v-21.3h-5.3v-5.3h5.3ZM1344.9,495.8v5.3h-10.7v-5.3h10.7Z"/> - <path d="M1255.5,546.4h-5.3v-5.3h5.3v5.3ZM1250.1,551.7h5.3v10.7h-5.3v-10.7ZM1255.5,535.7h16v5.3h-16v-5.3ZM1271.4,562.4h-5.3v-5.3h5.3v-5.3h-16v-5.3h16v-5.3h5.3v26.6h-5.3v-5.3h0ZM1255.5,562.4h10.7v5.3h-10.7v-5.3Z"/> - <path d="M1286.3,535.7h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM1296.9,535.7h10.7v5.3h-10.7v-5.3ZM1312.9,541v26.6h-5.3v-26.6h5.3Z"/> - <path d="M1336.7,525.1h5.3v5.3h-5.3v-5.3ZM1336.7,535.7h5.3v32h-5.3v-32Z"/> - <path d="M1351.1,541h5.3v21.3h-5.3v-21.3ZM1356.5,535.7h13.3v5.3h-13.3v-5.3ZM1356.5,562.4h13.3v5.3h-13.3v-5.3ZM1380.4,522.4v45.3h-5.3v-5.3h-5.3v-5.3h5.3v-10.7h-5.3v-5.3h5.3v-18.6h5.3Z"/> - <path d="M1394.8,541v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM1394.8,535.7h18.6v5.3h-18.6v-5.3ZM1413.4,562.4v5.3h-18.6v-5.3h18.6ZM1413.4,557h5.3v5.3h-5.3v-5.3Z"/> - <path d="M1432.1,546.4h-5.3v-5.3h5.3v5.3ZM1426.8,551.7h5.3v10.7h-5.3v-10.7ZM1432.1,535.7h16v5.3h-16v-5.3ZM1448.1,562.4h-5.3v-5.3h5.3v-5.3h-16v-5.3h16v-5.3h5.3v26.6h-5.3v-5.3h0ZM1432.1,562.4h10.7v5.3h-10.7v-5.3Z"/> - </g> - <path class="st2" d="M1125.1,422.6v-19.3h38.7v145.1h38.7v19.3h-106.4v-19.3h48.4v-125.7h-19.4ZM1125.1,441.9h-29v-19.3h29v19.3Z"/> - </g> - <g> - <rect x="1494.9" y="798.5" width="8.8" height="8.8"/> - <rect x="1547.9" y="798.5" width="8.8" height="8.8"/> - <rect x="1539.1" y="816.2" width="8.8" height="8.8"/> - <rect x="1503.7" y="816.2" width="8.8" height="8.8"/> - <rect x="1494.9" y="789.7" width="61.8" height="8.8"/> - <rect x="1494.9" y="807.4" width="61.8" height="8.8"/> - <polygon class="st6" points="1574.4 701.4 1574.4 692.5 1565.6 692.5 1565.6 683.7 1556.7 683.7 1556.7 674.9 1547.9 674.9 1547.9 666 1503.7 666 1503.7 674.9 1494.9 674.9 1494.9 683.7 1486.1 683.7 1486.1 692.5 1477.2 692.5 1477.3 701.4 1468.4 701.4 1468.4 754.4 1477.2 754.4 1477.2 754.3 1477.2 754.4 1477.2 754.4 1477.2 763.2 1486.1 763.2 1486.1 772 1494.9 772 1494.9 772 1494.9 772 1494.9 772 1494.9 789.7 1556.7 789.7 1556.7 780.9 1556.7 780.9 1556.7 772 1565.6 772 1565.6 763.2 1565.5 763.2 1574.4 763.2 1574.4 754.4 1583.3 754.4 1583.3 701.4 1574.4 701.4"/> - <rect x="1521.4" y="825" width="8.8" height="8.8"/> - <rect x="1530.2" y="825" width="8.8" height="8.8"/> - <rect x="1512.6" y="825" width="8.8" height="8.8"/> - <rect x="1512.6" y="754.4" width="8.8" height="8.8"/> - <rect x="1530.2" y="754.4" width="8.8" height="8.8"/> - <rect x="1512.6" y="763.2" width="8.8" height="8.8"/> - <rect x="1512.6" y="772" width="8.8" height="8.8"/> - <rect x="1512.6" y="780.9" width="8.8" height="8.8"/> - <rect x="1530.2" y="763.2" width="8.8" height="8.8"/> - <rect x="1530.2" y="772" width="8.8" height="8.8"/> - <rect x="1530.2" y="780.9" width="8.8" height="8.8"/> - <rect x="1503.7" y="745.5" width="8.8" height="8.8"/> - <rect x="1494.9" y="736.7" width="8.8" height="8.8"/> - <rect x="1539.1" y="745.5" width="8.8" height="8.8"/> - <rect x="1547.9" y="736.7" width="8.8" height="8.8"/> - <rect x="1494.9" y="727.9" width="8.8" height="8.8"/> - <rect x="1512.6" y="727.9" width="8.8" height="8.8"/> - <rect x="1530.2" y="727.9" width="8.8" height="8.8"/> - <rect x="1503.7" y="719" width="8.8" height="8.8"/> - <rect x="1521.4" y="719" width="8.8" height="8.8"/> - <rect x="1539.1" y="719" width="8.8" height="8.8"/> - <rect x="1547.9" y="727.9" width="8.8" height="8.8"/> - </g> - <g> - <path d="M400.4,995.4v21.3h-5.3v-21.3h5.3ZM416.4,990.1v5.3h-16v-5.3h16ZM416.4,1022h-16v-5.3h16v5.3ZM421.7,995.4v5.3h-5.3v-5.3h5.3ZM421.7,1011.4v5.3h-5.3v-5.3h5.3Z"/> - <path d="M429.3,990.1h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM440,990.1h8v5.3h-8v-5.3Z"/> - <path d="M458.4,995.4v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM458.4,990.1h18.6v5.3h-18.6v-5.3ZM477,1016.7v5.3h-18.6v-5.3h18.6ZM477,1011.4h5.3v5.3h-5.3v-5.3Z"/> - <path d="M495.7,1000.7h-5.3v-5.3h5.3v5.3ZM490.4,1006h5.3v10.7h-5.3v-10.7ZM495.7,990.1h16v5.3h-16v-5.3ZM511.7,1016.7h-5.3v-5.3h5.3v-5.3h-16v-5.3h16v-5.3h5.3v26.6h-5.3v-5.3h0ZM495.7,1016.7h10.7v5.3h-10.7v-5.3Z"/> - <path d="M527.9,990.1v-8h5.3v8h10.7v5.3h-10.7v21.3h-5.3v-21.3h-5.3v-5.3h5.3ZM543.8,1016.7v5.3h-10.7v-5.3h10.7Z"/> - <path d="M555.6,995.4v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM555.6,990.1h18.6v5.3h-18.6v-5.3ZM574.2,1016.7v5.3h-18.6v-5.3h18.6ZM574.2,1011.4h5.3v5.3h-5.3v-5.3Z"/> - <path class="st2" d="M606.4,990.1v16h-5.3v-16h5.3ZM601.1,1030h10.7v5.3h-10.7v-5.3ZM611.7,1006v13.3h-5.3v-13.3h5.3ZM617.1,1019.4v10.7h-5.3v-10.7h5.3ZM622.4,1006v13.3h-5.3v-13.3h5.3ZM627.7,990.1v16h-5.3v-16h5.3Z"/> - <path class="st2" d="M640.3,995.4v21.3h-5.3v-21.3h5.3ZM640.3,990.1h18.6v5.3h-18.6v-5.3ZM640.3,1016.7h18.6v5.3h-18.6v-5.3ZM664.3,995.4v21.3h-5.3v-21.3h5.3Z"/> - <path class="st2" d="M672.9,990.1h5.3v26.6h-5.3v-26.6ZM688.8,1022h-10.7v-5.3h10.7v5.3ZM694.2,1016.7h-5.3v-5.3h5.3v-21.3h5.3v32h-5.3v-5.3h0Z"/> - <path class="st2" d="M709.5,990.1h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM720.1,990.1h8v5.3h-8v-5.3Z"/> - <path d="M394.2,1056.6h5.3v10.7h-5.3v-10.7ZM399.5,1067.3h5.3v13.3h-5.3v-13.3ZM410.2,1080.6v8h-5.3v-8h5.3ZM415.5,1080.6h-5.3v-13.3h5.3v13.3ZM420.8,1056.6v10.7h-5.3v-10.7h5.3Z"/> - <path d="M433.1,1062v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM433.1,1056.6h18.6v5.3h-18.6v-5.3ZM451.7,1083.3v5.3h-18.6v-5.3h18.6ZM451.7,1077.9h5.3v5.3h-5.3v-5.3Z"/> - <path d="M466.1,1056.6h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM476.7,1056.6h8v5.3h-8v-5.3Z"/> - <path d="M494.6,1067.3h-5.3v-5.3h5.3v5.3ZM494.6,1077.9v5.3h-5.3v-5.3h5.3ZM494.6,1056.6h16v5.3h-16v-5.3ZM502.6,1067.3v5.3h-8v-5.3h8ZM494.6,1083.3h16v5.3h-16v-5.3ZM510.6,1072.6v5.3h-8v-5.3h8ZM515.9,1062v5.3h-5.3v-5.3h5.3ZM515.9,1077.9v5.3h-5.3v-5.3h5.3Z"/> - <path d="M524.1,1046h5.3v5.3h-5.3v-5.3ZM524.1,1056.6h5.3v32h-5.3v-32Z"/> - <path d="M543.8,1062v21.3h-5.3v-21.3h5.3ZM543.8,1056.6h18.6v5.3h-18.6v-5.3ZM543.8,1083.3h18.6v5.3h-18.6v-5.3ZM567.7,1062v21.3h-5.3v-21.3h5.3Z"/> - <path d="M576.8,1056.6h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM587.4,1056.6h10.7v5.3h-10.7v-5.3ZM603.4,1062v26.6h-5.3v-26.6h5.3Z"/> - <path d="M631.6,1062v21.3h-5.3v-21.3h5.3ZM631.6,1056.6h18.6v5.3h-18.6v-5.3ZM631.6,1083.3h18.6v5.3h-18.6v-5.3ZM655.6,1062v21.3h-5.3v-21.3h5.3Z"/> - <path d="M661.3,1062v-5.3h5.3v-8h5.3v8h10.7v5.3h-10.7v26.6h-5.3v-26.6h-5.3ZM672,1043.3h10.7v5.3h-10.7v-5.3Z"/> - <path d="M398,1123.2v-8h5.3v8h10.7v5.3h-10.7v21.3h-5.3v-21.3h-5.3v-5.3h5.3ZM414,1149.8v5.3h-10.7v-5.3h10.7Z"/> - <path d="M421.6,1109.9h5.3v18.6h5.3v5.3h-5.3v21.3h-5.3v-45.3h0ZM442.9,1123.2v5.3h-10.7v-5.3h10.7ZM448.2,1128.5v26.6h-5.3v-26.6h5.3Z"/> - <path d="M462.2,1128.5v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM462.2,1123.2h18.6v5.3h-18.6v-5.3ZM480.8,1149.8v5.3h-18.6v-5.3h18.6ZM480.8,1144.5h5.3v5.3h-5.3v-5.3Z"/> - <path d="M514.8,1109.9v18.6h5.3v5.3h-5.3v10.7h5.3v5.3h-5.3v5.3h-5.3v-45.3h5.3ZM533.5,1123.2v5.3h-13.3v-5.3h13.3ZM533.5,1155.2h-13.3v-5.3h13.3v5.3ZM533.5,1128.5h5.3v21.3h-5.3v-21.3Z"/> - <path d="M552.2,1128.5v21.3h-5.3v-21.3h5.3ZM552.2,1123.2h18.6v5.3h-18.6v-5.3ZM552.2,1149.8h18.6v5.3h-18.6v-5.3ZM576.2,1128.5v21.3h-5.3v-21.3h5.3Z"/> - <path d="M589.6,1128.5v21.3h-5.3v-21.3h5.3ZM589.6,1123.2h18.6v5.3h-18.6v-5.3ZM589.6,1149.8h18.6v5.3h-18.6v-5.3ZM613.6,1128.5v21.3h-5.3v-21.3h5.3Z"/> - <path d="M622.7,1109.9h5.3v26.6h10.7v5.3h-10.7v13.3h-5.3v-45.3h0ZM644,1136.5h-5.3v-8h5.3v8ZM644,1141.8v8h-5.3v-8h5.3ZM649.3,1123.2v5.3h-5.3v-5.3h5.3ZM649.3,1149.8v5.3h-5.3v-5.3h5.3Z"/> - </g> - <path class="st2" d="M247.4,1010.1v38.7h-19.3v-38.7h19.3ZM247.4,1116.5v19.3h96.7v19.3h-116.1v-38.7h19.4ZM247.4,990.8h77.4v19.3h-77.4v-19.3ZM247.4,1097.2h19.3v19.3h-19.3v-19.3h0ZM266.8,1077.8h38.7v19.3h-38.7v-19.3ZM324.8,1058.5v19.3h-19.3v-19.3h19.3ZM344.1,1010.1v48.4h-19.3v-48.4h19.3Z"/> - <polygon class="st2" points="1014.6 1197.2 1014.6 1207.7 1016.2 1207.7 1016.2 1213.1 1000.6 1213.1 1000.6 1218.4 989.9 1218.4 989.9 1223.8 979.5 1223.8 979.5 1229.1 968.8 1229.1 968.8 1234.4 958.2 1234.4 958.2 1239.7 942.2 1239.7 942.2 1234.4 931.7 1234.4 931.7 1229.1 921.2 1229.1 921.2 1223.8 910.6 1223.8 910.6 1218.4 899.9 1218.4 899.9 1213.1 889.3 1213.1 889.3 1207.8 878.7 1207.8 878.7 1202.5 868 1202.5 868 1197.2 841.5 1197.2 841.5 1092.5 846.8 1092.5 846.8 1044.7 868 1044.7 868 1050 878.7 1050 878.7 1055.3 889.2 1055.3 889.2 1060.6 899.9 1060.6 899.9 1065.9 910.6 1065.9 910.6 1071.2 921.2 1071.2 921.2 1076.6 931.7 1076.6 931.7 1087.1 931.4 1087.1 947.6 1087.1 947.6 1092.5 953.8 1092.5 953.8 1087.1 968.8 1087.1 968.8 1076.5 980.3 1076.6 980.3 1071.2 990.9 1071.2 990.9 1065.9 1001.5 1065.9 1001.5 1060.6 1012.2 1060.6 1012.2 1055.3 1022.8 1055.3 1022.8 1050 1033.4 1050 1033.4 1044.7 1054.6 1044.7 1054.6 1087.1 1054.4 1087.1 1054.6 1087.1 1054.6 1092.5 1059 1092.5 1059 1197.2 1014.6 1197.2"/> - <g> - <rect x="947.6" y="1097.8" width="5.3" height="152.6"/> - <rect x="947.6" y="1092.5" width="5.3" height="5.3"/> - <g> - <rect x="937" y="1081.8" width="5.3" height="5.3"/> - <rect x="931.7" y="1081.8" width="5.3" height="5.3"/> - <rect x="926.3" y="1076.5" width="5.3" height="5.3"/> - <rect x="921" y="1076.5" width="5.3" height="5.3"/> - <rect x="915.9" y="1071.2" width="5.3" height="5.3"/> - <rect x="910.6" y="1071.2" width="5.3" height="5.3"/> - <rect x="905.2" y="1065.9" width="5.3" height="5.3"/> - <rect x="899.9" y="1065.9" width="5.3" height="5.3"/> - <rect x="894.6" y="1060.6" width="5.3" height="5.3"/> - <rect x="889.3" y="1060.6" width="5.3" height="5.3"/> - <rect x="884" y="1055.3" width="5.3" height="5.3"/> - <rect x="878.7" y="1055.3" width="5.3" height="5.3"/> - <rect x="873.4" y="1050" width="5.3" height="5.3"/> - <rect x="868.1" y="1050" width="5.3" height="5.3"/> - <rect x="862.7" y="1044.7" width="5.3" height="5.3"/> - <rect x="857.4" y="1044.7" width="5.3" height="5.3"/> - <rect x="852.1" y="1039.4" width="5.3" height="5.3"/> - <rect x="846.8" y="1039.4" width="5.3" height="5.3"/> - <rect x="937" y="1234.3" width="5.3" height="5.3"/> - <rect x="931.7" y="1234.3" width="5.3" height="5.3"/> - <rect x="926.3" y="1229" width="5.3" height="5.3"/> - <rect x="921" y="1229" width="5.3" height="5.3"/> - <rect x="915.9" y="1223.7" width="5.3" height="5.3"/> - <rect x="910.6" y="1223.7" width="5.3" height="5.3"/> - <rect x="905.2" y="1218.4" width="5.3" height="5.3"/> - <rect x="899.9" y="1218.4" width="5.3" height="5.3"/> - <rect x="894.6" y="1213.1" width="5.3" height="5.3"/> - <rect x="889.3" y="1213.1" width="5.3" height="5.3"/> - <rect x="884" y="1207.8" width="5.3" height="5.3"/> - <rect x="878.7" y="1207.8" width="5.3" height="5.3"/> - <rect x="873.4" y="1202.5" width="5.3" height="5.3"/> - <rect x="868.1" y="1202.5" width="5.3" height="5.3"/> - <rect x="862.7" y="1197.2" width="5.3" height="5.3"/> - <rect x="857.4" y="1197.2" width="5.3" height="5.3"/> - <rect x="852.1" y="1191.9" width="5.3" height="5.3"/> - <rect x="846.8" y="1191.9" width="5.3" height="5.3"/> - <rect x="942.3" y="1087.2" width="5.3" height="5.3"/> - <rect x="942.3" y="1239.7" width="5.3" height="5.3"/> - <rect x="841.5" y="1039.4" width="5.3" height="157.8"/> - </g> - <g> - <rect x="958.2" y="1081.8" width="5.3" height="5.3"/> - <rect x="963.5" y="1081.8" width="5.3" height="5.3"/> - <rect x="968.8" y="1076.5" width="5.3" height="5.3"/> - <rect x="974.2" y="1076.5" width="5.3" height="5.3"/> - <rect x="979.3" y="1071.2" width="5.3" height="5.3"/> - <rect x="984.6" y="1071.2" width="5.3" height="5.3"/> - <rect x="989.9" y="1065.9" width="5.3" height="5.3"/> - <rect x="995.3" y="1065.9" width="5.3" height="5.3"/> - <rect x="1000.6" y="1060.6" width="5.3" height="5.3"/> - <rect x="1005.9" y="1060.6" width="5.3" height="5.3"/> - <rect x="1011.2" y="1055.3" width="5.3" height="5.3"/> - <rect x="1016.5" y="1055.3" width="5.3" height="5.3"/> - <rect x="1021.8" y="1050" width="5.3" height="5.3"/> - <rect x="1027.1" y="1050" width="5.3" height="5.3"/> - <rect x="1032.4" y="1044.7" width="5.3" height="5.3"/> - <rect x="1037.8" y="1044.7" width="5.3" height="5.3"/> - <rect x="1043.1" y="1039.4" width="5.3" height="5.3"/> - <rect x="1048.4" y="1039.4" width="5.3" height="5.3"/> - <rect x="958.2" y="1234.3" width="5.3" height="5.3"/> - <rect x="963.5" y="1234.3" width="5.3" height="5.3"/> - <rect x="968.8" y="1229" width="5.3" height="5.3"/> - <rect x="974.2" y="1229" width="5.3" height="5.3"/> - <rect x="979.3" y="1223.7" width="5.3" height="5.3"/> - <rect x="984.6" y="1223.7" width="5.3" height="5.3"/> - <rect x="989.9" y="1218.4" width="5.3" height="5.3"/> - <rect x="995.3" y="1218.4" width="5.3" height="5.3"/> - <rect x="1000.6" y="1213.1" width="5.3" height="5.3"/> - <rect x="1005.9" y="1213.1" width="5.3" height="5.3"/> - <rect x="1011.2" y="1207.8" width="5.3" height="5.3"/> - <rect x="1016.5" y="1207.8" width="5.3" height="5.3"/> - <rect x="1021.8" y="1202.5" width="5.3" height="5.3"/> - <rect x="1037.8" y="1197.2" width="5.3" height="5.3"/> - <rect x="1043.1" y="1191.9" width="5.3" height="5.3"/> - <rect x="1048.4" y="1191.9" width="5.3" height="5.3"/> - <rect x="952.9" y="1087.2" width="5.3" height="5.3"/> - <rect x="952.9" y="1239.7" width="5.3" height="5.3"/> - <rect x="1053.7" y="1154" width="5.3" height="43.3"/> - <rect x="1053.7" y="1039.4" width="5.3" height="123.9"/> - </g> - <g> - <g> - <rect x="968.8" y="1119.8" width="5.3" height="5.3"/> - <rect x="974.2" y="1119.8" width="5.3" height="5.3"/> - <rect x="979.3" y="1114.4" width="5.3" height="5.3"/> - <rect x="984.6" y="1114.4" width="5.3" height="5.3"/> - <rect x="989.9" y="1109.1" width="5.3" height="5.3"/> - <rect x="995.3" y="1109.1" width="5.3" height="5.3"/> - <rect x="1000.6" y="1103.8" width="5.3" height="5.3"/> - <rect x="1005.9" y="1103.8" width="5.3" height="5.3"/> - <rect x="1011.2" y="1098.5" width="5.3" height="5.3"/> - <rect x="1016.5" y="1098.5" width="5.3" height="5.3"/> - <rect x="1021.8" y="1093.3" width="5.3" height="5.3"/> - <rect x="1027.1" y="1093.3" width="5.3" height="5.3"/> - </g> - <g> - <rect x="968.8" y="1141.1" width="5.3" height="5.3"/> - <rect x="974.2" y="1141.1" width="5.3" height="5.3"/> - <rect x="979.3" y="1135.8" width="5.3" height="5.3"/> - <rect x="984.6" y="1135.8" width="5.3" height="5.3"/> - <rect x="989.9" y="1130.5" width="5.3" height="5.3"/> - <rect x="995.3" y="1130.5" width="5.3" height="5.3"/> - <rect x="1000.6" y="1125.2" width="5.3" height="5.3"/> - <rect x="1005.9" y="1125.2" width="5.3" height="5.3"/> - <rect x="1011.2" y="1119.9" width="5.3" height="5.3"/> - <rect x="1016.5" y="1119.9" width="5.3" height="5.3"/> - <rect x="1021.8" y="1114.6" width="5.3" height="5.3"/> - <rect x="1027.1" y="1114.6" width="5.3" height="5.3"/> - </g> - <g> - <rect x="968.8" y="1162.5" width="5.3" height="5.3"/> - <rect x="974.2" y="1162.5" width="5.3" height="5.3"/> - <rect x="979.3" y="1157.1" width="5.3" height="5.3"/> - <rect x="984.6" y="1157.1" width="5.3" height="5.3"/> - <rect x="989.9" y="1151.8" width="5.3" height="5.3"/> - <rect x="995.3" y="1151.8" width="5.3" height="5.3"/> - <rect x="1000.6" y="1146.5" width="5.3" height="5.3"/> - <rect x="1005.9" y="1146.5" width="5.3" height="5.3"/> - <rect x="1011.2" y="1141.2" width="5.3" height="5.3"/> - <rect x="1016.5" y="1141.2" width="5.3" height="5.3"/> - <rect x="1021.8" y="1136" width="5.3" height="5.3"/> - <rect x="1027.1" y="1136" width="5.3" height="5.3"/> - </g> - <g> - <rect x="968.8" y="1183.8" width="5.3" height="5.3"/> - <rect x="974.2" y="1183.8" width="5.3" height="5.3"/> - <rect x="979.3" y="1178.5" width="5.3" height="5.3"/> - <rect x="984.6" y="1178.5" width="5.3" height="5.3"/> - <rect x="989.9" y="1173.2" width="5.3" height="5.3"/> - <rect x="995.3" y="1173.2" width="5.3" height="5.3"/> - <rect x="1000.6" y="1167.9" width="5.3" height="5.3"/> - <rect x="1005.9" y="1167.9" width="5.3" height="5.3"/> - <rect x="1011.2" y="1162.5" width="5.3" height="5.3"/> - <rect x="1016.5" y="1162.5" width="5.3" height="5.3"/> - <rect x="1021.8" y="1157.3" width="5.3" height="5.3"/> - <rect x="1027.1" y="1157.3" width="5.3" height="5.3"/> - </g> - </g> - <g> - <g> - <rect x="926.3" y="1119.8" width="5.3" height="5.3"/> - <rect x="921" y="1119.8" width="5.3" height="5.3"/> - <rect x="915.9" y="1114.5" width="5.3" height="5.3"/> - <rect x="910.6" y="1114.5" width="5.3" height="5.3"/> - <rect x="905.2" y="1109.2" width="5.3" height="5.3"/> - <rect x="899.9" y="1109.2" width="5.3" height="5.3"/> - <rect x="894.6" y="1103.9" width="5.3" height="5.3"/> - <rect x="889.3" y="1103.9" width="5.3" height="5.3"/> - <rect x="884" y="1098.6" width="5.3" height="5.3"/> - <rect x="878.7" y="1098.6" width="5.3" height="5.3"/> - <rect x="873.4" y="1093.4" width="5.3" height="5.3"/> - <rect x="868" y="1093.4" width="5.3" height="5.3"/> - </g> - <g> - <rect x="926.3" y="1141.2" width="5.3" height="5.3"/> - <rect x="921" y="1141.2" width="5.3" height="5.3"/> - <rect x="915.9" y="1135.9" width="5.3" height="5.3"/> - <rect x="910.6" y="1135.9" width="5.3" height="5.3"/> - <rect x="905.2" y="1130.6" width="5.3" height="5.3"/> - <rect x="899.9" y="1130.6" width="5.3" height="5.3"/> - <rect x="894.6" y="1125.3" width="5.3" height="5.3"/> - <rect x="889.3" y="1125.3" width="5.3" height="5.3"/> - <rect x="884" y="1119.9" width="5.3" height="5.3"/> - <rect x="878.7" y="1119.9" width="5.3" height="5.3"/> - <rect x="873.4" y="1114.7" width="5.3" height="5.3"/> - <rect x="868" y="1114.7" width="5.3" height="5.3"/> - </g> - <g> - <rect x="926.3" y="1162.5" width="5.3" height="5.3"/> - <rect x="921" y="1162.5" width="5.3" height="5.3"/> - <rect x="915.9" y="1157.2" width="5.3" height="5.3"/> - <rect x="910.6" y="1157.2" width="5.3" height="5.3"/> - <rect x="905.2" y="1151.9" width="5.3" height="5.3"/> - <rect x="899.9" y="1151.9" width="5.3" height="5.3"/> - <rect x="894.6" y="1146.6" width="5.3" height="5.3"/> - <rect x="889.3" y="1146.6" width="5.3" height="5.3"/> - <rect x="884" y="1141.3" width="5.3" height="5.3"/> - <rect x="878.7" y="1141.3" width="5.3" height="5.3"/> - <rect x="873.4" y="1136" width="5.3" height="5.3"/> - <rect x="868" y="1136" width="5.3" height="5.3"/> - </g> - <g> - <rect x="926.3" y="1183.9" width="5.3" height="5.3"/> - <rect x="921" y="1183.9" width="5.3" height="5.3"/> - <rect x="915.9" y="1178.6" width="5.3" height="5.3"/> - <rect x="910.6" y="1178.6" width="5.3" height="5.3"/> - <rect x="905.2" y="1173.3" width="5.3" height="5.3"/> - <rect x="899.9" y="1173.3" width="5.3" height="5.3"/> - <rect x="894.6" y="1167.9" width="5.3" height="5.3"/> - <rect x="889.3" y="1167.9" width="5.3" height="5.3"/> - <rect x="884" y="1162.6" width="5.3" height="5.3"/> - <rect x="878.7" y="1162.6" width="5.3" height="5.3"/> - <rect x="873.4" y="1157.4" width="5.3" height="5.3"/> - <rect x="868" y="1157.4" width="5.3" height="5.3"/> - </g> - </g> - </g> - <g> - <g> - <path d="M1268.4,1621v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM1268.4,1615.7h18.6v5.3h-18.6v-5.3ZM1287,1642.3v5.3h-18.6v-5.3h18.6ZM1287,1637h5.3v5.3h-5.3v-5.3Z"/> - <path d="M1300.5,1621h5.3v21.3h-5.3v-21.3ZM1305.8,1615.7h13.3v5.3h-13.3v-5.3ZM1305.8,1642.3h13.3v5.3h-13.3v-5.3ZM1329.8,1602.4v45.3h-5.3v-5.3h-5.3v-5.3h5.3v-10.7h-5.3v-5.3h5.3v-18.6h5.3Z"/> - <path d="M1339.8,1605h5.3v5.3h-5.3v-5.3ZM1339.8,1615.7h5.3v32h-5.3v-32Z"/> - <path d="M1357.1,1615.7v-8h5.3v8h10.7v5.3h-10.7v21.3h-5.3v-21.3h-5.3v-5.3h5.3ZM1373,1642.3v5.3h-10.7v-5.3h10.7Z"/> - <path d="M1266,1682.3v-8h5.3v8h10.7v5.3h-10.7v21.3h-5.3v-21.3h-5.3v-5.3h5.3ZM1282,1708.9v5.3h-10.7v-5.3h10.7Z"/> - <path d="M1289.6,1668.9h5.3v18.6h5.3v5.3h-5.3v21.3h-5.3v-45.3h0ZM1310.9,1682.3v5.3h-10.7v-5.3h10.7ZM1316.3,1687.6v26.6h-5.3v-26.6h5.3Z"/> - <path d="M1330.2,1687.6v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM1330.2,1682.3h18.6v5.3h-18.6v-5.3ZM1348.8,1708.9v5.3h-18.6v-5.3h18.6ZM1348.8,1703.6h5.3v5.3h-5.3v-5.3Z"/> - <path d="M1382.8,1668.9v18.6h5.3v5.3h-5.3v10.7h5.3v5.3h-5.3v5.3h-5.3v-45.3h5.3ZM1401.5,1682.3v5.3h-13.3v-5.3h13.3ZM1401.5,1714.2h-13.3v-5.3h13.3v5.3ZM1401.5,1687.6h5.3v21.3h-5.3v-21.3Z"/> - <path d="M1420.2,1687.6v21.3h-5.3v-21.3h5.3ZM1420.2,1682.3h18.6v5.3h-18.6v-5.3ZM1420.2,1708.9h18.6v5.3h-18.6v-5.3ZM1444.2,1687.6v21.3h-5.3v-21.3h5.3Z"/> - <path d="M1457.7,1687.6v21.3h-5.3v-21.3h5.3ZM1457.7,1682.3h18.6v5.3h-18.6v-5.3ZM1457.7,1708.9h18.6v5.3h-18.6v-5.3ZM1481.6,1687.6v21.3h-5.3v-21.3h5.3Z"/> - <path d="M1490.7,1668.9h5.3v26.6h10.7v5.3h-10.7v13.3h-5.3v-45.3h0ZM1512,1695.6h-5.3v-8h5.3v8ZM1512,1700.9v8h-5.3v-8h5.3ZM1517.3,1682.3v5.3h-5.3v-5.3h5.3ZM1517.3,1708.9v5.3h-5.3v-5.3h5.3Z"/> - </g> - <path class="st2" d="M1096.1,1549.8h116.1v38.7h-19.3v-19.3h-96.7v-19.3h0ZM1096.1,1665.9h19.3v29h-19.3v-29ZM1192.8,1714.3h-77.4v-19.3h77.4v19.3ZM1154.1,1646.6h-19.3v-19.3h19.3v19.3ZM1173.5,1627.2h-19.3v-19.3h19.3v19.3ZM1192.8,1607.9h-19.3v-19.3h19.3v19.3ZM1192.8,1627.2v19.3h-19.3v-19.3h19.3ZM1212.2,1646.6v48.4h-19.3v-48.4h19.3Z"/> - </g> - <path class="st6" d="M245.9,1751.3c.2,1,.8,4.2,2,9,2.4,9.6,7.1,25.8,15.1,44.1,3.5,8.1,7.7,16.5,12.7,25.1,13.8,23.9,30.7,43.2,50.2,57.4,25.7,18.8,55.2,28.3,87.6,28.3s83.6-17.1,112.3-48.7c7.1-7.8,13.6-16.6,19.4-26.1.5-.8.9-1.6,1.4-2.4,20.2-34.5,25.2-68.4,25.7-72.1l-83.4-11.2c-.4,2.2-2.9,16.6-10.5,32.5-.8,1.7-1.7,3.4-2.6,5.2-.9,1.6-1.8,3.2-2.8,4.9-14.2,23.1-33.1,33.9-59.5,33.9s-38.8,0-64-42.2c-4.6-7.7-8.3-15.5-11.2-22.7-3.7-9-6.2-17.1-7.7-22.7-1.2-4.2-1.7-7-1.9-7.7l-82.7,15.4h-.1Z"/> - <path class="st6" d="M610.4,1590.1c-27,36.2-37.6,74.9-36.6,75.6l179.4-30.5c.9.7,2.1.8,3.1.3,23.8-11.7,29-37.2,24.8-60.9-4.1-22.8-28.6-49.2-66.1-49.5s-77.6,28.7-104.6,64.9h0Z"/> - <rect class="st2" x="250.3" y="1485.6" width="420.1" height="272.1"/> - <rect x="260.8" y="1543.4" width="44.1" height="8.9"/> - <rect x="278.4" y="1525.8" width="8.9" height="44.1"/> - <rect x="250.3" y="1476.7" width="420.1" height="8.9"/> - <rect x="367.5" y="1527.8" width="263.3" height="8.9"/> - <rect x="367.5" y="1572.4" width="263.3" height="8.9"/> - <rect x="367.5" y="1617.2" width="263.3" height="8.9"/> - <rect x="367.5" y="1661.7" width="263.3" height="8.9"/> - <rect x="367.5" y="1706.3" width="263.3" height="8.9"/> - <rect x="250.3" y="1758.1" width="420.1" height="8.9"/> - <rect x="670.4" y="1485.6" width="8.9" height="272.5"/> - <rect x="241.4" y="1485.6" width="8.9" height="272.5"/> - <rect x="319.5" y="1485.6" width="8.9" height="272.5"/> - <g> - <ellipse cx="301.5" cy="1837" rx="5.9" ry="10.9" transform="translate(-980.4 487.1) rotate(-34.2)"/> - <ellipse cx="487.3" cy="1868.6" rx="10.9" ry="5.9" transform="translate(-1225.9 977.4) rotate(-47.9)"/> - <circle cx="329.5" cy="1845.8" r="4.3"/> - <circle cx="503.4" cy="1789.2" r="4.3"/> - <path d="M247.9,1760.4c2.4,9.6,7.1,25.8,15.1,44.1l75.2-38.1c-3.7-9-6.2-17.1-7.7-22.7l-82.6,16.7Z"/> - <g> - <path class="st4" d="M185.6,1732.8l9.8,17.8c.1.2.2.4.4.7,11.7,20.4,37.2,30.7,58.7,25.4l76.9-19c21.5-5.3,39.3-26.3,40.1-49.8v-.8l.4-20.3c.6-31-23.3-54.1-53.5-46.6l-107.1,26.4c-30.2,7.5-40.7,39.1-25.7,66.2h0Z"/> - <circle cx="282.7" cy="1704.7" r="4.6"/> - <circle cx="270.9" cy="1707.6" r="4.6"/> - <path class="st3" d="M253,1716.8h0c3.3,5.1,7.2,7.6,10.6,6.8l32.5-8c3.4-.8,5.7-4.9,6.2-10.9h0"/> - <path class="st2" d="M284,1688.9c3.9,2.5,8.4,4,13.1,4.5,1.2,0,2.4.2,3.6,0,1.7,0,3.4-.2,5.1-.5.5,0,1-.2,1.5-.3,16.1-4,25.9-20.2,21.9-36.3-1-4-2.7-7.6-5-10.7-.4-.6-.8-1.1-1.3-1.6-1.5-1.8-3.2-3.4-5.1-4.7-.6-.4-1.2-.8-1.8-1.2-6.6-4.2-14.9-5.7-23.1-3.7-16.1,4-25.9,20.2-21.9,36.3,1.9,7.8,6.8,14.2,13.1,18.1h-.1Z"/> - <path class="st2" d="M204.9,1687c1.9,7.8,6.8,14.2,13.1,18.2,6.7,4.2,15,5.8,23.2,3.8,16.1-4,25.9-20.2,21.9-36.3-1.9-7.9-6.8-14.2-13.2-18.2-6.6-4.2-14.9-5.7-23.1-3.7-16.1,4-25.9,20.2-21.9,36.3h0Z"/> - <path class="st5" d="M271,1670.7c1.9,7.8,6.8,14.2,13.1,18.2,6.7,4.2,15,5.8,23.2,3.8,16.1-4,25.9-20.2,21.9-36.3-1.9-7.9-6.8-14.2-13.2-18.2-6.6-4.2-14.9-5.7-23.1-3.7-16.1,4-25.9,20.2-21.9,36.3h0Z"/> - <path class="st5" d="M204.9,1687c1.9,7.8,6.8,14.2,13.1,18.2,6.7,4.2,15,5.8,23.2,3.8,16.1-4,25.9-20.2,21.9-36.3-1.9-7.9-6.8-14.2-13.2-18.2-6.6-4.2-14.9-5.7-23.1-3.7-16.1,4-25.9,20.2-21.9,36.3h0Z"/> - <path d="M302,1689.4c1.2,1.3,2.4,2.5,3.7,3.6.5,0,1-.2,1.5-.3,16.1-4,25.9-20.2,21.9-36.3-1-4-2.7-7.6-5-10.7-.4-.6-.8-1.1-1.3-1.6-6.4,0-12.7,2.2-17.9,6.6-11.5,9.9-12.8,27.2-2.9,38.7h0Z"/> - <path d="M235.7,1705.7c1.2,1.3,2.4,2.5,3.7,3.6.5,0,1-.2,1.5-.3,16.1-4,25.9-20.2,21.9-36.3-1-4-2.7-7.6-5-10.7-.4-.6-.8-1.1-1.3-1.6-6.4,0-12.7,2.2-17.9,6.6-11.5,9.9-12.8,27.2-2.9,38.7h0Z"/> - <path class="st5" d="M225.8,1775.3c9.3,3.1,19.4,3.7,28.6,1.4l76.9-19c21.5-5.3,39.3-26.3,40.1-49.8v-.8l.4-20.3"/> - </g> - </g> - <g> - <g> - <polygon class="st1" points="615.9 1663.6 633.1 1716.8 685.5 1694.1 692.2 1663.4 690.6 1584.5 627.7 1637 615.9 1663.6"/> - <polygon points="655.9 1707.7 633.1 1716.8 624.5 1693.5 655.9 1707.7"/> - <polyline class="st1" points="731.5 1591.7 731.5 1591.7 747 1557.4 676.9 1525.8 661.5 1560.1 661.5 1560.1"/> - <path class="st0" d="M611.5,1663.3c32.5-4.8,57.7,6.6,75.7,34.1h0l46.2-102.5-75.7-34.1-46.2,102.5h0Z"/> - <line class="st5" x1="657.7" y1="1560.9" x2="733.4" y2="1595"/> - <line class="st5" x1="639.2" y1="1660.5" x2="679.6" y2="1570.7"/> - <line class="st5" x1="671" y1="1674.8" x2="711.4" y2="1585.1"/> - </g> - <g> - <path class="st6" d="M665,1637.6c.8,2.9,3,5.2,6.7,6.9,16.1,7.4,61.2,2.6,84.6-9,1.4-.7,2-2.4,1.3-3.9-.6-1.3-2.1-1.9-3.5-1.5l-15.2-46.2c.6-1,1.1-2,1.4-3,.4-1.2,0-2.6-1.1-3.3s-.5-.3-.8-.4c-1.5-.5-3.2.3-3.7,1.8-2.7,7.9-19.9,17.8-35.1,26.5-20.1,11.5-37.6,21.5-34.8,32h.2Z"/> - <path class="st5" d="M741.8,1572.7c-2.4,16-26.7,24.3-41.9,33-20.1,11.5-37.6,21.5-34.8,32,.8,2.9,3,5.2,6.7,6.9,9.1,4.2,27.4,4.4,45.8,1.8"/> - </g> - </g> - <circle cx="755.7" cy="1618.6" r="4.3"/> - <g> - <path d="M419.7,2263.7v21.3h-5.3v-21.3h5.3ZM435.7,2258.4v5.3h-16v-5.3h16ZM435.7,2290.3h-16v-5.3h16v5.3ZM441,2263.7v5.3h-5.3v-5.3h5.3ZM441,2279.7v5.3h-5.3v-5.3h5.3Z"/> - <path d="M448.7,2245h5.3v18.6h5.3v5.3h-5.3v21.3h-5.3v-45.3h0ZM470,2258.4v5.3h-10.7v-5.3h10.7ZM475.3,2263.7v26.6h-5.3v-26.6h5.3Z"/> - <path d="M489.2,2263.7v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM489.2,2258.4h18.6v5.3h-18.6v-5.3ZM507.9,2285v5.3h-18.6v-5.3h18.6ZM507.9,2279.7h5.3v5.3h-5.3v-5.3h0Z"/> - <path d="M526.6,2263.7v21.3h-5.3v-21.3h5.3ZM542.6,2258.4v5.3h-16v-5.3h16ZM542.6,2290.3h-16v-5.3h16v5.3ZM547.9,2263.7v5.3h-5.3v-5.3h5.3ZM547.9,2279.7v5.3h-5.3v-5.3h5.3Z"/> - <path d="M555.6,2245h5.3v26.6h10.7v5.3h-10.7v13.3h-5.3v-45.3h0ZM576.9,2271.7h-5.3v-8h5.3v8ZM576.9,2277v8h-5.3v-8h5.3ZM582.2,2258.4v5.3h-5.3v-5.3h5.3ZM582.2,2285v5.3h-5.3v-5.3h5.3Z"/> - <path d="M419.7,2330.3v21.3h-5.3v-21.3h5.3ZM435.7,2324.9v5.3h-16v-5.3h16ZM435.7,2356.9h-16v-5.3h16v5.3ZM441,2330.3v5.3h-5.3v-5.3h5.3ZM441,2346.2v5.3h-5.3v-5.3h5.3Z"/> - <path d="M448.7,2311.6h5.3v18.6h5.3v5.3h-5.3v21.3h-5.3v-45.3h0ZM470,2324.9v5.3h-10.7v-5.3h10.7ZM475.3,2330.3v26.6h-5.3v-26.6h5.3Z"/> - <path d="M489.2,2335.6h-5.3v-5.3h5.3v5.3ZM483.8,2340.9h5.3v10.7h-5.3v-10.7ZM489.2,2324.9h16v5.3h-16v-5.3ZM505.1,2351.6h-5.3v-5.3h5.3v-5.3h-16v-5.3h16v-5.3h5.3v26.6h-5.3v-5.3h0ZM489.2,2351.6h10.7v5.3h-10.7v-5.3Z"/> - <path d="M520,2324.9h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM530.6,2324.9h10.7v5.3h-10.7v-5.3ZM546.6,2330.3v26.6h-5.3v-26.6h5.3Z"/> - <path d="M555.9,2330.3h5.3v21.3h-5.3v-21.3ZM555.9,2356.9h5.3v8h-5.3v-8ZM561.2,2324.9h13.3v5.3h-13.3v-5.3ZM561.2,2351.6h13.3v5.3h-13.3v-5.3ZM561.2,2364.9h18.6v5.3h-18.6v-5.3ZM585.2,2324.9v39.9h-5.3v-13.3h-5.3v-5.3h5.3v-10.7h-5.3v-5.3h5.3v-5.3h5.3Z"/> - <path d="M598.9,2330.3v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM598.9,2324.9h18.6v5.3h-18.6v-5.3ZM617.5,2351.6v5.3h-18.6v-5.3h18.6ZM617.5,2346.2h5.3v5.3h-5.3v-5.3Z"/> - <path d="M635.4,2335.6h-5.3v-5.3h5.3v5.3ZM635.4,2346.2v5.3h-5.3v-5.3h5.3ZM635.4,2324.9h16v5.3h-16v-5.3ZM643.4,2335.6v5.3h-8v-5.3h8ZM635.4,2351.6h16v5.3h-16v-5.3ZM651.4,2340.9v5.3h-8v-5.3h8ZM656.7,2330.3v5.3h-5.3v-5.3h5.3ZM656.7,2346.2v5.3h-5.3v-5.3h5.3Z"/> - </g> - <path class="st2" d="M324.8,2318.4h-96.7v-38.7h19.3v19.3h77.4v-87h-19.3v-19.3h38.7v106.4h19.3v19.3h-19.3v38.7h-19.3v-38.7h-.1ZM266.8,2260.4v19.3h-19.3v-19.3h19.3ZM286.1,2260.4h-19.3v-29h19.3v29ZM305.5,2231.4h-19.3v-19.3h19.3v19.3Z"/> - <g> - <g> - <path d="M1264,2808.9h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM1274.7,2808.9h8v5.3h-8v-5.3Z"/> - <path d="M1293,2814.3v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM1293,2808.9h18.6v5.3h-18.6v-5.3ZM1311.7,2835.6v5.3h-18.6v-5.3h18.6ZM1311.7,2830.2h5.3v5.3h-5.3v-5.3Z"/> - <path d="M1331.4,2808.9v5.3h5.3v5.3h-5.3v10.7h5.3v5.3h-5.3v18.6h-5.3v-45.3h5.3ZM1336.7,2808.9h13.3v5.3h-13.3v-5.3ZM1350,2840.9h-13.3v-5.3h13.3v5.3ZM1355.3,2814.3v21.3h-5.3v-21.3h5.3Z"/> - <path d="M1368.8,2814.3v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM1368.8,2808.9h18.6v5.3h-18.6v-5.3ZM1387.4,2835.6v5.3h-18.6v-5.3h18.6ZM1387.4,2830.2h5.3v5.3h-5.3v-5.3Z"/> - <path d="M1406.1,2819.6h-5.3v-5.3h5.3v5.3ZM1400.8,2824.9h5.3v10.7h-5.3v-10.7ZM1406.1,2808.9h16v5.3h-16v-5.3ZM1422.1,2835.6h-5.3v-5.3h5.3v-5.3h-16v-5.3h16v-5.3h5.3v26.6h-5.3v-5.3h0ZM1406.1,2835.6h10.7v5.3h-10.7v-5.3Z"/> - <path d="M1438.3,2808.9v-8h5.3v8h10.7v5.3h-10.7v21.3h-5.3v-21.3h-5.3v-5.3h5.3ZM1454.3,2835.6v5.3h-10.7v-5.3h10.7Z"/> - <path d="M1480.6,2814.3v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM1480.6,2808.9h18.6v5.3h-18.6v-5.3ZM1499.3,2835.6v5.3h-18.6v-5.3h18.6ZM1499.3,2830.2h5.3v5.3h-5.3v-5.3Z"/> - <path d="M1512.7,2814.3h5.3v21.3h-5.3v-21.3ZM1518,2808.9h13.3v5.3h-13.3v-5.3ZM1518,2835.6h13.3v5.3h-13.3v-5.3ZM1542,2795.6v45.3h-5.3v-5.3h-5.3v-5.3h5.3v-10.7h-5.3v-5.3h5.3v-18.6h5.3Z"/> - <path d="M1552,2798.3h5.3v5.3h-5.3v-5.3ZM1552,2808.9h5.3v32h-5.3v-32Z"/> - <path d="M1569.3,2808.9v-8h5.3v8h10.7v5.3h-10.7v21.3h-5.3v-21.3h-5.3v-5.3h5.3ZM1585.3,2835.6v5.3h-10.7v-5.3h10.7Z"/> - <path d="M1268.3,2886.2h-5.3v-5.3h5.3v5.3ZM1263,2891.5h5.3v10.7h-5.3v-10.7ZM1268.3,2875.5h16v5.3h-16v-5.3ZM1284.3,2902.1h-5.3v-5.3h5.3v-5.3h-16v-5.3h16v-5.3h5.3v26.6h-5.3v-5.3h0ZM1268.3,2902.1h10.7v5.3h-10.7v-5.3Z"/> - <path d="M1299.2,2875.5h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM1309.8,2875.5h10.7v5.3h-10.7v-5.3ZM1325.8,2880.8v26.6h-5.3v-26.6h5.3Z"/> - <path d="M1334.4,2880.8h5.3v21.3h-5.3v-21.3ZM1339.7,2875.5h13.3v5.3h-13.3v-5.3ZM1339.7,2902.1h13.3v5.3h-13.3v-5.3ZM1363.7,2862.2v45.3h-5.3v-5.3h-5.3v-5.3h5.3v-10.7h-5.3v-5.3h5.3v-18.6h5.3Z"/> - <path d="M1392.4,2880.8v21.3h-5.3v-21.3h5.3ZM1408.3,2875.5v5.3h-16v-5.3h16ZM1408.3,2907.5h-16v-5.3h16v5.3ZM1413.7,2880.8v5.3h-5.3v-5.3h5.3ZM1413.7,2896.8v5.3h-5.3v-5.3h5.3Z"/> - <path d="M1421.3,2862.2h5.3v18.6h5.3v5.3h-5.3v21.3h-5.3v-45.3h0ZM1442.6,2875.5v5.3h-10.7v-5.3h10.7ZM1447.9,2880.8v26.6h-5.3v-26.6h5.3Z"/> - <path d="M1461.9,2880.8v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM1461.9,2875.5h18.6v5.3h-18.6v-5.3ZM1480.5,2902.1v5.3h-18.6v-5.3h18.6ZM1480.5,2896.8h5.3v5.3h-5.3v-5.3Z"/> - <path d="M1499.3,2880.8v21.3h-5.3v-21.3h5.3ZM1515.2,2875.5v5.3h-16v-5.3h16ZM1515.2,2907.5h-16v-5.3h16v5.3ZM1520.6,2880.8v5.3h-5.3v-5.3h5.3ZM1520.6,2896.8v5.3h-5.3v-5.3h5.3Z"/> - <path d="M1528.2,2862.2h5.3v26.6h10.7v5.3h-10.7v13.3h-5.3v-45.3h0ZM1549.5,2888.8h-5.3v-8h5.3v8ZM1549.5,2894.2v8h-5.3v-8h5.3ZM1554.9,2875.5v5.3h-5.3v-5.3h5.3ZM1554.9,2902.1v5.3h-5.3v-5.3h5.3Z"/> - </g> - <path class="st2" d="M1115.4,2762.4v58h19.3v19.3h-38.7v-77.4h19.4ZM1115.4,2743h87v19.3h-87v-19.3ZM1192.8,2907.5h-96.7v-19.3h96.7v19.3ZM1134.8,2801.1h58v19.3h-58v-19.3ZM1212.2,2820.4v67.7h-19.3v-67.7h19.3Z"/> - </g> - <polygon class="st2" points="647 2817.1 647 2858.3 660.9 2872.2 702.4 2872.2 702.4 2865.5 653.9 2817 647 2817.1"/> - <polygon class="st2" points="771.7 2775 771.7 2767.6 764.8 2767.6 764.8 2760.9 757.9 2760.9 757.9 2753.9 750.9 2753.9 750.9 2747.8 744 2747.8 744 2740.9 716.3 2740.9 716.3 2747.8 716.1 2747.8 716.1 2754.7 723.1 2754.7 723.1 2761.7 730 2761.7 730 2768.7 737.1 2768.7 737.1 2775.6 744 2775.6 744 2796.6 763.2 2796.6 763.2 2802.9 772.3 2802.9 772.3 2796.6 778.6 2796.6 778.6 2775 771.7 2775"/> - <polygon class="st6" points="764.8 2802.9 764.8 2796.3 757.8 2796.3 757.8 2789.3 750.9 2789.3 750.9 2782.4 744 2782.4 744 2775.5 737 2775.5 737 2768.6 730.1 2768.6 730.1 2761.6 723.2 2761.6 723.2 2754.7 716.3 2754.7 716.3 2747.8 709.3 2747.8 709.3 2754.7 702.4 2754.7 702.4 2761.6 695.5 2761.6 695.5 2768.6 688.6 2768.6 688.6 2775.5 681.6 2775.5 681.6 2782.4 674.7 2782.4 674.7 2789.3 667.8 2789.3 667.8 2796.3 660.9 2796.3 660.9 2803.2 653.9 2803.2 653.9 2810.1 647 2810.1 647 2817 653.9 2817 653.9 2824 660.9 2824 660.9 2830.9 667.8 2830.9 667.8 2831.5 674.7 2831.5 674.7 2844.8 681.6 2844.8 681.6 2844.7 688.6 2844.7 688.6 2851.7 688.5 2851.7 688.5 2858.6 695.5 2858.6 695.5 2858.6 695.5 2858.6 695.5 2865.5 702.4 2865.5 702.4 2872.2 709.3 2872.2 709.3 2865.2 716.3 2865.2 716.3 2858.3 723.2 2858.3 723.2 2851.4 723.2 2851.4 723.2 2851.4 730.1 2851.4 730.1 2844.5 730.1 2844.5 730.1 2844.5 737.1 2844.5 737.1 2837.5 737 2837.5 737.1 2837.5 744 2837.5 744 2830.6 744 2830.6 744 2830.6 750.9 2830.6 750.9 2823.7 757.8 2823.7 757.8 2816.8 764.8 2816.8 764.8 2810 764.8 2810 764.8 2809.8 771.7 2809.8 771.7 2802.9 764.8 2802.9"/> - <rect x="674.7" y="2837.8" width="6.9" height="6.9"/> - <rect x="681.6" y="2844.7" width="6.9" height="6.9"/> - <rect x="640.1" y="2817.1" width="6.9" height="6.9"/> - <rect x="640.1" y="2824" width="6.9" height="6.9"/> - <rect x="640.1" y="2830.9" width="6.9" height="6.9"/> - <rect x="640.1" y="2837.6" width="6.9" height="6.9"/> - <rect x="640.1" y="2844.5" width="6.9" height="6.9"/> - <rect x="640.1" y="2851.4" width="6.9" height="6.9"/> - <rect x="640.1" y="2858.3" width="6.9" height="6.9"/> - <rect x="640.1" y="2865.2" width="6.9" height="6.9"/> - <rect x="640.1" y="2872.2" width="6.9" height="6.9"/> - <rect x="647" y="2865.2" width="6.9" height="6.9"/> - <rect x="647" y="2858.3" width="6.9" height="6.9"/> - <rect x="653.9" y="2865.2" width="6.9" height="6.9"/> - <rect x="647" y="2872.2" width="6.9" height="6.9"/> - <rect x="653.9" y="2872.2" width="6.9" height="6.9"/> - <rect x="660.9" y="2872.2" width="6.9" height="6.9"/> - <rect x="667.8" y="2872.2" width="6.9" height="6.9"/> - <rect x="674.7" y="2872.2" width="6.9" height="6.9"/> - <rect x="681.6" y="2872.2" width="6.9" height="6.9"/> - <rect x="688.6" y="2872.2" width="6.9" height="6.9"/> - <rect x="695.5" y="2872.2" width="6.9" height="6.9"/> - <rect x="716.3" y="2740.9" width="6.9" height="6.9"/> - <rect x="674.7" y="2824" width="6.9" height="6.9"/> - <rect x="681.6" y="2817.1" width="6.9" height="6.9"/> - <rect x="688.6" y="2810.1" width="6.9" height="6.9"/> - <rect x="695.5" y="2803.2" width="6.9" height="6.9"/> - <rect x="702.4" y="2796.3" width="6.9" height="6.9"/> - <rect x="709.3" y="2789.3" width="6.9" height="6.9"/> - <rect x="688.6" y="2837.8" width="6.9" height="6.9"/> - <rect x="695.5" y="2830.9" width="6.9" height="6.9"/> - <rect x="702.4" y="2824" width="6.9" height="6.9"/> - <rect x="709.3" y="2817" width="6.9" height="6.9"/> - <rect x="771.7" y="2796" width="6.9" height="6.9"/> - <rect x="778.6" y="2782.6" width="6.9" height="13.6"/> - <rect x="723.2" y="2734.1" width="6.9" height="6.9"/> - <rect x="730.1" y="2734.1" width="6.9" height="6.9"/> - <rect x="737.1" y="2734.1" width="6.9" height="6.9"/> - <rect x="744" y="2741" width="6.9" height="6.9"/> - <rect x="750.9" y="2747.9" width="6.9" height="6.9"/> - <rect x="757.8" y="2754.9" width="6.9" height="6.9"/> - <rect x="764.8" y="2761.8" width="6.9" height="6.9"/> - <rect x="771.7" y="2768.7" width="6.9" height="6.9"/> - <rect x="778.6" y="2775.6" width="6.9" height="6.9"/> - <rect x="667.8" y="2830.9" width="6.9" height="6.9"/> - <rect x="716.3" y="2810.1" width="6.9" height="6.9"/> - <rect x="723.2" y="2803.2" width="6.9" height="6.9"/> - <rect x="730.1" y="2796.3" width="6.9" height="6.9"/> - <rect x="737.1" y="2789.3" width="6.9" height="6.9"/> - <rect x="744" y="2782.4" width="6.9" height="6.9"/> - <rect x="716.3" y="2782.4" width="6.9" height="6.9"/> - <rect x="723.2" y="2775.5" width="6.9" height="6.9"/> - <rect x="730.1" y="2768.6" width="6.9" height="6.9"/> - <g> - <g> - <path d="M408.9,3180.4h-5.3v-5.3h5.3v5.3ZM408.9,3191.1v5.3h-5.3v-5.3h5.3ZM408.9,3169.8h16v5.3h-16v-5.3ZM416.8,3180.4v5.3h-8v-5.3h8ZM408.9,3196.4h16v5.3h-16v-5.3ZM424.8,3185.7v5.3h-8v-5.3h8ZM430.2,3175.1v5.3h-5.3v-5.3h5.3ZM430.2,3191.1v5.3h-5.3v-5.3h5.3Z"/> - <path d="M437.9,3169.8h5.3v26.6h-5.3v-26.6ZM453.9,3201.7h-10.7v-5.3h10.7v5.3ZM459.2,3196.4h-5.3v-5.3h5.3v-21.3h5.3v32h-5.3v-5.3h0Z"/> - <path d="M479.8,3156.4v18.6h5.3v5.3h-5.3v10.7h5.3v5.3h-5.3v5.3h-5.3v-45.3h5.3ZM498.5,3169.8v5.3h-13.3v-5.3h13.3ZM498.5,3201.7h-13.3v-5.3h13.3v5.3ZM498.5,3175.1h5.3v21.3h-5.3v-21.3Z"/> - <path d="M512.8,3169.8h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM523.5,3169.8h10.7v5.3h-10.7v-5.3ZM544.8,3175.1v5.3h-5.3v21.3h-5.3v-26.6h10.7-.1ZM544.8,3169.8h10.7v5.3h-10.7v-5.3ZM560.8,3175.1v26.6h-5.3v-26.6h5.3Z"/> - <path d="M570.3,3159.1h5.3v5.3h-5.3v-5.3ZM570.3,3169.8h5.3v32h-5.3v-32Z"/> - <path d="M587.6,3169.8v-8h5.3v8h10.7v5.3h-10.7v21.3h-5.3v-21.3h-5.3v-5.3h5.3ZM603.6,3196.4v5.3h-10.7v-5.3h10.7Z"/> - <path d="M402,3241.7v-5.3h5.3v-8h5.3v8h10.7v5.3h-10.7v26.6h-5.3v-26.6h-5.3ZM412.6,3223h10.7v5.3h-10.7v-5.3Z"/> - <path d="M433.7,3241.7v21.3h-5.3v-21.3h5.3ZM433.7,3236.3h18.6v5.3h-18.6v-5.3ZM433.7,3263h18.6v5.3h-18.6v-5.3ZM457.6,3241.7v21.3h-5.3v-21.3h5.3Z"/> - <path d="M466.7,3236.3h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM477.4,3236.3h8v5.3h-8v-5.3Z"/> - <path d="M505.3,3236.3h5.3v5.3h5.3v5.3h-5.3v21.3h-5.3v-32h0ZM516,3236.3h8v5.3h-8v-5.3Z"/> - <path d="M534.3,3241.7v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM534.3,3236.3h18.6v5.3h-18.6v-5.3ZM553,3263v5.3h-18.6v-5.3h18.6ZM553,3257.6h5.3v5.3h-5.3v-5.3Z"/> - <path d="M565.6,3236.3h5.3v10.7h-5.3v-10.7ZM570.9,3247h5.3v13.3h-5.3v-13.3ZM581.5,3260.3v8h-5.3v-8h5.3ZM586.9,3260.3h-5.3v-13.3h5.3v13.3ZM592.2,3236.3v10.7h-5.3v-10.7h5.3Z"/> - <path d="M600.4,3225.7h5.3v5.3h-5.3v-5.3ZM600.4,3236.3h5.3v32h-5.3v-32Z"/> - <path d="M620.1,3241.7v8h18.6v-8h5.3v13.3h-24v8h-5.3v-21.3h5.4ZM620.1,3236.3h18.6v5.3h-18.6v-5.3ZM638.7,3263v5.3h-18.6v-5.3h18.6ZM638.7,3257.6h5.3v5.3h-5.3v-5.3Z"/> - <path d="M656.6,3236.3v10.7h-5.3v-10.7h5.3ZM662,3247v13.3h-5.3v-13.3h5.3ZM667.3,3260.3v8h-5.3v-8h5.3ZM667.3,3247h5.3v13.3h-5.3v-13.3ZM677.9,3236.3v10.7h-5.3v-10.7h5.3ZM683.3,3247v13.3h-5.3v-13.3h5.3ZM688.6,3260.3v8h-5.3v-8h5.3ZM688.6,3247h5.3v13.3h-5.3v-13.3ZM693.9,3236.3h5.3v10.7h-5.3v-10.7Z"/> - </g> - <path class="st2" d="M247.4,3123.3v58h19.3v19.3h-19.3v48.4h-19.3v-125.7h19.3ZM247.4,3104h77.4v19.3h-77.4v-19.3ZM324.8,3249v19.3h-77.4v-19.3h77.4ZM266.8,3162h58v19.3h-58v-19.3ZM344.1,3123.3v19.3h-19.3v-19.3h19.3ZM324.8,3181.3h19.3v67.7h-19.3v-67.7Z"/> - </g> - <polygon class="st2" points="574.7 2722.5 574.7 2886.1 422.8 2886.1 422.8 2682.7 534.9 2682.7 534.9 2689.4 541.5 2689.4 541.5 2696 548.1 2696 548.1 2702.6 554.8 2702.6 554.8 2709.3 561.4 2709.3 561.4 2715.9 568 2715.9 568 2722.5 574.7 2722.5"/> - <rect x="416.2" y="2682.7" width="6.6" height="203.3"/> - <rect x="574.7" y="2735.8" width="6.6" height="150.3"/> - <rect x="422.8" y="2886" width="151.9" height="6.6"/> - <rect x="422.8" y="2676.1" width="98.8" height="6.6"/> - <polygon class="st6" points="581.3 2729.2 581.3 2735.8 521.6 2735.8 521.6 2676.1 528.2 2676.1 528.2 2682.7 534.9 2682.7 534.9 2689.4 541.5 2689.4 541.5 2696 548.1 2696 548.1 2702.6 554.8 2702.6 554.8 2709.3 561.4 2709.3 561.4 2715.9 568 2715.9 568 2722.5 574.7 2722.5 574.7 2729.2 581.3 2729.2"/> - <rect x="449.3" y="2760.4" width="98.8" height="6.6"/> - <rect x="449.3" y="2782.6" width="98.8" height="6.6"/> - <rect x="449.3" y="2804.8" width="98.8" height="6.6"/> - <rect x="449.3" y="2827" width="98.8" height="6.6"/> - <g> - <rect x="400.6" y="2698.3" width="15.6" height="6.6"/> - <rect x="394" y="2704.9" width="6.6" height="203.3"/> - <rect x="400.6" y="2908.3" width="151.9" height="6.6"/> - <rect x="552.5" y="2892.7" width="6.6" height="15.6"/> - </g> - <g> - <rect x="378.4" y="2720.5" width="15.6" height="6.6"/> - <rect x="371.7" y="2727.1" width="6.6" height="203.3"/> - <rect x="378.4" y="2930.5" width="151.9" height="6.6"/> - <rect x="530.3" y="2914.9" width="6.6" height="15.6"/> - </g> - <polygon class="st2" points="422.8 2892.7 422.8 2886.1 416.2 2886.1 416.2 2704.9 400.6 2704.9 400.6 2892.7 400.6 2908.3 400.6 2908.3 552.5 2908.3 552.5 2892.7 422.8 2892.7"/> - <polygon class="st2" points="400.6 2914.9 400.6 2908.3 394 2908.3 394 2727.1 378.4 2727.1 378.4 2914.9 378.4 2930.5 378.4 2930.5 530.3 2930.5 530.3 2914.9 400.6 2914.9"/> - <rect class="st2" x="1268" y="665.7" width="75" height="433.5"/> - <rect class="st2" x="446.8" y="1241.3" width="75" height="191.3"/> - <rect class="st2" x="1118.1" y="1037.3" width="224.9" height="75"/> - <rect class="st2" x="1259.6" y="1809.4" width="75" height="193.2"/> - <rect class="st2" x="618.5" y="2002.5" width="75" height="105.3"/> - <rect class="st2" x="624.6" y="2455.1" width="75" height="174.1"/> - <rect class="st2" x="618.5" y="1927.6" width="716.1" height="75"/> - <rect class="st2" x="826.2" y="1610.6" width="152.2" height="75"/> - <rect class="st2" x="843" y="2798.8" width="135.4" height="75"/> - <rect class="st2" x="228.1" y="3360.3" width="75" height="101.4"/> - <rect class="st2" x="228.1" y="3451.3" width="731.9" height="75"/> - <g> - <polygon class="st2" points="1697.6 1606.2 1697.6 1618.8 1684.8 1618.8 1684.8 1625.2 1659.2 1625.3 1659.2 1631.7 1646.4 1631.7 1646.4 1638.1 1633.8 1638.1 1633.8 1644.5 1621 1644.5 1621 1650.9 1608.2 1650.9 1608.2 1657.3 1589 1657.3 1589 1650.9 1576.2 1650.9 1576.2 1644.5 1563.6 1644.5 1563.6 1638.1 1550.8 1638.1 1550.8 1631.7 1538 1631.7 1538 1625.3 1525.2 1625.3 1525.2 1618.9 1512.4 1618.9 1512.4 1612.5 1499.6 1612.5 1499.6 1606.2 1467.6 1606.2 1467.6 1480 1474 1480 1474 1422.5 1499.6 1422.5 1499.6 1428.9 1512.4 1428.9 1512.4 1435.2 1525.1 1435.2 1525.1 1441.6 1538 1441.6 1538 1448 1550.8 1448 1550.8 1454.4 1563.6 1454.4 1563.6 1460.8 1576.2 1460.8 1576.2 1473.6 1575.9 1473.6 1595.4 1473.6 1595.4 1480 1603 1480 1603 1473.6 1621 1473.6 1621 1460.8 1634.8 1460.8 1634.8 1454.4 1647.6 1454.4 1647.6 1448 1660.3 1448 1660.3 1441.6 1673.2 1441.6 1673.2 1435.2 1685.9 1435.2 1685.9 1428.9 1698.8 1428.9 1698.8 1422.5 1724.3 1422.5 1724.3 1473.6 1724 1473.6 1724.3 1473.6 1724.3 1480 1729.6 1480 1729.6 1606.2 1697.6 1606.2"/> - <g> - <rect x="1595.4" y="1486.4" width="6.4" height="183.8"/> - <rect x="1595.4" y="1480" width="6.4" height="6.4"/> - <g> - <rect x="1582.6" y="1467.2" width="6.4" height="6.4"/> - <rect x="1576.2" y="1467.2" width="6.4" height="6.4"/> - <rect x="1569.8" y="1460.8" width="6.4" height="6.4"/> - <rect x="1563.4" y="1460.8" width="6.4" height="6.4"/> - <rect x="1557.2" y="1454.4" width="6.4" height="6.4"/> - <rect x="1550.8" y="1454.4" width="6.4" height="6.4"/> - <rect x="1544.4" y="1448" width="6.4" height="6.4"/> - <rect x="1538" y="1448" width="6.4" height="6.4"/> - <rect x="1531.6" y="1441.6" width="6.4" height="6.4"/> - <rect x="1525.2" y="1441.6" width="6.4" height="6.4"/> - <rect x="1518.8" y="1435.2" width="6.4" height="6.4"/> - <rect x="1512.4" y="1435.2" width="6.4" height="6.4"/> - <rect x="1506" y="1428.9" width="6.4" height="6.4"/> - <rect x="1499.6" y="1428.9" width="6.4" height="6.4"/> - <rect x="1493.2" y="1422.5" width="6.4" height="6.4"/> - <rect x="1486.8" y="1422.5" width="6.4" height="6.4"/> - <rect x="1480.4" y="1416.1" width="6.4" height="6.4"/> - <rect x="1474" y="1416.1" width="6.4" height="6.4"/> - <rect x="1582.6" y="1650.8" width="6.4" height="6.4"/> - <rect x="1576.2" y="1650.8" width="6.4" height="6.4"/> - <rect x="1569.8" y="1644.4" width="6.4" height="6.4"/> - <rect x="1563.4" y="1644.4" width="6.4" height="6.4"/> - <rect x="1557.2" y="1638" width="6.4" height="6.4"/> - <rect x="1550.8" y="1638" width="6.4" height="6.4"/> - <rect x="1544.4" y="1631.6" width="6.4" height="6.4"/> - <rect x="1538" y="1631.6" width="6.4" height="6.4"/> - <rect x="1531.6" y="1625.2" width="6.4" height="6.4"/> - <rect x="1525.2" y="1625.2" width="6.4" height="6.4"/> - <rect x="1518.8" y="1618.8" width="6.4" height="6.4"/> - <rect x="1512.4" y="1618.8" width="6.4" height="6.4"/> - <rect x="1506" y="1612.5" width="6.4" height="6.4"/> - <rect x="1499.6" y="1612.5" width="6.4" height="6.4"/> - <rect x="1493.2" y="1606.1" width="6.4" height="6.4"/> - <rect x="1486.8" y="1606.1" width="6.4" height="6.4"/> - <rect x="1480.4" y="1599.7" width="6.4" height="6.4"/> - <rect x="1474" y="1599.7" width="6.4" height="6.4"/> - <rect x="1589" y="1473.6" width="6.4" height="6.4"/> - <rect x="1589" y="1657.4" width="6.4" height="6.4"/> - <rect x="1467.6" y="1416.1" width="6.4" height="190.1"/> - </g> - <g> - <rect x="1608.2" y="1467.2" width="6.4" height="6.4"/> - <rect x="1614.6" y="1467.2" width="6.4" height="6.4"/> - <rect x="1621" y="1460.8" width="6.4" height="6.4"/> - <rect x="1627.4" y="1460.8" width="6.4" height="6.4"/> - <rect x="1633.6" y="1454.4" width="6.4" height="6.4"/> - <rect x="1640" y="1454.4" width="6.4" height="6.4"/> - <rect x="1646.4" y="1448" width="6.4" height="6.4"/> - <rect x="1652.8" y="1448" width="6.4" height="6.4"/> - <rect x="1659.2" y="1441.6" width="6.4" height="6.4"/> - <rect x="1665.6" y="1441.6" width="6.4" height="6.4"/> - <rect x="1672" y="1435.2" width="6.4" height="6.4"/> - <rect x="1678.4" y="1435.2" width="6.4" height="6.4"/> - <rect x="1684.8" y="1428.9" width="6.4" height="6.4"/> - <rect x="1691.2" y="1428.9" width="6.4" height="6.4"/> - <rect x="1697.6" y="1422.5" width="6.4" height="6.4"/> - <rect x="1704" y="1422.5" width="6.4" height="6.4"/> - <rect x="1710.4" y="1416.1" width="6.4" height="6.4"/> - <rect x="1716.8" y="1416.1" width="6.4" height="6.4"/> - <rect x="1608.2" y="1650.8" width="6.4" height="6.4"/> - <rect x="1614.6" y="1650.8" width="6.4" height="6.4"/> - <rect x="1621" y="1644.4" width="6.4" height="6.4"/> - <rect x="1627.4" y="1644.4" width="6.4" height="6.4"/> - <rect x="1633.6" y="1638" width="6.4" height="6.4"/> - <rect x="1640" y="1638" width="6.4" height="6.4"/> - <rect x="1646.4" y="1631.6" width="6.4" height="6.4"/> - <rect x="1652.8" y="1631.6" width="6.4" height="6.4"/> - <rect x="1659.2" y="1625.2" width="6.4" height="6.4"/> - <rect x="1665.6" y="1625.2" width="6.4" height="6.4"/> - <rect x="1672" y="1618.8" width="6.4" height="6.4"/> - <rect x="1678.4" y="1618.8" width="6.4" height="6.4"/> - <rect x="1684.8" y="1612.5" width="6.4" height="6.4"/> - <rect x="1691.2" y="1612.5" width="6.4" height="6.4"/> - <rect x="1697.6" y="1606.1" width="6.4" height="6.4"/> - <rect x="1704" y="1606.1" width="6.4" height="6.4"/> - <rect x="1710.4" y="1599.7" width="6.4" height="6.4"/> - <rect x="1716.8" y="1599.7" width="6.4" height="6.4"/> - <rect x="1601.8" y="1473.6" width="6.4" height="6.4"/> - <rect x="1601.8" y="1657.4" width="6.4" height="6.4"/> - <rect x="1723.2" y="1554.1" width="6.4" height="52.1"/> - <rect x="1723.2" y="1416.1" width="6.4" height="149.2"/> - </g> - <g> - <g> - <rect x="1569.8" y="1513" width="6.4" height="6.4"/> - <rect x="1563.4" y="1513" width="6.4" height="6.4"/> - <rect x="1557.2" y="1506.6" width="6.4" height="6.4"/> - <rect x="1550.8" y="1506.6" width="6.4" height="6.4"/> - <rect x="1544.4" y="1500.2" width="6.4" height="6.4"/> - <rect x="1538" y="1500.2" width="6.4" height="6.4"/> - <rect x="1531.6" y="1493.8" width="6.4" height="6.4"/> - <rect x="1525.2" y="1493.8" width="6.4" height="6.4"/> - <rect x="1518.8" y="1487.4" width="6.4" height="6.4"/> - <rect x="1512.4" y="1487.4" width="6.4" height="6.4"/> - <rect x="1506" y="1481.1" width="6.4" height="6.4"/> - <rect x="1499.6" y="1481.1" width="6.4" height="6.4"/> - </g> - <g> - <rect x="1569.8" y="1538.7" width="6.4" height="6.4"/> - <rect x="1563.4" y="1538.7" width="6.4" height="6.4"/> - <rect x="1557.2" y="1532.3" width="6.4" height="6.4"/> - <rect x="1550.8" y="1532.3" width="6.4" height="6.4"/> - <rect x="1544.4" y="1525.9" width="6.4" height="6.4"/> - <rect x="1538" y="1525.9" width="6.4" height="6.4"/> - <rect x="1531.6" y="1519.5" width="6.4" height="6.4"/> - <rect x="1525.2" y="1519.5" width="6.4" height="6.4"/> - <rect x="1518.8" y="1513.1" width="6.4" height="6.4"/> - <rect x="1512.4" y="1513.1" width="6.4" height="6.4"/> - <rect x="1506" y="1506.8" width="6.4" height="6.4"/> - <rect x="1499.6" y="1506.8" width="6.4" height="6.4"/> - </g> - <g> - <rect x="1569.8" y="1564.4" width="6.4" height="6.4"/> - <rect x="1563.4" y="1564.4" width="6.4" height="6.4"/> - <rect x="1557.2" y="1558" width="6.4" height="6.4"/> - <rect x="1550.8" y="1558" width="6.4" height="6.4"/> - <rect x="1544.4" y="1551.6" width="6.4" height="6.4"/> - <rect x="1538" y="1551.6" width="6.4" height="6.4"/> - <rect x="1531.6" y="1545.2" width="6.4" height="6.4"/> - <rect x="1525.2" y="1545.2" width="6.4" height="6.4"/> - <rect x="1518.8" y="1538.8" width="6.4" height="6.4"/> - <rect x="1512.4" y="1538.8" width="6.4" height="6.4"/> - <rect x="1506" y="1532.5" width="6.4" height="6.4"/> - <rect x="1499.6" y="1532.5" width="6.4" height="6.4"/> - </g> - <g> - <rect x="1569.8" y="1590.1" width="6.4" height="6.4"/> - <rect x="1563.4" y="1590.1" width="6.4" height="6.4"/> - <rect x="1557.2" y="1583.7" width="6.4" height="6.4"/> - <rect x="1550.8" y="1583.7" width="6.4" height="6.4"/> - <rect x="1544.4" y="1577.3" width="6.4" height="6.4"/> - <rect x="1538" y="1577.3" width="6.4" height="6.4"/> - <rect x="1531.6" y="1570.9" width="6.4" height="6.4"/> - <rect x="1525.2" y="1570.9" width="6.4" height="6.4"/> - <rect x="1518.8" y="1564.5" width="6.4" height="6.4"/> - <rect x="1512.4" y="1564.5" width="6.4" height="6.4"/> - <rect x="1506" y="1558.2" width="6.4" height="6.4"/> - <rect x="1499.6" y="1558.2" width="6.4" height="6.4"/> - </g> - </g> - </g> - <g> - <rect x="1642.8" y="1572.8" width="5.6" height="5.6"/> - <rect x="1676.4" y="1572.8" width="5.6" height="5.6"/> - <rect x="1670.8" y="1584" width="5.6" height="5.6"/> - <rect x="1648.4" y="1584" width="5.6" height="5.6"/> - <rect x="1642.8" y="1567.2" width="39.2" height="5.6"/> - <rect x="1642.8" y="1578.4" width="39.2" height="5.6"/> - <polygon class="st6" points="1693.2 1511.2 1693.2 1505.6 1687.6 1505.6 1687.6 1500 1682 1500 1682 1494.4 1676.4 1494.4 1676.4 1488.8 1648.4 1488.8 1648.4 1494.4 1642.8 1494.4 1642.8 1500 1637.2 1500 1637.2 1505.6 1631.6 1505.6 1631.6 1511.2 1626 1511.2 1626 1544.8 1631.6 1544.8 1631.6 1544.7 1631.6 1544.8 1631.6 1544.8 1631.6 1550.4 1637.2 1550.4 1637.2 1556 1642.8 1556 1642.8 1556 1642.8 1556 1642.8 1556 1642.8 1567.2 1682 1567.2 1682 1561.6 1682 1561.6 1682 1556 1687.6 1556 1687.6 1550.4 1687.6 1550.4 1693.2 1550.4 1693.2 1544.8 1698.8 1544.8 1698.8 1511.2 1693.2 1511.2"/> - <rect x="1659.6" y="1589.6" width="5.6" height="5.6"/> - <rect x="1665.2" y="1589.6" width="5.6" height="5.6"/> - <rect x="1654" y="1589.6" width="5.6" height="5.6"/> - <rect x="1654" y="1544.8" width="5.6" height="5.6"/> - <rect x="1665.2" y="1544.8" width="5.6" height="5.6"/> - <rect x="1654" y="1550.4" width="5.6" height="5.6"/> - <rect x="1654" y="1556" width="5.6" height="5.6"/> - <rect x="1654" y="1561.6" width="5.6" height="5.6"/> - <rect x="1665.2" y="1550.4" width="5.6" height="5.6"/> - <rect x="1665.2" y="1556" width="5.6" height="5.6"/> - <rect x="1665.2" y="1561.6" width="5.6" height="5.6"/> - <rect x="1648.4" y="1539.2" width="5.6" height="5.6"/> - <rect x="1642.8" y="1533.6" width="5.6" height="5.6"/> - <rect x="1670.8" y="1539.2" width="5.6" height="5.6"/> - <rect x="1676.4" y="1533.6" width="5.6" height="5.6"/> - <rect x="1642.8" y="1528" width="5.6" height="5.6"/> - <rect x="1654" y="1528" width="5.6" height="5.6"/> - <rect x="1665.2" y="1528" width="5.6" height="5.6"/> - <rect x="1648.4" y="1522.4" width="5.6" height="5.6"/> - <rect x="1659.6" y="1522.4" width="5.6" height="5.6"/> - <rect x="1670.8" y="1522.4" width="5.6" height="5.6"/> - <rect x="1676.4" y="1528" width="5.6" height="5.6"/> - </g> - </g> - <g> - <path class="st4" d="M894.4,2352.2l-21.5-6c-5.9-1.7-10.7-6.1-12.9-11.9l-44.2-120c-4.6-12.6,4.7-25.9,18-25.9h0l60.5,163.8h.1Z"/> - <polygon class="st1" points="1231.4 2355.3 895.4 2355.3 833.9 2188.4 1169.8 2188.4 1231.4 2355.3"/> - <line class="st5" x1="956" y1="2355.3" x2="894.5" y2="2188.4"/> - <line class="st5" x1="968.1" y1="2261.2" x2="1153.4" y2="2261.2"/> - <line class="st5" x1="980.2" y1="2285.4" x2="1165.6" y2="2285.4"/> - <line class="st5" x1="992.4" y1="2309.6" x2="1177.7" y2="2309.6"/> - <path class="st4" d="M894.4,2352.2h381.3c26.4,0,43.7,18,58.8,48.1h-422.6l-17.6-48.1h0Z"/> - <polygon class="st2" points="1290.3 2162.4 1290.3 2156.3 1172.4 2156.3 1172.4 2162.4 1166.4 2162.4 1166.4 2230.8 1172.4 2230.8 1172.4 2236.9 1258.3 2236.9 1258.3 2248.7 1271.6 2248.7 1271.6 2236.9 1290.3 2236.9 1290.3 2230.8 1296.3 2230.8 1296.3 2162.4 1290.3 2162.4"/> - <g> - <rect x="1290.3" y="2156.4" width="6" height="6"/> - <rect x="1240.4" y="2212.6" width="6" height="6"/> - <rect x="1228.4" y="2212.6" width="6" height="6"/> - <rect x="1216.4" y="2212.6" width="6" height="6"/> - <rect x="1290.3" y="2230.8" width="6" height="6"/> - <rect x="1265.7" y="2242.7" width="6" height="6"/> - <rect x="1259.7" y="2248.7" width="6" height="6"/> - <rect x="1253.7" y="2236.7" width="6" height="23.9"/> - <rect x="1166.6" y="2156.4" width="6" height="6"/> - <rect x="1172.5" y="2150.4" width="117.8" height="6"/> - <rect x="1271.6" y="2236.7" width="18.7" height="6"/> - <rect x="1172.4" y="2236.7" width="81.3" height="6"/> - <rect x="1296.3" y="2162.4" width="6" height="68.4"/> - <rect x="1166.4" y="2230.8" width="6" height="6"/> - <rect x="1160.4" y="2162.4" width="6" height="68.4"/> - </g> - <g> - <path d="M956.3,2221.6h3.1l.9,2.5h3.1l.9,2.5h-3.1l3.7,10.1h-3.1l-5.5-15.1h0ZM962.5,2221.6h6.2l.9,2.5h-6.2l-.9-2.5ZM975.9,2224.1l.9,2.5h-3.1l3.7,10.1h-3.1l-4.6-12.6h6.2,0ZM975,2221.6h6.2l.9,2.5h-6.2l-.9-2.5ZM985.2,2224.1l4.6,12.6h-3.1l-4.6-12.6h3.1Z"/> - <path d="M991.9,2221.6l2.7,7.5h-3.1l-2.7-7.5h3.1ZM995.6,2240.4h6.2l.9,2.5h-6.2l-.9-2.5ZM997.7,2229.1l2.3,6.3h-3.1l-2.3-6.3h3.1ZM1003.1,2235.4l1.8,5h-3.1l-1.8-5h3.1ZM1003.9,2229.1l2.3,6.3h-3.1l-2.3-6.3h3.1ZM1004.3,2221.6l2.7,7.5h-3.1l-2.7-7.5h3.1Z"/> - <path d="M1016.4,2221.6h3.1l1.8,5h-3.1l-1.8-5ZM1021.3,2226.6h3.1l2.3,6.3h-3.1l-2.3-6.3h0ZM1029.8,2232.9l1.4,3.8h-3.1l-1.4-3.8h3.1ZM1032.9,2232.9h-3.1l-2.3-6.3h3.1l2.3,6.3ZM1031.9,2221.6l1.8,5h-3.1l-1.8-5h3.1Z"/> - <path d="M1040,2224.1l1.4,3.8h10.9l-1.4-3.8h3.1l2.3,6.3h-14l1.4,3.8h-3.1l-3.7-10.1h3.1,0ZM1039.1,2221.6h10.9l.9,2.5h-10.9l-.9-2.5ZM1054.5,2234.1l.9,2.5h-10.9l-.9-2.5h10.9ZM1053.6,2231.6h3.1l.9,2.5h-3.1l-.9-2.5Z"/> - <path d="M1058.3,2221.6h3.1l.9,2.5h3.1l.9,2.5h-3.1l3.7,10.1h-3.1l-5.5-15.1ZM1064.6,2221.6h4.7l.9,2.5h-4.7l-.9-2.5Z"/> - <path d="M1076.8,2226.6h-3.1l-.9-2.5h3.1l.9,2.5ZM1078.6,2231.6l.9,2.5h-3.1l-.9-2.5h3.1ZM1075,2221.6h9.3l.9,2.5h-9.3l-.9-2.5ZM1081.5,2226.6l.9,2.5h-4.7l-.9-2.5h4.7ZM1079.5,2234.1h9.3l.9,2.5h-9.3l-.9-2.5ZM1087,2229.1l.9,2.5h-4.7l-.9-2.5h4.7ZM1088.3,2224.1l.9,2.5h-3.1l-.9-2.5h3.1ZM1091.1,2231.6l.9,2.5h-3.1l-.9-2.5h3.1Z"/> - <path d="M1090.4,2216.5h3.1l.9,2.5h-3.1l-.9-2.5ZM1092.2,2221.6h3.1l5.5,15.1h-3.1l-5.5-15.1Z"/> - <path d="M1104.6,2224.1l3.7,10.1h-3.1l-3.7-10.1h3.1ZM1103.7,2221.6h10.9l.9,2.5h-10.9l-.9-2.5ZM1108.2,2234.1h10.9l.9,2.5h-10.9l-.9-2.5ZM1118.6,2224.1l3.7,10.1h-3.1l-3.7-10.1h3.1Z"/> - <path d="M1122.9,2221.6h3.1l.9,2.5h3.1l.9,2.5h-3.1l3.7,10.1h-3.1l-5.5-15.1ZM1129.2,2221.6h6.2l.9,2.5h-6.2l-.9-2.5ZM1139.4,2224.1l4.6,12.6h-3.1l-4.6-12.6h3.1Z"/> - </g> - </g> - <g> - <path class="st6" d="M1196.2,3228.3l-22.9-9.8,22.9,9.8,3.6,1.5h0l-3.6-1.6h0ZM1229.7,3398.8c-17.9,14.3-36.5,29.2-51.4,35.2-10.5,4.2-13.1,2.2-17.3-1.2-.2-.1-15.3-18.8,4.7-100.4,5.3-21.5,11.9-42.3,17.8-59.5,7.4-21.5,13.9-37.3,15.8-41.7.3-.7.5-1.1.5-1.2l-3.6-1.5-22.9-9.8h0l-14.8-6.3-41.2-17.7c-.4.8-3.8,8.9-8.7,21.8-2.8,7.3-6.1,16.3-9.6,26.4-6.7,19.3-14.1,42.8-20.2,67.5-9.2,37.2-13.6,69.8-13.1,97,.8,42.9,13.8,75,38.7,95.2,14.9,12.1,36.4,23.8,64.2,23.8s27.5-2.6,43.3-9c27-10.9,50.8-29.9,73.8-48.3,13.1-10.5,25.5-20.3,36.5-27.1,11.5-7,15.9-7.1,16-7.1l3.3-89.7c-42.6-1.6-77.8,26.5-111.8,53.7h0Z"/> - <path class="st6" d="M1370.6,3438.6l122.3-79.8c.9-.7,2.2-.9,3.3-.3,25.4,12.5,31,39.7,26.4,65-4.4,24.4-30.5,52.5-70.6,52.8-40,.3-82.5-36.8-81.5-37.6h0Z"/> - <circle cx="1114.2" cy="3268.3" r="4.6"/> - <circle cx="1156.7" cy="3496.3" r="4.6"/> - <path d="M1199.3,3231.1c-1.8,4.4-8.3,20.2-15.8,41.7l-84.6-30.2c3.5-10.1,6.8-19.1,9.6-26.4l64.7,2.3h0l13.5.5c1.2,2.8,5.5,6,9.4,9.3h0c1.1.9,2.1,1.8,3,2.8h.2Z"/> - <ellipse cx="1503.8" cy="3407.4" rx="6.3" ry="11.6" transform="translate(-547.2 298.5) rotate(-9.6)"/> - <circle cx="1497.9" cy="3379.2" r="4.6"/> - <ellipse cx="1122.2" cy="3481.2" rx="6.3" ry="11.6" transform="translate(-1590.3 1027.5) rotate(-30)"/> - <polygon class="st2" points="1424.3 3434.8 1248.7 3434.8 1248.7 3199.8 1370.6 3199.8 1384.1 3234.3 1424.3 3249.6 1424.3 3434.8"/> - <g> - <rect x="1241" y="3199.8" width="7.7" height="235"/> - <rect x="1424.3" y="3261.1" width="7.7" height="173.7"/> - <rect x="1248.7" y="3434.8" width="175.6" height="7.7"/> - <rect x="1248.7" y="3192.1" width="114.2" height="7.7"/> - <rect class="st6" x="1362.9" y="3192.1" width="7.7" height="61.3"/> - <rect class="st6" x="1370.6" y="3199.8" width="7.7" height="7.7"/> - <rect class="st6" x="1370.6" y="3207.4" width="15.3" height="7.7"/> - <rect class="st6" x="1370.6" y="3215.1" width="23" height="7.7"/> - <rect class="st6" x="1370.6" y="3222.8" width="30.7" height="7.7"/> - <rect class="st6" x="1370.6" y="3230.4" width="38.3" height="7.7"/> - <rect class="st6" x="1370.6" y="3238.1" width="46" height="7.7"/> - <rect class="st6" x="1370.6" y="3245.8" width="53.7" height="7.7"/> - <rect class="st6" x="1362.9" y="3253.4" width="69" height="7.7"/> - </g> - <path class="st6" d="M1398.7,3356.3c.8-3.1,3.2-5.6,7.2-7.4,17.2-7.9,65.3-2.8,90.3,9.6,1.5.8,2.2,2.6,1.4,4.1-.7,1.4-2.3,2-3.7,1.6l-16.2,49.3c.6,1.1,1.2,2.2,1.5,3.2.4,1.3,0,2.7-1.1,3.5-.2.2-.5.3-.8.4-1.6.5-3.4-.3-3.9-1.9-2.8-8.4-21.2-19-37.4-28.2-21.5-12.3-40.1-23-37.2-34.1h-.1Z"/> - <path class="st5" d="M1480.6,3425.6c-2.6-17.1-28.5-25.9-44.7-35.2-21.5-12.3-40.1-23-37.2-34.1.8-3.1,3.2-5.6,7.2-7.4,7.8-3.6,22-4.5,37.4-3.2"/> - <path class="st4" d="M1268.8,3158c5.9,37.5-63,79.6-89.8,83.9-27.1,4.3-105.4-14.5-111.4-52-5.9-37.5-14-67.4,89.8-83.9,95.7-15.1,105.4,14.5,111.4,52Z"/> - <circle cx="1158.6" cy="3164.4" r="4.9"/> - <circle cx="1171.4" cy="3162.7" r="4.9"/> - <path class="st3" d="M1241.7,3146.6h0c-3.4,16.5-11.5,27.3-21.9,28.9l-100.1,15.8c-10.3,1.6-21.4-6.1-29.7-20.8h0"/> - <g> - <path class="st2" d="M1177.3,3144.7c4,2.9,8.6,4.9,13.6,5.7,1.3.2,2.5.3,3.8.4,1.8,0,3.6,0,5.4-.2.5,0,1.1-.2,1.6-.2,17.4-3.1,29-19.8,25.9-37.1-.8-4.3-2.4-8.3-4.6-11.7-.4-.6-.8-1.2-1.3-1.8-1.5-2-3.2-3.8-5.1-5.4-.6-.5-1.2-1-1.8-1.4-6.8-4.9-15.5-7.1-24.3-5.5-17.4,3.1-29,19.7-25.9,37.1,1.5,8.5,6.2,15.5,12.7,20.2h0Z"/> - <path class="st5" d="M1164.7,3124.5c1.5,8.5,6.2,15.5,12.7,20.2,6.8,4.9,15.5,7.2,24.5,5.6,17.4-3.1,29-19.7,25.9-37.1-1.5-8.5-6.3-15.6-12.8-20.3-6.8-4.9-15.5-7.1-24.3-5.5-17.4,3.1-29,19.7-25.9,37.1h0Z"/> - <path d="M1196.5,3146.5c1.1,1.5,2.4,2.9,3.7,4.1.5,0,1.1-.2,1.6-.2,17.4-3.1,29-19.8,25.9-37.1-.8-4.3-2.4-8.3-4.6-11.7-.4-.6-.8-1.2-1.3-1.8-6.8-.5-13.7,1.4-19.6,5.8-12.9,9.7-15.5,28.1-5.7,41h0Z"/> - </g> - <g> - <path class="st2" d="M1093.2,3137.3c1.5,8.5,6.2,15.5,12.7,20.2,6.8,4.9,15.5,7.2,24.5,5.6,17.4-3.1,29-19.7,25.9-37.1-1.5-8.5-6.3-15.6-12.8-20.3-6.8-4.9-15.5-7.1-24.3-5.5-17.4,3.1-29,19.7-25.9,37.1h0Z"/> - <path class="st5" d="M1093.2,3137.3c1.5,8.5,6.2,15.5,12.7,20.2,6.8,4.9,15.5,7.2,24.5,5.6,17.4-3.1,29-19.7,25.9-37.1-1.5-8.5-6.3-15.6-12.8-20.3-6.8-4.9-15.5-7.1-24.3-5.5-17.4,3.1-29,19.7-25.9,37.1h0Z"/> - <path d="M1124.7,3159.3c1.1,1.5,2.4,2.9,3.7,4.1.5,0,1.1-.2,1.6-.2,17.4-3.1,29-19.8,25.9-37.1-.8-4.3-2.4-8.3-4.6-11.7-.4-.6-.8-1.2-1.3-1.8-6.8-.5-13.7,1.4-19.6,5.8-12.9,9.7-15.5,28.1-5.7,41h0Z"/> - </g> - <g> - <line class="st3" x1="1212.3" y1="3177.8" x2="1217" y2="3200.4"/> - <polyline class="st3" points="1210.2 3209.5 1217 3200.4 1226.4 3207.6"/> - </g> - <path class="st5" d="M1222.3,3222.3c-16.3,10.6-33,17.9-43.4,19.5-15.7,2.5-48.4-2.7-74.4-14.8"/> - <g> - <rect x="1311" y="3374.3" width="7.2" height="7.2"/> - <rect x="1354.3" y="3374.3" width="7.2" height="7.2"/> - <rect x="1347" y="3388.7" width="7.2" height="7.2"/> - <rect x="1318.2" y="3388.7" width="7.2" height="7.2"/> - <rect x="1311" y="3367.1" width="50.5" height="7.2"/> - <rect x="1311" y="3381.5" width="50.5" height="7.2"/> - <polygon class="st0" points="1375.9 3295 1375.9 3287.7 1368.7 3287.7 1368.7 3280.5 1361.5 3280.5 1361.5 3273.3 1354.3 3273.3 1354.3 3266.1 1318.2 3266.1 1318.2 3273.3 1311 3273.3 1311 3280.5 1303.8 3280.5 1303.8 3287.7 1296.6 3287.7 1296.6 3295 1289.4 3295 1289.4 3338.2 1296.6 3338.2 1296.6 3338.1 1296.6 3338.2 1296.6 3338.2 1296.6 3345.4 1303.8 3345.4 1303.8 3352.6 1311 3352.6 1311 3352.6 1311 3352.6 1311 3352.6 1311 3367.1 1361.5 3367.1 1361.5 3359.9 1361.5 3359.8 1361.5 3352.6 1368.7 3352.6 1368.7 3345.4 1368.6 3345.4 1375.9 3345.4 1375.9 3338.2 1383.1 3338.2 1383.1 3295 1375.9 3295"/> - <rect x="1332.6" y="3395.9" width="7.2" height="7.2"/> - <rect x="1339.8" y="3395.9" width="7.2" height="7.2"/> - <rect x="1325.4" y="3395.9" width="7.2" height="7.2"/> - <rect x="1325.4" y="3338.2" width="7.2" height="7.2"/> - <rect x="1339.8" y="3338.2" width="7.2" height="7.2"/> - <rect x="1325.4" y="3345.4" width="7.2" height="7.2"/> - <rect x="1325.4" y="3352.6" width="7.2" height="7.2"/> - <rect x="1325.4" y="3359.8" width="7.2" height="7.2"/> - <rect x="1339.8" y="3345.4" width="7.2" height="7.2"/> - <rect x="1339.8" y="3352.6" width="7.2" height="7.2"/> - <rect x="1339.8" y="3359.8" width="7.2" height="7.2"/> - <rect x="1318.2" y="3331" width="7.2" height="7.2"/> - <rect x="1311" y="3323.8" width="7.2" height="7.2"/> - <rect x="1347" y="3331" width="7.2" height="7.2"/> - <rect x="1354.3" y="3323.8" width="7.2" height="7.2"/> - <rect x="1311" y="3316.6" width="7.2" height="7.2"/> - <rect x="1325.4" y="3316.6" width="7.2" height="7.2"/> - <rect x="1339.8" y="3316.6" width="7.2" height="7.2"/> - <rect x="1318.2" y="3309.4" width="7.2" height="7.2"/> - <rect x="1332.6" y="3309.4" width="7.2" height="7.2"/> - <rect x="1347" y="3309.4" width="7.2" height="7.2"/> - <rect x="1354.3" y="3316.6" width="7.2" height="7.2"/> - </g> - </g> - <g> - <rect class="st6" x="1550.2" y="1821.8" width="17.6" height="434.6"/> - <g> - <rect class="st6" x="1567.7" y="1821.8" width="17.6" height="17.6"/> - <rect class="st6" x="1532.6" y="1821.8" width="17.6" height="17.6"/> - <rect class="st6" x="1532.6" y="1839.4" width="52.7" height="17.6"/> - <rect class="st6" x="1585.3" y="1839.4" width="17.6" height="17.6"/> - <rect class="st6" x="1515" y="1839.4" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="1804.2" width="17.6" height="17.6"/> - </g> - </g> - <rect class="st6" x="1550.2" y="2187" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2222" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2257.2" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2292.2" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2327.3" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2362.4" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2397.5" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2432.6" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2467.7" width="17.6" height="17.6"/> - <rect class="st6" x="1550.2" y="2502.8" width="17.6" height="17.6"/> - <rect class="st6" x="1515" y="2502.8" width="17.6" height="17.6"/> - <rect class="st6" x="1479.9" y="2502.8" width="17.6" height="17.6"/> - <rect class="st6" x="1444.7" y="2502.8" width="17.6" height="17.6"/> - <rect class="st6" x="1409.6" y="2502.8" width="17.6" height="17.6"/> - <rect class="st6" x="1409.5" y="2537.8" width="17.6" height="17.6"/> - <rect class="st6" x="1409.6" y="2573" width="17.6" height="17.6"/> - <rect class="st6" x="1409.5" y="2608.2" width="17.6" height="17.6"/> - <rect class="st6" x="1409.6" y="2625.7" width="17.6" height="17.6"/> - <rect class="st6" x="1409.6" y="2643.3" width="17.6" height="17.6"/> - <rect class="st6" x="1409.6" y="2660.9" width="17.6" height="17.6"/> - <polygon class="st0" points="1000.6 1186.6 1000.6 1197.2 1005.9 1197.2 1005.9 1202.5 1011.2 1202.5 1011.2 1207.8 1016.5 1207.8 1016.5 1213.1 1027.1 1213.1 1027.1 1207.8 1032.5 1207.8 1032.5 1202.5 1037.8 1202.5 1037.8 1197.2 1043.1 1197.2 1043.1 1186.6 1037.8 1186.6 1037.8 1181.3 1032.5 1181.3 1032.5 1176 1027.1 1176 1027.1 1170.6 1016.5 1170.6 1016.5 1176 1011.2 1176 1011.2 1181.3 1005.9 1181.3 1005.9 1186.6 1000.6 1186.6"/> - <polygon class="st6" points="1083.9 1292.3 1083.9 1302.9 1089.2 1302.9 1089.2 1308.2 1094.5 1308.2 1094.5 1313.5 1099.9 1313.5 1099.9 1318.8 1110.5 1318.8 1110.5 1313.5 1115.8 1313.5 1115.8 1308.2 1121.1 1308.2 1121.1 1302.9 1126.4 1302.9 1126.4 1292.3 1121.1 1292.3 1121.1 1286.9 1115.8 1286.9 1115.8 1281.6 1110.5 1281.6 1110.5 1276.3 1099.9 1276.3 1099.9 1281.6 1094.5 1281.6 1094.5 1286.9 1089.2 1286.9 1089.2 1292.3 1083.9 1292.3"/> - <rect x="1102.5" y="1213.1" width="5.3" height="63.2"/> - <rect x="1097.2" y="1260.9" width="5.3" height="5.3"/> - <rect x="1091.9" y="1260.9" width="5.3" height="5.3"/> - <rect x="1086.6" y="1260.9" width="5.3" height="5.3"/> - <rect x="1067" y="1260.9" width="19.6" height="5.3"/> - <rect x="1061.7" y="1255.6" width="5.3" height="5.3"/> - <rect x="1056.4" y="1250.3" width="5.3" height="5.3"/> - <rect x="1051" y="1245" width="5.3" height="5.3"/> - <rect x="1045.7" y="1239.6" width="5.3" height="5.3"/> - <rect x="1040.4" y="1234.3" width="5.3" height="5.3"/> - <rect x="1035.1" y="1229" width="5.3" height="5.3"/> - <rect x="1029.8" y="1223.7" width="5.3" height="5.3"/> - <rect x="1024.5" y="1218.4" width="5.3" height="5.3"/> - <rect x="1019.2" y="1213.1" width="5.3" height="5.3"/> - <polygon class="st6" points="1083.9 1186.6 1083.9 1197.2 1089.2 1197.2 1089.2 1202.5 1094.5 1202.5 1094.5 1207.8 1099.9 1207.8 1099.9 1213.1 1110.5 1213.1 1110.5 1207.8 1115.8 1207.8 1115.8 1202.5 1121.1 1202.5 1121.1 1197.2 1126.4 1197.2 1126.4 1186.6 1121.1 1186.6 1121.1 1181.3 1115.8 1181.3 1115.8 1175.9 1110.5 1175.9 1110.5 1170.6 1099.9 1170.6 1099.9 1175.9 1094.5 1175.9 1094.5 1181.3 1089.2 1181.3 1089.2 1186.6 1083.9 1186.6"/> - </g> -</svg> \ No newline at end of file diff --git a/figures/action_re-run.jpeg b/figures/action_re-run.jpeg deleted file mode 100644 index 03f897b..0000000 Binary files a/figures/action_re-run.jpeg and /dev/null differ diff --git a/figures/create_new_repository.png b/figures/create_new_repository.png deleted file mode 100644 index 58b4e5b..0000000 Binary files a/figures/create_new_repository.png and /dev/null differ diff --git a/figures/exercises.png b/figures/exercises.png deleted file mode 100644 index e66ab64..0000000 Binary files a/figures/exercises.png and /dev/null differ diff --git a/figures/set_up_pages.png b/figures/set_up_pages.png deleted file mode 100644 index ee2d57b..0000000 Binary files a/figures/set_up_pages.png and /dev/null differ diff --git a/figures/teachbooks-template.gif b/figures/teachbooks-template.gif deleted file mode 100644 index 50d6156..0000000 Binary files a/figures/teachbooks-template.gif and /dev/null differ diff --git a/figures/use_github_pages_website.png b/figures/use_github_pages_website.png deleted file mode 100644 index 76a03c3..0000000 Binary files a/figures/use_github_pages_website.png and /dev/null differ diff --git a/figures/use_template.png b/figures/use_template.png deleted file mode 100644 index c6d21fb..0000000 Binary files a/figures/use_template.png and /dev/null differ diff --git a/requirements.txt b/requirements.txt index 849cdf4..4d6bb6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,8 @@ teachbooks # depends on jupyter-book jupyterbook-patches sphinx-image-inverter download_link_replacer +sphinx-exercise +teachbooks-sphinx-tippy # now list the packages (and the respective url) you wish to download from the GitLab package registry --extra-index-url https://gitlab.tudelft.nl/api/v4/projects/11239/packages/pypi/simple